Replace paragraph that was explaining old way of handling LIBOBJS.
[gnulib.git] / ChangeLog
1 2007-10-15  Bruno Haible  <bruno@clisp.org>
2
3         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
4         Replace paragraph talking about LIBOBJS.
5         Reported by Colin Watson <cjwatson@debian.org>.
6
7 2007-10-15  Bruno Haible  <bruno@clisp.org>
8
9         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
10         <stdlib.h> before using NULL.
11
12 2007-10-15  Simon Josefsson  <simon@josefsson.org>
13
14         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
15         Reported by Albert Chin <china@thewrittenword.com>.
16
17 2007-10-14  Bruno Haible  <bruno@clisp.org>
18
19         * modules/iconv_open-utf-tests: New file.
20         * tests/test-iconv-utf.c: New file.
21
22         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
23         * modules/iconv_open-utf: New file.
24         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
25         (iconv, iconv_close): New declarations.
26         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
27         be defined.
28         (iconv_open): Add special handling of conversion between UTF-8 and
29         UTF-{16,32}{BE,LE}.
30         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
31         * lib/iconv_close.c: New file.
32         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
33         gl_FUNC_ICONV_OPEN.
34         (gl_FUNC_ICONV_OPEN): Use it.
35         (gl_FUNC_ICONV_OPEN_UTF): New macro.
36         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
37         and REPLACE_ICONV_UTF.
38         * modules/iconv_open (Depends-on): Add c-strcase.
39         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
40         ICONV_CONST.
41         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
42
43 2007-10-13  Albert Chin  <china@thewrittenword.com>
44             Bruno Haible  <bruno@clisp.org>
45
46         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
47         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
48
49 2007-10-13  Bruno Haible  <bruno@clisp.org>
50
51         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
52         defined, use the ISO C99 inline semantics.
53         * lib/argp.h (ARGP_EI): Likewise.
54
55 2007-10-13  Bruno Haible  <bruno@clisp.org>
56
57         Handle 'inline' change in gcc 4.3.0.
58         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
59         argp_fmtstream_write, argp_fmtstream_set_lmargin,
60         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
61         argp_fmtstream_point): Disable 'extern' declaration if the function
62         definition is going to be provided inline.
63         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
64         semantics, not the ISO C99 inline semantics.
65         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
66         'extern' declaration if the function definition is going to be provided
67         inline.
68         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
69         the GNU C inline semantics, not the ISO C99 inline semantics. With
70         GCC 4.2, avoid a warning.
71
72 2007-10-13  Bruno Haible  <bruno@clisp.org>
73
74         * lib/freading.h (freading): Enable the use of __freading for
75         glibc >= 2.7.
76         * lib/freading.c (freading): Likewise.
77
78 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
79
80         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
81         "warning: C99 inline functions are not supported; using GNU89".
82
83 2007-10-12  Bruno Haible  <bruno@clisp.org>
84
85         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
86         of 2.
87         * tests/test-ceilf2.c: New file.
88         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
89
90         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
91         * modules/ceilf-tests: Update.
92
93 2007-10-12  Bruno Haible  <bruno@clisp.org>
94
95         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
96         of 2.
97         * tests/test-floorf2.c: New file.
98         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
99
100         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
101         * modules/floorf-tests: Update.
102
103 2007-10-12  Bruno Haible  <bruno@clisp.org>
104
105         * tests/test-trunc2.c: New file.
106         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
107
108         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
109         * modules/trunc-tests: Update.
110
111 2007-10-12  Bruno Haible  <bruno@clisp.org>
112
113         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
114         of 2.
115         * tests/test-truncf2.c: New file.
116         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
117
118         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
119         * modules/truncf-tests: Update.
120
121 2007-10-11  Eric Blake  <ebb9@byu.net>
122
123         Don't claim strerror is broken on Interix.
124         * doc/functions/strerror.texi (strerror): Known broken systems are
125         now Solaris 8, and not Interix.
126         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
127         Interix on cross-compile.
128         Reported by Martin Koeppe in
129         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
130
131 2007-10-11  Bruno Haible  <bruno@clisp.org>
132
133         * modules/i-ring-tests: New file.
134         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
135         instead of assert.
136
137 2007-10-11  Bruno Haible  <bruno@clisp.org>
138
139         * modules/filenamecat-tests: New file.
140         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
141         * lib/filenamecat.c: Remove test code.
142
143 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
144
145         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
146
147         * lib/strerror.c: Include <string.h> always, to test interface,
148         and to remove the need for the dummy.
149         Include intprops.h to compute width instead of doing it ourselves
150         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
151         (strerror): Define it to return NULL if there's no system strerror.
152         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
153         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
154         ancient pre-strerror Unix systems well any more.  Saying "unknown
155         system error" is enough.
156         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
157         simpler strerror.c implementation.
158         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
159         Simplify the tests to reflect the simpler strerror implementation.
160         * modules/strerror (Depends-on): Add intprops.
161
162 2007-10-09  Eric Blake  <ebb9@byu.net>
163
164         Silence test-fpending.
165         * modules/fpending-tests (Files): Add wrapper script.
166         * tests/test-fpending.sh: New file.
167
168 2007-10-09  Bruno Haible  <bruno@clisp.org>
169
170         * MODULES.html.sh (func_module): Don't create a hyperlink for
171         function names like 'printf_frexp'.
172         (Misc): Add crc, memxor.
173         (Characteristics of floating types): New section.
174         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
175         isnanf-nolibm, signbit, trunc, truncf, truncl.
176         (Enhancements for ISO C 99 functions): New subsection Input/output.
177         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
178         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
179         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
180         (Compatibility checks for POSIX:2001 functions): Add clock-time.
181         (Enhancements for POSIX:2001 functions): Add chdir-long.
182         (File system functions): Add areadlink, chdir-safer, read-file.
183         Remove cycle-check.
184         (File system as inode set): New section.
185         (Date and time): Add gethrxtime.
186         (Multithreading): Add openmp.
187         (Internationalization functions): Add localename.
188         (Unicode string functions): Add unistr/u*-mbsnlen.
189         (Support for maintaining and releasing projects): Add git-version-gen.
190         (Lone files): Remove directories.
191
192 2007-10-08  Ben Pfaff  <blp@gnu.org>
193
194         * lib/xmalloca.h: Fix typo in comment.
195
196 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
197
198         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
199         when avoiding problems with integer overflow.  Use a portable test
200         instead.
201
202 2007-10-08  Simon Josefsson  <simon@josefsson.org>
203
204         * modules/dummy (License): Change to LGPLv2+.
205         * modules/float (License): Likewise
206         * modules/realloc (License): Likewise
207         * modules/stdlib (License): Likewise
208
209 2007-10-07  Bruno Haible  <bruno@clisp.org>
210
211         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
212         * floor.c (TWO_MANT_DIG): Likewise.
213         * ceil.c (TWO_MANT_DIG): Likewise.
214         Reported by Ben Pfaff.
215
216 2007-10-07  Bruno Haible  <bruno@clisp.org>
217
218         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
219         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
220         * lib/frexp.c (FUNC): Likewise.
221         * lib/printf-frexp.h (printf_frexp): Likewise.
222         * lib/printf-frexpl.h (printf_frexpl): Likewise.
223         * lib/printf-frexp.c (FUNC): Likewise.
224         Suggested by Jim Meyering.
225
226 2007-10-07  Jim Meyering  <meyering@redhat.com>
227
228         Make xnanosleep's integer overflow test more robust.
229         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
230         so that gcc-4.3.0 doesn't optimize away this test for overflow.
231
232 2007-10-07  Bruno Haible  <bruno@clisp.org>
233
234         * NEWS: Mention the license change.
235
236         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
237         abbreviations in the modules files.
238
239         Change copyright notice from GPLv2+ to GPLv3+.
240         * README: Change copyright notice.
241         * MODULES.html.sh: Likewise.
242         * build-aux/bootstrap.conf: Likewise.
243         * build-aux/config.libpath: Likewise.
244         * build-aux/csharpcomp.sh.in: Likewise.
245         * build-aux/csharpexec.sh.in: Likewise.
246         * build-aux/install-reloc: Likewise.
247         * build-aux/javacomp.sh.in: Likewise.
248         * build-aux/javaexec.sh.in: Likewise.
249         * build-aux/ldd.sh.in: Likewise.
250         * build-aux/reloc-ldflags: Likewise.
251         * build-aux/relocatable.sh.in: Likewise.
252         * build-aux/x-to-1.in: Likewise.
253         * check-module: Likewise.
254         * config/srclistvars.sh: Likewise.
255         * gnulib-tool: Likewise.
256         * lib/acl-internal.h: Likewise.
257         * lib/acl.c: Likewise.
258         * lib/acl.h: Likewise.
259         * lib/acl_entries.c: Likewise.
260         * lib/areadlink-with-size.c: Likewise.
261         * lib/areadlink.c: Likewise.
262         * lib/areadlink.h: Likewise.
263         * lib/argmatch.c: Likewise.
264         * lib/argmatch.h: Likewise.
265         * lib/argp-ba.c: Likewise.
266         * lib/argp-eexst.c: Likewise.
267         * lib/argp-fmtstream.c: Likewise.
268         * lib/argp-fmtstream.h: Likewise.
269         * lib/argp-fs-xinl.c: Likewise.
270         * lib/argp-help.c: Likewise.
271         * lib/argp-namefrob.h: Likewise.
272         * lib/argp-parse.c: Likewise.
273         * lib/argp-pin.c: Likewise.
274         * lib/argp-pv.c: Likewise.
275         * lib/argp-pvh.c: Likewise.
276         * lib/argp-xinl.c: Likewise.
277         * lib/argp.h: Likewise.
278         * lib/at-func.c: Likewise.
279         * lib/atanl.c: Likewise.
280         * lib/backupfile.c: Likewise.
281         * lib/backupfile.h: Likewise.
282         * lib/basename.c: Likewise.
283         * lib/binary-io.h: Likewise.
284         * lib/byteswap.in.h: Likewise.
285         * lib/c-stack.c: Likewise.
286         * lib/c-stack.h: Likewise.
287         * lib/c-strcasestr.c: Likewise.
288         * lib/c-strcasestr.h: Likewise.
289         * lib/c-strstr.c: Likewise.
290         * lib/c-strstr.h: Likewise.
291         * lib/c-strtod.c: Likewise.
292         * lib/calloc.c: Likewise.
293         * lib/canon-host.c: Likewise.
294         * lib/canon-host.h: Likewise.
295         * lib/canonicalize-lgpl.c: Likewise.
296         * lib/canonicalize.c: Likewise.
297         * lib/canonicalize.h: Likewise.
298         * lib/ceil.c: Likewise.
299         * lib/ceilf.c: Likewise.
300         * lib/ceill.c: Likewise.
301         * lib/chdir-long.c: Likewise.
302         * lib/chdir-long.h: Likewise.
303         * lib/chdir-safer.c: Likewise.
304         * lib/chdir-safer.h: Likewise.
305         * lib/chown.c: Likewise.
306         * lib/classpath.c: Likewise.
307         * lib/classpath.h: Likewise.
308         * lib/clean-temp.c: Likewise.
309         * lib/clean-temp.h: Likewise.
310         * lib/cloexec.c: Likewise.
311         * lib/close-stream.c: Likewise.
312         * lib/closein.c: Likewise.
313         * lib/closein.h: Likewise.
314         * lib/closeout.c: Likewise.
315         * lib/closeout.h: Likewise.
316         * lib/concat-filename.c: Likewise.
317         * lib/copy-file.c: Likewise.
318         * lib/copy-file.h: Likewise.
319         * lib/count-one-bits.h: Likewise.
320         * lib/crc.c: Likewise.
321         * lib/crc.h: Likewise.
322         * lib/creat-safer.c: Likewise.
323         * lib/csharpcomp.c: Likewise.
324         * lib/csharpcomp.h: Likewise.
325         * lib/csharpexec.c: Likewise.
326         * lib/csharpexec.h: Likewise.
327         * lib/cycle-check.c: Likewise.
328         * lib/cycle-check.h: Likewise.
329         * lib/diacrit.c: Likewise.
330         * lib/diacrit.h: Likewise.
331         * lib/diffseq.h: Likewise.
332         * lib/dirchownmod.c: Likewise.
333         * lib/dirent.in.h: Likewise.
334         * lib/dirfd.c: Likewise.
335         * lib/dirfd.h: Likewise.
336         * lib/dirname.c: Likewise.
337         * lib/dirname.h: Likewise.
338         * lib/dummy.c: Likewise.
339         * lib/dup-safer.c: Likewise.
340         * lib/dup2.c: Likewise.
341         * lib/eealloc.h: Likewise.
342         * lib/error.c: Likewise.
343         * lib/error.h: Likewise.
344         * lib/euidaccess.c: Likewise.
345         * lib/exclude.c: Likewise.
346         * lib/exclude.h: Likewise.
347         * lib/execute.c: Likewise.
348         * lib/execute.h: Likewise.
349         * lib/exitfail.c: Likewise.
350         * lib/exitfail.h: Likewise.
351         * lib/expl.c: Likewise.
352         * lib/fatal-signal.c: Likewise.
353         * lib/fatal-signal.h: Likewise.
354         * lib/fbufmode.c: Likewise.
355         * lib/fbufmode.h: Likewise.
356         * lib/fchdir.c: Likewise.
357         * lib/fchmodat.c: Likewise.
358         * lib/fchownat.c: Likewise.
359         * lib/fcntl--.h: Likewise.
360         * lib/fcntl-safer.h: Likewise.
361         * lib/fcntl.in.h: Likewise.
362         * lib/fd-safer.c: Likewise.
363         * lib/fflush.c: Likewise.
364         * lib/file-has-acl.c: Likewise.
365         * lib/file-set.c: Likewise.
366         * lib/file-type.c: Likewise.
367         * lib/file-type.h: Likewise.
368         * lib/fileblocks.c: Likewise.
369         * lib/filemode.c: Likewise.
370         * lib/filemode.h: Likewise.
371         * lib/filename.h: Likewise.
372         * lib/filenamecat.c: Likewise.
373         * lib/filenamecat.h: Likewise.
374         * lib/findprog.c: Likewise.
375         * lib/findprog.h: Likewise.
376         * lib/float.in.h: Likewise.
377         * lib/floor.c: Likewise.
378         * lib/floorf.c: Likewise.
379         * lib/floorl.c: Likewise.
380         * lib/fopen-safer.c: Likewise.
381         * lib/fopen.c: Likewise.
382         * lib/fpending.c: Likewise.
383         * lib/fpending.h: Likewise.
384         * lib/fprintf.c: Likewise.
385         * lib/fprintftime.h: Likewise.
386         * lib/fpucw.h: Likewise.
387         * lib/fpurge.c: Likewise.
388         * lib/fpurge.h: Likewise.
389         * lib/freadable.c: Likewise.
390         * lib/freadable.h: Likewise.
391         * lib/freadahead.c: Likewise.
392         * lib/freadahead.h: Likewise.
393         * lib/freading.c: Likewise.
394         * lib/freading.h: Likewise.
395         * lib/free.c: Likewise.
396         * lib/freopen.c: Likewise.
397         * lib/frexp.c: Likewise.
398         * lib/frexpl.c: Likewise.
399         * lib/fseek.c: Likewise.
400         * lib/fseterr.c: Likewise.
401         * lib/fseterr.h: Likewise.
402         * lib/fstatat.c: Likewise.
403         * lib/fstrcmp.c: Likewise.
404         * lib/fstrcmp.h: Likewise.
405         * lib/fsusage.c: Likewise.
406         * lib/fsusage.h: Likewise.
407         * lib/ftell.c: Likewise.
408         * lib/ftello.c: Likewise.
409         * lib/fts-cycle.c: Likewise.
410         * lib/fts.c: Likewise.
411         * lib/fts_.h: Likewise.
412         * lib/full-read.c: Likewise.
413         * lib/full-read.h: Likewise.
414         * lib/full-write.c: Likewise.
415         * lib/full-write.h: Likewise.
416         * lib/fwritable.c: Likewise.
417         * lib/fwritable.h: Likewise.
418         * lib/fwriteerror.c: Likewise.
419         * lib/fwriteerror.h: Likewise.
420         * lib/fwriting.c: Likewise.
421         * lib/fwriting.h: Likewise.
422         * lib/gcd.c: Likewise.
423         * lib/gcd.h: Likewise.
424         * lib/getcwd.c: Likewise.
425         * lib/getdate.h: Likewise.
426         * lib/getdate.y: Likewise.
427         * lib/getdomainname.c: Likewise.
428         * lib/getdomainname.h: Likewise.
429         * lib/getgroups.c: Likewise.
430         * lib/gethostname.c: Likewise.
431         * lib/gethrxtime.c: Likewise.
432         * lib/gethrxtime.h: Likewise.
433         * lib/getloadavg.c: Likewise.
434         * lib/getndelim2.c: Likewise.
435         * lib/getndelim2.h: Likewise.
436         * lib/getnline.c: Likewise.
437         * lib/getnline.h: Likewise.
438         * lib/getopt.c: Likewise.
439         * lib/getopt.in.h: Likewise.
440         * lib/getopt1.c: Likewise.
441         * lib/getopt_int.h: Likewise.
442         * lib/getpagesize.h: Likewise.
443         * lib/getsubopt.c: Likewise.
444         * lib/gettime.c: Likewise.
445         * lib/getugroups.c: Likewise.
446         * lib/getugroups.h: Likewise.
447         * lib/getusershell.c: Likewise.
448         * lib/gl_anyavltree_list1.h: Likewise.
449         * lib/gl_anyavltree_list2.h: Likewise.
450         * lib/gl_anyhash_list1.h: Likewise.
451         * lib/gl_anyhash_list2.h: Likewise.
452         * lib/gl_anylinked_list1.h: Likewise.
453         * lib/gl_anylinked_list2.h: Likewise.
454         * lib/gl_anyrbtree_list1.h: Likewise.
455         * lib/gl_anyrbtree_list2.h: Likewise.
456         * lib/gl_anytree_list1.h: Likewise.
457         * lib/gl_anytree_list2.h: Likewise.
458         * lib/gl_anytree_oset.h: Likewise.
459         * lib/gl_anytreehash_list1.h: Likewise.
460         * lib/gl_anytreehash_list2.h: Likewise.
461         * lib/gl_array_list.c: Likewise.
462         * lib/gl_array_list.h: Likewise.
463         * lib/gl_array_oset.c: Likewise.
464         * lib/gl_array_oset.h: Likewise.
465         * lib/gl_avltree_list.c: Likewise.
466         * lib/gl_avltree_list.h: Likewise.
467         * lib/gl_avltree_oset.c: Likewise.
468         * lib/gl_avltree_oset.h: Likewise.
469         * lib/gl_avltreehash_list.c: Likewise.
470         * lib/gl_avltreehash_list.h: Likewise.
471         * lib/gl_carray_list.c: Likewise.
472         * lib/gl_carray_list.h: Likewise.
473         * lib/gl_linked_list.c: Likewise.
474         * lib/gl_linked_list.h: Likewise.
475         * lib/gl_linkedhash_list.c: Likewise.
476         * lib/gl_linkedhash_list.h: Likewise.
477         * lib/gl_list.c: Likewise.
478         * lib/gl_list.h: Likewise.
479         * lib/gl_oset.c: Likewise.
480         * lib/gl_oset.h: Likewise.
481         * lib/gl_rbtree_list.c: Likewise.
482         * lib/gl_rbtree_list.h: Likewise.
483         * lib/gl_rbtree_oset.c: Likewise.
484         * lib/gl_rbtree_oset.h: Likewise.
485         * lib/gl_rbtreehash_list.c: Likewise.
486         * lib/gl_rbtreehash_list.h: Likewise.
487         * lib/gl_sublist.c: Likewise.
488         * lib/gl_sublist.h: Likewise.
489         * lib/group-member.c: Likewise.
490         * lib/group-member.h: Likewise.
491         * lib/hard-locale.c: Likewise.
492         * lib/hard-locale.h: Likewise.
493         * lib/hash-pjw.c: Likewise.
494         * lib/hash-pjw.h: Likewise.
495         * lib/hash-triple.c: Likewise.
496         * lib/hash.c: Likewise.
497         * lib/hash.h: Likewise.
498         * lib/human.c: Likewise.
499         * lib/human.h: Likewise.
500         * lib/i-ring.c: Likewise.
501         * lib/i-ring.h: Likewise.
502         * lib/idcache.c: Likewise.
503         * lib/imaxabs.c: Likewise.
504         * lib/imaxdiv.c: Likewise.
505         * lib/inet_pton.c: Likewise.
506         * lib/inet_pton.h: Likewise.
507         * lib/intprops.h: Likewise.
508         * lib/inttostr.c: Likewise.
509         * lib/inttostr.h: Likewise.
510         * lib/inttypes.in.h: Likewise.
511         * lib/isapipe.c: Likewise.
512         * lib/isdir.c: Likewise.
513         * lib/isnan.c: Likewise.
514         * lib/isnan.h: Likewise.
515         * lib/isnanf.c: Likewise.
516         * lib/isnanf.h: Likewise.
517         * lib/isnanl-nolibm.h: Likewise.
518         * lib/isnanl.c: Likewise.
519         * lib/isnanl.h: Likewise.
520         * lib/javacomp.c: Likewise.
521         * lib/javacomp.h: Likewise.
522         * lib/javaexec.c: Likewise.
523         * lib/javaexec.h: Likewise.
524         * lib/javaversion.c: Likewise.
525         * lib/javaversion.h: Likewise.
526         * lib/javaversion.java: Likewise.
527         * lib/lbrkprop.h: Likewise.
528         * lib/lchmod.h: Likewise.
529         * lib/lchown.c: Likewise.
530         * lib/ldexpl.c: Likewise.
531         * lib/linebreak.c: Likewise.
532         * lib/linebreak.h: Likewise.
533         * lib/linebuffer.c: Likewise.
534         * lib/linebuffer.h: Likewise.
535         * lib/locale.in.h: Likewise.
536         * lib/logl.c: Likewise.
537         * lib/long-options.c: Likewise.
538         * lib/long-options.h: Likewise.
539         * lib/lstat.c: Likewise.
540         * lib/lstat.h: Likewise.
541         * lib/math.in.h: Likewise.
542         * lib/mbchar.c: Likewise.
543         * lib/mbchar.h: Likewise.
544         * lib/mbfile.h: Likewise.
545         * lib/mbiter.h: Likewise.
546         * lib/mbscasecmp.c: Likewise.
547         * lib/mbscasestr.c: Likewise.
548         * lib/mbschr.c: Likewise.
549         * lib/mbscspn.c: Likewise.
550         * lib/mbslen.c: Likewise.
551         * lib/mbsncasecmp.c: Likewise.
552         * lib/mbsnlen.c: Likewise.
553         * lib/mbspbrk.c: Likewise.
554         * lib/mbspcasecmp.c: Likewise.
555         * lib/mbsrchr.c: Likewise.
556         * lib/mbssep.c: Likewise.
557         * lib/mbsspn.c: Likewise.
558         * lib/mbsstr.c: Likewise.
559         * lib/mbstok_r.c: Likewise.
560         * lib/mbswidth.c: Likewise.
561         * lib/mbswidth.h: Likewise.
562         * lib/mbuiter.h: Likewise.
563         * lib/memcasecmp.c: Likewise.
564         * lib/memcasecmp.h: Likewise.
565         * lib/memchr.c: Likewise.
566         * lib/memcmp.c: Likewise.
567         * lib/memcoll.c: Likewise.
568         * lib/memcoll.h: Likewise.
569         * lib/memcpy.c: Likewise.
570         * lib/memrchr.c: Likewise.
571         * lib/mkancesdirs.c: Likewise.
572         * lib/mkdir-p.c: Likewise.
573         * lib/mkdir-p.h: Likewise.
574         * lib/mkdir.c: Likewise.
575         * lib/mkdirat.c: Likewise.
576         * lib/mkdtemp.c: Likewise.
577         * lib/mkstemp-safer.c: Likewise.
578         * lib/mkstemp.c: Likewise.
579         * lib/modechange.c: Likewise.
580         * lib/modechange.h: Likewise.
581         * lib/mountlist.c: Likewise.
582         * lib/mountlist.h: Likewise.
583         * lib/mpsort.c: Likewise.
584         * lib/nanosleep.c: Likewise.
585         * lib/obstack.c: Likewise.
586         * lib/obstack.h: Likewise.
587         * lib/open-safer.c: Likewise.
588         * lib/open.c: Likewise.
589         * lib/openat-die.c: Likewise.
590         * lib/openat-priv.h: Likewise.
591         * lib/openat-proc.c: Likewise.
592         * lib/openat.c: Likewise.
593         * lib/openat.h: Likewise.
594         * lib/pagealign_alloc.c: Likewise.
595         * lib/pagealign_alloc.h: Likewise.
596         * lib/physmem.c: Likewise.
597         * lib/physmem.h: Likewise.
598         * lib/pipe-safer.c: Likewise.
599         * lib/pipe.c: Likewise.
600         * lib/pipe.h: Likewise.
601         * lib/posixtm.c: Likewise.
602         * lib/posixtm.h: Likewise.
603         * lib/posixver.c: Likewise.
604         * lib/printf-frexp.c: Likewise.
605         * lib/printf-frexp.h: Likewise.
606         * lib/printf-frexpl.c: Likewise.
607         * lib/printf-frexpl.h: Likewise.
608         * lib/printf.c: Likewise.
609         * lib/progname.c: Likewise.
610         * lib/progname.h: Likewise.
611         * lib/progreloc.c: Likewise.
612         * lib/putenv.c: Likewise.
613         * lib/quote.c: Likewise.
614         * lib/quote.h: Likewise.
615         * lib/quotearg.c: Likewise.
616         * lib/quotearg.h: Likewise.
617         * lib/raise.c: Likewise.
618         * lib/readline.c: Likewise.
619         * lib/readline.h: Likewise.
620         * lib/readlink.c: Likewise.
621         * lib/readtokens.c: Likewise.
622         * lib/readtokens.h: Likewise.
623         * lib/readtokens0.c: Likewise.
624         * lib/readtokens0.h: Likewise.
625         * lib/readutmp.c: Likewise.
626         * lib/readutmp.h: Likewise.
627         * lib/realloc.c: Likewise.
628         * lib/relocwrapper.c: Likewise.
629         * lib/rename-dest-slash.c: Likewise.
630         * lib/rename.c: Likewise.
631         * lib/rmdir.c: Likewise.
632         * lib/rpmatch.c: Likewise.
633         * lib/safe-read.c: Likewise.
634         * lib/safe-read.h: Likewise.
635         * lib/safe-write.c: Likewise.
636         * lib/safe-write.h: Likewise.
637         * lib/same-inode.h: Likewise.
638         * lib/same.c: Likewise.
639         * lib/same.h: Likewise.
640         * lib/save-cwd.c: Likewise.
641         * lib/save-cwd.h: Likewise.
642         * lib/savedir.c: Likewise.
643         * lib/savedir.h: Likewise.
644         * lib/savewd.c: Likewise.
645         * lib/savewd.h: Likewise.
646         * lib/search.in.h: Likewise.
647         * lib/setenv.c: Likewise.
648         * lib/setenv.h: Likewise.
649         * lib/settime.c: Likewise.
650         * lib/sh-quote.c: Likewise.
651         * lib/sh-quote.h: Likewise.
652         * lib/sig2str.c: Likewise.
653         * lib/sig2str.h: Likewise.
654         * lib/signal.in.h: Likewise.
655         * lib/signbitd.c: Likewise.
656         * lib/signbitf.c: Likewise.
657         * lib/signbitl.c: Likewise.
658         * lib/sigprocmask.c: Likewise.
659         * lib/sincosl.c: Likewise.
660         * lib/sleep.c: Likewise.
661         * lib/sprintf.c: Likewise.
662         * lib/sqrtl.c: Likewise.
663         * lib/stat-time.h: Likewise.
664         * lib/stdio--.h: Likewise.
665         * lib/stdio-safer.h: Likewise.
666         * lib/stdlib--.h: Likewise.
667         * lib/stdlib-safer.h: Likewise.
668         * lib/stdlib.in.h: Likewise.
669         * lib/stpcpy.c: Likewise.
670         * lib/stpncpy.c: Likewise.
671         * lib/strchrnul.c: Likewise.
672         * lib/strcspn.c: Likewise.
673         * lib/strerror.c: Likewise.
674         * lib/strftime.c: Likewise.
675         * lib/strftime.h: Likewise.
676         * lib/striconveh.c: Likewise.
677         * lib/striconveh.h: Likewise.
678         * lib/striconveha.c: Likewise.
679         * lib/striconveha.h: Likewise.
680         * lib/stripslash.c: Likewise.
681         * lib/strnlen1.c: Likewise.
682         * lib/strnlen1.h: Likewise.
683         * lib/strtod.c: Likewise.
684         * lib/strtoimax.c: Likewise.
685         * lib/strtok_r.c: Likewise.
686         * lib/strtol.c: Likewise.
687         * lib/strtoll.c: Likewise.
688         * lib/strtoul.c: Likewise.
689         * lib/strtoull.c: Likewise.
690         * lib/sysexits.in.h: Likewise.
691         * lib/tempname.c: Likewise.
692         * lib/tempname.h: Likewise.
693         * lib/timespec.h: Likewise.
694         * lib/tls.c: Likewise.
695         * lib/tls.h: Likewise.
696         * lib/tmpdir.c: Likewise.
697         * lib/tmpdir.h: Likewise.
698         * lib/tmpfile-safer.c: Likewise.
699         * lib/tmpfile.c: Likewise.
700         * lib/trigl.c: Likewise.
701         * lib/trigl.h: Likewise.
702         * lib/trim.c: Likewise.
703         * lib/trim.h: Likewise.
704         * lib/trunc.c: Likewise.
705         * lib/truncf.c: Likewise.
706         * lib/truncl.c: Likewise.
707         * lib/tsearch.c: Likewise.
708         * lib/unicodeio.c: Likewise.
709         * lib/unicodeio.h: Likewise.
710         * lib/unistd--.h: Likewise.
711         * lib/unistd-safer.h: Likewise.
712         * lib/unistdio/ulc-fprintf.c: Likewise.
713         * lib/unistdio/ulc-vfprintf.c: Likewise.
714         * lib/unlinkdir.c: Likewise.
715         * lib/unlinkdir.h: Likewise.
716         * lib/unlocked-io.h: Likewise.
717         * lib/unsetenv.c: Likewise.
718         * lib/userspec.c: Likewise.
719         * lib/utime.c: Likewise.
720         * lib/utimecmp.c: Likewise.
721         * lib/utimecmp.h: Likewise.
722         * lib/utimens.c: Likewise.
723         * lib/verify.h: Likewise.
724         * lib/verror.c: Likewise.
725         * lib/verror.h: Likewise.
726         * lib/version-etc-fsf.c: Likewise.
727         * lib/version-etc.c: Likewise.
728         * lib/version-etc.h: Likewise.
729         * lib/vfprintf.c: Likewise.
730         * lib/vprintf.c: Likewise.
731         * lib/vsprintf.c: Likewise.
732         * lib/w32spawn.h: Likewise.
733         * lib/wait-process.c: Likewise.
734         * lib/wait-process.h: Likewise.
735         * lib/wcwidth.c: Likewise.
736         * lib/write-any-file.c: Likewise.
737         * lib/xalloc-die.c: Likewise.
738         * lib/xalloc.h: Likewise.
739         * lib/xasprintf.c: Likewise.
740         * lib/xgetcwd.c: Likewise.
741         * lib/xgetcwd.h: Likewise.
742         * lib/xgetdomainname.c: Likewise.
743         * lib/xgetdomainname.h: Likewise.
744         * lib/xgethostname.c: Likewise.
745         * lib/xmalloc.c: Likewise.
746         * lib/xmalloca.c: Likewise.
747         * lib/xmalloca.h: Likewise.
748         * lib/xmemcoll.c: Likewise.
749         * lib/xnanosleep.c: Likewise.
750         * lib/xreadlink.c: Likewise.
751         * lib/xreadlink.h: Likewise.
752         * lib/xsetenv.c: Likewise.
753         * lib/xsetenv.h: Likewise.
754         * lib/xstriconv.c: Likewise.
755         * lib/xstriconv.h: Likewise.
756         * lib/xstrndup.c: Likewise.
757         * lib/xstrndup.h: Likewise.
758         * lib/xstrtod.c: Likewise.
759         * lib/xstrtod.h: Likewise.
760         * lib/xstrtol-error.c: Likewise.
761         * lib/xstrtol.c: Likewise.
762         * lib/xstrtol.h: Likewise.
763         * lib/xtime.h: Likewise.
764         * lib/xvasprintf.c: Likewise.
765         * lib/xvasprintf.h: Likewise.
766         * lib/yesno.c: Likewise.
767         * lib/yesno.h: Likewise.
768         * posix-modules: Likewise.
769         * tests/test-alloca-opt.c: Likewise.
770         * tests/test-arcfour.c: Likewise.
771         * tests/test-arctwo.c: Likewise.
772         * tests/test-argmatch.c: Likewise.
773         * tests/test-argp-2.sh: Likewise.
774         * tests/test-argp.c: Likewise.
775         * tests/test-arpa_inet.c: Likewise.
776         * tests/test-array_list.c: Likewise.
777         * tests/test-array_oset.c: Likewise.
778         * tests/test-atexit.c: Likewise.
779         * tests/test-avltree_list.c: Likewise.
780         * tests/test-avltree_oset.c: Likewise.
781         * tests/test-avltreehash_list.c: Likewise.
782         * tests/test-base64.c: Likewise.
783         * tests/test-binary-io.c: Likewise.
784         * tests/test-byteswap.c: Likewise.
785         * tests/test-c-ctype.c: Likewise.
786         * tests/test-c-strcasecmp.c: Likewise.
787         * tests/test-c-strcasestr.c: Likewise.
788         * tests/test-c-strncasecmp.c: Likewise.
789         * tests/test-c-strstr.c: Likewise.
790         * tests/test-canonicalize-lgpl.c: Likewise.
791         * tests/test-canonicalize.c: Likewise.
792         * tests/test-carray_list.c: Likewise.
793         * tests/test-ceilf.c: Likewise.
794         * tests/test-ceill.c: Likewise.
795         * tests/test-count-one-bits.c: Likewise.
796         * tests/test-crc.c: Likewise.
797         * tests/test-dirname.c: Likewise.
798         * tests/test-fbufmode.c: Likewise.
799         * tests/test-fcntl.c: Likewise.
800         * tests/test-fflush.c: Likewise.
801         * tests/test-floorf.c: Likewise.
802         * tests/test-floorl.c: Likewise.
803         * tests/test-fopen.c: Likewise.
804         * tests/test-fprintf-posix.c: Likewise.
805         * tests/test-fprintf-posix.h: Likewise.
806         * tests/test-fpurge.c: Likewise.
807         * tests/test-freadable.c: Likewise.
808         * tests/test-freadahead.c: Likewise.
809         * tests/test-freading.c: Likewise.
810         * tests/test-freopen.c: Likewise.
811         * tests/test-frexp.c: Likewise.
812         * tests/test-frexpl.c: Likewise.
813         * tests/test-fseek.c: Likewise.
814         * tests/test-fseeko.c: Likewise.
815         * tests/test-fseterr.c: Likewise.
816         * tests/test-fstrcmp.c: Likewise.
817         * tests/test-ftell.c: Likewise.
818         * tests/test-ftello.c: Likewise.
819         * tests/test-fwritable.c: Likewise.
820         * tests/test-fwriting.c: Likewise.
821         * tests/test-getaddrinfo.c: Likewise.
822         * tests/test-getpass.c: Likewise.
823         * tests/test-gettimeofday.c: Likewise.
824         * tests/test-hmac-md5.c: Likewise.
825         * tests/test-hmac-sha1.c: Likewise.
826         * tests/test-iconv.c: Likewise.
827         * tests/test-iconvme.c: Likewise.
828         * tests/test-inttypes.c: Likewise.
829         * tests/test-isnan.c: Likewise.
830         * tests/test-isnanf.c: Likewise.
831         * tests/test-isnanl-nolibm.c: Likewise.
832         * tests/test-isnanl.c: Likewise.
833         * tests/test-isnanl.h: Likewise.
834         * tests/test-ldexpl.c: Likewise.
835         * tests/test-linked_list.c: Likewise.
836         * tests/test-linkedhash_list.c: Likewise.
837         * tests/test-locale.c: Likewise.
838         * tests/test-localename.c: Likewise.
839         * tests/test-lock.c: Likewise.
840         * tests/test-lseek.c: Likewise.
841         * tests/test-malloca.c: Likewise.
842         * tests/test-math.c: Likewise.
843         * tests/test-mbscasecmp.c: Likewise.
844         * tests/test-mbscasestr1.c: Likewise.
845         * tests/test-mbscasestr2.c: Likewise.
846         * tests/test-mbscasestr3.c: Likewise.
847         * tests/test-mbscasestr4.c: Likewise.
848         * tests/test-mbschr.c: Likewise.
849         * tests/test-mbscspn.c: Likewise.
850         * tests/test-mbsncasecmp.c: Likewise.
851         * tests/test-mbspbrk.c: Likewise.
852         * tests/test-mbspcasecmp.c: Likewise.
853         * tests/test-mbsrchr.c: Likewise.
854         * tests/test-mbsspn.c: Likewise.
855         * tests/test-mbsstr1.c: Likewise.
856         * tests/test-mbsstr2.c: Likewise.
857         * tests/test-mbsstr3.c: Likewise.
858         * tests/test-md5.c: Likewise.
859         * tests/test-memmem.c: Likewise.
860         * tests/test-netinet_in.c: Likewise.
861         * tests/test-open.c: Likewise.
862         * tests/test-printf-frexp.c: Likewise.
863         * tests/test-printf-frexpl.c: Likewise.
864         * tests/test-printf-posix.c: Likewise.
865         * tests/test-printf-posix.h: Likewise.
866         * tests/test-rbtree_list.c: Likewise.
867         * tests/test-rbtree_oset.c: Likewise.
868         * tests/test-rbtreehash_list.c: Likewise.
869         * tests/test-read-file.c: Likewise.
870         * tests/test-rijndael.c: Likewise.
871         * tests/test-search.c: Likewise.
872         * tests/test-signbit.c: Likewise.
873         * tests/test-sleep.c: Likewise.
874         * tests/test-snprintf-posix.c: Likewise.
875         * tests/test-snprintf-posix.h: Likewise.
876         * tests/test-snprintf.c: Likewise.
877         * tests/test-sprintf-posix.c: Likewise.
878         * tests/test-sprintf-posix.h: Likewise.
879         * tests/test-stat-time.c: Likewise.
880         * tests/test-stdbool.c: Likewise.
881         * tests/test-stdint.c: Likewise.
882         * tests/test-stdio.c: Likewise.
883         * tests/test-stdlib.c: Likewise.
884         * tests/test-stpncpy.c: Likewise.
885         * tests/test-strcasestr.c: Likewise.
886         * tests/test-striconv.c: Likewise.
887         * tests/test-striconveh.c: Likewise.
888         * tests/test-striconveha.c: Likewise.
889         * tests/test-string.c: Likewise.
890         * tests/test-sys_select.c: Likewise.
891         * tests/test-sys_socket.c: Likewise.
892         * tests/test-sys_stat.c: Likewise.
893         * tests/test-sys_time.c: Likewise.
894         * tests/test-sysexits.c: Likewise.
895         * tests/test-time.c: Likewise.
896         * tests/test-tls.c: Likewise.
897         * tests/test-trunc.c: Likewise.
898         * tests/test-truncf.c: Likewise.
899         * tests/test-truncl.c: Likewise.
900         * tests/test-unistd.c: Likewise.
901         * tests/test-vasnprintf-posix.c: Likewise.
902         * tests/test-vasnprintf-posix2.c: Likewise.
903         * tests/test-vasnprintf.c: Likewise.
904         * tests/test-vasprintf-posix.c: Likewise.
905         * tests/test-vasprintf.c: Likewise.
906         * tests/test-verify.c: Likewise.
907         * tests/test-vfprintf-posix.c: Likewise.
908         * tests/test-vprintf-posix.c: Likewise.
909         * tests/test-vsnprintf-posix.c: Likewise.
910         * tests/test-vsnprintf.c: Likewise.
911         * tests/test-vsprintf-posix.c: Likewise.
912         * tests/test-wchar.c: Likewise.
913         * tests/test-wctype.c: Likewise.
914         * tests/test-wcwidth.c: Likewise.
915         * tests/test-xstrtol.c: Likewise.
916         * tests/test-xvasprintf.c: Likewise.
917         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
918         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
919         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
920         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
921         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
922         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
923         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
924         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
925         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
926         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
927         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
928         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
929         * tests/uniname/test-uninames.c: Likewise.
930         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
931         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
932         * tests/unistdio/test-u16-printf1.h: Likewise.
933         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
934         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
935         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
936         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
937         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
938         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
939         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
940         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
941         * tests/unistdio/test-u32-printf1.h: Likewise.
942         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
943         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
944         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
945         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
946         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
947         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
948         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
949         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
950         * tests/unistdio/test-u8-printf1.h: Likewise.
951         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
952         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
953         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
954         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
955         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
956         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
957         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
958         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
959         * tests/unistdio/test-ulc-printf1.h: Likewise.
960         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
961         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
962         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
963         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
964         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
965         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
966         * tests/uniwidth/test-u16-strwidth.c: Likewise.
967         * tests/uniwidth/test-u16-width.c: Likewise.
968         * tests/uniwidth/test-u32-strwidth.c: Likewise.
969         * tests/uniwidth/test-u32-width.c: Likewise.
970         * tests/uniwidth/test-u8-strwidth.c: Likewise.
971         * tests/uniwidth/test-u8-width.c: Likewise.
972         * tests/uniwidth/test-uc_width.c: Likewise.
973         * config/srclist-update: Likewise.
974         (fixlicense): Update to GPLv3+.
975
976         Change copyright notice from LGPLv2.1+ to LGPLv3+.
977         * tests/test-tsearch.c: Change copyright notice.
978
979         Change copyright notice from LGPLv2.0+ to LGPLv3+.
980         * lib/c-strcaseeq.h: Change copyright notice.
981         * lib/streq.h: Likewise.
982         * lib/uniconv.h: Likewise.
983         * lib/uniconv/u-conv-from-enc.h: Likewise.
984         * lib/uniconv/u-conv-to-enc.h: Likewise.
985         * lib/uniconv/u-strconv-from-enc.h: Likewise.
986         * lib/uniconv/u-strconv-to-enc.h: Likewise.
987         * lib/uniconv/u16-conv-from-enc.c: Likewise.
988         * lib/uniconv/u16-conv-to-enc.c: Likewise.
989         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
990         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
991         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
992         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
993         * lib/uniconv/u32-conv-from-enc.c: Likewise.
994         * lib/uniconv/u32-conv-to-enc.c: Likewise.
995         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
996         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
997         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
998         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
999         * lib/uniconv/u8-conv-from-enc.c: Likewise.
1000         * lib/uniconv/u8-conv-to-enc.c: Likewise.
1001         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
1002         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
1003         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
1004         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
1005         * lib/uniname.h: Likewise.
1006         * lib/uniname/uniname.c: Likewise.
1007         * lib/unistdio.h: Likewise.
1008         * lib/unistdio/u-asnprintf.h: Likewise.
1009         * lib/unistdio/u-asprintf.h: Likewise.
1010         * lib/unistdio/u-printf-args.c: Likewise.
1011         * lib/unistdio/u-printf-args.h: Likewise.
1012         * lib/unistdio/u-printf-parse.h: Likewise.
1013         * lib/unistdio/u-snprintf.h: Likewise.
1014         * lib/unistdio/u-sprintf.h: Likewise.
1015         * lib/unistdio/u-vasprintf.h: Likewise.
1016         * lib/unistdio/u-vsnprintf.h: Likewise.
1017         * lib/unistdio/u-vsprintf.h: Likewise.
1018         * lib/unistdio/u16-asnprintf.c: Likewise.
1019         * lib/unistdio/u16-asprintf.c: Likewise.
1020         * lib/unistdio/u16-printf-parse.c: Likewise.
1021         * lib/unistdio/u16-snprintf.c: Likewise.
1022         * lib/unistdio/u16-sprintf.c: Likewise.
1023         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
1024         * lib/unistdio/u16-u16-asprintf.c: Likewise.
1025         * lib/unistdio/u16-u16-snprintf.c: Likewise.
1026         * lib/unistdio/u16-u16-sprintf.c: Likewise.
1027         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
1028         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
1029         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
1030         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
1031         * lib/unistdio/u16-vasnprintf.c: Likewise.
1032         * lib/unistdio/u16-vasprintf.c: Likewise.
1033         * lib/unistdio/u16-vsnprintf.c: Likewise.
1034         * lib/unistdio/u16-vsprintf.c: Likewise.
1035         * lib/unistdio/u32-asnprintf.c: Likewise.
1036         * lib/unistdio/u32-asprintf.c: Likewise.
1037         * lib/unistdio/u32-printf-parse.c: Likewise.
1038         * lib/unistdio/u32-snprintf.c: Likewise.
1039         * lib/unistdio/u32-sprintf.c: Likewise.
1040         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
1041         * lib/unistdio/u32-u32-asprintf.c: Likewise.
1042         * lib/unistdio/u32-u32-snprintf.c: Likewise.
1043         * lib/unistdio/u32-u32-sprintf.c: Likewise.
1044         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
1045         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
1046         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
1047         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
1048         * lib/unistdio/u32-vasnprintf.c: Likewise.
1049         * lib/unistdio/u32-vasprintf.c: Likewise.
1050         * lib/unistdio/u32-vsnprintf.c: Likewise.
1051         * lib/unistdio/u32-vsprintf.c: Likewise.
1052         * lib/unistdio/u8-asnprintf.c: Likewise.
1053         * lib/unistdio/u8-asprintf.c: Likewise.
1054         * lib/unistdio/u8-printf-parse.c: Likewise.
1055         * lib/unistdio/u8-snprintf.c: Likewise.
1056         * lib/unistdio/u8-sprintf.c: Likewise.
1057         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
1058         * lib/unistdio/u8-u8-asprintf.c: Likewise.
1059         * lib/unistdio/u8-u8-snprintf.c: Likewise.
1060         * lib/unistdio/u8-u8-sprintf.c: Likewise.
1061         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
1062         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
1063         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
1064         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
1065         * lib/unistdio/u8-vasnprintf.c: Likewise.
1066         * lib/unistdio/u8-vasprintf.c: Likewise.
1067         * lib/unistdio/u8-vsnprintf.c: Likewise.
1068         * lib/unistdio/u8-vsprintf.c: Likewise.
1069         * lib/unistdio/ulc-asnprintf.c: Likewise.
1070         * lib/unistdio/ulc-asprintf.c: Likewise.
1071         * lib/unistdio/ulc-printf-parse.c: Likewise.
1072         * lib/unistdio/ulc-snprintf.c: Likewise.
1073         * lib/unistdio/ulc-sprintf.c: Likewise.
1074         * lib/unistdio/ulc-vasnprintf.c: Likewise.
1075         * lib/unistdio/ulc-vasprintf.c: Likewise.
1076         * lib/unistdio/ulc-vsnprintf.c: Likewise.
1077         * lib/unistdio/ulc-vsprintf.c: Likewise.
1078         * lib/unistr.h: Likewise.
1079         * lib/unistr/u-cpy-alloc.h: Likewise.
1080         * lib/unistr/u-cpy.h: Likewise.
1081         * lib/unistr/u-endswith.h: Likewise.
1082         * lib/unistr/u-move.h: Likewise.
1083         * lib/unistr/u-set.h: Likewise.
1084         * lib/unistr/u-startswith.h: Likewise.
1085         * lib/unistr/u-stpcpy.h: Likewise.
1086         * lib/unistr/u-stpncpy.h: Likewise.
1087         * lib/unistr/u-strcat.h: Likewise.
1088         * lib/unistr/u-strcpy.h: Likewise.
1089         * lib/unistr/u-strcspn.h: Likewise.
1090         * lib/unistr/u-strdup.h: Likewise.
1091         * lib/unistr/u-strlen.h: Likewise.
1092         * lib/unistr/u-strncat.h: Likewise.
1093         * lib/unistr/u-strncpy.h: Likewise.
1094         * lib/unistr/u-strnlen.h: Likewise.
1095         * lib/unistr/u-strpbrk.h: Likewise.
1096         * lib/unistr/u-strspn.h: Likewise.
1097         * lib/unistr/u-strstr.h: Likewise.
1098         * lib/unistr/u-strtok.h: Likewise.
1099         * lib/unistr/u16-check.c: Likewise.
1100         * lib/unistr/u16-chr.c: Likewise.
1101         * lib/unistr/u16-cmp.c: Likewise.
1102         * lib/unistr/u16-cpy-alloc.c: Likewise.
1103         * lib/unistr/u16-cpy.c: Likewise.
1104         * lib/unistr/u16-endswith.c: Likewise.
1105         * lib/unistr/u16-mblen.c: Likewise.
1106         * lib/unistr/u16-mbsnlen.c: Likewise.
1107         * lib/unistr/u16-mbtouc-aux.c: Likewise.
1108         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
1109         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
1110         * lib/unistr/u16-mbtouc.c: Likewise.
1111         * lib/unistr/u16-mbtoucr.c: Likewise.
1112         * lib/unistr/u16-move.c: Likewise.
1113         * lib/unistr/u16-next.c: Likewise.
1114         * lib/unistr/u16-prev.c: Likewise.
1115         * lib/unistr/u16-set.c: Likewise.
1116         * lib/unistr/u16-startswith.c: Likewise.
1117         * lib/unistr/u16-stpcpy.c: Likewise.
1118         * lib/unistr/u16-stpncpy.c: Likewise.
1119         * lib/unistr/u16-strcat.c: Likewise.
1120         * lib/unistr/u16-strchr.c: Likewise.
1121         * lib/unistr/u16-strcmp.c: Likewise.
1122         * lib/unistr/u16-strcpy.c: Likewise.
1123         * lib/unistr/u16-strcspn.c: Likewise.
1124         * lib/unistr/u16-strdup.c: Likewise.
1125         * lib/unistr/u16-strlen.c: Likewise.
1126         * lib/unistr/u16-strmblen.c: Likewise.
1127         * lib/unistr/u16-strmbtouc.c: Likewise.
1128         * lib/unistr/u16-strncat.c: Likewise.
1129         * lib/unistr/u16-strncmp.c: Likewise.
1130         * lib/unistr/u16-strncpy.c: Likewise.
1131         * lib/unistr/u16-strnlen.c: Likewise.
1132         * lib/unistr/u16-strpbrk.c: Likewise.
1133         * lib/unistr/u16-strrchr.c: Likewise.
1134         * lib/unistr/u16-strspn.c: Likewise.
1135         * lib/unistr/u16-strstr.c: Likewise.
1136         * lib/unistr/u16-strtok.c: Likewise.
1137         * lib/unistr/u16-to-u32.c: Likewise.
1138         * lib/unistr/u16-to-u8.c: Likewise.
1139         * lib/unistr/u16-uctomb-aux.c: Likewise.
1140         * lib/unistr/u16-uctomb.c: Likewise.
1141         * lib/unistr/u32-check.c: Likewise.
1142         * lib/unistr/u32-chr.c: Likewise.
1143         * lib/unistr/u32-cmp.c: Likewise.
1144         * lib/unistr/u32-cpy-alloc.c: Likewise.
1145         * lib/unistr/u32-cpy.c: Likewise.
1146         * lib/unistr/u32-endswith.c: Likewise.
1147         * lib/unistr/u32-mblen.c: Likewise.
1148         * lib/unistr/u32-mbsnlen.c: Likewise.
1149         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
1150         * lib/unistr/u32-mbtouc.c: Likewise.
1151         * lib/unistr/u32-mbtoucr.c: Likewise.
1152         * lib/unistr/u32-move.c: Likewise.
1153         * lib/unistr/u32-next.c: Likewise.
1154         * lib/unistr/u32-prev.c: Likewise.
1155         * lib/unistr/u32-set.c: Likewise.
1156         * lib/unistr/u32-startswith.c: Likewise.
1157         * lib/unistr/u32-stpcpy.c: Likewise.
1158         * lib/unistr/u32-stpncpy.c: Likewise.
1159         * lib/unistr/u32-strcat.c: Likewise.
1160         * lib/unistr/u32-strchr.c: Likewise.
1161         * lib/unistr/u32-strcmp.c: Likewise.
1162         * lib/unistr/u32-strcpy.c: Likewise.
1163         * lib/unistr/u32-strcspn.c: Likewise.
1164         * lib/unistr/u32-strdup.c: Likewise.
1165         * lib/unistr/u32-strlen.c: Likewise.
1166         * lib/unistr/u32-strmblen.c: Likewise.
1167         * lib/unistr/u32-strmbtouc.c: Likewise.
1168         * lib/unistr/u32-strncat.c: Likewise.
1169         * lib/unistr/u32-strncmp.c: Likewise.
1170         * lib/unistr/u32-strncpy.c: Likewise.
1171         * lib/unistr/u32-strnlen.c: Likewise.
1172         * lib/unistr/u32-strpbrk.c: Likewise.
1173         * lib/unistr/u32-strrchr.c: Likewise.
1174         * lib/unistr/u32-strspn.c: Likewise.
1175         * lib/unistr/u32-strstr.c: Likewise.
1176         * lib/unistr/u32-strtok.c: Likewise.
1177         * lib/unistr/u32-to-u16.c: Likewise.
1178         * lib/unistr/u32-to-u8.c: Likewise.
1179         * lib/unistr/u32-uctomb.c: Likewise.
1180         * lib/unistr/u8-check.c: Likewise.
1181         * lib/unistr/u8-chr.c: Likewise.
1182         * lib/unistr/u8-cmp.c: Likewise.
1183         * lib/unistr/u8-cpy-alloc.c: Likewise.
1184         * lib/unistr/u8-cpy.c: Likewise.
1185         * lib/unistr/u8-endswith.c: Likewise.
1186         * lib/unistr/u8-mblen.c: Likewise.
1187         * lib/unistr/u8-mbsnlen.c: Likewise.
1188         * lib/unistr/u8-mbtouc-aux.c: Likewise.
1189         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
1190         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
1191         * lib/unistr/u8-mbtouc.c: Likewise.
1192         * lib/unistr/u8-mbtoucr.c: Likewise.
1193         * lib/unistr/u8-move.c: Likewise.
1194         * lib/unistr/u8-next.c: Likewise.
1195         * lib/unistr/u8-prev.c: Likewise.
1196         * lib/unistr/u8-set.c: Likewise.
1197         * lib/unistr/u8-startswith.c: Likewise.
1198         * lib/unistr/u8-stpcpy.c: Likewise.
1199         * lib/unistr/u8-stpncpy.c: Likewise.
1200         * lib/unistr/u8-strcat.c: Likewise.
1201         * lib/unistr/u8-strchr.c: Likewise.
1202         * lib/unistr/u8-strcmp.c: Likewise.
1203         * lib/unistr/u8-strcpy.c: Likewise.
1204         * lib/unistr/u8-strcspn.c: Likewise.
1205         * lib/unistr/u8-strdup.c: Likewise.
1206         * lib/unistr/u8-strlen.c: Likewise.
1207         * lib/unistr/u8-strmblen.c: Likewise.
1208         * lib/unistr/u8-strmbtouc.c: Likewise.
1209         * lib/unistr/u8-strncat.c: Likewise.
1210         * lib/unistr/u8-strncmp.c: Likewise.
1211         * lib/unistr/u8-strncpy.c: Likewise.
1212         * lib/unistr/u8-strnlen.c: Likewise.
1213         * lib/unistr/u8-strpbrk.c: Likewise.
1214         * lib/unistr/u8-strrchr.c: Likewise.
1215         * lib/unistr/u8-strspn.c: Likewise.
1216         * lib/unistr/u8-strstr.c: Likewise.
1217         * lib/unistr/u8-strtok.c: Likewise.
1218         * lib/unistr/u8-to-u16.c: Likewise.
1219         * lib/unistr/u8-to-u32.c: Likewise.
1220         * lib/unistr/u8-uctomb-aux.c: Likewise.
1221         * lib/unistr/u8-uctomb.c: Likewise.
1222         * lib/unitypes.h: Likewise.
1223         * lib/uniwidth.h: Likewise.
1224         * lib/uniwidth/cjk.h: Likewise.
1225         * lib/uniwidth/u16-strwidth.c: Likewise.
1226         * lib/uniwidth/u16-width.c: Likewise.
1227         * lib/uniwidth/u32-strwidth.c: Likewise.
1228         * lib/uniwidth/u32-width.c: Likewise.
1229         * lib/uniwidth/u8-strwidth.c: Likewise.
1230         * lib/uniwidth/u8-width.c: Likewise.
1231         * lib/uniwidth/width.c: Likewise.
1232
1233 2007-10-07  Bruno Haible  <bruno@clisp.org>
1234
1235         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
1236         The file is still under LGPL (see modules/inttypes).
1237
1238 2007-10-06  Bruno Haible  <bruno@clisp.org>
1239
1240         * modules/trunc (Dependencies): Add 'extensions'.
1241         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
1242         Reported by Ben Pfaff <blp@gnu.org>.
1243
1244 2007-10-06  Bruno Haible  <bruno@clisp.org>
1245
1246         * modules/freopen-tests: New file.
1247         * tests/test-freopen.c: New file.
1248
1249         * modules/fopen-tests: New file.
1250         * tests/test-fopen.c: New file.
1251
1252         * modules/fopen: New file.
1253         * lib/fopen.c: New file.
1254         * m4/fopen.m4: New file.
1255         * modules/freopen: New file.
1256         * lib/freopen.c: New file.
1257         * m4/freopen.m4: New file.
1258         * lib/stdio.in.h (fopen, freopen): New declarations.
1259         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
1260         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
1261         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
1262         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
1263         * doc/functions/fopen.texi: Mention the 'fopen' module.
1264         * doc/functions/freopen.texi: Mention the 'freopen' module.
1265
1266 2007-10-06  Bruno Haible  <bruno@clisp.org>
1267
1268         * modules/open-tests: New file.
1269         * tests/test-open.c: New file.
1270
1271         * modules/open: New file.
1272         * lib/open.c: New file.
1273         * m4/open.m4: New file.
1274         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
1275         lib/open.c does.
1276         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
1277         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
1278         macros.
1279         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
1280         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
1281         REPLACE_OPEN.
1282         * doc/functions/open.texi: Mention the 'open' module.
1283
1284 2007-10-04  Bruno Haible  <bruno@clisp.org>
1285
1286         * modules/ceill-tests: New file.
1287         * tests/test-ceill.c: New file.
1288
1289         * modules/ceill: New file.
1290         * lib/ceill.c: Replace entire file.
1291         * m4/ceill.m4: New file.
1292         * lib/math.in.h (ceill): Replace declaration.
1293         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
1294         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
1295         * doc/functions/ceill.texi: Mention the 'ceill' module.
1296         * modules/mathl (Files): Remove lib/ceill.c.
1297         (Depends-on): Add ceill.
1298
1299 2007-10-04  Bruno Haible  <bruno@clisp.org>
1300
1301         * modules/ceilf-tests: New file.
1302         * tests/test-ceilf.c: New file.
1303
1304         * modules/ceilf: New file.
1305         * lib/ceil.c: New file.
1306         * lib/ceilf.c: New file.
1307         * m4/ceilf.m4: New file.
1308         * lib/math.in.h (ceilf): New declaration.
1309         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
1310         HAVE_DECL_CEILF.
1311         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
1312         HAVE_DECL_CEILF.
1313         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
1314
1315 2007-10-04  Bruno Haible  <bruno@clisp.org>
1316
1317         * modules/floorl-tests: New file.
1318         * tests/test-floorl.c: New file.
1319
1320         * modules/floorl: New file.
1321         * lib/floorl.c: Replace entire file.
1322         * m4/floorl.m4: New file.
1323         * lib/math.in.h (floorl): Replace declaration.
1324         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
1325         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
1326         * doc/functions/floorl.texi: Mention the 'floorl' module.
1327         * modules/mathl (Files): Remove lib/floorl.c.
1328         (Depends-on): Add floorl.
1329
1330 2007-10-04  Bruno Haible  <bruno@clisp.org>
1331
1332         * modules/floorf-tests: New file.
1333         * tests/test-floorf.c: New file.
1334
1335         * modules/floorf: New file.
1336         * lib/floor.c: New file.
1337         * lib/floorf.c: New file.
1338         * m4/floorf.m4: New file.
1339         * lib/math.in.h (floorf): New declaration.
1340         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
1341         HAVE_DECL_FLOORF.
1342         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
1343         HAVE_DECL_FLOORF.
1344         * doc/functions/floorf.texi: Mention the 'floorf' module.
1345
1346 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
1347             Bruno Haible  <bruno@clisp.org>
1348
1349         Advertise for the Git server instead of the CVS server.
1350         * doc/gnulib-intro.texi (Steady Development): Mention the Git
1351         repository instead of the CVS one.
1352         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
1353         about all VCS systems generically.
1354         * doc/gnulib.texi (Introduction): Capitalize `Git'.
1355
1356 2007-10-04  Bruno Haible  <bruno@clisp.org>
1357
1358         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
1359         means.
1360         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
1361
1362 2007-10-04  Bruno Haible  <bruno@clisp.org>
1363
1364         * modules/truncl-tests: New file.
1365         * tests/test-truncl.c: New file.
1366
1367         * modules/truncl: New file.
1368         * lib/truncl.c: New file.
1369         * m4/truncl.m4: New file.
1370         * lib/math.in.h (truncl): New declaration.
1371         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
1372         HAVE_DECL_TRUNCL.
1373         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
1374         HAVE_DECL_TRUNCL.
1375         * doc/functions/truncl.texi: Mention the 'truncl' module.
1376
1377 2007-10-04  Bruno Haible  <bruno@clisp.org>
1378
1379         * modules/truncf-tests: New file.
1380         * tests/test-truncf.c: New file.
1381
1382         * modules/truncf: New file.
1383         * lib/trunc.c: Make paramerizable through USE_* macros.
1384         * lib/truncf.c: New file.
1385         * m4/truncf.m4: New file.
1386         * lib/math.in.h (truncf): New declaration.
1387         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
1388         HAVE_DECL_TRUNCF.
1389         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
1390         HAVE_DECL_TRUNCF.
1391         * doc/functions/truncf.texi: Mention the 'truncf' module.
1392
1393 2007-10-03  Bruno Haible  <bruno@clisp.org>
1394
1395         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
1396         augmentation also for tests modules.
1397         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
1398         * modules/atexit-tests (Makefile.am): Likewise.
1399         * modules/binary-io-tests (Makefile.am): Likewise.
1400         * modules/c-strcase-tests (Makefile.am): Likewise.
1401         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
1402         * modules/canonicalize-tests (Makefile.am): Likewise.
1403         * modules/closein-tests (Makefile.am): Likewise.
1404         * modules/fprintf-posix-tests (Makefile.am): Likewise.
1405         * modules/freadahead-tests (Makefile.am): Likewise.
1406         * modules/fseek-tests (Makefile.am): Likewise.
1407         * modules/fseeko-tests (Makefile.am): Likewise.
1408         * modules/ftell-tests (Makefile.am): Likewise.
1409         * modules/ftello-tests (Makefile.am): Likewise.
1410         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
1411         * modules/isnanl-tests (Makefile.am): Likewise.
1412         * modules/lseek-tests (Makefile.am): Likewise.
1413         * modules/mbscasecmp-tests (Makefile.am): Likewise.
1414         * modules/mbscasestr-tests (Makefile.am): Likewise.
1415         * modules/mbschr-tests (Makefile.am): Likewise.
1416         * modules/mbscspn-tests (Makefile.am): Likewise.
1417         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
1418         * modules/mbspbrk-tests (Makefile.am): Likewise.
1419         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
1420         * modules/mbsrchr-tests (Makefile.am): Likewise.
1421         * modules/mbsspn-tests (Makefile.am): Likewise.
1422         * modules/mbsstr-tests (Makefile.am): Likewise.
1423         * modules/printf-posix-tests (Makefile.am): Likewise.
1424         * modules/snprintf-posix-tests (Makefile.am): Likewise.
1425         * modules/sprintf-posix-tests (Makefile.am): Likewise.
1426         * modules/tsearch-tests (Makefile.am): Likewise.
1427         * modules/uniname/uniname-tests (Makefile.am): Likewise.
1428         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
1429         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
1430         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
1431         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
1432         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
1433         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
1434         * modules/vprintf-posix-tests (Makefile.am): Likewise.
1435         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
1436         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
1437         * modules/xstrtoimax-tests (Makefile.am): Likewise.
1438         * modules/xstrtol-tests (Makefile.am): Likewise.
1439         * modules/xstrtoumax-tests (Makefile.am): Likewise.
1440         * modules/yesno-tests (Makefile.am): Likewise.
1441
1442 2007-10-03  Bruno Haible  <bruno@clisp.org>
1443
1444         * modules/trunc-tests: New file.
1445         * tests/test-trunc.c: New file.
1446
1447         * modules/trunc: New file.
1448         * lib/trunc.c: New file.
1449         * m4/trunc.m4: New file.
1450         * lib/math.in.h (trunc): New declaration.
1451         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
1452         HAVE_DECL_TRUNC.
1453         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
1454         HAVE_DECL_TRUNC.
1455         * doc/functions/trunc.texi: Mention the 'trunc' module.
1456
1457 2007-10-03  Bruno Haible  <bruno@clisp.org>
1458
1459         * tests/test-fpending.c: New file, mostly copied
1460         from coreutils/lib/t-fpending.c.
1461         * modules/fpending-tests: New file.
1462
1463 2007-10-03  Bruno Haible  <bruno@clisp.org>
1464
1465         Port the stdio extensions to QNX (untested).
1466         * lib/fseterr.c (fseterr): Add support for QNX.
1467         * lib/fbufmode.c (fbufmode): Likewise.
1468         * lib/freadable.c (freadable): Likewise.
1469         * lib/fwritable.c (fwritable): Likewise.
1470         * lib/freading.c (freading): Likewise.
1471         * lib/fwriting.c (fwriting): Likewise.
1472         * lib/freadahead.c (freadahed): Likewise.
1473         * lib/fpurge.c (fpurge): Likewise.
1474         * lib/fseeko.c (rpl_fseeko): Likewise.
1475
1476 2007-10-03  Bruno Haible  <bruno@clisp.org>
1477             Jim Meyering  <jim@meyering.net>
1478             Eric Blake  <ebb9@byu.net>
1479
1480         * doc/relocatable.texi: Use @command instead of @program.
1481
1482 2007-10-02  Jim Meyering  <jim@meyering.net>
1483
1484         Perform one more "_.h" -> ".in.h" substitution.
1485         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
1486         instead of unistd_.h here, too.
1487
1488 2007-10-01  Bruno Haible  <bruno@clisp.org>
1489
1490         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
1491         Needed for the alloca-opt module.
1492
1493 2007-09-30  Bruno Haible  <bruno@clisp.org>
1494
1495         * lib/alloca.in.h: Renamed from lib/alloca_.h.
1496         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
1497         alloca_.h.
1498         * lib/argz.in.h: Renamed from lib/argz_.h.
1499         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
1500         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
1501         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
1502         byteswap_.h.
1503         * lib/dirent.in.h: Renamed from lib/dirent_.h.
1504         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
1505         dirent_.h.
1506         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
1507         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
1508         fcntl_.h.
1509         * lib/float.in.h: Renamed from lib/float_.h.
1510         * modules/float (Files, Makefile.am): Use float.in.h instead of
1511         float_.h.
1512         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
1513         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
1514         fnmatch_.h.
1515         * lib/getopt.in.h: Renamed from lib/getopt_.h.
1516         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
1517         getopt_.h.
1518         * lib/glob.in.h: Renamed from lib/glob_.h.
1519         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
1520         * lib/iconv.in.h: Renamed from lib/iconv_.h.
1521         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
1522         iconv_.h.
1523         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
1524         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
1525         inttypes_.h.
1526         * lib/locale.in.h: Renamed from lib/locale_.h.
1527         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
1528         locale_.h.
1529         * lib/math.in.h: Renamed from lib/math_.h.
1530         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
1531         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
1532         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
1533         of netinet_in_.h. Add dependency.
1534         * lib/poll.in.h: Renamed from lib/poll_.h.
1535         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
1536         * lib/search.in.h: Renamed from lib/search_.h.
1537         * modules/search (Files, Makefile.am): Use search.in.h instead of
1538         search_.h.
1539         * lib/signal.in.h: Renamed from lib/signal_.h.
1540         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
1541         _signal.h.
1542         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
1543         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
1544         stdbool_.h.
1545         * lib/stdint.in.h: Renamed from lib/stdint_.h.
1546         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
1547         stdint_.h.
1548         * lib/stdio.in.h: Renamed from lib/stdio_.h.
1549         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
1550         stdio_.h.
1551         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
1552         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
1553         stdlib_.h.
1554         * lib/string.in.h: Renamed from lib/string_.h.
1555         * modules/string (Files, Makefile.am): Use string.in.h instead of
1556         string_.h.
1557         * doc/gnulib-tool.texi (Initial import): Update.
1558         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
1559         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
1560         of sys_select_.h. Add dependency.
1561         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
1562         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
1563         of sys_socket_.h.
1564         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
1565         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
1566         sys_stat_.h.
1567         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
1568         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
1569         sys_time_.h.
1570         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
1571         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
1572         sysexits_.h.
1573         * lib/time.in.h: Renamed from lib/time_.h.
1574         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
1575         * lib/unistd.in.h: Renamed from lib/unistd_.h.
1576         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
1577         unistd_.h.
1578         * lib/wchar.in.h: Renamed from lib/wchar_.h.
1579         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
1580         wchar_.h.
1581         * lib/wctype.in.h: Renamed from lib/wctype_.h.
1582         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
1583         wctype_.h.
1584         * build-aux/bootstrap (slurp): Update.
1585         * lib/.cppi-disable: Update.
1586
1587 2007-09-30  Bruno Haible  <bruno@clisp.org>
1588
1589         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
1590         Needed on BeOS.
1591
1592 2007-09-30  Bruno Haible  <bruno@clisp.org>
1593
1594         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
1595
1596 2007-09-29  Bruno Haible  <bruno@clisp.org>
1597
1598         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
1599
1600 2007-09-29  Bruno Haible  <bruno@clisp.org>
1601
1602         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
1603         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
1604         * build-aux/install-reloc: Compile also areadlink.c.
1605         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
1606
1607 2007-09-29  Bruno Haible  <bruno@clisp.org>
1608
1609         * gnulib-tool (func_emit_initmacro_done): Indentation.
1610
1611 2007-09-29  Bruno Haible  <bruno@clisp.org>
1612
1613         * README: Add CVS checkout update instructions.
1614         Info from Bob Proulx <bob@proulx.com>.
1615
1616 2007-09-28  Eric Blake  <ebb9@byu.net>
1617
1618         Provide move-if-change.
1619         * build-aux/move-if-change: New file, based on best practice
1620         rather than any canonical upstream location.
1621
1622 2007-09-28  Jim Meyering  <jim@meyering.net>
1623
1624         Fix canonicalize loop-detection corner case.
1625         Do not attempt to stat the symlink values stored via seen_triple.
1626         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
1627         on linux-2.6.18, (but not 2.6.22).
1628         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
1629         triple_compare.  The former compares dev,ino,filename, while the latter
1630         would actually stat dirname(filename) when dev and ino were equal.
1631         * lib/hash-triple.c: Install <string.h>.
1632         (STREQ): Define.
1633         (triple_compare_ino_str): New function.
1634         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
1635
1636 2007-09-28  Eric Blake  <ebb9@byu.net>
1637
1638         Enforce that AC_REPLACE_FUNCS files exist.
1639         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
1640         override check for typos.
1641
1642         Fix test-closein on Solaris 10.
1643         * tests/test-closein.c (main): Don't assume stdin can be inherited
1644         closed on all systems.
1645         * tests/test-closein.sh: Likewise.
1646         Reported by Piotr Tarnowski.
1647
1648 2007-09-28  Jim Meyering  <jim@meyering.net>
1649
1650         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
1651
1652 2007-09-27  Jim Meyering  <jim@meyering.net>
1653
1654         canonicalize: Avoid a false-positive cycle failure.
1655         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
1656         Sort.  Remove cycle-check.
1657         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
1658         not cycle-check.h.
1659         (seen_triple): New function.
1660         (canonicalize_filename_mode): Use it instead of cycle-check.
1661         * tests/test-canonicalize.c: Add a test for this bug.
1662         * tests/test-canonicalize.sh: Set up and run the test.
1663
1664         New module, file-set, from coreutils.
1665         * modules/file-set: Define it.
1666         * lib/file-set.c, lib/file-set.h: Implement.
1667
1668         New module, hash-triple, from coreutils.
1669         * modules/hash-triple: Define it.
1670         * lib/hash-triple.c, lib/hash-triple.h: Implement.
1671
1672 2007-09-25  Eric Blake  <ebb9@byu.net>
1673
1674         Fix strerror on Interix.
1675         * lib/string_.h (strerror): Declare replacement.
1676         * doc/functions/strerror.texi (strerror): Document the Interix
1677         shortcoming.
1678         * modules/string (Makefile.am): Support new hooks.
1679         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
1680         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
1681         gl_FUNC_STRERROR_SEPARATE.
1682         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
1683         * lib/strerror.c (rpl_strerror): Provide replacement.
1684         * modules/strerror (Depends-on): Add string.
1685         (configure.ac): Detect use of module.
1686         * tests/test-strerror.c: New file.
1687         * modules/strerror-tests: New test module.
1688         * modules/argp (Depends-on): Add strerror.
1689         * modules/error (Depends-on): Likewise.
1690         Reported by Martin Koeppe.
1691
1692 2007-09-24  Bruno Haible  <bruno@clisp.org>
1693
1694         * README: Update git instructions.
1695
1696 2007-09-24  Eric Blake  <ebb9@byu.net>
1697
1698         Revert fpending breakage from 2007-09-08.
1699         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
1700         __fpending.c.
1701
1702 2007-09-24  Jim Meyering  <jim@meyering.net>
1703
1704         filenamecat.c: Add a test.
1705         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
1706         showing how the function works when DIR is the empty string.
1707
1708 2007-09-21  Simon Josefsson  <simon@josefsson.org>
1709
1710         * tests/test-canonicalize.sh: Turn on executable bit.
1711
1712 2007-09-19  Eric Blake  <ebb9@byu.net>
1713
1714         * README: Update CVS instructions.
1715
1716 2007-09-18  Bruno Haible  <bruno@clisp.org>
1717
1718         * modules/areadlink: New file.
1719         * lib/areadlink.h (areadlink): New declaration.
1720         * lib/areadlink.c: New file, based on lib/xreadlink.c.
1721
1722 2007-09-17  Jim Meyering  <jim@meyering.net>
1723
1724         * lib/savewd.c (ESTALE) [!defined]: Define.
1725         Reported to be required on Interix by Martin Koeppe.
1726
1727 2007-09-17  Bruno Haible  <bruno@clisp.org>
1728
1729         * gnulib-tool (func_version): Use $version.
1730
1731 2007-09-16  Bruno Haible  <bruno@clisp.org>
1732
1733         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
1734         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
1735         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
1736         Reported by Greg Schafer <gschafer@zip.com.au>.
1737
1738 2007-09-15  Bruno Haible  <bruno@clisp.org>
1739
1740         * gnulib-tool (sed): Try a little harder to make bash understand the
1741         alias.
1742         Reported by Bruce Korb <bruce.korb@gmail.com>.
1743
1744 2007-09-13  Eric Blake  <ebb9@byu.net>
1745
1746         * ChangeLog: Remove conflict markers.
1747
1748 2007-09-13  Simon Josefsson  <simon@josefsson.org>
1749
1750         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
1751         Reported by Bruno Haible <bruno@clisp.org>.
1752
1753 2007-09-12  Bruno Haible  <bruno@clisp.org>
1754
1755         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
1756         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
1757         is not defined.
1758
1759 2007-09-12  Eric Blake  <ebb9@byu.net>
1760
1761         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
1762         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
1763         Autoconf definition.
1764         * modules/euidaccess (Depends-on): Add extensions, for
1765         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
1766         * modules/fnmatch (Depends-on): Likewise.
1767         * modules/getaddrinfo (Depends-on): Likewise.
1768         * modules/getdelim (Depends-on): Likewise.
1769         * modules/getline (Depends-on): Likewise.
1770         * modules/getsubopt (Depends-on): Likewise.
1771         * modules/gettext (Depends-on): Likewise.
1772         * modules/group-member (Depends-on): Likewise.
1773         * modules/mbchar (Depends-on): Likewise.
1774         * modules/memmem (Depends-on): Likewise.
1775         * modules/mempcpy (Depends-on): Likewise.
1776         * modules/memrchr (Depends-on): Likewise.
1777         * modules/pagealign_alloc (Depends-on): Likewise.
1778         * modules/readutmp (Depends-on): Likewise.
1779         * modules/stpcpy (Depends-on): Likewise.
1780         * modules/stpncpy (Depends-on): Likewise.
1781         * modules/strchrnul (Depends-on): Likewise.
1782         * modules/strndup (Depends-on): Likewise.
1783         * modules/strsep (Depends-on): Likewise.
1784         * modules/strverscmp (Depends-on): Likewise.
1785         * modules/vasprintf (Depends-on): Likewise.
1786         * modules/wcwidth (Depends-on): Likewise.
1787         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
1788         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
1789         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
1790         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
1791         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
1792         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
1793         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
1794         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
1795         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
1796         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
1797         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
1798         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
1799         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
1800         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
1801         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
1802         * m4/readutmp.m4 (gl_READUTMP): Likewise.
1803         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1804         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
1805         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1806         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
1807         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
1808         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
1809         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
1810         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
1811         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
1812         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1813         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
1814         so that lock.m4 can be used in gettext without extensions module.
1815
1816 2007-09-11  Bruno Haible  <bruno@clisp.org>
1817
1818         * m4/isc-posix.m4: Remove file.
1819         Suggested by Eric Blake.
1820
1821 2007-09-11  Eric Blake  <ebb9@byu.net>
1822
1823         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
1824
1825 2007-09-10  Bruno Haible  <bruno@clisp.org>
1826
1827         * posix-modules: Fix typo in error message.
1828         Reported by Matt <mkraai@beckman.com>.
1829
1830 2007-09-09  Bruno Haible  <bruno@clisp.org>
1831
1832         * doc/functions/getdelim.texi: Update list of platforms lacking the
1833         function.
1834         * doc/functions/getline.texi: Likewise.
1835
1836 2007-09-09  Jim Meyering  <jim@meyering.net>
1837
1838         * lib/hash.c (hash_initialize): Detect calloc failure.
1839         Reported by Bruno Haible.
1840
1841 2007-09-09  Bruno Haible  <bruno@clisp.org>
1842
1843         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
1844         malloc or realloc fails.
1845
1846 2007-09-09  Bruno Haible  <bruno@clisp.org>
1847
1848         * modules/getcwd (Depends-on): Add malloc-posix.
1849         * modules/glob (Depends-on): Likewise.
1850         * modules/putenv (Depends-on): Likewise.
1851         * modules/strdup (Depends-on): Likewise.
1852         * modules/getdelim (Depends-on): Add realloc-posix.
1853         * modules/read-file (Depends-on): Likewise.
1854
1855 2007-09-09  Bruno Haible  <bruno@clisp.org>
1856
1857         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
1858         (gl_FUNC_MALLOC_POSIX): Require it.
1859         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
1860         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
1861         * modules/realloc (Files): Add m4/malloc.m4.
1862         * modules/calloc (Files): Likewise.
1863
1864 2007-09-09  Bruno Haible  <bruno@clisp.org>
1865
1866         * modules/malloc-posix: New file.
1867         * modules/malloc (Depends-on): Add malloc-posix.
1868         * lib/malloc.c: Include errno.h.
1869         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
1870         and a POSIX-compatible malloc into a single function. Set ENOMEM
1871         when returning NULL.
1872         * m4/malloc.m4: New file.
1873         * doc/functions/malloc.texi: Mention the malloc-posix module.
1874         * lib/stdlib_.h (malloc): New declaration.
1875         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
1876         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
1877         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
1878         and HAVE_MALLOC_POSIX.
1879
1880 2007-09-09  Bruno Haible  <bruno@clisp.org>
1881
1882         * modules/realloc-posix: New file.
1883         * modules/realloc (Depends-on): Add realloc-posix.
1884         * lib/realloc.c: Include errno.h.
1885         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
1886         and a POSIX-compatible realloc into a single function. Set ENOMEM
1887         when returning NULL.
1888         * m4/realloc.m4: New file.
1889         * doc/functions/realloc.texi: Mention the realloc-posix module.
1890         * lib/stdlib_.h (realloc): New declaration.
1891         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
1892         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
1893         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
1894         and HAVE_REALLOC_POSIX.
1895
1896 2007-09-09  Bruno Haible  <bruno@clisp.org>
1897
1898         * modules/calloc-posix: New file.
1899         * modules/calloc (Depends-on): Add calloc-posix.
1900         * lib/calloc.c: Include errno.h.
1901         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
1902         and a POSIX-compatible calloc into a single function. Set ENOMEM
1903         when returning NULL.
1904         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
1905         * doc/functions/calloc.texi: Mention the calloc-posix module.
1906         * lib/stdlib_.h (calloc): New declaration.
1907         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
1908         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
1909         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
1910         and HAVE_CALLOC_POSIX.
1911
1912 2007-09-09  Bruno Haible  <bruno@clisp.org>
1913
1914         Allow for modules to show an arbitrary notice.
1915         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
1916         * gnulib-tool: New option --extract-notice.
1917         (func_usage): Document it.
1918         (sed_extract_prog): Update.
1919         (func_get_notice): New function.
1920         (func_modules_notice): New function.
1921         (func_import, func_create_testdir): Invoke it.
1922         Suggested by Jim Meyering.
1923
1924 2007-09-09  Bruno Haible  <bruno@clisp.org>
1925
1926         * gnulib-tool: New options --verbose, --quiet.
1927         (func_usage): Document them.
1928         (verbose): New variable.
1929         (func_execute_command): New function.
1930         (func_import): Don't show the module list and the file list if
1931         $verbose < 0.
1932         (func_create_testdir): Likewise. Use func_execute_command.
1933         (func_create_megatestdir): Use func_execute_command.
1934
1935 2007-09-08  Bruno Haible  <bruno@clisp.org>
1936
1937         * gnulib-tool (func_import): Prefer rsync over wget when available,
1938         for fetching the PO files.
1939
1940 2007-09-08  Bruno Haible  <bruno@clisp.org>
1941
1942         * posix-modules: New file. Portions copied from gnulib-tool.
1943         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
1944
1945 2007-09-08  Jim Meyering  <jim@meyering.net>
1946
1947         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
1948         * lib/fpending.h: Rename from __fpending.h.
1949         * lib/fpending.c: Rename from __fpending.c.
1950         Include "fpending.h", not "__fpending.h".
1951         * lib/__fpending.h, lib/__fpending.c: Remove files.
1952         * modules/fpending (Files): Reflect new file names.
1953         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
1954
1955 2007-09-08  Bruno Haible  <bruno@clisp.org>
1956
1957         * m4/inttypes-h.m4: Remove stub file.
1958
1959 2007-09-07  Simon Josefsson  <simon@josefsson.org>
1960
1961         * doc/headers/stdint.texi: Discuss #include_next issue.
1962
1963 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
1964
1965         * build-aux/bootstrap: Remove obsolete comment about wget --help.
1966
1967 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1968
1969         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
1970         in variable name.
1971
1972 2007-09-03  Jim Meyering  <jim@meyering.net>
1973
1974         New module: git-version-gen.
1975         * modules/git-version-gen: New file.
1976
1977         Import changes from coreutils for bootstrap script.
1978
1979         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
1980
1981         bootstrap: uses rsync to download the .po files
1982         * build-aux/bootstrap (po_download_command_format): New global.
1983         (download_po_files): Use rsync.
1984         (update_po_files): Don't remove .po files after download,
1985         so future rsync runs can take advantage of the copies.
1986
1987         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
1988
1989         Solve the unnecessary-.po-file-regeneration problem once and for all.
1990         * build-aux/bootstrap (download_po_files): New function, renamed from
1991         get_translations.  Now, downloads, but doesn't update LINGUAS.
1992         (update_po_files): New function.
1993
1994         bootstrap: Ignore more.
1995         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
1996         uniwidth to e.g., lib/.gitignore.
1997         (slurp): Handle the sys_stat_.h -> sys mapping, too.
1998
1999         * build-aux/bootstrap: New setting: vc_ignore.
2000         (insert_sorted_if_absent): Create $file if absent.
2001         Adapt to new, possibly empty, list: $vc_ignore.
2002
2003         bootstrap: generate more ignorable names
2004         * build-aux/bootstrap (slurp): When generating ignorable names,
2005         also map .sin to .sed, .gperf to .c, and .y to .c.
2006
2007 2007-09-03  Jim Meyering  <jim@meyering.net>
2008
2009         * build-aux/git-version-gen: New file, from coreutils.  For details, see
2010         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
2011
2012 2007-09-02  Bruno Haible  <bruno@clisp.org>
2013
2014         Fix mis-recognition of 'mcs' on QNX 6.
2015         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
2016         output contains the string "Mono".
2017         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
2018         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
2019
2020 2007-09-01  Bruno Haible  <bruno@clisp.org>
2021
2022         Fix collision between uniwidth/* and linebreak modules.
2023         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
2024         u32_width): Remove declarations.
2025         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
2026         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
2027         streq3, streq2, streq1, streq0): Remove functions.
2028         (STREQ): Remove macro.
2029         (is_cjk_encoding): Remove function.
2030         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
2031         (uc_width, u8_width, u16_width, u32_width): Remove functions.
2032         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
2033         * NEWS: Document the change.
2034
2035 2007-09-01  Bruno Haible  <bruno@clisp.org>
2036
2037         * lib/streq.h: Add double-inclusion guard.
2038
2039 2007-09-01  Karl Berry  <karl@gnu.org>
2040
2041         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
2042
2043 2007-08-28  Jim Meyering  <jim@meyering.net>
2044
2045         Rename mreadlink_with_size to areadlink_with_size.
2046         * NEWS: Document the change.
2047         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
2048         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
2049         * lib/mreadlink.h: Rename this to...
2050         * lib/areadlink.h: ...this.
2051         * modules/mreadlink-with-size: Rename this to...
2052         * modules/areadlink-with-size: ...this.
2053         * lib/canonicalize.c: Reflect the renaming.
2054         * modules/canonicalize: Likewise.
2055
2056 2007-08-26  Bruno Haible  <bruno@clisp.org>
2057
2058         * gnulib-tool (func_import): When deciding which files to remove,
2059         consider also dangling symbolic links.
2060         Reported by Eric Blake.
2061
2062 2007-08-26  Bruno Haible  <bruno@clisp.org>
2063
2064         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
2065
2066 2007-08-23  Simon Josefsson  <simon@josefsson.org>
2067
2068         * lib/readline.c: Don't include getline.h, the prototype is now
2069         found in stdio.h.
2070
2071 2007-08-23  Jim Meyering  <jim@meyering.net>
2072
2073         Getdelim touchup.
2074         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
2075         around the funlockfile call, since funlockfile never sets errno.
2076         Don't set errno upon failed realloc.
2077
2078 2007-08-22  Eric Blake  <ebb9@byu.net>
2079
2080         Getline touchups.
2081         * lib/getdelim.c (getdelim): Revert regression that required *n to
2082         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
2083         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
2084         getdelim, rather than whether implementation is missing.
2085         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
2086         * lib/stdio_.h (getline): Also declare if replacement is
2087         required.
2088         * doc/functions/getdelim.texi: New file.
2089         * doc/functions/getline.texi: Likewise.
2090         * doc/gnulib.texi (Function Substitutes): Add new files.
2091         Reported by Bruno Haible.
2092
2093 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
2094
2095         * users.txt: Add Guile.
2096
2097 2007-08-22  Eric Blake  <ebb9@byu.net>
2098
2099         * tests/test-getdelim.c (main): Use remove, not unlink.
2100         * tests/test-getline.c (main): Likewise.
2101
2102         Move getline and getdelim into stdio.h, per POSIX 200x.
2103         * modules/getline (Files): Remove getline.h.
2104         (Depends-on): Add stdio.
2105         (configure.ac): Add module indicator.
2106         * modules/getdelim (Files): Remove getdelim.h.
2107         (Depends-on): Add stdio.
2108         (configure.ac): Add module indicator.
2109         * modules/stdio (Makefile.am): Work with new indicators.
2110         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
2111         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
2112         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
2113         * lib/getdelim.h: Delete.
2114         * lib/getline.h: Delete.
2115         * lib/stdio_.h (getdelim, getline): Declare.
2116         * modules/getdelim-tests: New module.
2117         * modules/getline-tests: Likewise.
2118         * tests/test-getdelim.c: New file.
2119         * tests/test-getline.c: Likewise.
2120         * NEWS: Document the change.
2121         * lib/getline.c: Update choice of header.
2122         * lib/csharpcomp.c: Likewise.
2123         * lib/getpass.c: Likewise.
2124         * lib/javacomp.c: Likewise.
2125         * lib/javaversion.c: Likewise.
2126         * lib/yesno.c: Likewise.
2127         * lib/getdelim.c: Likewise.
2128         (getdelim): Set errno on failure, and avoid memory leak.
2129
2130 2007-08-19  Bruno Haible  <bruno@clisp.org>
2131
2132         * modules/closein (Depends-on): Add freadahead.
2133         * lib/closein.c: Include freadahead.h.
2134         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
2135         is zero.
2136
2137 2007-08-19  Bruno Haible  <bruno@clisp.org>
2138
2139         * modules/freadahead-tests: New file.
2140         * tests/test-freadahead.sh: New file.
2141         * tests/test-freadahead.c: New file.
2142
2143         * modules/freadahead: New file.
2144         * lib/freadahead.h: New file.
2145         * lib/freadahead.c: New file.
2146         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
2147         fbufmode, fpurge, freadable, fwritable.
2148
2149 2007-08-19  Eric Blake  <ebb9@byu.net>
2150
2151         Test yesno in combination with closein.
2152         * lib/yesno.c (yesno): Document use of stdin.
2153         * modules/yesno-tests (Files): New module.
2154         * tests/test-yesno.c (main): New file.
2155         * tests/test-yesno.sh: Likewise.
2156
2157 2007-08-19  Bruno Haible  <bruno@clisp.org>
2158
2159         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
2160         * lib/fseeko.c (rpl_fseeko): Likewise.
2161         * lib/fseterr.c (fseterr): Likewise.
2162
2163 2007-08-19  Bruno Haible  <bruno@clisp.org>
2164
2165         * tests/test-lseek.c (main): Disable a test for BeOS.
2166         * doc/functions/lseek.texi: Document the BeOS bug.
2167
2168 2007-08-19  Bruno Haible  <bruno@clisp.org>
2169             Eric Blake  <ebb9@byu.net>
2170
2171         * lib/lseek.c: Include <sys/stat.h>.
2172         (rpl_lseek): Add workaround code also for Unix platforms.
2173         Needed for BeOS.
2174         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
2175         * doc/functions/lseek.texi: Document BeOS definiency.
2176
2177 2007-08-18  Bruno Haible  <bruno@clisp.org>
2178
2179         * modules/fstrcmp-tests: New file.
2180         * tests/test-fstrcmp.c: New file.
2181
2182 2007-08-18  Bruno Haible  <bruno@clisp.org>
2183
2184         * modules/fstrcmp: New file, from GNU gettext with modifications.
2185         * lib/fstrcmp.h: New file, from GNU gettext.
2186         * lib/fstrcmp.c: New file, from GNU gettext.
2187         * MODULES.html.sh (String handling): Add fstrcmp.
2188
2189 2007-08-18  Bruno Haible  <bruno@clisp.org>
2190
2191         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
2192         'bool'.
2193         (diag, compareseq): Remove const from the ctxt argument.
2194         (USE_HEURISTIC): Undefine at the end.
2195
2196 2007-08-18  Jim Meyering  <jim@meyering.net>
2197
2198         New file: lib/idcache.h
2199         * NEWS: Mention the addition.
2200         * modules/idcache (Files): Add lib/idcache.h
2201         * lib/idcache.c: Include "idcache.h".
2202         Don't include <sys/types.h>.
2203         Add a FIXME comment.
2204         Move file-scoped "static" declarations to the top.
2205         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
2206
2207 2007-08-17  Bruno Haible  <bruno@clisp.org>
2208         and Paul Eggert  <eggert@cs.ucla.edu>
2209
2210         * MODULES.html.sh: Add diffseq.
2211         * modules/diffseq: New file.
2212         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
2213         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
2214
2215 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2216
2217         Import changes from coreutils for bootstrap script.
2218
2219         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
2220
2221         * build-aux/bootstrap (slurp): Work even in environments where
2222         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
2223         current code does not slurp files whose names start with ".", and
2224         this looks like it might be a troublesome area.
2225
2226         2007-07-11  Jim Meyering  <jim@meyering.net>
2227
2228         If there's a GPL vN copyright comment, require that N == 3.
2229
2230         2007-07-08  Jim Meyering  <jim@meyering.net>
2231
2232         Run the coreutils-specific code only if tests/Makefile.am.in exists.
2233         * build-aux/bootstrap (mam_template): Move definition out of loop.
2234
2235         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
2236
2237         * build-aux/bootstrap (symlink_to_dir): Rename function from
2238         symlink_to_gnulib.  Add a directory parameter.  Update all
2239         callers.
2240         (cp_mark_as_generated): Also check for -- and link to -- files in
2241         gl/.
2242
2243         2007-07-08  Jim Meyering  <jim@meyering.net>
2244
2245         Adapt to deeper hierarchy in gnulib.
2246         * build-aux/bootstrap (symlink_to_dir): If the destination
2247         directory doesn't exist, create it. This is required at least for
2248         "lib/uniwidth/cjk.h".
2249
2250         2007-05-15  Jim Meyering  <jim@meyering.net>
2251
2252         * build-aux/bootstrap: Now that generated Makefile.am files
2253         are no longer under version control, they must be created at
2254         bootstrap time.
2255
2256 2007-08-14  Ben Pfaff  <blp@gnu.org>
2257
2258         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
2259
2260 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2261
2262         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
2263         given the changes below.
2264         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
2265         even on hosts that have padding bits beyond the supported 64.
2266
2267 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
2268
2269         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
2270         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
2271         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
2272         depends on it.
2273         (xstrtol_error): Remove.
2274         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
2275         but with a different signature.
2276         (ATTRIBUTE_NORETURN, __attribute__): New macros.
2277         * lib/xstrtol-error.c: Include exitfail.h.
2278         (xstrtol_fatal): New function, with a different signature from the
2279         old xstrtol_error, so that the caller need not worry about passing
2280         in an exit status, or about storage management of the option argument.
2281         (xstrtol_error): Now a static function.  Redo signature to
2282         implement xstrtol_fatal.  Output the correct number of hyphens in
2283         front of the option so that the caller need not worry about
2284         storage management.
2285         (N_): New macro.
2286         (_): Remove; not used now.
2287         * modules/xstrtol: Depend on getopt.
2288         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
2289         of old STRTOL_FATAL_ERROR macro.
2290         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
2291         of test program.
2292         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
2293         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
2294
2295 2007-08-08  Eric Blake  <ebb9@byu.net>
2296
2297         * lib/xstrtol-error.c: Add missing include.
2298
2299         Move xstrtol messages into gnulib domain, when --pobase is used.
2300         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
2301         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
2302         * modules/xstrtol (Files): Distribute new file.
2303         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
2304         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
2305         * tests/test-xstrtol.c: ...into new file.
2306         * tests/test-xstrtoul.c: Also test xstrtoul.
2307         * tests/test-xstrtoimax.c: Also test xstrtoimax.
2308         * tests/test-xstrtoumax.c: Also test xstrtoumax.
2309         * tests/test-xstrtol.sh: Drive the tests.
2310         * tests/test-xstrtoimax.sh: Likewise.
2311         * tests/test-xstrtoumax.sh: Likewise.
2312         * modules/xstrtol-tests: New module.
2313         * modules/xstrtoimax-tests: Likewise.
2314         * modules/xstrtoumax-tests: Likewise.
2315
2316 2007-08-08  Jim Meyering  <jim@meyering.net>
2317
2318         New function: mfile_name_concat.
2319         * lib/filenamecat.c (mfile_name_concat): New function, just like
2320         file_name_concat, but return NULL upon failure rather than exiting
2321         with a diagnostic.
2322         * lib/filenamecat.h: Declare it.
2323
2324 2007-08-07  Bruno Haible  <bruno@clisp.org>
2325
2326         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
2327         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
2328         warning from gcc.
2329         Reported by Eric Blake.
2330
2331 2007-08-07  Simon Josefsson  <simon@josefsson.org>
2332
2333         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
2334         * modules/crypto/arcfour (License): Likewise.
2335         * modules/crypto/des-tests (License): Likewise.
2336         * modules/crypto/gc-arctwo-tests (License): Likewise.
2337         * modules/crypto/gc-des-tests (License): Likewise.
2338         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
2339         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
2340         * modules/crypto/gc-md2-tests (License): Likewise.
2341         * modules/crypto/gc-md4-tests (License): Likewise.
2342         * modules/crypto/gc-md5-tests (License): Likewise.
2343         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
2344         * modules/crypto/gc-rijndael-tests (License): Likewise.
2345         * modules/crypto/gc-sha1-tests (License): Likewise.
2346         * modules/crypto/gc-tests (License): Likewise.
2347         * modules/crypto/hmac-md5 (License): Likewise.
2348         * modules/crypto/hmac-sha1 (License): Likewise.
2349         * modules/crypto/md2-tests (License): Likewise.
2350         * modules/crypto/md4-tests (License): Likewise.
2351         * modules/crypto/md5 (License): Likewise.
2352         * modules/crypto/rijndael (License): Likewise.
2353         * modules/crypto/sha1 (License): Likewise.
2354         * modules/memxor (License): Likewise.
2355
2356 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
2357         and Bruno Haible  <bruno@clisp.org>
2358
2359         * NEWS: Describe interface changes to human, xstrtol.
2360         * lib/human.h: Include <xstrtol.h>.
2361         (human_options): Return enum strtol_error, not int.  Remove
2362         bool arg; take int * instead.
2363         * lib/human.c: Don't include "gettext.h".
2364         (_): Remove; no longer used.
2365         Don't include <xstrtol.h>, since human.h does it.
2366         (human_options): Adjust to abovementioned interface changes.
2367         Do not report error to stderr; that's now the caller's
2368         responsibility.
2369         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
2370         interface change.
2371         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
2372         Str, Argument_type_string.  All uses changed.  Put " argument"
2373         in diagnostics to make them clearer.  Change wording of suffix
2374         message for clarity.
2375         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
2376         Argument_type_string.
2377         (STRTOL_FATAL_WARN): Remove; no longer used.
2378         * modules/human (Depends-on): Remove gettext-h.
2379
2380 2007-08-06  Simon Josefsson  <simon@josefsson.org>
2381
2382         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
2383
2384 2007-07-31  Bruno Haible  <bruno@clisp.org>
2385
2386         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
2387         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
2388         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
2389
2390 2007-07-31  Bruno Haible  <bruno@clisp.org>
2391
2392         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
2393         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
2394
2395 2007-07-30  Bruno Haible  <bruno@clisp.org>
2396
2397         * modules/base64 (License): Use the synonymous term "LGPLv2+".
2398         * modules/c-ctype (License): Likewise.
2399         * modules/c-strcase (License): Likewise.
2400         * modules/check-version (License): Likewise.
2401         * modules/iconv (License): Likewise.
2402         * modules/iconv_open (License): Likewise.
2403         * modules/read-file (License): Likewise.
2404         * modules/striconv (License): Likewise.
2405         * modules/strverscmp (License): Likewise.
2406         * modules/vasprintf (License): Likewise.
2407         * modules/crypto/des (License): Likewise.
2408         * modules/crypto/gc (License): Likewise.
2409         * modules/crypto/gc-arcfour (License): Likewise.
2410         * modules/crypto/gc-arctwo (License): Likewise.
2411         * modules/crypto/gc-des (License): Likewise.
2412         * modules/crypto/gc-hmac-md5 (License): Likewise.
2413         * modules/crypto/gc-hmac-sha1 (License): Likewise.
2414         * modules/crypto/gc-md2 (License): Likewise.
2415         * modules/crypto/gc-md4 (License): Likewise.
2416         * modules/crypto/gc-md5 (License): Likewise.
2417         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
2418         * modules/crypto/gc-random (License): Likewise.
2419         * modules/crypto/gc-rijndael (License): Likewise.
2420         * modules/crypto/gc-sha1 (License): Likewise.
2421         * modules/crypto/md2 (License): Likewise.
2422         * modules/crypto/md4 (License): Likewise.
2423
2424 2007-07-30  Jim Meyering  <jim@meyering.net>
2425
2426         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
2427         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
2428         it has valid stat data.  This bug would cause du not to count the
2429         sizes of inaccessible directories.
2430         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
2431         in <http://bugzilla.redhat.com/250077>.
2432
2433 2007-07-25  Peter O'Gorman  <peter@pogma.com>
2434             Bruno Haible  <bruno@clisp.org>
2435
2436         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
2437         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
2438         #include_next, gives a diagnostic about it, but reports no error in
2439         the exit code.
2440         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
2441
2442 2007-07-24  Ben Pfaff  <blp@gnu.org>
2443
2444         Improve name: "count-one-bits" is better than "popcount".
2445         * MODULES.html.sh: Update name.
2446         * lib/popcount.h: Renamed lib/count-one-bits.h.
2447         (popcount): Renamed count_one_bits.
2448         (popcountl): Renamed count_one_bits_l.
2449         (popcountll): Renamed count_one_bits_ll.
2450         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
2451         * modules/popcount: Renamed module/count-one-bits.
2452         * modules/popcount-tests: Renamed module/count-one-bits-tests.
2453         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
2454
2455 2007-07-23  Ben Pfaff  <blp@gnu.org>
2456
2457         * lib/popcount.h (popcount32): Reduce size of constants, to allow
2458         better code generation, and add U to large constants to avoid
2459         warnings, in non-GCC case.
2460         Suggested by Bruno Haible.
2461
2462 2007-07-23  Ben Pfaff  <blp@gnu.org>
2463
2464         * lib/popcount.h: Use verify_true instead of if...abort.
2465         * modules/popcount: Depend on verify module.
2466         Suggested by Jim Meyering.
2467
2468 2007-07-23  Bruno Haible  <bruno@clisp.org>
2469
2470         * gnulib-tool (func_import): Create a .cvsignore file also when the
2471         directory is not yet in CVS but the toplevel directory is. When
2472         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
2473         Reported by Karl Berry.
2474
2475 2007-07-22  Ben Pfaff  <blp@gnu.org>
2476
2477         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
2478         case.
2479         Suggested by Eric Blake.
2480
2481 2007-07-22  Ben Pfaff  <blp@gnu.org>
2482
2483         New module: popcount.
2484         * MODULES.html.sh: Add popcount.
2485         * modules/popcount: New file.
2486         * modules/popcount-tests: New file.
2487         * tests/test-popcount.c: New file.
2488         * lib/popcount.h: New file.
2489         * m4/popcount.m4: New file.
2490
2491 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
2492
2493         * build-aux/announce-gen: Update to GPLv3.
2494
2495         * build-aux/config.guess: Update from config.
2496
2497 2007-07-21  Bruno Haible  <bruno@clisp.org>
2498
2499         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
2500         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
2501
2502 2007-07-20  Jim Meyering  <jim@meyering.net>
2503
2504         * check-module: Diagnose a self-dependency.
2505
2506 2007-07-19  Bruno Haible  <bruno@clisp.org>
2507
2508         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
2509         empty.
2510         Reported by Eric Blake.
2511
2512 2007-07-18  Bruno Haible  <bruno@clisp.org>
2513
2514         * gnulib-tool: New options --po-base, --po-domain.
2515         (func_usage): Document them.
2516         (pobase, po_domain): New variables.
2517         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
2518         DEFAULT_TEXT_DOMAIN.
2519         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
2520         (func_import): Consider pobase and po_domain. Create a po/ directory.
2521         (func_create_testdir): Set pobase and po_domain to empty.
2522         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
2523         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
2524
2525 2007-07-18  Bruno Haible  <bruno@clisp.org>
2526
2527         * gnulib-tool (func_get_automake_snippet): Synthesize also an
2528         EXTRA_DIST augmentation for files in build-aux/.
2529
2530 2007-07-16  Bruno Haible  <bruno@clisp.org>
2531
2532         * modules/lseek (License): Use the synonymous term "LGPLv2+".
2533         * modules/getdelim (License): Likewise.
2534
2535 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2536
2537         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
2538         * modules/d-type (License): Likewise.
2539         * modules/extensions (License): Likewise.
2540         * modules/fnmatch (License): Likewise.
2541         * modules/fseeko (License): Likewise.
2542         * modules/getaddrinfo (License): Likewise.
2543         * modules/getline (License): Likewise.
2544         * modules/getlogin_r (License): Likewise.
2545         * modules/getpass (License): Likewise.
2546         * modules/gettimeofday (License): Likewise.
2547         * modules/glob (License): Likewise.
2548         * modules/inet_ntop (License): Likewise.
2549         * modules/malloc (License): Likewise.
2550         * modules/malloca (License): Likewise.
2551         * modules/memmem (License): Likewise.
2552         * modules/mempcpy (License): Likewise.
2553         * modules/memset (License): Likewise.
2554         * modules/minmax (License): Likewise.
2555         * modules/mktime (License): Likewise.
2556         * modules/netinet_in (License): Likewise.
2557         * modules/pathmax (License): Likewise.
2558         * modules/poll (License): Likewise.
2559         * modules/regex (License): Likewise.
2560         * modules/snprintf (License): Likewise.
2561         * modules/stdbool (License): Likewise.
2562         * modules/stdint (License): Likewise.
2563         * modules/stdio (License): Likewise.
2564         * modules/strcase (License): Likewise.
2565         * modules/strcasestr (License): Likewise.
2566         * modules/strdup (License): Likewise.
2567         * modules/string (License): Likewise.
2568         * modules/strndup (License): Likewise.
2569         * modules/strnlen (License): Likewise.
2570         * modules/strpbrk (License): Likewise.
2571         * modules/strptime (License): Likewise.
2572         * modules/strsep (License): Likewise.
2573         * modules/sys_select (License): Likewise.
2574         * modules/sys_socket (License): Likewise.
2575         * modules/sys_stat (License): Likewise.
2576         * modules/sys_time (License): Likewise.
2577         * modules/time (License): Likewise.
2578         * modules/time_r (License): Likewise.
2579         * modules/timegm (License): Likewise.
2580         * modules/unistd (License): Likewise.
2581         * modules/vsnprintf (License): Likewise.
2582         * modules/wctype (License): Likewise.
2583
2584 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2585
2586         * modules/argz (License): LGPLv2+.
2587
2588 2007-07-15  Karl Berry  <karl@gnu.org>
2589
2590         * doc/gnulib.texi: revise node structure per new fdl.texi.
2591
2592 2007-07-14  Bruno Haible  <bruno@clisp.org>
2593
2594         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
2595         the output file.
2596         * lib/uniname/uninames.h: Regenerated.
2597
2598 2007-07-14  Karl Berry  <karl@gnu.org>
2599
2600         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
2601         omitting sectioning and index commands.
2602
2603 2007-07-13  Bruno Haible  <bruno@clisp.org>
2604
2605         New gnulib-tool option --more-symlinks.
2606         * gnulib-tool (func_usage): Document --more-symlinks.
2607         (do_copyrights): New variable.
2608         Recognize option --more-symlinks.
2609         (func_import): Don't add a copyright notice transform to
2610         sed_transform_lib_file if do_copyrights is empty.
2611
2612 2007-07-13  Bruno Haible  <bruno@clisp.org>
2613
2614         * lib/vasnprintf.c (decimal_point_char): Define also if
2615         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
2616         && !NEED_PRINTF_DIRECTIVE_A.
2617         Reported by Clemens Koller <clemens.koller@anagramm.de> via
2618         Gary V. Vaughan <gary@gnu.org>.
2619
2620 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
2621
2622         * lib/inttypes_.h: Undo previous change, since it was fixed
2623         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
2624
2625 2007-07-13  Bruno Haible  <bruno@clisp.org>
2626
2627         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
2628         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
2629
2630 2007-07-13  Jim Meyering  <jim@meyering.net>
2631
2632         df: Don't fail for Tru64's "file-on-file mount".
2633         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
2634         so we fall through and use statfs instead.  Details here:
2635         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
2636         Reported by Albert Chin.
2637
2638 2007-07-13  Bruno Haible  <bruno@clisp.org>
2639
2640         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
2641         * modules/configmake (License): Likewise.
2642         * modules/gettext (License): Likewise.
2643         * modules/gettext-h (License): Likewise.
2644         * modules/include_next (License): Likewise.
2645         * modules/link-warning (License): Likewise.
2646         * modules/localcharset (License): Likewise.
2647         * modules/localename (License): Likewise.
2648         * modules/lock (License): Likewise.
2649         * modules/relocatable-lib-lgpl (License): Likewise.
2650         * modules/size_max (License): Likewise.
2651         * modules/vasnprintf (License): Likewise.
2652         * modules/wchar (License): Likewise.
2653         * modules/xsize (License): Likewise.
2654
2655 2007-07-13  Bruno Haible  <bruno@clisp.org>
2656
2657         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
2658         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
2659
2660 2007-07-12  Bruno Haible  <bruno@clisp.org>
2661
2662         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
2663         in the modules files.
2664
2665 2007-07-11  Karl Berry  <karl@gnu.org>
2666
2667         * MODULES.html.sh (func_module): use
2668          sed -e '\|^'"${includefile}"'$|d'
2669          instead of /.../d, to avoid errors on $includefile's containing /.
2670
2671 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
2672
2673         * gnulib-tool (func_import): Avoid duplication of --avoid
2674         statements
2675         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
2676         names to `_' in variable names.
2677
2678 2007-07-10  Eric Blake  <ebb9@byu.net>
2679
2680         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
2681         * NEWS: Document this change.
2682
2683 2007-07-08  Bruno Haible  <bruno@clisp.org>
2684
2685         Update to Unicode 5.0.
2686         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
2687         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
2688         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
2689         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
2690         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
2691         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
2692         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
2693         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
2694         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
2695         U+10A3F, U+1D242..U+1D244.
2696         (nonspacing_table_ind): Update.
2697         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
2698         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
2699
2700 2007-07-08  Bruno Haible  <bruno@clisp.org>
2701
2702         Update to Unicode 5.0.
2703         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
2704         code transform. Extend the name index field of unicode_name_to_code and
2705         unicode_code_to_name from 16 to 24 bits.
2706         * lib/uniname/uniname.c (unicode_character_name,
2707         unicode_name_character): Add the range 0x12xxx to the code transform.
2708         * lib/uniname/uninames.h: Regenerated.
2709         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
2710
2711 2007-07-07  Bruno Haible  <bruno@clisp.org>
2712
2713         * modules/wcwidth-tests: New file.
2714         * tests/test-wcwidth.c: New file.
2715
2716         Work around MacOS X wcwidth() bug.
2717         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
2718         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
2719         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
2720         original wcwidth in non-UTF-8 locales.
2721         * modules/wcwidth (Depends-on): Add localcharset, streq,
2722         uniwidth/width.
2723         * doc/functions/wcwidth.texi: Update.
2724
2725 2007-07-07  Bruno Haible  <bruno@clisp.org>
2726
2727         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
2728         (wcwidth): New declaration.
2729         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
2730         macros.
2731         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
2732         here. Prepare for creating <wchar.h> unconditionally.
2733         * modules/wchar (Depends-on): Add link-warning.
2734         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
2735         REPLACE_WCWIDTH, and GL_LINK_WARNING.
2736         * lib/wcwidth.h: Remove file.
2737         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
2738         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
2739         * modules/wcwidth (Files): Remove lib/wcwidth.h.
2740         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
2741         (Include): Replace wcwidth.h with <wchar.h>.
2742         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
2743         * lib/mbchar.h: Don't include wcwidth.h.
2744         * lib/mbswidth.c: Likewise.
2745         * NEWS: Mention the change.
2746
2747 2007-07-07  Bruno Haible  <bruno@clisp.org>
2748
2749         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
2750         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
2751         definition with an external declaration.
2752         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
2753         defined as a function. Remove AC_C_INLINE requirement.
2754         * modules/wcwidth (Files): Add lib/wcwidth.c.
2755         (Makefile.am): Remove redundant statement.
2756
2757 2007-07-07  Bruno Haible  <bruno@clisp.org>
2758
2759         * MODULES.html.sh (Unicode string functions): Add the new modules.
2760
2761         * tests/uniwidth/test-u32-strwidth.c: New file.
2762         * modules/uniwidth/u32-strwidth-tests: New file.
2763
2764         * lib/uniwidth/u32-strwidth.c: New file.
2765         * modules/uniwidth/u32-strwidth: New file.
2766
2767         * tests/uniwidth/test-u16-strwidth.c: New file.
2768         * modules/uniwidth/u16-strwidth-tests: New file.
2769
2770         * lib/uniwidth/u16-strwidth.c: New file.
2771         * modules/uniwidth/u16-strwidth: New file.
2772
2773         * tests/uniwidth/test-u8-strwidth.c: New file.
2774         * modules/uniwidth/u8-strwidth-tests: New file.
2775
2776         * lib/uniwidth/u8-strwidth.c: New file.
2777         * modules/uniwidth/u8-strwidth: New file.
2778
2779         * tests/uniwidth/test-u32-width.c: New file.
2780         * modules/uniwidth/u32-width-tests: New file.
2781
2782         * lib/uniwidth/u32-width.c: New file.
2783         * modules/uniwidth/u32-width: New file.
2784
2785         * tests/uniwidth/test-u16-width.c: New file.
2786         * modules/uniwidth/u16-width-tests: New file.
2787
2788         * lib/uniwidth/u16-width.c: New file.
2789         * modules/uniwidth/u16-width: New file.
2790
2791         * tests/uniwidth/test-u8-width.c: New file.
2792         * modules/uniwidth/u8-width-tests: New file.
2793
2794         * lib/uniwidth/u8-width.c: New file.
2795         * modules/uniwidth/u8-width: New file.
2796
2797         * tests/uniwidth/test-uc_width.c: New file.
2798         * modules/uniwidth/width-tests: New file.
2799
2800         * lib/uniwidth/width.c: New file, from GNU libiconv.
2801         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
2802         * modules/uniwidth/width: New file.
2803
2804         * lib/uniwidth.h: New file, from GNU libiconv.
2805         * modules/uniwidth/base: New file.
2806
2807 2007-07-07  Bruno Haible  <bruno@clisp.org>
2808
2809         * lib/uniname.h: New file, from GNU gettext.
2810         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
2811         * lib/uniname/uninames.h: New file, from GNU gettext.
2812         * lib/uniname/uniname.c: New file, from GNU gettext.
2813         * tests/uniname/test-uninames.sh: New file.
2814         * tests/uniname/test-uninames.c: New file, from GNU gettext.
2815         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
2816         * modules/uniname/base: New file.
2817         * modules/uniname/uniname: New file.
2818         * modules/uniname/uniname-tests: New file.
2819         * MODULES.html.sh (Unicode string functions): Add the new modules.
2820
2821 2007-07-06  Bruno Haible  <bruno@clisp.org>
2822
2823         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
2824
2825 2007-07-06  Bruno Haible  <bruno@clisp.org>
2826
2827         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
2828         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
2829         includes <cygwin/sys_time.h> which includes <sys/select.h> which
2830         include <sys/time.h>.
2831         Reported by Eric Blake.
2832
2833 2007-07-06  Eric Blake  <ebb9@byu.net>
2834
2835         Fix testing canonicalize on cygwin.
2836         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
2837         Revert patch from 2007-06-19.
2838         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
2839         canonicalize module is also in use.
2840         * tests/test-canonicalize.c: New file.
2841         * tests/test-canonicalize.sh: Likewise.
2842         * modules/canonicalize-tests: Likewise.
2843
2844 2007-07-06  Jim Meyering  <jim@meyering.net>
2845
2846         * lib/getugroups.c (getugroups): Detect getgrent failure.
2847         Adjust comment to reflect reality: this function may return -1.
2848
2849 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2850
2851         * build-aux/bootstrap (TP_URL,get_translations): Update to use
2852         the new TP address.
2853         (usage): Fix typo
2854         (gnulib_mk): New variable.
2855
2856 2007-07-05  Jim Meyering  <jim@meyering.net>
2857
2858         Don't let endgrent clobber errno, no matter how improbable.
2859         * lib/getugroups.c (getugroups): Save and restore errno around
2860         endgrent call.
2861
2862         Close the group DB even when failing with 2^31 or more members.
2863         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
2864
2865 2007-07-04  Jim Meyering  <jim@meyering.net>
2866
2867         * lib/getugroups.h: New file.
2868         * lib/getugroups.c: Include "getugroups.h".
2869         Remove uses of "register" keyword.
2870         Move local variable, "cp", down into scope where used.
2871         Give "username" parameter the "const" attribute.
2872         * modules/getugroups (Files): Add lib/getugroups.h
2873
2874 2007-07-04  Karl Berry  <karl@gnu.org>
2875
2876         * MODULES.html.sh (func_all_modules): Complete rename of
2877         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
2878
2879 2007-07-02  Bruno Haible  <bruno@clisp.org>
2880
2881         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
2882         mode, when inttypes.h comes from gnulib.
2883         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
2884
2885 2007-07-02  Simon Josefsson  <simon@josefsson.org>
2886
2887         * NEWS: Mention lgpl module name change.
2888
2889         * modules/lgpl-2.1: Renamed from lgpl.
2890
2891         * NEWS: Mention gpl module name change.
2892
2893         * modules/gpl-3.0: New file, based on gpl-2.0.
2894
2895         * modules/gpl-2.0: Renamed from gpl.
2896
2897         * modules/gpl: Fix filename, doc/gpl.texi is now found at
2898         doc/gpl-2.0.texi.
2899
2900 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
2901
2902         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
2903         #define __STDC_LIMIT_MACROS temporarily while including
2904         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
2905         Problem reported by Joel E. Denny in
2906         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
2907
2908 2007-07-01  Bruno Haible  <bruno@clisp.org>
2909
2910         * lib/unistdio.h: New file.
2911         * lib/unistdio/u-asnprintf.h: New file.
2912         * lib/unistdio/u-asprintf.h: New file.
2913         * lib/unistdio/u-printf-args.c: New file.
2914         * lib/unistdio/u-printf-args.h: New file.
2915         * lib/unistdio/u-printf-parse.h: New file.
2916         * lib/unistdio/u-snprintf.h: New file.
2917         * lib/unistdio/u-sprintf.h: New file.
2918         * lib/unistdio/u-vasprintf.h: New file.
2919         * lib/unistdio/u-vsnprintf.h: New file.
2920         * lib/unistdio/u-vsprintf.h: New file.
2921         * lib/unistdio/ulc-asnprintf.c: New file.
2922         * lib/unistdio/ulc-asprintf.c: New file.
2923         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
2924         * lib/unistdio/ulc-printf-parse.c: New file.
2925         * lib/unistdio/ulc-snprintf.c: New file.
2926         * lib/unistdio/ulc-sprintf.c: New file.
2927         * lib/unistdio/ulc-vasnprintf.c: New file.
2928         * lib/unistdio/ulc-vasprintf.c: New file.
2929         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
2930         * lib/unistdio/ulc-vsnprintf.c: New file.
2931         * lib/unistdio/ulc-vsprintf.c: New file.
2932         * lib/unistdio/u8-asnprintf.c: New file.
2933         * lib/unistdio/u8-asprintf.c: New file.
2934         * lib/unistdio/u8-printf-parse.c: New file.
2935         * lib/unistdio/u8-snprintf.c: New file.
2936         * lib/unistdio/u8-sprintf.c: New file.
2937         * lib/unistdio/u8-vasnprintf.c: New file.
2938         * lib/unistdio/u8-vasprintf.c: New file.
2939         * lib/unistdio/u8-vsnprintf.c: New file.
2940         * lib/unistdio/u8-vsprintf.c: New file.
2941         * lib/unistdio/u8-u8-asnprintf.c: New file.
2942         * lib/unistdio/u8-u8-asprintf.c: New file.
2943         * lib/unistdio/u8-u8-snprintf.c: New file.
2944         * lib/unistdio/u8-u8-sprintf.c: New file.
2945         * lib/unistdio/u8-u8-vasnprintf.c: New file.
2946         * lib/unistdio/u8-u8-vasprintf.c: New file.
2947         * lib/unistdio/u8-u8-vsnprintf.c: New file.
2948         * lib/unistdio/u8-u8-vsprintf.c: New file.
2949         * lib/unistdio/u16-asnprintf.c: New file.
2950         * lib/unistdio/u16-asprintf.c: New file.
2951         * lib/unistdio/u16-printf-parse.c: New file.
2952         * lib/unistdio/u16-snprintf.c: New file.
2953         * lib/unistdio/u16-sprintf.c: New file.
2954         * lib/unistdio/u16-vasnprintf.c: New file.
2955         * lib/unistdio/u16-vasprintf.c: New file.
2956         * lib/unistdio/u16-vsnprintf.c: New file.
2957         * lib/unistdio/u16-vsprintf.c: New file.
2958         * lib/unistdio/u16-u16-asnprintf.c: New file.
2959         * lib/unistdio/u16-u16-asprintf.c: New file.
2960         * lib/unistdio/u16-u16-snprintf.c: New file.
2961         * lib/unistdio/u16-u16-sprintf.c: New file.
2962         * lib/unistdio/u16-u16-vasnprintf.c: New file.
2963         * lib/unistdio/u16-u16-vasprintf.c: New file.
2964         * lib/unistdio/u16-u16-vsnprintf.c: New file.
2965         * lib/unistdio/u16-u16-vsprintf.c: New file.
2966         * lib/unistdio/u32-asnprintf.c: New file.
2967         * lib/unistdio/u32-asprintf.c: New file.
2968         * lib/unistdio/u32-printf-parse.c: New file.
2969         * lib/unistdio/u32-snprintf.c: New file.
2970         * lib/unistdio/u32-sprintf.c: New file.
2971         * lib/unistdio/u32-vasnprintf.c: New file.
2972         * lib/unistdio/u32-vasprintf.c: New file.
2973         * lib/unistdio/u32-vsnprintf.c: New file.
2974         * lib/unistdio/u32-vsprintf.c: New file.
2975         * lib/unistdio/u32-u32-asnprintf.c: New file.
2976         * lib/unistdio/u32-u32-asprintf.c: New file.
2977         * lib/unistdio/u32-u32-snprintf.c: New file.
2978         * lib/unistdio/u32-u32-sprintf.c: New file.
2979         * lib/unistdio/u32-u32-vasnprintf.c: New file.
2980         * lib/unistdio/u32-u32-vasprintf.c: New file.
2981         * lib/unistdio/u32-u32-vsnprintf.c: New file.
2982         * lib/unistdio/u32-u32-vsprintf.c: New file.
2983         * tests/unistdio/test-ulc-asnprintf1.c: New file.
2984         * tests/unistdio/test-ulc-asnprintf1.h: New file.
2985         * tests/unistdio/test-ulc-printf1.h: New file.
2986         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
2987         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
2988         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
2989         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
2990         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
2991         * tests/unistdio/test-ulc-vasprintf1.c: New file.
2992         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
2993         * tests/unistdio/test-ulc-vsprintf1.c: New file.
2994         * tests/unistdio/test-u8-asnprintf1.c: New file.
2995         * tests/unistdio/test-u8-asnprintf1.h: New file.
2996         * tests/unistdio/test-u8-printf1.h: New file.
2997         * tests/unistdio/test-u8-vasnprintf1.c: New file.
2998         * tests/unistdio/test-u8-vasnprintf2.c: New file.
2999         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
3000         * tests/unistdio/test-u8-vasnprintf3.c: New file.
3001         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
3002         * tests/unistdio/test-u8-vasprintf1.c: New file.
3003         * tests/unistdio/test-u8-vsnprintf1.c: New file.
3004         * tests/unistdio/test-u8-vsprintf1.c: New file.
3005         * tests/unistdio/test-u16-asnprintf1.c: New file.
3006         * tests/unistdio/test-u16-asnprintf1.h: New file.
3007         * tests/unistdio/test-u16-printf1.h: New file.
3008         * tests/unistdio/test-u16-vasnprintf1.c: New file.
3009         * tests/unistdio/test-u16-vasnprintf2.c: New file.
3010         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
3011         * tests/unistdio/test-u16-vasnprintf3.c: New file.
3012         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
3013         * tests/unistdio/test-u16-vasprintf1.c: New file.
3014         * tests/unistdio/test-u16-vsnprintf1.c: New file.
3015         * tests/unistdio/test-u16-vsprintf1.c: New file.
3016         * tests/unistdio/test-u32-asnprintf1.c: New file.
3017         * tests/unistdio/test-u32-asnprintf1.h: New file.
3018         * tests/unistdio/test-u32-printf1.h: New file.
3019         * tests/unistdio/test-u32-vasnprintf1.c: New file.
3020         * tests/unistdio/test-u32-vasnprintf2.c: New file.
3021         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
3022         * tests/unistdio/test-u32-vasnprintf3.c: New file.
3023         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
3024         * tests/unistdio/test-u32-vasprintf1.c: New file.
3025         * tests/unistdio/test-u32-vsnprintf1.c: New file.
3026         * tests/unistdio/test-u32-vsprintf1.c: New file.
3027         * modules/unistdio/base: New file.
3028         * modules/unistdio/u-printf-args: New file.
3029         * modules/unistdio/ulc-asnprintf: New file.
3030         * modules/unistdio/ulc-asprintf: New file.
3031         * modules/unistdio/ulc-fprintf: New file.
3032         * modules/unistdio/ulc-printf-parse: New file.
3033         * modules/unistdio/ulc-snprintf: New file.
3034         * modules/unistdio/ulc-sprintf: New file.
3035         * modules/unistdio/ulc-vasnprintf: New file.
3036         * modules/unistdio/ulc-vasprintf: New file.
3037         * modules/unistdio/ulc-vfprintf: New file.
3038         * modules/unistdio/ulc-vsnprintf: New file.
3039         * modules/unistdio/ulc-vsprintf: New file.
3040         * modules/unistdio/u8-asnprintf: New file.
3041         * modules/unistdio/u8-asprintf: New file.
3042         * modules/unistdio/u8-printf-parse: New file.
3043         * modules/unistdio/u8-snprintf: New file.
3044         * modules/unistdio/u8-sprintf: New file.
3045         * modules/unistdio/u8-vasnprintf: New file.
3046         * modules/unistdio/u8-vasprintf: New file.
3047         * modules/unistdio/u8-vsnprintf: New file.
3048         * modules/unistdio/u8-vsprintf: New file.
3049         * modules/unistdio/u8-u8-asnprintf: New file.
3050         * modules/unistdio/u8-u8-asprintf: New file.
3051         * modules/unistdio/u8-u8-snprintf: New file.
3052         * modules/unistdio/u8-u8-sprintf: New file.
3053         * modules/unistdio/u8-u8-vasnprintf: New file.
3054         * modules/unistdio/u8-u8-vasprintf: New file.
3055         * modules/unistdio/u8-u8-vsnprintf: New file.
3056         * modules/unistdio/u8-u8-vsprintf: New file.
3057         * modules/unistdio/u16-asnprintf: New file.
3058         * modules/unistdio/u16-asprintf: New file.
3059         * modules/unistdio/u16-printf-parse: New file.
3060         * modules/unistdio/u16-snprintf: New file.
3061         * modules/unistdio/u16-sprintf: New file.
3062         * modules/unistdio/u16-vasnprintf: New file.
3063         * modules/unistdio/u16-vasprintf: New file.
3064         * modules/unistdio/u16-vsnprintf: New file.
3065         * modules/unistdio/u16-vsprintf: New file.
3066         * modules/unistdio/u16-u16-asnprintf: New file.
3067         * modules/unistdio/u16-u16-asprintf: New file.
3068         * modules/unistdio/u16-u16-snprintf: New file.
3069         * modules/unistdio/u16-u16-sprintf: New file.
3070         * modules/unistdio/u16-u16-vasnprintf: New file.
3071         * modules/unistdio/u16-u16-vasprintf: New file.
3072         * modules/unistdio/u16-u16-vsnprintf: New file.
3073         * modules/unistdio/u16-u16-vsprintf: New file.
3074         * modules/unistdio/u32-asnprintf: New file.
3075         * modules/unistdio/u32-asprintf: New file.
3076         * modules/unistdio/u32-printf-parse: New file.
3077         * modules/unistdio/u32-snprintf: New file.
3078         * modules/unistdio/u32-sprintf: New file.
3079         * modules/unistdio/u32-vasnprintf: New file.
3080         * modules/unistdio/u32-vasprintf: New file.
3081         * modules/unistdio/u32-vsnprintf: New file.
3082         * modules/unistdio/u32-vsprintf: New file.
3083         * modules/unistdio/u32-u32-asnprintf: New file.
3084         * modules/unistdio/u32-u32-asprintf: New file.
3085         * modules/unistdio/u32-u32-snprintf: New file.
3086         * modules/unistdio/u32-u32-sprintf: New file.
3087         * modules/unistdio/u32-u32-vasnprintf: New file.
3088         * modules/unistdio/u32-u32-vasprintf: New file.
3089         * modules/unistdio/u32-u32-vsnprintf: New file.
3090         * modules/unistdio/u32-u32-vsprintf: New file.
3091         * modules/unistdio/ulc-asnprintf-tests: New file.
3092         * modules/unistdio/ulc-vasnprintf-tests: New file.
3093         * modules/unistdio/ulc-vasprintf-tests: New file.
3094         * modules/unistdio/ulc-vsnprintf-tests: New file.
3095         * modules/unistdio/ulc-vsprintf-tests: New file.
3096         * modules/unistdio/u8-asnprintf-tests: New file.
3097         * modules/unistdio/u8-vasnprintf-tests: New file.
3098         * modules/unistdio/u8-vasprintf-tests: New file.
3099         * modules/unistdio/u8-vsnprintf-tests: New file.
3100         * modules/unistdio/u8-vsprintf-tests: New file.
3101         * modules/unistdio/u16-asnprintf-tests: New file.
3102         * modules/unistdio/u16-vasnprintf-tests: New file.
3103         * modules/unistdio/u16-vasprintf-tests: New file.
3104         * modules/unistdio/u16-vsnprintf-tests: New file.
3105         * modules/unistdio/u16-vsprintf-tests: New file.
3106         * modules/unistdio/u32-asnprintf-tests: New file.
3107         * modules/unistdio/u32-vasnprintf-tests: New file.
3108         * modules/unistdio/u32-vasprintf-tests: New file.
3109         * modules/unistdio/u32-vsnprintf-tests: New file.
3110         * modules/unistdio/u32-vsprintf-tests: New file.
3111         * MODULES.html.sh (Unicode string functions): Add the new modules.
3112
3113 2007-07-01  Bruno Haible  <bruno@clisp.org>
3114
3115         * lib/sprintf.c (sprintf): Limit the available length estimation,
3116         to avoid address wraparound.
3117         * lib/vsprintf.c (vsprintf): Likewise.
3118         * modules/sprintf-posix (Dependencies): Add stdint.
3119         * modules/vsprintf-posix (Dependencies): Likewise.
3120
3121 2007-07-01  Bruno Haible  <bruno@clisp.org>
3122
3123         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
3124         Windows PATH as well. Conservative double-quoting. Comments.
3125
3126 2007-07-01  Bruno Haible  <bruno@clisp.org>
3127             Eric Blake  <ebb9@byu.net>
3128             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3129
3130         * gnulib-tool (self_abspathname): Fix algorithm to cope with
3131         empty components in $PATH, denoting '.'.
3132
3133 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3134
3135         * gnulib-tool: Fix indentation.
3136         (func_create_megatestdir): Likewise.
3137         Report by Bruno Haible.
3138
3139 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3140
3141         Sync from Automake.
3142         * build-aux/gnupload: Fix shell portability issues with for loops.
3143         Report by Karl Berry.
3144
3145 2007-06-29  Simon Josefsson  <simon@josefsson.org>
3146
3147         * build-aux/maint.mk (POURL): Use translationproject.org.
3148
3149 2007-06-27  Simon Josefsson  <simon@josefsson.org>
3150             Bruno Haible  <bruno@clisp.org>
3151
3152         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
3153         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
3154         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
3155         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
3156         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
3157
3158 2007-06-27  Bruno Haible  <bruno@clisp.org>
3159
3160         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
3161         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
3162
3163 2007-06-26  Karl Berry  <karl@gnu.org>
3164
3165         * MODULES.html.sh: remove xreadlink-with-size.
3166
3167 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3168
3169         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
3170         method that I hope also handles the double-include problem noted
3171         by Bruno Haible in
3172         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
3173
3174 2007-06-23  Bruno Haible  <bruno@clisp.org>
3175
3176         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3177         Don't let the 'mostlyclean' target fail if the last subdirectory could
3178         not be removed.
3179         Reported by Karl Berry.
3180
3181 2007-06-23  Bruno Haible  <bruno@clisp.org>
3182
3183         * gnulib-tool (echo): Add a speedier workaround for ksh.
3184         * tests/test-echo.sh: Likewise.
3185
3186 2007-06-23  Bruno Haible  <bruno@clisp.org>
3187
3188         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
3189         * tests/test-echo.sh: Likewise.
3190
3191 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3192
3193         * gnulib-tool (IFS): Initialize early, so we don't set it to
3194         empty later.
3195         (self_abspathname): Rewrite algorithm to set it, reindent.
3196         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
3197         (func_create_megatestdir): Merge some sed scripts.
3198
3199 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3200
3201         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
3202         exposed by Sun Studio 11 cc on Solaris 8.
3203
3204 2007-06-22  Bruno Haible  <bruno@clisp.org>
3205
3206         * gnulib-tool (echo): Ensure the echo primitive does not interpret
3207         backslashes.
3208         * tests/test-echo.sh: New file.
3209
3210 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3211
3212         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
3213         simplify `sed_replace_build_aux' scripts, they are portable but
3214         echoing them with `echo' is not.
3215         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
3216
3217 2007-06-21  Karl Berry  <karl@gnu.org>
3218
3219         * config/srclist.txt: guess we can't handle the licenses via
3220         srclist at the moment.
3221
3222 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
3223
3224         * MODULES.html.sh: Add include_next.
3225         * modules/include_next: New file.
3226
3227 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
3228
3229         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
3230         INCLUDE_NEXT.
3231         (gl_CHECK_NEXT_HEADERS): New macro.
3232         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
3233         the obsolescent gl_ABSOLUTE_HEADER.
3234         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
3235         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
3236         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
3237         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
3238         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
3239         * m4/math_h.m4 (gl_MATH_H): Likewise.
3240         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
3241         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
3242         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
3243         * m4/stdint.m4 (gl_STDINT_H): Likewise.
3244         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
3245         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
3246         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
3247         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3248         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
3249         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
3250         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
3251         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
3252         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
3253         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
3254         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
3255         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
3256         * m4/inttypes.m4 (gl_INTTYPES_H): Define
3257         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
3258         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
3259         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
3260         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
3261         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
3262         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
3263         * lib/float_.h: Likewise.
3264         * lib/inttypes_.h: Likewise.
3265         * lib/math_.h: Likewise.
3266         * lib/search_.h: Likewise.
3267         * lib/signal_.h: Likewise.
3268         * lib/stdint_.h: Likewise.
3269         * lib/stdio_.h: Likewise.
3270         * lib/stdlib_.h: Likewise.
3271         * lib/string_.h: Likewise.
3272         * lib/sys_stat_.h: Likewise.
3273         * lib/sys_time_.h: Likewise.
3274         * lib/time_.h: Likewise.
3275         * lib/unistd_.h: Likewise.
3276         * lib/wchar_.h: Likewise.
3277         * lib/wctype_.h: Likewise.
3278         * lib/dirent_.h: Likewise.
3279         * lib/iconv_.h: Likewise.
3280         * lib/locale_.h: Likewise.
3281         * lib/netinet_in_.h: Likewise.
3282         * lib/sys_select_.h: Likewise.
3283         * lib/sys_socket_.h: Likewise.
3284         * lib/sysexits_.h: Likewise.
3285         * modules/fcntl (Depends-on): Depend on include_next, not
3286         absolute_header.
3287         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
3288         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
3289         * modules/fchdir: Likewise.
3290         * modules/float: Likewise.
3291         * modules/iconv_open: Likewise.
3292         * modules/inttypes: Likewise.
3293         * modules/locale: Likewise.
3294         * modules/math: Likewise.
3295         * modules/netinet_in: Likewise.
3296         * modules/search: Likewise.
3297         * modules/signal: Likewise.
3298         * modules/stdint: Likewise.
3299         * modules/stdio: Likewise.
3300         * modules/stdlib: Likewise.
3301         * modules/string: Likewise.
3302         * modules/sys_select: Likewise.
3303         * modules/sys_socket: Likewise.
3304         * modules/sys_stat: Likewise.
3305         * modules/sys_time: Likewise.
3306         * modules/sysexits: Likewise.
3307         * modules/time: Likewise.
3308         * modules/unistd: Likewise.
3309         * modules/wchar: Likewise.
3310         * modules/wctype: Likewise.
3311         * modules/sys_stat: Change maintainer to "all".
3312         * modules/unistd: Likewise.
3313
3314 2007-06-20  Karl Berry  <karl@gnu.org>
3315
3316         * config/srclist.txt: track www changes in license files.
3317
3318 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
3319
3320         * build-aux/bootstrap: Remove stray dot.
3321         Make sure build_aux settings are honored when linking
3322         gnulib_extra_files.
3323
3324 2007-06-19  Eric Blake  <ebb9@byu.net>
3325
3326         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
3327         Allow compilation on cygwin.
3328
3329 2007-06-19  Jim Meyering  <jim@meyering.net>
3330
3331         xreadlink-with-size: Remove module.  No longer used.
3332         Ex-callers now use xreadlink or mreadlink-with-size.
3333         * modules/xreadlink-with-size: Remove module.
3334         * lib/xreadlink-with-size.c: Remove file.
3335         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
3336         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
3337         just before the function definition *is* accurate.
3338
3339         Eliminate one way canonicalize_filename_mode could exit.
3340         * lib/canonicalize.c (canonicalize_filename_mode):
3341         Use mreadlink_with_size, not xreadlink_with_size.
3342
3343 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
3344
3345         Detect porting problems to FreeBSD/arm, which has time_t wider than
3346         long int.  Original problem reported for GNU diff by Xin Li in
3347         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
3348         * modules/getdate (Depends-on): Add intprops, verify.
3349         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
3350         is an integer type no wider than long int.
3351
3352 2007-06-18  Jim Meyering  <jim@meyering.net>
3353
3354         New module: mreadlink-with-size.
3355         * MODULES.html.sh: Add mreadlink-with-size.
3356         * modules/mreadlink-with-size: New module
3357         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
3358         not xreadlink-with-size.
3359         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
3360
3361 2007-06-16  Bruno Haible  <bruno@clisp.org>
3362
3363         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
3364         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
3365         Reported by Gary V. Vaughan <gary@gnu.org>.
3366
3367 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
3368
3369         Revamp lchown so that it lives in unistd.h where it belongs.
3370         * lib/lchown.h: Remove.
3371         * lib/dirchownmod.c: Don't include lib/lchown.h.
3372         * lib/fchownat.c: Likewise.
3373         * lib/openat.c: Likewise.
3374         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
3375         does not follow symlinks.
3376         (EOPNOTSUPP): Define if not defined.
3377         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
3378         is defined to 0.
3379         (lchown): New decl.
3380         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
3381         Do not check for lchown decl.
3382         Set REPLACE_LCHOWN.
3383         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
3384         REPLACE_LCHOWN.
3385         * modules/chown: Make it clear it follows symlinks.
3386         * modules/lchown: Make it clear it doesn't follow symlinks.
3387         (Files): Remove lib/lchown.h
3388         (Depends-on): Add unistd.
3389         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
3390         (Include): Include <unistd.h>, not "lchown.h".
3391         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
3392         REPLACE_LCHOWN.
3393
3394 2007-06-15  Jim Meyering  <jim@meyering.net>
3395
3396         Change license (GPL to LGPL) of fsusage and dependents.
3397         * modules/fsusage (License): Change to LGPL.
3398         * modules/full-read (License): Likewise.
3399         * modules/full-write (License): Likewise.
3400         * modules/safe-read (License): Likewise.
3401         * modules/safe-write (License): Likewise.
3402
3403 2007-06-14  Ben Pfaff  <blp@gnu.org>
3404
3405         Missing part of allocsa -> malloca transition.
3406         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
3407         gl_MALLOCA.
3408
3409 2007-06-12  Bruno Haible  <bruno@clisp.org>
3410
3411         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
3412         to ia64, x86_64, i386.
3413         Reported by Eric Blake.
3414
3415 2007-06-12  Bruno Haible  <bruno@clisp.org>
3416
3417         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
3418         cross-compiling to x86_64.
3419
3420 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
3421
3422         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
3423         glitch reported by Ralf Wildenhues in
3424         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
3425
3426         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
3427         Vin Shelton.
3428
3429 2007-06-11  Bruno Haible  <bruno@clisp.org>
3430
3431         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
3432         replacement string.
3433         Reported by Eric Blake.
3434
3435 2007-06-10  Bruno Haible  <bruno@clisp.org>
3436
3437         Prepare vasnprintf code for use with Unicode strings.
3438         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
3439         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
3440         TYPE_U32_STRING.
3441         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
3442         a_u32_string variants.
3443         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
3444         * lib/printf-args.c: Don't include config.h and the specification
3445         header if PRINTF_FETCHARGS is already defined.
3446         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
3447         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
3448         TYPE_U16_STRING, TYPE_U32_STRING.
3449         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
3450         u16_directive, u16_directives, u32_directive, u32_directives): New
3451         types.
3452         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
3453         New declarations.
3454         * lib/printf-parse.c: Don't include config.h and the specification
3455         header if PRINTF_PARSE is already defined. Eliminate the set of
3456         parameters for WIDE_CHAR_VERSION; the user of this file must provide
3457         them now. Include c-ctype.h.
3458         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
3459         directive and CHAR_T_ONLY_ASCII.
3460         * lib/vasnprintf.c: Don't include config.h and the specification header
3461         if VASNPRINTF is already defined.
3462         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
3463         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
3464         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
3465         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
3466         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
3467         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
3468         code accordingly.
3469         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
3470         pad_ourselves also in this case, with the 'c' and 's' directives, and
3471         with a different notion of "width".
3472         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
3473
3474 2007-06-10  Bruno Haible  <bruno@clisp.org>
3475
3476         * modules/unistr/u32-mbsnlen: New file.
3477         * lib/unistr/u32-mbsnlen.c: New file.
3478
3479         * modules/unistr/u16-mbsnlen: New file.
3480         * lib/unistr/u16-mbsnlen.c: New file.
3481
3482         * modules/unistr/u8-mbsnlen: New file.
3483         * lib/unistr/u8-mbsnlen.c: New file.
3484
3485         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
3486         declarations.
3487
3488 2007-06-10  Bruno Haible  <bruno@clisp.org>
3489
3490         * lib/string_.h (mbsnlen): New declaration.
3491         * lib/mbsnlen.c: New file.
3492         * m4/mbsnlen.m4: New file.
3493         * modules/mbsnlen: New file.
3494         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
3495         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
3496         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
3497
3498 2007-06-10  Bruno Haible  <bruno@clisp.org>
3499
3500         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
3501
3502 2007-06-10  Bruno Haible  <bruno@clisp.org>
3503
3504         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
3505         * lib/mbuiter.h: Likewise.
3506
3507 2007-06-10  Bruno Haible  <bruno@clisp.org>
3508
3509         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
3510         declaration.
3511
3512 2007-06-10  Karl Berry  <karl@gnu.org>
3513
3514         * config/srclist.txt: remove gettext entries, Bruno prefers
3515         to update individually.
3516
3517 2007-06-10  Bruno Haible  <bruno@clisp.org>
3518
3519         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
3520         'maxlen'. Ensure only length + width bytes are allocated, not
3521         length + 1 + width.
3522
3523 2007-06-09  Bruno Haible  <bruno@clisp.org>
3524
3525         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
3526         (CHAR_T): Remove macro.
3527         (VASNPRINTF): Update.
3528
3529 2007-06-09  Bruno Haible  <bruno@clisp.org>
3530
3531         * MODULES.html.sh (Unicode string functions): Add the new modules.
3532
3533         * modules/uniconv/u32-conv-to-enc: New file.
3534         * lib/uniconv/u32-conv-to-enc.c: New file.
3535         * modules/uniconv/u32-conv-to-enc-tests: New file.
3536         * tests/uniconv/test-u32-conv-to-enc.c: New file.
3537
3538         * modules/uniconv/u16-conv-to-enc: New file.
3539         * lib/uniconv/u16-conv-to-enc.c: New file.
3540         * lib/uniconv/u-conv-to-enc.h: New file.
3541         * modules/uniconv/u16-conv-to-enc-tests: New file.
3542         * tests/uniconv/test-u16-conv-to-enc.c: New file.
3543
3544         * modules/uniconv/u8-conv-to-enc: New file.
3545         * lib/uniconv/u8-conv-to-enc.c: New file.
3546         * modules/uniconv/u8-conv-to-enc-tests: New file.
3547         * tests/uniconv/test-u8-conv-to-enc.c: New file.
3548
3549         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
3550         u32_conv_to_encoding): New declarations.
3551
3552 2007-06-09  Bruno Haible  <bruno@clisp.org>
3553
3554         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
3555
3556 2007-06-09  Bruno Haible  <bruno@clisp.org>
3557
3558         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
3559         * modules/malloca: Renamed from modules/allocsa, updated.
3560         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
3561         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
3562         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
3563         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
3564         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
3565         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
3566         * modules/xmalloca: Renamed from modules/xallocsa, updated.
3567         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
3568         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
3569         * modules/c-strcasestr (Depends-on): Update.
3570         * lib/c-strcasestr.c: Update.
3571         * modules/c-strstr (Depends-on): Update.
3572         * lib/c-strstr.c: Update.
3573         * modules/canonicalize-lgpl (Depends-on): Update.
3574         * lib/canonicalize-lgpl.c: Update.
3575         * modules/clean-temp (Depends-on): Update.
3576         * lib/clean-temp.c: Update.
3577         * modules/csharpcomp (Depends-on): Update.
3578         * lib/csharpcomp.c: Update.
3579         * modules/csharpexec (Depends-on): Update.
3580         * lib/csharpexec.c: Update.
3581         * modules/javacomp (Depends-on): Update.
3582         * lib/javacomp.c: Update.
3583         * modules/javaexec (Depends-on): Update.
3584         * lib/javaexec.c: Update.
3585         * modules/mbscasestr (Depends-on): Update.
3586         * lib/mbscasestr.c: Update.
3587         * modules/mbsstr (Depends-on): Update.
3588         * lib/mbsstr.c: Update.
3589         * modules/setenv (Depends-on): Update.
3590         * lib/setenv.c: Update.
3591         * modules/strcasestr (Depends-on): Update.
3592         * lib/strcasestr.c: Update.
3593         * modules/striconveha (Depends-on): Update.
3594         * lib/striconveha.c: Update.
3595         * modules/relocatable-prog-wrapper (Files): Update.
3596         * lib/relocwrapper.c: Update.
3597         * build-aux/install-reloc: Update.
3598         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
3599
3600 2007-06-08  Bruno Haible  <bruno@clisp.org>
3601
3602         Port to uClibc.
3603         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
3604         * lib/fpurge.c (fpurge): Likewise.
3605         * lib/freading.c (freading): Likewise.
3606         * lib/fseeko.c (rpl_fseeko): Likewise.
3607         * lib/fseterr.c (fseterr): Likewise.
3608         * lib/fwriting.c (fwriting): Likewise.
3609         * tests/test-fflush.c (main): Avoid a failure on uClibc.
3610
3611 2007-06-08  Bruno Haible  <bruno@clisp.org>
3612
3613         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
3614         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
3615         * modules/gettext (Files): Add m4/intlmacosx.m4.
3616
3617 2007-06-07  Bruno Haible  <bruno@clisp.org>
3618
3619         * modules/localename-tests: New file.
3620         * tests/test-localename.c: New file.
3621
3622         New module 'localename'.
3623         * lib/localename.h: New file.
3624         * lib/localename.c: New file, from GNU gettext.
3625         * m4/localename.m4: New file.
3626         * modules/localename: New file.
3627
3628 2007-06-07  Bruno Haible  <bruno@clisp.org>
3629
3630         Work around the lack of <wchar.h> on some builds of uClibc.
3631         * doc/headers/wchar.texi: Update.
3632         * lib/wchar_.h: Include <wchar.h> only if it exists.
3633         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
3634         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
3635         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
3636         doesn't exist.
3637         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
3638         * modules/mbfile (Depends-on): Add wchar.
3639         * modules/mbiter (Depends-on): Likewise.
3640         * modules/mbuiter (Depends-on): Likewise.
3641         Reported by Simon Josefsson.
3642
3643 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
3644
3645         Work around problem reported by Steven M. Schweda in
3646         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
3647         Tru64 5.1B with the Compaq compiler environment installed declares
3648         an 'isblank' function but does not define it in the C library.
3649         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
3650         * lib/regex_internal.h (isblank): Likewise.
3651         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
3652         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
3653
3654 2007-06-05  Bruno Haible  <bruno@clisp.org>
3655
3656         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
3657         ia64.
3658         * modules/printf-safe: New file.
3659         * modules/fprintf-posix (Depends-on): Add printf-safe.
3660         * modules/printf-posix (Depends-on): Likewise.
3661         * modules/snprintf-posix (Depends-on): Likewise.
3662         * modules/sprintf-posix (Depends-on): Likewise.
3663         * modules/vasnprintf-posix (Depends-on): Likewise.
3664         * modules/vasprintf-posix (Depends-on): Likewise.
3665         * modules/vfprintf-posix (Depends-on): Likewise.
3666         * modules/vprintf-posix (Depends-on): Likewise.
3667         * modules/vsnprintf-posix (Depends-on): Likewise.
3668         * modules/vsprintf-posix (Depends-on): Likewise.
3669         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
3670         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
3671         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
3672         "no" on i386, x86_64, ia64.
3673         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
3674         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
3675         on i386, x86_64, ia64.
3676         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
3677         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
3678         on i386, x86_64, ia64.
3679         * tests/test-vasnprintf-posix.c: Include float.h.
3680         (LDBL80_WORDS): New macro.
3681         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
3682         on i386, x86_64, ia64.
3683         * tests/test-vasprintf-posix.c: Include float.h.
3684         (LDBL80_WORDS): New macro.
3685         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
3686         on i386, x86_64, ia64.
3687         * tests/test-snprintf-posix.c: Include float.h.
3688         * tests/test-sprintf-posix.c: Likewise.
3689         * tests/test-vsnprintf-posix.c: Likewise.
3690         * tests/test-vsprintf-posix.c: Likewise.
3691
3692 2007-06-05  Bruno Haible  <bruno@clisp.org>
3693
3694         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
3695         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
3696         non-IEEE numbers on i386, x86_64, ia64.
3697         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
3698         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
3699         * tests/test-isnanl.h: Include float.h.
3700         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
3701
3702 2007-06-05  Bruno Haible  <bruno@clisp.org>
3703
3704         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
3705         also the %a / %A. Handle the %a / %A code before this extra handling.
3706
3707 2007-06-05  Bruno Haible  <bruno@clisp.org>
3708
3709         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
3710         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
3711
3712 2007-06-05  Bruno Haible  <bruno@clisp.org>
3713
3714         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
3715         typo in variable name.
3716
3717 2007-06-05  Eric Blake  <ebb9@byu.net>
3718
3719         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
3720         Reported by Simon Josefsson.
3721
3722 2007-06-04  Bruno Haible  <bruno@clisp.org>
3723
3724         Avoid test failures on some PowerPC platforms.
3725         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
3726         Define differently for PowerPC.
3727         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
3728         Reported by Gary V. Vaughan <gary@gnu.org>.
3729
3730 2007-06-02  Bruno Haible  <bruno@clisp.org>
3731
3732         Fix test-stdint failure on FreeBSD/ia64.
3733         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
3734         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
3735         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
3736         * doc/headers/stdint.texi: Update.
3737
3738 2007-06-01  Bruno Haible  <bruno@clisp.org>
3739
3740         * tests/test-binary-io.c (main): Pass a third argument to open().
3741         Reported by Gary V. Vaughan <gary@gnu.org>.
3742
3743 2007-06-01  Bruno Haible  <bruno@clisp.org>
3744
3745         * doc/functions/frexpl.texi: Update for mingw.
3746
3747 2007-06-01  Bruno Haible  <bruno@clisp.org>
3748
3749         * tests/test-lseek.c (main): Disable test of errno for invalid third
3750         argument.
3751         * doc/functions/lseek.texi: Update.
3752         Reported by Gary V. Vaughan <gary@gnu.org>.
3753
3754 2007-05-28  Bruno Haible  <bruno@clisp.org>
3755
3756         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
3757
3758 2007-05-31  Eric Blake  <ebb9@byu.net>
3759
3760         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
3761         cross compiling.
3762
3763 2007-05-30  Eric Blake  <ebb9@byu.net>
3764         and Bruno Haible  <bruno@clisp.org>
3765
3766         Work around mingw test failures exposed by m4-1.4.9b.
3767         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
3768         * tests/test-unistd.c: Disable uid_t and git_t tests for the
3769         moment.
3770
3771 2007-05-30  Bruno Haible  <bruno@clisp.org>
3772
3773         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
3774         assuming that they are closed. Needed on HP-UX 11.
3775
3776 2007-05-29  Bruno Haible  <bruno@clisp.org>
3777
3778         Fix a problem with #include_next.
3779         * lib/dirent_.h: Split the double-inclusion guard.
3780         * lib/fcntl_.h: Likewise.
3781         * lib/float_.h: Likewise.
3782         * lib/iconv_.h: Likewise.
3783         * lib/inttypes_.h: Likewise.
3784         * lib/locale_.h: Likewise.
3785         * lib/math_.h: Likewise.
3786         * lib/netinet_in_.h: Likewise.
3787         * lib/search_.h: Likewise.
3788         * lib/signal_.h: Likewise.
3789         * lib/stdint_.h: Likewise.
3790         * lib/stdio_.h: Likewise.
3791         * lib/stdlib_.h: Likewise.
3792         * lib/string_.h: Likewise.
3793         * lib/sys_select_.h: Likewise.
3794         * lib/sys_socket_.h: Likewise.
3795         * lib/sys_stat_.h: Likewise.
3796         * lib/sys_time_.h: Likewise.
3797         * lib/sysexits_.h: Likewise.
3798         * lib/time_.h: Likewise.
3799         * lib/unistd_.h: Likewise.
3800         * lib/wchar_.h: Likewise.
3801         * lib/wctype_.h: Likewise.
3802
3803 2007-05-29  Bruno Haible  <bruno@clisp.org>
3804
3805         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
3806         for the moment.
3807
3808 2007-05-29  Bruno Haible  <bruno@clisp.org>
3809
3810         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
3811         invocation.
3812         Reported by Eric Blake.
3813
3814 2007-05-29  Bruno Haible  <bruno@clisp.org>
3815
3816         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
3817         compiling case.
3818
3819 2007-05-29  Eric Blake  <ebb9@byu.net>
3820             Bruno Haible  <bruno@clisp.org>
3821
3822         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
3823         cross compiles.
3824
3825 2007-05-28  Eric Blake  <ebb9@byu.net>
3826
3827         * modules/closein-tests (test_closein_LDADD): Support test on
3828         cygwin with libtool.
3829
3830 2007-05-28  Bruno Haible  <bruno@clisp.org>
3831
3832         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
3833         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
3834         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
3835         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
3836         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
3837         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
3838         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
3839         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
3840         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
3841
3842 2007-05-28  Eric Blake  <ebb9@byu.net>
3843
3844         Unconditionally include <config.h> in unit tests.
3845         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
3846         * tests/test-allocsa.c, tests/test-arcfour.c,
3847         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
3848         tests/test-array_list.c, tests/test-array_oset.c,
3849         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
3850         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
3851         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
3852         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
3853         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
3854         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
3855         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
3856         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
3857         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
3858         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
3859         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
3860         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
3861         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
3862         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
3863         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
3864         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
3865         test-md5.c, test-memmem.c, test-printf-posix.c,
3866         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
3867         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
3868         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
3869         test-strcasestr.c, test-striconv.c, test-striconveh.c,
3870         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
3871         test-vasnprintf-posix2.c, test-vasnprintf.c,
3872         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
3873         test-vfprintf-posix.c, test-vprintf-posix.c,
3874         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
3875         test-xvasprintf.c: Likewise.
3876
3877 2007-05-28  Bruno Haible  <bruno@clisp.org>
3878
3879         * gnulib-tool (func_import): Remember the --with-tests command-line
3880         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
3881         Reported by Eric Blake.
3882
3883 2007-05-28  Bruno Haible  <bruno@clisp.org>
3884
3885         * modules/ftell-tests: New file.
3886         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
3887         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
3888
3889         * lib/ftell.c: New file.
3890         * modules/ftell: New file.
3891         * m4/ftell.m4: New file.
3892         * doc/functions/ftell.texi: Update.
3893         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
3894         REPLACE_FTELL.
3895         * lib/stdio_.h (rpl_ftell): New declaration.
3896         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
3897         REPLACE_FTELL.
3898
3899 2007-05-28  Eric Blake  <ebb9@byu.net>
3900
3901         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
3902
3903 2007-05-28  Bruno Haible  <bruno@clisp.org>
3904
3905         * modules/fseek-tests: New file.
3906         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
3907         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
3908
3909         * lib/fseek.c: New file.
3910         * modules/fseek: New file.
3911         * m4/fseek.m4: New file.
3912         * doc/functions/fseek.texi: Update.
3913         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
3914         REPLACE_FSEEK.
3915         * lib/stdio_.h (rpl_fseek): New declaration.
3916         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
3917         REPLACE_FSEEK.
3918
3919 2007-05-28  Bruno Haible  <bruno@clisp.org>
3920
3921         * lib/stdio_.h (fflush): More comments.
3922
3923 2007-05-28  Bruno Haible  <bruno@clisp.org>
3924
3925         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
3926         runtime test.
3927
3928 2007-05-28  Eric Blake  <ebb9@byu.net>
3929
3930         Improve lseek module.
3931         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
3932         * lib/unistd_.h (lseek): Scale back link warning message.
3933         * tests/test-lseek.c: Beef up test.
3934         * tests/test-lseek.sh: Exercise more facets of lseek.
3935         Reported by Bruno Haible.
3936
3937 2007-05-28  Bruno Haible  <bruno@clisp.org>
3938
3939         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
3940         to define.
3941
3942 2007-05-27  Bruno Haible  <bruno@clisp.org>
3943
3944         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
3945
3946 2007-05-27  Bruno Haible  <bruno@clisp.org>
3947
3948         * modules/openmp: New file.
3949         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
3950         Noah Misch.
3951
3952 2007-05-26  Bruno Haible  <bruno@clisp.org>
3953
3954         * modules/chdir-long (Depends-on): Add fchdir.
3955         * modules/chdir-safer (Depends-on): Likewise.
3956         * modules/fts (Depends-on): Likewise.
3957         * modules/fts-lgpl (Depends-on): Likewise.
3958         * modules/openat (Depends-on): Likewise.
3959         * modules/savewd (Depends-on): Likewise.
3960
3961 2007-05-24  Eric Blake  <ebb9@byu.net>
3962
3963         Fix lseek on mingw.
3964         * modules/lseek: New module.
3965         * m4/lseek.m4: New file.
3966         * lib/lseek.c: New file.
3967         * modules/lseek-tests: New file.
3968         * tests/test-lseek.c: New file.
3969         * tests/test-lseek.sh: New file.
3970         * MODULES.html.sh: Document lseek module.
3971         * modules/fflush (Depends-on): Add lseek, fseeko.
3972         * modules/fseeko (Depends-on): Likewise.
3973         * modules/ftello (Depends-on): Likewise.
3974         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
3975         broken.
3976         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
3977         broken.
3978         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
3979         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
3980         * lib/ftello.c (rpl_ftello): Likewise.
3981         * tests/test-fseeko.c (main): Test this.
3982         * tests/test-fseeko.sh: Likewise.
3983         * tests/test-ftello.c (main): Likewise.
3984         * tests/test-ftello.sh: Likewise.
3985         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
3986         implies replacing fseek.
3987         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
3988         HAVE_FTELLO.
3989         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
3990         * modules/unistd (Makefile.am): Likewise.
3991         * lib/unistd_.h (lseek): Declare a replacement.
3992         * doc/functions/lseek.texi (lseek): Document this fix.
3993         * doc/functions/fseek.texi (fseek): Likewise.
3994         * doc/functions/ftell.texi (ftell): Likewise.
3995
3996 2007-05-24  Bruno Haible  <bruno@clisp.org>
3997
3998         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
3999         in the printed representation of a NaN.
4000         * tests/test-vasprintf-posix.c (test_function): Likewise.
4001         * tests/test-snprintf-posix.h (test_function): Likewise.
4002         * tests/test-sprintf-posix.h (test_function): Likewise.
4003         Reported by Eric Blake.
4004
4005 2007-05-23  Eric Blake  <ebb9@byu.net>
4006
4007         Fix fseeko/ftello on cygwin 1.5.24.
4008         * doc/functions/fseeko.texi (fseeko): Document the fix.
4009         * doc/functions/ftello.texi (ftello): Document the fix.
4010         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
4011         * doc/functions/stdout.text (stdout): New file.
4012         * doc/functions/stderr.text (stderr): New file.
4013         * doc/gnulib.texi (Function Substitutes): Use new files.
4014         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
4015         prior to 1.7.0.
4016         * tests/test-ftello.c (main): Likewise for ftello.
4017         * tests/test-fseeko.sh: New file.
4018         * tests/test-ftello.sh: New file.
4019         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
4020         with seekable stdin.
4021         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
4022         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
4023         (gl_REPLACE_FSEEKO): New macro.
4024         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
4025         * modules/fseeko (Files): Distribute fseeko.c.
4026         * modules/ftello (Files): Distribute ftello.c.
4027         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
4028         mode.
4029         * lib/ftello.c (rpl_ftello): New file.
4030         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
4031         fseeko, ftello.
4032         (gl_STDIN_LARGE_OFFSET): New macro.
4033         * modules/stdio (Makefile.am): Perform the replacement.
4034         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
4035
4036 2007-05-23  Bruno Haible  <bruno@clisp.org>
4037
4038         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
4039         GNULIB_POSIXCHECK is defined.
4040
4041 2007-05-21  Bruno Haible  <bruno@clisp.org>
4042
4043         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
4044         Check also the output for NaN arguments. When cross-compiling, guess
4045         no on IRIX.
4046         * lib/vasnprintf.c: Update comments.
4047         * tests/test-vasnprintf-posix.c (strisnan): New function.
4048         (test_function): Use it.
4049         * tests/test-vasprintf-posix.c (strisnan): New function.
4050         (test_function): Use it.
4051         * tests/test-snprintf-posix.h (strisnan): New function.
4052         (test_function): Use it.
4053         * tests/test-sprintf-posix.h (strisnan): New function.
4054         (test_function): Use it.
4055         Reported by Eric Blake.
4056
4057 2007-05-20  Bruno Haible  <bruno@clisp.org>
4058
4059         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
4060         numbers that fails on BeOS.
4061         * doc/functions/frexpl.texi: Update.
4062
4063 2007-05-20  Jim Meyering  <jim@meyering.net>
4064
4065         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
4066         forced upon us by glibc-2.6.
4067
4068 2007-05-20  Bruno Haible  <bruno@clisp.org>
4069
4070         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
4071         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
4072         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
4073         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
4074         NEED_PRINTF_INFINITE.
4075         (is_infinitel): New function.
4076         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
4077         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
4078         gl_PREREQ_VASNPRINTF_INFINITE.
4079         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
4080         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4081         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
4082         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
4083         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
4084         gl_PREREQ_VASNPRINTF_INFINITE.
4085         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4086         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4087         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4088         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4089         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4090         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4091         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4092         * doc/functions/fprintf.texi: Update.
4093         * doc/functions/printf.texi: Update.
4094         * doc/functions/snprintf.texi: Update.
4095         * doc/functions/sprintf.texi: Update.
4096         * doc/functions/vfprintf.texi: Update.
4097         * doc/functions/vprintf.texi: Update.
4098         * doc/functions/vsnprintf.texi: Update.
4099         * doc/functions/vsprintf.texi: Update.
4100
4101 2007-05-20  Bruno Haible  <bruno@clisp.org>
4102
4103         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
4104         was not found in libc.
4105         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
4106
4107 2007-05-20  Bruno Haible  <bruno@clisp.org>
4108
4109         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
4110         printed as "-nan" instead of "nan".
4111         * tests/test-vasprintf-posix.c (test_function): Likewise.
4112         * tests/test-snprintf-posix.h (test_function): Likewise.
4113         * tests/test-sprintf-posix.h (test_function): Likewise.
4114         Needed for HP-UX 11.
4115
4116 2007-05-20  Jim Meyering  <jim@meyering.net>
4117
4118         Fix buggy test for the fchownat-deref bug.
4119         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
4120         symlink required for the run-test.  Without it, this test would
4121         always declare that fchownat doesn't work, and client code would
4122         unnecessarily use the replacement function with fixed libc.
4123         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
4124         Reported by Greg Schafer.
4125
4126 2007-05-19  Bruno Haible  <bruno@clisp.org>
4127
4128         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
4129         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
4130         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
4131         Needed for IRIX 6.5 and Solaris 2.5.1.
4132
4133 2007-05-19  Bruno Haible  <bruno@clisp.org>
4134
4135         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
4136         (test_function): Skip tests involving -0.0 on platforms where
4137         -0.0 = 0.0.
4138         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
4139         (test_function): Skip tests involving -0.0 on platforms where
4140         -0.0 = 0.0.
4141         * tests/test-snprintf-posix.h (have_minus_zero): New function.
4142         (test_function): Skip tests involving -0.0 on platforms where
4143         -0.0 = 0.0.
4144         * tests/test-sprintf-posix.h (have_minus_zero): New function.
4145         (test_function): Skip tests involving -0.0 on platforms where
4146         -0.0 = 0.0.
4147         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
4148         tests.
4149         * tests/test-printf-posix.h (test_function): Likewise.
4150         * tests/test-printf-posix.output: Remove all -0.0 related results.
4151         Needed for IRIX 6.5.
4152
4153 2007-05-19  Bruno Haible  <bruno@clisp.org>
4154
4155         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
4156         printed as "nan0x7fffffff" instead of "nan".
4157         * tests/test-vasprintf-posix.c (test_function): Likewise.
4158         * tests/test-snprintf-posix.h (test_function): Likewise.
4159         * tests/test-sprintf-posix.h (test_function): Likewise.
4160         * tests/test-fprintf-posix.h (NaN): Remove macro.
4161         (test_function): Remove all NaN related tests.
4162         * tests/test-printf-posix.h (NaN): Remove macro.
4163         (test_function): Remove all NaN related tests.
4164         * tests/test-printf-posix.output: Remove all NaN related results.
4165         Needed for IRIX 6.5.
4166
4167 2007-05-19  Bruno Haible  <bruno@clisp.org>
4168
4169         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
4170         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
4171
4172 2007-05-19  Bruno Haible  <bruno@clisp.org>
4173
4174         * lib/float_.h: New file.
4175         * m4/float_h.m4: New file.
4176         * modules/float: New file.
4177         * modules/isnanl (Dependencies): Add float.
4178         * modules/isnanl-nolibm (Dependencies): Likewise.
4179         * modules/mathl (Dependencies): Likewise.
4180         * modules/printf-frexpl (Dependencies): Likewise.
4181         * modules/signbit (Dependencies): Likewise.
4182         * modules/vasnprintf (Dependencies): Likewise.
4183         * doc/headers/float.texi: Update.
4184
4185 2007-05-19  Jim Meyering  <jim@meyering.net>
4186
4187         * lib/utimens.c (gl_futimens): Rename from futimens,
4188         now that glibc-2.6 declares futimens.
4189         * lib/utimens.h: Likewise.
4190
4191 2007-05-19  Bruno Haible  <bruno@clisp.org>
4192
4193         Avoid test failures on mingw.
4194         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
4195         * tests/test-printf-posix.sh: Likewise.
4196         * tests/test-vfprintf-posix.sh: Likewise.
4197         * tests/test-vprintf-posix.sh: Likewise.
4198
4199 2007-05-19  Bruno Haible  <bruno@clisp.org>
4200
4201         Fix *printf result for NaN, Inf, -0.0 on mingw.
4202         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
4203         * lib/vasnprintf.c: Include math.h and isnan.h.
4204         (is_infinite_or_zero): New function.
4205         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
4206         values in the %f, %F, %e, %E, %g, %G directives.
4207         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
4208         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4209         gl_PRINTF_INFINITE and test its result. Invoke
4210         gl_PREREQ_VASNPRINTF_INFINITE.
4211         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4212         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4213         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4214         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4215         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4216         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4217         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4218         * doc/functions/fprintf.texi: Update.
4219         * doc/functions/printf.texi: Update.
4220         * doc/functions/snprintf.texi: Update.
4221         * doc/functions/sprintf.texi: Update.
4222         * doc/functions/vfprintf.texi: Update.
4223         * doc/functions/vprintf.texi: Update.
4224         * doc/functions/vsnprintf.texi: Update.
4225         * doc/functions/vsprintf.texi: Update.
4226
4227 2007-05-19  Bruno Haible  <bruno@clisp.org>
4228
4229         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
4230         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
4231         Instead of multiplying with 10^k, set extra_zeroes to k.
4232         (scale10_round_long_double): Remove function.
4233
4234 2007-05-18  Bruno Haible  <bruno@clisp.org>
4235
4236         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
4237         introduced on 2007-05-06.
4238
4239 2007-05-18  Bruno Haible  <bruno@clisp.org>
4240
4241         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
4242         %g directives.
4243         * tests/test-vasprintf-posix.c (test_function): Likewise.
4244         * tests/test-snprintf-posix.h (test_function): Likewise.
4245         * tests/test-sprintf-posix.h (test_function): Likewise.
4246
4247 2007-05-18  Bruno Haible  <bruno@clisp.org>
4248
4249         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
4250         (strmatch): New function.
4251         (test_function): Test the %f directive on numbers of various exponents.
4252         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
4253         (strmatch): New function.
4254         (test_function): Test the %f directive on numbers of various exponents.
4255         * tests/test-snprintf-posix.h (strmatch): New function.
4256         (test_function): Test the %f directive on numbers of various exponents.
4257         * tests/test-sprintf-posix.h (strmatch): New function.
4258         (test_function): Test the %f directive on numbers of various exponents.
4259         * tests/test-snprintf-posix.c (SIZEOF): New macro.
4260         * tests/test-sprintf-posix.c (SIZEOF): New macro.
4261         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
4262         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
4263
4264 2007-05-18  Bruno Haible  <bruno@clisp.org>
4265
4266         Add support for 'long double' number output.
4267         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
4268         * lib/vasnprintf.c: Include math.h and float+.h.
4269         (mp_limb_t): New type.
4270         (GMP_LIMB_BITS): New macro.
4271         (mp_twolimb_t): New type.
4272         (GMP_TWOLIMB_BITS): New macro.
4273         (mpn_t): New type.
4274         (multiply, divide, convert_to_decimal, decode_long_double,
4275         scale10_round_long_double, scale10_round_decimal_long_double,
4276         floorlog10l): New functions.
4277         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
4278         for the %f, %F, %e, %E, %g, %G directives.
4279         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
4280         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4281         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
4282         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
4283         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4284         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4285         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4286         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4287         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4288         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4289         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4290         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
4291         * modules/snprintf-posix (Depends-on): Likewise.
4292         * modules/sprintf-posix (Depends-on): Likewise.
4293         * modules/vasnprintf-posix (Depends-on): Likewise.
4294         * modules/vasprintf-posix (Depends-on): Likewise.
4295         * modules/vfprintf-posix (Depends-on): Likewise.
4296         * modules/vsnprintf-posix (Depends-on): Likewise.
4297         * modules/vsprintf-posix (Depends-on): Likewise.
4298         * modules/vasnprintf (Files): Add lib/float+.h.
4299         * doc/functions/fprintf.texi: Update.
4300         * doc/functions/printf.texi: Update.
4301         * doc/functions/snprintf.texi: Update.
4302         * doc/functions/sprintf.texi: Update.
4303         * doc/functions/vfprintf.texi: Update.
4304         * doc/functions/vprintf.texi: Update.
4305         * doc/functions/vsnprintf.texi: Update.
4306         * doc/functions/vsprintf.texi: Update.
4307
4308 2007-05-18  Bruno Haible  <bruno@clisp.org>
4309
4310         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
4311
4312 2007-05-18  Bruno Haible  <bruno@clisp.org>
4313
4314         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
4315         for printing 64-bit integers. Needed for mingw.
4316
4317 2007-05-18  Bruno Haible  <bruno@clisp.org>
4318
4319         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
4320         gl_FUNC_FREXPL_WORKS.
4321         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
4322
4323 2007-05-18  Bruno Haible  <bruno@clisp.org>
4324
4325         * modules/frexpl-nolibm-tests: New file.
4326
4327         * modules/frexpl-nolibm: New file.
4328         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
4329
4330 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
4331
4332         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
4333         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
4334         GCC 4.2, which otherwise issues a lot of warnings.
4335         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
4336         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
4337         Likewise.
4338         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
4339         * modules/iconv_open (iconv.h): Likewise.
4340         * modules/locale (locale.h): Likewise.
4341         * modules/netinet_in (netinet/in.h): Likewise.
4342         * modules/sys_select (sys_select.h): Likewise.
4343         * modules/sys_socket (sys/socket.h): Likewise.
4344         * modules/sys_stat (sys/stat.h): Likewise.
4345         * modules/sysexits (sysexits.h): Likewise.
4346         * modules/unistd (unistd.h): Likewise.
4347
4348 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4349
4350         * modules/closein-tests (Makefile.am): Distribute
4351         `test-closein.sh'.
4352
4353 2007-05-17  Bruno Haible  <bruno@clisp.org>
4354
4355         * tests/test-printf-posix.output: Renamed from
4356         tests/test-fprintf-posix.out.
4357         * modules/fprintf-posix-tests: Update.
4358         * modules/printf-posix-tests: Update.
4359         * modules/vfprintf-posix-tests: Update.
4360         * modules/vprintf-posix-tests: Update.
4361         * tests/test-fprintf-posix.sh: Update.
4362         * tests/test-printf-posix.sh: Update.
4363         * tests/test-vfprintf-posix.sh: Update.
4364         * tests/test-vprintf-posix.sh: Update.
4365         Reported by Ralf Wildenhues.
4366
4367 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
4368
4369         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
4370         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
4371         GCC 4.2, which otherwise issues a lot of warnings.
4372         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
4373         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
4374         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
4375         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
4376         it should no longer be needed.
4377         * lib/string_.h: Likewise.
4378         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
4379         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
4380         * modules/inttypes (inttypes.h): Likewise.
4381         * modules/math (math.h): Likewise.
4382         * modules/search (search.h): Likewise.
4383         * modules/signal (signal.h): Likewise.
4384         * modules/stdint (stdint.h): Likewise.
4385         * modules/stdio (stdio.h): Likewise.
4386         * modules/stdlib (stdlib.h): Likewise.
4387         * modules/string (string.h): Likewise.
4388         * modules/sys_time (sys/time.h): Likewise.
4389         * modules/time (time.h): Likewise.
4390         * modules/wchar (wchar.h): Likewise.
4391         * modules/wctype (wtype.h): Likewise.
4392
4393 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
4394
4395         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
4396
4397 2007-05-13  Bruno Haible  <bruno@clisp.org>
4398
4399         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
4400         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
4401         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
4402         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
4403         (gl_PREREQ_STRTOK_R): Don't require it here.
4404
4405 2007-05-13  Bruno Haible  <bruno@clisp.org>
4406
4407         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
4408         when used in C++ mode.
4409
4410 2007-05-12  Bruno Haible  <bruno@clisp.org>
4411
4412         * lib/linebuffer.h: Tweak doc.
4413         * lib/linebuffer.c: Likewise.
4414
4415 2007-05-12  James Youngman  <jay@gnu.org>
4416
4417         * lib/linebuffer.c (readlinebuffer_delim): New function,
4418         like readlinebuffer, but use a caller-specified delimiter.
4419         (readlinebuffer): Just call readlinebuffer_delim with '\n'
4420         as the delimiter.
4421         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
4422
4423 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
4424
4425         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
4426         * modules/openat (Files): Remove openat-die.c.
4427         (Depends-on): Add openat-die.
4428         * modules/openat-die: New module.
4429
4430 2007-05-06  Bruno Haible  <bruno@clisp.org>
4431
4432         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
4433         Update with info about Cygwin.
4434         * doc/functions/fprintf.texi: Update.
4435         * doc/functions/printf.texi: Update.
4436         * doc/functions/snprintf.texi: Update.
4437         * doc/functions/sprintf.texi: Update.
4438         * doc/functions/vfprintf.texi: Update.
4439         * doc/functions/vprintf.texi: Update.
4440         * doc/functions/vsnprintf.texi: Update.
4441         * doc/functions/vsprintf.texi: Update.
4442         Reported by Eric Blake.
4443
4444 2007-05-06  Bruno Haible  <bruno@clisp.org>
4445
4446         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
4447         padding ourselves for the floating-point directives.
4448         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
4449         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
4450         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4451         gl_PRINTF_FLAG_ZERO and test its result. Invoke
4452         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
4453         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4454         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
4455         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4456         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4457         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4458         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4459         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4460         * tests/test-snprintf-posix.h (test_function): Also check the width
4461         and some flags in the %f directive.
4462         * tests/test-sprintf-posix.h (test_function): Likewise.
4463         * tests/test-vasnprintf-posix.c (test_function): Likewise.
4464         * tests/test-vasprintf-posix.c (test_function): Likewise.
4465         * doc/functions/fprintf.texi: Update.
4466         * doc/functions/printf.texi: Update.
4467         * doc/functions/snprintf.texi: Update.
4468         * doc/functions/sprintf.texi: Update.
4469         * doc/functions/vfprintf.texi: Update.
4470         * doc/functions/vprintf.texi: Update.
4471         * doc/functions/vsnprintf.texi: Update.
4472         * doc/functions/vsprintf.texi: Update.
4473
4474 2007-05-06  Bruno Haible  <bruno@clisp.org>
4475
4476         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
4477         pass the ' flag character to sprintf or snprintf.
4478         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
4479         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
4480         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4481         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
4482         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
4483         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4484         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
4485         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4486         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4487         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4488         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4489         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4490         * tests/test-snprintf-posix.h (test_function): Also check the grouping
4491         flag.
4492         * tests/test-sprintf-posix.h (test_function): Likewise.
4493         * tests/test-vasnprintf-posix.c (test_function): Likewise.
4494         * tests/test-vasprintf-posix.c (test_function): Likewise.
4495         * doc/functions/fprintf.texi: Update.
4496         * doc/functions/printf.texi: Update.
4497         * doc/functions/snprintf.texi: Update.
4498         * doc/functions/sprintf.texi: Update.
4499         * doc/functions/vfprintf.texi: Update.
4500         * doc/functions/vprintf.texi: Update.
4501         * doc/functions/vsnprintf.texi: Update.
4502         * doc/functions/vsprintf.texi: Update.
4503
4504 2007-05-01  Bruno Haible  <bruno@clisp.org>
4505
4506         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
4507
4508 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
4509
4510         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
4511         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
4512
4513 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
4514
4515         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
4516         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
4517         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
4518
4519 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
4520
4521         * lib/argp-help.c (struct hol_entry): New member `ord'.
4522         (HOL_ENTRY_PTRCMP): Use ord for comparison
4523         (hol_sort): Initialize ord.
4524
4525 2007-05-01  Bruno Haible  <bruno@clisp.org>
4526
4527         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
4528         Reported by Eric Blake.
4529         * doc/gnulib.texi (Function Substitutes): Update.
4530
4531 2007-05-01  Bruno Haible  <bruno@clisp.org>
4532
4533         * doc/functions.texi: Remove file, now redundant through
4534         doc/functions/*.texi.
4535
4536 2007-05-01  Bruno Haible  <bruno@clisp.org>
4537
4538         * modules/argp (Depends-on): Add sleep.
4539
4540 2007-05-01  Bruno Haible  <bruno@clisp.org>
4541
4542         * modules/sleep-tests: New file.
4543         * tests/test-sleep.c: New file.
4544
4545         * modules/sleep: New file.
4546         * lib/sleep.c: New file.
4547         * m4/sleep.m4: New file.
4548         * lib/unistd_.h (sleep): New declaration.
4549         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
4550         HAVE_SLEEP.
4551         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
4552         * doc/functions/sleep.texi: Document the sleep module.
4553
4554 2007-05-01  Bruno Haible  <bruno@clisp.org>
4555
4556         * lib/sigprocmask.h: Remove file.
4557         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
4558         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
4559         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
4560         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
4561         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
4562         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
4563         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
4564         HAVE_SIGSET_T as a shell variable.
4565         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
4566         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
4567         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
4568         (Depends-on): Add signal. Remove verify.
4569         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
4570         (Include): Mention <signal.h> instead of sigprocmask.h.
4571         * NEWS: Mention the change.
4572         * lib/fatal-signal.c: Don't include sigprocmask.h.
4573
4574 2007-05-01  Bruno Haible  <bruno@clisp.org>
4575
4576         * modules/signal: New file.
4577         * lib/signal_.h: New file.
4578         * m4/signal_h.m4: New file.
4579
4580 2007-05-01  Bruno Haible  <bruno@clisp.org>
4581
4582         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
4583         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
4584         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
4585         HAVE_WCTYPE_CTMP_BUG into wctype.h.
4586
4587 2007-05-01  Bruno Haible  <bruno@clisp.org>
4588
4589         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
4590         configure time.
4591         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
4592         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
4593         * modules/sys_stat (Makefile.am): Substitute their values into
4594         sys/stat.h.
4595
4596 2007-05-01  Bruno Haible  <bruno@clisp.org>
4597
4598         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
4599         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
4600         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
4601
4602 2007-05-01  Bruno Haible  <bruno@clisp.org>
4603
4604         * doc/header/assert.texi: Undo last change: don't mention the gnulib
4605         'assert' module here.
4606
4607 2007-05-01  Bruno Haible  <bruno@clisp.org>
4608
4609         * doc/functions/*.texi: New files.
4610         * doc/functions/google-ranking.txt: New file.
4611         * doc/gnulib.texi (Function Substitutes): New chapter.
4612         (ctime, inet_ntoa): Remove sections.
4613         * doc/ctime.texi: Remove file.
4614         * doc/inet_ntoa.texi: Remove file.
4615         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
4616         dependencies.
4617         (%.info): New rule, specifying a --reference-limit.
4618
4619 2007-05-01  Bruno Haible  <bruno@clisp.org>
4620
4621         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
4622
4623 2007-05-01  Bruno Haible  <bruno@clisp.org>
4624
4625         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
4626         the portability of 'mkdir' to mingw systems.
4627
4628 2007-05-01  Bruno Haible  <bruno@clisp.org>
4629
4630         * doc/headers/google-ranking.txt: New file.
4631
4632 2007-04-30  Eric Blake  <ebb9@byu.net>
4633
4634         Prefer fseeko to fseek.
4635         * modules/getpass (Depends-on): Add fseeko.
4636         * lib/getpass.c (getpass): Use fseeko, not fseek.
4637
4638 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
4639
4640         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
4641         assumes the sorting is stable, while most qsort implementations
4642         are not.  Use argument addresses to ensure they never compare as
4643         equal.
4644
4645         * tests/test-argp-2.sh (usage-indent test): Fix output
4646         (func_compare): Restore diff options
4647         * tests/test-argp.c: Restore #include "progname.h"
4648
4649 2007-04-29  Bruno Haible  <bruno@clisp.org>
4650
4651         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
4652         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4653         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
4654         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4655         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
4656         (configure.ac): Define CHECK_SNPRINTF_POSIX.
4657         (TESTS, check_PROGRAMS): Add test-snprintf.
4658         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
4659         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
4660         (TESTS, check_PROGRAMS): Add test-vsnprintf.
4661         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
4662         assertions that fail on HP-UX, OSF/1, or IRIX.
4663         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
4664
4665 2007-04-29  Bruno Haible  <bruno@clisp.org>
4666
4667         * MODULES.html.sh (posix_functions): Remove 'contents'.
4668
4669 2007-04-29  Karl Berry  <karl@gnu.org>
4670
4671         * config/srclist.txt (gendocs_template_min): new entry.
4672
4673 2007-04-29  Bruno Haible  <bruno@clisp.org>
4674
4675         Work around fpurge bug on BSD systems.
4676         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
4677         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
4678         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
4679         fpurge to rpl_fpurge if the system already has this function.
4680         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
4681         the case where the system already has this function. Correct invariants
4682         on BSD systems.
4683         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
4684         BSD systems.
4685
4686 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
4687
4688         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
4689         proposed by Sven Verdoolaege.
4690
4691         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
4692         options.
4693         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
4694         (usage and help tests): Update
4695
4696 2007-04-29  Bruno Haible  <bruno@clisp.org>
4697
4698         * tests/test-fflush.c (main): Use a file of size 17, not 10.
4699         Print more information in case of failure. Disable a test on BeOS.
4700
4701 2007-04-29  Bruno Haible  <bruno@clisp.org>
4702
4703         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
4704         This helps debugging on systems on which no gdb is available.
4705
4706 2007-04-29  Bruno Haible  <bruno@clisp.org>
4707
4708         * lib/freading.h: Improve comments.
4709         * lib/fwriting.h: Likewise.
4710         * tests/test-freading.c (main): Don't check freading immediately after
4711         repositioning. Needed for glibc.
4712
4713 2007-04-29  Bruno Haible  <bruno@clisp.org>
4714
4715         * lib/freading.c (freading): Trivial simplification.
4716
4717 2007-04-28  Bruno Haible  <bruno@clisp.org>
4718
4719         * tests/test-fwriting.c (main): Also test the interaction between
4720         fflush and fwriting.
4721         * modules/fwriting-tests (Depends-on): Add fflush.
4722
4723         * tests/test-freading.c (main): Also test the interaction between
4724         fflush and freading.
4725         * modules/freading-tests (Depends-on): Add fflush.
4726
4727 2007-04-28  Bruno Haible  <bruno@clisp.org>
4728
4729         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
4730         fseeko and ftello.
4731         Suggested by Eric Blake.
4732
4733 2007-04-28  Jim Meyering  <jim@meyering.net>
4734
4735         Avoid false-negative in gl_STDINT_H's C99 conformance test.
4736         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
4737         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
4738
4739 2007-04-27  Eric Blake  <ebb9@byu.net>
4740
4741         * doc/headers/assert.texi (assert.h): Document assert module use.
4742
4743 2007-04-27  Bruno Haible  <bruno@clisp.org>
4744
4745         * doc/headers/*.texi: New files.
4746         * doc/gnulib.texi (Header File Substitutes): New chapter.
4747         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
4748         dependencies.
4749         (standards.info ,standards.html, standards.dvi): Update dependencies.
4750         (mostlyclean, clean): New targets.
4751
4752 2007-04-27  Bruno Haible  <bruno@clisp.org>
4753
4754         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
4755         * modules/sysexits (Files, Makefile.am): Update.
4756
4757         * lib/sys_socket_.h: Renamed from lib/socket_.h.
4758         * modules/sys_socket (Files, Makefile.am): Update.
4759
4760         * lib/sys_stat_.h: Renamed from lib/stat_.h.
4761         * modules/sys_stat (Files, Makefile.am): Update.
4762
4763 2007-04-27  Eric Blake  <ebb9@byu.net>
4764
4765         * lib/freading.h: Improve comments.
4766         * lib/fwriting.h: Likewise.
4767         * lib/fflush.c: Likewise.
4768
4769         Fix closein for mingw.
4770         * modules/closein-tests: Add tests for closein.
4771         * tests/test-closein.c: New file.
4772         * tests/test-closein.sh: Likewise.
4773         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
4774         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
4775
4776 2007-04-27  Bruno Haible  <bruno@clisp.org>
4777
4778         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
4779         version is < 6.
4780         * lib/math_.h [__DECC]: Likewise.
4781         * lib/stdio_.h [__DECC]: Likewise.
4782         * lib/stdlib_.h [__DECC]: Likewise.
4783         * lib/string_.h [__DECC]: Likewise.
4784         * lib/time_.h [__DECC]: Likewise.
4785         * lib/wchar_.h [__DECC]: Likewise.
4786         * lib/wctype_.h [__DECC]: Likewise.
4787
4788 2007-04-27  Bruno Haible  <bruno@clisp.org>
4789
4790         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
4791
4792 2007-04-27  Bruno Haible  <bruno@clisp.org>
4793
4794         * lib/fflush.c: Add comments.
4795         * modules/fpurge-tests (Depends-on): Add fflush.
4796         * modules/freadable-tests (Depends-on): Likewise.
4797         * modules/fwritable-tests (Depends-on): Likewise.
4798
4799 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
4800
4801         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
4802         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
4803         Report by Bruno Haible <bruno@clisp.org>.
4804
4805 2007-04-26  Eric Blake  <ebb9@byu.net>
4806
4807         Fix fflush on mingw.
4808         * modules/fflush (Depends-on): Add freading.
4809         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
4810         but unread data.
4811
4812 2007-04-26  Eric Blake  <ebb9@byu.net>
4813         and Bruno Haible  <bruno@clisp.org>
4814
4815         Implement freading and fwriting.
4816         * lib/freading.c: New file.
4817         * lib/freading.h: Likewise.
4818         * m4/freading.m4: Likewise.
4819         * modules/freading: Likewise.
4820         * modules/freading-tests: Likewise.
4821         * tests/test-freading.c: Likewise.
4822         * lib/fwriting.c: New file.
4823         * lib/fwriting.h: Likewise.
4824         * m4/fwriting.m4: Likewise.
4825         * modules/fwriting: Likewise.
4826         * modules/fwriting-tests: Likewise.
4827         * tests/test-fwriting.c: Likewise.
4828         * MODULES.html.sh (File stream based Input/Output): Mention them.
4829
4830 2007-04-26  Bruno Haible  <bruno@clisp.org>
4831
4832         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
4833         'long' when we assume it.
4834         Suggested by Eric Blake.
4835
4836 2007-04-26  Bruno Haible  <bruno@clisp.org>
4837
4838         Ensure fseeko, ftello are declared on glibc systems.
4839         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
4840         * modules/fseeko (configure.ac-early): Likewise.
4841         * modules/ftello (configure.ac-early): Likewise.
4842         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
4843         AC_FUNC_FSEEKO for this.
4844         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
4845         (gl_CHECK_FSEEKO): Remove macro.
4846
4847 2007-04-26  Bruno Haible  <bruno@clisp.org>
4848
4849         * tests/test-fflush.c (main): Also check the ftell result after
4850         fflush and fseek/fseeko.
4851         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
4852         file descriptor position cache in the stream.
4853         * lib/fseeko.c (rpl_fseeko): Likewise.
4854
4855 2007-04-26  Bruno Haible  <bruno@clisp.org>
4856
4857         * modules/fflush-tests (Depends-on): Add fseeko.
4858
4859 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
4860             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4861
4862         * lib/argz_.h: ensure error_t definition is obtained in same
4863         mechanism system argz.h would have.
4864         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
4865         argz facilities are known bad.  Err on the side of caution if
4866         cross-compiling.
4867
4868 2007-04-25  Eric Blake  <ebb9@byu.net>
4869
4870         * lib/fpurge.c (includes): Use stdlib.h for free.
4871         * tests/test-fflush.c (main): Also test fflush-fseeko.
4872
4873 2007-04-25  Bruno Haible  <bruno@clisp.org>
4874
4875         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
4876         * lib/fseeko.c: New file.
4877         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
4878         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
4879         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
4880         gl_FUNC_FSEEKO.
4881         (gl_FUNC_FSEEKO): Invoke it.
4882         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
4883         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
4884         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
4885
4886 2007-04-25  Bruno Haible  <bruno@clisp.org>
4887
4888         * modules/fflush (Depends-on): Add ftello.
4889
4890 2007-04-25  Bruno Haible  <bruno@clisp.org>
4891
4892         * modules/ftello-tests: New file.
4893         * tests/test-ftello.c: New file.
4894
4895         * modules/ftello: New file.
4896         * m4/ftello.m4: New file.
4897         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
4898         HAVE_FTELLO.
4899         * lib/stdio_.h (ftello): New declaration.
4900         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
4901         HAVE_FTELLO.
4902
4903 2007-04-25  Bruno Haible  <bruno@clisp.org>
4904
4905         * modules/fseeko-tests: New file.
4906         * tests/test-fseeko.c: New file.
4907
4908         * modules/fseeko: New file.
4909         * m4/fseeko.m4: New file.
4910         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
4911         HAVE_FSEEKO.
4912         * lib/stdio_.h (fseeko): New declaration.
4913         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
4914         HAVE_FSEEKO.
4915
4916 2007-04-25  Bruno Haible  <bruno@clisp.org>
4917
4918         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
4919
4920 2007-04-25  Bruno Haible  <bruno@clisp.org>
4921
4922         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
4923         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
4924         * tests/test-unistd.c: Likewise.
4925         * tests/test-fcntl.c: Likewise.
4926
4927 2007-04-23  Eric Blake  <ebb9@byu.net>
4928
4929         * lib/fflush.c: Fix missing include.
4930         Reported by Bruno Haible.
4931
4932 2007-04-23  Bruno Haible  <bruno@clisp.org>
4933
4934         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
4935         Reported by Eric Blake.
4936
4937 2007-04-23  Bruno Haible  <bruno@clisp.org>
4938
4939         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
4940
4941 2007-04-23  Bruno Haible  <bruno@clisp.org>
4942
4943         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
4944
4945 2007-04-23  Bruno Haible  <bruno@clisp.org>
4946
4947         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
4948         Needed on HP-UX 11.
4949
4950 2007-04-16  Eric Blake  <ebb9@byu.net>
4951
4952         Make fflush rely on fpurge.
4953         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
4954         open coding all variants.
4955         * modules/fflush (Depends-on): Add fpurge and unistd.
4956         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
4957         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
4958
4959         Fix --with-tests compilation on cygwin.
4960         * modules/argmatch-tests (Makefile.am): List gnulib library first
4961         in LDADD.
4962         * modules/argp-tests (Makefile.am): Likewise.
4963         * modules/array-list-tests (Makefile.am): Likewise.
4964         * modules/array-oset-tests (Makefile.am): Likewise.
4965         * modules/avltree-list-tests (Makefile.am): Likewise.
4966         * modules/avltree-oset-tests (Makefile.am): Likewise.
4967         * modules/avltreehash-list-tests (Makefile.am): Likewise.
4968         * modules/carray-list-tests (Makefile.am): Likewise.
4969         * modules/dirname-tests (Makefile.am): Likewise.
4970         * modules/frexp-tests (Makefile.am): Likewise.
4971         * modules/isnanl-tests (Makefile.am): Likewise.
4972         * modules/linked-list-tests (Makefile.am): Likewise.
4973         * modules/linkedhash-list-tests (Makefile.am): Likewise.
4974         * modules/lock-tests (Makefile.am): Likewise.
4975         * modules/rbtree-list-tests (Makefile.am): Likewise.
4976         * modules/rbtree-oset-tests (Makefile.am): Likewise.
4977         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
4978         * modules/tls-tests (Makefile.am): Likewise.
4979         * modules/tsearch-tests (Makefile.am): Likewise.
4980         * modules/xvasprintf-tests (Makefile.am): Likewise.
4981
4982         Fix fpurge for cygwin.
4983         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
4984         value.
4985         * modules/fpurge-tests (Depends-on): Clean up trash.
4986
4987 2007-04-16  Simon Josefsson  <simon@josefsson.org>
4988
4989         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
4990
4991         * m4/autobuild.m4: Re-indent.
4992
4993 2007-04-13  Bruno Haible  <bruno@clisp.org>
4994
4995         * modules/fpurge-tests: New file.
4996         * tests/test-fpurge.c: New file.
4997
4998         * modules/fpurge: New file.
4999         * lib/fpurge.h: New file.
5000         * lib/fpurge.c: New file.
5001         * m4/fpurge.m4: New file.
5002
5003 2007-04-13  Bruno Haible  <bruno@clisp.org>
5004
5005         * modules/fbufmode-tests: New file.
5006         * tests/test-fbufmode.c: New file.
5007
5008         * modules/fbufmode: New file.
5009         * lib/fbufmode.h: New file.
5010         * lib/fbufmode.c: New file.
5011         * m4/fbufmode.m4: New file.
5012
5013 2007-04-13  Bruno Haible  <bruno@clisp.org>
5014
5015         * modules/fwritable-tests: New file.
5016         * tests/test-fwritable.c: New file.
5017
5018         * modules/fwritable: New file.
5019         * lib/fwritable.h: New file.
5020         * lib/fwritable.c: New file.
5021         * m4/fwritable.m4: New file.
5022
5023 2007-04-13  Bruno Haible  <bruno@clisp.org>
5024
5025         * modules/freadable-tests: New file.
5026         * tests/test-freadable.c: New file.
5027
5028         * modules/freadable: New file.
5029         * lib/freadable.h: New file.
5030         * lib/freadable.c: New file.
5031         * m4/freadable.m4: New file.
5032
5033 2007-04-13  Bruno Haible  <bruno@clisp.org>
5034
5035         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
5036         MOSTLYCLEANFILES.
5037
5038 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
5039
5040         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
5041         gzip bootstrap.conf to avoid dragging in i18n machinery.
5042         (gnulib_tool_option): Use it.
5043
5044 2007-04-13  Bruno Haible  <bruno@clisp.org>
5045
5046         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
5047         %F directives.
5048         * tests/test-vasprintf-posix.c (test_function): Likewise.
5049         * tests/test-snprintf-posix.h (test_function): Likewise.
5050         * tests/test-sprintf-posix.h (test_function): Likewise.
5051         * tests/test-fprintf-posix.h (test_function): Likewise.
5052         * tests/test-printf-posix.h (test_function): Likewise.
5053         * tests/test-fprintf-posix.out: Likewise.
5054
5055 2007-04-13  Bruno Haible  <bruno@clisp.org>
5056
5057         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
5058         * modules/tls-tests (configure.ac): Likewise.
5059         Reported by Arto C. Nirkko <anirkko@insel.ch>.
5060
5061 2007-04-13  Bruno Haible  <bruno@clisp.org>
5062
5063         * lib/tls.c (glthread_tls_get): Fix return type.
5064         Patch by Arto C. Nirkko <anirkko@insel.ch>.
5065
5066 2007-04-12  Eric Blake  <ebb9@byu.net>
5067
5068         * modules/gettime (Depends-on): Remove gettime.
5069         Reported by Dmitry V. Levin.
5070
5071 2007-04-12  Bruno Haible  <bruno@clisp.org>
5072
5073         * modules/fflush (Include): Mention <stdio.h>.
5074         * modules/strtoimax (Include): Mention <inttypes.h>.
5075         * modules/strtoumax (Include): Likewise.
5076
5077 2007-04-12  Eric Blake  <ebb9@byu.net>
5078
5079         * .cvsignore: New file.
5080         * .gitignore: Likewise.
5081
5082 2007-04-12  Bruno Haible  <bruno@clisp.org>
5083
5084         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
5085         not before, since $(LDADD) often contains libgnu.a.
5086         * modules/striconv-tests (test_striconv_LDADD): Likewise.
5087         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
5088         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
5089         Needed on Cygwin.
5090
5091 2007-04-12  Eric Blake  <ebb9@byu.net>
5092
5093         Work around glibc's failure to flush stdin on fclose.
5094         * lib/closein.c (close_stdin): Flush stdin before closing.
5095
5096         Work around glibc's failure to reset seekable stdin on exit.
5097         * modules/closein: New module.
5098         * lib/closein.c: New file.
5099         * lib/closein.h: Likewise.
5100         * m4/closein.m4: Likewise.
5101         * MODULES.html.sh (File stream based Input/Output): Document it.
5102
5103 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5104
5105         * gnulib-tool: Rename generated 'autobuild' script to
5106         'do-autobuild' in --create-megatestdir output.
5107
5108         * doc/gnulib.texi (Build robot for gnulib): Fix.
5109
5110 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5111
5112         * modules/sysexits (Depends-on): Add absolute-header.
5113
5114 2007-04-12  Eric Blake  <ebb9@byu.net>
5115
5116         No need to preserve errno on success.
5117         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
5118         Reported by Bruno Haible.
5119
5120 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5121
5122         * MODULES.html.sh (Support for maintaining and releasing
5123         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
5124
5125 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5126
5127         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
5128
5129 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5130
5131         * modules/autobuild: New module.
5132
5133         * m4/autobuild.m4: New file.
5134
5135 2007-04-11  Bruno Haible  <bruno@clisp.org>
5136
5137         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
5138         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
5139         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
5140         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
5141         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5142         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5143         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5144         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5145         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5146         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5147         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
5148         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5149         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5150         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
5151         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5152         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5153         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
5154         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5155         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5156         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
5157         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5158         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5159         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
5160         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5161         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5162         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
5163         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5164         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5165         Reported by Eric Blake.
5166
5167 2007-04-11  Bruno Haible  <bruno@clisp.org>
5168
5169         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
5170
5171 2007-04-10  Bruno Haible  <bruno@clisp.org>
5172
5173         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
5174         for NaN and Infinity. Needed on FreeBSD 6.1.
5175         * tests/test-vasnprintf-posix.c (test_function): Undo last change
5176         regarding results for "%010a" of Infinity and NaN.
5177         * tests/test-vasprintf-posix.c (test_function): Likewise.
5178         * tests/test-snprintf-posix.h (test_function): Likewise.
5179         * tests/test-sprintf-posix.h (test_function): Likewise.
5180         * tests/test-fprintf-posix.h (test_function): Likewise.
5181         * tests/test-printf-posix.h (test_function): Likewise.
5182         * tests/test-fprintf-posix.out: Likewise.
5183
5184 2007-04-10  Bruno Haible  <bruno@clisp.org>
5185
5186         * modules/locale-tests: New file.
5187         * tests/test-locale.c: New file.
5188
5189         * modules/locale: New file.
5190         * lib/locale_.h: New file.
5191         * m4/locale_h.m4: New file.
5192
5193 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
5194             Bruno Haible  <bruno@clisp.org>
5195
5196         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
5197         be determined, test for availability of the copysignf, copysign,
5198         copysignl functions.
5199         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
5200         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
5201         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
5202
5203 2007-04-09  Eric Blake  <ebb9@byu.net>
5204
5205         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
5206         * modules/stdio (Makefile.am): Support fflush.
5207         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
5208         * modules/fflush: New file.
5209         * lib/fflush.c: Likewise.
5210         * m4/fflush.m4: Likewise.
5211         * modules/fflush-tests: New test.
5212         * tests/test-fflush.c: Likewise.
5213         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
5214
5215 2007-04-06  Bruno Haible  <bruno@clisp.org>
5216
5217         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
5218         (VASNPRINTF): Use signbit for faster determination whether to print a
5219         minus sign.
5220         * modules/vasnprintf (Files): Remove lib/float+.h.
5221         * modules/fprintf-posix (Depends-on): Add signbit.
5222         * modules/snprintf-posix (Depends-on): Likewise.
5223         * modules/sprintf-posix (Depends-on): Likewise.
5224         * modules/vasnprintf-posix (Depends-on): Likewise.
5225         * modules/vasprintf-posix (Depends-on): Likewise.
5226         * modules/vfprintf-posix (Depends-on): Likewise.
5227         * modules/vsnprintf-posix (Depends-on): Likewise.
5228         * modules/vsprintf-posix (Depends-on): Likewise.
5229
5230 2007-04-06  Bruno Haible  <bruno@clisp.org>
5231
5232         * tests/test-frexp.c (main): Test also the sign bit of zero results.
5233         * tests/test-frexpl.c (main): Likewise.
5234         * tests/test-ldexpl.c (main): Likewise.
5235         * modules/frexp-tests (Depends-on): Add signbit.
5236         * modules/frexpl-tests (Depdends-on): Likewise.
5237         * modules/ldexpl-tests (Depdends-on): Likewise.
5238
5239 2007-04-06  Bruno Haible  <bruno@clisp.org>
5240
5241         * modules/signbit-tests: New file.
5242         * tests/test-signbit.c: New file.
5243
5244         * modules/signbit: New file.
5245         * lib/signbitf.c: New file.
5246         * lib/signbitd.c: New file.
5247         * lib/signbitl.c: New file.
5248         * m4/signbit.m4: New file.
5249         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
5250         (signbit): New macro.
5251         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
5252         REPLACE_SIGNBIT.
5253         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
5254         REPLACE_FREXPL into math.h.
5255
5256 2007-04-06  Bruno Haible  <bruno@clisp.org>
5257
5258         * modules/isnanf-nolibm-tests: New file.
5259         * tests/test-isnanf.c: New file.
5260
5261         * modules/isnanf-nolibm: New file.
5262         * lib/isnanf.h: New file.
5263         * lib/isnanf.c: New file.
5264         * lib/isnan.c: Consider the USE_FLOAT macro.
5265         * m4/isnanf.m4: New file.
5266
5267 2007-04-06  Bruno Haible  <bruno@clisp.org>
5268
5269         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
5270         (Link): New section.
5271
5272         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
5273
5274 2007-04-06  Bruno Haible  <bruno@clisp.org>
5275
5276         Assume the 'long double' type.
5277         * m4/longdouble.m4: Remove file.
5278         * config/srclist.txt: Don't mention longdouble.m4.
5279         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
5280         * lib/float+.h: Likewise.
5281         * lib/frexp.c: Likewise.
5282         * lib/printf-args.h: Likewise.
5283         * lib/printf-args.c: Likewise.
5284         * lib/printf-frexp.c: Likewise.
5285         * lib/printf-parse.c: Likewise.
5286         * lib/vasnprintf.c: Likewise.
5287         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
5288         * m4/intl.m4: Likewise.
5289         * m4/isnanl.m4: Likewise.
5290         * m4/printf.m4: Likewise.
5291         * m4/printf-frexpl.m4: Likewise.
5292         * m4/vasnprintf.m4: Likewise.
5293         * modules/allocsa (Files): Remove m4/longdouble.m4.
5294         * modules/gettext (Files): Likewise.
5295         * modules/relocatable-prog-wrapper (Files): Likewise.
5296         * modules/vasnprintf (Files): Likewise.
5297         * modules/isnanl (Files): Likewise.
5298         (Include): Simplify.
5299         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
5300         (Include): Simplify.
5301         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
5302         (Include): Simplify.
5303         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
5304         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5305         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
5306         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5307         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
5308         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5309         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
5310         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5311         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
5312         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5313         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
5314         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5315         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
5316         * tests/test-isnanl.c: Likewise.
5317         * tests/test-snprintf-posix.h: Likewise.
5318         * tests/test-sprintf-posix.h: Likewise.
5319         * tests/test-vasnprintf-posix.c: Likewise.
5320         * tests/test-vasnprintf-posix2.c: Likewise.
5321         * tests/test-vasprintf-posix.c: Likewise.
5322
5323 2007-04-06  Bruno Haible  <bruno@clisp.org>
5324
5325         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
5326         * lib/math_.h [__DECC]: Include the overridden include file through
5327         #include_next, outside the double-inclusion guard.
5328         * lib/stdio_.h [__DECC]: Likewise.
5329         * lib/stdlib_.h [__DECC]: Likewise.
5330         * lib/string_.h [__DECC]: Likewise.
5331         * lib/time_.h [__DECC]: Likewise.
5332         * lib/wchar_.h [__DECC]: Likewise.
5333         * lib/wctype_.h [__DECC]: Likewise.
5334         * lib/inttypes_.h [__DECC]: Likewise.
5335         Reported by Albert Chin <china@thewrittenword.com> in
5336         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
5337
5338 2007-04-04  Eric Blake  <ebb9@byu.net>
5339
5340         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
5341         1.5.x.
5342
5343 2007-04-04  Bruno Haible  <bruno@clisp.org>
5344
5345         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
5346         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
5347
5348 2007-04-04  Bruno Haible  <bruno@clisp.org>
5349
5350         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
5351         results for "%010a" of Infinity and NaN.
5352         * tests/test-vasprintf-posix.c (test_function): Likewise.
5353         * tests/test-snprintf-posix.h (test_function): Likewise.
5354         * tests/test-sprintf-posix.h (test_function): Likewise.
5355         * tests/test-fprintf-posix.h (test_function): Remove these tests.
5356         * tests/test-printf-posix.h (test_function): Likewise.
5357         * tests/test-fprintf-posix.out: Update.
5358         Needed for FreeBSD 6.1.
5359
5360 2007-04-04  Bruno Haible  <bruno@clisp.org>
5361
5362         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
5363         directly used by the gnulib modules nor by gnulib-tool.
5364
5365 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
5366
5367         * DEPENDENCIES: Give overall description of version dependency
5368         desirability.  Use more-typical names for apps.
5369         Add shell, coreutils, diffutils, grep, tar, gzip.
5370
5371 2007-04-04  Simon Josefsson  <simon@josefsson.org>
5372
5373         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
5374
5375 2007-04-04  Karl Berry  <karl@gnu.org>
5376
5377         * MODULES.html.sh (func_module): missing '.
5378
5379 2007-04-03  Bruno Haible  <bruno@clisp.org>
5380
5381         * modules/argmatch-tests (Makefile.am): New variable
5382         test_argmatch_LDADD.
5383         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
5384         * modules/array-list-tests (Makefile.am): New variable
5385         test_array_list_LDADD.
5386         * modules/array-oset-tests (Makefile.am): New variable
5387         test_array_oset_LDADD.
5388         * modules/avltree-list-tests (Makefile.am): New variable
5389         test_avltree_list_LDADD.
5390         * modules/avltree-oset-tests (Makefile.am): New variable
5391         test_avltree_oset_LDADD.
5392         * modules/avltreehash-list-tests (Makefile.am): New variable
5393         test_avltreehash_list_LDADD.
5394         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
5395         test_canonicalize_lgpl_LDADD.
5396         * modules/carray-list-tests (Makefile.am): New variable
5397         test_carray_list_LDADD.
5398         * modules/dirname-tests (Makefile.am): New variable
5399         test_dirname_LDADD.
5400         * modules/linked-list-tests (Makefile.am): New variable
5401         test_linked_list_LDADD.
5402         * modules/linkedhash-list-tests (Makefile.am): New variable
5403         test_linkedhash_list_LDADD.
5404         * modules/rbtree-list-tests (Makefile.am): New variable
5405         test_rbtree_list_LDADD.
5406         * modules/rbtree-oset-tests (Makefile.am): New variable
5407         test_rbtree_oset_LDADD.
5408         * modules/rbtreehash-list-tests (Makefile.am): New variable
5409         test_rbtreehash_list_LDADD.
5410         * modules/xvasprintf-tests (Makefile.am): New variable
5411         test_xvasprintf_LDADD.
5412         Reported by Eric Blake.
5413
5414 2007-04-03  Eric Blake  <ebb9@byu.net>
5415
5416         * DEPENDENCIES: Weaken m4 requirements.
5417
5418 2007-04-03  Bruno Haible  <bruno@clisp.org>
5419
5420         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
5421         * modules/isnanl-tests (configure.ac): Likewise.
5422
5423 2007-04-03  Ben Pfaff  <blp@gnu.org>
5424
5425         * modules/iconv_open: Add $(srcdir)/ to source directory
5426         references in Makefile fragments that call gperf, to fix VPATH
5427         builds.
5428
5429 2007-04-03  Bruno Haible  <bruno@clisp.org>
5430
5431         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
5432         * lib/ldexpl.c: Undo last change.
5433
5434 2007-04-03  Bruno Haible  <bruno@clisp.org>
5435
5436         * modules/printf-frexpl (Depends-on): Undo last change.
5437         (Files): Add m4/ldexpl.m4.
5438
5439 2007-04-03  Bruno Haible  <bruno@clisp.org>
5440
5441         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
5442         * modules/isnanl (Link): New section.
5443
5444         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
5445         * modules/frexp (Link): New section.
5446
5447         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
5448         * modules/frexpl (Link): New section.
5449
5450         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
5451         * modules/ldexpl (Link): New section.
5452
5453 2007-04-03  Bruno Haible  <bruno@clisp.org>
5454
5455         * modules/TEMPLATE-EXTENDED: New file.
5456         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
5457
5458 2007-04-03  Bruno Haible  <bruno@clisp.org>
5459
5460         * DEPENDENCIES: New file.
5461         Suggested by Simon Josefsson.
5462
5463 2007-04-03  Bruno Haible  <bruno@clisp.org>
5464
5465         * doc/gnulib.texi: Escape @.
5466
5467 2007-04-03  James Youngman  <jay@gnu.org>
5468         and Paul Eggert  <eggert@cs.ucla.edu>
5469
5470         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
5471         birthtime on all systems that have birthtime, not just those which
5472         use st_birthtimensec rather than st_birthtim.  Putting zero in
5473         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
5474         that the birth time is not available for files on an NFS mount.
5475
5476 2007-04-03  Simon Josefsson  <simon@josefsson.org>
5477
5478         * modules/memxor: Move back from crypto/, suggested by Bruno.
5479         * modules/crypto/hmac-sha1: Fix memxor dependency.
5480
5481         * modules/crypto/gc: Moved from ../.
5482
5483 2007-04-02  Eric Blake  <ebb9@byu.net>
5484
5485         * lib/ldexpl.c (includes): Avoid libm.
5486
5487         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
5488
5489 2007-04-02  Bruno Haible  <bruno@clisp.org>
5490
5491         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
5492         on IRIX.
5493
5494 2007-04-02  Bruno Haible  <bruno@clisp.org>
5495
5496         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
5497         x86 or x86_64 platforms running MacOS X.
5498         Reported by Ryan Schmidt <@ryandesign.com>.
5499
5500 2007-04-02  Bruno Haible  <bruno@clisp.org>
5501
5502         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
5503         i386.
5504
5505 2007-04-01  Simon Josefsson  <simon@josefsson.org>
5506
5507         * modules/crypto/arcfour: Moved from ../.
5508         * modules/crypto/arcfour-tests: Moved from ../.
5509         * modules/crypto/arctwo: Moved from ../.
5510         * modules/crypto/arctwo-tests: Moved from ../.
5511         * modules/crypto/des: Moved from ../.
5512         * modules/crypto/des-tests: Moved from ../.
5513         * modules/crypto/gc-arcfour: Moved from ../.
5514         * modules/crypto/gc-arcfour-tests: Moved from ../.
5515         * modules/crypto/gc-arctwo: Moved from ../.
5516         * modules/crypto/gc-arctwo-tests: Moved from ../.
5517         * modules/crypto/gc-des: Moved from ../.
5518         * modules/crypto/gc-des-tests: Moved from ../.
5519         * modules/crypto/gc-hmac-md5: Moved from ../.
5520         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
5521         * modules/crypto/gc-hmac-sha1: Moved from ../.
5522         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
5523         * modules/crypto/gc-md2: Moved from ../.
5524         * modules/crypto/gc-md2-tests: Moved from ../.
5525         * modules/crypto/gc-md4: Moved from ../.
5526         * modules/crypto/gc-md4-tests: Moved from ../.
5527         * modules/crypto/gc-md5: Moved from ../.
5528         * modules/crypto/gc-md5-tests: Moved from ../.
5529         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
5530         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
5531         * modules/crypto/gc-random: Moved from ../.
5532         * modules/crypto/gc-rijndael: Moved from ../.
5533         * modules/crypto/gc-rijndael-tests: Moved from ../.
5534         * modules/crypto/gc-sha1: Moved from ../.
5535         * modules/crypto/gc-sha1-tests: Moved from ../.
5536         * modules/crypto/gc-tests: Moved from ../.
5537         * modules/crypto/hmac-md5: Moved from ../.
5538         * modules/crypto/hmac-md5-tests: Moved from ../.
5539         * modules/crypto/hmac-sha1: Moved from ../.
5540         * modules/crypto/hmac-sha1-tests: Moved from ../.
5541         * modules/crypto/md2: Moved from ../.
5542         * modules/crypto/md2-tests: Moved from ../.
5543         * modules/crypto/md4: Moved from ../.
5544         * modules/crypto/md4-tests: Moved from ../.
5545         * modules/crypto/md5: Moved from ../.
5546         * modules/crypto/md5-tests: Moved from ../.
5547         * modules/crypto/memxor: Moved from ../.
5548         * modules/crypto/rijndael: Moved from ../.
5549         * modules/crypto/rijndael-tests: Moved from ../.
5550         * modules/crypto/sha1: Moved from ../.
5551
5552 2007-03-30  James Youngman  <jay@gnu.org>
5553
5554         * tests/test-stat-time.c (prepare_test): use chmod() rather than
5555         rename() to change the ctime of a file (because ctime is unaffected
5556         by rename on jfs2 on AIX 5.1).
5557         (main): Start by doing cleanup, in case a previous run failed leaving
5558         test files behind.
5559
5560 2007-03-31  Bruno Haible  <bruno@clisp.org>
5561
5562         Support old proprietary implementations of iconv.
5563         * modules/iconv_open: New file.
5564         * lib/iconv_.h: New file.
5565         * m4/iconv_h.m4: New file.
5566         * lib/iconv_open.c: New file.
5567         * lib/iconv_open-aix.gperf: New file.
5568         * lib/iconv_open-hpux.gperf: New file.
5569         * lib/iconv_open-irix.gperf: New file.
5570         * lib/iconv_open-osf.gperf: New file.
5571         * m4/iconv_open.m4: New file.
5572         * modules/linebreak (Depends-on): Add iconv_open.
5573         * modules/striconv (Depends-on): Likewise.
5574         * modules/striconveh (Depends-on): Likewise.
5575         * modules/unicodeio (Depends-on): Likewise.
5576         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
5577         (iconv_t)(-1).
5578         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
5579         conversion if cd is (iconv_t)(-1).
5580         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
5581         is not possible.
5582
5583 2007-03-31  Bruno Haible  <bruno@clisp.org>
5584
5585         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
5586         work on Solaris either. Protect also second use of "autodetect_jp".
5587
5588 2007-03-31  Bruno Haible  <bruno@clisp.org>
5589
5590         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
5591         the function is not present.
5592
5593 2007-03-31  Bruno Haible  <bruno@clisp.org>
5594
5595         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
5596         the function is not present.
5597
5598 2007-03-31  Bruno Haible  <bruno@clisp.org>
5599
5600         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
5601         a bug in HP-UX iconv_open().
5602
5603 2007-03-31  Bruno Haible  <bruno@clisp.org>
5604
5605         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
5606         (Mathematics <math.h>): New section, add fpieee.
5607         (Input/output <stdio.h>): Add fseterr.
5608         (Mathematics <math.h>): New section, add printf-frexp.
5609         (Container data structures): Add sublist.
5610         (Core language properties): Add fpucw, inline.
5611         (Functions for greatest-width integer types <inttypes.h>): Add
5612         imaxabs, imaxdiv, inttypes.
5613         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
5614         isnanl-nolibm, ldexp.
5615         (Mathematics <math.h>): New section, add printf-frexpl.
5616         (Support for systems lacking POSIX:2001): Add fprintf-posix,
5617         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
5618         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
5619         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
5620         (Unicode string functions): Add unistr/u*-mbtoucr.
5621         (Java): Add javacomp-script, javaexec-script.
5622         (C#): Add csharpcomp-script, csharpexec-script.
5623         (Support for building libraries and executables): Add havelib,
5624         relocatable-*.
5625         (Support for maintaining and releasing projects): Renamed from
5626         'Support for maintaining and release projects'. Add announce-gen.
5627
5628 2007-03-31  Bruno Haible  <bruno@clisp.org>
5629
5630         * README: Talk primarily about git.
5631         (git and CVS): Renamed from CVS.
5632         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
5633         gnulib is available through git.
5634         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
5635
5636 2007-03-30  Bruno Haible  <bruno@clisp.org>
5637
5638         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
5639         * lib/poll_.h: Likewise.
5640         * lib/stat_.h: Likewise.
5641         * lib/sys_time_.h: Likewise.
5642         * lib/sysexit_.h: Likewise.
5643         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
5644         * lib/stdbool_.h: Likewise.
5645         * lib/byteswap_.h: Add double-inclusion guard.
5646
5647 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
5648
5649         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
5650
5651 2007-03-30  Karl Berry  <karl@gnu.org>
5652
5653         * config/srclist-update: double space after USA in the license
5654         substitution, since that's how it's usually (?) written.
5655
5656 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
5657
5658         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
5659         reported by Bruno Haible.
5660
5661 2007-03-29  Bruno Haible  <bruno@clisp.org>
5662
5663         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
5664         a bug in AIX iconv().
5665
5666 2007-03-29  Bruno Haible  <bruno@clisp.org>
5667
5668         * modules/ldexpl-tests: New file.
5669         * tests/test-ldexpl.c: New file.
5670
5671 2007-03-29  Bruno Haible  <bruno@clisp.org>
5672
5673         * lib/ldexpl.c: Include fpucw.h.
5674         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
5675         multiplication.
5676         * modules/ldexpl (Depends-on): Add fpucw.
5677
5678 2007-03-29  Bruno Haible  <bruno@clisp.org>
5679
5680         * modules/ldexpl: New file.
5681         * m4/ldexpl.m4: New file.
5682         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
5683         set.
5684         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
5685         REPLACE_LDEXPL.
5686         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
5687         REPLACE_LDEXPL.
5688         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
5689         gl_FUNC_LDEXPL_WORKS.
5690         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
5691         * modules/mathl (Files): Remove lib/ldexpl.c.
5692         (Depends-on): Add ldexpl.
5693
5694 2007-03-29  Bruno Haible  <bruno@clisp.org>
5695
5696         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
5697
5698 2007-03-29  Bruno Haible  <bruno@clisp.org>
5699
5700         * tests/test-striconveh.c (main): Don't assume that a direct conversion
5701         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
5702         and possibly also HP-UX.
5703         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
5704         work on AIX, IRIX, HP-UX, OSF/1.
5705         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
5706         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
5707         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
5708         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
5709         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
5710         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
5711
5712 2007-03-29  Bruno Haible  <bruno@clisp.org>
5713
5714         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
5715
5716 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
5717
5718         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
5719         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
5720
5721 2007-03-29  Eric Blake  <ebb9@byu.net>
5722
5723         * lib/acl-internal.h: Remove redundant include.
5724         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
5725         Cygwin when a file is locked.
5726
5727 2007-03-29  Bruno Haible  <bruno@clisp.org>
5728
5729         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
5730         file.
5731         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
5732
5733 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
5734
5735         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
5736         try to remove a parent directory if the child couldn't be removed
5737         (except for the first rmdir, which could fail because the child
5738         doesn't exist).  Problem reported by Jeff Blaine in
5739         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
5740
5741 2007-03-28  Bruno Haible  <bruno@clisp.org>
5742
5743         * lib/striconveh.c (utf8conv_carefully): New function.
5744         (mem_cd_iconveh_internal): Invoke it.
5745
5746 2007-03-28  Bruno Haible  <bruno@clisp.org>
5747
5748         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
5749         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
5750         input.
5751         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
5752         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
5753         unistr/u8-uctomb.
5754
5755 2007-03-28  Bruno Haible  <bruno@clisp.org>
5756
5757         * modules/unistr/u8-mbtoucr: New file.
5758         * lib/unistr/u8-mbtoucr.c: New file.
5759         * modules/unistr/u16-mbtoucr: New file.
5760         * lib/unistr/u16-mbtoucr.c: New file.
5761         * modules/unistr/u16-mbtoucr: New file.
5762         * lib/unistr/u16-mbtoucr.c: New file.
5763         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
5764
5765 2007-03-27  Simon Josefsson  <simon@josefsson.org>
5766             Bruno Haible  <bruno@clisp.org>
5767
5768         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
5769         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
5770         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
5771
5772         * m4/stdio_h.m4: Add stubs for vasprintf too.
5773
5774         * modules/stdio: Support vasprintf in sed command.
5775
5776         * modules/vasprintf: Depend on stdio for prototypes.  Remove
5777         vasprintf.h.  Add stdio module indicator.
5778
5779         * lib/stdio_.h: Declare asprintf and vasprintf, based on
5780         vasprintf.h.
5781
5782         * lib/vasprintf.h: File removed.
5783
5784         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
5785         * lib/vasprintf.c: Ditto.
5786         * lib/xvasprintf.c: Ditto.
5787         * tests/test-vasprintf-posix.c: Ditto.
5788         * tests/test-vasprintf.c: Ditto.
5789
5790 2007-03-27  Bruno Haible  <bruno@clisp.org>
5791
5792         Make vasnprintf multithread-safe.
5793         * lib/vasnprintf.c (decimal_point_char): New function.
5794         (VASNPRINTF): Use it.
5795         Suggested by Simon Josefsson.
5796
5797 2007-03-27  Eric Blake  <ebb9@byu.net>
5798
5799         Support sub-second birthtime on cygwin.
5800         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
5801         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
5802         (get_stat_birthtime): Also work with st_birthtim.
5803
5804 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
5805
5806         * lib/stat-time.h (USE_BIRTHTIME): Remove.
5807         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
5808         (get_stat_birthtime_ns): Do not try to use "spare" fields.
5809         (get_stat_birthtime_ns): Simplify compile-time tests.
5810         (get_stat_birthtime): Change the API to look like
5811         get_stat_mtime etc., except return a negative tv_nsec on error.
5812         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
5813         Don't check for "spare" fields.
5814         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
5815         or for struct stat.st_birthtime, as these tests aren't used.
5816         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
5817
5818 2007-03-27  Bruno Haible  <bruno@clisp.org>
5819
5820         * lib/stat-time.h: Include <sys/stat.h>.
5821
5822 2007-03-27  James Youngman  <jay@gnu.org>
5823
5824         * lib/stat-time.h (get_stat_birthtime): New function for
5825           retrieving st_birthtime as provided by UFS2 (hence *BSD).
5826         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
5827           and its variants.
5828         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
5829         * modules/stat-time-test: New file.
5830         * tests/test-stat-time.c: New test, devised by Bruno Haible.
5831
5832 2007-03-26  Bruno Haible  <bruno@clisp.org>
5833
5834         Better support of signalling NaNs.
5835         * lib/atanl.c: Include isnanl.h.
5836         (atanl): Perform test for NaN at the beginning of the function and
5837         through a call to isnanl.
5838         * lib/cosl.c: Include isnanl.h.
5839         (cosl): Perform test for NaN at the beginning of the function and
5840         through a call to isnanl.
5841         * lib/ldexpl.c: Include isnanl.h.
5842         (ldexpl): Perform test for NaN through a call to isnanl.
5843         * lib/logl.c: Include isnanl.h.
5844         (logl): Perform test for NaN at the beginning of the function and
5845         through a call to isnanl.
5846         * lib/sinl.c: Include isnanl.h.
5847         (sinl): Perform test for NaN at the beginning of the function and
5848         through a call to isnanl.
5849         * lib/sqrtl.c: Include isnanl.h.
5850         (sqrtl): Perform test for NaN at the beginning of the function and
5851         through a call to isnanl.
5852         * lib/tanl.c: Include isnanl.h.
5853         (tanl): Perform test for NaN at the beginning of the function and
5854         through a call to isnanl.
5855         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
5856         * modules/mathl (Depends-on): Add isnanl.
5857
5858 2007-03-26  Eric Blake  <ebb9@byu.net>
5859
5860         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
5861         regression in logic sense of previous patch.
5862
5863 2007-03-26  Bruno Haible  <bruno@clisp.org>
5864
5865         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
5866         unportable shell command "if ! ...".
5867         Reported by Ralf Wildenhues.
5868
5869 2007-03-25  Bruno Haible  <bruno@clisp.org>
5870
5871         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
5872         <sysexits.h> file, and only add EX_CONFIG.
5873         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
5874         absolute file name and whether it is sufficient. Substitute also
5875         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
5876         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
5877         ABSOLUTE_SYSEXITS_H into sysexits.h.
5878
5879 2007-03-25  Bruno Haible  <bruno@clisp.org>
5880
5881         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
5882         hints is NULL.
5883
5884 2007-03-25  Bruno Haible  <bruno@clisp.org>
5885
5886         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
5887         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
5888
5889 2007-03-25  Bruno Haible  <bruno@clisp.org>
5890
5891         * lib/vasnprintf.c: Include langinfo.h.
5892         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
5893         multithread-safe.
5894         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
5895         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
5896         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
5897         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5898         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5899         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5900         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5901         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
5902         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5903         Reported by Simon Josefsson.
5904
5905 2007-03-25  Bruno Haible  <bruno@clisp.org>
5906
5907         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
5908         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
5909         * modules/vasnprintf (Depends-on): Add stdint.
5910
5911 2007-03-25  Bruno Haible  <bruno@clisp.org>
5912
5913         * modules/fpieee: New file.
5914         * m4/fpieee.m4: New file.
5915         * modules/isnan-nolibm (Depends-on): Add fpieee.
5916         * modules/isnanl-nolibm (Depends-on): Add fpieee.
5917         * modules/isnanl (Depends-on): Add fpieee.
5918
5919 2007-03-25  Bruno Haible  <bruno@clisp.org>
5920
5921         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
5922
5923 2007-03-25  Bruno Haible  <bruno@clisp.org>
5924
5925         Avoid test failures on IRIX 6.5.
5926         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
5927         (main): Use it.
5928         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
5929         macros.
5930         (main): Use them.
5931
5932 2007-03-25  Bruno Haible  <bruno@clisp.org>
5933
5934         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
5935         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
5936         exists but doesn't work.
5937         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
5938         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
5939         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
5940         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
5941
5942 2007-03-25  Bruno Haible  <bruno@clisp.org>
5943
5944         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
5945         returns inf. Needed on IRIX 6.5.
5946
5947 2007-03-25  Bruno Haible  <bruno@clisp.org>
5948
5949         * tests/test-frexpl.c: Include isnanl-nolibm.h.
5950         (main): Use isnanl instead of x != x idiom.
5951         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
5952
5953         * tests/test-frexp.c: Include isnan.h.
5954         (main): Use isnan instead of x != x idiom.
5955         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
5956
5957 2007-03-25  Bruno Haible  <bruno@clisp.org>
5958
5959         * tests/test-frexp.c (NaN): New function/macro.
5960         (main): Use it instead of 0.0 / 0.0.
5961         * tests/test-isnan.c (NaN): New function/macro.
5962         (main): Use it instead of 0.0 / 0.0.
5963         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
5964         (test_function): Use it instead of 0.0 / 0.0.
5965         * tests/test-vasprintf-posix.c (NaN): New function/macro.
5966         (test_function): Use it instead of 0.0 / 0.0.
5967         * tests/test-snprintf-posix.h (NaN): New function/macro.
5968         (test_function): Use it instead of 0.0 / 0.0.
5969         * tests/test-sprintf-posix.h (NaN): New function/macro.
5970         (test_function): Use it instead of 0.0 / 0.0.
5971         * tests/test-fprintf-posix.h (NaN): New function/macro.
5972         (test_function): Use it instead of 0.0 / 0.0.
5973         * tests/test-printf-posix.h (NaN): New function/macro.
5974         (test_function): Use it instead of 0.0 / 0.0.
5975
5976         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
5977
5978 2007-03-25  Bruno Haible  <bruno@clisp.org>
5979
5980         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
5981
5982 2007-03-25  Bruno Haible  <bruno@clisp.org>
5983
5984         * lib/regexec.c (merge_state_with_log): Make static.
5985
5986 2007-03-25  Bruno Haible  <bruno@clisp.org>
5987
5988         * lib/trigl.c (kernel_rem_pio2): Make static.
5989
5990 2007-03-25  Bruno Haible  <bruno@clisp.org>
5991
5992         * lib/sincosl.c (sincosl_table): Make static.
5993
5994 2007-03-25  Bruno Haible  <bruno@clisp.org>
5995
5996         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
5997         if the compiler does not support C99.
5998
5999 2007-03-25  Bruno Haible  <bruno@clisp.org>
6000
6001         * modules/time (Makefile.am): Ensure all rule action lines start with a
6002         tab.
6003
6004 2007-03-24  Bruno Haible  <bruno@clisp.org>
6005
6006         * modules/tsearch-tests: New file.
6007         * tests/test-tsearch.sh: New file.
6008         * tests/test-tsearch.c: New file, mostly copied from glibc.
6009
6010         * modules/search-tests: New file.
6011         * tests/test-search.c: New file.
6012
6013         * modules/search: New file.
6014         * lib/search_.h: New file, incorporating lib/tsearch.h.
6015         * m4/search_h.m4: New file.
6016         * lib/tsearch.h: Remove file.
6017         * lib/tsearch.c: Include search.h instead of tsearch.h.
6018         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
6019         HAVE_TSEARCH.
6020         * modules/tsearch (Files): Remove lib/tsearch.h.
6021         (Depends-on): Add search.
6022         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
6023         (Include): Change tsearch.h into search.h.
6024
6025 2007-03-24  Bruno Haible  <bruno@clisp.org>
6026
6027         * modules/fpucw: New file.
6028         * lib/fpucw.h: New file.
6029         * lib/frexp.c: Include fpucw.h.
6030         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
6031         (FUNC): Use them.
6032         * lib/printf-frexp.c: Include fpucw.h.
6033         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
6034         (FUNC): Use them.
6035         * lib/vasnprintf.c: Include fpucw.h.
6036         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
6037         'long double' calculations.
6038         * tests/test-frexpl.c: Include fpucw.h.
6039         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
6040         * tests/test-printf-frexpl.c: Include fpucw.h.
6041         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
6042         * modules/frexpl (Depends-on): Add fpucw.
6043         * modules/printf-frexpl (Depends-on): Likewise.
6044         * modules/fprintf-posix (Depends-on): Likewise.
6045         * modules/snprintf-posix (Depends-on): Likewise.
6046         * modules/sprintf-posix (Depends-on): Likewise.
6047         * modules/vasnprintf-posix (Depends-on): Likewise.
6048         * modules/vasprintf-posix (Depends-on): Likewise.
6049         * modules/vfprintf-posix (Depends-on): Likewise.
6050         * modules/vsnprintf-posix (Depends-on): Likewise.
6051         * modules/vsprintf-posix (Depends-on): Likewise.
6052         * modules/frexpl-tests (Depends-on): Likewise.
6053         * modules/printf-frexpl-tests (Depends-on): Likewise.
6054
6055 2007-03-24  Bruno Haible  <bruno@clisp.org>
6056
6057         * lib/float+.h: New file.
6058         * lib/isnan.c: Include float+.h.
6059         (SIZE): New macro.
6060         (FUNC): Compare only SIZE bytes of the value.
6061         * lib/vasnprintf.c: Include float+.h.
6062         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
6063         SIZEOF_LDBL or SIZEOF_DBL bytes.
6064         * modules/isnan-nolibm (Files): Add lib/float+.h.
6065         * modules/isnanl-nolibm (Files): Add lib/float+.h.
6066         * modules/isnanl (Files): Add lib/float+.h.
6067         * modules/vasnprintf (Files): Add lib/float+.h.
6068
6069 2007-03-24  Bruno Haible  <bruno@clisp.org>
6070
6071         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
6072         include isnanl-nolibm.h.
6073
6074 2007-03-24  Bruno Haible  <bruno@clisp.org>
6075
6076         * tests/test-read-file.c (main): Don't produce spurious output for
6077         expected situations. Make the test fail if it encountered unexpected
6078         results.
6079
6080 2007-03-24  Bruno Haible  <bruno@clisp.org>
6081
6082         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
6083         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
6084
6085 2007-03-24  Bruno Haible  <bruno@clisp.org>
6086
6087         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
6088
6089 2007-03-24  Bruno Haible  <bruno@clisp.org>
6090
6091         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
6092         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
6093
6094         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
6095         * modules/utf8-ucs4: Turn into a symbolic link to module
6096         unistr/u8-mbtouc.
6097
6098         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
6099         utf8-ucs4-unsafe.
6100         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
6101         unistr/u8-mbtouc-unsafe.
6102
6103         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
6104         * modules/utf16-ucs4: Turn into a symbolic link to module
6105         unistr/u16-mbtouc.
6106
6107         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
6108         utf16-ucs4-unsafe.
6109         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
6110         unistr/u16-mbtouc-unsafe.
6111
6112         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
6113         * modules/ucs4-utf8: Turn into a symbolic link to module
6114         unistr/u8-ubtomb.
6115
6116         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
6117         * modules/ucs4-utf16: Turn into a symbolic link to module
6118         unistr/u16-ubtomb.
6119
6120 2007-03-24  Bruno Haible  <bruno@clisp.org>
6121
6122         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
6123         Enable the function only if HAVE_INLINE.
6124         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
6125         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
6126         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
6127         Enable the function only if HAVE_INLINE.
6128         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
6129         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
6130         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
6131         Enable the function only if HAVE_INLINE.
6132         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
6133         Enable the function only if HAVE_INLINE.
6134         * modules/utf8-ucs4: Update.
6135         * modules/utf8-ucs4-unsafe: Update.
6136         * modules/utf16-ucs4: Update.
6137         * modules/utf16-ucs4-unsafe: Update.
6138         * modules/ucs4-utf8: Update.
6139         * modules/ucs4-utf16: Update.
6140
6141 2007-03-24  Bruno Haible  <bruno@clisp.org>
6142
6143         * lib/utf8-ucs4.h: Remove file.
6144         * lib/utf8-ucs4-unsafe.h: Remove file.
6145         * lib/utf16-ucs4.h: Remove file.
6146         * lib/utf16-ucs4-unsafe.h: Remove file.
6147         * lib/ucs4-utf8.h: Remove file.
6148         * lib/ucs4-utf16.h: Remove file.
6149         * lib/unistr.h: Include their previous contents.
6150         * m4/utf-ucs4.m4: Remove file.
6151         * m4/ucs4-utf.m4: Remove file.
6152         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
6153         (Depends-on): Add unistr/base.
6154         (configure.ac): Remove gl_UTF_UCS4.
6155         (Makefile.am): Update.
6156         (Include): Change to unistr.h.
6157         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
6158         (Depends-on): Add unistr/base.
6159         (configure.ac): Remove gl_UTF_UCS4.
6160         (Makefile.am): Update.
6161         (Include): Change to unistr.h.
6162         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
6163         (Depends-on): Add unistr/base.
6164         (configure.ac): Remove gl_UTF_UCS4.
6165         (Makefile.am): Update.
6166         (Include): Change to unistr.h.
6167         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
6168         (Depends-on): Add unistr/base.
6169         (configure.ac): Remove gl_UTF_UCS4.
6170         (Makefile.am): Update.
6171         (Include): Change to unistr.h.
6172         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
6173         (Depends-on): Add unistr/base.
6174         (configure.ac): Remove gl_UCS4_UTF.
6175         (Makefile.am): Update.
6176         (Include): Change to unistr.h.
6177         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
6178         (Depends-on): Add unistr/base.
6179         (configure.ac): Remove gl_UCS4_UTF.
6180         (Makefile.am): Update.
6181         (Include): Change to unistr.h.
6182         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
6183         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
6184         utf8-ucs4-unsafe.h.
6185         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
6186         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
6187         utf16-ucs4-unsafe.h.
6188         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
6189         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
6190         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
6191         * lib/unistr/u8-strchr.c: Likewise.
6192         * lib/unistr/u8-strrchr.c: Likewise.
6193         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
6194         * lib/unistr/u16-strchr.c: Likewise.
6195         * lib/unistr/u16-strrchr.c: Likewise.
6196         * lib/striconveh.c: Update.
6197         * lib/linebreak.c: Update.
6198
6199 2007-03-24  Bruno Haible  <bruno@clisp.org>
6200
6201         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
6202         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
6203
6204 2007-03-22  Bruno Haible  <bruno@clisp.org>
6205
6206         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
6207
6208 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
6209
6210         * MODULES.html.sh (File system functions): New module write-any-file.
6211         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
6212         * m4/write-any-file.m4: New files.
6213
6214 2007-03-23  Eric Blake  <ebb9@byu.net>
6215
6216         * gnulib-tool: Rearrange space-tab sequences, since some editors
6217         like to eat them.
6218
6219 2007-03-23  Eric Blake  <ebb9@byu.net>
6220
6221         * lib/version-etc.c (version_etc_va): Update license wording to
6222         be more concise.  Recommended by Richard Stallman.
6223
6224 2007-03-22  Bruno Haible  <bruno@clisp.org>
6225
6226         * lib/poll.c (MSG_PEEK): New fallback definition.
6227
6228 2007-03-22  Bruno Haible  <bruno@clisp.org>
6229
6230         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
6231         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
6232         (main): Update.
6233         Fixes a compilation error on BeOS.
6234
6235 2007-03-22  Bruno Haible  <bruno@clisp.org>
6236
6237         * modules/frexpl-tests: New file.
6238         * tests/test-frexpl.c: New file.
6239
6240         * modules/frexpl: New file.
6241         * m4/frexpl.m4: New file.
6242         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
6243         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
6244         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
6245         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
6246         (Depends-on): Add frexpl. Remove isnanl-nolibm.
6247         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
6248
6249 2007-03-22  Bruno Haible  <bruno@clisp.org>
6250
6251         * lib/frexpl.c: Share code with lib/frexp.c.
6252         * modules/mathl (Files): Add lib/frexp.c.
6253         (Depends-on): Add isnanl-nolibm.
6254
6255 2007-03-22  Bruno Haible  <bruno@clisp.org>
6256
6257         * modules/printf-frexp (Files): Add m4/frexp.m4.
6258         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
6259         only if the found frexp function actually works.
6260
6261 2007-03-22  Bruno Haible  <bruno@clisp.org>
6262
6263         * lib/frexp.c: Remove older implementation that uses divisions.
6264
6265 2007-03-21  Bruno Haible  <bruno@clisp.org>
6266
6267         * modules/frexp-tests: New file.
6268         * tests/test-frexp.c: New file.
6269
6270         * modules/frexp: New file.
6271         * lib/frexp.c: New file.
6272         * m4/frexp.m4: New file.
6273         * lib/math_.h (frexp): New declaration.
6274         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
6275         REPLACE_FREXP.
6276         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
6277
6278 2007-03-21  Bruno Haible  <bruno@clisp.org>
6279
6280         * modules/isnanl-tests: New file.
6281         * tests/test-isnanl.c: New file.
6282
6283         * modules/isnanl: New file.
6284         * lib/isnanl.h: New file.
6285         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
6286         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
6287         gl_FUNC_ISNANL_WORKS.
6288         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
6289         New macros.
6290
6291 2007-03-21  Bruno Haible  <bruno@clisp.org>
6292
6293         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
6294         lib/isnanl.h.
6295         (Include): Update.
6296         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
6297         * lib/vasnprintf.c: Update.
6298         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
6299         tests/test-isnanl.h, remove tests/test-isnanl.c.
6300         (Makefile.am): Update.
6301         * tests/test-isnanl-nolibm.c: New file.
6302         * tests/test-isnanl.h: New file.
6303         * tests/test-isnanl.c: Remove file.
6304
6305 2007-03-21  Jim Meyering  <jim@meyering.net>
6306
6307         When trying to open ".", treat ESTALE like EACCES.
6308         * lib/savewd.c (savewd_save): Resort to forking not just upon
6309         failure with EACCES, but also when errno is ESTALE.
6310
6311 2007-03-20  Bruno Haible  <bruno@clisp.org>
6312
6313         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
6314         Needed on AIX 5.1. Reported by Matthew Woehlke.
6315
6316 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6317
6318         Suggestions by Bruno Haible:
6319         * lib/acl-internal.h: Include "gettext.h" rather than rolling
6320         our own.
6321         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
6322         * modules/acl (Depends-on): Add gettext.
6323
6324 2007-03-19  Bruno Haible  <bruno@clisp.org>
6325
6326         * modules/iconvme: Remove file.
6327         * lib/iconvme.h: Remove file.
6328         * lib/iconvme.c: Remove file.
6329         * m4/iconvme.m4: Remove file.
6330
6331 2007-03-19  Bruno Haible  <bruno@clisp.org>
6332
6333         * doc/relocatable-maint.texi: Break long shell script line.
6334         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
6335
6336 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6337
6338         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
6339         handle file_has_acl.
6340         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
6341         * lib/acl.c: Move header inclusions and related macro defns into
6342         lib/acl-internal.h.
6343         (S_ISLNK): Remove defn, since that's now done for us.
6344         (file_has_acl): Move to lib/file-has-acl.c.
6345         Call acl_trivial if available.  This is the crucial part of the fix.
6346         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
6347         shared within the library.  Rewrite a bit, partly to make it compatible
6348         with the GNU coding style.
6349         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
6350         Remove unnecessary double-quotes.
6351         Don't test for acl_to_text; the build will catch that.
6352         Replace acl_entries if it doesn't exist and it is needed.
6353         Check for -lsec and acl_trivial (as used on Solaris 10).
6354         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
6355         lib/file-has-acl.c.
6356         (Depends-on): Add sys_stat, for S_ISLNK.
6357
6358 2007-03-19  Ben Pfaff  <blp@gnu.org>
6359
6360         * doc/gnulib.texi: Fix typos.
6361         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
6362
6363 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6364
6365         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
6366         If size is zero here, buf must be zero.
6367
6368 2007-03-19  Simon Josefsson  <simon@josefsson.org>
6369
6370         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
6371         <bruno@clisp.org>.
6372
6373 2007-03-18  Bruno Haible  <bruno@clisp.org>
6374
6375         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
6376         Suggested by Eric Blake.
6377
6378 2007-03-18  Ben Pfaff  <blp@gnu.org>
6379
6380         * doc/relocatable.texi: Recommend using as prefix a directory
6381         that does not exist and will never be created.  Based on
6382         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
6383         and others.
6384
6385 2007-03-17  Bruno Haible  <bruno@clisp.org>
6386
6387         * lib/fchownat.c: Include lchown.h.
6388
6389 2007-03-17  Bruno Haible  <bruno@clisp.org>
6390
6391         Fix endless loop when the given allocated size was > INT_MAX.
6392         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
6393         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
6394         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
6395         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
6396         * lib/sprintf.c (sprintf): Likewise.
6397
6398 2007-03-17  Bruno Haible  <bruno@clisp.org>
6399
6400         * tests/test-argp-2.sh (func_compare): Output a context diff.
6401
6402 2007-03-17  Bruno Haible  <bruno@clisp.org>
6403
6404         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
6405         locale's decimal-point character.
6406
6407 2007-03-17  Bruno Haible  <bruno@clisp.org>
6408
6409         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
6410         before comparing it. Needed because on some platforms (e.g. x86) a
6411         'long double' occupies less bytes than sizeof (long double).
6412
6413 2007-03-17  Bruno Haible  <bruno@clisp.org>
6414
6415         * tests/test-crc.c (main): Make printf statements 64-bit clean.
6416         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
6417         * tests/test-getaddrinfo.c (simple): Likewise.
6418         * tests/test-read-file.c (main): Likewise.
6419
6420 2007-03-17  Bruno Haible  <bruno@clisp.org>
6421
6422         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
6423
6424 2007-03-17  Bruno Haible  <bruno@clisp.org>
6425
6426         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
6427         unused variable.
6428
6429 2007-03-17  Bruno Haible  <bruno@clisp.org>
6430
6431         * tests/test-c-strcasecmp.c: Include c-strcase.h.
6432         * tests/test-c-strncasecmp.c: Likewise.
6433
6434 2007-03-17  Bruno Haible  <bruno@clisp.org>
6435
6436         * modules/stdlib (Depends-on): Add unistd.
6437         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
6438         Needed for MacOS X 10.3.
6439
6440 2007-03-17  Bruno Haible  <bruno@clisp.org>
6441
6442         * lib/unistr/u-strdup.h: Include <stdlib.h>.
6443
6444 2007-03-17  Bruno Haible  <bruno@clisp.org>
6445
6446         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
6447
6448 2007-03-17  Bruno Haible  <bruno@clisp.org>
6449
6450         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
6451         to reflect files copied from gnulib (with or without modifications).
6452         Suggested by Jim Meyering.
6453
6454 2007-03-17  Eric Blake  <ebb9@byu.net>
6455
6456         * NEWS: Document stdlib change from 2007-02-18.
6457
6458 2007-03-17  Jim Meyering  <jim@meyering.net>
6459
6460         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
6461         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
6462         someone uses a name containing shell meta-characters.
6463         Reported by Alfred M. Szmidt.
6464
6465         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
6466
6467 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
6468
6469         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
6470         and copy gettext configuration files only if configure.ac contains
6471         a use of AM_GNU_GETTEXT_VERSION.
6472
6473 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
6474
6475         * build-aux/bootstrap (gnulib_name): New variable.
6476         (gnulib_tool_options): Use it.
6477
6478 2007-03-13  Simon Josefsson  <simon@josefsson.org>
6479
6480         * tests/test-des.c: Use new namespace.
6481
6482 2007-03-15  Bruno Haible  <bruno@clisp.org>
6483
6484         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
6485         Reported by James Youngman <jay@gnu.org>.
6486
6487 2007-03-15  Bruno Haible  <bruno@clisp.org>
6488
6489         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
6490         declared prototype. Needed with cc on OSF/1 5.1.
6491
6492 2007-03-15  Bruno Haible  <bruno@clisp.org>
6493
6494         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
6495         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
6496         (struct gl_list_implementation): Add dispose_fn argument to the
6497         'create_empty', 'create' methods.
6498         (struct gl_list_impl_base): Add field 'dispose_fn'.
6499         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
6500         argument.
6501         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
6502         dispose_fn argument.
6503         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
6504         dispose_fn on the dropped values.
6505         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
6506         dispose_fn argument.
6507         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
6508         dropped values.
6509         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
6510         (gl_tree_remove_node): Call dispose_fn on the dropped value.
6511         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
6512         (gl_tree_remove_node): Call dispose_fn on the dropped value.
6513         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
6514         argument.
6515         (gl_tree_list_free): Call dispose_fn on the dropped values.
6516         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
6517         the dropped values.
6518         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
6519         Add dispose_fn argument.
6520         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
6521         Call dispose_fn on the dropped values.
6522         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
6523         Add dispose_fn argument.
6524         (gl_sublist_create): Initialize the 'dispose_fn' field.
6525         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
6526         * tests/test-array_list.c (main): Update.
6527         * tests/test-carray_list.c (main): Update.
6528         * tests/test-avltree_list.c (main): Update.
6529         * tests/test-rbtree_list.c (main): Update.
6530         * tests/test-avltreehash_list.c (main): Update.
6531         * tests/test-rbtreehash_list.c (main): Update.
6532         * tests/test-linked_list.c (main): Update.
6533         * tests/test-linkedhash_list.c (main): Update.
6534         * tests/test-array_oset.c (main): Update.
6535
6536 2007-03-15  Bruno Haible  <bruno@clisp.org>
6537
6538         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
6539         (gl_oset_create_empty): Add dispose_fn argument.
6540         (struct gl_oset_implementation): Add dispose_fn argument to
6541         'create_empty' method.
6542         (struct gl_oset_impl_base): Add dispose_fn field.
6543         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
6544         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
6545         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
6546         values.
6547         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
6548         (gl_tree_oset_free): Call dispose_fn on the dropped values.
6549         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
6550         dropped value.
6551         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
6552         dropped value.
6553         * tests/test-array_oset.c (main): Update.
6554         * tests/test-avltree_oset.c (main): Update.
6555         * tests/test-rbtree_oset.c (main): Update.
6556         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
6557
6558 2007-03-13  Bruno Haible  <bruno@clisp.org>
6559
6560         * tests/test-stdbool.c (i): Update after last patch.
6561
6562 2007-03-12  Bruno Haible  <bruno@clisp.org>
6563
6564         * lib/quotearg.c: Include <wctype.h> early, before the definition of
6565         the iswprint macro. Needed on Solaris 2.5.1.
6566
6567 2007-03-12  Bruno Haible  <bruno@clisp.org>
6568
6569         * tests/test-printf-frexp.c (main): Declare x as volatile.
6570
6571 2007-03-12  Simon Josefsson  <simon@josefsson.org>
6572
6573         * doc/gnulib.texi (Build robot for gnulib): New section.
6574
6575 2007-03-12  Jim Meyering  <jim@meyering.net>
6576
6577         * build-aux/bootstrap: New file.
6578         * build-aux/bootstrap.conf: New file, from coreutils.
6579
6580 2007-03-11  Bruno Haible  <bruno@clisp.org>
6581
6582         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
6583
6584 2007-03-12  Simon Josefsson  <simon@josefsson.org>
6585
6586         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
6587         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
6588         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
6589
6590 2007-03-11  Bruno Haible  <bruno@clisp.org>
6591
6592         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
6593         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
6594
6595 2007-03-11  Bruno Haible  <bruno@clisp.org>
6596
6597         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
6598         formula. Needed for SunPRO C 5.0.
6599
6600 2007-03-11  Bruno Haible  <bruno@clisp.org>
6601
6602         * modules/long-options (Depends-on): Add getopt.
6603
6604 2007-03-11  Bruno Haible  <bruno@clisp.org>
6605
6606         * modules/modechange (Depends-on): Add stdbool.
6607
6608 2007-03-11  Bruno Haible  <bruno@clisp.org>
6609
6610         * modules/i-ring (Depends-on): Add stdbool.
6611
6612 2007-03-11  Bruno Haible  <bruno@clisp.org>
6613
6614         * modules/gc-des (Depends-on): Add stdbool.
6615
6616 2007-03-11  Bruno Haible  <bruno@clisp.org>
6617
6618         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
6619
6620 2007-03-11  Bruno Haible  <bruno@clisp.org>
6621
6622         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
6623
6624 2007-03-11  Bruno Haible  <bruno@clisp.org>
6625
6626         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
6627
6628 2007-03-11  Bruno Haible  <bruno@clisp.org>
6629
6630         * lib/vasnprintf.c (sprintf): Undefine.
6631
6632 2007-03-11  Bruno Haible  <bruno@clisp.org>
6633
6634         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
6635         initializers in SunPRO C and Compaq C compilers.
6636
6637 2007-03-11  Bruno Haible  <bruno@clisp.org>
6638
6639         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
6640         decrementing code ANSI C compliant.
6641
6642 2007-03-11  Bruno Haible  <bruno@clisp.org>
6643
6644         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
6645         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
6646
6647 2007-03-11  Bruno Haible  <bruno@clisp.org>
6648
6649         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
6650         <stdbool.h> substitute doesn't pass.
6651
6652 2007-03-11  Bruno Haible  <bruno@clisp.org>
6653
6654         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
6655
6656 2007-03-11  Bruno Haible  <bruno@clisp.org>
6657
6658         * gnulib-tool (func_create_megatestdir): Create also an autobuild
6659         script, for submission to autobuild.josefsson.org.
6660
6661 2007-03-10  Bruno Haible  <bruno@clisp.org>
6662
6663         * modules/canonicalize-lgpl-tests: New file.
6664         * tests/test-canonicalize-lgpl.sh: New file.
6665         * tests/test-canonicalize-lgpl.c: New file.
6666
6667         * modules/c-strcase-tests: New file.
6668         * tests/test-c-strcase.sh: New file.
6669         * tests/test-c-strcasecmp.c: New file.
6670         * tests/test-c-strncasecmp.c: New file.
6671
6672         * modules/atexit-tests: New file.
6673         * tests/test-atexit.sh: New file.
6674         * tests/test-atexit.c: New file.
6675
6676 2007-03-10  Bruno Haible  <bruno@clisp.org>
6677
6678         * tests/test-binary-io.sh: Use temporary filenames that are not so
6679         likely to clash with those of other tests (in a parallel make).
6680         * tests/test-binary-io.c: Likewise.
6681
6682 2007-03-10  Bruno Haible  <bruno@clisp.org>
6683
6684         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
6685         fallback; use #error instead.
6686         Suggested by Simon Josefsson.
6687
6688 2007-03-10  Bruno Haible  <bruno@clisp.org>
6689
6690         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
6691         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
6692         first and the last.
6693
6694 2007-03-10  Bruno Haible  <bruno@clisp.org>
6695
6696         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
6697
6698 2007-03-10  Bruno Haible  <bruno@clisp.org>
6699
6700         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
6701         "make distcheck".
6702         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
6703         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
6704         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
6705
6706 2007-03-10  Bruno Haible  <bruno@clisp.org>
6707
6708         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
6709         variable.
6710         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
6711         variable.
6712
6713 2007-03-09  Eric Blake  <ebb9@byu.net>
6714         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
6715
6716         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
6717         types are not being provided by gnulib.
6718         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
6719         types are supported.
6720
6721 2007-03-10  Bruno Haible  <bruno@clisp.org>
6722
6723         * lib/stdio_.h (__attribute__): New macro.
6724         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
6725         vsprintf): Specify __attribute__ __format__ for GCC.
6726         Suggested by Eric Blake.
6727
6728 2007-03-09  Bruno Haible  <bruno@clisp.org>
6729
6730         * modules/printf-posix-tests: New file.
6731         * tests/test-printf-posix.sh: New file.
6732         * tests/test-printf-posix.c: New file.
6733
6734         * modules/printf-posix: New file.
6735         * lib/printf.c: New file.
6736         * m4/printf-posix-rpl.m4: New file.
6737         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
6738         REPLACE_PRINTF.
6739         * lib/stdio_.h (printf): New declaration.
6740         (format, __format__, ____printf____, ____scanf____, ____strftime____,
6741         ____strfmon____): New macros.
6742         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
6743         REPLACE_PRINTF.
6744
6745 2007-03-09  Bruno Haible  <bruno@clisp.org>
6746
6747         * tests/test-vasnprintf-posix2.sh: New file.
6748         * tests/test-vasnprintf-posix2.c: New file.
6749         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
6750         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
6751         (Makefile.am): Activate test-vasnprintf-posix2.sh.
6752
6753         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
6754         a locale dependent decimal point, rather than always '.'.
6755
6756 2007-03-09  Eric Blake  <ebb9@byu.net>
6757
6758         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
6759         spite of platforms like Tandem/NSK that define it to -1.
6760
6761 2007-03-08  Bruno Haible  <bruno@clisp.org>
6762
6763         * modules/vprintf-posix-tests: New file.
6764         * tests/test-vprintf-posix.sh: New file.
6765         * tests/test-vprintf-posix.c: New file.
6766         * tests/test-printf-posix.h: New file.
6767
6768         * modules/vprintf-posix: New file.
6769         * lib/vprintf.c: New file.
6770         * m4/vprintf-posix.m4: New file.
6771         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
6772         REPLACE_VPRINTF.
6773         * lib/stdio_.h (vprintf): New declaration.
6774         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
6775         REPLACE_VPRINTF.
6776
6777 2007-03-08  Bruno Haible  <bruno@clisp.org>
6778
6779         * modules/fprintf-posix-tests: New file.
6780         * tests/test-fprintf-posix.sh: New file.
6781         * tests/test-fprintf-posix.c: New file.
6782
6783         * modules/fprintf-posix: New file.
6784         * lib/fprintf.c: New file.
6785         * m4/fprintf-posix.m4: New file.
6786         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
6787         REPLACE_FPRINTF.
6788         * lib/stdio_.h (fprintf): New declaration.
6789         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
6790         REPLACE_FPRINTF.
6791
6792 2007-03-08  Bruno Haible  <bruno@clisp.org>
6793
6794         * modules/vfprintf-posix-tests: New file.
6795         * tests/test-vfprintf-posix.sh: New file.
6796         * tests/test-vfprintf-posix.c: New file.
6797         * tests/test-fprintf-posix.h: New file.
6798         * tests/test-fprintf-posix.out: New file.
6799
6800         * modules/vfprintf-posix: New file.
6801         * lib/vfprintf.c: New file.
6802         * m4/vfprintf-posix.m4: New file.
6803         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
6804         REPLACE_VFPRINTF.
6805         * lib/stdio_.h (vfprintf): New declaration.
6806         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
6807         REPLACE_VFPRINTF.
6808
6809 2007-03-08  Bruno Haible  <bruno@clisp.org>
6810
6811         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
6812
6813 2007-03-08  Bruno Haible  <bruno@clisp.org>
6814
6815         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
6816         instead of 'expr' invocations.
6817         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6818         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6819         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6820         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6821         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6822         Suggested by Paul Eggert.
6823
6824 2007-03-08  Bruno Haible  <bruno@clisp.org>
6825
6826         * modules/fseterr-tests: New file.
6827         * tests/test-fseterr.c: New file.
6828
6829         * modules/fseterr: New file.
6830         * lib/fseterr.h: New file.
6831         * lib/fseterr.c: New file.
6832
6833 2007-03-08  Bruno Haible  <bruno@clisp.org>
6834
6835         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
6836         * lib/getopt_.h: Likewise.
6837         * lib/mbswidth.h: Likewise.
6838         * lib/setenv.h: Likewise.
6839         * lib/vasnprintf.h: Likewise.
6840         * lib/vasprintf.h: Likewise.
6841         * lib/verror.h: Likewise.
6842         * lib/xsetenv.h: Likewise.
6843         * lib/xvasprintf.h: Likewise.
6844
6845 2007-03-08  Jim Meyering  <jim@meyering.net>
6846
6847         * users.txt: Add parted.
6848
6849         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
6850
6851 2007-03-07  Bruno Haible  <bruno@clisp.org>
6852
6853         * m4/printf.m4: Make the shell script snippets copy&pastable.
6854
6855 2007-03-02  Bruno Haible  <bruno@clisp.org>
6856
6857         * lib/netinet_in_.h: New file.
6858         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
6859         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
6860         * modules/netinet_in (Files): Add lib/netinet_in_.h.
6861         (Depends-on): Add absolute-header.
6862         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
6863         into netinet/in.h.
6864
6865 2007-03-03  Bruno Haible  <bruno@clisp.org>
6866
6867         * lib/sys_select_.h: New file.
6868         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
6869         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
6870         * modules/sys_select (Files): Add lib/sys_select_.h.
6871         (Depends-on): Add absolute-header.
6872         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
6873         into sys/select.h.
6874
6875 2007-03-02  Bruno Haible  <bruno@clisp.org>
6876
6877         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
6878         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
6879         values.
6880         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
6881         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
6882         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
6883         * modules/sys_socket (Depends-on): Add absolute-header.
6884         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
6885         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
6886         (Include): Remove requirement of inclusion of <sys/types.h>.
6887
6888 2007-03-02  Bruno Haible  <bruno@clisp.org>
6889
6890         * lib/byteswap_.h (bswap_32): Fix formula.
6891
6892 2007-03-06  Bruno Haible  <bruno@clisp.org>
6893
6894         * modules/sprintf-posix-tests: New file.
6895         * tests/test-sprintf-posix.c: New file.
6896
6897         * modules/sprintf-posix: New file.
6898         * lib/sprintf.c: New file.
6899         * m4/sprintf-posix.m4: New file.
6900         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
6901         REPLACE_SPRINTF.
6902         * lib/stdio_.h (sprintf): New declaration.
6903         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
6904         REPLACE_SPRINTF.
6905
6906 2007-03-06  Bruno Haible  <bruno@clisp.org>
6907
6908         * modules/vsprintf-posix-tests: New file.
6909         * tests/test-vsprintf-posix.c: New file.
6910         * tests/test-sprintf-posix.h: New file.
6911
6912         * modules/vsprintf-posix: New file.
6913         * lib/vsprintf.c: New file.
6914         * m4/vsprintf-posix.m4: New file.
6915         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
6916         REPLACE_VSPRINTF.
6917         * lib/stdio_.h (vsprintf): New declaration.
6918         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
6919         REPLACE_VSPRINTF.
6920
6921 2007-03-06  Bruno Haible  <bruno@clisp.org>
6922
6923         * modules/vsnprintf (Depend-on): Remove minmax.
6924
6925 2007-03-06  Bruno Haible  <bruno@clisp.org>
6926
6927         * modules/snprintf-posix-tests: New file.
6928         * tests/test-snprintf-posix.c: New file.
6929
6930         * modules/snprintf-posix: New file.
6931         * m4/snprintf-posix.m4: New file.
6932         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
6933         gl_FUNC_SNPRINTF.
6934         (gl_FUNC_SNPRINTF): Invoke it.
6935         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
6936         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
6937         is set.
6938         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
6939
6940 2007-03-06  Bruno Haible  <bruno@clisp.org>
6941
6942         * modules/vsnprintf-posix-tests: New file.
6943         * tests/test-vsnprintf-posix.c: New file.
6944         * tests/test-snprintf-posix.h: New file.
6945
6946         * modules/vsnprintf-posix: New file.
6947         * m4/vsnprintf-posix.m4: New file.
6948         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
6949         gl_FUNC_VSNPRINTF.
6950         (gl_FUNC_VSNPRINTF): Invoke it.
6951         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
6952         * lib/stdio_.h (vsnprintf): Define as a replacement if
6953         REPLACE_VSNPRINTF is set.
6954         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
6955
6956 2007-03-06  Bruno Haible  <bruno@clisp.org>
6957
6958         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
6959         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
6960
6961 2007-03-06  Bruno Haible  <bruno@clisp.org>
6962
6963         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
6964         (asinl): Declare also if HAVE_DECL_ASINL is set.
6965         (atanl): Declare also if HAVE_DECL_ATANL is set.
6966         (ceill): Declare also if HAVE_DECL_CEILL is set.
6967         (cosl): Declare also if HAVE_DECL_COSL is set.
6968         (expl): Declare also if HAVE_DECL_EXPL is set.
6969         (floorl): Declare also if HAVE_DECL_FLOORL is set.
6970         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
6971         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
6972         (logl): Declare also if HAVE_DECL_LOGL is set.
6973         (sinl): Declare also if HAVE_DECL_SINL is set.
6974         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
6975         (tanl): Declare also if HAVE_DECL_TANL is set.
6976         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
6977         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
6978         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
6979         declaration of frexpl, ldexpl.
6980         * modules/printf-frexpl (Depends-on): Add math.
6981         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
6982
6983 2007-03-05  Bruno Haible  <bruno@clisp.org>
6984
6985         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
6986         frexpl and ldexpl are declared.
6987         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
6988
6989 2007-03-05  Bruno Haible  <bruno@clisp.org>
6990
6991         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
6992         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
6993
6994 2007-03-05  Bruno Haible  <bruno@clisp.org>
6995
6996         * lib/stdio_.h: Include <stddef.h>.
6997
6998 2007-03-05  Bruno Haible  <bruno@clisp.org>
6999
7000         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
7001
7002 2007-03-05  Bruno Haible  <bruno@clisp.org>
7003
7004         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
7005         NetBSD 4, from Ralf Wildenhues.
7006
7007 2007-03-04  Bruno Haible  <bruno@clisp.org>
7008
7009         * lib/vasprintf.h: Update #if logic for the case when the functions
7010         exist but are overridden.
7011
7012 2007-03-04  Bruno Haible  <bruno@clisp.org>
7013
7014         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
7015         implementations: glibc-2.4 and MacOS X 10.3.
7016         * tests/test-vasnprintf-posix.c (test_function): Test also the case
7017         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
7018         * tests/test-vasprintf-posix.c (test_function): Likewise.
7019
7020 2007-03-04  Bruno Haible  <bruno@clisp.org>
7021
7022         * modules/vasprintf-posix-tests: New file.
7023         * tests/test-vasprintf-posix.c: New file.
7024
7025         * modules/vasprintf-posix: New file.
7026         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
7027         defined.
7028         * m4/vasprintf-posix.m4: New file.
7029         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
7030         gl_FUNC_VASPRINTF.
7031         (gl_FUNC_VASPRINTF): Invoke it.
7032         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
7033         here.
7034         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
7035
7036 2007-03-04  Bruno Haible  <bruno@clisp.org>
7037
7038         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
7039         REPLACE_GETTIMEOFDAY.
7040         * modules/sys_time (Makefile.am): Likewise.
7041         * m4/sys_time_h.m4: Likewise.
7042         * m4/gettimeofday.m4: Likewise.
7043
7044 2007-03-04  Bruno Haible  <bruno@clisp.org>
7045
7046         * modules/vasnprintf-posix-tests: New file.
7047         * tests/test-vasnprintf-posix.c: New file.
7048
7049         * modules/vasnprintf-posix: New file.
7050         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
7051         printf-frexpl.h.
7052         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
7053         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
7054         REPLACE_VASNPRINTF is defined.
7055         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
7056         gl_FUNC_VASNPRINTF.
7057         (gl_FUNC_VASNPRINTF): Invoke it.
7058         * m4/vasnprintf-posix.m4: New file.
7059         * m4/printf.m4: New file.
7060
7061 2007-03-04  Bruno Haible  <bruno@clisp.org>
7062
7063         Compile progreloc.c only if --enable-relocatable is specified.
7064         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
7065         if --enable-relocatable was specified.
7066         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
7067         lib_SOURCES.
7068
7069 2007-03-04  Jim Meyering  <jim@meyering.net>
7070
7071         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
7072         Use it consistently, rather than enumerating errno constants.
7073
7074 2007-03-04  Bruno Haible  <bruno@clisp.org>
7075
7076         * modules/xvasprintf-tests: New file.
7077         * tests/test-xvasprintf.c: New file.
7078
7079         * modules/vasprintf-tests: New file.
7080         * tests/test-vasprintf.c: New file.
7081
7082         * modules/vasnprintf-tests: New file.
7083         * tests/test-vasnprintf.c: New file.
7084
7085         * modules/vsnprintf-tests: New file.
7086         * tests/test-vsnprintf.c: New file.
7087
7088         * modules/snprintf-tests: New file.
7089         * tests/test-snprintf.c: New file.
7090
7091 2007-03-04  Bruno Haible  <bruno@clisp.org>
7092
7093         Compile relocatable.c only if --enable-relocatable is specified.
7094         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
7095         gl_RELOCATABLE_LIBRARY.
7096         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
7097         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
7098         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
7099         gl_RELOCATABLE_LIBRARY.
7100         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
7101         (Makefile.am): Remove lib_SOURCES.
7102         * modules/relocatable-lib-lgpl (configure.ac): Invoke
7103         gl_RELOCATABLE_LIBRARY.
7104         (Makefile.am): Remove lib_SOURCES.
7105         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
7106         always.
7107         * modules/relocatable-prog-wrapper (configure.ac): Invoke
7108         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
7109
7110 2007-03-04  Bruno Haible  <bruno@clisp.org>
7111
7112         * modules/argmatch-tests: New file.
7113         * tests/test-argmatch.c: New file.
7114
7115         * tests/test-allocsa.c (main): Halve the number of loop runs.
7116
7117         * modules/alloca-opt-tests: New file.
7118         * tests/test-alloca-opt.c: New file.
7119
7120 2007-03-04  Jim Meyering  <jim@meyering.net>
7121
7122         Work around difference between Linux ACLs and Solaris 10 ZFS.
7123         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
7124         for EINVAL.
7125
7126 2007-03-03  Bruno Haible  <bruno@clisp.org>
7127
7128         * modules/relocatable-prog (Depends-on): Add back progreloc's
7129         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
7130
7131 2007-03-03  Bruno Haible  <bruno@clisp.org>
7132
7133         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
7134         * modules/relocatable-lib: New file.
7135
7136 2007-03-03  Bruno Haible  <bruno@clisp.org>
7137
7138         * modules/relocatable-prog: Renamed from modules/relocatable.
7139         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
7140
7141 2007-03-03  Bruno Haible  <bruno@clisp.org>
7142
7143         * modules/relocatable-script (Files): Add doc/relocatable.texi,
7144         m4/relocatable-lib.m4.
7145         (Depends-on): Remove 'relocatable'.
7146         (configure.ac): Add gl_RELOCATABLE_NOP.
7147
7148 2007-03-03  Bruno Haible  <bruno@clisp.org>
7149
7150         * modules/relocatable-prog-wrapper: New file.
7151         * modules/relocatable (Depends-on): Add it. Remove all other
7152         dependencies except progname.
7153         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
7154
7155         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
7156         (gl_FUNC_STRERROR): Nop.
7157         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
7158
7159         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
7160         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
7161
7162         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
7163         (gl_FUNC_READLINK): Update.
7164
7165         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
7166
7167 2007-03-03  Bruno Haible  <bruno@clisp.org>
7168
7169         * lib/xreadlink.c: Include <unistd.h> unconditionally.
7170         * modules/xreadlink (Depends-on): Add unistd.
7171         * modules/xreadlink-with-size (Depends-on): Likewise.
7172
7173 2007-03-03  Bruno Haible  <bruno@clisp.org>
7174
7175         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
7176         extracted from gt_FUNC_SETENV.
7177         (gt_FUNC_SETENV): Remove macro.
7178         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
7179         remove gt_FUNC_SETENV.
7180
7181 2007-03-03  Bruno Haible  <bruno@clisp.org>
7182
7183         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
7184         ENABLE_RELOCATABLE here.
7185         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
7186
7187 2007-03-03  Bruno Haible  <bruno@clisp.org>
7188
7189         * modules/rbtreehash-list-tests (Depends-on): Add progname.
7190         * tests/test-rbtreehash_list.c: Include progname.h.
7191         (main): Call set_program_name.
7192
7193         * modules/rbtree-oset-tests (Depends-on): Add progname.
7194         * tests/test-rbtree_oset.c: Include progname.h.
7195         (main): Call set_program_name.
7196
7197         * modules/rbtree-list-tests (Depends-on): Add progname.
7198         * tests/test-rbtree_list.c: Include progname.h.
7199         (main): Call set_program_name.
7200
7201         * modules/linked-list-tests (Depends-on): Add progname.
7202         * tests/test-linked_list.c: Include progname.h.
7203         (main): Call set_program_name.
7204
7205 2007-03-03  Bruno Haible  <bruno@clisp.org>
7206
7207         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
7208         All uses of __restrict changed to _Restrict_.
7209         * lib/glob_.h (__restrict): Remove macro.
7210
7211 2007-03-02  Bruno Haible  <bruno@clisp.org>
7212
7213         * modules/gettext (configure.ac): Require gettext infrastructure
7214         from version 0.16.1.
7215
7216 2007-03-02  Bruno Haible  <bruno@clisp.org>
7217
7218         * modules/linkedhash-list-tests (Depends-on): Add progname.
7219         * tests/test-linkedhash_list.c: Include progname.h.
7220         (main): Call set_program_name.
7221
7222         * modules/carray-list-tests (Depends-on): Add progname.
7223         * tests/test-carray_list.c: Include progname.h.
7224         (main): Call set_program_name.
7225
7226         * modules/avltreehash-list-tests (Depends-on): Add progname.
7227         * tests/test-avltreehash_list.c: Include progname.h.
7228         (main): Call set_program_name.
7229
7230         * modules/avltree-oset-tests (Depends-on): Add progname.
7231         * tests/test-avltree_oset.c: Include progname.h.
7232         (main): Call set_program_name.
7233
7234         * modules/avltree-list-tests (Depends-on): Add progname.
7235         * tests/test-avltree_list.c: Include progname.h.
7236         (main): Call set_program_name.
7237
7238         * modules/array-oset-tests (Depends-on): Add progname.
7239         * tests/test-array_oset.c: Include progname.h.
7240         (main): Call set_program_name.
7241
7242         * modules/array-list-tests (Depends-on): Add progname.
7243         * tests/test-array_list.c: Include progname.h.
7244         (main): Call set_program_name.
7245
7246         * modules/argp-tests (Depends-on): Add progname.
7247         * tests/test-argp.c: Include argp.h first. Include progname.h.
7248         (main): Call set_program_name.
7249
7250 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
7251
7252         * doc/gnulib-tool.texi (Initial import): Reword description of
7253         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
7254         limited effect even if defined after the first system include.
7255
7256 2007-03-01  Bruno Haible  <bruno@clisp.org>
7257
7258         * build-aux/config.libpath: Update to libtool-1.5.22.
7259         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
7260
7261 2007-03-01  Bruno Haible  <bruno@clisp.org>
7262
7263         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
7264         foo_CFLAGS.
7265         Reported by Ralf Wildenhues.
7266
7267 2007-03-01  Bruno Haible  <bruno@clisp.org>
7268
7269         * build-aux/install-reloc: Remove object files left over by some
7270         compilers.
7271         Reported by Ralf Wildenhues.
7272
7273 2007-03-01  Bruno Haible  <bruno@clisp.org>
7274
7275         * build-aux/install-reloc: Break long lines.
7276
7277 2007-03-01  Bruno Haible  <bruno@clisp.org>
7278
7279         * doc/relocatable.texi: Document that it may not work on OpenBSD.
7280         Reported by Ralf Wildenhues.
7281
7282 2007-03-01  Bruno Haible  <bruno@clisp.org>
7283
7284         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
7285         include ordering constraints.
7286
7287 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
7288
7289         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
7290         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
7291         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
7292         as another example.
7293         * lib/time_.h: Fix misspelling.
7294         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7295         Require gl_HEADER_TIME_H_DEFAULTS.
7296         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
7297         * m4/time_r.m4 (gl_TIME_R): Likewise.
7298         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
7299
7300 2007-03-01  Bruno Haible  <bruno@clisp.org>
7301
7302         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
7303         * m4/utimens.m4 (gl_UTIMENS): Likewise.
7304
7305 2007-03-01  Jim Meyering  <jim@meyering.net>
7306
7307         * modules/xreadlink (Maintainer): Add my name.
7308         * modules/xreadlink-with-size (Depends-on): Alphabetize.
7309
7310 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
7311             Bruno Haible  <bruno@clisp.org>
7312
7313         * build-aux/install-reloc: Compile also c-ctype.c.
7314         * build-aux/relocatable.sh.in: New file.
7315         * doc/relocatable.texi: New file.
7316         * doc/relocatable-maint.texi: New file.
7317         * doc/gnulib.texi: Include relocatable-maint.texi.
7318         * lib/progreloc.c: Include unistd.h unconditionally.
7319         * lib/relocwrapper.c: Include unistd.h unconditionally.
7320         Include c-ctype.h.
7321         (add_dotbin): Use c_tolower.
7322         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
7323         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
7324         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
7325         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
7326         to m4/relocatable-lib.m4.
7327         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
7328         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
7329         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
7330         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
7331         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
7332         * modules/relocatable: New file.
7333         * modules/relocatable-lib: New file.
7334         * modules/relocatable-script: New file.
7335
7336 2007-02-28  Bruno Haible  <bruno@clisp.org>
7337
7338         Import --enable-relocatable infrastructure.
7339         * build-aux/config.libpath: New file, from GNU gettext.
7340         * build-aux/install-reloc: New file, from GNU gettext.
7341         * build-aux/reloc-ldflags: New file, from GNU gettext.
7342         * lib/relocatable.h: New file, from GNU gettext.
7343         * lib/relocatable.c: New file, from GNU gettext.
7344         * lib/relocwrapper.c: New file, from GNU gettext.
7345         * m4/relocatable.m4: New file, from GNU gettext.
7346
7347 2007-02-28  Bruno Haible  <bruno@clisp.org>
7348
7349         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
7350
7351         * modules/xreadlink: New file, from GNU gettext with modifications.
7352         * lib/xreadlink.c: New file, from GNU gettext.
7353         * lib/xreadlink.h: Add comments.
7354         (xreadlink): New declaration.
7355
7356         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
7357         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
7358         lib/xreadlink-with-size.c.
7359         (configure.ac): Remove gl_XREADLINK invocation.
7360         (Makefile.am): Augment lib_SOURCES.
7361         * m4/xreadlink.m4: Remove file.
7362         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
7363         (xreadlink_with_size): Renamed from xreadink.
7364         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
7365         * modules/canonicalize (Depends-on): Replace xreadlink with
7366         xreadlink-with-size.
7367         * lib/canonicalize.c (canonicalize_filename_mode): Update.
7368
7369 2007-02-25  Jim Meyering  <jim@meyering.net>
7370
7371         * build-aux/announce-gen: When complaining about excess arguments,
7372         list them.
7373
7374 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
7375
7376         * README: Document signed integer overflow situation more
7377         accurately.
7378
7379 2007-02-25  Bruno Haible  <bruno@clisp.org>
7380
7381         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
7382         'a' or 'A' conversion.
7383
7384 2007-02-25  Bruno Haible  <bruno@clisp.org>
7385
7386         * modules/filename: Renamed from modules/pathname.
7387         (Files): Replace lib/pathname.h with lib/filename.h. Replace
7388         lib/concatpath.c with lib/concat-filename.c.
7389         (Makefile.am): Update.
7390         (Include): Replace pathname.h with filename.h.
7391         * lib/filename.h: Renamed from lib/pathname.h.
7392         (concatenated_filename): Renamed from concatenated_pathname.
7393         * lib/concat-filename.c: Renamed from lib/concatpath.c.
7394         (concatenated_filename): Renamed from concatenated_pathname.
7395         * lib/findprog.c: Include filename.h instead of pathname.h.
7396         (find_in_path): Update.
7397         * lib/javacomp.c: Include filename.h instead of pathname.h.
7398         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
7399         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
7400         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
7401         is_oldgcj_14_13_usable, is_javac_usable): Update.
7402         * lib/javaexec.c: Include filename.h instead of pathname.h.
7403         (execute_java_class): Update.
7404         * modules/findprog: Update.
7405         * modules/javacomp: Update.
7406         * modules/javaexec: Update.
7407         * MODULES.html.sh (File system functions): Add 'filename', remove
7408         'pathname'.
7409
7410 2007-02-25  Bruno Haible  <bruno@clisp.org>
7411
7412         * modules/printf-frexpl-tests: New file.
7413         * tests/test-printf-frexpl.c: New file.
7414
7415         * modules/printf-frexpl: New file.
7416         * lib/printf-frexpl.h: New file.
7417         * lib/printf-frexpl.c: New file.
7418         * m4/printf-frexpl.m4: New file.
7419
7420 2007-02-25  Bruno Haible  <bruno@clisp.org>
7421
7422         * modules/printf-frexp-tests: New file.
7423         * tests/test-printf-frexp.c: New file.
7424
7425         * modules/printf-frexp: New file.
7426         * lib/printf-frexp.h: New file.
7427         * lib/printf-frexp.c: New file.
7428         * m4/printf-frexp.m4: New file.
7429
7430 2007-02-25  Bruno Haible  <bruno@clisp.org>
7431
7432         Assume automake >= 1.10 for the tests.
7433         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
7434         * modules/arctwo-tests: Likewise.
7435         * modules/argp-tests: Likewise.
7436         * modules/avltree-list-tests: Likewise.
7437         * modules/avltree-oset-tests: Likewise.
7438         * modules/avltreehash-list-tests: Likewise.
7439         * modules/carray-list-tests: Likewise.
7440         * modules/crc-tests: Likewise.
7441         * modules/des-tests: Likewise.
7442         * modules/gc-arcfour-tests: Likewise.
7443         * modules/gc-arctwo-tests: Likewise.
7444         * modules/gc-des-tests: Likewise.
7445         * modules/gc-hmac-md5-tests: Likewise.
7446         * modules/gc-hmac-sha1-tests: Likewise.
7447         * modules/gc-md2-tests: Likewise.
7448         * modules/gc-md4-tests: Likewise.
7449         * modules/gc-md5-tests: Likewise.
7450         * modules/gc-pbkdf2-sha1-tests: Likewise.
7451         * modules/gc-rijndael-tests: Likewise.
7452         * modules/gc-sha1-tests: Likewise.
7453         * modules/gc-tests: Likewise.
7454         * modules/getaddrinfo-tests: Likewise.
7455         * modules/hmac-md5-tests: Likewise.
7456         * modules/hmac-sha1-tests: Likewise.
7457         * modules/linked-list-tests: Likewise.
7458         * modules/linkedhash-list-tests: Likewise.
7459         * modules/lock-tests: Likewise.
7460         * modules/md2-tests: Likewise.
7461         * modules/md4-tests: Likewise.
7462         * modules/md5-tests: Likewise.
7463         * modules/rbtree-list-tests: Likewise.
7464         * modules/rbtree-oset-tests: Likewise.
7465         * modules/rbtreehash-list-tests: Likewise.
7466         * modules/read-file-tests: Likewise.
7467         * modules/rijndael-tests: Likewise.
7468         * modules/stdint-tests: Likewise.
7469         * modules/tls-tests: Likewise.
7470
7471 2007-02-24  Bruno Haible  <bruno@clisp.org>
7472
7473         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
7474         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
7475         function; instead check whether isnan with a double argument links.
7476         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
7477         function; instead check whether isnan with a 'long double' argument
7478         links.
7479         Reported by Eric Blake <ebb9@byu.net>.
7480
7481 2007-02-24  Bruno Haible  <bruno@clisp.org>
7482
7483         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
7484         defined.
7485         * lib/isnanl.c: Remove all code. Just include isnan.c.
7486         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
7487
7488 2007-02-25  Jim Meyering  <jim@meyering.net>
7489
7490         Avoid conflicting types for 'unsetenv' on FreeBSD.
7491         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
7492         conflicting with FreeBSD's (5.0 and 6.1) function declaration
7493         in stdlib.h.
7494
7495 2007-02-24  Bruno Haible  <bruno@clisp.org>
7496
7497         * modules/isnanl-nolibm-tests: New file.
7498         * tests/test-isnanl.c: New file.
7499
7500         * modules/isnanl-nolibm: New file.
7501         * lib/isnanl.h: New file.
7502         * lib/isnanl.c: New file.
7503         * m4/isnanl.m4: New file.
7504
7505 2007-02-24  Bruno Haible  <bruno@clisp.org>
7506
7507         * modules/isnan-nolibm-tests: New file.
7508         * tests/test-isnan.c: New file.
7509
7510         * modules/isnan-nolibm: New file.
7511         * lib/isnan.h: New file.
7512         * lib/isnan.c: New file.
7513         * m4/isnan.m4: New file.
7514
7515 2007-02-24  Bruno Haible  <bruno@clisp.org>
7516
7517         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
7518         assume that an exponent fits in 20 bits.
7519
7520 2007-02-24  Jim Meyering  <jim@meyering.net>
7521
7522         * m4/regex.m4: Update the description of the configure-time option,
7523         --without-included-regex, to state accurately what the defaults are,
7524         and perhaps to give people an idea why using this option is risky.
7525
7526 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
7527
7528         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
7529         loops on small arguments.  This attempts to avoid the problem
7530         Bruno Haible reported for AIX 4.3.2 in
7531         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
7532
7533 2007-02-23  Bruno Haible  <bruno@clisp.org>
7534
7535         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
7536         Needed for help2man.
7537
7538 2007-02-23  Karl Berry  <karl@gnu.org>
7539
7540         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
7541         exists, foo.h should be cvs-ignored, not committed.
7542
7543 2007-02-23  Eric Blake  <ebb9@byu.net>
7544
7545         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
7546         * lib/stat-time.h (includes): Likewise.
7547         * lib/utimecmp.c (includes): Likewise.
7548         * lib/utimens.h (includes): Likewise.
7549         * lib/getdate.y (includes): Also include "timespec.h" for use
7550         internal to the module.
7551         * modules/utimens (Depends-on): Revert yesterday's patch.
7552         * modules/nanosleep (Depends-on): Add missing dependency.
7553
7554 2007-02-22  Bruno Haible  <bruno@clisp.org>
7555
7556         * lib/glob.c: Don't include getlogin_r.h.
7557
7558 2007-02-22  Jim Meyering  <jim@meyering.net>
7559
7560         * modules/utimens (Depends-on): Add timespec, required for
7561         utimens.h's inclusion of timespec.h.
7562
7563 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
7564
7565         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
7566         long unreadable paths in GNU/Linux.  Problem reported by Andreas
7567         Schwab in
7568         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
7569         I'll try to think of a better way to fix the Solaris problem.
7570
7571         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
7572         like glibc; on Solaris 10, it fails with errno == EINVAL.
7573         POSIX says the behavior is unspecified if the first argument is NULL,
7574         so play it safe and never pass NULL to the system getcwd.
7575
7576 2007-02-21  Jim Meyering  <jim@meyering.net>
7577
7578         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
7579         of gettimeofday.  It would conflict with the one now always
7580         provided via sys_time_.h.  Reported by Matthew Woehlke, as
7581         an IRIX 6.5 build failure.
7582
7583 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
7584
7585         Minor fixups to port to Solaris 10 with Sun C 5.8.
7586         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
7587         * modules/getcwd (Depends-on): Add dirfd.
7588         * lib/putenv.c (putenv): #undef it.
7589         (rpl_putenv): New decl.
7590         (malloc, free): Include <stdlib.h> rather than prototyping separately.
7591
7592 2007-02-20  Bruno Haible  <bruno@clisp.org>
7593
7594         * modules/stdio-tests: New file.
7595         * tests/test-stdio.c: New file.
7596
7597         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
7598         (Depends-on): Add stdio.
7599         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
7600         (Include): Use <stdio.h> instead of vsnprintf.h.
7601         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
7602         HAVE_DECL_VSNPRINTF.
7603         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
7604
7605         * modules/snprintf (Files): Remove lib/snprintf.h.
7606         (Depends-on): Add stdio.
7607         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
7608         (Include): Use <stdio.h> instead of snprintf.h.
7609         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
7610         HAVE_DECL_SNPRINTF.
7611         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
7612         * lib/getaddrinfo.c: Likewise.
7613
7614         * modules/stdio: New file.
7615         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
7616         * lib/snprintf.h: Remove file.
7617         * lib/vsnprintf.h: Remove file.
7618         * lib/.cppi-disable: Remove snprintf.h.
7619         * m4/stdio_h.m4: New file.
7620         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
7621
7622 2007-02-20  Jim Meyering  <jim@meyering.net>
7623
7624         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
7625         used by e.g., mingw.  From Bruno Haible.
7626
7627 2007-02-19  Bruno Haible  <bruno@clisp.org>
7628
7629         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
7630         warnings.
7631         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7632
7633 2007-02-19  Bruno Haible  <bruno@clisp.org>
7634
7635         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
7636         from mingw users.
7637
7638 2007-02-19  Bruno Haible  <bruno@clisp.org>
7639
7640         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
7641         warnings.
7642         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
7643
7644 2007-02-19  Jim Meyering  <jim@meyering.net>
7645
7646         Don't use FD after a successful "fdopendir (fd)".
7647         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
7648         Reset it by calling dirfd on the just-obtained DIR*.
7649
7650         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
7651         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
7652
7653 2007-02-18  Bruno Haible  <bruno@clisp.org>
7654
7655         * lib/readlink.c: Include <unistd.h>.
7656         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
7657         HAVE_READLINK.
7658         * modules/readlink (Depends-on): Add unistd.
7659         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7660         (Include): Add <unistd.h>.
7661
7662         * lib/getlogin_r.h: Remove file.
7663         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
7664         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
7665         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
7666         HAVE_DECL_GETLOGIN_R.
7667         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
7668         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7669         (Include): Use <unistd.h> instead of getlogin_r.h.
7670
7671         * lib/getcwd.h: Remove file.
7672         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
7673         * lib/xgetcwd.c: Likewise.
7674         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
7675         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
7676         * modules/getcwd (Files): Remove lib/getcwd.h.
7677         (Depends-on): Add unistd.
7678         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7679         (Include): Use <unistd.h> instad of getcwd.h.
7680
7681         * lib/ftruncate.c: Include <unistd.h> first.
7682         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
7683         Set HAVE_FTRUNCATE.
7684         * modules/ftruncate (Depends-on): Add unistd.
7685         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7686
7687         * lib/fchdir.c: Include <unistd.h> first.
7688         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
7689         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
7690         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
7691         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7692         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
7693
7694         * lib/dup2.c: Include <unistd.h> first.
7695         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
7696         HAVE_DUP2.
7697         * modules/dup2 (Depends-on): Add unistd.
7698         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7699
7700         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
7701         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
7702         REPLACE_CHOWN. Don't define chown as a macro here.
7703         * modules/chown (Depends-on): Add unistd.
7704         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7705
7706         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
7707         Add definition for GL_LINK_WARNING.
7708         (chown, dup2): New declarations.
7709         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
7710         link warning.
7711         (ftruncate): New declaration.
7712         (getcwd): New declaration, taken from old getcwd.h.
7713         (getlogin_r): New declaration, taken from old getlogin_r.h.
7714         (readlink): New declaration.
7715         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
7716         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
7717         (gl_PREREQ_UNISTD): Remove macro.
7718         (gl_UNISTD_MODULE_INDICATOR): New macro.
7719         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
7720         many new variables. Don't set UNISTD_H.
7721         * modules/unistd (Description): Change.
7722         (Depends-on): Add link-warning.
7723         (configure.ac): Update.
7724         (Makefile.am): Create unistd.h always. Substitute many new variables
7725         into it.
7726
7727 2007-02-18  Bruno Haible  <bruno@clisp.org>
7728
7729         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
7730         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
7731         HAVE_GETSUBOPT.
7732         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
7733         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
7734         * lib/getsubopt.h: Remove file.
7735         * modules/getsubopt (Files): Remove lib/getsubopt.h.
7736         (Depends-on): Add stdlib.
7737         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7738         (Includes): Use <stdlib.h> instead of getsubopt.h.
7739         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
7740         Set HAVE_GETSUBOPT.
7741         * lib/getsubopt.c: Don't include getsubopt.h.
7742
7743 2007-02-18  Bruno Haible  <bruno@clisp.org>
7744
7745         * modules/fchdir (Depends-on): Add dup2.
7746
7747 2007-02-18  Bruno Haible  <bruno@clisp.org>
7748
7749         * lib/stdlib_.h: Handle glibc's special invocation convention
7750         specially.
7751
7752 2007-02-18  Bruno Haible  <bruno@clisp.org>
7753
7754         * modules/stdlib-tests: New file.
7755         * tests/test-stdlib.c: New file.
7756
7757         * modules/mkstemp (Files): Remove lib/mkstemp.h.
7758         (Depends-on): Add stdlib.
7759         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7760         (Includes): Use <stdlib.h> instead of mkstemp.h.
7761         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
7762         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
7763         * lib/mkstemp.c: Don't include mkstemp.h.
7764         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
7765         * lib/stdlib--.h: Don't include mkstemp.h.
7766
7767         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
7768         (Depends-on): Add stdlib.
7769         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7770         (Includes): Use <stdlib.h> instead of mkdtemp.h.
7771         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
7772         HAVE_MKDTEMP.
7773         * lib/mkdtemp.c: Don't include mkdtemp.h.
7774         * lib/clean-temp.c: Don't include mkdtemp.h.
7775
7776         * modules/exit (Files): Remove lib/exit.h.
7777         (Depends-on): Add stdlib.
7778         (Makefile.am): Remove lib_SOURCES.
7779         (Include): Use <stdlib.h> instead of exit.h.
7780         * lib/argmatch.c: Don't include exit.h.
7781         * lib/execute.c: Likewise.
7782         * lib/pagealign_alloc.c: Likewise.
7783         * lib/pipe.c: Likewise.
7784         * lib/wait-process.c: Likewise.
7785         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
7786         * lib/exitfail.c: Likewise.
7787         * lib/savewd.c: Likewise.
7788         * lib/xsetenv.c: Likewise.
7789
7790         * modules/stdlib: New file.
7791         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
7792         and extra comments about mkstemp().
7793         * lib/exit.h: Remove file.
7794         * lib/mkdtemp.h: Remove file.
7795         * lib/mkstemp.h: Remove file.
7796         * m4/stdlib_h.m4: New file.
7797         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
7798
7799 2007-02-18  Bruno Haible  <bruno@clisp.org>
7800
7801         * modules/math-tests: New file.
7802         * tests/test-math.c: New file.
7803
7804         * modules/math: New file.
7805         * modules/mathl (Files): Remove lib/mathl.h.
7806         (Depends-on): Add math.
7807         (Makefile.am): Don't mention mathl.h.
7808         (Include): Use <math.h> instead of mathl.h.
7809         * lib/math_.h: New file.
7810         * lib/mathl.h: Remove file.
7811         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
7812         mathl.h.
7813         * lib/asinl.c: Likewise.
7814         * lib/atanl.c: Likewise.
7815         * lib/ceill.c: Likewise.
7816         * lib/cosl.c: Likewise.
7817         * lib/expl.c: Likewise.
7818         * lib/floorl.c: Likewise.
7819         * lib/frexpl.c: Likewise.
7820         * lib/ldexpl.c: Likewise.
7821         * lib/logl.c: Likewise.
7822         * lib/sincosl.c: Likewise.
7823         * lib/sinl.c: Likewise.
7824         * lib/sqrtl.c: Likewise.
7825         * lib/tanl.c: Likewise.
7826         * lib/trigl.c: Likewise.
7827         * m4/math_h.m4: New file.
7828         * MODULES.html.sh (Mathematics): Add math.
7829
7830 2007-02-17  Bruno Haible  <bruno@clisp.org>
7831
7832         * modules/wctype-tests: New file.
7833         * tests/test-wctype.c: New file.
7834
7835         * modules/wchar-tests: New file.
7836         * tests/test-wchar.c: New file.
7837
7838         * modules/unistd-tests: New file.
7839         * tests/test-unistd.c: New file.
7840
7841         * modules/time-tests: New file.
7842         * tests/test-time.c: New file.
7843
7844         * modules/sysexits-tests: New file.
7845         * tests/test-sysexits.c: New file.
7846
7847         * modules/sys_time-tests: New file.
7848         * tests/test-sys_time.c: New file.
7849
7850         * modules/sys_stat-tests: New file.
7851         * tests/test-sys_stat.c: New file.
7852
7853         * modules/sys_socket-tests: New file.
7854         * tests/test-sys_socket.c: New file.
7855
7856         * modules/sys_select-tests: New file.
7857         * tests/test-sys_select.c: New file.
7858
7859         * modules/string-tests: New file.
7860         * tests/test-string.c: New file.
7861
7862         * modules/stdbool-tests: New file.
7863         * tests/test-stdbool.c: New file.
7864
7865         * modules/netinet_in-tests: New file.
7866         * tests/test-netinet_in.c: New file.
7867
7868         * modules/inttypes-tests: New file.
7869         * tests/test-inttypes.c: New file.
7870
7871         * modules/fcntl-tests: New file.
7872         * tests/test-fcntl.c: New file.
7873
7874         * modules/byteswap-tests: New file.
7875         * tests/test-byteswap.c: New file.
7876
7877         * modules/arpa_inet-tests: New file.
7878         * tests/test-arpa_inet.c: New file.
7879
7880 2007-02-17  Bruno Haible  <bruno@clisp.org>
7881
7882         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
7883         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
7884         if the corresponding module is not enabled. Emit link warnings if
7885         the function is used nevertheless.
7886         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
7887         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
7888         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
7889         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
7890         * modules/inttypes (Depends-on): Add link-warning.
7891         (Makefile.am): Copy the contents of build-aux/link-warning.h into
7892         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
7893         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
7894         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
7895         * modules/imaxdiv (configure.ac): Likewise.
7896         * modules/strtoimax (configure.ac): Likewise.
7897         * modules/strtoumax (configure.ac): Likewise.
7898
7899 2007-02-17  Bruno Haible  <bruno@clisp.org>
7900
7901         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
7902         gl_STRING_MODULE_INDICATOR_DEFAULTS.
7903         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
7904         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
7905
7906 2007-02-17  Bruno Haible  <bruno@clisp.org>
7907
7908         * modules/link-warning: New file.
7909         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
7910         * lib/string_.h (GL_LINK_WARNING): Remove definition.
7911         * modules/string (Depends-on): Add link-warning.
7912         (Makefile.am): Copy the contents of build-aux/link-warning.h into
7913         string.h.
7914         * MODULES.html.sh (Support for building libraries and executables): Add
7915         link-warning.
7916
7917 2007-02-17  Bruno Haible  <bruno@clisp.org>
7918
7919         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
7920         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
7921         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
7922         long lines.
7923
7924 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
7925             Bruno Haible  <bruno@clisp.org>
7926
7927         * modules/tmpfile: New file.
7928         * lib/tmpfile.c: New file.
7929         * m4/tmpfile.m4: New file.
7930         * MODULES.html.sh (func_all_modules): New section "Input/output".
7931
7932 2007-02-15  Bruno Haible  <bruno@clisp.org>
7933
7934         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
7935         (supports_delete_on_close): New function.
7936         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
7937
7938 2007-02-14  Bruno Haible  <bruno@clisp.org>
7939
7940         * modules/mbspcasecmp-tests: New file.
7941         * tests/test-mbspcasecmp.sh: New file.
7942         * tests/test-mbspcasecmp.c: New file.
7943
7944         New module mbspcasecmp.
7945         * modules/mbspcasecmp: New file.
7946         * lib/mbspcasecmp.c: New file.
7947         * lib/string_.h (strncasecmp): Change warning message.
7948         (mbspcasecmp): New declaration.
7949         * m4/mbspcasecmp.m4: New file.
7950         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7951         GNULIB_MBSPCASECMP.
7952         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
7953         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
7954
7955 2007-02-14  Bruno Haible  <bruno@clisp.org>
7956
7957         * modules/mbsncasecmp-tests: New file.
7958         * tests/test-mbsncasecmp.sh: New file.
7959         * tests/test-mbsncasecmp.c: New file.
7960
7961         New module mbsncasecmp.
7962         * modules/mbsncasecmp: New file.
7963         * lib/mbsncasecmp.c: New file.
7964         * lib/string_.h (mbsncasecmp): New declaration.
7965         * m4/mbsncasecmp.m4: New file.
7966         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7967         GNULIB_MBSNCASECMP.
7968         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
7969         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
7970
7971 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
7972
7973         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
7974         Verify that it doesn't overlap with our flags.
7975         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
7976         do not have the desired effect in multibyte locales; instead, use
7977         mbscasecmp.
7978         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
7979         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
7980         we don't require GNU fnmatch ourselves (if our users require it, they
7981         should do so explicitly).
7982
7983         Fix regex code so it doesn't rely on strcasecmp.
7984         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
7985         Otherwise, include gnulib's langinfo.h.
7986         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
7987         undesirable behavior in non-C locales.  Instead, rely on localecharset.
7988         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
7989         * modules/regex (FILES): Remove m4/codeset.m4.
7990         (Depends-on): Add localcharset.  Remove strcase.
7991
7992 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7993
7994         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
7995         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
7996
7997 2007-02-13  Bruno Haible  <bruno@clisp.org>
7998
7999         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
8000         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8001
8002 2007-02-12  Bruno Haible  <bruno@clisp.org>
8003
8004         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
8005         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
8006         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
8007         time warning rather than a link error.
8008
8009 2007-02-12  Bruno Haible  <bruno@clisp.org>
8010
8011         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
8012         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
8013         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8014
8015 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
8016
8017         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
8018         args, not 2.
8019
8020 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
8021
8022         New module 'time', so that apps can include <time.h> as per
8023         POSIX and GNU instead of separate include files like time_r.h
8024         and timegm.h.  This implementation tries out a simpler approach
8025         for replacing decls in standard include files (as compared to
8026         the string module), somewhat as an experiment.
8027
8028         * config/srclist.txt: Comment out mktime.c for now.
8029         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
8030         since it doesn't apply any more.  Use generic wording instead.
8031         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
8032         'time'.
8033         * lib/time_.h, m4/time_h.m4, modules/time: New files.
8034         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
8035         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
8036         Don't include <sys/types.h>; no longer needed since we assume C89.
8037         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
8038         * lib/strftime.c: Likewise.
8039         * lib/time_r.c: Likewise.
8040         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
8041         * lib/nanosleep.c: Include <time.h> first, to check interface.
8042         * lib/strptime.c: Likewise.
8043         * lib/time_r.c: Likewise.
8044         * lib/timegm.c: Likewise.
8045         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
8046         needed.
8047         * lib/timegm.c: Don't include timegm.h; no longer needed.
8048         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
8049         time.h now handles any problems in that area.
8050         (struct timespec, nanosleep): Remove; time.h now arranges for these.
8051         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
8052         that time.h defines struct timespec.
8053         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
8054         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
8055         handles that.
8056         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
8057         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
8058         needed.  Set REPLACE_LOCALTIME.
8059         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
8060         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
8061         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
8062         nanosleep; time_h.m4 now does that.  Don't require
8063         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
8064         module handles this now.
8065         * modules/getdate (Depends-on): Remove timespec.  Add time.
8066         * modules/nanosleep (Depends-on): Likewise.
8067         * modules/stat-time (Depends-on): Likewise.
8068         * modules/nanosleep (Include): Include time.h, not timespec.h.
8069         * modules/strptime (Files): Remove lib/strptime.h.
8070         (Depends-on): Add extensions, time.
8071         (Include): Include time.h, not strptime.h.
8072         * modules/time_r (Files): Remove lib/time_r.h.
8073         (Depends-on): Add time.
8074         (Include): Include time.h, not time_r.h.
8075         * modules/timegm: Likewise.
8076         * modules/timespec (Description): Now does timespec-related decls
8077         of our own, instead of struct timespec itself.
8078         (Depends-on): Add time; remove extensions.
8079         (Maintainer): Add self.
8080         * modules/utimecmp (Depends-on): Add time; remove timespec.
8081         * modules/utimens (Depends-on): Likewise.
8082         * modules/xnanosleep (Depends-on): Likewise.
8083
8084 2007-02-11  Bruno Haible  <bruno@clisp.org>
8085
8086         * lib/c-strstr.c: Include allocsa.h.
8087         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8088         * lib/c-strcasestr.c: Include allocsa.h.
8089         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8090         * lib/strcasestr.c: Include allocsa.h.
8091         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8092         * lib/mbsstr.c: Include allocsa.h.
8093         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
8094         allocsa/freesa instead of malloc/free.
8095         * lib/mbscasestr.c: Include allocsa.h.
8096         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
8097         allocsa/freesa instead of malloc/free.
8098         * modules/c-strstr (Depends-on): Add allocsa.
8099         * modules/c-strcasestr (Depends-on): Likewise.
8100         * modules/strcasestr (Depends-on): Likewise.
8101         * modules/mbsstr (Depends-on): Likewise.
8102         * modules/mbscasestr (Depends-on): Likewise.
8103
8104 2007-02-11  Bruno Haible  <bruno@clisp.org>
8105
8106         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
8107
8108         * modules/mbsspn-tests: New file.
8109         * tests/test-mbsspn.sh: New file.
8110         * tests/test-mbsspn.c: New file.
8111
8112 2007-02-11  Bruno Haible  <bruno@clisp.org>
8113
8114         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
8115
8116         * modules/mbspbrk-tests: New file.
8117         * tests/test-mbspbrk.sh: New file.
8118         * tests/test-mbspbrk.c: New file.
8119
8120 2007-02-11  Bruno Haible  <bruno@clisp.org>
8121
8122         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
8123         unneeded cast.
8124
8125         * modules/mbscspn-tests: New file.
8126         * tests/test-mbscspn.sh: New file.
8127         * tests/test-mbscspn.c: New file.
8128
8129 2007-02-11  Bruno Haible  <bruno@clisp.org>
8130
8131         * modules/mbscasecmp-tests: New file.
8132         * tests/test-mbscasecmp.sh: New file.
8133         * tests/test-mbscasecmp.c: New file.
8134
8135 2007-02-11  Bruno Haible  <bruno@clisp.org>
8136
8137         Ensure O(n) worst-case complexity of mbscasestr.
8138         * lib/mbscasestr.c: Include stdbool.h.
8139         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
8140         functions.
8141         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
8142         the bookkeeping indicates that it's worth it.
8143         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
8144
8145         * modules/mbscasestr-tests: New file.
8146         * tests/test-mbscasestr1.c: New file.
8147         * tests/test-mbscasestr2.sh: New file.
8148         * tests/test-mbscasestr2.c: New file.
8149         * tests/test-mbscasestr3.sh: New file.
8150         * tests/test-mbscasestr3.c: New file.
8151         * tests/test-mbscasestr4.sh: New file.
8152         * tests/test-mbscasestr4.c: New file.
8153         * m4/locale-tr.m4: New file.
8154
8155 2007-02-11  Bruno Haible  <bruno@clisp.org>
8156
8157         Ensure O(n) worst-case complexity of mbsstr.
8158         * lib/mbsstr.c: Include stdbool.h.
8159         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
8160         functions.
8161         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
8162         bookkeeping indicates that it's worth it.
8163         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
8164
8165         * modules/mbsstr-tests: New file.
8166         * tests/test-mbsstr1.c: New file.
8167         * tests/test-mbsstr2.sh: New file.
8168         * tests/test-mbsstr2.c: New file.
8169         * tests/test-mbsstr3.sh: New file.
8170         * tests/test-mbsstr3.c: New file.
8171         * m4/locale-fr.m4: New file.
8172
8173 2007-02-11  Bruno Haible  <bruno@clisp.org>
8174
8175         * lib/mbsrchr.c (mbsrchr): Fix bug.
8176
8177         * modules/mbsrchr-tests: New file.
8178         * tests/test-mbsrchr.sh: New file.
8179         * tests/test-mbsrchr.c: New file.
8180
8181 2007-02-11  Bruno Haible  <bruno@clisp.org>
8182
8183         * lib/mbschr.c (mbschr): Fix bug.
8184
8185         * modules/mbschr-tests: New file.
8186         * tests/test-mbschr.sh: New file.
8187         * tests/test-mbschr.c: New file.
8188         * m4/locale-zh.m4: New file.
8189
8190 2007-02-11  Bruno Haible  <bruno@clisp.org>
8191
8192         Support for copying multibyte string iterators.
8193         * lib/mbiter.h: Include <string.h>.
8194         (mbiter_multi_copy): New function.
8195         (mbi_copy): New macro.
8196         * lib/mbuiter.h: Include <string.h>.
8197         (mbuiter_multi_copy): New function.
8198         (mbui_copy): New macro.
8199
8200 2007-02-11  Bruno Haible  <bruno@clisp.org>
8201
8202         New module mbslen.
8203         * modules/mbslen: New file.
8204         * lib/mbslen.c: New file.
8205         * lib/string_.h (mbslen): New declaration.
8206         * m4/mbslen.m4: New file.
8207         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8208         GNULIB_MBSLEN.
8209         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
8210         * MODULES.html.sh (Internationalization functions): Add mbslen.
8211
8212 2007-02-11  Bruno Haible  <bruno@clisp.org>
8213
8214         Ensure O(n) worst-case complexity of strcasestr substitute.
8215         * lib/strcasestr.c: Include stdbool.h.
8216         (knuth_morris_pratt): New function.
8217         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
8218         bookkeeping indicates that it's worth it.
8219         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
8220
8221         * modules/strcasestr-tests: New file.
8222         * tests/test-strcasestr.c: New file.
8223
8224 2007-02-11  Bruno Haible  <bruno@clisp.org>
8225
8226         Ensure O(n) worst-case complexity of c_strcasestr.
8227         * lib/c-strcasestr.c: Include stdbool.h, string.h.
8228         (knuth_morris_pratt): New function.
8229         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
8230         the bookkeeping indicates that it's worth it.
8231         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
8232
8233         * modules/c-strcasestr-tests: New file.
8234         * tests/test-c-strcasestr.c: New file.
8235
8236 2007-02-11  Bruno Haible  <bruno@clisp.org>
8237
8238         Ensure O(n) worst-case complexity of c_strstr.
8239         * lib/c-strstr.c: Include stdbool.h, string.h.
8240         (knuth_morris_pratt): New function.
8241         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
8242         bookkeeping indicates that it's worth it.
8243         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
8244
8245         * lib/c-strstr.c: Complete rewrite for maintainability.
8246
8247         * modules/c-strstr-tests: New file.
8248         * tests/test-c-strstr.c: New file.
8249
8250 2007-02-11  Bruno Haible  <bruno@clisp.org>
8251
8252         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
8253         5.2.1 and earlier, whereby \055 was treated just like the range
8254         delimiter '-'.
8255         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
8256
8257 2007-02-08  Bruno Haible  <bruno@clisp.org>
8258
8259         * modules/regex (Depends-on): Add stdbool.
8260         Reported by Dalibor Topic <robilad@kaffe.org>.
8261
8262 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
8263
8264         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
8265         Prefer returning from main to exiting from it.
8266         Remove unnecessary parens after sizeof.
8267
8268 2007-02-05  Bruno Haible  <bruno@clisp.org>
8269
8270         New module mbssep.
8271         * modules/mbssep: New file.
8272         * lib/mbssep.c: New file.
8273         * lib/string_.h (strsep): Add a conditional link warning.
8274         (mbssep): New declaration.
8275         * m4/mbssep.m4: New file.
8276         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8277         GNULIB_MBSSEP.
8278         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
8279         * MODULES.html.sh (Internationalization functions): Add mbssep.
8280
8281 2007-02-05  Bruno Haible  <bruno@clisp.org>
8282
8283         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
8284         Optimize search in case of 1 delimiter.
8285
8286 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
8287
8288         * lib/acl.h: Include sys/types.h before sys/acl.h.
8289
8290 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
8291
8292         Merge upstream fix for glibc bugzilla #3957:
8293
8294         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
8295
8296         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
8297         bit for RE_HAT_LISTS_NOT_NEWLINE.
8298         (build_charclass_op): Remove bogus comment.
8299
8300 2007-02-05  Simon Josefsson  <simon@josefsson.org>
8301
8302         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
8303
8304 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
8305
8306         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
8307         * lib/memmem.c [!defined _LIBC]: Include config.h.
8308
8309 2007-02-04  Bruno Haible  <bruno@clisp.org>
8310
8311         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
8312         warning message.
8313
8314 2007-02-04  Bruno Haible  <bruno@clisp.org>
8315
8316         New module mbstok_r.
8317         * modules/mbstok_r: New file.
8318         * lib/mbstok_r.c: New file.
8319         * lib/string_.h (strtok_r): Change argument names to match the
8320         comments. Add a conditional link warning.
8321         (mbstok_r): New declaration.
8322         * m4/mbstok_r.m4: New file.
8323         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8324         GNULIB_MBSTOK_R.
8325         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
8326         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
8327
8328 2007-02-04  Bruno Haible  <bruno@clisp.org>
8329
8330         New module mbsspn.
8331         * modules/mbsspn: New file.
8332         * lib/mbsspn.c: New file.
8333         * lib/string_.h (strspn): Add a conditional link warning.
8334         (mbsspn): New declaration.
8335         * m4/mbsspn.m4: New file.
8336         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8337         GNULIB_MBSSPN.
8338         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
8339         * MODULES.html.sh (Internationalization functions): Add mbsspn.
8340
8341 2007-02-04  Bruno Haible  <bruno@clisp.org>
8342
8343         New module mbspbrk.
8344         * modules/mbspbrk: New file.
8345         * lib/mbspbrk.c: New file.
8346         * lib/string_.h (strpbrk): Add a conditional link warning.
8347         (mbspbrk): New declaration.
8348         * m4/mbspbrk.m4: New file.
8349         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8350         GNULIB_MBSPBRK.
8351         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
8352         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
8353
8354 2007-02-04  Bruno Haible  <bruno@clisp.org>
8355
8356         New module mbscspn.
8357         * modules/mbscspn: New file.
8358         * lib/mbscspn.c: New file.
8359         * lib/string_.h (strcspn): Add a conditional link warning.
8360         (mbscspn): New declaration.
8361         * m4/mbscspn.m4: New file.
8362         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8363         GNULIB_MBSCSPN.
8364         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
8365         * MODULES.html.sh (Internationalization functions): Add mbscspn.
8366
8367 2007-02-04  Bruno Haible  <bruno@clisp.org>
8368
8369         New module mbscasestr, reduced goal of strcasestr.
8370         * modules/mbscasestr: New file.
8371         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
8372         (mbscasestr): Renamed from strcasestr.
8373         * lib/strcasestr.c: Don't include mbuiter.h.
8374         (strcasestr): Remove support for multibyte locales.
8375         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
8376         Change the conditional link warning.
8377         (mbscasestr): New declaration.
8378         * m4/mbscasestr.m4: New file.
8379         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
8380         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
8381         REPLACE_STRCASESTR.
8382         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
8383         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8384         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
8385         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
8386         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
8387         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
8388         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
8389         (Depends-on): Remove mbuiter.
8390         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
8391
8392 2007-02-04  Bruno Haible  <bruno@clisp.org>
8393
8394         Simplify handling of strncasecmp.
8395         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
8396         the conditional link warning.
8397         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8398         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
8399         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
8400         * modules/strcase (configure.ac): Don't invoke
8401         gl_STRING_MODULE_INDICATOR.
8402         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
8403
8404 2007-02-04  Bruno Haible  <bruno@clisp.org>
8405
8406         New module mbscasecmp, reduced goal of strcasecmp.
8407         * modules/mbscasecmp: New file.
8408         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
8409         (mbscasecmp): Renamed from strcasecmp.
8410         * lib/strcasecmp.c: Don't include mbuiter.h.
8411         (strcasecmp): Remove support for multibyte locales.
8412         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
8413         Change the conditional link warning.
8414         (mbscasecmp): New declaration.
8415         * m4/mbscasecmp.m4: New file.
8416         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
8417         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
8418         REPLACE_STRCASECMP.
8419         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
8420         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8421         GNULIB_MBSCASECMP.
8422         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
8423         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
8424         * modules/strcase (Files): Remove m4/mbrtowc.m4.
8425         (Depends-on): Remove mbuiter.
8426         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
8427
8428 2007-02-04  Bruno Haible  <bruno@clisp.org>
8429
8430         New module mbsstr. Remove module strstr.
8431         * modules/mbsstr: New file.
8432         * modules/strstr: Remove file.
8433         * lib/mbsstr.c: Renamed from lib/strstr.c.
8434         (mbsstr): Renamed from strstr.
8435         * lib/string_.h (strstr): Remove declaration. Change the conditional
8436         link warning.
8437         (mbsstr): New declaration.
8438         * m4/mbsstr.m4: New file.
8439         * m4/strstr.m4: Remove file.
8440         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
8441         REPLACE_STRSTR.
8442         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
8443         Don't initialize GNULIB_STRSTR.
8444         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
8445         substitute GNULIB_STRSTR and REPLACE_STRSTR.
8446         * MODULES.html.sh (Internationalization functions): Add mbsstr.
8447         (Support for systems lacking ANSI C 89): Remove strstr.
8448
8449 2007-02-04  Bruno Haible  <bruno@clisp.org>
8450
8451         New module mbsrchr.
8452         * modules/mbsrchr: New file.
8453         * lib/mbsrchr.c: New file.
8454         * lib/string_.h (strrchr): Add a conditional link warning.
8455         (mbsrchr): New declaration.
8456         * m4/mbsrchr.m4: New file.
8457         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8458         GNULIB_MBSRCHR.
8459         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
8460         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
8461
8462 2007-02-04  Bruno Haible  <bruno@clisp.org>
8463
8464         New module mbschr.
8465         * modules/mbschr: New file.
8466         * lib/mbschr.c: New file.
8467         * lib/string_.h (strchr): Add a conditional link warning.
8468         (mbschr): New declaration.
8469         * m4/mbschr.m4: New file.
8470         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8471         GNULIB_MBSCHR.
8472         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
8473         * MODULES.html.sh (Internationalization functions): Add mbschr.
8474
8475 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
8476
8477         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
8478
8479         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
8480
8481 2007-02-04  Bruno Haible  <bruno@clisp.org>
8482
8483         New module description section 'configure.ac-early'.
8484         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
8485         (func_get_autoconf_early_snippet): New function.
8486         (func_import, func_create_testdir): Use it. Remove special cases for
8487         modules 'extensions' and 'lock'.
8488         * modules/extensions (configure.ac-early): Require
8489         gl_USE_SYSTEM_EXTENSIONS.
8490         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
8491
8492 2007-02-04  Bruno Haible  <bruno@clisp.org>
8493
8494         Make use of gcj-4.3's -fsource and -ftarget option.
8495         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
8496         and if so try the options -fsource and -ftarget.
8497         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
8498         source_version, ftarget_option, target_version arguments.
8499         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
8500         (is_envjavac_oldgcj_14_14_usable): Renamed from
8501         is_envjavac_gcj_14_14_usable.
8502         (is_envjavac_oldgcj_14_13_usable): Renamed from
8503         is_envjavac_gcj_14_13_usable.
8504         (is_gcj_present): Update.
8505         (is_gcj_43, is_gcj43_usable): New functions.
8506         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
8507         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
8508         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
8509         try the options -fsource and -ftarget.
8510
8511 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
8512
8513         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
8514         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
8515         larger value.
8516
8517 2007-02-03  Jim Meyering  <jim@meyering.net>
8518
8519         Give tools a better chance to allocate space for very large buffers.
8520         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
8521
8522         Make pwd and readlink work also when run with an unreadable parent dir
8523         on systems with openat support.
8524         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
8525         provided getcwd function, even when we have openat support.
8526         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
8527
8528 2007-02-02  Bruno Haible  <bruno@clisp.org>
8529
8530         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
8531         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
8532         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
8533         portability problems if one of these functions is only used on specific
8534         platforms.
8535         Reported by Paul Eggert.
8536
8537 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
8538
8539         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
8540         is causing more trouble than it's curing.
8541         * lib/regex_internal.h (__mempcpy): Remove.
8542         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
8543         (and make the code a tad smaller to boot).
8544         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
8545
8546 2007-02-02  Jim Meyering  <jim@meyering.net>
8547
8548         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
8549         section, not in the Makefile.am: one.
8550
8551 2007-02-02  Eric Blake  <ebb9@byu.net>
8552
8553         * lib/strchrnul.c: Always include config.h first.
8554
8555         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
8556         gnulib strstr is not necessary here.
8557
8558 2007-02-02  Simon Josefsson  <simon@josefsson.org>
8559
8560         * m4/socklen.m4: Fix typo.
8561
8562 2007-02-02  Eric Blake  <ebb9@byu.net>
8563
8564         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
8565         * modules/netinet_in (Makefile.am): Likewise.
8566
8567 2007-02-01  Bruno Haible  <bruno@clisp.org>
8568
8569         * lib/string_.h (GL_LINK_WARNING): New macro.
8570         (strcasecmp, strstr, strcasestr): If provided by the system,
8571         conditionally define as a macro that leads to a warning instead of to
8572         an error.
8573         (strncasecmp): Conditionally define as a macro that leads to a warning.
8574
8575 2007-02-01  Karl Berry  <karl@gnu.org>
8576
8577         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
8578
8579 2007-02-01  Bruno Haible  <bruno@clisp.org>
8580
8581         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
8582         renamings.
8583
8584 2007-02-01  Eric Blake  <ebb9@byu.net>
8585
8586         * modules/regex (Depends-on): Revert dependence on mempcpy.
8587         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
8588         module's definition of mempcpy.
8589         Reported by Paul Eggert.
8590
8591 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
8592
8593         * lib/string_.h: If the gnulib module XYZ is not present, undefine
8594         the symbol XYZ before redefining it.  This fixes a problem with
8595         programs that don't use XYZ, when compiled on systems that define
8596         XYZ to something else.
8597
8598 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
8599
8600         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
8601         occurs when "mkdir -m foo" creates a setgid directory that is (1)
8602         writeable to group or other and (2) is intended to have a special
8603         mode bit that is set or cleared.  In such a case, the directory
8604         should be neither group- nor other-writeable until the special
8605         mode bits are right.
8606
8607 2007-01-31  Eric Blake  <ebb9@byu.net>
8608
8609         * modules/mountlist (Depends-on): Add strstr.
8610
8611         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
8612         bug.
8613         * modules/string (Makefile.am): Remove redundant replacement.
8614         * modules/regex (Depends-on): Add mempcpy.
8615
8616 2007-01-31  Bruno Haible  <bruno@clisp.org>
8617
8618         New module description field 'Link'.
8619         * gnulib-tool (func_usage): Document --extract-link-directive.
8620         (sed_extract_prog): Recognize 'Link' directive.
8621         (func_get_link_directive): New function.
8622         (func_import): Show summary of link directives.
8623         Handle --extract-link-directive option.
8624         * modules/acl (Link): New section.
8625         * modules/clock-time (Link): New section.
8626         * modules/euidaccess (Link): New section.
8627         * modules/gettext (Link): New section.
8628         * modules/iconv (Link): New section.
8629         * modules/lock (Link): New section.
8630         * modules/nanosleep (Link): New section.
8631         * modules/readline (Link): New section.
8632
8633 2007-01-27  Bruno Haible  <bruno@clisp.org>
8634
8635         Enforce the use of gnulib modules for unportable <string.h> functions.
8636         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
8637         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
8638         (gl_HEADER_STRING_H_BODY): Require it.
8639         * lib/string_.h: If the gnulib module XYZ is not present, redefine
8640         the symbol XYZ to one that gives a link error.
8641         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
8642         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
8643         * modules/mempcpy (configure.ac): Likewise.
8644         * modules/memrchr (configure.ac): Likewise.
8645         * modules/stpcpy (configure.ac): Likewise.
8646         * modules/stpncpy (configure.ac): Likewise.
8647         * modules/strcase (configure.ac): Likewise.
8648         * modules/strcasestr (configure.ac): Likewise.
8649         * modules/strchrnul (configure.ac): Likewise.
8650         * modules/strdup (configure.ac): Likewise.
8651         * modules/strndup (configure.ac): Likewise.
8652         * modules/strnlen (configure.ac): Likewise.
8653         * modules/strpbrk (configure.ac): Likewise.
8654         * modules/strsep (configure.ac): Likewise.
8655         * modules/strstr (configure.ac): Likewise.
8656         * modules/strtok_r (configure.ac): Likewise.
8657
8658 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
8659
8660         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
8661
8662 2007-01-30  Jim Meyering  <jim@meyering.net>
8663
8664         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
8665
8666 2007-01-29  Bruno Haible  <bruno@clisp.org>
8667
8668         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
8669         * lib/execute.c: Likewise.
8670         * lib/pipe.c: Likewise.
8671         * lib/printf-args.h: Likewise.
8672         * lib/printf-args.c: Likewise.
8673         * lib/printf-parse.c: Likewise.
8674         * lib/vasnprintf.c: Likewise.
8675
8676 2007-01-29  Eric Blake  <ebb9@byu.net>
8677
8678         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
8679         declaration.
8680
8681 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
8682
8683         * lib/strptime.h (strptime): Use 'restrict' for args where
8684         POSIX requires this.
8685         * lib/strptime.c (strptime): Likewise.
8686         Change license notice from LGPL to GPL, since gnulib-tool will
8687         change this as needed.
8688         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
8689         defined.
8690         Include "strptime.h" first, to check interface.
8691         Do not #undef _LIBC and _NL_CURRENT.
8692         Do not include <stdlib.h>; no longer needed.
8693         Include "time_r.h" and declare ptime_locale_status
8694         only if _LIBC is not defined.
8695         (__P): Remove unused macro.
8696         (match_string): Bring back glibc version, but use it only if _LIBC
8697         is defined.
8698         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
8699         Remove unnecessary assertion and abort() call.
8700         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
8701         * m4/strptime.m4: Fix serial number comment.
8702         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
8703         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
8704         (Depends-on): Add time_r.
8705
8706 2007-01-29  Bruno Haible  <bruno@clisp.org>
8707
8708         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
8709         strptime.
8710         * modules/strptime (Depends-on): Add stdbool.
8711         * lib/strptime.h: Include <time.h> always. Add comments.
8712
8713 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
8714
8715         * modules/strptime: New file.
8716         * lib/strptime.h: New file.
8717         * lib/strptime.c: New file.
8718         * m4/strptime.m4: New file.
8719
8720 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
8721
8722         * MODULES.html.sh: New module mpsort.
8723         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
8724
8725         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
8726         a circularity problem with HP-UX ia64 reported by Bob Proulx in
8727         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
8728         All uses changed.
8729         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
8730         All uses changed.
8731         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
8732         to _Restrict_.
8733         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
8734         the parameter matches the prototype.
8735
8736 2007-01-28  Jim Meyering  <jim@meyering.net>
8737
8738         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
8739         sys/time.h here, reverting that part of the previous patch:
8740         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
8741
8742 2007-01-28  Bruno Haible  <bruno@clisp.org>
8743
8744         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
8745         value of $(SYS_TIME_H).
8746         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
8747         remove it conditionally, too. [added by Jim Meyering]
8748         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
8749         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
8750         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
8751         GETTIMEOFDAY_REPLACEMENT to 1.
8752
8753 2007-01-28  Bruno Haible  <bruno@clisp.org>
8754
8755         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
8756         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
8757         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
8758         Set UNISTD_H instead of UNISTD_H2.
8759         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
8760
8761 2007-01-28  Bruno Haible  <bruno@clisp.org>
8762
8763         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
8764         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
8765
8766 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8767
8768         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
8769         (func_create_testdir): Ensure C locale for `grep' and `tr'
8770         character ranges.
8771         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
8772         ACLOCAL_AMFLAGS parsing state machine.
8773
8774 2007-01-27  Bruno Haible  <bruno@clisp.org>
8775
8776         * modules/unistr/base: Update.
8777
8778 2007-01-27  Bruno Haible  <bruno@clisp.org>
8779
8780         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
8781         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
8782         * modules/unistr/u32-mbtouc-unsafe: Renamed from
8783         modules/unistr/u32-mbtouc.
8784         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
8785         * lib/unistr.h: Update.
8786         * lib/linebreak.c: Update.
8787         * modules/unistr/u32-mbtouc: Renamed from
8788         modules/unistr/u32-mbtouc-safe.
8789         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
8790         * lib/unistr.h: Update.
8791         * lib/unistr/u32-to-u8.c: Update.
8792         * lib/unistr/u32-to-u16.c: Update.
8793
8794 2007-01-27  Bruno Haible  <bruno@clisp.org>
8795
8796         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
8797         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
8798         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
8799         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
8800         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
8801         * modules/unistr/u16-mbtouc-unsafe: Renamed from
8802         modules/unistr/u16-mbtouc.
8803         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
8804         * lib/unistr.h: Update.
8805         * lib/linebreak.c: Update.
8806         * modules/linebreak: Update.
8807         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
8808         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
8809         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
8810         * modules/unistr/u16-mbtouc: Renamed from
8811         modules/unistr/u16-mbtouc-safe.
8812         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
8813         * lib/unistr.h: Update.
8814         * lib/unistr/u16-to-u8.c: Update.
8815         * modules/unistr/u16-to-u8: Update.
8816         * lib/unistr/u16-to-u32.c: Update.
8817         * modules/unistr/u16-to-u32: Update.
8818
8819 2007-01-27  Bruno Haible  <bruno@clisp.org>
8820
8821         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
8822         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
8823         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
8824         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
8825         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
8826         * modules/unistr/u8-mbtouc-unsafe: Renamed from
8827         modules/unistr/u8-mbtouc.
8828         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
8829         * lib/unistr.h: Update.
8830         * lib/striconveh.c: Update.
8831         * modules/striconveh: Update.
8832         * lib/linebreak.c: Update.
8833         * modules/linebreak: Update.
8834         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
8835         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
8836         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
8837         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
8838         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
8839         * lib/unistr.h: Update.
8840         * lib/striconveh.c: Update.
8841         * modules/striconveh: Update.
8842         * lib/unistr/u8-to-u16.c: Update.
8843         * modules/unistr/u8-to-u16: Update.
8844         * lib/unistr/u8-to-u32.c: Update.
8845         * modules/unistr/u8-to-u32: Update.
8846
8847 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8848
8849         Sync from Libtool.
8850         * lib/argz.c: Do not include strings.h nor memory.h, include
8851         string.h unconditionally.  Patch by Simon Josefsson.
8852
8853 2007-01-27  Bruno Haible  <bruno@clisp.org>
8854
8855         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
8856         from gl_HEADER_STRING_H_BODY.
8857         (gl_HEADER_STRING_H_BODY): Require it.
8858         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
8859         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
8860         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
8861         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
8862         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
8863         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
8864         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
8865         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
8866         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
8867         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
8868         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
8869         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
8870         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
8871         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
8872         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
8873
8874 2007-01-27  Bruno Haible  <bruno@clisp.org>
8875
8876         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
8877         check_PROGRAMS into noinst_PROGRAMS.
8878         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
8879         check_PROGRAMS in this case.
8880         (func_import): Set for_test to false.
8881         (func_create_testdir): Set for_test to true.
8882
8883 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
8884             Bruno Haible  <bruno@clisp.org>
8885
8886         * modules/strcasestr (Files): Remove lib/strcasestr.h.
8887         (Depends-on): Add string.
8888         (Includes): Use <string.h> instead of strcasestr.h.
8889         * modules/string (Makefile.am): Also substitute the value of
8890         REPLACE_STRCASESTR.
8891         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
8892         assume strcasestr is declared in <string.h> not <strings.h>. Also
8893         set REPLACE_STRCASESTR.
8894         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
8895         REPLACE_STRCASESTR.
8896         * lib/strcasestr.h: Remove file.
8897         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
8898         * lib/string_.h (strcasestr): New declaration.
8899
8900 2007-01-27  Bruno Haible  <bruno@clisp.org>
8901
8902         * lib/string_.h: Use 'extern'.
8903
8904 2007-01-27  Jim Meyering  <jim@meyering.net>
8905
8906         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
8907         of set-but-not-used local, "q".
8908
8909         * lib/mempcpy.c: Include <config.h> before <string.h>.
8910         This fixes a compilation error on HP-UX, due to the system's
8911         "restrict"-using mempcpy prototype.
8912
8913 2007-01-26  Bruno Haible  <bruno@clisp.org>
8914
8915         Small optimization.
8916         * lib/javacomp.c: Include c-strstr.h.
8917          (is_envjavac_gcj): Use c_strstr instead of strstr.
8918         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
8919
8920 2007-01-26  Bruno Haible  <bruno@clisp.org>
8921
8922         * MODULES.html.sh (Unicode string functions): Add the new modules.
8923
8924         * modules/uniconv/u32-strconv-to-locale: New file.
8925         * lib/uniconv/u32-strconv-to-locale.c: New file.
8926
8927         * modules/uniconv/u16-strconv-to-locale: New file.
8928         * lib/uniconv/u16-strconv-to-locale.c: New file.
8929
8930         * modules/uniconv/u8-strconv-to-locale: New file.
8931         * lib/uniconv/u8-strconv-to-locale.c: New file.
8932
8933         * modules/uniconv/u32-strconv-from-locale: New file.
8934         * lib/uniconv/u32-strconv-from-locale.c: New file.
8935
8936         * modules/uniconv/u16-strconv-from-locale: New file.
8937         * lib/uniconv/u16-strconv-from-locale.c: New file.
8938
8939         * modules/uniconv/u8-strconv-from-locale: New file.
8940         * lib/uniconv/u8-strconv-from-locale.c: New file.
8941
8942         * modules/uniconv/u32-strconv-to-enc: New file.
8943         * lib/uniconv/u32-strconv-to-enc.c: New file.
8944         * modules/uniconv/u32-strconv-to-enc-tests: New file.
8945         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
8946
8947         * modules/uniconv/u16-strconv-to-enc: New file.
8948         * lib/uniconv/u16-strconv-to-enc.c: New file.
8949         * lib/uniconv/u-strconv-to-enc.h: New file.
8950         * modules/uniconv/u16-strconv-to-enc-tests: New file.
8951         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
8952
8953         * modules/uniconv/u8-strconv-to-enc: New file.
8954         * lib/uniconv/u8-strconv-to-enc.c: New file.
8955         * modules/uniconv/u8-strconv-to-enc-tests: New file.
8956         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
8957
8958         * modules/uniconv/u32-strconv-from-enc: New file.
8959         * lib/uniconv/u32-strconv-from-enc.c: New file.
8960         * modules/uniconv/u32-strconv-from-enc-tests: New file.
8961         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
8962
8963         * modules/uniconv/u16-strconv-from-enc: New file.
8964         * lib/uniconv/u16-strconv-from-enc.c: New file.
8965         * modules/uniconv/u16-strconv-from-enc-tests: New file.
8966         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
8967
8968         * modules/uniconv/u8-strconv-from-enc: New file.
8969         * lib/uniconv/u8-strconv-from-enc.c: New file.
8970         * lib/uniconv/u-strconv-from-enc.h: New file.
8971         * modules/uniconv/u8-strconv-from-enc-tests: New file.
8972         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
8973
8974         * modules/uniconv/u32-conv-from-enc: New file.
8975         * lib/uniconv/u32-conv-from-enc.c: New file.
8976         * modules/uniconv/u32-conv-from-enc-tests: New file.
8977         * tests/uniconv/test-u32-conv-from-enc.c: New file.
8978
8979         * modules/uniconv/u16-conv-from-enc: New file.
8980         * lib/uniconv/u16-conv-from-enc.c: New file.
8981         * lib/uniconv/u-conv-from-enc.h: New file.
8982         * modules/uniconv/u16-conv-from-enc-tests: New file.
8983         * tests/uniconv/test-u16-conv-from-enc.c: New file.
8984
8985         * modules/uniconv/u8-conv-from-enc: New file.
8986         * lib/uniconv/u8-conv-from-enc.c: New file.
8987         * modules/uniconv/u8-conv-from-enc-tests: New file.
8988         * tests/uniconv/test-u8-conv-from-enc.c: New file.
8989
8990         * modules/uniconv/base: New file.
8991         * lib/uniconv.h: New file.
8992
8993 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
8994
8995         * doc/gnulib-tool.texi (Initial import): Update to match current
8996         behavior with strdup module.
8997         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
8998         * lib/memmem.h: Remove; all uses removed.  This is now done
8999         by <string.h>.
9000         * lib/mempcpy.h: Likewise.
9001         * lib/memrchr.h: Likewise.
9002         * lib/stpcpy.h: Likewise.
9003         * lib/stpncpy.h: Likewise.
9004         * lib/strcase.h: Likewise.
9005         * lib/strchrnul.h: Likewise.
9006         * lib/strdup.h: Likewise.
9007         * lib/strndup.h: Likewise.
9008         * lib/strnlen.h: Likewise.
9009         * lib/strpbrk.h: Likewise.
9010         * lib/strsep.h: Likewise.
9011         * lib/strstr.h: Likewise.
9012         * lib/strtok_r.h: Likewise.
9013         * lib/string_.h: New file.
9014         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
9015         Rely on <string.h> instead.
9016         * lib/canon-host.c: Likewise.
9017         * lib/chdir-long.c: Likewise.
9018         * lib/concatpath.c: Likewise.
9019         * lib/exclude.c: Likewise.
9020         * lib/fchdir.c: Likewise.
9021         * lib/getaddrinfo.c: Likewise.
9022         * lib/getcwd.c: Likewise.
9023         * lib/getsubopt.c: Likewise.
9024         * lib/glob.c: Likewise.
9025         * lib/hard-locale.c: Likewise.
9026         * lib/iconvme.c: Likewise.
9027         * lib/javacomp.c: Likewise.
9028         * lib/mempcpy.c: Likewise.
9029         * lib/memrchr.c: Likewise.
9030         * lib/regex_internal.h: Likewise.
9031         * lib/stpncpy.c: Likewise.
9032         * lib/strcasecmp.c: Likewise.
9033         * lib/strchrnul.c: Likewise.
9034         * lib/strdup.c: Likewise.
9035         * lib/striconv.c: Likewise.
9036         * lib/striconveh.c: Likewise.
9037         * lib/striconveha.c: Likewise.
9038         * lib/strncasecmp.c: Likewise.
9039         * lib/strndup.c: Likewise.
9040         * lib/strnlen.c: Likewise.
9041         * lib/strsep.c: Likewise.
9042         * lib/strstr.c: Likewise.
9043         * lib/strtok_r.c: Likewise.
9044         * lib/userspec.c: Likewise.
9045         * lib/w32spawn.h: Likewise.
9046         * lib/xstrndup.c: Likewise.
9047         * lib/mountlist.c (strstr): Remove decl.
9048         * m4/string_h.m4: New file.
9049         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
9050         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
9051         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
9052         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
9053         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
9054         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
9055         Set REPLACE_STRCASECMP if necessary.
9056         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
9057         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
9058         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
9059         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
9060         HAVE_DECL_STRDUP if necessary.
9061         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
9062         since gl_FUNC_STRNDUP does that now.
9063         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
9064         Check for decl here...
9065         (gl_PREREQ_STRNLEN): ... not here.
9066         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
9067         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
9068         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
9069         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
9070         necessary.
9071         * modules/string: New file.
9072         * modules/memmem (Files): Remove special-purpose include file.
9073         (Depends-on): Add string.
9074         (Include): Include <string.h>, not the removed file.
9075         * modules/mempcpy: Likewise.
9076         * modules/memrchr: Likewise.
9077         * modules/stpcpy: Likewise.
9078         * modules/stpncpy: Likewise.
9079         * modules/strcase: Likewise.
9080         * modules/strchrnul: Likewise.
9081         * modules/strdup: Likewise.
9082         * modules/strndup: Likewise.
9083         * modules/strnlen: Likewise.
9084         * modules/strpbrk: Likewise.
9085         * modules/strsep: Likewise.
9086         * modules/strstr: Likewise.
9087         * modules/strtok_r: Likewise.
9088         * tests/test-dirname.c: Don't include "strdup.h", since
9089         <string.h> now suffices.
9090         * tests/test-memmem.c: Don't include "memmem.h", since
9091         <string.h> now suffices.
9092
9093 2007-01-25  Bruno Haible  <bruno@clisp.org>
9094
9095         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
9096         *resultp is 0.
9097
9098         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
9099         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
9100         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
9101         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
9102
9103         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
9104         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
9105         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
9106         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
9107         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
9108         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
9109
9110 2007-01-24  Bruno Haible  <bruno@clisp.org>
9111
9112         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
9113         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
9114         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
9115         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
9116         gl_FUNC_FTS_CORE.
9117         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
9118         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
9119         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
9120         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
9121         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
9122         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
9123         gl_FUNC_FCHOWNAT.
9124         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
9125         gl_FUNC_STRFTIME.
9126         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
9127         Reported by Ralf Wildenhues.
9128
9129 2007-01-24  Bruno Haible  <bruno@clisp.org>
9130
9131         Drop AC_REQUIRE calls that are redundant with the module dependencies.
9132         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
9133         gl_GETADDRINFO.
9134         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
9135         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
9136         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
9137
9138 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
9139
9140         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
9141         Don't use 'exit'; just return from 'main'.
9142         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
9143
9144         * lib/fnmatch_.h: Readjust white space and comments to match
9145         glibc, to avoid spurious diffs.
9146
9147 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9148
9149         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
9150         2004-12-01 change by Jakub Jelinek, since this code won't compile
9151         if !LIBC.  Problem reported by Bob Proulx.
9152
9153 2007-01-23  Bruno Haible  <bruno@clisp.org>
9154
9155         * lib/striconveh.c: Include c-strcaseeq.h.
9156         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
9157         * modules/striconveh (Depends-on): Add c-strcaseeq.
9158
9159 2007-01-23  Bruno Haible  <bruno@clisp.org>
9160
9161         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
9162
9163         * modules/c-strcaseeq: New file.
9164         * lib/c-strcaseeq.h: New file.
9165
9166         * modules/streq: New file.
9167         * lib/streq.h: New file.
9168
9169 2007-01-23  Bruno Haible  <bruno@clisp.org>
9170
9171         * modules/striconveha-tests: New file.
9172         * tests/test-striconveha.c: New file.
9173
9174         * lib/striconveha.h: Include <stdbool.h>.
9175         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
9176         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
9177         (mem_iconveha_notranslit): Renamed from mem_iconveha.
9178         (mem_iconveha): New function.
9179         (str_iconveha_notranslit): Renamed from str_iconveha.
9180         (str_iconveha): New function.
9181         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
9182         c-strcase.
9183
9184 2007-01-23  Bruno Haible  <bruno@clisp.org>
9185
9186         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
9187         encodings without forgiving before trying any encoding with handler.
9188         (str_iconveha): Try all encodings without forgiving before trying any
9189         encoding with handler.
9190
9191 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9192
9193         Import the following changes from libc.
9194
9195         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
9196
9197         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
9198
9199         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
9200
9201         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
9202         normal_bracket label.
9203
9204         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
9205
9206         [BZ #361]
9207         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
9208         to normal_bracket after fetching the next character.
9209
9210 2007-01-22  Bruno Haible  <bruno@clisp.org>
9211
9212         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
9213         argument.
9214         * lib/striconveh.c (iconv_carefully_1): New function.
9215         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
9216         argument.
9217         (str_cd_iconveh): Update.
9218         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
9219         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
9220         * tests/test-striconveh.c (MAGIC): New macro.
9221         (new_offsets): New function.
9222         (main): Test call with and without offsets.
9223
9224 2007-01-22  Bruno Haible  <bruno@clisp.org>
9225
9226         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
9227         * modules/sys_select (Makefile.am): Likewise.
9228         * modules/sys_socket (Makefile.am): Likewise.
9229         * modules/sys_time (Makefile.am): Likewise.
9230
9231 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9232
9233         * modules/gettimeofday (License): Change from GPL to LGPL, since
9234         gettimeofday is a library function.
9235
9236 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9237
9238         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
9239
9240 2007-01-21  Bruno Haible  <bruno@clisp.org>
9241
9242         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
9243
9244 2007-01-21  Bruno Haible  <bruno@clisp.org>
9245
9246         * modules/striconveha: New file.
9247         * lib/striconveha.h: New file.
9248         * lib/striconveha.c: New file.
9249         * MODULES.html.sh (Internationalization functions): Add striconveha.
9250         * lib/striconv.c (str_iconv): Optimize the case of an empty input
9251         string.
9252         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
9253
9254 2007-01-21  Bruno Haible  <bruno@clisp.org>
9255
9256         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
9257         * lib/striconveh.c (str_iconveh): Likewise.
9258
9259 2007-01-21  Bruno Haible  <bruno@clisp.org>
9260
9261         * lib/striconveh.h (mem_iconveh): New declaration.
9262         * lib/striconveh.c (mem_iconveh): New function.
9263         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
9264
9265 2007-01-21  Bruno Haible  <bruno@clisp.org>
9266
9267         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
9268
9269         * lib/striconveh.h (mem_cd_iconveh): Change specification.
9270         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
9271         original result buffer.
9272         (str_cd_iconveh): Update.
9273         * tests/test-striconveh.c (main): Update.
9274
9275         * lib/striconv.h (mem_cd_iconv): Change specification.
9276         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
9277         result buffer.
9278         (str_cd_iconv): Update.
9279         * tests/test-striconv.c (main): Update.
9280
9281 2007-01-21  Bruno Haible  <bruno@clisp.org>
9282
9283         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
9284
9285 2007-01-20  Jim Meyering  <jim@meyering.net>
9286
9287         * lib/userspec.c (parse_with_separator): If a user or group string
9288         starts with "+", skip the corresponding name-to-ID look-up, since
9289         such a look-up must fail: user and group names may not include "+".
9290
9291 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
9292
9293         * lib/poll.c: Include sys/time.h and time.h unconditionally,
9294         since we now assume the sys_time module.
9295         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
9296         check for sys/time.h; no longer needed.
9297         * modules/poll (Depends-on): Depend on sys_time.
9298
9299 2007-01-18  Bruno Haible  <bruno@clisp.org>
9300
9301         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
9302         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
9303
9304         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
9305         gettimeofday.
9306
9307         * tests/test-gettimeofday.c: Include <time.h>.
9308         (dummy): Remove variable.
9309
9310         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
9311         gl_HEADER_SYS_TIME_H.
9312         (gl_HEADER_SYS_TIME_H): New macro.
9313
9314         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
9315         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9316         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
9317         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
9318         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9319         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
9320         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
9321         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9322         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
9323         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
9324         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9325
9326         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
9327         last change; it caused a compilation error when cross-compiling to
9328         Cygwin.
9329
9330 2007-01-18  Jim Meyering  <jim@meyering.net>
9331
9332         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
9333         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
9334         than the race-prone "test -d sys || mkdir sys".
9335         (configure.ac): Use AC_PROG_MKDIR_P.
9336         * modules/sys_select: Likewise.
9337         * modules/sys_socket: Likewise.
9338         * modules/sys_time: Likewise.
9339
9340 2007-01-18  Eric Blake  <ebb9@byu.net>
9341
9342         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
9343         replace gettimeofday.
9344         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
9345         name, to avoid infinite recursion.
9346
9347 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
9348
9349         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
9350         module sys_time.
9351         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
9352         assume timespec.h defines struct timeval.
9353         * lib/settime.c: Likewise.
9354         * lib/utimens.c: Likewise.
9355         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
9356         since we now assume the gettimeofday module.
9357         * lib/tempname.c (__gen_tempname): Likewise.
9358         * lib/gettimeofday.h: Remove.
9359         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
9360         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
9361         Include <time.h>, for 'time()'.
9362         (localtime_buffer_addr): Also use this workaround if
9363         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
9364         to simplify the uses.  All uses changed.
9365         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
9366         that #undef is inside {}, and 'const' follows type name consistently.
9367         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
9368         (gettimeofday): Do not use the maximum possible value for
9369         tv->tv_usec, since that might break usages other than ls.c.
9370         Instead, we'll leave ls.c alone.  This undoes today's patch
9371         by Bruno.  Add a compile-time warning for 1s-clock resolution;
9372         we've never observed the problem but might as well keep the
9373         canary.
9374         * lib/nanosleep.c: Include timespec.h first, for interface check.
9375         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
9376         now assume the sys_time module.
9377         * lib/tempname.c: Likewise.
9378         * lib/timespec.h: Likewise.
9379         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
9380         needed.
9381         * lib/strftime.c: Likewise.
9382         * lib/timespec.h: Likewise.
9383         * lib/posixtm.c: Include posixtm.h first, for interface check.
9384         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
9385         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
9386         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
9387         * lib/sys_time_.h: New file.
9388         * lib/timespec.h (struct timespec): Use long int, not long.
9389         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
9390         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
9391         Remove obsolescent call to AC_HEADER_TIME.
9392         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
9393         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9394         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
9395         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
9396         Likewise.
9397         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
9398         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
9399         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
9400         into the sys_time module.  Check for gettimeofday just once.
9401         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
9402         for gettimeofday signature to just check the signature.  Merely
9403         compile it, since linking doesn't test signature.  Improve test for
9404         whether gettimeofday.o is actually needed.
9405         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
9406         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
9407         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
9408         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9409         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
9410         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
9411         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
9412         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
9413         than worrying about sys/time.h.
9414         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
9415         Don't bother worrying about TIME_WITH_SYS_TIME.
9416         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
9417         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
9418         * m4/sys_time_h.m4: New file.
9419         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
9420         Don't include sys/time.h.  Return from main rather than exiting.
9421         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
9422         all uses changed.
9423         * modules/gethrxtime (Depends-on): Add sys_time.
9424         * modules/gettime (Depends-on): Likewise.
9425         * modules/gettimeofday (Depends-on): Likewise.
9426         * modules/nanosleep (Depends-on): Likewise.
9427         * modules/settime (Depends-on): Likewise.
9428         * modules/tempname (Depends-on): Likewise.
9429         * modules/utimens (Depends-on): Likewise.
9430         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
9431         (Include:) Change back to <sys/time.h>.
9432         (Maintainer:) Add self.
9433         * modules/sys_time: New file.
9434         * modules/tempname (Depends-on): Add gettimeofday.
9435         * tests/test-gettimeofday.c: Include <sys/time.h>
9436         rather than gettimeofday.h.
9437
9438 2007-01-17  Bruno Haible  <bruno@clisp.org>
9439
9440         * gnulib-tool (func_get_license): Revert last patch. Instead, let
9441         the license default to GPL.
9442         (func_create_testdir): Don't complain if a module is LGPL and its
9443         tests module depends on GPLed modules.
9444
9445 2007-01-17  Bruno Haible  <bruno@clisp.org>
9446
9447         * lib/gettimeofday.c (gettimeofday): Add code for the case
9448         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
9449         maximum possible value for tv->tv_usec, rather than the minimum one.
9450
9451 2005-10-08  Martin Lambers  <marlam@marlam.de>
9452 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
9453 2007-01-16  Bruno Haible  <bruno@clisp.org>
9454
9455         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
9456         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
9457         gl_FUNC_GETTIMEOFDAY.
9458         (Include): Add gettimeofday.h.
9459         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
9460         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
9461         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
9462         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
9463         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
9464         * lib/gettimeofday.h: New file.
9465         * lib/gettimeofday.c: Include <sys/timeb.h>.
9466         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
9467         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9468         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
9469         fall back on time().
9470
9471         * tests/test-gettimeofday.c: New file.
9472         * modules/gettimeofday-tests: New file.
9473
9474 2007-01-16  Eric Blake  <ebb9@byu.net>
9475
9476         * modules/fnmatch (Depends-on): Depend on wchar.
9477         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
9478         * m4/fnmatch.m4: Likewise.
9479         * modules/mbchar (Makefile.am): Assume <wchar.h>.
9480         * m4/mbchar.m4: Likewise.
9481         * modules/mbswidth (Depends-on): Depend on wchar.
9482         * lib/mbswidth.c: Assume <wchar.h>.
9483         * m4/mbswidth.m4: Likewise.
9484         * modules/quotearg (Depends-on): Depend on wchar.
9485         * lib/quotearg.c: Assume <wchar.h>.
9486         * m4/quotearg.m4: Likewise.
9487         * modules/regex (Depends-on): Depend on wchar.
9488         * lib/regex_internal.h: Assume <wchar.h>.
9489         * m4/regex.m4: Likewise.
9490         * modules/stdint (Depends-on): Depend on wchar.
9491         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
9492         * m4/stdint.m4: Likewise.
9493         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
9494         * modules/strftime (Depends-on): Depend on wchar.
9495         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
9496         * modules/strtol (Depends-on): Depend on wchar.
9497         * lib/strtol.c: Assume <wchar.h>.
9498         * modules/wcwidth (Depends-on): Depend on wchar.
9499         * lib/wcwidth.h: Assume <wchar.h>.
9500         * m4/wcwidth.m4: Likewise.
9501
9502 2007-01-16  Bruno Haible  <bruno@clisp.org>
9503
9504         * modules/csharpexec-script: New, created from...
9505         * modules/csharpexec: ... this.
9506
9507 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
9508
9509         * modules/javaexec-script: New, created from...
9510         * modules/javaexec: ... this.
9511
9512 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9513
9514         * modules/poll (Dependencies): Add sys_select.
9515
9516 2007-01-15  Jim Meyering  <jim@meyering.net>
9517
9518         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
9519         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
9520         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
9521         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
9522
9523 2007-01-15  Bruno Haible  <bruno@clisp.org>
9524
9525         * modules/striconveh: New file.
9526         * lib/striconveh.h: New file.
9527         * lib/striconveh.c: New file.
9528         * MODULES.html.sh (Internationalization functions): Add striconveh.
9529
9530         * modules/striconveh-tests: New file.
9531         * tests/test-striconveh.c: New file.
9532
9533 2007-01-15  Bruno Haible  <bruno@clisp.org>
9534
9535         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
9536         not from GNU libiconv or GNU libc.
9537
9538 2007-01-15  Bruno Haible  <bruno@clisp.org>
9539
9540         * doc/gnulib-intro.texi (Copyright): Explain the different license
9541         terms for module descriptions, autoconf macros, tests, documentation.
9542
9543 2007-01-14  Bruno Haible  <bruno@clisp.org>
9544
9545         * modules/striconv-tests: New file.
9546         * tests/test-striconv.c: New file.
9547
9548 2007-01-14  Bruno Haible  <bruno@clisp.org>
9549
9550         * modules/iconv-tests: New file.
9551         * tests/test-iconv.c: New file.
9552
9553 2007-01-14  Bruno Haible  <bruno@clisp.org>
9554
9555         * gnulib-tool (func_get_license): For test modules, use the license of
9556         the main module.
9557
9558 2007-01-14  Bruno Haible  <bruno@clisp.org>
9559
9560         * modules/iconv (Include): Clarify that <iconv.h> can only be included
9561         if iconv is found to exist.
9562
9563 2007-01-14  Bruno Haible  <bruno@clisp.org>
9564
9565         * modules/c-ctype-tests: New file.
9566         * tests/test-c-ctype.c: New file.
9567
9568 2007-01-14  Bruno Haible  <bruno@clisp.org>
9569
9570         * modules/binary-io-tests: New file.
9571         * tests/test-binary-io.sh: New file.
9572         * tests/test-binary-io.c: New file.
9573
9574 2007-01-14  Bruno Haible  <bruno@clisp.org>
9575
9576         * modules/array-oset-tests: New file.
9577         * tests/test-array_oset.c: New file.
9578
9579 2007-01-14  Bruno Haible  <bruno@clisp.org>
9580
9581         * modules/array-list-tests: New file.
9582         * tests/test-array_list.c: New file.
9583
9584 2007-01-14  Bruno Haible  <bruno@clisp.org>
9585
9586         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
9587         and make.
9588         Reported by Simon Josefsson in
9589         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
9590
9591 2007-01-14  Bruno Haible  <bruno@clisp.org>
9592
9593         * modules/allocsa-tests: New file.
9594         * tests/test-allocsa.c: New file.
9595
9596 2007-01-14  Bruno Haible  <bruno@clisp.org>
9597
9598         * modules/fchdir (Depends-on): Add absolute-header.
9599         * modules/unistd (Depends-on): Likewise.
9600
9601 2006-12-30  Bruno Haible  <bruno@clisp.org>
9602
9603         * modules/fchdir: New file.
9604         * modules/unistd (Files): Add lib/unistd_.h.
9605         (Makefile.am): Generate unistd.h from unistd_.h.
9606         * lib/fchdir.c: New file.
9607         * lib/dirent_.h: New file.
9608         * lib/unistd_.h: New file.
9609         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
9610         * m4/fchdir.m4: New file.
9611         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
9612         (gl_HEADER_UNISTD): Invoke it.
9613         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
9614         function.
9615         * lib/backupfile.c (opendir, closedir): Undefine.
9616         * lib/chown.c (open, close): Undefine.
9617         * lib/clean-temp.c (open, close): Undefine.
9618         * lib/copy-file.c (open, close): Undefine.
9619         * lib/execute.c (open, close): Undefine.
9620         * lib/fsusage.c (open, close): Undefine.
9621         * lib/gc-gnulib.c (open, close): Undefine.
9622         * lib/getcwd.c (opendir, closedir): Undefine.
9623         * lib/glob.c (opendir, closedir): Undefine.
9624         * lib/javacomp.c (open, close): Undefine.
9625         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
9626         * lib/openat-proc.c (open, close): Undefine.
9627         * lib/pagealign_alloc.c (open, close): Undefine.
9628         * lib/pipe.c (open, close): Undefine.
9629         * lib/progreloc.c (open, close): Undefine.
9630         * lib/savedir.c (opendir, closedir): Undefine.
9631         * lib/utime.c (open, close): Undefine.
9632         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
9633
9634 2007-01-10  Bruno Haible  <bruno@clisp.org>
9635
9636         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
9637
9638 2007-01-12  Eric Blake  <ebb9@byu.net>
9639
9640         Provide a robust <wchar.h>.  Further simplifications are now
9641         possible in other modules, but not included here.
9642         * modules/wchar: New module.
9643         * m4/wchar.m4: New file.
9644         * lib/wchar_.h: Likewise.
9645         * modules/mbchar (Depends-on): Depend on wchar, as the first use
9646         of the new module.
9647         * MODULES.html.sh (Extended multibyte and wide character utilities):
9648         New section.
9649
9650 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
9651
9652         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
9653         to a reasonable default for memory allocation.
9654         (xreadlink): Don't allocate a huge buffer, to work around a buggy
9655         file system that reports garbage st_size values for symlinks.
9656         Problem reported by Liyang Hu.
9657
9658 2007-01-11  Simon Josefsson  <simon@josefsson.org>
9659
9660         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
9661         Emacs .#* auto-save files).
9662
9663 2007-01-11  Bruno Haible  <bruno@clisp.org>
9664
9665         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
9666         directory.
9667
9668 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9669
9670         Use @...@ consistently in lib/wctype_.h.
9671         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
9672         on it being set to 1 or 0.
9673         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
9674         go back to AC_SUBSTing it.
9675         * modules/wctype (Makefile.am): Undo previous change.
9676
9677 2007-01-10  Eric Blake  <ebb9@byu.net>
9678
9679         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
9680         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
9681         * modules/wctype (Makefile.am): Likewise.
9682         Reported by Chris McGuire.
9683
9684 2007-01-10  Jim Meyering  <jim@meyering.net>
9685
9686         fts.c: a small readability/maintainability improvement
9687         * lib/fts.c (fts_read): Make this code slightly more readable and
9688         maintainable by hoisting the "sp->fts_cur = p" assignments to
9689         immediately follow the statements that set P.  Derived from
9690         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
9691
9692 2007-01-10  Eric Blake  <ebb9@byu.net>
9693
9694         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
9695         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
9696         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
9697         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
9698         Reported by Chris McGuire.
9699
9700 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9701
9702         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
9703         in sed script.
9704
9705 2007-01-09  Bruno Haible  <bruno@clisp.org>
9706
9707         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
9708         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
9709         variables.
9710         (func_module): Use them.
9711
9712 2007-01-09  Bruno Haible  <bruno@clisp.org>
9713
9714         * modules/unistr/base: New file.
9715         * lib/unistr.h: New file.
9716
9717         * modules/unistr/u8-to-u16: New file.
9718         * lib/unistr/u8-to-u16.c: New file.
9719
9720         * modules/unistr/u8-to-u32: New file.
9721         * lib/unistr/u8-to-u32.c: New file.
9722
9723         * modules/unistr/u16-to-u8: New file.
9724         * lib/unistr/u16-to-u8.c: New file.
9725
9726         * modules/unistr/u16-to-u32: New file.
9727         * lib/unistr/u16-to-u32.c: New file.
9728
9729         * modules/unistr/u32-to-u8: New file.
9730         * lib/unistr/u32-to-u8.c: New file.
9731
9732         * modules/unistr/u32-to-u16: New file.
9733         * lib/unistr/u32-to-u16.c: New file.
9734
9735         * modules/unistr/u8-check: New file.
9736         * modules/unistr/u16-check: New file.
9737         * modules/unistr/u32-check: New file.
9738         * lib/unistr/u8-check.c: New file.
9739         * lib/unistr/u16-check.c: New file.
9740         * lib/unistr/u32-check.c: New file.
9741
9742         * modules/unistr/u8-chr: New file.
9743         * modules/unistr/u16-chr: New file.
9744         * modules/unistr/u32-chr: New file.
9745         * lib/unistr/u8-chr.c: New file.
9746         * lib/unistr/u16-chr.c: New file.
9747         * lib/unistr/u32-chr.c: New file.
9748
9749         * modules/unistr/u8-cmp: New file.
9750         * modules/unistr/u16-cmp: New file.
9751         * modules/unistr/u32-cmp: New file.
9752         * lib/unistr/u8-cmp.c: New file.
9753         * lib/unistr/u16-cmp.c: New file.
9754         * lib/unistr/u32-cmp.c: New file.
9755
9756         * modules/unistr/u8-cpy: New file.
9757         * modules/unistr/u16-cpy: New file.
9758         * modules/unistr/u32-cpy: New file.
9759         * lib/unistr/u8-cpy.c: New file.
9760         * lib/unistr/u16-cpy.c: New file.
9761         * lib/unistr/u32-cpy.c: New file.
9762         * lib/unistr/u-cpy.h: New file.
9763
9764         * modules/unistr/u8-cpy-alloc: New file.
9765         * modules/unistr/u16-cpy-alloc: New file.
9766         * modules/unistr/u32-cpy-alloc: New file.
9767         * lib/unistr/u8-cpy-alloc.c: New file.
9768         * lib/unistr/u16-cpy-alloc.c: New file.
9769         * lib/unistr/u32-cpy-alloc.c: New file.
9770         * lib/unistr/u-cpy-alloc.h: New file.
9771
9772         * modules/unistr/u8-endswith: New file.
9773         * modules/unistr/u16-endswith: New file.
9774         * modules/unistr/u32-endswith: New file.
9775         * lib/unistr/u8-endswith.c: New file.
9776         * lib/unistr/u16-endswith.c: New file.
9777         * lib/unistr/u32-endswith.c: New file.
9778         * lib/unistr/u-endswith.h: New file.
9779
9780         * modules/unistr/u8-mblen: New file.
9781         * modules/unistr/u16-mblen: New file.
9782         * modules/unistr/u32-mblen: New file.
9783         * lib/unistr/u8-mblen.c: New file.
9784         * lib/unistr/u16-mblen.c: New file.
9785         * lib/unistr/u32-mblen.c: New file.
9786
9787         * modules/unistr/u8-mbtouc: New file.
9788         * modules/unistr/u16-mbtouc: New file.
9789         * modules/unistr/u32-mbtouc: New file.
9790         * lib/unistr/u8-mbtouc.c: New file.
9791         * lib/unistr/u16-mbtouc.c: New file.
9792         * lib/unistr/u32-mbtouc.c: New file.
9793
9794         * modules/unistr/u8-mbtouc-safe: New file.
9795         * modules/unistr/u16-mbtouc-safe: New file.
9796         * modules/unistr/u32-mbtouc-safe: New file.
9797         * lib/unistr/u8-mbtouc-safe.c: New file.
9798         * lib/unistr/u16-mbtouc-safe.c: New file.
9799         * lib/unistr/u32-mbtouc-safe.c: New file.
9800
9801         * modules/unistr/u8-move: New file.
9802         * modules/unistr/u16-move: New file.
9803         * modules/unistr/u32-move: New file.
9804         * lib/unistr/u8-move.c: New file.
9805         * lib/unistr/u16-move.c: New file.
9806         * lib/unistr/u32-move.c: New file.
9807         * lib/unistr/u-move.h: New file.
9808
9809         * modules/unistr/u8-next: New file.
9810         * modules/unistr/u16-next: New file.
9811         * modules/unistr/u32-next: New file.
9812         * lib/unistr/u8-next.c: New file.
9813         * lib/unistr/u16-next.c: New file.
9814         * lib/unistr/u32-next.c: New file.
9815
9816         * modules/unistr/u8-prev: New file.
9817         * modules/unistr/u16-prev: New file.
9818         * modules/unistr/u32-prev: New file.
9819         * lib/unistr/u8-prev.c: New file.
9820         * lib/unistr/u16-prev.c: New file.
9821         * lib/unistr/u32-prev.c: New file.
9822
9823         * modules/unistr/u8-set: New file.
9824         * modules/unistr/u16-set: New file.
9825         * modules/unistr/u32-set: New file.
9826         * lib/unistr/u8-set.c: New file.
9827         * lib/unistr/u16-set.c: New file.
9828         * lib/unistr/u32-set.c: New file.
9829         * lib/unistr/u-set.h: New file.
9830
9831         * modules/unistr/u8-startswith: New file.
9832         * modules/unistr/u16-startswith: New file.
9833         * modules/unistr/u32-startswith: New file.
9834         * lib/unistr/u8-startswith.c: New file.
9835         * lib/unistr/u16-startswith.c: New file.
9836         * lib/unistr/u32-startswith.c: New file.
9837         * lib/unistr/u-startswith.h: New file.
9838
9839         * modules/unistr/u8-stpcpy: New file.
9840         * modules/unistr/u16-stpcpy: New file.
9841         * modules/unistr/u32-stpcpy: New file.
9842         * lib/unistr/u8-stpcpy.c: New file.
9843         * lib/unistr/u16-stpcpy.c: New file.
9844         * lib/unistr/u32-stpcpy.c: New file.
9845         * lib/unistr/u-stpcpy.h: New file.
9846
9847         * modules/unistr/u8-stpncpy: New file.
9848         * modules/unistr/u16-stpncpy: New file.
9849         * modules/unistr/u32-stpncpy: New file.
9850         * lib/unistr/u8-stpncpy.c: New file.
9851         * lib/unistr/u16-stpncpy.c: New file.
9852         * lib/unistr/u32-stpncpy.c: New file.
9853         * lib/unistr/u-stpncpy.h: New file.
9854
9855         * modules/unistr/u8-strcat: New file.
9856         * modules/unistr/u16-strcat: New file.
9857         * modules/unistr/u32-strcat: New file.
9858         * lib/unistr/u8-strcat.c: New file.
9859         * lib/unistr/u16-strcat.c: New file.
9860         * lib/unistr/u32-strcat.c: New file.
9861         * lib/unistr/u-strcat.h: New file.
9862
9863         * modules/unistr/u8-strchr: New file.
9864         * modules/unistr/u16-strchr: New file.
9865         * modules/unistr/u32-strchr: New file.
9866         * lib/unistr/u8-strchr.c: New file.
9867         * lib/unistr/u16-strchr.c: New file.
9868         * lib/unistr/u32-strchr.c: New file.
9869
9870         * modules/unistr/u8-strcmp: New file.
9871         * modules/unistr/u16-strcmp: New file.
9872         * modules/unistr/u32-strcmp: New file.
9873         * lib/unistr/u8-strcmp.c: New file.
9874         * lib/unistr/u16-strcmp.c: New file.
9875         * lib/unistr/u32-strcmp.c: New file.
9876
9877         * modules/unistr/u8-strcpy: New file.
9878         * modules/unistr/u16-strcpy: New file.
9879         * modules/unistr/u32-strcpy: New file.
9880         * lib/unistr/u8-strcpy.c: New file.
9881         * lib/unistr/u16-strcpy.c: New file.
9882         * lib/unistr/u32-strcpy.c: New file.
9883         * lib/unistr/u-strcpy.h: New file.
9884
9885         * modules/unistr/u8-strcspn: New file.
9886         * modules/unistr/u16-strcspn: New file.
9887         * modules/unistr/u32-strcspn: New file.
9888         * lib/unistr/u8-strcspn.c: New file.
9889         * lib/unistr/u16-strcspn.c: New file.
9890         * lib/unistr/u32-strcspn.c: New file.
9891         * lib/unistr/u-strcspn.h: New file.
9892
9893         * modules/unistr/u8-strdup: New file.
9894         * modules/unistr/u16-strdup: New file.
9895         * modules/unistr/u32-strdup: New file.
9896         * lib/unistr/u8-strdup.c: New file.
9897         * lib/unistr/u16-strdup.c: New file.
9898         * lib/unistr/u32-strdup.c: New file.
9899         * lib/unistr/u-strdup.h: New file.
9900
9901         * modules/unistr/u8-strlen: New file.
9902         * modules/unistr/u16-strlen: New file.
9903         * modules/unistr/u32-strlen: New file.
9904         * lib/unistr/u8-strlen.c: New file.
9905         * lib/unistr/u16-strlen.c: New file.
9906         * lib/unistr/u32-strlen.c: New file.
9907         * lib/unistr/u-strlen.h: New file.
9908
9909         * modules/unistr/u8-strmblen: New file.
9910         * modules/unistr/u16-strmblen: New file.
9911         * modules/unistr/u32-strmblen: New file.
9912         * lib/unistr/u8-strmblen.c: New file.
9913         * lib/unistr/u16-strmblen.c: New file.
9914         * lib/unistr/u32-strmblen.c: New file.
9915
9916         * modules/unistr/u8-strmbtouc: New file.
9917         * modules/unistr/u16-strmbtouc: New file.
9918         * modules/unistr/u32-strmbtouc: New file.
9919         * lib/unistr/u8-strmbtouc.c: New file.
9920         * lib/unistr/u16-strmbtouc.c: New file.
9921         * lib/unistr/u32-strmbtouc.c: New file.
9922
9923         * modules/unistr/u8-strncat: New file.
9924         * modules/unistr/u16-strncat: New file.
9925         * modules/unistr/u32-strncat: New file.
9926         * lib/unistr/u8-strncat.c: New file.
9927         * lib/unistr/u16-strncat.c: New file.
9928         * lib/unistr/u32-strncat.c: New file.
9929         * lib/unistr/u-strncat.h: New file.
9930
9931         * modules/unistr/u8-strncmp: New file.
9932         * modules/unistr/u16-strncmp: New file.
9933         * modules/unistr/u32-strncmp: New file.
9934         * lib/unistr/u8-strncmp.c: New file.
9935         * lib/unistr/u16-strncmp.c: New file.
9936         * lib/unistr/u32-strncmp.c: New file.
9937
9938         * modules/unistr/u8-strncpy: New file.
9939         * modules/unistr/u16-strncpy: New file.
9940         * modules/unistr/u32-strncpy: New file.
9941         * lib/unistr/u8-strncpy.c: New file.
9942         * lib/unistr/u16-strncpy.c: New file.
9943         * lib/unistr/u32-strncpy.c: New file.
9944         * lib/unistr/u-strncpy.h: New file.
9945
9946         * modules/unistr/u8-strnlen: New file.
9947         * modules/unistr/u16-strnlen: New file.
9948         * modules/unistr/u32-strnlen: New file.
9949         * lib/unistr/u8-strnlen.c: New file.
9950         * lib/unistr/u16-strnlen.c: New file.
9951         * lib/unistr/u32-strnlen.c: New file.
9952         * lib/unistr/u-strnlen.h: New file.
9953
9954         * modules/unistr/u8-strpbrk: New file.
9955         * modules/unistr/u16-strpbrk: New file.
9956         * modules/unistr/u32-strpbrk: New file.
9957         * lib/unistr/u8-strpbrk.c: New file.
9958         * lib/unistr/u16-strpbrk.c: New file.
9959         * lib/unistr/u32-strpbrk.c: New file.
9960         * lib/unistr/u-strpbrk.h: New file.
9961
9962         * modules/unistr/u8-strrchr: New file.
9963         * modules/unistr/u16-strrchr: New file.
9964         * modules/unistr/u32-strrchr: New file.
9965         * lib/unistr/u8-strrchr.c: New file.
9966         * lib/unistr/u16-strrchr.c: New file.
9967         * lib/unistr/u32-strrchr.c: New file.
9968
9969         * modules/unistr/u8-strspn: New file.
9970         * modules/unistr/u16-strspn: New file.
9971         * modules/unistr/u32-strspn: New file.
9972         * lib/unistr/u8-strspn.c: New file.
9973         * lib/unistr/u16-strspn.c: New file.
9974         * lib/unistr/u32-strspn.c: New file.
9975         * lib/unistr/u-strspn.h: New file.
9976
9977         * modules/unistr/u8-strstr: New file.
9978         * modules/unistr/u16-strstr: New file.
9979         * modules/unistr/u32-strstr: New file.
9980         * lib/unistr/u8-strstr.c: New file.
9981         * lib/unistr/u16-strstr.c: New file.
9982         * lib/unistr/u32-strstr.c: New file.
9983         * lib/unistr/u-strstr.h: New file.
9984
9985         * modules/unistr/u8-strtok: New file.
9986         * modules/unistr/u16-strtok: New file.
9987         * modules/unistr/u32-strtok: New file.
9988         * lib/unistr/u8-strtok.c: New file.
9989         * lib/unistr/u16-strtok.c: New file.
9990         * lib/unistr/u32-strtok.c: New file.
9991         * lib/unistr/u-strtok.h: New file.
9992
9993         * modules/unistr/u8-uctomb: New file.
9994         * modules/unistr/u16-uctomb: New file.
9995         * modules/unistr/u32-uctomb: New file.
9996         * lib/unistr/u8-uctomb.c: New file.
9997         * lib/unistr/u16-uctomb.c: New file.
9998         * lib/unistr/u32-uctomb.c: New file.
9999
10000         * MODULES.html.sh (Unicode string functions): Add the new modules.
10001
10002 2007-01-08  Bruno Haible  <bruno@clisp.org>
10003
10004         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
10005         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
10006         subdirectories.
10007
10008 2007-01-08  Karl Berry  <karl@gnu.org>
10009
10010         * doc/error.texi: mention that main() fns must set program_name
10011         when progname is used.
10012
10013 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
10014
10015         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
10016         WCTYPE_H is empty, for the benefit of builds from non-distclean
10017         directories.  Problem reported by Eric Blake in
10018         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
10019
10020 2007-01-08  Bruno Haible  <bruno@clisp.org>
10021
10022         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
10023         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
10024         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
10025         PROVIDE_CANONICALIZE_FILENAME_MODE.
10026         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
10027
10028 2007-01-08  Bruno Haible  <bruno@clisp.org>
10029
10030         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
10031         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
10032         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
10033         * lib/fts.c: Likewise.
10034         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
10035
10036 2006-12-25  Bruno Haible  <bruno@clisp.org>
10037
10038         * modules/utf8-ucs4-safe: New file.
10039         * lib/utf8-ucs4-safe.h: New file.
10040         * lib/unistr/utf8-ucs4-safe.c: New file.
10041
10042         * modules/utf16-ucs4-safe: New file.
10043         * lib/utf16-ucs4-safe.h: New file.
10044         * lib/unistr/utf16-ucs4-safe.c: New file.
10045
10046         * MODULES.html.sh (Unicode string functions): Add the new modules.
10047
10048 2007-01-08  Bruno Haible  <bruno@clisp.org>
10049
10050         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
10051         (Depends-on): Add unitypes.
10052         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
10053         (u8_mbtouc_aux): Move out to separate file.
10054         (u8_mbtouc): Use ucs4_t, uint8_t types.
10055         * lib/unistr/utf8-ucs4.c: New file.
10056
10057         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
10058         (Depends-on): Add unitypes.
10059         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
10060         (u16_mbtouc_aux): Move out to separate file.
10061         (u16_mbtouc): Use ucs4_t, uint16_t types.
10062         * lib/unistr/utf16-ucs4.c: New file.
10063
10064         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
10065         (Depends-on): Add unitypes.
10066         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
10067         (u8_uctomb_aux): Move out to separate file.
10068         (u8_uctomb): Use ucs4_t, uint8_t types.
10069         * lib/unistr/ucs4-utf8.c: New file.
10070
10071         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
10072         (Depends-on): Add unitypes.
10073         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
10074         (u16_uctomb_aux): Move out to separate file.
10075         (u16_uctomb): Use ucs4_t, uint16_t types.
10076         * lib/unistr/ucs4-utf16.c: New file.
10077
10078 2006-12-25  Bruno Haible  <bruno@clisp.org>
10079
10080         * modules/unitypes: New file.
10081         * lib/unitypes.h: New file.
10082         * MODULES.html.sh (func_all_modules): New section "Unicode string
10083         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
10084         this section. Add unitypes.
10085
10086 2007-01-08  Bruno Haible  <bruno@clisp.org>
10087
10088         Avoid variable names that conflict with those from libtool.
10089         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
10090         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
10091         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
10092         library_names_spec to acl_library_names_spec, hardcode_* to
10093         acl_hardcode_*.
10094         Reported by Ralf Wildenhues.
10095
10096 2007-01-08  Bruno Haible  <bruno@clisp.org>
10097
10098         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
10099         definition.
10100         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
10101         definition.
10102         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
10103         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
10104         definition.
10105         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
10106         definition.
10107         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
10108         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
10109         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
10110         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
10111         definition.
10112         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
10113         definition.
10114         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
10115         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
10116         GC_USE_<algorithm>.
10117         * lib/gc-libgcrypt.c: Likewise.
10118         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
10119         * modules/gc-arctwo (configure.ac): Likewise.
10120         * modules/gc-des (configure.ac): Likewise.
10121         * modules/gc-hmac-md5 (configure.ac): Likewise.
10122         * modules/gc-hmac-sha1 (configure.ac): Likewise.
10123         * modules/gc-md2 (configure.ac): Likewise.
10124         * modules/gc-md4 (configure.ac): Likewise.
10125         * modules/gc-md5 (configure.ac): Likewise.
10126         * modules/gc-random (configure.ac): Likewise.
10127         * modules/gc-rijndael (configure.ac): Likewise.
10128         * modules/gc-sha1 (configure.ac): Likewise.
10129
10130 2007-01-08  Bruno Haible  <bruno@clisp.org>
10131
10132         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
10133         macro definition.
10134         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
10135         definition.
10136         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
10137         definition.
10138         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
10139         * modules/fcntl-safer (configure.ac): Likewise.
10140         * modules/fopen-safer (configure.ac): Likewise.
10141         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
10142         GNULIB_FWRITEERROR macro definition.
10143
10144 2007-01-08  Bruno Haible  <bruno@clisp.org>
10145
10146         * m4/gnulib-common.m4: New file.
10147         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
10148         (func_get_filelist): Add m4/gnulib-common.m4.
10149
10150 2007-01-08  Bruno Haible  <bruno@clisp.org>
10151
10152         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
10153         command.
10154
10155 2007-01-08  Jim Meyering  <jim@meyering.net>
10156
10157         Use a more robust test for a "can't happen" condition.
10158         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
10159         narrowed the st_size value.  Presuming the "can't happen" condition
10160         is true, that narrowing could conceivably convert an invalid st_size
10161         value into a valid one.  Instead, use a change based on Matthew
10162         Woehlke's original patch.
10163
10164         Slight readability improvement: use an assert-like macro
10165         in place of literal "abort ()" uses.
10166         * lib/fts.c (fts_assert): Define.
10167         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
10168         Use this macro instead of a bare 'abort'.
10169
10170 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
10171
10172         Don't worry about using IRIX 5.3's wctype.h broken definitions;
10173         simply work around them.
10174         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
10175         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
10176         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
10177         declaring.
10178         Don't bother to define as macros, since the standard doesn't require it.
10179         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
10180         longer worry about IRIX 5.3.
10181         (HAVE_WCTYPE_CTMP_BUG): Remove.
10182
10183 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10184
10185         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
10186         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
10187         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10188         Problems reported by Georg Schwarz for IRIX 5.3.
10189
10190         * gnulib-tool (autoconf_minversion): Take the maximum version number
10191         found, not the minimum.  Problem reported by James Youngman.
10192
10193 2007-01-03  Karl Berry  <karl@gnu.org>
10194
10195         * doc/error.texi: new file, explaining interaction with progname.
10196         * doc/gnulib.texi: include it.  Update copyright.
10197
10198 2007-01-03  Simon Josefsson  <simon@josefsson.org>
10199
10200         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
10201         AC_CANONICAL_HOST, to improve autobuild outputs.
10202
10203 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
10204             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10205
10206         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
10207         sockets, server sockets, and other file descriptors.  Count errors
10208         to compute the return value.  Reorder the code a bit to be easier
10209         to follow.  Don't set event bits that were not requested (except
10210         POLLERR and POLLHUP).
10211
10212 2007-01-01  Bruno Haible  <bruno@clisp.org>
10213
10214         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
10215
10216 2007-01-03  Jim Meyering  <jim@meyering.net>
10217
10218         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
10219
10220 2007-01-02  Bruno Haible  <bruno@clisp.org>
10221
10222         * modules/settime (Include): Require timespec.h.
10223         * modules/nanosleep (Include): Likewise.
10224
10225 2007-01-01  Bruno Haible  <bruno@clisp.org>
10226
10227         * gnulib-tool (func_emit_copyright_notice): Bump year.
10228         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
10229
10230 2007-01-01  Bruno Haible  <bruno@clisp.org>
10231
10232         Improve support for OpenBSD.
10233         * build-aux/config.rpath (libname_spec): Export.
10234         (library_names_spec): New variable. Export.
10235         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
10236         library_names_spec from the config.rpath output. Locate shared library
10237         through the name pattern in library_names_spec.
10238
10239 2007-01-01  Eric Blake  <ebb9@byu.net>
10240
10241         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
10242
10243 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
10244
10245         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
10246         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
10247         assume the C locale, and avoid an "eval" that could cause trouble.
10248         Problem with SORT reported by Bob Proulx.
10249
10250         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
10251         Define.  Trivial patch from Henning Nielsen Lund, originally
10252         sent to bug-grep@gnu.org today.
10253
10254 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
10255
10256         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
10257         struct stat.  Problem reported by Henning Nielsen Lund.
10258         * lib/acl.c: Include acl.h first, to check interface.  Don't
10259         bother to include sys/types.h and sys/stat.h again.
10260
10261 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
10262
10263         Import the following change from libc; problem reported by
10264         Sven Verdoolaege.
10265
10266         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
10267
10268         [BZ #1373]
10269         * lib/argp.h: Remove __NTH for __argp_usage inline function.
10270
10271 2006-12-28  Jim Meyering  <jim@meyering.net>
10272
10273         * build-aux/announce-gen: Do not assume that the package
10274         builds any of tar.gz, tar.bz2, and .xdelta files.
10275         Suggestion from Simon Josefsson.
10276
10277 2006-12-28  Simon Josefsson  <simon@josefsson.org>
10278
10279         * modules/announce-gen: New file.
10280
10281 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
10282
10283         * lib/mbchar.h: Just include <wctype.h>; the wctype module
10284         handles its gotchas now.
10285         * lib/mbswidth.c: Likewise.
10286         * lib/wcwidth.h: Likewise.
10287         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
10288         and iswcntrl; the wctype module does this stuff now.
10289         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
10290         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
10291         * modules/mbchar (Depends-on): Add wctype.
10292         * modules/mbswidth (Depends-on): Likewise.
10293         * modules/wcwidth (Depends-on): Likewise.
10294
10295 2006-12-27  Eric Blake  <ebb9@byu.net>
10296
10297         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
10298         module uses more than what <wctype.h> is required to provide.
10299
10300 2006-12-26  Eric Blake  <ebb9@byu.net>
10301
10302         * gnulib-tool (sed_extract_prog): Avoid space-tab.
10303
10304 2006-12-26  Eric Blake  <ebb9@byu.net>
10305
10306         * modules/absolute-header: New module.
10307         * modules/fcntl (Depends-on): Depend on it.
10308         * modules/inttypes (Depends-on): Likewise.
10309         * modules/stdint (Depends-on): Likewise.
10310         * modules/sys_stat (Depends-on): Likewise.
10311         * modules/wctype (Depends-on): Likewise.
10312         * MODULES.html.sh (Support for building libraries and
10313         executables): Document it.
10314
10315 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
10316
10317         * gnulib-tool (SED): Remove, undoing previous change.
10318         The problem was that it broke coreutils on Solaris, because
10319         "sed --posix" leaked into a makefile.
10320         (sed): New alias, if 'alias' and GNU sed.
10321
10322 2006-12-24  Jim Meyering  <jim@meyering.net>
10323
10324         Work around an fchownat bug in glibc-2.4:
10325         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
10326         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
10327         in spite of the -P option.
10328         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
10329         New macros.
10330         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
10331         * modules/openat (Files): Add lib/fchownat.c.
10332         * lib/openat.c (fchownat): Don't define here.  Move to...
10333         * lib/fchownat.c: ...this new file.
10334
10335 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
10336
10337         Fix bug reported by Bruno Haible in
10338         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
10339         where quotearg.c didn't compile on Mac OS X 10.2 because it
10340         lacks <wchar.h> and wint_t.
10341         * lib/wctype_.h (__wctype_wint_t): New type.
10342         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
10343         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
10344         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
10345         Arg is now of type __wctype_wint_t, not wint_t.
10346         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
10347         substitute HAVE_WINT_T.
10348         * modules/wctype (Files): Add m4/wint_t.m4.
10349         (wctype.h): Substitute HAVE_WINT_T.
10350
10351 2006-12-23  Bruno Haible  <bruno@clisp.org>
10352
10353         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
10354
10355 2006-12-23  Bruno Haible  <bruno@clisp.org>
10356
10357         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
10358         S_ISLNK.
10359         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
10360         mingw.
10361
10362 2006-12-22  Bruno Haible  <bruno@clisp.org>
10363
10364         * lib/copy-file.c: Include acl.h.
10365         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
10366         Close the file descriptors only after being done with copy_acl.
10367         * modules/copy-file (Depends-on): Add acl.
10368
10369 2006-12-22  Bruno Haible  <bruno@clisp.org>
10370
10371         * gnulib-tool (SED): New variable.
10372         Use $SED instead of sed everywhere.
10373
10374 2006-12-22  Bruno Haible  <bruno@clisp.org>
10375
10376         * modules/no-c++: New file.
10377         * m4/no-c++.m4: New file.
10378         * MODULES.html.sh (Support for building libraries and executables):
10379         Add no-c++.
10380
10381 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
10382
10383         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
10384         Include <limits.h>, and use its INT_MAX to rewrite the
10385         j loop so that it does not overflow 'int'.  Problem reported by
10386         Ralf Wildenhues in
10387         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
10388         Play it safe by shifting left by 1 rather than multiplying by 2,
10389         as GCC is less likely to optimize this away when the value
10390         is signed (when it assumes overflow leads to undefined behavior).
10391         Also, don't assume time_t uses two's complement.
10392
10393 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
10394
10395         * MODULES.html.sh: New module wctype.
10396         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
10397         * lib/fnmatch.c: Don't bother to include <wchar.h> before
10398         <wctype.h>, since the new wctype module should fix this.
10399         * lib/quotearg.c: Include <wctype.h> unconditionally, since
10400         the wctype module should arrange for it.
10401         * lib/regex_internal.h: Likewise.
10402         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
10403         since the wctype module should handle this now.
10404         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
10405         * modules/fnmatch (Depends-on): Add wctype.
10406         * modules/quotearg (Depends-on): Likewise.
10407         * modules/regex (Depends-on): Likewise.
10408
10409 2006-12-19  Bruno Haible  <bruno@clisp.org>
10410
10411         * lib/strdup.h [C++]: Wrap definitions in extern "C".
10412         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
10413
10414 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10415
10416         * modules/savewd (Depends-on): Fix dependency on fcntl.
10417
10418 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
10419
10420         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
10421         conforms to C99, rather than relying on the user's environment
10422         setting of STDINT_H.
10423
10424 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
10425         and Eric Blake  <ebb9@byu.net>
10426
10427         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
10428         This is more consistent with the other defines here.
10429         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
10430         Port to z/OS.  Problem reported by Paul Gilmartin.
10431         Change local vars to use gl_ prefix rather than ac_.
10432         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
10433         with other defines.
10434         * modules/double-slash-root: New module.
10435         * modules/dirname (Files): Remove m4/double-slash-root.m4.
10436         (Depends-on): Add double-slash-root.
10437         * MODULES.html.sh (File system functions): Mention new module.
10438
10439 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
10440
10441         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
10442         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
10443         This is for the benefit of gzip, which doesn't do i18n.
10444
10445 2006-12-12  Jim Meyering  <jim@meyering.net>
10446
10447         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
10448         Reported by Andreas Schwab <schwab@suse.de>.
10449
10450 2006-12-12  Bruno Haible  <bruno@clisp.org>
10451
10452         Merge these changes.
10453         2006-09-05  Bruno Haible  <bruno@clisp.org>
10454         * lib/iconvme.c (iconv_string): No need to save and restore errno when
10455         iconv_alloc succeeded.
10456         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
10457         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
10458         test for " && dest " at the end - dest is always != NULL there. Call
10459         iconv with 4xNULL arguments initially, to reset the state. Call iconv
10460         with 2xNULL arguments, also to flush the state storage. Handle the
10461         IRIX iconv behaviour. Realloc the final result, to throw away unused
10462         memory.
10463
10464 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
10465
10466         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
10467         and fchmodat unconditionally, since glibc 2.4 has them.
10468         Problem reported by Arkadiusz Miskiewicz.
10469
10470 2006-12-10  Bruno Haible  <bruno@clisp.org>
10471
10472         * gnulib-tool (func_import): Show the include files only for those
10473         modules that are copied and specified.
10474         Reported by Karl Berry.
10475
10476 2006-12-08  Jim Meyering  <jim@meyering.net>
10477
10478         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
10479         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
10480
10481         * build-aux/announce-gen: Add two new options, both optional:
10482         --bootstrap-tools=TOOL_LIST
10483               a comma-separated list of tools, e.g.,
10484               autoconf,automake,bison,gnulib
10485         --gnulib-snapshot-date=DATE
10486               if gnulib is in the bootstrap tool list,
10487               then report this as the snapshot date.
10488               If not specified, use the current date/time.
10489               If you specify a date here, be sure it's UTC.
10490
10491 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10492
10493         * tests/test-argp-2.sh: Fix test to match actual output.
10494         (func_compare): Fix sed script to be portable.
10495
10496 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
10497
10498         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
10499         workaround for this case.  It is not autoconfigured now; offhand
10500         it's hard to see how to autoconfigure it.
10501
10502 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
10503
10504         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
10505         a directory that is about to be chowned.  Such a directory's
10506         initial file permissions should permit the owner only and this
10507         should not be changed until after the chown, since the group and
10508         other bits would be incorrect if they granted permission before
10509         the chown.
10510
10511         Fix porting problem for iswctype reported by Georg Schwarz in:
10512         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
10513         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
10514         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
10515         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
10516         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
10517
10518 2006-12-03  Jim Meyering  <jim@meyering.net>
10519
10520         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
10521         p->fts_statp may not yet be defined.
10522         (fts_read): Instead, set it in the caller, once p->fts_statp is
10523         sure to be defined, and corresponds to a top-level directory.
10524         This bug made du -x fail.  Here's the coreutils test case:
10525         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
10526         Reported by Mike Frysinger.
10527
10528 2006-12-01  Jim Meyering  <jim@meyering.net>
10529
10530         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
10531         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
10532         Reported by Simon Josefsson.
10533
10534 2006-11-30  Jim Meyering  <jim@meyering.net>
10535
10536         * m4/warning.m4: Use the all-permissive copyright notice
10537         recommended by RMS (rather than LGPL).
10538         * m4/vararrays.m4: Likewise.
10539         * m4/flexmember.m4: Likewise.
10540
10541 2006-11-29  Bruno Haible  <bruno@clisp.org>
10542
10543         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10544         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
10545         using +=.
10546         Reported by Simon Josefsson <simon@josefsson.org>.
10547
10548 2006-11-28  James Youngman <jay@gnu.org>
10549
10550         * README: Advise users that they might find the bug-gnulib@gnu.org
10551         and autotools-announce@gnu.org mailing lists useful.
10552
10553 2006-11-28  Bruno Haible  <bruno@clisp.org>
10554
10555         * m4/ptrdiff_max.m4: Remove file.
10556
10557 2006-11-21  Bruno Haible  <bruno@clisp.org>
10558
10559         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
10560         _AC_COMPUTE_INT.
10561         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10562         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
10563         _AC_COMPUTE_INT.
10564         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10565         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
10566         _AC_COMPUTE_INT.
10567         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10568
10569 2006-11-28  Jim Meyering  <jim@meyering.net>
10570
10571         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
10572         warning from "gcc -Wshadow" about shadowing the builtin.
10573
10574 2006-11-27  Bruno Haible  <bruno@clisp.org>
10575
10576         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
10577         _AC_COMPUTE_INT.
10578         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10579
10580 2006-11-27  Bruno Haible  <bruno@clisp.org>
10581             Paul Eggert  <eggert@cs.ucla.edu>
10582
10583         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
10584
10585 2006-11-26  Bruno Haible  <bruno@clisp.org>
10586
10587         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10588         noinst_LTLIBRARIES.
10589
10590 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
10591             Bruno Haible  <bruno@clisp.org>
10592
10593         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
10594         if compiling with "gcc -ansi".
10595
10596 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
10597
10598         Fix some incompatibilities with gcc -ansi -pedantic.
10599         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
10600         if compiling pedantically with GCC, unless it's C99 or later.
10601         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
10602         it mishandles gcc -ansi -pedantic as well.
10603         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
10604         if gcc -pedantic.
10605         * lib/regexec.c (check_node_accept_bytes): Don't use auto
10606         initializers for struct if -pedantic, unless it's C99 or later.
10607
10608 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
10609
10610         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
10611         Don't close an fd more than once. Identical atimes indicate
10612         success, not failure.
10613
10614 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
10615
10616         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
10617
10618 2006-11-23  Jim Meyering  <jim@meyering.net>
10619
10620         * build-aux/announce-gen: New file.  From coreutils.
10621
10622 2006-11-22  Jim Meyering  <jim@meyering.net>
10623
10624         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
10625         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
10626         (fts_read): Use a temporary to narrow the overused st_size member
10627         before using it in a switch statement.  Reported by Matthew Woehlke.
10628
10629         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
10630         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
10631
10632 2006-11-20  Bruno Haible  <bruno@clisp.org>
10633
10634         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
10635         changequote instead of pairs of brackets.
10636         Reported by Andreas Schwab <schwab@suse.de>.
10637
10638 2006-11-21  Jim Meyering  <jim@meyering.net>
10639
10640         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
10641         so as to remain compatible with older compilers.
10642         Patch from Michael Deutschmann.
10643
10644 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
10645
10646         * MODULES.html.sh (File system functions): Add openat.
10647
10648         * lib/openat.h (rpl_fstatat): New macro, if
10649         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
10650         (fstatat): Define to rpl_fstatat under the same conditions,
10651         unless COMPILING_FSTATAT.
10652         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
10653         seems to have the bug.
10654         * lib/fstatat.c: New file.
10655         * modules/openat (Files): Add it.
10656
10657 2006-11-20  Bruno Haible  <bruno@clisp.org>
10658
10659         * Makefile: New file.
10660
10661 2006-11-20  Jim Meyering  <jim@meyering.net>
10662
10663         The beginnings of syntax-related checks for gnulib.
10664         * lib/Makefile: New file.
10665         * lib/t-idcache: New script.  Ensure that the two halves of
10666         idcache.c stay in sync.
10667
10668         * lib/idcache.c: Adjust comments in user- and group- portions to
10669         be more accurate, and to be consistent with one another.
10670
10671 2006-11-20  Jim Meyering  <jim@meyering.net>
10672
10673         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
10674         continue using the flexible array member (thus, this module performs
10675         half as many malloc calls), with the addition that...
10676         (getgroup, getuser): Consistently record a non-match via an empty
10677         "name" string, and map an empty string match to a NULL return value.
10678         * modules/idcache (Depends-on): Re-add flexmember.
10679
10680         * lib/idcache.c (getuser): Remove all uses of the register keyword.
10681         (getuidbyname, getgroup, getgidbyname): Likewise.
10682
10683         Use cleaner syntax: NULL rather than 0.
10684         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
10685
10686 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
10687
10688         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
10689         It mishandled the case where the group was missing.
10690         Problem reported by Greg Schafer.
10691         * modules/idcache: Likewise.
10692
10693 2006-11-18  Jim Meyering  <jim@meyering.net>
10694
10695         * check-module (%exempt_header): Add exception for some
10696         conditionally-included headers.
10697
10698         * modules/i-ring (Depends-on): Add verify.
10699         (License): Change to LGPL.
10700
10701 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
10702
10703         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
10704         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
10705         and inttostr.h.  Use snprintf rather than uinttostr, so that
10706         LGPLed code doesn't depend on GPLed.
10707
10708 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
10709
10710         * modules/inline (License): Change from GPL to LGPL.
10711
10712 2006-11-17  Jim Meyering  <jim@meyering.net>
10713
10714         * modules/d-type (License): Switch to LGPL.
10715
10716 2006-11-15  Bruno Haible  <bruno@clisp.org>
10717
10718         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
10719
10720 2006-11-15  Eric Blake  <ebb9@byu.net>
10721
10722         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
10723         the module dependency.
10724
10725 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10726             Bruno Haible  <bruno@clisp.org>
10727
10728         * gnulib-tool (func_create_testdir): Add license consistency check.
10729
10730 2006-11-15  Eric Blake  <ebb9@byu.net>
10731
10732         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
10733         random "(cached)" in configure output.
10734
10735 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10736
10737         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
10738         test for conforming inttypes.h is both announced and cached.
10739
10740         * MODULES.html.sh (seen_modules, seen_files): New variables.
10741         (func_module): Rewrite to use a few less gnulib-tool and sed
10742         invocations.  Avoid a couple of quadratic algorithms for ...
10743         (missed_modules, missed_files): ... these, with ...
10744         (func_append, func_tmpdir): ... these new functions, from
10745         gnulib-tool.  Analogously, install traps for cleanup.
10746
10747         * tests/test-gc.c (main): Remove unused variables.
10748         * tests/test-read-file.c: Include stdlib.h, for 'free'.
10749
10750 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
10751
10752         * modules/inttostr (License): Change to LGPL.
10753
10754 2006-11-14  Eric Blake  <ebb9@byu.net>
10755
10756         * modules/tempname (License): Change to LGPL.
10757
10758 2006-11-14  Eric Blake  <ebb9@byu.net>
10759
10760         * doc/functions.texi (Function Portability): *printf functions on
10761         Cygwin now understand all POSIX size specifiers.
10762
10763 2006-11-14  Bruno Haible  <bruno@clisp.org>
10764
10765         * modules/c-ctype (License): Change to LGPL.
10766
10767 2006-11-12  Bruno Haible  <bruno@clisp.org>
10768
10769         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
10770         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
10771         for GNOME libraries, for which the include files are installed in
10772         subdirectories of $prefix/include.
10773
10774 2006-11-12  Bruno Haible  <bruno@clisp.org>
10775
10776         * m4/lib-link.m4: Require at least autoconf-2.54.
10777         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
10778         name to underscores for the --with option.
10779
10780 2006-11-13  Bruno Haible  <bruno@clisp.org>
10781
10782         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
10783         the tests directory.
10784         Reported by Ralf Wildenhues.
10785
10786 2006-11-13  Bruno Haible  <bruno@clisp.org>
10787
10788         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
10789         (func_emit_initmacro_end): Undo the override here.
10790         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
10791         Works around the famous automake error in coreutils.
10792
10793 2006-11-13  Eric Blake  <ebb9@byu.net>
10794
10795         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
10796         element, not its node.
10797
10798 2006-11-12  Bruno Haible  <bruno@clisp.org>
10799
10800         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
10801         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
10802
10803 2006-11-12  Bruno Haible  <bruno@clisp.org>
10804
10805         * gnulib-tool: New option --local-symlink.
10806         (func_usage): Document it.
10807         (lsymbolic): New variable.
10808         (func_import, func_create_testdir): If --symlink was not specified,
10809         test whether --local-symlink was specified and the file comes from
10810         the local_gnulib_dir.
10811
10812 2006-11-12  Bruno Haible  <bruno@clisp.org>
10813
10814         * gnulib-tool (func_ln): New function.
10815         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
10816
10817 2006-11-12  Bruno Haible  <bruno@clisp.org>
10818
10819         Finish support for source files in subdirectories.
10820         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
10821         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
10822         AUTOMAKE_OPTIONS.
10823         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
10824
10825 2006-11-12  Bruno Haible  <bruno@clisp.org>
10826
10827         * gnulib-tool (func_get_automake_snippet): Synthesize also an
10828         EXTRA_lib_SOURCES augmentation.
10829         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
10830
10831 2006-11-12  Jim Meyering  <jim@meyering.net>
10832
10833         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
10834         file descriptors.  This also averts a failure on systems with
10835         native openat support when a traversed directory lacks "x" access.
10836         * lib/fts_.h: Include "i-ring.h"
10837         (struct FTS) [fts_fd_ring]: New member.
10838         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
10839         (FCHDIR): Add parentheses.
10840         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
10841         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
10842         When descending, rather than simply closing the previous
10843         fts_cwd_fd value, push that file descriptor onto the ring.
10844         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
10845         (fts_open): Initialize the new fd_ring member.
10846         (fts_close): Clear the ring.
10847         (fts_safe_changedir): When possible, use our new fd_ring to skip
10848         the diropen and fstat and dev/ino comparison that would normally
10849         accompany a virtual `chdir ("..")'.
10850
10851         * modules/fts (Depends-on): Add i-ring.
10852         * modules/i-ring: New module.
10853         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
10854         * m4/i-ring.m4: New file.
10855
10856 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10857
10858         * gnulib-tool (func_create_testdir): Fix replacement of
10859         `build-aux' in configure.ac.  Run autotools in gltests
10860         subdirectory.
10861         (func_create_testdir, func_create_megatestdir, test): There is
10862         no need for '--force' in most autotool invocations in a new
10863         tree.  Actually fail the whole test if any of the tools, or the
10864         configure or make stages fail.
10865
10866         Sync from Automake.
10867         * build-aux/gnupload: Revert last change.  Add pointer to upload
10868         instructions of the GNU Maintenance Instructions.
10869         Suggestion by Karl Berry.
10870
10871 2006-11-10  Jim Meyering  <jim@meyering.net>
10872
10873         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
10874
10875 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
10876
10877         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
10878         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
10879         (bind_textdomain_codeset) [! ENABLE_NLS]:
10880         Evaluate all the arguments.  That way, callers get compatible behavior
10881         if the arguments have side effects.  Also, it avoids some GCC
10882         diagnostics in some cases; Joel E. Denny reported problems when Bison
10883         was configured with --enable-gcc-warnigs.
10884
10885 2006-11-10  Jim Meyering  <jim@meyering.net>
10886
10887         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
10888         relevant options in CFLAGS (like -O, -fno-inline) are taken into
10889         account.
10890
10891 2006-11-10  Jim Meyering  <jim@meyering.net>
10892
10893         * modules/inline: New file/module.
10894         * modules/xalloc (Files): Remove m4/inline.m4.
10895         (Depends-on): Add inline, instead.
10896         * modules/oset: Likewise.
10897         * modules/list: Likewise.
10898
10899 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
10900
10901         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
10902         Problem reported by Matthew Woehlke.
10903
10904 2006-11-09  Bruno Haible  <bruno@clisp.org>
10905
10906         * lib/tempname.c (gen_tempname): Remove variant that invokes
10907         __gen_tempname.
10908         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
10909         __gen_tempname.
10910
10911 2006-11-08  Bruno Haible  <bruno@clisp.org>
10912
10913         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
10914         to 'yes' instead of 'cross-compiling'.
10915
10916 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
10917
10918         * lib/quotearg.h (quotearg_free): New decl.
10919         * lib/quotearg.c (quotearg_free): New function.
10920         (slot0, nslots, slotvec0, slotvec):
10921         Now file-scope so that quotearg_free can get at them.
10922
10923 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10924
10925         Sync from Automake.
10926         * build-aux/gnupload: Add missing 'gnu' to example URL.
10927         Report by Karl Berry.
10928
10929 2006-11-08  Bruno Haible  <bruno@clisp.org>
10930
10931         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
10932         Suggested by Paul Eggert.
10933
10934 2006-11-08  Jim Meyering  <jim@meyering.net>
10935
10936         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
10937         It's already included if !_LIBC.
10938         (fts_safe_changedir): Add a comment.
10939
10940 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
10941
10942         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
10943         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
10944         Matthew Woehlke.
10945
10946         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
10947         definitions up, to avoid colliding with change below.
10948         (static_inline) [HAVE_INLINE]: New macro.
10949         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
10950         Provide extern decls when !HAVE_INLINE.  Do not define unless
10951         static_inline is defined, either by us or by xmalloc.c.  Use
10952         static_inline rather than static inline.
10953         (XCALLOC): Optimize sizeof(T) = 1 case.
10954         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
10955
10956 2006-11-07  Bruno Haible  <bruno@clisp.org>
10957
10958         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
10959         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
10960         AC_C_INLINE.
10961         * modules/xalloc (Files): Add m4/inline.m4.
10962
10963 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10964
10965         * README: Fix typo.
10966         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
10967         (Miscellanous Notes): ...from this.
10968
10969 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
10970
10971         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
10972         Mention that offsetof should be used instead of sizeof.
10973         From Bruno Haible.
10974
10975 2006-11-07  Bruno Haible  <bruno@clisp.org>
10976
10977         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
10978
10979 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
10980
10981         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
10982         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
10983         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
10984         (gl_tree_add_before, gl_tree_add_after):
10985         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
10986         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
10987         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
10988         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
10989         (gl_linked_add_after, gl_linked_add_at): Likewise.
10990         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
10991         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
10992         (gl_tree_add_before, gl_tree_add_after): Likewise.
10993         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
10994         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
10995         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
10996
10997 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10998
10999         * lib/gl_oset.h: Use C comment style, not C++ comment style.
11000
11001 2006-11-06  Bruno Haible  <bruno@clisp.org>
11002
11003         * m4/inline.m4: New file.
11004         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
11005         * modules/list (Files): Add m4/inline.m4.
11006         * modules/oset (Files): Likewise.
11007
11008 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
11009
11010         * lib/idcache.c: Include <stddef.h>, for offsetof.
11011         (struct userid.name): Change from char * to a flexible array member.
11012         All uses changed.
11013         * modules/idcache (Depends-on): Add flexmember.
11014
11015         * MODULES.html.sh (Core language properties): New module flexmember.
11016         * modules/flexmember, m4/flexmember.m4: New files.
11017
11018         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
11019         inline functions that are identical with the old xnmalloc_inline,
11020         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
11021         that we can avoid some unnecessary integer multiplications and
11022         divisions in the common case where the element size is known at
11023         compile time.
11024         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
11025         needed.
11026         (xnboundedmalloc): Remove.
11027         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
11028         arguments, for consistency with rest of this header.
11029         (xcharalloc): Rewrite using XNMALLOC.
11030         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
11031         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
11032         versions have been moved to lib/xalloc.h and renamed to be the
11033         non-*_inline versions.
11034         (xmalloc, xrealloc): Implement without reference to the xnmalloc
11035         and xnrealloc functions, since those functions are now inline and
11036         now call us.
11037         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
11038         renaming described above.
11039         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
11040         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
11041         captures the dependency in AC_C_INLINE.
11042
11043         New module canonicalize-lgpl, proposed by Charles Wilson in
11044         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
11045         with a few small changes afterwards.
11046         * MODULES.html.sh (File system functions): New module
11047         canonicalize-lgpl.
11048         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
11049         and canonicalize_file_name.
11050         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
11051         * modules/canonicalize-lgpl: New files.
11052
11053 2006-11-05  Bruno Haible  <bruno@clisp.org>
11054
11055         * gnulib-tool (func_import, func_create_testdir): Create directories
11056         also for files in subdirectories of lib/.
11057
11058 2006-11-05  Bruno Haible  <bruno@clisp.org>
11059
11060         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
11061         ANSI C compliant.
11062
11063 2006-11-03  Bruno Haible  <bruno@clisp.org>
11064
11065         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
11066         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
11067         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
11068         (xnboundedmalloc): New inline function.
11069         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
11070         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
11071         xmalloc.
11072         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
11073         xmalloc.
11074         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
11075         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
11076         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
11077         xmalloc.
11078         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
11079         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
11080         xmalloc.
11081         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
11082         gl_tree_add_after): Use XMALLOC instead of xmalloc.
11083         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
11084         xmalloc.
11085         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
11086         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
11087         gl_tree_add_after): Use XMALLOC instead of xmalloc.
11088         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
11089         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
11090         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
11091         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
11092
11093 2006-11-03  Bruno Haible  <bruno@clisp.org>
11094
11095         * lib/c-ctype.h [C++]: Define functions without name mangling.
11096         * lib/fwriteerror.h [C++]: Likewise.
11097         * lib/gcd.h [C++]: Likewise.
11098         * lib/linebreak.h [C++]: Likewise.
11099
11100 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
11101
11102         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
11103         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
11104         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
11105         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11106         Check for functions and headers just once.
11107         Check for declaration of canonicalize_file_name.
11108         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
11109
11110 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
11111
11112         * gnulib-tool (func_import): Fix typo in actioncmd.
11113
11114 2006-11-02  Bruno Haible  <bruno@clisp.org>
11115
11116         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
11117         newline sequence in the Makefile.am snippet as a space, like "make"
11118         does.
11119         Reported by Roger Persson <perrog@gmail.com>.
11120
11121 2006-11-01  Bruno Haible  <bruno@clisp.org>
11122
11123         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
11124         already declared in <string.h>.
11125         * lib/strcase.h (strncasecmp): Don't declare it if yes.
11126
11127 2006-11-01  Bruno Haible  <bruno@clisp.org>
11128
11129         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
11130         * lib/strcase.h: Include <string.h>.
11131         (strcasecmp): Define to rpl_strcasecmp here.
11132
11133 2006-11-01  Bruno Haible  <bruno@clisp.org>
11134
11135         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
11136
11137 2006-11-01  Eric Blake  <ebb9@byu.net>
11138
11139         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
11140
11141         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
11142
11143 2006-10-29  Bruno Haible  <bruno@clisp.org>
11144
11145         Make it compile in C++ mode.
11146         * lib/full-write.c (full_rw): Add a cast.
11147
11148 2006-11-01  Bruno Haible  <bruno@clisp.org>
11149
11150         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
11151         be POSIX compliant.
11152         Reported by Roger Persson <perrog@gmail.com>.
11153
11154 2006-11-01  Eric Blake  <ebb9@byu.net>
11155
11156         * lib/getopt_.h: Fix comments.
11157
11158 2006-10-31  Eric Blake  <ebb9@byu.net>
11159
11160         * modules/tmpdir (Depends-on): Add sys_stat.
11161         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
11162         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
11163         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
11164         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
11165         tempname.
11166
11167 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
11168
11169         Avoid some C++ diagnostics reported by Bruno Haible.
11170         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
11171         xmalloc.
11172         (quotearg_alloc): Use xcharalloc rather than xmalloc.
11173         (struct slotvec): Move to top level.
11174         (quotearg_n_options): Rewrite to avoid xmalloc.
11175         * lib/xalloc.h (xcharalloc): New function.
11176         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
11177         [defined __cplusplus]: Add function template that provides result
11178         type propagation.  This part of the change is from Bruno Haible.
11179
11180 2006-10-29  Bruno Haible  <bruno@clisp.org>
11181
11182         Make it compile in C++ mode.
11183         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
11184         * lib/strnlen1.c (strnlen1): Cast memchr result.
11185         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
11186         * lib/clean-temp.c (string_equals, string_hash): Add casts.
11187         (create_temp_dir): Rename local variable 'template'.
11188         (compile_csharp_using_sscli): Add cast.
11189         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
11190         * lib/findprog.c (find_in_path): Likewise.
11191         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
11192         * lib/wait-process.c (register_slave_subprocess): Likewise.
11193
11194 2006-10-22  Bruno Haible  <bruno@clisp.org>
11195
11196         * modules/tsearch: New file.
11197         * lib/tsearch.h: New file.
11198         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
11199         * m4/tsearch.m4: New file.
11200         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
11201
11202 2006-10-29  Eric Blake  <ebb9@byu.net>
11203
11204         * lib/arcfour.c: Assume config.h.
11205         * lib/arctwo.c: Likewise.
11206         * lib/base64.c: Likewise.
11207         * lib/check-version.c: Likewise.
11208         * lib/crc.c: Likewise.
11209         * lib/des.c: Likewise.
11210         * lib/gc-gnulib.c: Likewise.
11211         * lib/gc-libgcrypt.c: Likewise.
11212         * lib/gc-pbkdf2-sha1.c: Likewise.
11213         * lib/getaddrinfo.c: Likewise.
11214         * lib/getdelim.c: Likewise.
11215         * lib/getline.c: Likewise.
11216         * lib/hmac-md5.c: Likewise.
11217         * lib/hmac-sha1.c: Likewise.
11218         * lib/iconvme.c: Likewise.
11219         * lib/md2.c: Likewise.
11220         * lib/md4.c: Likewise.
11221         * lib/memxor.c: Likewise.
11222         * lib/read-file.c: Likewise.
11223         * lib/readline.c: Likewise.
11224         * lib/rijndael-alg-fst.c: Likewise.
11225         * lib/rijndael-api-fst.c: Likewise.
11226         * lib/xgetdomainname.c: Likewise.
11227
11228 2006-10-28  Eric Blake  <ebb9@byu.net>
11229
11230         * lib/xstrndup.c: Assume config.h.
11231
11232 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
11233
11234         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
11235         stat-macros.h is now for our own macros, whereas stat_h is for
11236         macros in the <sys/stat.h> name space.
11237         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
11238         (STAT_MACROS_H): Remove.
11239         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
11240         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
11241         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
11242         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
11243         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
11244         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
11245         Move these macros to ...
11246         * lib/stat_.h: here.  Don't include stat-macros.h.
11247         * lib/canonicalize.c: Don't include stat-macros.h.
11248         * lib/chown.c: Likewise.
11249         * lib/euidaccess.c: Likewise.
11250         * lib/file-type.c: Likewise.
11251         * lib/filemode.c: Likewise.
11252         * lib/glob.c: Likewise.
11253         * lib/isapipe.c: Likewise.
11254         * lib/lchown.c: Likewise.
11255         * lib/lstat.c: Likewise.
11256         * lib/mkdir-p.c: Likewise.
11257         * lib/rmdir.c: Likewise.
11258         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
11259         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
11260         unless mkdir isn't declared, to speed up 'configure'.
11261         Always create sys/stat.h, since it's unlikely any real sys/stat.h
11262         would define all the S_* symbols.
11263         * modules/canonicalize (Depends-on):
11264         Depend on sys_stat, not stat-macros.
11265         * modules/chown: Likewise.
11266         * modules/euidaccess: Likewise.
11267         * modules/filemode: Likewise.
11268         * modules/file-type: Likewise.
11269         * modules/glob: Likewise.
11270         * modules/isapipe: Likewise.
11271         * modules/lchown: Likewise.
11272         * modules/lstat: Likewise.
11273         * modules/mkancesdirs: Likewise.
11274         * modules/rmdir: Likewise.
11275         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
11276         * modules/modechange: Likewise.
11277         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
11278         (configure.ac): Remove gl_STAT_MACROS.
11279         * modules/sys_stat (Depends-on): Remove stat-macros.
11280
11281 2006-10-27  Bruno Haible  <bruno@clisp.org>
11282
11283         * m4/signed.m4: Remove file.
11284         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
11285         invocation.
11286         * modules/vasnprintf (Files): Remove m4/signed.m4.
11287
11288 2006-10-27  Bruno Haible  <bruno@clisp.org>
11289
11290         Update to GNU gettext 0.16.
11291         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
11292         m4/inttypes-h.m4, m4/signed.m4.
11293         * m4/gettext.m4: Update to GNU gettext 0.16.
11294         * m4/intl.m4: New file, from GNU gettext.
11295         * m4/intldir.m4: New file, from GNU gettext.
11296         * config/srclist.txt: Update
11297
11298 2006-10-27  Eric Blake  <ebb9@byu.net>
11299
11300         * MODULES.html.sh: Document tempname.
11301         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
11302         dependencies.
11303         (Files): Move lib/tempname.c...
11304         * modules/tempname: ...to this new module.
11305         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
11306         (gl_PREREQ_TEMPNAME): Move...
11307         * m4/tempname.m4: ...to this new file.
11308         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
11309         * modules/sys_stat (Depends-on): Add stat-macros.
11310         * lib/stat_.h (includes): Pick up stat macros.
11311         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
11312         if stat macros are broken.
11313         * lib/tempname.c (includes): No need to include "stat-macros.h".
11314         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
11315         (direxists, __path_search) [!_LIBC]: Don't compile these in
11316         gnulib; the tmpdir module covers that.
11317         * lib/tempname.h: New file.
11318
11319 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
11320
11321         * COPYING: Explain how gnulib-tool converts licence headers.
11322         Almost all wording by Eric Blake.
11323
11324 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
11325
11326         * lib/mbchar.h (is_basic_table): Make read-only.
11327         * lib/mbchar.c (is_basic_table): Likewise.
11328         Reported by John Darrington.
11329
11330 2006-10-25  Bruno Haible  <bruno@clisp.org>
11331
11332         * lib/progname.h (set_program_name): Undefine before defining.
11333
11334 2006-10-25  Bruno Haible  <bruno@clisp.org>
11335
11336         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
11337         false for non-gcc C++ compilers.
11338         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
11339
11340 2006-10-24  Bruno Haible  <bruno@clisp.org>
11341
11342         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
11343         iconv implementations like Irix iconv.
11344
11345 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11346
11347         * modules/vararrays: New file.
11348         * m4/vararrays.m4: New file, taken from diffutils.
11349         * MODULES.html.sh: New module vararrays.
11350
11351 2006-10-24  Karl Berry  <karl@gnu.org>
11352
11353         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
11354         Don't call GNU Unix.
11355
11356 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11357
11358         * users.txt: Add Libtool.
11359
11360         Sync from Libtool:
11361
11362         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11363
11364         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
11365         to gnulib's policy of including config.h unconditionally.
11366
11367 2006-10-24  Bruno Haible  <bruno@clisp.org>
11368
11369         * modules/wcwidth (Files): Add m4/wint_t.m4.
11370         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
11371         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
11372
11373 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11374
11375         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
11376         to pacify GCC with some -W flags enabled.  Problem reported by
11377         Bruno Haible.
11378
11379 2006-10-24  Jim Meyering  <jim@meyering.net>
11380
11381         * MODULES.html.sh: Remove uinttostr.  It's not a module.
11382         Reported by Karl Berry.
11383
11384 2006-10-23  Bruno Haible  <bruno@clisp.org>
11385
11386         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
11387
11388 2006-10-24  Bruno Haible  <bruno@clisp.org>
11389
11390         * lib/gl_list.h: Use C comment style, not C++ comment style.
11391
11392 2006-10-23  Eric Blake  <ebb9@byu.net>
11393
11394         * lib/getaddrinfo.c (includes): Add missing include.
11395
11396 2006-10-23  Bruno Haible  <bruno@clisp.org>
11397             Paul Eggert  <eggert@cs.ucla.edu>
11398
11399         Ability to rename obstack_free.
11400         * lib/obstack.h (__obstack_free): New macro. Declare instead of
11401         obstack_free.
11402         (obstack_free): Invoke the __obstack_free macro.
11403         * lib/obstack.c (obstack_free): Use __obstack_free macro.
11404
11405 2006-10-23  Bruno Haible  <bruno@clisp.org>
11406             Paul Eggert  <eggert@cs.ucla.edu>
11407
11408         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
11409         __argc, __argv from the declaration. (They are defined as macros on
11410         mingw.)
11411
11412 2006-10-22  Bruno Haible  <bruno@clisp.org>
11413
11414         * doc/gnulib-intro.texi: New file.
11415         * doc/gnulib.texi: Include it.
11416
11417 2006-10-21  Bruno Haible  <bruno@clisp.org>
11418
11419         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
11420         "Introduction", "Miscellanous Notes", "Particular Modules".
11421
11422 2006-10-21  Bruno Haible  <bruno@clisp.org>
11423
11424         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11425         Change mostlyclean-local rule to avoid sh syntax error from bash
11426         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
11427
11428 2006-10-23  Jim Meyering  <jim@meyering.net>
11429
11430         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
11431         in place of snprintf.
11432
11433         * modules/inttostr (Files): Add lib/uinttostr.c.
11434         * lib/uinttostr.c (inttostr): New file/function.
11435         * lib/inttostr.h (uinttostr): Declare.
11436         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
11437         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
11438         Add uinttostr.
11439         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
11440
11441 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
11442
11443         * lib/canonicalize.c (ELOOP): Define if not already defined.
11444         Problem reported by Bruno Haible in
11445         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
11446
11447 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
11448
11449         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
11450         Problem reported by Perry Smith and Ville Laurikari.
11451
11452         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
11453         uses.
11454
11455 2006-10-19  Bruno Haible  <bruno@clisp.org>
11456
11457         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
11458         for mingw.
11459
11460 2006-10-19  Bruno Haible  <bruno@clisp.org>
11461
11462         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
11463         Needed for mingw.
11464
11465 2006-10-19  Bruno Haible  <bruno@clisp.org>
11466
11467         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
11468
11469 2006-10-19  Bruno Haible  <bruno@clisp.org>
11470
11471         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
11472         it.
11473
11474 2006-10-19  Bruno Haible  <bruno@clisp.org>
11475
11476         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
11477         invocation.
11478
11479 2006-10-19  Bruno Haible  <bruno@clisp.org>
11480
11481         * gnulib-tool (func_create_testdir): Don't include ftruncate and
11482         mountlist by default.
11483
11484 2006-10-16  Bruno Haible  <bruno@clisp.org>
11485
11486         * lib/c-strstr.c: Include c-strstr.h.
11487
11488 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
11489
11490         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
11491         in a slash.
11492
11493 2006-10-18  Bruno Haible  <bruno@clisp.org>
11494
11495         * lib/lock.h [C++]: Wrap definitions in extern "C".
11496
11497 2006-10-18  Bruno Haible  <bruno@clisp.org>
11498
11499         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
11500         gl_LIBOBJS list.
11501
11502 2006-10-18  Bruno Haible  <bruno@clisp.org>
11503
11504         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
11505
11506 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
11507
11508         * lib/xstrtol.h: Include gettext.h.
11509         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
11510         Problem reported by Eric Blake.
11511         * modules/xstrtol (Depends-on): Add gettext-h.
11512
11513 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
11514
11515         * lib/strftime.c (advance): New macro.
11516         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
11517         incomplete type, so you can't add 0 to it.  Problem and patch
11518         reported by Eelco Dolstra for dietlibc.
11519
11520 2006-10-18  Jim Meyering  <jim@meyering.net>
11521
11522         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
11523         type for a local, and rename it: s/up/user_proc/.
11524
11525 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
11526
11527         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
11528         READ_UTMP_USER_PROCESS.
11529         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
11530
11531 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
11532
11533         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
11534         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
11535
11536 2006-10-17  Eric Blake  <ebb9@byu.net>
11537
11538         * lib/sigprocmask.c (sigprocmask): Fix typo.
11539
11540         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
11541
11542         * modules/clean-temp (Makefile.am): Don't add to make output...
11543         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
11544         config.h.
11545
11546 2006-10-17  Bruno Haible  <bruno@clisp.org>
11547
11548         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
11549         differently if DEFAULT_TEXT_DOMAIN is set.
11550
11551 2006-10-16  Bruno Haible  <bruno@clisp.org>
11552
11553         * lib/clean-temp.c: Include fwriteerror.h.
11554
11555 2006-10-16  Bruno Haible  <bruno@clisp.org>
11556
11557         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
11558
11559 2006-10-16  Bruno Haible  <bruno@clisp.org>
11560
11561         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
11562         * lib/sigprocmask.h: Include <sys/types.h>.
11563         (sigset_t): Use the system's definition if present.
11564
11565 2006-10-17  Eric Blake  <ebb9@byu.net>
11566
11567         * lib/xvasprintf.c (includes): Assume config.h.
11568         * lib/xasprintf.c (includes): Likewise.
11569
11570 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
11571
11572         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
11573         at least as wide as intmax_t.
11574
11575 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
11576
11577         (Imported from Automake.)
11578         * build-aux/gnupload: Update to version 1.1 of directive file.
11579
11580 2006-10-16  Eric Blake  <ebb9@byu.net>
11581
11582         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
11583         match Automake 1.10a.
11584
11585 2006-10-14  Bruno Haible  <bruno@clisp.org>
11586
11587         * modules/sigprocmask: New file.
11588         * lib/sigprocmask.h: New file.
11589         * lib/sigprocmask.c: New file.
11590         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
11591         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
11592         request sigprocmask.o.
11593         (gl_PREREQ_SIGPROCMASK): New macro.
11594         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
11595         (Depends-on): Add sigprocmask.
11596         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
11597         gt_SIGNALBLOCKING. Test for 'raise' only once.
11598         * lib/fatal-signal.c: Include sigprocmask.h.
11599         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
11600         unblock_fatal_signals): Define always.
11601         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
11602         sigprocmask.
11603
11604 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11605
11606         Sync from Automake.
11607         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
11608         which incorrectly sets the mode of an existing destination
11609         directory.  In some cases the unpatched install-sh could do the
11610         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
11611         system.  We hope this is rare in practice, but it's clearly worth
11612         fixing.  Problem reported by Alex Unleashed in
11613         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
11614         Also, don't bother to check for -m bugs unless we're using -m;
11615         suggested by Stepan Kasal.
11616
11617 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11618
11619         Sync from Automake.
11620         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
11621         `-c' flag, so they appear at the same position as in %FASTDEP%
11622         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
11623         which ignores unknown options only after the first non-option.
11624         Bug report against M4 by Nelson H. F. Beebe.
11625
11626 2006-10-13  Jim Meyering  <jim@meyering.net>
11627
11628         Fix a bug in yesterday's change.
11629         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
11630         p->fts_statp->st_dev would be used uninitialized.
11631         Ensures that we always call fts_stat on the very first entry.
11632         Miklos Szeredi reported that find -xdev stopped working.
11633
11634 2006-10-12  Bruno Haible  <bruno@clisp.org>
11635
11636         * gnulib-tool (func_get_automake_snippet): Append an automatically
11637         computed EXTRA_DIST augmentation.
11638         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
11639         * modules/alloca-opt (Makefile.am): Likewise.
11640         * modules/allocsa (Makefile.am): Likewise.
11641         * modules/arcfour (Makefile.am): Likewise.
11642         * modules/arctwo (Makefile.am): Likewise.
11643         * modules/argmatch (Makefile.am): Likewise.
11644         * modules/argz (Makefile.am): Likewise.
11645         * modules/atexit (Makefile.am): Likewise.
11646         * modules/backupfile (Makefile.am): Likewise.
11647         * modules/byteswap (Makefile.am): Likewise.
11648         * modules/c-strtod (Makefile.am): Likewise.
11649         * modules/c-strtold (Makefile.am): Likewise.
11650         * modules/calloc (Makefile.am): Likewise.
11651         * modules/canon-host (Makefile.am): Likewise.
11652         * modules/canonicalize (Makefile.am): Likewise.
11653         * modules/chdir-long (Makefile.am): Likewise.
11654         * modules/chdir-safer (Makefile.am): Likewise.
11655         * modules/check-version (Makefile.am): Likewise.
11656         * modules/chown (Makefile.am): Likewise.
11657         * modules/cloexec (Makefile.am): Likewise.
11658         * modules/close-stream (Makefile.am): Likewise.
11659         * modules/closeout (Makefile.am): Likewise.
11660         * modules/crc (Makefile.am): Likewise.
11661         * modules/csharpexec (Makefile.am): Likewise.
11662         * modules/cycle-check (Makefile.am): Likewise.
11663         * modules/des (Makefile.am): Likewise.
11664         * modules/dev-ino (Makefile.am): Likewise.
11665         * modules/dirfd (Makefile.am): Likewise.
11666         * modules/dirname (Makefile.am): Likewise.
11667         * modules/dup2 (Makefile.am): Likewise.
11668         * modules/eealloc (Makefile.am): Likewise.
11669         * modules/error (Makefile.am): Likewise.
11670         * modules/euidaccess (Makefile.am): Likewise.
11671         * modules/exclude (Makefile.am): Likewise.
11672         * modules/exitfail (Makefile.am): Likewise.
11673         * modules/fcntl-safer (Makefile.am): Likewise.
11674         * modules/fcntl (Makefile.am): Likewise.
11675         * modules/file-type (Makefile.am): Likewise.
11676         * modules/fileblocks (Makefile.am): Likewise.
11677         * modules/filemode (Makefile.am): Likewise.
11678         * modules/filenamecat (Makefile.am): Likewise.
11679         * modules/fnmatch (Makefile.am): Likewise.
11680         * modules/fopen-safer (Makefile.am): Likewise.
11681         * modules/fpending (Makefile.am): Likewise.
11682         * modules/fprintftime (Makefile.am): Likewise.
11683         * modules/free (Makefile.am): Likewise.
11684         * modules/fsusage (Makefile.am): Likewise.
11685         * modules/ftruncate (Makefile.am): Likewise.
11686         * modules/fts (Makefile.am): Likewise.
11687         * modules/gc-arcfour (Makefile.am): Likewise.
11688         * modules/gc-des (Makefile.am): Likewise.
11689         * modules/gc-hmac-md5 (Makefile.am): Likewise.
11690         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
11691         * modules/gc-md4 (Makefile.am): Likewise.
11692         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
11693         * modules/gc-sha1 (Makefile.am): Likewise.
11694         * modules/gc (Makefile.am): Likewise.
11695         * modules/getaddrinfo (Makefile.am): Likewise.
11696         * modules/getcwd (Makefile.am): Likewise.
11697         * modules/getdelim (Makefile.am): Likewise.
11698         * modules/getdomainname (Makefile.am): Likewise.
11699         * modules/getgroups (Makefile.am): Likewise.
11700         * modules/gethostname (Makefile.am): Likewise.
11701         * modules/gethrxtime (Makefile.am): Likewise.
11702         * modules/getline (Makefile.am): Likewise.
11703         * modules/getloadavg (Makefile.am): Likewise.
11704         * modules/getlogin_r (Makefile.am): Likewise.
11705         * modules/getndelim2 (Makefile.am): Likewise.
11706         * modules/getopt (Makefile.am): Likewise.
11707         * modules/getpagesize (Makefile.am): Likewise.
11708         * modules/getpass-gnu (Makefile.am): Likewise.
11709         * modules/getpass (Makefile.am): Likewise.
11710         * modules/getsubopt (Makefile.am): Likewise.
11711         * modules/gettime (Makefile.am): Likewise.
11712         * modules/gettimeofday (Makefile.am): Likewise.
11713         * modules/getugroups (Makefile.am): Likewise.
11714         * modules/getusershell (Makefile.am): Likewise.
11715         * modules/glob (Makefile.am): Likewise.
11716         * modules/group-member (Makefile.am): Likewise.
11717         * modules/hard-locale (Makefile.am): Likewise.
11718         * modules/hash (Makefile.am): Likewise.
11719         * modules/hmac-md5 (Makefile.am): Likewise.
11720         * modules/hmac-sha1 (Makefile.am): Likewise.
11721         * modules/human (Makefile.am): Likewise.
11722         * modules/idcache (Makefile.am): Likewise.
11723         * modules/imaxabs (Makefile.am): Likewise.
11724         * modules/imaxdiv (Makefile.am): Likewise.
11725         * modules/inet_ntop (Makefile.am): Likewise.
11726         * modules/inet_pton (Makefile.am): Likewise.
11727         * modules/intprops (Makefile.am): Likewise.
11728         * modules/inttostr (Makefile.am): Likewise.
11729         * modules/inttypes (Makefile.am): Likewise.
11730         * modules/isapipe (Makefile.am): Likewise.
11731         * modules/javaversion (Makefile.am): Likewise.
11732         * modules/lchmod (Makefile.am): Likewise.
11733         * modules/lchown (Makefile.am): Likewise.
11734         * modules/localcharset (Makefile.am): Likewise.
11735         * modules/long-options (Makefile.am): Likewise.
11736         * modules/lstat (Makefile.am): Likewise.
11737         * modules/malloc (Makefile.am): Likewise.
11738         * modules/mathl (Makefile.am): Likewise.
11739         * modules/mbchar (Makefile.am): Likewise.
11740         * modules/md2 (Makefile.am): Likewise.
11741         * modules/md4 (Makefile.am): Likewise.
11742         * modules/md5 (Makefile.am): Likewise.
11743         * modules/memcasecmp (Makefile.am): Likewise.
11744         * modules/memchr (Makefile.am): Likewise.
11745         * modules/memcmp (Makefile.am): Likewise.
11746         * modules/memcoll (Makefile.am): Likewise.
11747         * modules/memcpy (Makefile.am): Likewise.
11748         * modules/memmem (Makefile.am): Likewise.
11749         * modules/memmove (Makefile.am): Likewise.
11750         * modules/mempcpy (Makefile.am): Likewise.
11751         * modules/memrchr (Makefile.am): Likewise.
11752         * modules/memset (Makefile.am): Likewise.
11753         * modules/memxor (Makefile.am): Likewise.
11754         * modules/mkancesdirs (Makefile.am): Likewise.
11755         * modules/mkdir-p (Makefile.am): Likewise.
11756         * modules/mkdir (Makefile.am): Likewise.
11757         * modules/mkdtemp (Makefile.am): Likewise.
11758         * modules/mkstemp (Makefile.am): Likewise.
11759         * modules/mktime (Makefile.am): Likewise.
11760         * modules/modechange (Makefile.am): Likewise.
11761         * modules/mountlist (Makefile.am): Likewise.
11762         * modules/nanosleep (Makefile.am): Likewise.
11763         * modules/obstack (Makefile.am): Likewise.
11764         * modules/openat (Makefile.am): Likewise.
11765         * modules/pagealign_alloc (Makefile.am): Likewise.
11766         * modules/pathmax (Makefile.am): Likewise.
11767         * modules/physmem (Makefile.am): Likewise.
11768         * modules/poll (Makefile.am): Likewise.
11769         * modules/posixtm (Makefile.am): Likewise.
11770         * modules/posixver (Makefile.am): Likewise.
11771         * modules/putenv (Makefile.am): Likewise.
11772         * modules/quote (Makefile.am): Likewise.
11773         * modules/quotearg (Makefile.am): Likewise.
11774         * modules/raise (Makefile.am): Likewise.
11775         * modules/read-file (Makefile.am): Likewise.
11776         * modules/readline (Makefile.am): Likewise.
11777         * modules/readlink (Makefile.am): Likewise.
11778         * modules/readtokens (Makefile.am): Likewise.
11779         * modules/readutmp (Makefile.am): Likewise.
11780         * modules/realloc (Makefile.am): Likewise.
11781         * modules/regex (Makefile.am): Likewise.
11782         * modules/rename-dest-slash (Makefile.am): Likewise.
11783         * modules/rename (Makefile.am): Likewise.
11784         * modules/rijndael (Makefile.am): Likewise.
11785         * modules/rmdir (Makefile.am): Likewise.
11786         * modules/rpmatch (Makefile.am): Likewise.
11787         * modules/safe-read (Makefile.am): Likewise.
11788         * modules/safe-write (Makefile.am): Likewise.
11789         * modules/same-inode (Makefile.am): Likewise.
11790         * modules/same (Makefile.am): Likewise.
11791         * modules/save-cwd (Makefile.am): Likewise.
11792         * modules/savedir (Makefile.am): Likewise.
11793         * modules/setenv (Makefile.am): Likewise.
11794         * modules/settime (Makefile.am): Likewise.
11795         * modules/sha1 (Makefile.am): Likewise.
11796         * modules/sig2str (Makefile.am): Likewise.
11797         * modules/snprintf (Makefile.am): Likewise.
11798         * modules/stat-macros (Makefile.am): Likewise.
11799         * modules/stat-time (Makefile.am): Likewise.
11800         * modules/stdbool (Makefile.am): Likewise.
11801         * modules/stdint (Makefile.am): Likewise.
11802         * modules/stdlib-safer (Makefile.am): Likewise.
11803         * modules/stpcpy (Makefile.am): Likewise.
11804         * modules/stpncpy (Makefile.am): Likewise.
11805         * modules/strcase (Makefile.am): Likewise.
11806         * modules/strcasestr (Makefile.am): Likewise.
11807         * modules/strchrnul (Makefile.am): Likewise.
11808         * modules/strcspn (Makefile.am): Likewise.
11809         * modules/strdup (Makefile.am): Likewise.
11810         * modules/strerror (Makefile.am): Likewise.
11811         * modules/strftime (Makefile.am): Likewise.
11812         * modules/strndup (Makefile.am): Likewise.
11813         * modules/strnlen (Makefile.am): Likewise.
11814         * modules/strpbrk (Makefile.am): Likewise.
11815         * modules/strsep (Makefile.am): Likewise.
11816         * modules/strstr (Makefile.am): Likewise.
11817         * modules/strtod (Makefile.am): Likewise.
11818         * modules/strtoimax (Makefile.am): Likewise.
11819         * modules/strtok_r (Makefile.am): Likewise.
11820         * modules/strtol (Makefile.am): Likewise.
11821         * modules/strtoll (Makefile.am): Likewise.
11822         * modules/strtoul (Makefile.am): Likewise.
11823         * modules/strtoull (Makefile.am): Likewise.
11824         * modules/strtoumax (Makefile.am): Likewise.
11825         * modules/strverscmp (Makefile.am): Likewise.
11826         * modules/sys_socket (Makefile.am): Likewise.
11827         * modules/sys_stat (Makefile.am): Likewise.
11828         * modules/sysexits (Makefile.am): Likewise.
11829         * modules/time_r (Makefile.am): Likewise.
11830         * modules/timegm (Makefile.am): Likewise.
11831         * modules/timespec (Makefile.am): Likewise.
11832         * modules/tmpfile-safer (Makefile.am): Likewise.
11833         * modules/trim (Makefile.am): Likewise.
11834         * modules/unistd-safer (Makefile.am): Likewise.
11835         * modules/unlinkdir (Makefile.am): Likewise.
11836         * modules/unlocked-io (Makefile.am): Likewise.
11837         * modules/userspec (Makefile.am): Likewise.
11838         * modules/utime (Makefile.am): Likewise.
11839         * modules/utimecmp (Makefile.am): Likewise.
11840         * modules/utimens (Makefile.am): Likewise.
11841         * modules/vasnprintf (Makefile.am): Likewise.
11842         * modules/vasprintf (Makefile.am): Likewise.
11843         * modules/vsnprintf (Makefile.am): Likewise.
11844         * modules/xalloc (Makefile.am): Likewise.
11845         * modules/xgetcwd (Makefile.am): Likewise.
11846         * modules/xnanosleep (Makefile.am): Likewise.
11847         * modules/xreadlink (Makefile.am): Likewise.
11848         * modules/xstrtod (Makefile.am): Likewise.
11849         * modules/xstrtol (Makefile.am): Likewise.
11850         * modules/xstrtold (Makefile.am): Likewise.
11851         * modules/yesno (Makefile.am): Likewise.
11852         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
11853
11854 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
11855
11856         * modules/error (Makefile.am): Distribute files through
11857         EXTRA_DIST, not lib_SOURCES.
11858
11859 2006-10-12  Eric Blake  <ebb9@byu.net>
11860
11861         * modules/error (Makefile.am): Distribute files in /lib.
11862         * modules/obstack (Makefile.am): Likewise.
11863
11864 2006-10-12  Bruno Haible  <bruno@clisp.org>
11865
11866         * modules/acl (Makefile.am): Distribute all files in lib/ through
11867         EXTRA_DIST.
11868         * modules/arcfour (Makefile.am): Likewise.
11869         * modules/arctwo (Makefile.am): Likewise.
11870         * modules/argmatch (Makefile.am): Likewise.
11871         * modules/argz (Makefile.am): Likewise.
11872         * modules/atexit (Makefile.am): Likewise.
11873         * modules/backupfile (Makefile.am): Likewise.
11874         * modules/c-strtod (Makefile.am): Likewise.
11875         * modules/c-strtold (Makefile.am): Likewise.
11876         * modules/calloc (Makefile.am): Likewise.
11877         * modules/canon-host (Makefile.am): Likewise.
11878         * modules/canonicalize (Makefile.am): Likewise.
11879         * modules/chdir-long (Makefile.am): Likewise.
11880         * modules/chdir-safer (Makefile.am): Likewise.
11881         * modules/check-version (Makefile.am): Likewise.
11882         * modules/chown (Makefile.am): Likewise.
11883         * modules/cloexec (Makefile.am): Likewise.
11884         * modules/close-stream (Makefile.am): Likewise.
11885         * modules/closeout (Makefile.am): Likewise.
11886         * modules/crc (Makefile.am): Likewise.
11887         * modules/cycle-check (Makefile.am): Likewise.
11888         * modules/des (Makefile.am): Likewise.
11889         * modules/dirfd (Makefile.am): Likewise.
11890         * modules/dirname (Makefile.am): Likewise.
11891         * modules/dup2 (Makefile.am): Likewise.
11892         * modules/euidaccess (Makefile.am): Likewise.
11893         * modules/exclude (Makefile.am): Likewise.
11894         * modules/exitfail (Makefile.am): Likewise.
11895         * modules/fcntl-safer (Makefile.am): Likewise.
11896         * modules/file-type (Makefile.am): Likewise.
11897         * modules/fileblocks (Makefile.am): Likewise.
11898         * modules/filemode (Makefile.am): Likewise.
11899         * modules/filenamecat (Makefile.am): Likewise.
11900         * modules/fnmatch (Makefile.am): Likewise.
11901         * modules/fopen-safer (Makefile.am): Likewise.
11902         * modules/fpending (Makefile.am): Likewise.
11903         * modules/fprintftime (Makefile.am): Likewise.
11904         * modules/free (Makefile.am): Likewise.
11905         * modules/fsusage (Makefile.am): Likewise.
11906         * modules/ftruncate (Makefile.am): Likewise.
11907         * modules/fts (Makefile.am): Likewise.
11908         * modules/gc (Makefile.am): Likewise.
11909         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
11910         * modules/getaddrinfo (Makefile.am): Likewise.
11911         * modules/getcwd (Makefile.am): Likewise.
11912         * modules/getdelim (Makefile.am): Likewise.
11913         * modules/getdomainname (Makefile.am): Likewise.
11914         * modules/getgroups (Makefile.am): Likewise.
11915         * modules/gethostname (Makefile.am): Likewise.
11916         * modules/gethrxtime (Makefile.am): Likewise.
11917         * modules/getline (Makefile.am): Likewise.
11918         * modules/getloadavg (Makefile.am): Likewise.
11919         * modules/getlogin_r (Makefile.am): Likewise.
11920         * modules/getopt (Makefile.am): Likewise.
11921         * modules/getpass (Makefile.am): Likewise.
11922         * modules/getpass-gnu (Makefile.am): Likewise.
11923         * modules/getsubopt (Makefile.am): Likewise.
11924         * modules/gettime (Makefile.am): Likewise.
11925         * modules/gettimeofday (Makefile.am): Likewise.
11926         * modules/getugroups (Makefile.am): Likewise.
11927         * modules/getusershell (Makefile.am): Likewise.
11928         * modules/glob (Makefile.am): Likewise.
11929         * modules/group-member (Makefile.am): Likewise.
11930         * modules/hard-locale (Makefile.am): Likewise.
11931         * modules/hash (Makefile.am): Likewise.
11932         * modules/hmac-md5 (Makefile.am): Likewise.
11933         * modules/hmac-sha1 (Makefile.am): Likewise.
11934         * modules/human (Makefile.am): Likewise.
11935         * modules/idcache (Makefile.am): Likewise.
11936         * modules/imaxabs (Makefile.am): Likewise.
11937         * modules/imaxdiv (Makefile.am): Likewise.
11938         * modules/inet_ntop (Makefile.am): Likewise.
11939         * modules/inet_pton (Makefile.am): Likewise.
11940         * modules/inttostr (Makefile.am): Likewise.
11941         * modules/isapipe (Makefile.am): Likewise.
11942         * modules/lchown (Makefile.am): Likewise.
11943         * modules/long-options (Makefile.am): Likewise.
11944         * modules/lstat (Makefile.am): Likewise.
11945         * modules/malloc (Makefile.am): Likewise.
11946         * modules/mathl (Makefile.am): Likewise.
11947         * modules/mbchar (Makefile.am): Likewise.
11948         * modules/md2 (Makefile.am): Likewise.
11949         * modules/md4 (Makefile.am): Likewise.
11950         * modules/md5 (Makefile.am): Likewise.
11951         * modules/memcasecmp (Makefile.am): Likewise.
11952         * modules/memchr (Makefile.am): Likewise.
11953         * modules/memcmp (Makefile.am): Likewise.
11954         * modules/memcoll (Makefile.am): Likewise.
11955         * modules/memcpy (Makefile.am): Likewise.
11956         * modules/memmem (Makefile.am): Likewise.
11957         * modules/memmove (Makefile.am): Likewise.
11958         * modules/mempcpy (Makefile.am): Likewise.
11959         * modules/memrchr (Makefile.am): Likewise.
11960         * modules/memset (Makefile.am): Likewise.
11961         * modules/memxor (Makefile.am): Likewise.
11962         * modules/mkancesdirs (Makefile.am): Likewise.
11963         * modules/mkdir (Makefile.am): Likewise.
11964         * modules/mkdir-p (Makefile.am): Likewise.
11965         * modules/mkdtemp (Makefile.am): Likewise.
11966         * modules/mkstemp (Makefile.am): Likewise.
11967         * modules/mktime (Makefile.am): Likewise.
11968         * modules/modechange (Makefile.am): Likewise.
11969         * modules/mountlist (Makefile.am): Likewise.
11970         * modules/nanosleep (Makefile.am): Likewise.
11971         * modules/openat (Makefile.am): Likewise.
11972         * modules/pagealign_alloc (Makefile.am): Likewise.
11973         * modules/physmem (Makefile.am): Likewise.
11974         * modules/poll (Makefile.am): Likewise.
11975         * modules/posixtm (Makefile.am): Likewise.
11976         * modules/posixver (Makefile.am): Likewise.
11977         * modules/putenv (Makefile.am): Likewise.
11978         * modules/quote (Makefile.am): Likewise.
11979         * modules/quotearg (Makefile.am): Likewise.
11980         * modules/raise (Makefile.am): Likewise.
11981         * modules/read-file (Makefile.am): Likewise.
11982         * modules/readline (Makefile.am): Likewise.
11983         * modules/readlink (Makefile.am): Likewise.
11984         * modules/readtokens (Makefile.am): Likewise.
11985         * modules/readutmp (Makefile.am): Likewise.
11986         * modules/realloc (Makefile.am): Likewise.
11987         * modules/regex (Makefile.am): Likewise.
11988         * modules/rename (Makefile.am): Likewise.
11989         * modules/rename-dest-slash (Makefile.am): Likewise.
11990         * modules/rijndael (Makefile.am): Likewise.
11991         * modules/rmdir (Makefile.am): Likewise.
11992         * modules/rpmatch (Makefile.am): Likewise.
11993         * modules/safe-read (Makefile.am): Likewise.
11994         * modules/safe-write (Makefile.am): Likewise.
11995         * modules/same (Makefile.am): Likewise.
11996         * modules/save-cwd (Makefile.am): Likewise.
11997         * modules/savedir (Makefile.am): Likewise.
11998         * modules/setenv (Makefile.am): Likewise.
11999         * modules/settime (Makefile.am): Likewise.
12000         * modules/sha1 (Makefile.am): Likewise.
12001         * modules/sig2str (Makefile.am): Likewise.
12002         * modules/snprintf (Makefile.am): Likewise.
12003         * modules/stdlib-safer (Makefile.am): Likewise.
12004         * modules/stpcpy (Makefile.am): Likewise.
12005         * modules/stpncpy (Makefile.am): Likewise.
12006         * modules/strcase (Makefile.am): Likewise.
12007         * modules/strcasestr (Makefile.am): Likewise.
12008         * modules/strchrnul (Makefile.am): Likewise.
12009         * modules/strcspn (Makefile.am): Likewise.
12010         * modules/strdup (Makefile.am): Likewise.
12011         * modules/strerror (Makefile.am): Likewise.
12012         * modules/strftime (Makefile.am): Likewise.
12013         * modules/strndup (Makefile.am): Likewise.
12014         * modules/strnlen (Makefile.am): Likewise.
12015         * modules/strpbrk (Makefile.am): Likewise.
12016         * modules/strsep (Makefile.am): Likewise.
12017         * modules/strstr (Makefile.am): Likewise.
12018         * modules/strtod (Makefile.am): Likewise.
12019         * modules/strtoimax (Makefile.am): Likewise.
12020         * modules/strtok_r (Makefile.am): Likewise.
12021         * modules/strtol (Makefile.am): Likewise.
12022         * modules/strtoll (Makefile.am): Likewise.
12023         * modules/strtoul (Makefile.am): Likewise.
12024         * modules/strtoull (Makefile.am): Likewise.
12025         * modules/strtoumax (Makefile.am): Likewise.
12026         * modules/strverscmp (Makefile.am): Likewise.
12027         * modules/time_r (Makefile.am): Likewise.
12028         * modules/timegm (Makefile.am): Likewise.
12029         * modules/tmpfile-safer (Makefile.am): Likewise.
12030         * modules/unistd-safer (Makefile.am): Likewise.
12031         * modules/unlinkdir (Makefile.am): Likewise.
12032         * modules/userspec (Makefile.am): Likewise.
12033         * modules/utime (Makefile.am): Likewise.
12034         * modules/utimecmp (Makefile.am): Likewise.
12035         * modules/utimens (Makefile.am): Likewise.
12036         * modules/vasnprintf (Makefile.am): Likewise.
12037         * modules/vasprintf (Makefile.am): Likewise.
12038         * modules/vsnprintf (Makefile.am): Likewise.
12039         * modules/xalloc (Makefile.am): Likewise.
12040         * modules/xgetcwd (Makefile.am): Likewise.
12041         * modules/xnanosleep (Makefile.am): Likewise.
12042         * modules/xreadlink (Makefile.am): Likewise.
12043         * modules/xstrtod (Makefile.am): Likewise.
12044         * modules/xstrtol (Makefile.am): Likewise.
12045         * modules/xstrtold (Makefile.am): Likewise.
12046         * modules/yesno (Makefile.am): Likewise.
12047
12048 2006-10-12  Jim Meyering  <jim@meyering.net>
12049
12050         * m4/getloadavg.m4: Revert the change below.
12051
12052         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
12053         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
12054         fail with a symlink, which is what coreutils' ./bootstrap now
12055         creates by default.
12056
12057 2006-10-12  Bruno Haible  <bruno@clisp.org>
12058
12059         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
12060         mingw.
12061         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
12062         MSVC and mingw explicitly.
12063
12064 2006-10-11  Simon Josefsson  <jas@extundo.com>
12065             Bruno Haible  <bruno@clisp.org>
12066
12067         Add support for multiple gnulib-tool invocations in the scope of a
12068         single configure.ac file.
12069         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
12070         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
12071         with the same contents as the _LIBADD variable.
12072         (func_emit_initmacro_start, func_emit_initmacro_end,
12073         func_emit_initmacro_done): New functions.
12074         (func_import, func_create_testdir): Invoke them. Allow the identifiers
12075         gl_LIBOBJS and gl_LTLIBOBJS.
12076
12077 2006-10-11  Bruno Haible  <bruno@clisp.org>
12078
12079         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
12080         (func_create_testdir): Don't create po/Makefile.am, don't invoke
12081         autoreconf. Instead, invoke autopoint explicitly but move back the
12082         *.m4 files from gnulib.
12083
12084 2006-10-11  Bruno Haible  <bruno@clisp.org>
12085
12086         * gnulib-tool (func_usage): Make module names after --create-testdir
12087         optional.
12088         (func_create_testdir): If no module was specified, use nearly all
12089         modules.
12090
12091 2006-10-12  Jim Meyering  <jim@meyering.net>
12092
12093         Big performance improvement for fts-based tools that use FTS_NOSTAT.
12094         Avoid spurious inode-mismatch problems on non-POSIX file systems.
12095         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
12096         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
12097         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
12098         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
12099         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
12100         (fts_set_stat_required): New function.
12101         (fts_open): Defer the calls to fts_stat, if possible or requested.
12102         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
12103         into fts_stat itself.
12104         (fts_read): Perform any required (deferred) fts_stat call.
12105         (fts_build): Likewise, for the directory we're about to open and read.
12106         In the readdir loop, carefully decide whether each entry will require
12107         an eventual call to fts_stat, using dirent.d_type info if available.
12108         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
12109         a command line argument into this function.  Update all callers.
12110         Map a return value of FTS_DOT to FTS_D for a command line argument.
12111         * modules/fts (Depends-on): Add d-type.  Alphabetize.
12112         Thanks to Miklos Szeredi for his tenacity and for the initial
12113         bug report about "find" failing on a FUSE-based file system.
12114
12115         * lib/fts.c (fts_open): Use consistent indentation.
12116
12117 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
12118
12119         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
12120         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
12121         reported by Jim Meyering.  All uses of cache variables renamed
12122         to match Autoconf's.
12123         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
12124         the other one.
12125
12126         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
12127         Fix misspelling in diagnostic.
12128
12129 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
12130
12131         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
12132         defined.  Problem reported by Matthew Woehlke.
12133
12134         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
12135         Add support for Tandem NonStop R series.
12136         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
12137         Use new macro.
12138
12139         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
12140         (has_trailing_slash): Omit size arg; all callers changed.
12141         Omit 'inline', since it doesn't help performance and we'd
12142         need to configure it.
12143         Don't count //, ///, etc. as having a trailing slash.
12144         As a side effect, this removes a C99ism reported by Matthew Woehlke.
12145         (rpl_rename_dest_slash): On failure, use rename's errno rather
12146         than (in some cases) an incorrect or junk errno.
12147         Simplify code by removing need to compute length; this does
12148         cause it to make two passes instead of one over the file name,
12149         but it's worth it.
12150
12151         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
12152         change, since Autoconf's version may no longer be appropriate now
12153         that we are using CVS Autoconf's version.  Add support for Tandem.
12154
12155 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
12156             Bruno Haible  <bruno@clisp.org>
12157
12158         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
12159         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
12160         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
12161         gl_AC_TYPE_LONG_LONG.
12162
12163         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
12164         instead of HAVE_LONG_LONG.
12165         * lib/printf-args.c (printf_fetchargs): Likewise.
12166         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
12167         * lib/vasnprintf.c (VASNPRINTF): Likewise.
12168         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
12169         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
12170         gl_AC_TYPE_LONG_LONG.
12171
12172 2006-10-11  Bruno Haible  <bruno@clisp.org>
12173
12174         * m4/longlong.m4: Add comments.
12175         * m4/ulonglong.m4: Likewise.
12176
12177 2006-10-10  Bruno Haible  <bruno@clisp.org>
12178
12179         Make it possible to #define stpcpy, strdup to aliases.
12180         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
12181         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
12182
12183 2006-10-10  Bruno Haible  <bruno@clisp.org>
12184
12185         Make it possible to #define gcd to an alias.
12186         * lib/gcd.c: Include config.h.
12187
12188 2006-10-10  Bruno Haible  <bruno@clisp.org>
12189
12190         Make it possible to #define c_isascii to an alias.
12191         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
12192         defined. Undefine the macros before defining them, to avoid gcc
12193         warnings.
12194         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
12195         define NO_C_CTYPE_MACROS early.
12196
12197 2006-10-10  Bruno Haible  <bruno@clisp.org>
12198
12199         Make it possible to #define set_program_name to an alias.
12200         * lib/progname.c: Don't undefine set_program_name; instead, undefine
12201         ENABLE_RELOCATABLE early.
12202
12203 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
12204
12205         Port to Tandem NSK OSS, which has 64-bit signed int but at most
12206         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
12207         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
12208         More generally, don't assume that 64-bit signed int is available
12209         if unsigned int is, and vice versa.
12210         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
12211         unsigned symbols, not on their signed counterparts.
12212         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
12213         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
12214         (UINT64_C, UINTMAX_C):
12215         Likewise.
12216         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
12217         unsigned counterparts.
12218         (Have_long_long, Unsigned): New macros.
12219         (Int): Renamed from INT.
12220         (strtoimax): Use the new macros.
12221         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
12222         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
12223         * modules/inttypes (inttypes.h): Substitute
12224         HAVE_UNSIGNED_LONG_LONG_INT.
12225         * modules/stdint (stdint.h): Likewise.
12226         (Files): Add m4/ulonglong.m4.
12227
12228 2006-10-10  Bruno Haible  <bruno@clisp.org>
12229
12230         Fix a gcc -Wshadow warning.
12231         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
12232         to 'bucket'.
12233         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
12234         gl_linked_indexof_from_to): Likewise.
12235         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
12236         Likewise.
12237         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
12238         Likewise.
12239         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
12240         Reported by Eric Blake.
12241
12242 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
12243
12244         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
12245         for NetBSD.  Problem reported by Bruno Haible.
12246
12247 2006-10-09  Jim Meyering  <jim@meyering.net>
12248
12249         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
12250         Patch from Bruno Haible.
12251
12252 2006-10-09  Jim Meyering  <jim@meyering.net>
12253
12254         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
12255         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
12256         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
12257
12258 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
12259
12260         Don't include <config.h> twice; this doesn't work in some cases,
12261         e.g., when config.h has "#define intmax_t long long int" and
12262         we include <config.h>, <inttypes.h>, <config.h> in that order.
12263         Problem reported by Matthew Woehlke in:
12264         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
12265         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
12266         * lib/fts-cycle.c: Don't include config.h.
12267         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
12268         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
12269         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
12270         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
12271         inttypes.h.
12272         * lib/xstrtoumax.c: Likewise.
12273         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
12274         __strtol and the like, so that this module is more like its siblings.
12275         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
12276         Remove; no longer needed now that we assume gnulib inttypes.h.
12277
12278 2006-10-08  Bruno Haible  <bruno@clisp.org>
12279
12280         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
12281         option.
12282
12283 2006-10-07  Jim Meyering  <jim@meyering.net>
12284
12285         * modules/inttypes (inttypes.h): Revert what seems to have been
12286         an inadvertent part of today's change: use "|", not "/" in the
12287         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
12288
12289 2006-10-07  Bruno Haible  <bruno@clisp.org>
12290
12291         * modules/sublist: New file.
12292
12293 2006-10-07  Bruno Haible  <bruno@clisp.org>
12294
12295         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
12296         * modules/argz (argz.h): Likewise.
12297         * modules/arpa_inet (arpa/inet.h): Likewise.
12298         * modules/byteswap (byteswap.h): Likewise.
12299         * modules/configmake (configmake.h): Likewise.
12300         * modules/fcntl (fcntl.h): Likewise.
12301         * modules/fnmatch (fnmatch.h): Likewise.
12302         * modules/getopt (getopt.h): Likewise.
12303         * modules/glob (glob.h): Likewise.
12304         * modules/inttypes (inttypes.h): Likewise.
12305         * modules/netinet_in (netinet/in.h): Likewise.
12306         * modules/poll (poll.h): Likewise.
12307         * modules/stdbool (stdbool.h): Likewise.
12308         * modules/stdint (stdint.h): Likewise.
12309         * modules/sys_select (sys/select.h): Likewise.
12310         * modules/sys_socket (sys/socket.h): Likewise.
12311         * modules/sys_stat (sys/stat.h): Likewise.
12312         * modules/sysexits (sysexits.h): Likewise.
12313         * modules/unistd (unistd.h): Likewise.
12314         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12315         Add a "DO NOT EDIT" comment to the generated file.
12316         (func_import): Likewise for gnulib-comp.m4.
12317
12318 2006-10-07  Bruno Haible  <bruno@clisp.org>
12319
12320         * lib/gl_sublist.h: New file.
12321         * lib/gl_sublist.c: New file.
12322
12323 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
12324
12325         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
12326         name (relative to the original working directory) and the file
12327         name component (relative to the temporary working directory).  All
12328         callers changed.
12329         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
12330         * lib/mkdir-p.c (make_dir_parents): Likewise.
12331         * lib/mkdir-p.h (make_dir_parents): Likewise.
12332
12333 2006-10-06  Eric Blake  <ebb9@byu.net>
12334
12335         Define several macros for use by the clean-temp module.
12336         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
12337         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
12338         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
12339
12340         * lib/clean-temp.h (close_stream_temp): New declaration.
12341         * lib/clean-temp.c (includes): Pull in headers according to what
12342         other modules are in use.
12343         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
12344
12345 2006-10-06  Bruno Haible  <bruno@clisp.org>
12346
12347         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
12348         instead of fopen, fwriteerror.
12349
12350 2006-10-06  Bruno Haible  <bruno@clisp.org>
12351
12352         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
12353         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
12354         int.
12355         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
12356         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
12357         Return an error indicator.
12358         Suggested by Eric Blake.
12359
12360 2006-10-06  Bruno Haible  <bruno@clisp.org>
12361
12362         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
12363         Reported by Eric Blake.
12364
12365 2006-10-06  Bruno Haible  <bruno@clisp.org>
12366
12367         * modules/closeout (Description): Mention stderr too.
12368
12369 2006-10-06  Bruno Haible  <bruno@clisp.org>
12370         and Paul Eggert  <eggert@cs.ucla.edu>
12371
12372         * lib/closeout.c (close_stdout): Also close stderr.
12373         * lib/closeout.h: Update comment.
12374
12375 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
12376
12377         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
12378         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
12379         * lib/dirchownmod.c: Include lchown.h.
12380         * lib/lchown.c: Don't include files that lchown.h now includes.
12381         Don't declare chown, since lchown.h now does that.
12382         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
12383         (lchown): Define to rpl_chown if lchown is declared but
12384         does not exist.  Declare using a prototype if lchown is not
12385         declared.  Add a copyright notice.
12386         * lib/mkstemp.h: Include <unistd.h>.
12387         * lib/openat.c: Include lchown.h.
12388
12389         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
12390         we now test for that separately.
12391         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
12392         rather than O_NOFOLLOW, when testing whether it's possible to
12393         avoid a race condition reliably.
12394         * lib/savewd.c (savewd_chdir): Likewise.
12395
12396         Remove macros that are no longer needed now that stdint.h is
12397         reliable.
12398         * lib/fsusage.c (UINTMAX_MAX): Remove.
12399         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
12400         * lib/utimecmp.c (SIZE_MAX): Remove.
12401
12402         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
12403
12404         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
12405         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
12406         O_NOATIME works.
12407
12408 2006-10-05  Bruno Haible  <bruno@clisp.org>
12409
12410         * lib/gl_list.h (gl_sortedlist_search_from_to,
12411         gl_sortedlist_indexof_from_to): New declarations.
12412         (gl_list_implementation): New fields sortedlist_search_from_to,
12413         sortedlist_indexof_from_to.
12414         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
12415         inline functions.
12416         * lib/gl_list.c (gl_sortedlist_search_from_to,
12417         gl_sortedlist_indexof_from_to): New functions.
12418         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
12419         function.
12420         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
12421         (gl_array_sortedlist_search_from_to): New function.
12422         (gl_array_list_implementation): Update.
12423         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
12424         function.
12425         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
12426         (gl_carray_sortedlist_search_from_to): New function.
12427         (gl_carray_list_implementation): Update.
12428         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
12429         gl_linked_sortedlist_indexof_from_to): New functions.
12430         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
12431         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
12432         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
12433         gl_tree_sortedlist_indexof_from_to): New functions.
12434         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
12435         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
12436         Update.
12437         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
12438         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
12439         Update.
12440
12441 2006-10-05  Bruno Haible  <bruno@clisp.org>
12442
12443         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
12444         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
12445         (struct gl_list_implementation): Add fields search_from_to,
12446         indexof_from_to. Remove fields search, indexof.
12447         (gl_list_search): Use the search_from_to method.
12448         (gl_list_search_from, gl_list_search_from_to): New functions.
12449         (gl_list_indexof): Use the indexof_from_to method.
12450         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
12451         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
12452         (gl_list_search_from, gl_list_search_from_to): New functions.
12453         (gl_list_indexof): Use the indexof_from_to method.
12454         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
12455         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
12456         gl_array_indexof. Add start_index, end_index arguments.
12457         (gl_array_search_from_to): Renamed from gl_array_search. Add
12458         start_index, end_index arguments.
12459         (gl_array_remove, gl_array_list_implementation): Update.
12460         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
12461         gl_carray_indexof. Add start_index, end_index arguments.
12462         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
12463         start_index, end_index arguments.
12464         (gl_carray_remove, gl_carray_list_implementation): Update.
12465         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
12466         gl_linked_search. Add start_index, end_index arguments.
12467         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
12468         start_index, end_index arguments.
12469         (gl_linked_remove): Update.
12470         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
12471         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
12472         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
12473         field to 'size_t'.
12474         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
12475         gl_tree_search. Add start_index, end_index arguments.
12476         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
12477         start_index, end_index arguments.
12478         (gl_tree_remove): Update.
12479         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
12480         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
12481         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
12482         function.
12483         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
12484         gl_tree_search. Add start_index, end_index arguments.
12485         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
12486         start_index, end_index arguments.
12487         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
12488         Update.
12489         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
12490
12491 2006-10-05  Bruno Haible  <bruno@clisp.org>
12492
12493         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
12494
12495         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
12496         fwriteerror_temp): New declarations.
12497         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
12498         (descriptors): New variable.
12499         (cleanup): First, close the descriptors.
12500         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
12501         fclose_temp, fwriteerror_temp): New functions.
12502
12503 2006-10-04  Jim Meyering  <jim@meyering.net>
12504
12505         * lib/fts.c (fts_open): Tiny comment change.
12506
12507 2006-10-04  Bruno Haible  <bruno@clisp.org>
12508
12509         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
12510         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
12511         gl_LOCK_BODY.
12512         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
12513         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
12514         gl_LOCK_EARLY_BODY.
12515         (gl_LOCK): Require gl_LOCK_BODY.
12516
12517 2006-10-04  Bruno Haible  <bruno@clisp.org>
12518
12519         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
12520         (gl_oset_search_atleast): New declaration.
12521         (struct gl_oset_implementation): Add field 'search_atleast'.
12522         (gl_oset_search_atleast): New inline function.
12523         * lib/gl_oset.c (gl_oset_search_atleast): New function.
12524         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
12525         (gl_array_oset_implementation): Update.
12526         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
12527         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
12528         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
12529
12530 2006-10-04  Bruno Haible  <bruno@clisp.org>
12531
12532         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
12533
12534 2006-10-03  Bruno Haible  <bruno@clisp.org>
12535
12536         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
12537         from gl_avltreehash_list_implementation.
12538
12539 2006-10-03  Bruno Haible  <bruno@clisp.org>
12540
12541         * lib/gl_oset.c (gl_oset_add): Fix return type.
12542
12543 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
12544
12545         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
12546
12547 2006-10-02  Eric Blake  <ebb9@byu.net>
12548
12549         * modules/strnlen (Depends-on): Add extensions.
12550
12551 2006-10-02  Eric Blake  <ebb9@byu.net>
12552
12553         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
12554         definition in 2.60+.
12555
12556 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
12557
12558         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
12559         checks.
12560
12561 2006-10-02  Bruno Haible  <bruno@clisp.org>
12562
12563         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
12564         to the AUTOMAKE_OPTIONS.
12565         Reported by Jim Meyering.
12566
12567 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
12568
12569         Work around bug in Solaris 10 /proc file system:
12570         /proc/self/fd/NNN/.. isn't the parent directory of
12571         the directory whose file descriptor is NNN.  This needs to
12572         be worked around at run time, not compile time, since a
12573         program might be built on Solaris 8, where things work, and
12574         run on Solaris 10.
12575         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
12576         to use the following interface instead:
12577         (OPENAT_BUFFER_SIZE): New macro.
12578         (openat_proc_name): New function.
12579         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
12580         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
12581         Likewise.
12582         * lib/openat-proc.c: New file.
12583         * modules/openat (Files): Add lib/openat-proc.c.
12584         (Depends-on): Add same-inode, stdbool.
12585         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
12586
12587 2006-09-29  Bruno Haible  <bruno@clisp.org>
12588
12589         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
12590         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
12591         argument. Set stdout_closed before testing for ferror, not after.
12592         (fwriteerror, fwriteerror_no_ebadf): New functions.
12593
12594 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12595
12596         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
12597
12598 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
12599
12600         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
12601         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
12602
12603 2006-09-28  Jim Meyering  <jim@meyering.net>
12604
12605         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
12606         Include <unistd.h>.
12607
12608 2006-09-28  Bruno Haible  <bruno@clisp.org>
12609
12610         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
12611         * modules/linkedhash-list (Depends-on): Likewise.
12612         * modules/rbtreehash-list (Depends-on): Likewise.
12613
12614 2006-09-28  Bruno Haible  <bruno@clisp.org>
12615
12616         * lib/strndup.h: Simplify the redefinition of strndup.
12617         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
12618         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
12619
12620 2006-09-28  Bruno Haible  <bruno@clisp.org>
12621
12622         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
12623         * lib/gl_linkedhash_list.c: Likewise.
12624         * lib/gl_rbtreehash_list.c: Likewise.
12625
12626 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
12627
12628         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
12629         getaddrinfo.
12630
12631         * lib/__fpending.h: Don't include <stdio_ext.h> unless
12632         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
12633         it causes <stdio_ext.h> to cause a compile-time error.
12634         Problem reported by Nelson H. F. Beebe.
12635         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
12636         of HAVE_DECL___PENDING.
12637
12638         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
12639         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
12640         declaration.
12641
12642 2006-09-27  Jim Meyering  <jim@meyering.net>
12643
12644         This file could end up with a definition for a function
12645         named __strndup, rather than rpl_strndup on a system with
12646         incomplete weak_alias support.
12647         * lib/strndup.c (strndup): Rename from __strndup.
12648         Remove #defines that used to map __strndup to strndup.
12649         Don't use K&R prototypes.
12650         Remove LIBC-related code, since this file is not sync'd with glibc.
12651         * lib/strndup.h: Revamp, accordingly.
12652         * m4/strndup.m4: Modernize.
12653
12654 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
12655
12656         * modules/savewd (Depends-on): Add 'raise'.
12657         * lib/savewd.c: Include <signal.h>, for 'raise'.
12658
12659 2006-09-26  Jim Meyering  <jim@meyering.net>
12660
12661         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
12662         when we detect Darwin 8.7.0's acl_get_file bug.
12663         Rearrange to perform the new (below) run-test while $LIBS
12664         contains any acl-related library.  Set USE_ACL at the end.
12665         (gl_ACL_GET_FILE): New function.
12666
12667 2006-09-26  Eric Blake  <ebb9@byu.net>
12668
12669         * lib/verror.c: Include <config.h> unconditionally.
12670
12671 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
12672
12673         * modules/clock-time (Maintainer): Add self.
12674         * modules/getlogin_r (Depends-on): Add extensions.
12675
12676 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12677
12678         * modules/clock-time: New module.
12679         * modules/nanosleep (Depends-on): Add clock-time.
12680         * modules/gethrxtime (Depends-on): Likewise.
12681         * modules/gettime (Depends-on): Likewise.
12682         * modules/settime (Depends-on): Likewise.
12683
12684         * modules/fts-lgpl: Depend on openat.
12685         * modules/mkancesdirs: Depend on savewd.
12686         * modules/mkdir-p: Likewise.
12687
12688 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12689
12690         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
12691
12692         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
12693         `gl_have_arbitrary_file_name_length_limit' to
12694         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
12695         actually works between configure runs.
12696
12697 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12698             Bruno Haible  <bruno@clisp.org>
12699
12700         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
12701
12702 2006-09-25  Jim Meyering  <jim@meyering.net>
12703
12704         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
12705         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
12706
12707 2006-09-25  Eric Blake  <ebb9@byu.net>
12708
12709         * gnulib-tool (func_import, func_create_testdir): Fix typos in
12710         exec's in 2006-09-18 patch when shuffling fds.
12711
12712 2006-09-25  Bruno Haible  <bruno@clisp.org>
12713
12714         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
12715         Reported by Jim Meyering.
12716
12717 2006-09-24  Jim Meyering  <jim@meyering.net>
12718
12719         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
12720         compare a pointer against a literal "0".  That caused failures with
12721         at least HP-UX's hpcc.
12722
12723 2006-09-22  Simon Josefsson  <jas@extundo.com>
12724
12725         * modules/gc-sha1:
12726         * modules/gc-md4:
12727         * modules/gc-hmac-sha1:
12728         * modules/gc-hmac-md5:
12729         * modules/gc-des:
12730         * modules/gc-arcfour: Distribute more files.
12731
12732 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12733
12734         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
12735         (gl_linked_iterator_from_to): Initialize struct completely.
12736         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
12737         (gl_tree_iterator_from_to): Likewise
12738         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
12739         * lib/gl_array_list.c [lint] (gl_array_iterator)
12740         (gl_array_iterator_from_to): Likewise.
12741         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
12742         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
12743         (gl_carray_iterator_from_to): Likewise.
12744
12745         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
12746         * lib/md4.c (md4_process_block): Remove unused variable.
12747         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
12748         parentheses for clarity.
12749
12750 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12751
12752         * modules/bison-i18n (Depends-on): Add gettext.
12753
12754 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12755
12756         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
12757         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
12758         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
12759         also add missing comma that caused broken test.
12760         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
12761         stdlib.h, for `abort'.
12762         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
12763         variables.
12764         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
12765         include unistd.h if present, for `rmdir'.
12766         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
12767         variables.
12768         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
12769         in the process include standard headers for prototypes.
12770         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
12771         gets declared on GNU/Linux.
12772         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
12773         unistd.h, for `rmdir'.
12774         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
12775
12776         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
12777         always true.
12778         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
12779
12780         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
12781
12782 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12783
12784         * gnulib-tool (func_version): Create output all at once.  This
12785         may help avoid triggering unnecessary SIGPIPEs, and at any
12786         rate it doesn't hurt.
12787
12788 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12789             Bruno Haible  <bruno@clisp.org>
12790
12791         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
12792         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
12793         * m4/signed.m4 (bh_C_SIGNED): Likewise.
12794
12795         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
12796         (gl_FUNC_VASPRINTF): Invoke it.
12797
12798 2006-09-22  Bruno Haible  <bruno@clisp.org>
12799
12800         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
12801         getloadavg.c as first argument.
12802
12803 2006-09-22  Bruno Haible  <bruno@clisp.org>
12804
12805         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
12806         at the beginning of the gl_INIT macro.
12807         * modules/getloadavg (configure.ac): Pass $gl_source_base to
12808         gl_GETLOADAVG.
12809
12810 2006-09-22  Bruno Haible  <bruno@clisp.org>
12811
12812         * gnulib-tool (func_create_megatestdir): Don't include the config-h
12813         module.
12814         Suggested by Ralf Wildenhues.
12815
12816 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
12817
12818         Import this patch from libc:
12819
12820         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
12821
12822         * lib/regex_internal.c (re_string_reconstruct): Handle
12823         offset < pstr->valid_raw_len && pstr->offsets_needed case.
12824         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
12825         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
12826         re_string_context_at.
12827
12828         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
12829         now requires it.
12830         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
12831         gl_REGEX now does it for us.
12832         (gl_REGEX): Add test taken from
12833         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
12834
12835         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
12836         Check that large offsets work.  Modernize Autoconf usages.
12837         Prefer "yes" to mean a good thing rather than a bad.
12838         Don't put "#define mkstemp" in config.h, as this might interfere
12839         with standard system headers that "#define mkstemp mkstemp64".
12840
12841         * modules/mkstemp (Depends-on): Add extensions, so that
12842         mkstemp is visible on some platforms.
12843         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
12844         (Include): Change to "mkstemp.h" from <stdlib.h>.
12845         (Files): Add mkstemp.h.
12846
12847         * lib/mkstemp.h: New file, since some standard headers
12848         #define mkstemp.
12849         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
12850         Include "mkstemp.h".
12851         Make the _LIBC code resemble glibc original more,
12852         e.g., use K&R style.
12853         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
12854         (mkstemp): Remove, since mkstemp.h does this for us.
12855         * lib/stdlib--.h: Include mkstemp.h.
12856
12857         Import this patch from libc:
12858
12859         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
12860
12861         * lib/tempname.c (__gen_tempname): Change attempts_min
12862         into a macro.  Use preprocessor to decide how to initialize
12863         attempts [Coverity CID 67].
12864
12865 2006-09-20  Bruno Haible  <bruno@clisp.org>
12866
12867         * lib/mkdtemp.c: Import from libc.
12868         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
12869                 * sysdeps/posix/tempname.c (__gen_tempname): Change
12870                 attempts_min into a macro.  Use preprocessor to decide how to
12871                 initialize attempts [Coverity CID 67].
12872         2001-11-27  Paul Eggert  <eggert@twinsun.com>
12873                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
12874                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
12875
12876 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12877
12878         * gnulib-tool (func_exit): New function, to allow to pass the
12879         exit status portably through the trap.  Use everywhere.
12880         (--help, --version): Signal a write error.
12881         (trap): catch SIGPIPE, for write errors.
12882         Exit at the end of the trap, with the correct exit status.
12883
12884 2006-09-19  Karl Berry  <karl@gnu.org>
12885
12886         * doc/gnulib.texi: note about the license texinfo files.
12887
12888 2006-09-19  Eric Blake  <ebb9@byu.net>
12889
12890         * gnulib-tool: Avoid space-tab.
12891
12892 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
12893
12894         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
12895         that prevented coreutils 6.1 from building.  Problem reported
12896         by Petter Reinholdtsen.
12897
12898 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
12899
12900         * gnulib-tool (avoidlist): Fix typo that broke options like
12901         --avoid=lock that are used by coreutils bootstrap.
12902
12903 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
12904
12905         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
12906         more systematically.
12907
12908 2006-09-18  Jim Meyering  <jim@meyering.net>
12909
12910         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
12911
12912 2006-09-18  Bruno Haible  <bruno@clisp.org>
12913
12914         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
12915
12916 2006-09-18  Bruno Haible  <bruno@clisp.org>
12917
12918         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
12919         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
12920         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
12921         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
12922         * m4/gettext.m4: Require autoconf >= 2.52.
12923         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
12924         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
12925         of gl_cv_header_inttypes_h.
12926
12927 2006-09-18  Bruno Haible  <bruno@clisp.org>
12928
12929         * lib/javaversion.c: Include configmake.h.
12930
12931 2006-09-18  Bruno Haible  <bruno@clisp.org>
12932
12933         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
12934         avoid that the while loops be executed in a subshell.
12935
12936 2006-09-18  Bruno Haible  <bruno@clisp.org>
12937
12938         * MODULES.html.sh (func_module): Break long lines.
12939         Suggested by Bruce Korb <bkorb@gnu.org>.
12940
12941 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12942
12943         Speed up by a factor of 1.12.
12944         * gnulib-tool (nl): New variable.
12945         (func_import): Rewrite include directive extraction to only read each
12946         directive once.
12947
12948 2006-09-17  Bruno Haible  <bruno@clisp.org>
12949
12950         * modules/javaversion (Makefile.am): Remove DEFS setting.
12951         (Depends-on): Add configmake, for PKGDATADIR definition.
12952
12953 2006-09-17  Bruno Haible  <bruno@clisp.org>
12954
12955         * gnulib-tool (func_create_testdir): Rewrite all files at once.
12956
12957 2006-09-17  Bruno Haible  <bruno@clisp.org>
12958
12959         * gnulib-tool (func_append): New function, stolen from libtool.m4.
12960         (func_modules_transitive_closure, func_modules_add_dummy,
12961         func_modules_to_filelist, func_import, func_create_testdir,
12962         func_create_megatestdir, ...): Use it wherever possible.
12963         Suggested by Ralf Wildenhues.
12964
12965 2006-09-16  Karl Berry  <karl@gnu.org>
12966
12967         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
12968         to avoid sectioning errors.
12969         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
12970         [ifinfo]: blank line after @center-ed titles.
12971         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
12972         Spell FSF address consistently with others.
12973         (These changes approved by rms.)
12974
12975 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12976
12977         Speed up by a factor of 1.61.
12978         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
12979         already checked module names again.
12980
12981 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12982
12983         Speed up by a factor of 1.13.
12984         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
12985         for new_files, and the input to func_add_or_update.
12986
12987 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12988
12989         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
12990         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
12991
12992 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
12993
12994         * modules/mkancesdirs (Depends-on): Add fcntl.
12995         * modules/savewd: New file.
12996         * MODULES.html.sh (File system functions): Add savewd.
12997
12998         * modules/configmake (Makefile.am): Add support for the
12999         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
13000
13001 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13002
13003         * m4/savewd.m4: New file.
13004
13005 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13006
13007         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
13008         (dirchownmod): New arg FD.  All callers changed.
13009         Use FD rather than opening the directory ourself, as opening is
13010         now the caller's responsibility.
13011         * lib/dirchownmod.h: Likewise.
13012         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
13013         hosts that require <sys/types.h> before <sys/stat.h>.  Include
13014         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
13015         (test_dir): Remove.
13016         (mkancesdirs): Return length of prefix of FILE that has already
13017         been made, or -2 if there is a child doing the work.  Redo
13018         algorithm so that it is O(N) rather than O(N**2).  Optimize away
13019         ".", and treat ".." specially since it might stray back into
13020         already-created areas.  Use a subprocess if necessary.  New arg
13021         WD; all users changed.  MAKE_DIR function should now return 1
13022         if it creates a directory that is not readable.  Return -2 if
13023         a child process is spun off.
13024         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
13025         Adjust signature to match code.
13026         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
13027         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
13028         all users changed.
13029         * lib/savewd.c, lib/savewd.h: New files.
13030
13031 2006-09-15  Jim Meyering  <jim@meyering.net>
13032
13033         * modules/rename-dest-slash: New module.
13034         * MODULES.html.sh (posix_compat): Add it here.
13035
13036         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
13037
13038 2006-09-15  Jim Meyering  <jim@meyering.net>
13039
13040         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
13041         file.
13042
13043         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
13044
13045 2006-09-15  Jim Meyering  <jim@meyering.net>
13046
13047         * lib/rename-dest-slash.c (has_trailing_slash): Use
13048         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
13049         (rpl_rename_dest_slash): Perform the cheaper trailing slash
13050         test before testing whether SRC is a directory.
13051         Suggestions from Bruno Haible.
13052
13053         Avoid a warning about an unused variable.
13054         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
13055         into the #ifdef block where it's used.
13056
13057         * lib/rename-dest-slash.c: New file.
13058
13059 2006-09-14  Bruno Haible  <bruno@clisp.org>
13060
13061         * lib/allocsa.c: Include <config.h> unconditionally.
13062         * lib/asnprintf.c: Likewise.
13063         * lib/asprintf.c: Likewise.
13064         * lib/c-strcasecmp.c: Likewise.
13065         * lib/c-strcasestr.c: Likewise.
13066         * lib/c-strncasecmp.c: Likewise.
13067         * lib/c-strstr.c: Likewise.
13068         * lib/classpath.c: Likewise.
13069         * lib/clean-temp.c: Likewise.
13070         * lib/concatpath.c: Likewise.
13071         * lib/copy-file.c: Likewise.
13072         * lib/csharpcomp.c: Likewise.
13073         * lib/csharpexec.c: Likewise.
13074         * lib/execute.c: Likewise.
13075         * lib/fatal-signal.c: Likewise.
13076         * lib/findprog.c: Likewise.
13077         * lib/fwriteerror.c: Likewise.
13078         * lib/gl_array_list.c: Likewise.
13079         * lib/gl_array_oset.c: Likewise.
13080         * lib/gl_avltree_list.c: Likewise.
13081         * lib/gl_avltree_oset.c: Likewise.
13082         * lib/gl_avltreehash_list.c: Likewise.
13083         * lib/gl_carray_list.c: Likewise.
13084         * lib/gl_linked_list.c: Likewise.
13085         * lib/gl_linkedhash_list.c: Likewise.
13086         * lib/gl_list.c: Likewise.
13087         * lib/gl_oset.c: Likewise.
13088         * lib/gl_rbtree_list.c: Likewise.
13089         * lib/gl_rbtree_oset.c: Likewise.
13090         * lib/gl_rbtreehash_list.c: Likewise.
13091         * lib/imaxabs.c: Likewise.
13092         * lib/imaxdiv.c: Likewise.
13093         * lib/javacomp.c: Likewise.
13094         * lib/javaexec.c: Likewise.
13095         * lib/javaversion.c: Likewise.
13096         * lib/linebreak.c: Likewise.
13097         * lib/localcharset.c: Likewise.
13098         * lib/lock.c: Likewise.
13099         * lib/mbchar.c: Likewise.
13100         * lib/mbswidth.c: Likewise.
13101         * lib/mkdtemp.c: Likewise.
13102         * lib/pipe.c: Likewise.
13103         * lib/printf-args.c: Likewise.
13104         * lib/printf-parse.c: Likewise.
13105         * lib/progname.c: Likewise.
13106         * lib/progreloc.c: Likewise.
13107         * lib/readlink.c: Likewise.
13108         * lib/sh-quote.c: Likewise.
13109         * lib/stpcpy.c: Likewise.
13110         * lib/stpncpy.c: Likewise.
13111         * lib/strcasecmp.c: Likewise.
13112         * lib/strcasestr.c: Likewise.
13113         * lib/strcspn.c: Likewise.
13114         * lib/striconv.c: Likewise.
13115         * lib/strncasecmp.c: Likewise.
13116         * lib/strnlen1.c: Likewise.
13117         * lib/strstr.c: Likewise.
13118         * lib/strtok_r.c: Likewise.
13119         * lib/tls.c: Likewise.
13120         * lib/tmpdir.c: Likewise.
13121         * lib/unicodeio.c: Likewise.
13122         * lib/unsetenv.c: Likewise.
13123         * lib/vasnprintf.c: Likewise.
13124         * lib/vasprintf.c: Likewise.
13125         * lib/wait-process.c: Likewise.
13126         * lib/xallocsa.c: Likewise.
13127         * lib/xsetenv.c: Likewise.
13128         * lib/xstriconv.c: Likewise.
13129
13130 2006-09-13  Simon Josefsson  <jas@extundo.com>
13131
13132         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
13133         that internally, suggested by Ralf Wildenhues
13134         <Ralf.Wildenhues@gmx.de>.
13135
13136 2006-09-13  Simon Josefsson  <jas@extundo.com>
13137
13138         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
13139         @LIBOBJS@.
13140         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13141
13142 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
13143
13144         * lib/_fpending.c: Include <config.h> unconditionally, since we no
13145         longer worry about uses that don't define HAVE_CONFIG_H.
13146         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
13147         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
13148         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
13149         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
13150         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
13151         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
13152         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
13153         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
13154         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
13155         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
13156         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
13157         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
13158         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
13159         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
13160         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
13161         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
13162         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
13163         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
13164         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
13165         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
13166         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
13167         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
13168         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
13169         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
13170         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
13171         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
13172         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
13173         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
13174         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
13175         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
13176         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
13177         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
13178         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
13179         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
13180         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
13181         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
13182         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
13183         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
13184         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
13185         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
13186         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
13187         Likewise.
13188
13189 2006-09-13  Eric Blake  <ebb9@byu.net>
13190
13191         * lib/getopt.c: Fix typo in last commit.
13192
13193 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13194
13195         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
13196         dgettext.
13197
13198 2006-09-12  Jim Meyering  <jim@meyering.net>
13199
13200         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
13201         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
13202         Reported by Nelson H. F. Beebe.
13203
13204 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13205
13206         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
13207         program_invocation_name and program_invocation_short_name are
13208         initialized.
13209         * lib/argp-namefrob.h: Move declarations of program_invocation_name
13210         and program_invocation_short_name to argp.h, so they are visible
13211         to user programs.
13212         * lib/argp.h: Likewise
13213
13214 2006-09-10  Bruno Haible  <bruno@clisp.org>
13215
13216         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
13217         m4/inttypes_h.m4, m4/uintmax_t.m4.
13218
13219 2006-09-10  Bruno Haible  <bruno@clisp.org>
13220
13221         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
13222         gl_AC_TYPE_UINTMAX_T.
13223
13224 2006-09-10  Bruno Haible  <bruno@clisp.org>
13225
13226         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
13227
13228 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13229
13230         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
13231         convention.  Text proposed by Bruno Haible.
13232         (struct argp_option): Document the use of N_() wrappers.
13233
13234         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
13235         '\v', and translate the two parts separately, instead of feeding
13236         the whole string to gettext.  This allows to exclude
13237         '\v' from the strings visible to the translator by writing doc
13238         strings as N_("..") "\v" N_("..").
13239
13240 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
13241
13242         * config/srclist.txt: Undo latest change; the bug was fixed.
13243
13244 2006-09-09  Bruno Haible  <bruno@clisp.org>
13245
13246         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
13247         assignments if building a library without libtool.
13248         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
13249         in func_emit_lib_Makefile_am.
13250         (func_import): When building a static library libfoo.a, arrange to
13251         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
13252         (func_create_testdir): Likewise.
13253         * modules/gc (configure.ac, Makefile.am): If building statically,
13254         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
13255         * modules/iconvme (configure.ac, Makefile.am): Likewise.
13256         * modules/striconv (configure.ac, Makefile.am): Likewise.
13257         Based on a suggestion by Ralf Wildenhues.
13258
13259 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13260
13261         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
13262         Check for unistd.h too, since Autoconf doesn't assume POSIX.
13263         Also:
13264
13265         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13266         Add year_2050_test to catch glibc bug 2821
13267         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
13268
13269         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13270         Prefer #ifdef to #if.
13271
13272         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
13273         Return from 'main' instead of calling 'exit'.
13274
13275 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13276
13277         * lib/mktime.c (guess_time_tm): Fix bug where mktime
13278         returned the maximum time_t value rather than (time_t) -1.
13279         Problem originally reported by William Bardwell
13280         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
13281
13282         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
13283         Moved to here ...
13284         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
13285         ... from here.
13286
13287 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13288
13289         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
13290         2821 is fixed.
13291
13292 2006-09-08  Jim Meyering  <jim@meyering.net>
13293
13294         Don't make generated files read-only.  That would bother too many
13295         people.  However, do retain the ability to work when targets are
13296         read-only: remove the destination and temporary files before writing
13297         them (when generated via sed or echo), or by using the -f option for
13298         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
13299         * modules/alloca-opt, modules/argz, modules/arpa_inet:
13300         * modules/byteswap, modules/configmake, modules/fcntl:
13301         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
13302         * modules/localcharset, modules/netinet_in, modules/poll:
13303         * modules/stdbool, modules/stdint, modules/sys_select:
13304         * modules/sys_socket, modules/sys_stat, modules/sysexits:
13305
13306 2006-09-08  Jim Meyering  <jim@meyering.net>
13307
13308         Avoid new build failure on FreeBSD 6.0.
13309         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
13310         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
13311         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
13312
13313 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13314
13315         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
13316
13317 2006-09-07  Jim Meyering  <jim@meyering.net>
13318
13319         Fix global typo in last change: use chmod u-w, not chmod u-x.
13320         Spotted by Paul Eggert and Bruce Korb.
13321         * modules/alloca-opt, modules/argz, modules/arpa_inet:
13322         * modules/byteswap, modules/configmake, modules/fcntl:
13323         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
13324         * modules/localcharset, modules/netinet_in, modules/poll:
13325         * modules/stdbool, modules/stdint, modules/sys_select:
13326         * modules/sys_socket, modules/sys_stat, modules/sysexits:
13327
13328 2006-09-06  Jim Meyering  <jim@meyering.net>
13329
13330         Make generated files be read-only.
13331         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
13332         Ensure that each generated file is now read-only.
13333         * modules/argz: Likewise.
13334         * modules/arpa_inet: Likewise.
13335         * modules/byteswap: Likewise.
13336         * modules/configmake: Likewise.
13337         * modules/fcntl: Likewise.
13338         * modules/fnmatch: Likewise.
13339         * modules/getopt: Likewise.
13340         * modules/glob: Likewise.
13341         * modules/inttypes: Likewise.
13342         * modules/netinet_in: Likewise.
13343         * modules/poll: Likewise.
13344         * modules/stdbool: Likewise.
13345         * modules/stdint: Likewise.
13346         * modules/sys_select: Likewise.
13347         * modules/sys_socket: Likewise.
13348         * modules/sys_stat: Likewise.
13349         * modules/sysexits: Likewise.
13350         * modules/localcharset: Same as above, but continue using temporary
13351         file named "t-$@" (why different?) rather than the "$@-t" used
13352         everywhere else.
13353
13354         * modules/sysexits (Makefile.am): Replace literal occurrences
13355         of "sysexit.h" more readable, and more consistent, "$@".
13356
13357 2006-09-06  Bruno Haible  <bruno@clisp.org>
13358
13359         * modules/striconv: New file.
13360         * modules/xstriconv: New file.
13361         * MODULES.html.sh (Internationalization functions): Add striconv,
13362         xstriconv.
13363
13364 2006-09-06  Bruno Haible  <bruno@clisp.org>
13365
13366         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
13367         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
13368         not using libtool correctly.
13369
13370 2006-09-06  Bruno Haible  <bruno@clisp.org>
13371
13372         * lib/striconv.h: New file.
13373         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
13374         iconvstring.c.
13375         * lib/xstriconv.h: New file.
13376         * lib/xstriconv.c: New file.
13377
13378 2006-09-06  Bruno Haible  <bruno@clisp.org>
13379
13380         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
13381         lib_..._LDFLAGS.
13382
13383 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13384
13385         * lib/argz_.h: Sync from Libtool.
13386
13387         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
13388                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13389
13390         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
13391
13392 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
13393
13394         * modules/trim: New file.
13395
13396 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
13397
13398         * lib/trim.h: New file.
13399         * lib/trim.c: New file.
13400
13401 2006-09-05  Bruno Haible  <bruno@clisp.org>
13402
13403         * MODULES.html.sh (String handling): Add trim.
13404
13405 2006-09-04  Karl Berry  <karl@gnu.org>
13406
13407         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
13408         until next release.
13409
13410 2006-09-03  Bruno Haible  <bruno@clisp.org>
13411
13412         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
13413         correctly.
13414
13415 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13416
13417         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
13418         not gl_GETLOADAVG.  Omit unneeded semicolons.
13419         Problems reported by Ralf Wildenhues in
13420         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
13421         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
13422         at the end, which is the usual gnulib style.
13423
13424         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
13425         of doing all the work ourselves.
13426         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
13427         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
13428
13429 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13430
13431         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
13432         Problem reported by Ralf Wildenhues in
13433         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
13434
13435         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
13436         HAVE_STRUCT_STATFS_F_FSTYPENAME.
13437
13438 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13439
13440         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
13441         yesterday's patch by changing test -n to test -z.
13442
13443 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13444
13445         * modules/getloadavg (Files): Add m4/getloadavg.m4.
13446         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
13447         the former is now obsolescent.
13448
13449         * modules/chdir-long (Depends-on): Add fcntl.
13450
13451 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13452
13453         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
13454         obsolescent, and programs should use gnulib instead.
13455         * m4/getloadavg.m4: New file, with contents taken from Autoconf
13456         but with prefixes changed.
13457
13458 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13459
13460         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
13461         or stdbool.h, because they might not exist while configuring.
13462
13463         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
13464         Don't include unistd.h or limits.h; not needed, since chdir-long.h
13465         does that for us.
13466         (O_DIRECTORY): Remove.
13467
13468 2006-08-31  Eric Blake  <ebb9@byu.net>
13469
13470         * gnulib-tool: Don't let emacs change spaces to TAB.
13471
13472 2006-08-31  Bruno Haible  <bruno@clisp.org>
13473
13474         * gnulib-tool: When calling func_import more than once, do it in a
13475         subshell.
13476         Reported by Eric Blake <ebb9@byu.net>.
13477
13478 2006-08-31  Bruno Haible  <bruno@clisp.org>
13479
13480         * gnulib-tool (nl): Remove variable.
13481         (sed_transform_lib_file): Use more robust test for config-h module.
13482         (func_import): Fix typo in 2006-08-25 patch.
13483
13484 2006-08-31  Bruno Haible  <bruno@clisp.org>
13485
13486         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
13487         specified, augment Makefile.am variables instead of assigning them.
13488
13489 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13490
13491         Work around a bug in both the Linux and SunOS 64-bit kernels:
13492         nanosleep mishandles sleeps for longer than 2**31 seconds.
13493         Problem reported by Frank v Waveren in
13494         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
13495         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
13496         Check for nanosleep bug.
13497         (LIB_NANOSLEEP): Append clock_gettime library if needed.
13498
13499 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13500
13501         Work around a bug in both the Linux and SunOS 64-bit kernels:
13502         nanosleep mishandles sleeps for longer than 2**31 seconds.
13503         Problem reported by Frank v Waveren in
13504         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
13505         * lib/nanosleep.c (BILLION): New constant.
13506         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
13507         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
13508         implementation.
13509
13510 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13511
13512         * modules/nanosleep (Depends-on): Add gettime.
13513
13514 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13515         and Simon Josefsson  <jas@extundo.com>
13516         and Oskar Liljeblad  <oskar@osk.mine.nu>
13517
13518         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
13519         * gnulib-tool (func_import): New license type 'unmodifiable license
13520         text'.
13521         * modules/fdl: Use it.  Longer description.
13522         * module/gpl, module/lgpl: New files.
13523
13524 2006-08-30  Jim Meyering  <jim@meyering.net>
13525
13526         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
13527         shadowing the parameter.
13528
13529 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13530
13531         Sync from Libtool:
13532
13533         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13534
13535         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
13536         sharing with gnulib.  Report by Eric Blake.
13537
13538 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13539
13540         * modules/isapipe: New file.
13541         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
13542
13543 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13544
13545         * modules/configmake (Makefile.am): Add a comment, and omit
13546         the CONFIGMAKE_ prefix from generated macro names.  Suggested
13547         by Bruno Haible.
13548
13549 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13550
13551         * m4/isapipe.m4: New file.
13552
13553 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13554
13555         * lib/isapipe.c, lib/isapipe.h: New files.
13556
13557 2006-08-29  Jim Meyering  <jim@meyering.net>
13558
13559         * modules/configmake (Makefile.am): Make configmake.h depend on
13560         Makefile.  Otherwise, a stale configmake.h could hang around.
13561
13562 2006-08-29  Eric Blake  <ebb9@byu.net>
13563
13564         * lib/error.c (error_at_line, print_errno_message): Match libc, after
13565         resolution of upstream bug 3044.
13566
13567 2006-08-29  Bruno Haible  <bruno@clisp.org>
13568
13569         * modules/localcharset (Depends-on): Add configmake.
13570         (Makefile.am): Remove setting of LIBDIR through DEFS.
13571
13572 2006-08-29  Bruno Haible  <bruno@clisp.org>
13573
13574         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
13575         defined.
13576
13577 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13578
13579         * modules/fcntl: New file.
13580         * modules/chdir-safer (Depends-on): Add fcntl.
13581         * modules/fts: Likewise.
13582         * modules/mkdir-p: Likewise.
13583
13584         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
13585         This undoes the most recent change, since we're now addressing the
13586         problem in a different way.
13587
13588         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
13589         into output, since the output might be called Makefile.am even
13590         if $makefile_name is something different.
13591         (func_import): Use $makefile_am rather than
13592         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
13593         empty.
13594
13595         * modules/inttypes (Files): Add m4/inttypes-h.m4.
13596
13597 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13598
13599         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
13600         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
13601         recent change to stdint.m4, since we're now addressing the problem in a
13602         different way.
13603
13604 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13605
13606         * m4/fcntl_h.m4: New file.
13607
13608 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13609
13610         * lib/fcntl_.h: New file.
13611         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
13612         the fcntl module.
13613         * lib/dirchownmod.c: Likewise.
13614         * lib/fts.c: Likewise.
13615
13616         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
13617         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
13618         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
13619         just before including <inttypes.h>, to avoid circular inclusion.
13620
13621 2006-08-28  Jim Meyering  <jim@meyering.net>
13622
13623         * doc/visibility.texi: Actually read and correct the grammar of the
13624         sentence affected by yesterday's change.
13625
13626 2006-08-28  Eric Blake  <ebb9@byu.net>
13627
13628         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
13629         needs wrapper.
13630
13631 2006-08-28  Eric Blake  <ebb9@byu.net>
13632
13633         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
13634
13635 2006-08-28  Eric Blake  <ebb9@byu.net>
13636
13637         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
13638
13639 2006-08-28  Bruno Haible  <bruno@clisp.org>
13640
13641         * modules/c-strstr: New file, from GNU gettext.
13642         * MODULES.html.sh (String handling): Add c-strstr.
13643
13644 2006-08-28  Bruno Haible  <bruno@clisp.org>
13645
13646         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
13647         macros.
13648         Reported by Eric Blake.
13649
13650 2006-08-28  Bruno Haible  <bruno@clisp.org>
13651
13652         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
13653         (VASNPRINTF): Return a string of length > INT_MAX without failing.
13654         * lib/vasprintf.c: Include errno.h, limits.h.
13655         (EOVERFLOW): New fallback definition.
13656         (vasprintf): Test here whether the string length is > INT_MAX.
13657         * lib/vsnprintf.c: Include errno.h, limits.h.
13658         (EOVERFLOW): New fallback definition.
13659         (vsnprintf): Fix bug when generated string was too long for the buffer.
13660         Test here whether the string length is > INT_MAX.
13661
13662 2006-08-28  Bruno Haible  <bruno@clisp.org>
13663
13664         * lib/inttypes_.h (SCNX*): Remove definitions.
13665         Reported by Eric Blake.
13666
13667 2006-08-28  Bruno Haible  <bruno@clisp.org>
13668
13669         * lib/c-strstr.h: New file, from GNU gettext.
13670         * lib/c-strstr.c: New file, from GNU gettext.
13671
13672 2006-08-28  Bruno Haible  <bruno@clisp.org>
13673
13674         * gnulib-tool: Reorder some statements.
13675
13676 2006-08-28  Bruno Haible  <bruno@clisp.org>
13677
13678         * gnulib-tool: New option --makefile-name.
13679         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
13680         $makefile_name.
13681         (func_import): Write $makefile_name to the cache file, and read it from
13682         there unless explicitly specified. Use $makefile_name as file name
13683         instead of Makefile.am. Adjust the recommendations accordingly.
13684
13685 2006-08-28  Bruno Haible  <bruno@clisp.org>
13686
13687         * gnulib-tool (func_verify_module): Check against misapplying patch.
13688
13689 2006-08-28  Bruno Haible  <bruno@clisp.org>
13690
13691         * gnulib-tool (func_relativize, func_relconcat): New functions.
13692         Give an error if --local-dir is given with --update.
13693         Remove trailing slashes from $local_gnulib_dir.
13694         (func_import): Store the relativized $local_gnulib_dir in
13695         gnulib-cache.m4, and read it from there if not specified explicitly.
13696
13697 2006-08-28  Bruno Haible  <bruno@clisp.org>
13698
13699         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
13700         is the current directory. Respect also $local_gnulib_dir.
13701
13702 2006-08-28  Bruno Haible  <bruno@clisp.org>
13703             Simon Josefsson  <jas@extundo.com>
13704
13705         BeOS portability.
13706         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
13707
13708 2006-08-27  Jim Meyering  <jim@meyering.net>
13709
13710         * doc/visibility.texi: Remove duplicate word: "pointer".
13711
13712 2006-08-26  Bruno Haible  <bruno@clisp.org>
13713
13714         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
13715         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
13716         (Makefile.am): Create inttypes.h from inttypes_.h.
13717         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
13718
13719         * modules/imaxabs: New file.
13720
13721         * modules/imaxdiv: New file.
13722
13723 2006-08-26  Bruno Haible  <bruno@clisp.org>
13724
13725         * m4/inttypes.m4: New file.
13726         * m4/_inttypes_h.m4: Remove file.
13727         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
13728         PRI_MACROS_BROKEN.
13729         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
13730
13731         * m4/imaxabs.m4: New file.
13732
13733         * m4/imaxdiv.m4: New file.
13734
13735 2006-08-26  Bruno Haible  <bruno@clisp.org>
13736
13737         * lib/inttypes_.h: New file.
13738         * lib/inttypes.h: Remove file.
13739         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
13740
13741         * lib/imaxabs.c: New file.
13742
13743         * lib/imaxdiv.c: New file.
13744
13745 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13746
13747         New config-h module, so that "make" output needn't be cluttered
13748         by -DHAVE_CONFIG_H.
13749         * MODULES.html.sh (Support for building libraries and executables):
13750         Add config-h.
13751         * modules/config-h: New file.
13752         * gnulib-tool (nl, sed_transform_lib_file): New vars.
13753         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
13754         the config-h module is used.
13755
13756         New configmake module, so that "make" output needn't be cluttered
13757         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
13758         * MODULES.html.sh (Support for building libraries and executables):
13759         Add configmake.
13760         * modules/configmake: New file.
13761
13762 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13763
13764         * m4/config-h.m4: New file.
13765
13766 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13767
13768         * config/srclist.txt: Add elisp-comp.
13769
13770 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
13771
13772         * MODULES.html.sh (Support for building libraries and executables):
13773         Add elisp-comp.
13774         * build-aux/elisp-comp: New file.
13775         * modules/elisp-comp: New file.
13776
13777 2006-08-24  Bruno Haible  <bruno@clisp.org>
13778
13779         * gnulib-tool (func_create_testdir): Use non-default values of
13780         sourcebase and m4base.
13781
13782 2006-08-24  Bruno Haible  <bruno@clisp.org>
13783
13784         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
13785         HTML structure.
13786
13787 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
13788
13789         * modules/openat (Depends-on): Add lchown.
13790
13791 2006-08-23  Bruno Haible  <bruno@clisp.org>
13792
13793         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
13794         of gl_LOCK_EARLY instead of gl_LOCK.
13795
13796 2006-08-23  Bruno Haible  <bruno@clisp.org>
13797
13798         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
13799         on OSF/1 to no.
13800         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
13801
13802 2006-08-23  Bruno Haible  <bruno@clisp.org>
13803
13804         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
13805         as unusable.
13806
13807         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
13808         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
13809         (gl_LOCK): New macro.
13810
13811 2006-08-22  Simon Josefsson  <jas@extundo.com>
13812
13813         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
13814         to md5 module.
13815
13816 2006-08-22  Simon Josefsson  <jas@extundo.com>
13817
13818         * MODULES.html.sh: Add "Support for maintaining and release
13819         projects".
13820
13821         * build-aux/gnupload: New file, from coreutils.
13822
13823 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
13824
13825         Avoid the need for AC_LIBSOURCES in m4 macros.
13826         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
13827         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
13828         * modules/check-version (EXTRA_DIST): Add check-version.h.
13829         * modules/crc (EXTRA_DIST): Add crc.h.
13830         * modules/des (EXTRA_DIST): Add des.h.
13831         * modules/gc (EXTRA_DIST): Add gc.h.
13832         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
13833         * modules/getline (EXTRA_DIST): Add getline.h.
13834         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
13835         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
13836         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
13837         * modules/md2 (EXTRA_DIST): Add md2.h.
13838         * modules/md4 (EXTRA_DIST): Add md4.h.
13839         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
13840         * modules/read-file (EXTRA_DIST): Add read-file.h.
13841         * modules/readline (EXTRA_DIST): Add readline.h.
13842         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
13843         rijndael-api-fst.h.
13844
13845 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
13846
13847         * m4/rijndael.m4 (gl_ARCFOUR):
13848         * m4/arctwo.m4 (gl_ARCTWO):
13849         * m4/check-version.m4 (gl_CHECK_VERSION):
13850         * m4/crc.m4 (gl_CRC):
13851         * m4/des.m4 (gl_DES):
13852         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
13853         * m4/gc.m4 (gl_GC):
13854         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
13855         * m4/getline.m4 (gl_FUNC_GETLINE):
13856         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
13857         * m4/hmac-md5.m4 (gl_HMAC_MD5):
13858         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
13859         * m4/md2.m4 (gl_MD2):
13860         * m4/md4.m4 (gl_MD4):
13861         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
13862         * m4/read-file.m4 (gl_FUNC_READ_FILE):
13863         * m4/readline.m4 (gl_FUNC_READLINE):
13864         * m4/rijndael.m4 (gl_RIJNDAEL):
13865         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
13866         to get the necessary .h files and whatnot.
13867
13868 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
13869
13870         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
13871         gnulib rather than the other way around.
13872         * config/srclistvars.sh (COREUTILS): Remove.
13873
13874 2006-08-22  Jim Meyering  <jim@meyering.net>
13875
13876         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
13877
13878         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
13879
13880 2006-08-22  Eric Blake  <ebb9@byu.net>
13881
13882         * modules/regexprops-generic: New file.
13883         * MODULES.html.sh (Support for building documentation): List it.
13884
13885 2006-08-22  Eric Blake  <ebb9@byu.net>
13886
13887         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
13888         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
13889         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
13890         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
13891
13892 2006-08-22  Bruno Haible  <bruno@clisp.org>
13893
13894         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
13895         and lib_LTLIBRARIES like the other lib_* variables.
13896
13897 2006-08-22  Bruno Haible  <bruno@clisp.org>
13898
13899         * build-aux/x-to-1.in: New file, from GNU gettext.
13900
13901 2006-08-22  Bruno Haible  <bruno@clisp.org>
13902
13903         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
13904         <utmpx.h> exists.
13905
13906 2006-08-22  Bruno Haible  <bruno@clisp.org>
13907
13908         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
13909         <utmpx.h> exists.
13910
13911 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
13912
13913         BeOS portability.
13914         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
13915         exist.
13916         Problem reported by Bruno Haible.
13917
13918 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
13919
13920         Avoid the need for AC_LIBSOURCES in m4 macros.
13921         * modules/acl (EXTRA_DIST): Add acl.h.
13922         * modules/argmatch (Files): Add m4/argmatch.m4.
13923         (configure.ac): Add gl_ARGMATCH.
13924         (EXTRA_DIST): Renamed from lib_SOURCES, for
13925         consistency with the other modules.  Remove argmatch.c.
13926         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
13927         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
13928         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
13929         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
13930         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
13931         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
13932         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
13933         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
13934         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
13935         * modules/closeout (EXTRA_DIST): Add closeout.h.
13936         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
13937         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
13938         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
13939         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
13940         dirname.h; remove basename.c and stripslash.c.
13941         * modules/exclude (EXTRA_DIST): Add exclude.h.
13942         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
13943         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
13944         * modules/file-type (EXTRA_DIST): Add file-type.h.
13945         * modules/filemode (EXTRA_DIST): Add filemode.h.
13946         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
13947         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
13948         * modules/fpending (EXTRA_DIST): Add __fpending.h.
13949         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
13950         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
13951         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
13952         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
13953         * modules/getdate (EXTRA_DIST): Add getdate.c.
13954         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
13955         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
13956         * modules/getpass (EXTRA_DIST): Add getpass.h.
13957         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
13958         * modules/group-member (EXTRA_DIST): Add group-member.h.
13959         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
13960         * modules/hash (EXTRA_DIST): Add hash.h.
13961         * modules/human (EXTRA_DIST): Add human.h.
13962         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
13963         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
13964         * modules/lchown (EXTRA_DIST): Add lchown.h.
13965         * modules/long-options (EXTRA_DIST): Add long-options.h.
13966         * modules/lstat (EXTRA_DIST): Add lstat.h.
13967         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
13968         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
13969         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
13970         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
13971         * modules/memxor (EXTRA_DIST): Add memxor.h.
13972         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
13973         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
13974         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
13975         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
13976         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
13977         * modules/physmem (EXTRA_DIST): Add physmem.h.
13978         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
13979         * modules/posixver (EXTRA_DIST): Add posixver.h.
13980         * modules/quote (EXTRA_DIST): Add quote.h.
13981         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
13982         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
13983         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
13984         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
13985         regex_internal.h regexec.c.
13986         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
13987         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
13988         * modules/same (EXTRA_DIST): Add same.h.
13989         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
13990         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
13991         * modules/savedir (EXTRA_DIST): Add savedir.h.
13992         * modules/sha1 (EXTRA_DIST): Add sha1.h.
13993         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
13994         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
13995         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
13996         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
13997         * modules/strdup (EXTRA_DIST): Add strdup.h.
13998         * modules/strftime (EXTRA_DIST): Add strftime.h.
13999         * modules/strndup (EXTRA_DIST): Add strndup.h.
14000         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
14001         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
14002         * modules/time_r (EXTRA_DIST): Add time_r.h.
14003         * modules/timespec (EXTRA_DIST): Add timespec.h.
14004         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
14005         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
14006         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
14007         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
14008         * modules/userspec (EXTRA_DIST): Add userspec.h.
14009         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
14010         * modules/utimens (EXTRA_DIST): Add utimens.h.
14011         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
14012         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
14013         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
14014         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
14015         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
14016         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
14017         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
14018         * modules/yesno (EXTRA_DIST): Add yesno.h.
14019
14020 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
14021
14022         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
14023
14024         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
14025         * m4/dev-ino.m4, same-inode.m4: Remove.
14026
14027         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
14028         * m4/acl.m4 (AC_FUNC_ACL):
14029         * m4/backupfile.m4 (gl_BACKUPFILE):
14030         * m4/c-strtod.m4 (gl_C99_STRTOLD):
14031         * m4/canon-host.m4 (gl_CANON_HOST):
14032         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
14033         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
14034         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
14035         * m4/cloexec.m4 (gl_CLOEXEC):
14036         * m4/close-stream.m4 (gl_CLOSE_STREAM):
14037         * m4/closeout.m4 (gl_CLOSEOUT):
14038         * m4/dirfd.m4 (gl_FUNC_DIRFD):
14039         * m4/dirname.m4 (gl_DIRNAME):
14040         * m4/exclude.m4 (gl_EXCLUDE):
14041         * m4/exitfail.m4 (gl_EXITFAIL):
14042         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
14043         * m4/file-type.m4 (gl_FILE_TYPE):
14044         * m4/filemode.m4 (gl_FILEMODE):
14045         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
14046         * m4/fpending.m4 (gl_FUNC_FPENDING):
14047         * m4/fprintftime.m4 (gl_FPRINTFTIME):
14048         * m4/fts.m4 (gl_FUNC_FTS):
14049         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
14050         * m4/getdate.m4 (gl_GETDATE):
14051         * m4/gethrxtime.m4 (gl_GETHRXTIME):
14052         * m4/getpagesize.m4 (gl_GETPAGESIZE):
14053         * m4/getpass.m4 (gl_FUNC_GETPASS):
14054         * m4/gettime.m4 (gl_GETTIME):
14055         * m4/getugroups.m4 (gl_GETUGROUPS):
14056         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
14057         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
14058         * m4/hard-locale.m4 (gl_HARD_LOCALE):
14059         * m4/hash.m4 (gl_HASH):
14060         * m4/idcache.m4 (gl_IDCACHE):
14061         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
14062         * m4/lchown.m4 (gl_FUNC_LCHOWN):
14063         * m4/long-options.m4 (gl_LONG_OPTIONS):
14064         * m4/lstat.m4 (gl_FUNC_LSTAT):
14065         * m4/md5.m4 (gl_MD5):
14066         * m4/memcasecmp.m4 (gl_MEMCASECMP):
14067         * m4/memcoll.m4 (gl_MEMCOLL):
14068         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
14069         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
14070         * m4/memxor.m4 (gl_MEMXOR):
14071         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
14072         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
14073         * m4/modechange.m4 (gl_MODECHANGE):
14074         * m4/mountlist.m4 (gl_MOUNTLIST):
14075         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
14076         * m4/openat.m4 (gl_FUNC_OPENAT):
14077         * m4/pathmax.m4 (gl_PATHMAX):
14078         * m4/physmem.m4 (gl_PHYSMEM):
14079         * m4/posixtm.m4 (gl_POSIXTM):
14080         * m4/posixver.m4 (gl_POSIXVER):
14081         * m4/quote.m4 (gl_QUOTE):
14082         * m4/quotearg.m4 (gl_QUOTEARG):
14083         * m4/readtokens.m4 (gl_READTOKENS):
14084         * m4/readutmp.m4 (gl_READUTMP):
14085         * m4/regex.m4 (gl_REGEX):
14086         * m4/safe-read.m4 (gl_SAFE_READ):
14087         * m4/safe-write.m4 (gl_SAFE_WRITE):
14088         * m4/same.m4 (gl_SAME):
14089         * m4/save-cwd.m4 (gl_SAVE_CWD):
14090         * m4/savedir.m4 (gl_SAVEDIR):
14091         * m4/settime.m4 (gl_SETTIME):
14092         * m4/sha1.m4 (gl_SHA1):
14093         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
14094         * m4/stat-macros.m4 (gl_STAT_MACROS):
14095         * m4/stat-time.m4 (gl_STAT_TIME):
14096         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
14097         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
14098         * m4/strdup.m4 (gl_FUNC_STRDUP):
14099         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
14100         * m4/strndup.m4 (gl_FUNC_STRNDUP):
14101         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
14102         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
14103         * m4/time_r.m4 (gl_TIME_R):
14104         * m4/timespec.m4 (gl_TIMESPEC):
14105         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
14106         * m4/unlinkdir.m4 (gl_UNLINKDIR):
14107         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
14108         * m4/userspec.m4 (gl_USERSPEC):
14109         * m4/utimecmp.m4 (gl_UTIMECMP):
14110         * m4/utimens.m4 (gl_UTIMENS):
14111         * m4/xalloc.m4 (gl_XALLOC):
14112         * m4/xgetcwd.m4 (gl_XGETCWD):
14113         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
14114         * m4/xreadlink.m4 (gl_XREADLINK):
14115         * m4/xstrtod.m4 (gl_XSTRTOD):
14116         * m4/yesno.m4 (gl_YESNO):
14117         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
14118         to get the necessary .h files and whatnot.
14119
14120 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
14121             Bruno Haible  <bruno@clisp.org>
14122
14123         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
14124         /bin/sh understanding of '!' conditional negation.
14125
14126 2006-08-21  Jim Meyering  <jim@meyering.net>
14127
14128         * modules/openat (Depends-on): Really alphabetize.
14129
14130         * modules/acl (Depends-on): Add error and quote.
14131
14132         * check-module (find_included_lib_files): Add at-func.c to the
14133         ok-to-include-more-than-once white list.
14134
14135         * modules/openat (Depends-on): Add lstat.  Alphabetize.
14136
14137 2006-08-21  Bruno Haible  <bruno@clisp.org>
14138
14139         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14140         Emit a pkgdata_DATA variable only if some snippets add contents to it.
14141         Reported by Martin Lambers <marlam@marlam.de>.
14142
14143 2006-08-21  Bruno Haible  <bruno@clisp.org>
14144
14145         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
14146         specify an installation location, don't emit a noinst_LIBRARIES or
14147         noinst_LTLIBRARIES assignment.
14148
14149 2006-08-21  Bruno Haible  <bruno@clisp.org>
14150
14151         BeOS portability.
14152         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
14153         BeOS has mbrtowc() but no <wctype.h>.
14154
14155 2006-08-21  Bruno Haible  <bruno@clisp.org>
14156
14157         BeOS portability.
14158         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
14159         exist.
14160
14161 2006-08-21  Bruno Haible  <bruno@clisp.org>
14162
14163         BeOS portability.
14164         * lib/mbchar.h: Include <wctype.h> only if it exists.
14165
14166 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14167
14168         Remove files that are no longer needed by their respective modules.
14169         * m4/obstack.m4: Remove.
14170         * m4/strerror_r.m4: Remove.
14171         * m4/uint32_t.m4: Remove.
14172         * m4/uintptr_t.m4: Remove.
14173         * m4/ullong_max.m4: Remove.
14174         * m4/xstrtoimax.m4: Remove.
14175         * m4/xstrtoumax.m4: Remove.
14176
14177         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
14178         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
14179         dependencies now capture this.
14180
14181         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
14182         Do not use AC_LIBSOURCES, since gnulib modules now do this.
14183         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
14184         * m4/human.m4 (gl_HUMAN): Likewise.
14185         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
14186         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
14187
14188         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
14189
14190         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
14191         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
14192         stdint.
14193         * m4/human.m4 (gl_HUMAN): Likewise.
14194         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
14195         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
14196         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
14197         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
14198         * m4/xstrtol (gl_XSTRTOL): Likewise.
14199
14200         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
14201         AC_TYPE_LONG_LONG_INT.
14202         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
14203         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
14204         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
14205         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
14206
14207         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
14208         on stdbool.
14209
14210         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
14211         (gl_PREREQ_XSTRTOUL): Remove.
14212
14213         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
14214
14215         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
14216         mode.
14217
14218 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14219
14220         Add and change modules to make it easier for coreutils to use
14221         gnulib-tool.
14222         * modules/backupfile (Files): Remove m4/d-ino.m4.
14223         (Depends-on): Add d-ino.
14224         * modules/cycle-check (Depends-on): Add stdint.
14225         (lib_SOURCES): Add cycle-check.h.
14226         * modules/d-ino: New module.
14227         * modules/d-type: New module.
14228         * modules/error (Files): Remove m4/strerror_r.m4.
14229         * modules/filemode (Files): Add m4/st_dm_mode.m4.
14230         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
14231         m4/inttypes_h.m4, m4/uintmax_t.m4.
14232         (Depends-on): Add stdint.
14233         (lib_SOURCES): Add fsusage.h.
14234         * modules/getcwd (Files): Remove d-ino.m4.
14235         (Depends-on): Add d-ino.
14236         * modules/getndelim2 (Depends-on): Add stdint.
14237         * modules/glob (Files): Remove m4/d-type.m4.
14238         (Depends-on): Add d-type.
14239         * modules/host-os: New module.
14240         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
14241         m4/inttypes_h.m4, m4/uintmax_t.m4.
14242         * Depends-on: Add stdint.
14243         (lib_SOURCES): Add human.h.
14244         * modules/inttostr (Files): Remove m4/intmax_t.m4,
14245         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
14246         m4/uintmax_t.m4, m4/ulonglong.m4.
14247         (Depends-on): Add stdint.
14248         (EXTRA_DIST): Add inttostr.h.
14249         * modules/lchmod: New module.
14250         * modules/link-follow: New module.
14251         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
14252         (Depends-on): Add lchmod.
14253         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
14254         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
14255         (Depends-on): Add stdint.
14256         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
14257         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
14258         (Depends-on): Add stdint.
14259         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
14260         * modules/perl: New module.
14261         * modules/regex (Depends-on): Add stdint.
14262         * modules/rmdir-errno: New module.
14263         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
14264         m4/intmax_t.m4.
14265         (Depends-on): Add stdint.
14266         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
14267         m4/uintmax_t.m4.
14268         (Depends-on): Add stdint.
14269         * modules/unlink-busy: New module.
14270         * modules/utimecmp (Depends-on): Add stdint.
14271         * modules/uptime: New module.
14272         * modules/winsz-ioctl: New module.
14273         * modules/winsz-termios: New module.
14274         * modules/xnanosleep (Depends-on): Add nanosleep.
14275         * modules/ullong_max: Remove.
14276         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
14277         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
14278         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
14279         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
14280         (Depends-on): Add inttypes.
14281         (lib_SOURCES): Add xstrtol.h.
14282         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
14283         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
14284         * MODULES.html.sh: Move 'assert' into the assert section.
14285         Move 'dummy' into the linking section.
14286         Remove ullong_max.
14287         Add section for compatibility checks for POSIX:2001 functions,
14288         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
14289         winsz-ioctl, and winsz-termios into it.
14290         Add lchmod.
14291         Add top-level Misc section and put host-os, perl, and uptime
14292         into it.
14293
14294 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14295
14296         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
14297         now assume the stdint module.  Do not include inttypes.h.
14298         * lib/fsusage.h: Likewise.
14299         * lib/getndelim2.c: Likewise.
14300         * lib/human.h: Likewise.
14301         * lib/inttostr.h: Likewise.
14302         * lib/obstack.c: Likewise.
14303         * lib/regex_internal.h: Likewise.
14304         * lib/tempname.c: Likewise.
14305         * lib/utimecmp.c: Likewise.
14306         * lib/xstrtol.h: Likewise.
14307
14308         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
14309
14310         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
14311         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
14312         * lib/xtime.h: Likewise.
14313
14314 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14315
14316         * modules/openat (Files): Add lib/fchmodat.c.
14317         Fixes problem reported by Jay Youngman.
14318
14319 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14320
14321         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
14322         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
14323
14324 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
14325             Bruno Haible  <bruno@clisp.org>
14326
14327         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
14328         and is a script that invokes bison. Tighten the code. Add comments.
14329
14330 2006-08-18  Jim Meyering  <jim@meyering.net>
14331
14332         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
14333         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
14334         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
14335         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
14336
14337 2006-08-18  Bruno Haible  <bruno@clisp.org>
14338
14339         * modules/bison-i18n: New file.
14340         * MODULES.html.sh (Internationalization functions): Add it.
14341
14342 2006-08-18  Bruno Haible  <bruno@clisp.org>
14343
14344         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
14345         sys/statvfs.h. When getmntinfo was found, check its declaration and
14346         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
14347
14348 2006-08-18  Bruno Haible  <bruno@clisp.org>
14349
14350         * m4/bison-i18n.m4: New file, from bison.
14351
14352 2006-08-18  Bruno Haible  <bruno@clisp.org>
14353
14354         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
14355         (ME_DUMMY): Treat "kernfs" as a dummy.
14356         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
14357
14358 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14359
14360         Update from coreutils.
14361
14362         2006-08-15  Jim Meyering  <jim@meyering.net>
14363
14364         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
14365
14366         2006-01-17  Jim Meyering  <jim@meyering.net>
14367
14368         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
14369
14370         2006-01-11  Jim Meyering  <jim@meyering.net>
14371
14372         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
14373         Check for the lchmod function.
14374
14375 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14376
14377         Update from coreutils.
14378
14379         * lib/__fpending.h: Add copyright notice.
14380         * lib/fprintftime.h: Likewise.
14381         * lib/savedir.c: Use (C) in copyright notice.
14382         * lib/savedir.h: Likewise.
14383
14384         2006-08-15  Jim Meyering  <jim@meyering.net>
14385
14386         * lib/at-func.c: New file, with the logic of all emulated at-functions.
14387         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
14388         in support of the EXPECTED_ERRNO macro.
14389         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
14390         definitions.  Instead, define the appropriate symbols and include
14391         "at-func.c".
14392         * lib/mkdirat.c (mkdirat): Likewise.
14393         * lib/fchmodat.c (fchmodat): Likewise.
14394         (ENOSYS): Remove definition.
14395         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
14396         it.  Don't include "unistd--.h" -- it wasn't ever used.
14397
14398         2006-01-17  Jim Meyering  <jim@meyering.net>
14399
14400         Rewrite fts.c not to change the current working directory,
14401         by using openat, fstatat, fdopendir, etc..
14402
14403         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
14404         (HAVE_OPENAT_SUPPORT): Define.
14405         [_LIBC] (fchdir): Don't undef or define; no longer used.
14406         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
14407         Now, this `function' always succeeds, and consumes its file descriptor
14408         parameter -- so callers must not close such FDs.  Update callers.
14409         (diropen_fd, opendirat, cwd_advance_fd): New functions.
14410         (diropen): Add parameter, SP.  Adjust all callers.
14411         Implement using diropen_fd, rather than open.
14412         (fts_open): Initialize new member, fts_cwd_fd.
14413         Remove fts_rft-setting code.
14414         (fts_close): Close fts_cwd_fd, if necessary.
14415         (__opendir2): Define in terms of opendir or opendirat,
14416         depending on whether the FST_NOCHDIR flag is set.
14417         (fts_build): Since fts_safe_changedir consumes its FD, and since
14418         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
14419         and close the dup'd file descriptor upon failure.
14420         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
14421         (fts_safe_changedir): Tweak semantics to reflect that this function
14422         now calls cwd_advance_fd and hence consumes its FD argument.
14423         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
14424         [struct FTS] (fts_rft): Remove now-unused member.
14425         [struct FTS] (fts_cycle.state): Improve comment.
14426
14427         * lib/openat.c (openat_needs_fchdir): New function.
14428         * lib/openat.h (openat_needs_fchdir): Declare it.
14429
14430 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
14431
14432         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
14433         Problem and fix reported by Pádraig Brady in
14434         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
14435
14436 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14437
14438         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
14439
14440 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14441
14442         * lib/memcoll.c (memcoll): Optimize for the common case where the
14443         arguments are bytewise equal.
14444
14445 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14446
14447         * doc/regexprops-generic.texi: Add a copyright notice.
14448
14449 2006-08-15  Bruno Haible  <bruno@clisp.org>
14450
14451         * modules/tmpdir (License): Change to LGPL.
14452
14453 2006-08-15  Bruno Haible  <bruno@clisp.org>
14454
14455         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
14456         module.
14457
14458 2006-08-14  Simon Josefsson  <jas@extundo.com>
14459
14460         * config/srclist.txt: Add gnupload.
14461
14462 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14463
14464         Change copyright notice from LGPL 2 to GPL 2, since that's the
14465         standard form used in the gnulib repository.
14466         * tests/test-lock.c: Likewise.
14467         * tests/test-stdint.c: Likewise.
14468         * tests/test-tls.c: Likewise.
14469
14470         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
14471         prelude-manager.  User shorter URLs for GNU projects, without '?'.
14472         Add copyright notice.
14473
14474         * check-module: Add copyright notice.  Output a copyright
14475         notice if "--version" is specified.
14476         * modules/COPYING: New file.
14477         * tests/test-getaddrinfo.c: Add copyright notice.
14478         * tests/test-verify.c: Likewise.
14479
14480 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14481
14482         Change copyright notice from LGPL 2 to GPL 2, since that's the
14483         standard form used in the gnulib repository.
14484         * lib/lock.c: LGPL -> GPL.
14485         * lib/lock.h: Likewise.
14486         * lib/strnlen1.c: Likewise.
14487         * lib/strnlen1.h: Likewise.
14488         * lib/tls.c: Likewise.
14489         * lib/tls.h: Likewise.
14490         * lib/tmpdir.c: Likewise.
14491
14492         * lib/TODO: Remove; this belongs only in coreutils.
14493
14494 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14495
14496         Add copyright notices to long-enough files that lack them, since
14497         otherwise the files aren't clearly free.  Use the same notice that
14498         getdate.texi already uses.
14499         * doc/alloca-opt.texi: Add copyright notice.
14500         * doc/alloca.texi: Likewise.
14501         * doc/ctime.texi: Likewise.
14502         * doc/functions.texi: Likewise.
14503         * doc/gcd.texi: Likewise.
14504         * doc/gnulib-tool.texi: Likewise.
14505         * doc/inet_ntoa.texi: Likewise.
14506         * doc/visibility.texi: Likewise.
14507
14508         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
14509         * doc/quote.texi: Add copyright notice.
14510
14511         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
14512         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
14513         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
14514         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
14515         is now obsolete, and give a pointer to the Sun list.
14516         Add copyright notice.
14517
14518 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14519
14520         * config/srclistvars.sh: Add copyright notice.
14521
14522 2006-08-14  Eric Blake  <ebb9@byu.net>
14523
14524         Import the following change from libc:
14525
14526         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
14527
14528         Upstream bug 2997.
14529         * lib/misc/error.c: Add space between program name and message if file
14530         name is missing.
14531
14532 2006-08-12  Karl Berry  <karl@gnu.org>
14533
14534         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
14535         remove, these originate in gnulib now.
14536
14537 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14538
14539         * doc/Makefile (standards.info standards.html standards.dvi):
14540         Also depend on make-stds.texi.
14541
14542 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14543
14544         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
14545         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
14546
14547         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
14548         in wchar_t.  Problem reported by Eric Blake.
14549
14550         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
14551         LEN is smaller than SIZE.  Suggested by Bruno Haible.
14552         Also, help the compiler to keep LEN in a register.
14553
14554 2006-08-11  Eric Blake  <ebb9@byu.net>
14555
14556         * users.txt: Sort.  Add tar.
14557
14558 2006-08-11  Bruno Haible  <bruno@clisp.org>
14559
14560         * users.txt: New file.
14561
14562 2006-08-11  Bruno Haible  <bruno@clisp.org>
14563
14564         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
14565         before <wchar.h>. Needed for OSF/1 and BSD/OS.
14566
14567 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
14568
14569         * modules/snprintf (Depends-on): Remove minmax.
14570         (Maintainer): Add self and Bruno.
14571
14572 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
14573
14574         * lib/.cppi-disable: Add snprintf.h, socket_.h.
14575         * lib/snprintf.c: Include <errno.h> and <limits.h>.
14576         (EOVERFLOW): Define if the system does not.
14577         Do not include "minmax.h"; it wasn't used.
14578         (snprintf): Don't assume size_t promotes to an unsigned type.
14579         Fix bug when generated string was too long for the buffer: the
14580         buffer's contents are supposed to be the initial prefix of the
14581         output.  Don't assume vasnprintf returns EOVERFLOW if the size
14582         exceeds INT_MAX; do the check ourselves.
14583
14584         Import the following changes from libc:
14585
14586         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
14587
14588         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
14589         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
14590         set wc to the byte which couldn't be converted.
14591         (re_string_reconstruct): Don't clear valid_raw_len before calling
14592         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
14593         tip_context using re_string_context_at.
14594
14595         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
14596
14597         * lib/posix/regex.h: g++ still cannot handled [restrict].
14598
14599         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
14600
14601         * lib/posix/regex.h: Remove special handling for VMS.
14602
14603 2006-08-10  Jim Meyering  <jim@meyering.net>
14604
14605         * modules/same-inode: New module.
14606         * modules/dev-ino: New module.
14607         * modules/cycle-check: Depend on these modules, rather than simply
14608         including their .h files.
14609         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
14610         required via m4/cycle-check.m4.
14611         * modules/same: Depend on new same-inode module, rather than
14612         including same-inode.h.
14613         * modules/chdir-safer: New file.
14614
14615         * modules/chown (Depends-on): Add stat-macros.
14616
14617 2006-08-10  Jim Meyering  <jim@meyering.net>
14618
14619         * m4/cycle-check.m4: New file.
14620         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
14621         * m4/dev-ino.m4, m4/same-inode.m4: New files.
14622
14623 2006-08-10  Eric Blake  <ebb9@byu.net>
14624
14625         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
14626         in from original proposal.
14627
14628 2006-08-10  Eric Blake  <ebb9@byu.net>
14629         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14630
14631         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
14632         namespace.
14633
14634 2006-08-10  Bruno Haible  <bruno@clisp.org>
14635
14636         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
14637         as well.
14638
14639 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14640
14641         Sync from coreutils.
14642
14643         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
14644
14645         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
14646         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
14647
14648 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14649
14650         * modules/restrict: Remove; no longer needed now that we assume
14651         Autoconf 2.59 or later.
14652         * MODULES.html.sh: Remove 'restrict'.
14653         * modules/argp (Depends-on): Remove 'restrict'.
14654         * modules/base64 (Depends-on): Likewise.
14655         * modules/gc (Depends-on): Likewise.
14656         * modules/getaddrinfo (Depends-on): Likewise.
14657         * modules/glob (Depends-on): Likewise.
14658         * modules/inet_ntop (Depends-on): Likewise.
14659         * modules/inet_pton (Depends-on): Likewise.
14660         * modules/memxor (Depends-on): Likewise.
14661         * modules/regex (Depends-on): Likewise.
14662         * modules/strtok_r (Depends-on): Likewise.
14663         * modules/time_r (Depends-on): Likewise.
14664
14665 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14666
14667         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
14668         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
14669         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
14670         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
14671         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
14672         * m4/memxor.m4 (gl_MEMXOR): Likewise.
14673         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
14674         gl_C_RESTRICT replaced by AC_C_RESTRICT.
14675
14676         Merge from coreutils.
14677         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
14678         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
14679         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
14680         * m4/time_r.m4 (gl_TIME_R): Likewise.
14681
14682 2006-08-09  Karl Berry  <karl@gnu.org>
14683
14684         * config/srclist.txt: no more gettext-tools, per Bruno.
14685
14686 2006-08-08  Eric Blake  <ebb9@byu.net>
14687
14688         * modules/verror: New module.
14689         * MODULES.html.sh: Document it.
14690
14691 2006-08-08  Eric Blake  <ebb9@byu.net>
14692
14693         * lib/verror.h, lib/verror.c: New files.
14694
14695 2006-08-08  Eric Blake  <ebb9@byu.net>
14696
14697         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
14698         verror_at_line output complies with GNU Coding Standards even when
14699         file is NULL.
14700
14701 2006-08-07  Bruno Haible  <bruno@clisp.org>
14702
14703         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
14704         versions of AIX.
14705         Reported by Ralf Wildenhues.
14706
14707 2006-08-07  Bruno Haible  <bruno@clisp.org>
14708
14709         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
14710         in an AC_DEFUN. Needed so that the autoconf snippets can use
14711         AC_REQUIRE.
14712
14713 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14714
14715         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14716         Initialize pkgdata_DATA.
14717         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
14718         overriding it.
14719
14720 2006-08-06  Eric Blake  <ebb9@byu.net>
14721
14722         * lib/error.h: Fold in some upstream changes from glibc.
14723         * lib/error.c: Likewise.
14724
14725 2006-08-04  Bruno Haible  <bruno@clisp.org>
14726
14727         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14728         Make the mostlyclean-local rule depend on mostlyclean-generic.
14729         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
14730
14731 2006-07-31  Bruno Haible  <bruno@clisp.org>
14732
14733         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
14734         <stdlib.h>, <string.h>.
14735
14736 2006-07-30  Bruno Haible  <bruno@clisp.org>
14737
14738         * modules/readlink (License): Change to LGPL.
14739
14740 2006-07-30  Bruno Haible  <bruno@clisp.org>
14741
14742         * modules/javaversion (Makefile.am): Distribute javaversion.java and
14743         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
14744         set PKGDATADIR to point to it.
14745
14746 2006-07-30  Bruno Haible  <bruno@clisp.org>
14747
14748         * modules/csharpexec (configure.ac): Comment out macro invocation.
14749         * modules/javaexec (configure.ac): Likewise.
14750         * modules/javacomp-script (configure.ac): Likewise.
14751
14752         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
14753
14754 2006-07-30  Bruno Haible  <bruno@clisp.org>
14755
14756         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
14757         linked-list.
14758
14759 2006-07-30  Bruno Haible  <bruno@clisp.org>
14760
14761         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
14762
14763 2006-07-30  Bruno Haible  <bruno@clisp.org>
14764
14765         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14766         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
14767         get removed.
14768
14769 2006-07-29  Bruno Haible  <bruno@clisp.org>
14770
14771         Make it possible for gnulib-tool to work with locally modified or
14772         augmented gnulib repositories.
14773         * gnulib-tool (func_usage): Document --local-dir option.
14774         (local_gnulib_dir): New variable.
14775         Handle --local-dir option.
14776         (func_lookup_file): New function.
14777         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
14778         (func_get_description, func_get_filelist, func_get_description,
14779         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
14780         func_get_automake_snippet, func_get_include_directive,
14781         func_get_license, func_get_maintainer): Use func_lookup_file.
14782         (func_import, func_create_testdir): Use func_lookup_file.
14783
14784 2006-07-29  Bruno Haible  <bruno@clisp.org>
14785
14786         * modules/setenv (Depends-on): Add unistd.
14787
14788 2006-07-29  Bruno Haible  <bruno@clisp.org>
14789
14790         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
14791
14792 2006-07-29  Bruno Haible  <bruno@clisp.org>
14793
14794         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
14795
14796 2006-07-29  Bruno Haible  <bruno@clisp.org>
14797
14798         * gnulib-tool (import, update): If there is no Makefile.am, look at
14799         aclocal.m4, instead of bailing out.
14800
14801 2006-07-29  Bruno Haible  <bruno@clisp.org>
14802
14803         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
14804         Categorize the options by when they are useful.
14805
14806 2006-07-29  Bruno Haible  <bruno@clisp.org>
14807
14808         * gnulib-tool (func_usage): Document option --no-libtool.
14809         Handle option --no-libtool.
14810         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
14811         for changed semantics of $libtool variable.
14812         (func_import): Likewise. If libtool is not used, show this through
14813         an option --no-libtool.
14814         (func_create_testdir): Update.
14815
14816 2006-07-29  Bruno Haible  <bruno@clisp.org>
14817
14818         * gnulib-tool (func_import): Extend error message about missing
14819         --doc-base.
14820
14821 2006-07-29  Bruno Haible  <bruno@clisp.org>
14822
14823         * gnulib-tool (func_import): Don't create the $docbase directory if
14824         there is no file to store there.
14825
14826 2006-07-29  Bruno Haible  <bruno@clisp.org>
14827
14828         * gnulib-tool (autoconf_minversion): If a --dir option is given and
14829         relevant, look for configure.ac there, not in the current directory.
14830         Also use a simple search for AC_PREREQ, not "autoconf --trace".
14831
14832 2006-07-29  Bruno Haible  <bruno@clisp.org>
14833
14834         * gnulib-tool (SORT): New variable.
14835         (func_usage): Undocument --assume-autoconf option.
14836         Remove --assume-autoconf option handling.
14837         (autoconf_minversion): Determine from the contents of configure.ac.
14838         (func_import): Remove autoconf_minversion handling.
14839         Suggested by Eric Blake.
14840
14841 2006-07-29  Bruno Haible  <bruno@clisp.org>
14842
14843         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
14844
14845 2006-07-29  Bruno Haible  <bruno@clisp.org>
14846
14847         * config/srclist.txt (*setenv.[ch]): Remove rules.
14848
14849 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14850
14851         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
14852
14853 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14854
14855         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
14856         arpa/inet.h.
14857
14858 2006-07-28  Simon Josefsson  <jas@extundo.com>
14859
14860         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
14861         * modules/inet_pton (Depends-on): Likewise.
14862
14863 2006-07-28  Simon Josefsson  <jas@extundo.com>
14864
14865         * m4/netinet_in_h.m4: New file.
14866
14867 2006-07-28  Simon Josefsson  <jas@extundo.com>
14868
14869         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
14870         #include's.
14871
14872 2006-07-28  Simon Josefsson  <jas@extundo.com>
14873
14874         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
14875         #include's.
14876
14877 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
14878
14879         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
14880         setgid on directories only if they set these bits.
14881         * lib/modechange.h: Remove obsolete comment about masks.
14882
14883 2006-07-28  Eric Blake  <ebb9@byu.net>
14884
14885         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
14886         macro expansion.
14887
14888 2006-07-28  Bruno Haible  <bruno@clisp.org>
14889
14890         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
14891
14892 2006-07-28  Bruno Haible  <bruno@clisp.org>
14893
14894         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
14895
14896 2006-07-28  Bruno Haible  <bruno@clisp.org>
14897
14898         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
14899         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
14900         Define fallbacks.
14901         Avoids link error on FreeBSD 4.x.
14902         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14903
14904         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
14905         encoding.
14906         * lib/mbswidth.c (iswcntrl): Likewise.
14907
14908 2006-07-27  Bruno Haible  <bruno@clisp.org>
14909
14910         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
14911         test.
14912
14913 2006-07-27  Bruno Haible  <bruno@clisp.org>
14914
14915         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
14916         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
14917         defined.
14918
14919 2006-07-26  Eric Blake  <ebb9@byu.net>
14920
14921         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
14922
14923 2006-07-26  Eric Blake  <ebb9@byu.net>
14924
14925         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
14926         like mingw that lack mkstemp.
14927         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
14928         avoid compilation warning on mingw.
14929
14930 2006-07-26  Bruno Haible  <bruno@clisp.org>
14931
14932         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
14933         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
14934         INT_FAST*_MIN, INTPTR_MIN.
14935
14936 2006-07-25  Bruno Haible  <bruno@clisp.org>
14937
14938         * modules/version-etc (Depends-on): Add stdarg.
14939
14940 2006-07-25  Bruno Haible  <bruno@clisp.org>
14941
14942         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
14943         complex commands.
14944
14945 2006-07-25  Bruno Haible  <bruno@clisp.org>
14946
14947         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
14948         defined in <stdarg.h> or config.h.
14949
14950 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
14951
14952         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
14953         (gl_STDIO_SAFER): Remove.
14954
14955 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
14956
14957         * MODULES.html.sh (File stream based Input/Output):
14958         Add fopen-safer, tmpfile-safer; remove stdio-safer.
14959         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
14960         * modules/fopen-safer, modules/tmpfile-safer: New files.
14961         * modules/stdio-safer: Remove.
14962
14963 2006-07-24  Bruno Haible  <bruno@clisp.org>
14964
14965         * modules/tmpdir: New file.
14966         * MODULES.html.sh (File system functions): Add it.
14967
14968 2006-07-24  Bruno Haible  <bruno@clisp.org>
14969
14970         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
14971         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
14972
14973 2006-07-24  Bruno Haible  <bruno@clisp.org>
14974
14975         * modules/clean-temp: New file.
14976
14977 2006-07-24  Bruno Haible  <bruno@clisp.org>
14978
14979         * m4/tmpdir.m4: New file, from GNU gettext.
14980
14981 2006-07-24  Bruno Haible  <bruno@clisp.org>
14982
14983         * lib/tmpdir.h: New file, from GNU gettext.
14984         * lib/tmpdir.c: New file, from GNU gettext.
14985
14986 2006-07-24  Bruno Haible  <bruno@clisp.org>
14987
14988         * lib/clean-temp.h: New file, from GNU gettext.
14989         * lib/clean-temp.c: New file, from GNU gettext.
14990
14991 2006-07-23  Eric Blake  <ebb9@byu.net>
14992
14993         * modules/stdio-safer (Files): Add tmpfile-safer.c.
14994         (Depends-on): Add binary-io.
14995
14996 2006-07-23  Eric Blake  <ebb9@byu.net>
14997
14998         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
14999
15000 2006-07-23  Eric Blake  <ebb9@byu.net>
15001
15002         * lib/tmpfile-safer.c: New file.
15003         * lib/stdio-safer.h (fopen_safer): Add prototype.
15004         * lib/stdio--.h (tmpfile): Make safer.
15005
15006 2006-07-23  Bruno Haible  <bruno@clisp.org>
15007
15008         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
15009         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
15010         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
15011         gl_linked_remove_at): Use it.
15012
15013 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15014         and Simon Josefsson <jas@extundo.com>
15015
15016         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
15017
15018         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
15019
15020 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15021
15022         * modules/close-stream: New file.
15023         * modules/closeout (Description): Make it clear that it exits
15024         with a diagnostic on error.
15025         (Depends-on): Add close-stream.  Remove fpending, stdbool.
15026         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
15027
15028 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15029
15030         * m4/close-stream.m4: New file.
15031
15032 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15033
15034         * lib/close-stream.c, lib/close-stream.h: New files.
15035
15036 2006-07-22  Bruno Haible  <bruno@clisp.org>
15037
15038         Merge from GNU gettext 0.15.
15039
15040         2006-05-01  Bruno Haible  <bruno@clisp.org>
15041
15042                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
15043
15044         2006-07-22  Bruno Haible  <bruno@clisp.org>
15045
15046                 * modules/javaversion: New file.
15047                 * MODULES.html.sh (Java): Add javaversion.
15048
15049         2006-03-12  Bruno Haible  <bruno@clisp.org>
15050
15051                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
15052
15053         2005-12-04  Bruno Haible  <bruno@clisp.org>
15054
15055                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
15056                 (untested).
15057
15058         2006-06-21  Bruno Haible  <bruno@clisp.org>
15059
15060                 Avoid warnings from recent versions of mcs.
15061                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
15062                 -o, -L, -r any more. Use options documented since mcs-1.0
15063                 instead. Similarly for -g.
15064
15065         2005-12-04  Bruno Haible  <bruno@clisp.org>
15066
15067                 * build-aux/csharpcomp.sh.in: Suffix for resources is
15068                 .resources, not .resource.
15069
15070         2005-07-09  Bruno Haible  <bruno@clisp.org>
15071
15072                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
15073                 add a .dll suffix.
15074                 Reported by Mark Junker <mjscod@gmx.de>.
15075
15076         2006-07-22  Bruno Haible  <bruno@clisp.org>
15077
15078                 * modules/gettext: Upgrade to gettext-0.15.
15079                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
15080                 m4/visibility.m4.
15081                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
15082
15083 2006-07-22  Bruno Haible  <bruno@clisp.org>
15084
15085         Merge from GNU gettext 0.15.
15086
15087         2006-03-25  Bruno Haible  <bruno@clisp.org>
15088
15089                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
15090
15091         2006-07-21  Bruno Haible  <bruno@clisp.org>
15092
15093                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
15094                 "1.1".
15095
15096         2006-05-09  Bruno Haible  <bruno@clisp.org>
15097
15098                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
15099                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
15100                 for the conftestver execution.
15101
15102         2006-05-01  Bruno Haible  <bruno@clisp.org>
15103
15104                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
15105                 optional target-version argument. Verify that the compiler
15106                 groks source of the specified source-version, or add -source
15107                 option as necessary. Verify that the compiler produces
15108                 bytecode in the specified target-version, or add -target and
15109                 -source options as necessary. Make the result of the test
15110                 available as variable CONF_JAVAC. Also log error output in
15111                 config.log.
15112
15113         2006-03-11  Bruno Haible  <bruno@clisp.org>
15114
15115                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
15116
15117         2006-05-09  Bruno Haible  <bruno@clisp.org>
15118
15119                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
15120                 CLASSPATH_SEPARATOR to a semicolon.
15121
15122         2006-03-12  Bruno Haible  <bruno@clisp.org>
15123
15124                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
15125                 available as variable CONF_JAVA, for subsequent autoconf
15126                 tests. Also log error output in config.log.
15127
15128         2006-07-19  Bruno Haible  <bruno@clisp.org>
15129
15130                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
15131                 that getline works on glibc2 systems. Needed to avoid trouble
15132                 in relocatable.c.
15133                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
15134
15135         2005-12-04  Bruno Haible  <bruno@clisp.org>
15136
15137                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
15138                 launcher (untested).
15139
15140         2005-12-04  Bruno Haible  <bruno@clisp.org>
15141
15142                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
15143
15144         2006-07-22  Bruno Haible  <bruno@clisp.org>
15145
15146                 * gettext.m4: Update from GNU gettext-0.15.
15147                 * nls.m4: Likewise.
15148                 * po.m4: Likewise.
15149                 * inttypes-pri.m4: Likewise.
15150                 * inttypes-h.m4: Renamed from inttypes.m4.
15151                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
15152
15153 2006-07-22  Bruno Haible  <bruno@clisp.org>
15154
15155         Merge from GNU gettext 0.15.
15156
15157         2005-07-05  Bruno Haible  <bruno@clisp.org>
15158
15159                 * printf-args.c (printf_fetchargs): Work around broken
15160                 definition of wint_t on mingw.
15161
15162         2005-02-12  Bruno Haible  <bruno@clisp.org>
15163
15164                 * xallocsa.h: Add extern "C" for C++.
15165
15166         2006-05-17  Bruno Haible  <bruno@clisp.org>
15167
15168                 Cygwin portability.
15169                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
15170
15171         2006-04-30  Bruno Haible  <bruno@clisp.org>
15172
15173                 * progreloc.c: Include <mach-o/dyld.h> if available.
15174                 (find_executable): Use _NSGetExecutablePath when possible.
15175
15176         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
15177
15178                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
15179                 function.
15180
15181         2005-12-29  Bruno Haible  <bruno@clisp.org>
15182
15183                 * progreloc.c (set_program_name_and_installdir): Fix
15184                 compilation error.
15185
15186         2005-12-04  Bruno Haible  <bruno@clisp.org>
15187
15188                 Cygwin portability.
15189                 * progreloc.c: Include <windows.h> also on Cygwin.
15190                 (find_executable): Add support for Cygwin.
15191                 (set_program_name_and_installdir): Handle also platforms with
15192                 nonempty EXEEXT.
15193
15194         2006-07-11  Bruno Haible  <bruno@clisp.org>
15195
15196                 * javacomp.c: Fix a comment.
15197                 Reported by Jim Meyering.
15198
15199         2006-04-30  Bruno Haible  <bruno@clisp.org>
15200
15201                 * javacomp.h (compile_java_class): Add source_version,
15202                 target_version arguments.
15203                 * javacomp.c: Rewritten to choose only a compiler that
15204                 respects the specified source_version and target_version.
15205
15206         2006-06-27  Bruno Haible  <bruno@clisp.org>
15207
15208                 Assume correct S_ISDIR macro.
15209                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
15210
15211         2006-07-22  Bruno Haible  <bruno@clisp.org>
15212
15213                 * javaversion.h: New file, from GNU gettext.
15214                 * javaversion.c: New file, from GNU gettext.
15215                 * javaversion.java: New file, from GNU gettext.
15216                 * javaversion.class: New file, from GNU gettext.
15217
15218         2006-05-17  Bruno Haible  <bruno@clisp.org>
15219
15220                 Cygwin portability.
15221                 * javaexec.c (execute_java_class): Test for jview program
15222                 also on Cygwin.
15223
15224         2006-04-09  Bruno Haible  <bruno@clisp.org>
15225
15226                 * fatal-signal.c: Don't include string.h.
15227                 (at_fatal_signal): Use a copying loop instead of memcpy.
15228
15229         2005-12-04  Bruno Haible  <bruno@clisp.org>
15230
15231                 * csharpexec.c: Add support for 'clix' launcher (untested).
15232                 (execute_csharp_using_sscli): New function.
15233                 (execute_csharp_program): Call it.
15234
15235         2006-06-21  Bruno Haible  <bruno@clisp.org>
15236
15237                 Avoid warnings from recent versions of mcs.
15238                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
15239                 -o, -L, -r any more. Use options documented since mcs-1.0
15240                 instead. Similarly for -g.
15241
15242         2005-07-09  Bruno Haible  <bruno@clisp.org>
15243
15244                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
15245                 add a .dll suffix.
15246                 Reported by Mark Junker <mjscod@gmx.de>.
15247
15248         2006-06-17  Bruno Haible  <bruno@clisp.org>
15249
15250                 * config.charset: Update for NetBSD 3.0.
15251
15252         2006-05-17  Bruno Haible  <bruno@clisp.org>
15253
15254                 Cygwin portability.
15255                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
15256
15257         2006-05-16  Bruno Haible  <bruno@clisp.org>
15258
15259                 * localcharset.c [CYGWIN]: Include <windows.h>.
15260                 (get_charset_aliases): For Cygwin, return the same CPxxx
15261                 aliases list as under WIN32.
15262                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
15263                 the environment variables. Fall back to GetACP().
15264
15265         2006-04-05  Bruno Haible  <bruno@clisp.org>
15266
15267                 * config.charset: Update Juan Manuel Guerrero's address.
15268
15269         2005-02-12  Bruno Haible  <bruno@clisp.org>
15270
15271                 * allocsa.h: Add extern "C" for C++.
15272
15273         2005-02-10  Bruno Haible  <bruno@clisp.org>
15274
15275                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
15276                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
15277
15278         2006-07-22  Bruno Haible  <bruno@clisp.org>
15279
15280                 * gettext.h: Update to GNU gettext-0.15.
15281
15282 2006-07-22  Bruno Haible  <bruno@clisp.org>
15283
15284         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
15285         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
15286         lib-prefix.m4, longdouble.m4, ssize_t.m4.
15287
15288 2006-07-21  Eric Blake  <ebb9@byu.net>
15289
15290         * modules/stdlib-safer: New file.
15291         * MODULES.html.sh (File stream based Input/Output): Add
15292         stdlib-safer.
15293
15294 2006-07-21  Eric Blake  <ebb9@byu.net>
15295
15296         * lib/stdlib-safer.h: New file from coreutils, required by
15297         stdlib--.h.
15298
15299 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
15300
15301         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
15302
15303 2006-07-20  Bruno Haible  <bruno@clisp.org>
15304
15305         * gnulib-tool: Recognize new option --assume-autoconf.
15306         (autoconf_minversion): New variable.
15307         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
15308
15309 2006-07-20  Bruno Haible  <bruno@clisp.org>
15310
15311         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
15312
15313 2006-07-19  Derek R. Price  <derek@ximbiot.com>
15314
15315         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
15316         Reindent and repaginate.
15317
15318 2006-07-19  Derek Price  <derek@ximbiot.com>
15319
15320         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
15321         Correct grammar.
15322
15323 2006-07-17  Bruno Haible  <bruno@clisp.org>
15324
15325         * modules/list: New file.
15326         * modules/array-list: New file.
15327         * modules/carray-list, modules/carray-list-tests: New files.
15328         * modules/linked-list, modules/linked-list-tests: New files.
15329         * modules/avltree-list, modules/avltree-list-tests: New files.
15330         * modules/rbtree-list, modules/rbtree-list-tests: New files.
15331         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
15332         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
15333         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
15334         * modules/oset: New file.
15335         * modules/array-oset: New file.
15336         * modules/avltree-oset, modules/avltree-oset-tests: New files.
15337         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
15338         * tests/test-carray_list.c: New file.
15339         * tests/test-linked_list.c: New file.
15340         * tests/test-avltree_list.c: New file.
15341         * tests/test-rbtree_list.c: New file.
15342         * tests/test-linkedhash_list.c: New file.
15343         * tests/test-avltreehash_list.c: New file.
15344         * tests/test-rbtreehash_list.c: New file.
15345         * tests/test-avltree_oset.c: New file.
15346         * tests/test-rbtree_oset.c: New file.
15347         * MODULES.html.sh (Container data structures): New section.
15348
15349 2006-07-17  Bruno Haible  <bruno@clisp.org>
15350
15351         * m4/gl_list.m4: New file.
15352
15353 2006-07-17  Bruno Haible  <bruno@clisp.org>
15354
15355         * lib/gl_list.h: New file.
15356         * lib/gl_list.c: New file.
15357         * lib/gl_array_list.h: New file.
15358         * lib/gl_array_list.c: New file.
15359         * lib/gl_carray_list.h: New file.
15360         * lib/gl_carray_list.c: New file.
15361         * lib/gl_linked_list.h: New file.
15362         * lib/gl_linked_list.c: New file.
15363         * lib/gl_anylinked_list1.h: New file.
15364         * lib/gl_anylinked_list2.h: New file.
15365         * lib/gl_avltree_list.h: New file.
15366         * lib/gl_avltree_list.c: New file.
15367         * lib/gl_anyavltree_list1.h: New file.
15368         * lib/gl_anyavltree_list2.h: New file.
15369         * lib/gl_rbtree_list.h: New file.
15370         * lib/gl_rbtree_list.c: New file.
15371         * lib/gl_anyrbtree_list1.h: New file.
15372         * lib/gl_anyrbtree_list2.h: New file.
15373         * lib/gl_anytree_list1.h: New file.
15374         * lib/gl_anytree_list2.h: New file.
15375         * lib/gl_linkedhash_list.h: New file.
15376         * lib/gl_linkedhash_list.c: New file.
15377         * lib/gl_anyhash_list1.h: New file.
15378         * lib/gl_anyhash_list2.h: New file.
15379         * lib/gl_avltreehash_list.h: New file.
15380         * lib/gl_avltreehash_list.c: New file.
15381         * lib/gl_rbtreehash_list.h: New file.
15382         * lib/gl_rbtreehash_list.c: New file.
15383         * lib/gl_anytreehash_list1.h: New file.
15384         * lib/gl_anytreehash_list2.h: New file.
15385
15386         * lib/gl_oset.h: New file.
15387         * lib/gl_oset.c: New file.
15388         * lib/gl_array_oset.h: New file.
15389         * lib/gl_array_oset.c: New file.
15390         * lib/gl_avltree_oset.h: New file.
15391         * lib/gl_avltree_oset.c: New file.
15392         * lib/gl_rbtree_oset.h: New file.
15393         * lib/gl_rbtree_oset.c: New file.
15394         * lib/gl_anytree_oset.h: New file.
15395
15396 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15397
15398         * m4/mkancesdirs.m4: New file.
15399         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
15400         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
15401         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
15402         it.
15403
15404 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15405
15406         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
15407         * lib/mkancesdirs.h: New files.
15408         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
15409         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
15410         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
15411         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
15412         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
15413         callers changed.  Revamp internals significantly, by not
15414         attempting to create directories that are temporarily more
15415         permissive than the final results.  Do not attempt to use
15416         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
15417         This removes some race conditions, fixes some bugs, and simplifies
15418         things.  Use new dirchownmod function to do owner and mode changes.
15419         * lib/mkdir-p.h: Likewise.
15420         * lib/modechange.c (octal_to_mode): New function.
15421         (struct mode_change): New member mentioned.
15422         (make_node_op_equals): New arg mentioned.  All callers changed.
15423         (mode_compile): Keep track of which mode bits the user has explicitly
15424         mentioned.
15425         (mode_adjust): New arg DIR, so that we implement the X op correctly.
15426         New arg PMODE_BITS, to keep track of which mode bits the user
15427         mentioned; it treats S_ISUID and S_ISGID speciall.
15428         All callers changed.
15429         * lib/modechange.h: Likewise.
15430
15431 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15432
15433         * MODULES.html.sh: Add mkancestors.
15434         * modules/mkancesdirs: New module.
15435         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
15436         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
15437         The chdir-safer and afs files are now orphans; I'll remove them
15438         unless someone speaks up.
15439         Add lib/dirchownmod.c, lib/dirchownmod.h.
15440         (Depends-on): Remove alloca, chown, save-cwd, dirname.
15441         Add lchown, mkancesdirs.
15442         (Maintainer): Add self.
15443
15444 2006-07-15  Karl Berry  <karl@gnu.org>
15445
15446         * gnulib-tool: help message wording/arrangement.
15447
15448 2006-07-14  Simon Josefsson  <jas@extundo.com>
15449
15450         * doc/gnulib.texi (Libtool and Windows): New section.
15451
15452 2006-07-12  Simon Josefsson  <jas@extundo.com>
15453
15454         * modules/gendocs (License): Fix license, approved by Karl.
15455
15456 2006-07-12  Eric Blake  <ebb9@byu.net>
15457
15458         * MODULES.html.sh: Add gendocs.
15459
15460 2006-07-11  Eric Blake  <ebb9@byu.net>
15461
15462         * modules/fdl: New module, to install doc/fdl.texi.
15463         * MODULES.html.sh: Add new section for documentation modules.
15464         * gnulib-tool: Avoid space-tab.
15465         (--doc-base): New option, to manage files from doc.
15466
15467 2006-07-11  Eric Blake  <ebb9@byu.net>
15468
15469         * m4/absolute-header.m4: Fix comments to match recent change.
15470
15471 2006-07-11  Eric Blake  <ebb9@byu.net>
15472
15473         * gnulib-tool: List --doc-base before --tests-base.
15474
15475 2006-07-11  Derek R. Price  <derek@ximbiot.com>
15476
15477         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
15478
15479 2006-07-11  Bruno Haible  <bruno@clisp.org>
15480
15481         * README: Mention where to put documentation.
15482
15483 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15484
15485         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
15486
15487 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
15488
15489         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
15490         to stdint.m4.
15491
15492 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
15493
15494         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
15495         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
15496         "no/such/file/stdint.h" when there is no such file, so that
15497         the resulting C code can be parsed by dodgy compilers.
15498         Problems reported by Bob Proulx.
15499
15500 2006-07-10  Derek R. Price  <derek@ximbiot.com>
15501
15502         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
15503         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
15504         macros into the GNU _D_EXACT_NAMLEN.
15505         * lib/savedir.c:  Likewise.
15506         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
15507
15508 2006-07-10  Derek R. Price  <derek@ximbiot.com>
15509         and Paul Eggert  <eggert@cs.ucla.edu>
15510
15511         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
15512         * m4/savedir.m4:
15513         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
15514         macros into the GNU _D_EXACT_NAMLEN.
15515
15516 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15517
15518         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
15519         around the absolute name, to work around a problem with the HP-UX
15520         11.23 native C compiler, reported by Bob Proulx.
15521
15522 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15523
15524         * doc/maintain.texi, make-stds.texi: Sync from
15525         <http://savannah.gnu.org/projects/gnustandards>.
15526
15527 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15528
15529         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
15530
15531 2006-07-09  Jim Meyering  <jim@meyering.net>
15532
15533         * m4/glob.m4: Remove a doubled word in a comment.
15534
15535 2006-07-09  Jim Meyering  <jim@meyering.net>
15536
15537         * lib/argp-pv.c: Remove a doubled word in a comment.
15538         * lib/check-version.c (check_version): Likewise.
15539         * lib/javacomp.c (compile_java_class): Likewise.
15540
15541 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
15542
15543         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
15544         for the benefit of people using Autoconf 2.60.  If you want to
15545         support older Autoconf versions you can copy m4/onceonly_2_57.m4
15546         (or m4/onceonly.m4, if pre-2.57) manually.
15547
15548 2006-07-08  Jim Meyering  <jim@meyering.net>
15549
15550         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
15551         comment.
15552         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
15553         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
15554         comment.
15555
15556 2006-07-08  Jim Meyering  <jim@meyering.net>
15557
15558         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
15559
15560 2006-07-07  Simon Josefsson  <jas@extundo.com>
15561
15562         * tests/test-crc.c: Change expected crc value, the test vector
15563         were probably computed using the old broken crc.c?
15564
15565 2006-07-06  Simon Josefsson  <jas@extundo.com>
15566
15567         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
15568         now the canonical place for the M4 file).
15569
15570         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
15571         from the sys_socket dependency now.
15572
15573         * modules/inet_pton (Files): Ditto.
15574
15575         * modules/inet_ntop (Files): Ditto.
15576
15577 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15578
15579         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
15580         not gl_PREREQ_GETUSERSHELL.
15581
15582 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15583
15584         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
15585         with only one argument, for Autoconf 2.60.
15586         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
15587         expand to nothing, so add a shell command to avoid syntax error.
15588         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
15589
15590 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15591
15592         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
15593
15594 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15595
15596         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
15597         no longer needed.  Check for isblank decl.
15598         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
15599         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
15600         of existence.
15601
15602 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15603
15604         * lib/getloadavg.c: Use __VMS, not VMS.
15605         * lib/getopt.c: Likewise.
15606         * lib/getpagesize.h: Likewise.
15607         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
15608         and probably does not work.
15609
15610 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15611
15612         * lib/.cppi-disable: Add wcwidth.
15613         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
15614         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
15615         (ISGRAPH): Remove.  All uses changed to isgraph.
15616         (FOLD) [!defined _LIBC]: Remove special case.
15617         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
15618         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
15619         HAVE_ISBLANK.
15620         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
15621         case.
15622
15623 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
15624
15625         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
15626         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
15627         brackets.  Other minor changes to suppress some compiler
15628         warnings.
15629
15630 2006-07-06  Derek R. Price  <derek@ximbiot.com>
15631         and Paul Eggert  <eggert@cs.ucla.edu>
15632
15633         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
15634         of invoking obsolescent AC_HEADER_DIRENT macro.
15635         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
15636         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
15637         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
15638         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
15639         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
15640         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
15641         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
15642         * m4/readdir.m4: Remove; no longer needed.
15643
15644 2006-07-06  Derek R. Price  <derek@ximbiot.com>
15645         and Paul Eggert  <eggert@cs.ucla.edu>
15646
15647         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
15648         Don't worry about this obsolete case any more.
15649         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
15650         directories.
15651         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
15652         worry about this obsolete case any more.
15653         * lib/fts.c: Likewise.
15654         * lib/getcwd.c: Likewise.
15655         * lib/glob.h: Likewise.
15656         * lib/savedir.c: Likewise.
15657
15658 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
15659
15660         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
15661         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
15662         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
15663         needed.
15664         All uses removed.
15665         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
15666         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
15667         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
15668         needed.
15669         * m4/getdate.m4 (gl_GETDATE): Likewise.
15670         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
15671         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
15672         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
15673         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
15674         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
15675         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
15676         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
15677         needed.
15678
15679 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
15680
15681         * lib/memcasecmp.c: Include <limits.h>.
15682         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
15683         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
15684         Don't assume isdigit succeeds only on '0' through '9'.
15685
15686 2006-07-05  Eric Blake  <ebb9@byu.net>
15687
15688         * modules/getaddrinfo (Depends-on): Add snprintf.
15689
15690 2006-07-05  Eric Blake  <ebb9@byu.net>
15691
15692         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
15693         to avoid 'header present but could not be compiled' on cygwin.
15694
15695 2006-07-05  Eric Blake  <ebb9@byu.net>
15696
15697         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
15698         missing from netdb.h.
15699         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
15700
15701 2006-07-05  Derek R. Price  <derek@ximbiot.com>
15702
15703         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
15704         no longer needed.
15705         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
15706         * m4/getdate.m4 (gl_GETDATE): Likewise.
15707         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
15708         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
15709         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
15710         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
15711         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
15712
15713 2006-07-05  Derek R. Price  <derek@ximbiot.com>
15714
15715         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
15716         All uses of is_space replaced by isspace.
15717         * lib/exit.h: Don't talk about STDC_HEADERS.
15718         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
15719         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
15720         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
15721         replaced by isprint etc.
15722         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
15723         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
15724         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
15725         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
15726         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
15727         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
15728
15729 2006-07-05  Bruno Haible  <bruno@clisp.org>
15730
15731         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
15732         the function exists, before testing against AIX.
15733         Reported by Martin Lambers <marlam@marlam.de>.
15734
15735 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
15736
15737         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
15738         From Mark D. Baushke.
15739
15740 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
15741
15742         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
15743         to the absolute name, not just one, to bypass Sun C 5.8's
15744         "warning: #include of /usr/include/... may be non-portable".
15745
15746 2006-07-04  Eric Blake  <ebb9@byu.net>
15747
15748         * modules/dirname-tests: New test module.
15749         * tests/test-dirname.c: New file, replacing dirname.c
15750         TEST_DIRNAME section that was recently deleted.
15751
15752 2006-07-04  Bruno Haible  <bruno@clisp.org>
15753
15754         Assume ANSI C header files and <ctype.h> functions.
15755         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
15756         (mbsnwidth): Use isprint, iscntrl instead.
15757
15758 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15759
15760         Merge from coreutils.
15761         * MODULES.html.sh: Add xstrtold.
15762         * modules/xstrtold: New file.
15763         * modules/cycle-check (Files): Add lib/same-inode.h.
15764         * modules/dirname (Files): Add m4/double-slash-root.m4.
15765         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
15766         * modules/mkdir-p (Files): Add lib/same-inode.h.
15767         * modules/same (Files): Add lib/same-inode.h.
15768
15769 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15770
15771         * m4/absolute-header.m4: Renamed from full-header-path.m4.
15772         This is to keep the terminology clean; POSIX talks about
15773         "absolute pathnames", not "full pathnames", but the GNU
15774         Coding Standards say to use "path" for something else;
15775         so use "absolute" to keep both sides happy.
15776         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
15777         Set gl_absolute_header, not gl_full_header_path.
15778         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
15779         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
15780         All uses changed.
15781
15782         Merge from coreutils.
15783
15784         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
15785
15786         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
15787         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
15788         want to require the building of c-strtod.o.
15789         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
15790         needs -lm directly.
15791         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
15792
15793         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
15794
15795         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
15796         --as-needed option if available.  Problem reported by Albert Chin in
15797         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
15798         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
15799         cc merely issues a bunch of annoying warnings for --as-needed
15800         (this problem was reported by Bob Proulx).  Also, try linking with
15801         -lm to detect a bug in binutils 2.16 (this problem was reported
15802         by Ralf Wildenhues).
15803
15804         2006-06-18  Jim Meyering  <jim@meyering.net>
15805
15806         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
15807         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
15808         macro.
15809         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
15810         also check for glibc-2.4's abort-inducing bug.
15811
15812         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
15813         Low-probability clean-up should be to use rmdir to get rid of
15814         the just-created directory, not unlink.
15815
15816         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
15817         configure fail, and request a bug report to inform us about it.
15818         Add a comment that, barring reports to the contrary, in 2007 we'll
15819         assume ftruncate is universally available.
15820
15821         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
15822
15823         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
15824
15825         2006-03-12  Jim Meyering  <jim@meyering.net>
15826
15827         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
15828         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
15829         * m4/same.m4 (gl_SAME): Likewise.
15830         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
15831
15832         2006-03-11  Eric Blake  <ebb9@byu.net>
15833
15834         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
15835         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
15836         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
15837         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
15838
15839 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15840
15841         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
15842         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
15843         reported by Mark D. Baushke, one in
15844         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
15845
15846         Merge from coreutils.
15847
15848         * lib/.cppi-disable: Add stdint_.h.
15849         * lib/.cvsignore: Add stdint.h.
15850
15851         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
15852
15853         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
15854         both double and long double versions.
15855         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
15856         * lib/xstrtold.c: New file.
15857         * lib/xstrtod.h (xstrtold): New decl.
15858
15859         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
15860
15861         * lib/filemode.c (setst): Remove.
15862         (strmode): Rewrite to avoid setst.  This makes the code shorter,
15863         (arguably) clearer, and the generated code is a bit smaller on my
15864         Debian GNU/Linux stable x86 host.
15865
15866         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
15867
15868         * lib/filemode.c: Include "filemode.h" first, to test the interface.
15869         Assume that filemode.h includes sys/types.h and sys/stat.h.
15870         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
15871         (ftypelet): Reorder to put common cases first, for efficiency.
15872         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
15873         to do 'M'.
15874         (strmode): Renamed from mode_string, and now stores 12 bytes instead
15875         of 10, for compatibility with FreeBSD.  All callers changed.
15876         (filemodestring): Now stores 12 bytes instead of 10, and sets file
15877         types that can't be deduced solely from st_mode.  First arg is now a
15878         const pointer.
15879         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
15880         (strmode): Renamed from mode_string.
15881         (filemodestring): New decl.
15882         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
15883         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
15884         needed.
15885         (S_ISPORT, S_ISWHT): New macros, if not already defined.
15886
15887         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
15888
15889         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
15890         fsusage.h now does that.  Include fsusage.h first, to test interface.
15891         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
15892         at most one method (the old code could have generated decls that
15893         didn't conform to C89, not that this was ever exercised).
15894         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
15895
15896         2006-03-19  Jim Meyering  <jim@meyering.net>
15897
15898         Work even in a chroot where d_ino values for entries in "/"
15899         don't match the stat.st_ino values for the same names.
15900         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
15901         number, iterate through all entries again, using lstat instead.
15902         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
15903         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
15904
15905         * lib/getcwd.c (__getcwd): Clarify a comment.
15906         Use memcpy in place of a call to strcpy.
15907
15908         2006-03-12  Jim Meyering  <jim@meyering.net>
15909
15910         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
15911         matches that of the current directory (which we're about to chdir ".."
15912         out of), then save the dev-ino of the parent, instead.
15913
15914         * lib/same-inode.h (SAME_INODE): New file/macro.
15915         * lib/chdir-safer.c (SAME_INODE): Remove definition.
15916         Include "same-inode.h", instead.
15917         * lib/same.c: Likewise.
15918         * lib/cycle-check.h: Include "same-inode.h".
15919         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
15920         * lib/cycle-check.c (SAME_INODE): Remove definition.
15921         * lib/root-dev-ino.h: Include "same-inode.h".
15922
15923         2006-03-11  Eric Blake  <ebb9@byu.net>
15924
15925         * lib/same.c (same_name): s/base_name/last_component/
15926         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
15927         * lib/filenamecat.c (file_name_concat): Likewise.
15928
15929         2006-03-11  Eric Blake  <ebb9@byu.net>,
15930                     Paul Eggert  <eggert@cs.ucla.edu>
15931
15932         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
15933         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
15934         drive prefix.
15935         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
15936         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
15937         (last_component): New method.
15938         * lib/dirname.c (dir_len): Determine when drive letters need a
15939         subsequent slash.  Preserve // when it is special.
15940         (dir_name): Don't append dot when drive letter is absolute.
15941         [TEST_DIRNAME]: Move into a full-blown gnulib test.
15942         * lib/basename.c (base_name): New semantics - malloc the result.
15943         Preserve // when it is special.  Preserve relative files that look
15944         like drive letters.
15945         (base_len): Preserve // when it is special.
15946         (last_component): New method, similar to old base_name semantics.
15947         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
15948         base_name.  Strip redundant slashes from ///.
15949
15950 2006-07-03  Jim Meyering  <jim@meyering.net>
15951
15952         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
15953         macro is used before the first cycle_check call.
15954
15955 2006-07-03  Eric Blake  <ebb9@byu.net>
15956
15957         * modules/dirname (Depends-on): Add xstrndup.
15958
15959 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
15960
15961         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
15962         test cases, so that config.log is a bit easier to follow.
15963
15964 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
15965
15966         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
15967         both are 64 bits, since this seems to be the tradition, and this
15968         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
15969         we ever run into a host that prefers long long to long in this
15970         case, we'll need another configure-time test.  Problem reported by
15971         Jim Meyering.
15972
15973 2006-07-02  Eric Blake  <ebb9@byu.net>
15974
15975         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
15976
15977 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
15978
15979         * modules/inttypes (Depends-on): No longer depends on stdint.
15980         * modules/stdint (Description): Say more about assumptions.
15981         Say that the fast types might differ.  Say macros are used.
15982         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
15983         (Makefile.am): Revise list of substituted symbols to match
15984         new stdint.m4.
15985         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
15986         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
15987         * tests/test-stdint.c (verify_same_types)
15988         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
15989         the code conforms to C99/C89.
15990         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
15991         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
15992
15993 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
15994
15995         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
15996         but fix a bug, by requiring at least 64 bits.
15997         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
15998         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
15999         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
16000         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
16001
16002         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
16003         changes.  Make 2.59 a prerequisite.  Check and substitute for
16004         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
16005         inttypes.h.  Do not use special include files; just use the
16006         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
16007         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
16008         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
16009         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
16010         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
16011         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
16012         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
16013         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
16014         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
16015         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
16016         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
16017         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
16018         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
16019         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
16020         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
16021         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
16022         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
16023         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
16024         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
16025         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
16026         WINT_MAX.  Check for C99 conformance more strictly, by detecting
16027         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
16028         not check for things that C99 does not require, e.g., int8_t.  If
16029         a test isn't needed unless <stdint.h> isn't working, and is
16030         unlikely to be needed for any other reason, then don't do it
16031         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
16032         size_t, since we assume C89 freestanding at least.  Do not check
16033         for sig_atomic_t, wchar_t, or wint_t, since the code now does
16034         the right thing even if the types are not defined.  Instead use:
16035         (gl_STDINT_TYPE_PROPERTIES): New macro.
16036         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
16037         testing whether <sys/types.h> clashes, as Autoconf does this for
16038         us now.  All uses removed.
16039         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
16040         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
16041         (gl_CHECK_TYPE_SAME):
16042         Remove; no longer needed.
16043         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
16044         exists, since we'll return 0 anyway in that case.
16045         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
16046
16047 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16048
16049         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
16050         possible collision with system files.
16051         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
16052         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
16053         WCHAR_MIN and WCHAR_MAX in this case.
16054         (<stddef.h>): Do not include; no longer needed.
16055         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
16056         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
16057         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
16058         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
16059         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
16060         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
16061         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
16062         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
16063         !defined(__c99))]: Include in this case too, since it's harmless
16064         now.
16065         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
16066         dangerous to do so.
16067         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
16068         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
16069         (_STDINT_MIN, _STDINT_MAX): New macros.
16070         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
16071         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
16072         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
16073         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
16074         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
16075         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
16076         macros, not typedefs; this simplifies things quite a bit.
16077         Use long int for all types narrower than int64_t.
16078         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
16079         Define in terms of long long int or int64_t or long int,
16080         not int64_t or int32_t.  This saves some compile-time testing.
16081         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
16082         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
16083         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
16084         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
16085         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
16086         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
16087         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
16088         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
16089         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
16090         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
16091         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
16092         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
16093         undef any previous version and define our own version, for
16094         simplicity and consistency with the new macros for types.
16095         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
16096         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
16097         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
16098         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
16099         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
16100         @WINT_T_SUFFIX@ to keep things simple here.
16101         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
16102         Simplify by assuming typical 8/16/32/64 host, since we're
16103         already doing that elsewhere anyway.
16104         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
16105         and assume long long int is 64 bits if available.  This
16106         speeds up 'configure'.
16107
16108 2006-07-01  Eric Blake  <ebb9@byu.net>
16109
16110         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
16111         Reported by Andreas Buening.
16112
16113 2006-07-01  Eric Blake  <ebb9@byu.net>
16114
16115         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
16116
16117 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
16118
16119         * lib/getaddrinfo.c: fixed typo
16120
16121 2006-06-29  Jim Meyering  <jim@meyering.net>
16122
16123         * modules/strftime (Maintainer): Add my name, since with the
16124         FPRINTFTIME changes strftime.c has forked from glibc.
16125
16126 2006-06-29  Eric Blake  <ebb9@byu.net>
16127
16128         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
16129
16130 2006-06-29  Eric Blake  <ebb9@byu.net>
16131
16132         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
16133
16134 2006-06-29  Eric Blake  <ebb9@byu.net>
16135
16136         * lib/stat_.h: New file.
16137
16138 2006-06-29  Eric Blake  <ebb9@byu.net>
16139
16140         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
16141         unused static function.
16142
16143 2006-06-29  Eric Blake  <ebb9@byu.net>
16144
16145         * doc/functions.texi (Function Portability): Document missing lstat
16146         on mingw.
16147
16148 2006-06-29  Eric Blake  <ebb9@byu.net>
16149
16150         * MODULES.html.sh: Add sys_stat.
16151         * modules/sys_stat: New module.
16152         * modules/mkstemp (Depends-on): Add sys_stat.
16153
16154 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16155
16156         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
16157
16158 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16159
16160         * m4/c-bs-a.m4: Removed.
16161
16162 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16163
16164         * lib/strftime.c: Assume strftime() exists.
16165
16166 2006-06-29  Derek Price  <derek@ximbiot.com>
16167
16168         * modules/c-bs-a: Removed - \a is C89.
16169         * MODULES.html.sh: Remove c-bs-a.
16170
16171 2006-06-29  Bruno Haible  <bruno@clisp.org>
16172
16173         * modules/wcwidth (License): Change to LGPL.
16174
16175 2006-06-28  Simon Josefsson  <jas@extundo.com>
16176
16177         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
16178         on _WIN32.
16179
16180         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
16181         getnameinfo.
16182
16183 2006-06-28  Simon Josefsson  <jas@extundo.com>
16184
16185         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
16186
16187 2006-06-28  Simon Josefsson  <jas@extundo.com>
16188
16189         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
16190         functions there.  It will succeed on Windows XP, but on Windows
16191         2000 and (presumably) earlier, it will fail, and use the internal
16192         re-implementation.
16193         (use_win32_p): New function.
16194         (getaddrinfo): Use strtoul on servname, to support numeric ports.
16195         Support AI_NUMERICSERV to disable getservbyname.
16196         (getnameinfo): New function, only supports
16197         NI_NUMERICHOST|NI_NUMERICSERV for now.
16198
16199         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
16200         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
16201         getnameinfo.
16202
16203 2006-06-28  Eric Blake  <ebb9@byu.net>
16204
16205         * modules/wcwidth: New file.
16206         * modules/mbchar (Depends-on): Add wcwidth.
16207         * modules/mbswidth (Depends-on): Add wcwidth.
16208         * MODULES.html.sh: Add wcwidth.
16209
16210 2006-06-28  Eric Blake  <ebb9@byu.net>
16211
16212         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
16213         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
16214
16215 2006-06-28  Eric Blake  <ebb9@byu.net>
16216
16217         * lib/xvasprintf.h: Fix comments.
16218
16219 2006-06-28  Eric Blake  <ebb9@byu.net>
16220
16221         * lib/mbchar.h (wcwidth): Include wcwidth.h.
16222         * lib/mbswidth.c (wcwidth): Move from here...
16223         * lib/wcwidth.h: ...to this new file.
16224
16225 2006-06-28  Derek R. Price  <derek@ximbiot.com>
16226
16227         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
16228
16229         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
16230         it's obsolete.
16231         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
16232
16233 2006-06-28  Derek R. Price  <derek@ximbiot.com>
16234
16235         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
16236         Autoconf 2.60 says this stuff was obsolete.
16237
16238 2006-06-28  Bruno Haible  <bruno@clisp.org>
16239
16240         * modules/wcwidth (Files): Add m4/wchar_t.m4.
16241
16242 2006-06-28  Bruno Haible  <bruno@clisp.org>
16243
16244         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
16245         gt_TYPE_WCHAR_T.
16246
16247 2006-06-28  Bruno Haible  <bruno@clisp.org>
16248
16249         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
16250         declaration for wcwidth.
16251         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
16252
16253 2006-06-28  Bruno Haible  <bruno@clisp.org>
16254
16255         * lib/mkdtemp.c [MINGW]: Include <io.h>.
16256         (mkdir): Define using _mkdir.
16257
16258 2006-06-28  Bruno Haible  <bruno@clisp.org>
16259
16260         * lib/getaddrinfo.h: Fix POSIX URL.
16261         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
16262         _WIN32.
16263         (use_win32_p): Make static.
16264         (getaddrinfo): Reject service name if it is empty or does not consist
16265         solely of decimal digits, or if its value is > 65535.
16266         (getnameinfo): Remove useless casts.
16267
16268 2006-06-27  Simon Josefsson  <jas@extundo.com>
16269
16270         * modules/sys_select: New file, suggested by Bruno Haible, Paul
16271         Eggert and Martin Lambers.
16272
16273 2006-06-27  Simon Josefsson  <jas@extundo.com>
16274
16275         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
16276         Eggert and Martin Lambers.
16277
16278 2006-06-27  Bruno Haible  <bruno@clisp.org>
16279
16280         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
16281         result to 0, not to empty.
16282         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
16283
16284 2006-06-27  Bruno Haible  <bruno@clisp.org>
16285
16286         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
16287
16288 2006-06-26  Simon Josefsson  <jas@extundo.com>
16289
16290         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
16291         present.
16292
16293 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
16294
16295         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
16296         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
16297         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
16298
16299 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
16300
16301         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
16302
16303 2006-06-26  Bruno Haible  <bruno@clisp.org>
16304
16305         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
16306
16307 2006-06-26  Bruno Haible  <bruno@clisp.org>
16308
16309         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
16310
16311 2006-06-26  Bruno Haible  <bruno@clisp.org>
16312
16313         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
16314         SGI C compiler in pre-C99 mode.
16315         Suggested by Mark D. Baushke and Larry Jones.
16316
16317 2006-06-26  Bruno Haible  <bruno@clisp.org>
16318
16319         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
16320         WCHAR_MAX.
16321         Reported by Mark D. Baushke and Larry Jones.
16322
16323 2006-06-26  Bruno Haible  <bruno@clisp.org>
16324
16325         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
16326         in pre-C99 mode.
16327         Suggested by Mark D. Baushke and Larry Jones.
16328
16329 2006-06-23  Simon Josefsson  <jas@extundo.com>
16330             Bruno Haible  <bruno@clisp.org>
16331
16332         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
16333         Emit mostlyclean-local rule.
16334         (func_emit_tests_Makefile_am): Likewise.
16335         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
16336
16337 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
16338
16339         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
16340
16341 2006-06-23  Bruno Haible  <bruno@clisp.org>
16342
16343         * tests/test-stdint.c: Update to match ISO C 99 Technical
16344         Corrigendum 1.
16345
16346 2006-06-23  Bruno Haible  <bruno@clisp.org>
16347
16348         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
16349
16350 2006-06-23  Bruno Haible  <bruno@clisp.org>
16351
16352         * lib/stdint_.h: Treat IRIX like OpenBSD.
16353
16354 2006-06-23  Bruno Haible  <bruno@clisp.org>
16355
16356         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
16357         ISO C 99 Technical Corrigendum 1.
16358
16359 2006-06-22  Simon Josefsson  <jas@extundo.com>
16360
16361         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
16362         MinGW.
16363
16364 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16365
16366         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
16367         needed.  Some compiler complained about some of them.  Problem reported
16368         by Larry Jones in
16369         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
16370
16371 2006-06-21  Simon Josefsson  <jas@extundo.com>
16372
16373         * tests/test-getaddrinfo.c: New file.
16374
16375         * modules/getaddrinfo-tests: New file.
16376
16377         * MODULES.html.sh: Add inet_pton.
16378
16379         * modules/inet_pton: New file.
16380
16381 2006-06-21  Simon Josefsson  <jas@extundo.com>
16382
16383         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
16384         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
16385         of using the (limited) gnulib implementation on Windows XP.
16386
16387         * m4/inet_pton.m4: New file.
16388
16389 2006-06-21  Simon Josefsson  <jas@extundo.com>
16390
16391         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
16392         variable.
16393
16394         * lib/socket_.h: Don't define WINVER.
16395
16396         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
16397         slightly modified to work in gnulib.
16398
16399 2006-06-21  Simon Josefsson  <jas@extundo.com>
16400
16401         * doc/gnulib.texi (Windows sockets): Add.
16402
16403 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
16404
16405         * lib/read-file.c (fread_file): Start with buffer allocation of
16406         0 bytes rather than 1 byte; this simplifies the code.
16407         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
16408         code to free buffer and save/restore errno.
16409         (internal_read_file): Remove unused local.
16410
16411 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
16412
16413         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
16414         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
16415         Problem reported by Denis Excoffier in
16416         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
16417
16418 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16419
16420         * modules/sys_socket, modules/socklen: Include sys/types since
16421         FreeBSD 4.x's sys/socket.h needs it.
16422
16423 2006-06-19  Simon Josefsson  <jas@extundo.com>
16424
16425         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
16426
16427 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
16428
16429         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
16430
16431 2006-06-19  Bruno Haible  <bruno@clisp.org>
16432
16433         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
16434         and FULL_PATH_INTTYPES_H in angle brackets.
16435         Reported by Mark D. Baushke <mdb@gnu.org>.
16436
16437 2006-06-17  Eric Blake  <ebb9@byu.net>
16438
16439         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
16440         errno.
16441
16442 2006-06-17  Bruno Haible  <bruno@clisp.org>
16443
16444         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
16445         <sys/inttypes.h>.
16446
16447 2006-06-17  Bruno Haible  <bruno@clisp.org>
16448
16449         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
16450         whether errno is declared. Assume <errno.h> declares errno.
16451
16452 2006-06-17  Bruno Haible  <bruno@clisp.org>
16453
16454         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
16455
16456 2006-06-17  Bruno Haible  <bruno@clisp.org>
16457
16458         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
16459         problem on Solaris 2.5.1.
16460
16461 2006-06-16  Eric Blake  <ebb9@byu.net>
16462
16463         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
16464         * lib/unicodeio.c [!defined errno]: Likewise.
16465         * lib/strtol.c [!defined errno]: Likewise.
16466         * lib/strtod.c [!defined errno]: Likewise.
16467
16468 2006-06-15  Eric Blake  <ebb9@byu.net>
16469
16470         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
16471
16472 2006-06-15  Eric Blake  <ebb9@byu.net>
16473
16474         * config/srclist.txt (ssize_t.m4): Lose sync.
16475
16476 2006-06-15  Bruno Haible  <bruno@clisp.org>
16477
16478         * modules/stdint (Files): Include m4/full-header-path.m4,
16479         m4/size_max.m4, m4/wchar_t.m4.
16480         (Makefile.am): Many more substitutions.
16481         * modules/stdint-tests: New file.
16482         * tests/test-stdint.c: New file.
16483
16484 2006-06-15  Bruno Haible  <bruno@clisp.org>
16485
16486         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
16487         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
16488         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
16489         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
16490         gl_CHECK_TYPE_SAME): New macros.
16491
16492 2006-06-15  Bruno Haible  <bruno@clisp.org>
16493
16494         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
16495
16496 2006-06-15  Bruno Haible  <bruno@clisp.org>
16497
16498         * lib/stdint_.h: Rewritten to be fully auto-configured.
16499         Fixes bug on HP-UX/IA64.
16500
16501 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
16502
16503         * lib/getdate.y (__attribute__): Don't define if already defined.
16504         Problem reported by Larry Jones.
16505         * lib/utimens.c (__attribute__): Likewise.
16506
16507 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
16508
16509         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
16510         reported by Andreas Schwab.
16511
16512 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16513             Bruno Haible  <bruno@clisp.org>
16514
16515         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
16516         check for the declaration of strnlen and a run test that exposes the
16517         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
16518         rpl_strndup.
16519
16520 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16521             Bruno Haible  <bruno@clisp.org>
16522
16523         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
16524
16525 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16526
16527         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
16528         compile test, for Tru64 4.0D.
16529
16530 2006-05-28  Karl Berry  <karl@gnu.org>
16531
16532         * config/srclist.txt (printf-args.c): lose sync.
16533
16534 2006-05-26  Martin Lambers  <marlam@marlam.de>
16535
16536         * lib/getpass.c: Updates the test for the native W32 API, and adds
16537         missing includes, thus fixing compilation warnings.
16538
16539 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
16540
16541         * lib/exclude.c (exclude_fnmatch): New function.
16542         (excluded_file_name): Call exclude_fnmatch.
16543         * lib/exclude.h (excluded_file_name): New prototype
16544
16545 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
16546
16547         * lib/tempname.c (small_open, large_open): New macros.
16548         (__open, __open64) [!_LIBC]: Remove.
16549         (__gen_tempname): Use small_open and large_open instead of __open
16550         and __open64.  This fixes a portability bug on HP-UX 11.11i
16551         reported by Simon Wing-Tang in
16552         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
16553
16554 2006-05-24  Bruno Haible  <bruno@clisp.org>
16555
16556         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
16557         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
16558         Reported by Thorsten Maerz <torte@netztorte.de> via
16559         Aaron Stone <aaron@serendipity.cx>.
16560
16561 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16562
16563         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
16564         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
16565         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
16566         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
16567         not really conditional on the cache.
16568         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
16569
16570 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16571
16572         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
16573         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
16574         (my_usleep): Don't mishandle maximum value.
16575
16576 2006-05-19  Jim Meyering  <jim@meyering.net>
16577
16578         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
16579
16580 2006-05-17  Bruno Haible  <bruno@clisp.org>
16581
16582         Cygwin portability.
16583         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
16584
16585 2006-05-17  Bruno Haible  <bruno@clisp.org>
16586
16587         * lib/stdint_.h: Fix recognition of Cygwin.
16588
16589 2006-05-15  Bruno Haible  <bruno@clisp.org>
16590
16591         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
16592         on libtool patch by Ralf Wildenhues.
16593
16594 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16595
16596         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
16597         test for C99 conformance; (bool) 0.5 is an integer constant
16598         expression, but (bool) -0.5 is not.  Problem reported by Fedor
16599         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
16600
16601 2006-05-11  Simon Josefsson  <jas@extundo.com>
16602
16603         * m4/xvasprintf.m4: Fix obvious typo.
16604
16605 2006-05-11  Jim Meyering  <jim@meyering.net>
16606
16607         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
16608         James Lemley.
16609
16610 2006-05-10  Simon Josefsson  <jas@extundo.com>
16611
16612         * lib/md4.c: Typo fix, update copyright years.
16613         (K1, K2): Don't use L because it turn computations into 64-bit on
16614         64-bit platforms.
16615
16616 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
16617
16618         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
16619         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
16620         unwanted sign propagation, e.g., on hosts with 64-bit int.
16621         There still are some problems with reeelly weird theoretical hosts
16622         (e.g., 33-bit int) but it's not worth worrying about now.
16623         * lib/sha1.c (rol): Likewise.
16624         (K1, K2, K3, K4): Remove unnecessary L suffix.
16625
16626 2006-05-10  Bruno Haible  <bruno@clisp.org>
16627
16628         * lib/des.c: Cast to avoid warnings.
16629
16630 2006-05-09  Bruno Haible  <bruno@clisp.org>
16631
16632         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
16633         (Depends-on): Depend also on xsize, stdarg.
16634         (configure.ac): Add gl_XVASPRINTF.
16635
16636 2006-05-09  Bruno Haible  <bruno@clisp.org>
16637
16638         * m4/xvasprintf.m4: New file.
16639
16640 2006-05-09  Bruno Haible  <bruno@clisp.org>
16641
16642         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
16643         (EOVERFLOW): Define fallback value.
16644         (xstrcat): New function.
16645         (xvasprintf): Recognize the special case of a string concatenation.
16646
16647 2006-05-08  Eric Blake  <ebb9@byu.net>
16648
16649         * gnulib-tool (func_version): Base copyright year on CVS date.
16650         (func_emit_copyright_notice): New function.
16651         (func_emit_lib_Makefile_am): Use it.
16652         (func_emit_tests_Makefile_am): Likewise.
16653         (func_import): Likewise.
16654
16655 2006-05-08  Bruno Haible  <bruno@clisp.org>
16656
16657         * modules/stdarg: New file.
16658         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
16659
16660 2006-05-08  Bruno Haible  <bruno@clisp.org>
16661
16662         * m4/stdarg.m4: New file, from GNU gettext.
16663
16664 2006-05-08  Bruno Haible  <bruno@clisp.org>
16665
16666         * config/srclist.txt (build-aux/config.rpath): different from latest
16667         release.
16668
16669 2006-05-08  Bruno Haible  <bruno@clisp.org>
16670
16671         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
16672
16673 2006-05-05  Jim Meyering  <jim@meyering.net>
16674
16675         * m4/warning.m4: New file, derived from bison's file by the same name.
16676
16677 2006-05-03  Bruno Haible  <bruno@clisp.org>
16678
16679         * lib/stdint_.h: Shorter URL.
16680         * lib/inttypes.h: Likewise.
16681
16682 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
16683
16684         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
16685
16686 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
16687
16688         * lib/verify.h: Document the internals better.  Most of this change
16689         was written by Bruno Haible.
16690
16691 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
16692
16693         * doc/verify.texi: New file, partly based on a proposal by
16694         Bruno Haible.
16695
16696 2006-05-02  Bruno Haible  <bruno@clisp.org>
16697
16698         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
16699         test from here...
16700         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
16701
16702 2006-04-29  Bruno Haible  <bruno@clisp.org>
16703
16704         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
16705         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
16706
16707 2006-04-29  Bruno Haible  <bruno@clisp.org>
16708
16709         * gnulib-tool: Make --update option actually work.
16710
16711 2006-04-29  Bruno Haible  <bruno@clisp.org>
16712
16713         * doc/gcd.texi: New file.
16714         * doc/gnulib.texi: Include it.
16715
16716 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
16717
16718         * lib/getdate.y (get_date): When adding relative date, start with the
16719         initial time, not with the result of the first mktime call.
16720
16721 2006-04-25  Bruno Haible  <bruno@clisp.org>
16722
16723         * gnulib-tool (func_import): Output the include directives in three
16724         blocks, sorted separately.
16725         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16726
16727 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
16728
16729         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
16730         to define main with arguments, for C++.  Reported by Eric Blake.
16731         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
16732         Prefer 'int main ()' to 'int main (void)', for C++.
16733         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
16734         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
16735         for 'main', for C99 and C++.
16736
16737 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
16738
16739         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
16740         Don't assume that exit status -1 is valid.
16741         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
16742         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
16743         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
16744         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
16745         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
16746         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
16747         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
16748         functions can be used without declaring them, or that you can
16749         exit with status -1.
16750         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
16751
16752 2006-04-24  Karl Berry  <karl@gnu.org>
16753
16754         * config/srclist.txt (longdouble.m4): sync lost.
16755
16756 2006-04-24  Eric Blake  <ebb9@byu.net>
16757
16758         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
16759
16760 2006-04-24  Bruno Haible  <bruno@clisp.org>
16761
16762         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
16763         poll() implementation in AIX.
16764         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16765
16766 2006-04-24  Bruno Haible  <bruno@clisp.org>
16767
16768         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
16769         assigned exactly once.
16770
16771 2006-04-23  Claudio Fontana  <claudio@gnu.org>
16772             Bruno Haible  <bruno@clisp.org>
16773
16774         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
16775         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
16776         for AM_CPPFLAGS.
16777
16778 2006-04-23  Bruno Haible  <bruno@clisp.org>
16779
16780         * modules/copy-file: Depend on unistd.
16781         * modules/execute: Likewise.
16782         * modules/fatal-signal: Likewise.
16783         * modules/findprog: Likewise.
16784         * modules/mkdtemp : Likewise.
16785         * modules/pipe: Likewise.
16786         * modules/wait-process: Likewise.
16787
16788 2006-04-23  Bruno Haible  <bruno@clisp.org>
16789
16790         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
16791         condition was already detected.
16792         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16793
16794 2006-04-23  Bruno Haible  <bruno@clisp.org>
16795
16796         * lib/copy-file.c: Include <unistd.h> unconditionally.
16797         * lib/execute.c: Likewise.
16798         * lib/fatal-signal.c: Likewise.
16799         * lib/findprog.c: Likewise.
16800         * lib/mkdtemp.c: Likewise.
16801         * lib/pipe.h: Likewise.
16802         * lib/pipe.c: Likewise.
16803         * lib/wait-process.h: Likewise.
16804
16805 2006-04-23  Bruno Haible  <bruno@clisp.org>
16806
16807         * gnulib-tool (func_usage): Fix --import description. Document
16808         --update.
16809         (func_import): Create temporary file in a temporary directory, if
16810         --dry-run is specified. Silence errors from 'grep' when there are no
16811         m4 files in $m4dir.
16812         (func_create_testdir): Silence errors from 'grep' when there are no
16813         m4 files in $m4dir.
16814         Reported by Karl Berry <karl@freefriends.org>.
16815
16816 2006-04-20  Bruno Haible  <bruno@clisp.org>
16817
16818         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
16819         one argument, so that the code will be portable to Autoconf 2.60.
16820         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
16821         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
16822         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
16823
16824 2006-04-19  Derek Price  <derek@ximbiot.com>
16825             Eric Blake  <ebb9@byu.net>
16826
16827         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
16828         rather than "/full/path.h".  Update comment to match.  Shorten &
16829         generalize m4_translit call via AS_TR_CPP.
16830
16831 2006-04-19  Derek Price  <derek@ximbiot.com>
16832             Eric Blake  <ebb9@byu.net>
16833
16834         * lib/inttypes.h: Correct grammar in comment.
16835
16836 2006-04-18  Derek Price  <derek@ximbiot.com>
16837             Paul Eggert  <eggert@cs.ucla.edu>
16838
16839         * modules/inttypes: New file.
16840         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
16841
16842 2006-04-18  Derek Price  <derek@ximbiot.com>
16843             Paul Eggert  <eggert@cs.ucla.edu>
16844
16845         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
16846         New files.
16847
16848 2006-04-18  Derek Price  <derek@ximbiot.com>
16849             Paul Eggert  <eggert@cs.ucla.edu>
16850
16851         * lib/inttypes.h: New file.
16852         * lib/strtoimax.c: Assume <inttypes.h>.
16853
16854 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
16855
16856         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
16857         isn't mounted.  Problem reported by Kir Kolyshkin.
16858
16859 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
16860
16861         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
16862         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
16863         Derek R. Price.
16864         * lib/regex.h (RE_DUP_MAX): Update comment to match current
16865         implementation.
16866
16867 2006-04-12  Eric Blake  <ebb9@byu.net>
16868
16869         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
16870         is now done automatically by the corresponding Autoconf macro.
16871
16872 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
16873
16874         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
16875         time_r.h.
16876
16877 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
16878
16879         Merge regex changes from libc, removing some of our
16880         POSIX-conformance changes that were rejected and redoing them in a
16881         less-intrusive way.
16882
16883         * lib/regcomp.c (re_compile_internal, init_dfa):
16884         Length arg is now size_t, not Idx.  All uses changed.
16885         (peek_token): Forward decl now says internal_function.
16886         (__re_error_msgid, __re_error_msgid_idx):
16887         Now static rather than extern with attribute_hidden.
16888         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
16889         For some reason libc prefers K&R style defns for external functions.
16890         (regerror) [!defined _LIBC]: Likewise.
16891         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
16892         (seek_collating_symbol_entry, lookup_collation_sequence_value):
16893         (build_range_exp, build_collating_symbol):
16894         Use K&R-style defn.
16895         (re_compile_fastmap): Use '\0' to memset, not 0.
16896         (utf8_sb_map): Make the calculations more obvious.
16897         (init_dfa, parse_bracket_exp, build_charclass_op):
16898         Call calloc and cast result, as glibc does.
16899         (init_word_char, fetch_token, peek_token, peek_token_bracket):
16900         (build_range_exp, build_collating_symbol):
16901         Now internal functions.
16902
16903         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
16904
16905         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
16906         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
16907         Don't depend on VMS; depend on __VMS instead, for POSIX
16908         namespace cleanness.
16909         (regoff_t): Define to ssize_t, not long int.
16910
16911         Remove the REG_ macros named below.  Instead, make the old names
16912         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
16913         __USE_GNU_REGEX.
16914         (REG_BACKSLASH_ESCAPE_IN_LISTS):
16915         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
16916         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
16917         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
16918         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
16919         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
16920         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
16921         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
16922         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
16923         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
16924         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
16925         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
16926         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
16927         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
16928         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
16929         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
16930         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
16931         (REG_NREGS):
16932         Remove.  All uses replaced by the old RE_* names.
16933         (RE_BACKSLASH_ESCAPE_IN_LISTS):
16934         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
16935         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
16936         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
16937         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
16938         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
16939         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
16940         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
16941         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
16942         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
16943         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
16944         Don't bother having these macros be independent of each others'
16945         values, since they no longer exist in the POSIX name space.
16946
16947         Rename the following member names back to their old names,
16948         unless !__USE_GNU_REGEX.  All uses changed back.
16949         (buffer): Renamed from re_buffer.
16950         (allocated): Renamed from re_allocated.
16951         (used): Renamed from re_used.
16952         (syntax): Renamed from re_syntax.
16953         (fastmap): Renamed from re_fastmap.
16954         (translate): Renamed from re_translate.
16955         (can_be_null): Renamed from re_can_be_null.
16956         (regs_allocated): Renamed from re_regs_allocated.
16957         (fastmap_accurate): Renamed from re_fastmap_accurate.
16958         (no_sub): Renamed from re_no_sub.
16959         (not_bol): Renamed from re_not_bol.
16960         (not_eol): Renamed from re_not_eol.
16961         (newline_anchor): Renamed from re_newline_anchor.
16962         (num_regs): Renamed from rm_num_regs.
16963         (start): Renamed from rm_start.
16964         (end): Renamed from rm_end.
16965
16966         (free_state): Move up a bit.
16967
16968         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
16969         #define to be empty.
16970         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
16971         when that is what is intended.
16972         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
16973         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
16974         (MAX): New macro.
16975         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
16976         All uses changed back to re_malloc, etc.  It's now the caller's
16977         responsibility to check for overflow; all callers changed.
16978         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
16979         (re_x2nrealloc): Remove.
16980         (free_state): Remove decl.
16981
16982         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
16983         (re_set_registers, re_exec):
16984         Use K&R-style defn.
16985
16986         2006-01-31  Roland McGrath  <roland@redhat.com>
16987
16988         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
16989         Reported by Mike Frysinger <vapier@gentoo.org>.
16990
16991         2006-01-15  Andreas Jaeger  <aj@suse.de>
16992
16993         [BZ #1950]
16994         * lib/regex_internal.c (re_string_reconstruct): Adjust for
16995         build_wcs_upper_buffer change.
16996         (build_wcs_upper_buffer): Change return type.
16997
16998         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
16999
17000         * lib/regex_internal.h: Include <stdint.h> if available.
17001
17002         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
17003
17004         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
17005
17006         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
17007
17008         * lib/regcomp.c: Adjust for changed secondary hash function.
17009
17010         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
17011
17012         * lib/regex.h: Pretty printing.
17013         Clean up namespace a bit.
17014
17015         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
17016
17017         * lib/regexec.c (update_cur_sifted_state, check_arrival,
17018         check_arrival_add_next_nodes): Avoid using uninitialized variable.
17019
17020         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17021                     Ulrich Drepper  <drepper@redhat.com>
17022
17023         [BZ #1302]
17024         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
17025         changed.
17026         (bitset_word_t): Renamed from bitset_word.  All uses changed.
17027
17028         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
17029
17030         [BZ #281]
17031         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
17032         * lib/regcomp.c: Remove unnecessary uses of
17033         unsigned RE_TRANSLATE_TYPE.
17034         * lib/regex_internal.h: Likewise.
17035         * lib/regex_internal.c: Likewise.
17036         * lib/regexec.c: Likewise.
17037         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
17038
17039         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
17040
17041         * lib/regexec.c (find_recover_state): Remove unnecessary
17042         initialization.
17043         (transit_state_bkref): Make DFA a const pointer.
17044         (get_subexp): Likewise.
17045         (check_arrival): Likewise.
17046         (update_cur_sifted_state): Likewise.
17047         (re_search_internal): Likewise.
17048         (prune_impossible_nodes): Likewise.
17049         (acquire_init_state_context): Likewise.
17050         (proceed_next_node): Likewise.
17051         (set_regs): Likewise.
17052         (free_fail_stack_return): Likewise.
17053         (check_arrival_expand_ecl): Mark DFA parameter as const.
17054         (check_arrival_expand_ecl_sub): Likewise.
17055         (check_subexp_limits): Likewise.
17056         (sub_epsilon_src_nodes):  Likewise.
17057         (add_epsilon_src_nodes):  Likewise.
17058         (merge_state_array): Likewise.
17059         (update_regs): Likewise.
17060         (build_trtable): Likewise.
17061         (sift_states_backward): Mark MCTX parameter as const.
17062         (build_sifted_states): Likewise.
17063         (update_cur_sifted_state): Likewise.
17064         (sift_states_mkref): Likewise.
17065         (check_arrival_expand_ecl): Mark eclosure as const.
17066         (check_dst_limits_calc_pos_1): Likewise.
17067         * lib/regex_internal.h (re_match_context_t): Make dfa a const
17068         pointer.
17069
17070         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
17071
17072         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
17073         (transit_state_sb): Likewise.
17074         (transit_state_mb): Likewise.
17075         (sift_states_iter_mb): Likewise.
17076         (check_arrival_add_next_nodes): Likewise.
17077         (check_node_accept_bytes): Change first parameter to pointer-to-const.
17078         [_LIBC] (re_search_2_stub): Use mempcpy.
17079
17080         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
17081         mbrtowc for very simple UTF-8 case.
17082
17083         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
17084         a pointer-to-const.
17085         (re_acquire_state_context): Likewise.
17086         * lib/regex_internal.h: Adjust prototypes.
17087
17088         * lib/regex.c: Prevent using C++ compilers.
17089
17090         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
17091         (re_acquire_state_context): Likewise.
17092
17093 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17094
17095         * modules/regex (Depends-on): Add ssize_t.
17096
17097 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17098
17099         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
17100         translation table.
17101
17102 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17103
17104         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
17105
17106 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
17107             Bruno Haible  <bruno@clisp.org>
17108
17109         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
17110         <sys/types.h> and <inttypes.h>.
17111
17112 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17113
17114         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
17115         `__error_t_defined', so argp.h will not typedef the former.
17116
17117 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
17118
17119         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
17120         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
17121         glibc names.  Even if glibc is changed to conform to POSIX, the
17122         traditional names will be available anyway, since regex depends on
17123         the extensions module.  Also, fix a longstanding typo in the
17124         implementation of Spencer ERE test #75 from grep 2.3.  Problems
17125         reported by Emanuele Giaquinta.  Also, change sense of cached
17126         variable, so that the message makes sense.
17127
17128 2006-03-24  Simon Josefsson  <jas@extundo.com>
17129
17130         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
17131         including some doc fixes.
17132         (base64_encode_alloc): Fix +1 bug on allocation failures.
17133
17134 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17135
17136         * lib/base64.c (base64_encode): Do not read past end of array with
17137         unsanitized input on systems with CHAR_BIT > 8.
17138
17139 2006-03-24  Eric Blake  <ebb9@byu.net>
17140
17141         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
17142
17143 2006-03-22  Karl Berry  <karl@gnu.org>
17144
17145         * config/srclist.txt (*setenv.[ch]): get from coreutils.
17146         * config/srclistvars.sh (COREUTILS): new var.
17147
17148 2006-03-17  Jim Meyering  <jim@meyering.net>
17149
17150         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
17151         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
17152
17153 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
17154
17155         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
17156         no longer needs it.  Instead, check that regoff_t is as least
17157         as wide as ptrdiff_t.
17158
17159         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
17160         so that our regex.h stays compatible with the installed regex.
17161         This is helpful for installers who configure --without-included-regex.
17162         Problem reported by Emanuele Giaquinta.
17163
17164 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
17165
17166         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
17167         Typedef to long int, not to off_, as POSIX will likely change
17168         in that direction.
17169
17170 2006-03-15  Eric Blake  <ebb9@byu.net>
17171
17172         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
17173
17174 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
17175
17176         * lib/argp-help.c (validate_uparams): Fix typo
17177         * lib/argp-parse.c (argp_default_options): Consistently begin help
17178         messages with a lowercase letter.
17179
17180 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
17181
17182         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
17183         overrun buffers and shouldn't be used (much as gets shouldn't be
17184         used).
17185         * lib/time_r.c (asctime_r, ctime_r): Likewise.
17186
17187 2006-03-08  Simon Josefsson  <jas@extundo.com>
17188
17189         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
17190         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17191
17192 2006-03-08  Simon Josefsson  <jas@extundo.com>
17193
17194         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
17195         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17196
17197 2006-03-08  Simon Josefsson  <jas@extundo.com>
17198
17199         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
17200         signal that configure disabled the device.
17201
17202 2006-03-08  Simon Josefsson  <jas@extundo.com>
17203
17204         * build-aux/maint.mk: Fix refresh-po, to handle no translated
17205         languages.
17206
17207 2006-03-07  Simon Josefsson  <jas@extundo.com>
17208
17209         * modules/getopt (Depends-on): Add unistd.
17210
17211         * modules/unistd: New file.
17212
17213 2006-03-07  Simon Josefsson  <jas@extundo.com>
17214
17215         * modules/gc-random: New file.
17216
17217 2006-03-07  Simon Josefsson  <jas@extundo.com>
17218
17219         * m4/unistd_h.m4: New file.
17220
17221 2006-03-07  Simon Josefsson  <jas@extundo.com>
17222
17223         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
17224         test to be side-effect free by storing the result in the cache
17225         variable gl_cv_lib_readline, and moving the assignment of
17226         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
17227         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17228
17229 2006-03-07  Simon Josefsson  <jas@extundo.com>
17230
17231         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
17232         error on missing devices (the functions will return an error).
17233
17234         * m4/gc.m4: Move random stuff to gc-random.m4
17235
17236 2006-03-07  Simon Josefsson  <jas@extundo.com>
17237
17238         * lib/unistd_.h: New file.
17239
17240 2006-03-07  Simon Josefsson  <jas@extundo.com>
17241
17242         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
17243
17244 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17245
17246         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
17247         Problem reported by Juan Manuel Guerrero.
17248
17249 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17250
17251         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
17252         the unistd module.
17253         * lib/getlogin_r.c: Likewise.
17254         * lib/getlogin_r.h: Likewise.
17255         * lib/glob.c: Likewise.
17256         * lib/pagealign_alloc.c: Likewise.
17257         * lib/unistd_.h: Remove; no longer needed.
17258
17259 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17260
17261         * MODULES.html.sh (Support for systems lacking POSIX:2001):
17262         Add unistd.
17263         * modules/c-stack (Depends-on): Add unistd.
17264         * modules/getlogin_r: Likewise.
17265         * modules/glob: Likewise.
17266         * modules/pagealign_alloc: Likewise.
17267         * modules/unistd (Files): Remove lib/unistd_.h.
17268         (EXTRA_DIST): Remove.
17269         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
17270         need unistd_.h.
17271         (MOSTLYCLEANFILES): Remove unistd.h-t.
17272
17273 2006-03-03  Simon Josefsson  <jas@extundo.com>
17274
17275         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
17276
17277 2006-03-03  Simon Josefsson  <jas@extundo.com>
17278
17279         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
17280         libidn and bison.
17281
17282 2006-03-03  Simon Josefsson  <jas@extundo.com>
17283
17284         * build-aux/maint.mk: Add indent target.
17285
17286 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
17287
17288         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
17289         our replacement poll.h in any case, to avoid a differing
17290         declaration from a system header.  Seen on AIX.
17291
17292 2006-03-01  Simon Josefsson  <jas@extundo.com>
17293
17294         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
17295         <kasal@ucw.cz>.
17296
17297 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17298
17299         * modules/gettime (Depends-on): Add extensions module.
17300         * modules/nanosleep (Depends-on): Likewise.
17301         * modules/settime (Depends-on): Likewise.
17302
17303 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17304
17305         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
17306         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
17307         pedantically.
17308         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
17309         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
17310
17311         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
17312         not "==".  Reported by Ralf Wildenhues.
17313
17314 2006-03-01  Karl Berry  <karl@gnu.org>
17315
17316         * doc/Copyright/request-*: new files, synced from gnuorg.
17317
17318 2006-03-01  Karl Berry  <karl@gnu.org>
17319
17320         * config/srclist.txt (Copyright/*): new entries.
17321
17322 2006-02-28  Simon Josefsson  <jas@extundo.com>
17323
17324         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
17325
17326 2006-02-27  Simon Josefsson  <jas@extundo.com>
17327
17328         * lib/base64.h: Indent #define's.  From Jim Meyering
17329         <jim@meyering.net>.
17330
17331 2006-02-27  Jim Meyering  <jim@meyering.net>
17332
17333         Revert the change of 2006-02-24, so these files can continue
17334         to be sync'd from gettext.
17335         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
17336         of `config.h'.
17337
17338 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17339
17340         * modules/intprops: New file.
17341         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
17342         Add intprops.
17343         * modules/getloadavg (Files): Remove lib/intprops.h.
17344         (Depends-on): Add intprops.
17345         * modules/human: Likewise.
17346         * modules/inttostr: Likewise.
17347         * modules/openat: Likewise.
17348         * modules/sig2str: Likewise.
17349         * modules/userspec: Likewise.
17350         * modules/utimecmp: Likewise.
17351         * modules/xnanosleep: Likewise.
17352         * modules/xstrtol: Likewise.
17353
17354 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
17355
17356         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
17357         * modules/lock-tests (TESTS): Use $(EXEEXT).
17358         * modules/tls-tests: Likewise.
17359         * modules/argp-tests: Likewise.
17360         (check_PROGRAMS): New var, replacing...
17361         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
17362
17363 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17364
17365         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
17366         `config.h'.
17367
17368 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
17369
17370         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
17371
17372 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17373
17374         Sync from coreutils.
17375         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
17376         gl_CHDIR_SAFER.
17377
17378 2006-02-22  Jim Meyering  <jim@meyering.net>
17379
17380         Sync from coreutils.
17381         * m4/chdir-safer.m4: New file.
17382
17383 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
17384
17385         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
17386         AT_FDCWD exceeds INT_MAX.
17387         * lib/openat.h (AT_FDCWD): Likewise.
17388
17389 2006-02-17  Eric Blake  <address@hidden>
17390
17391         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
17392
17393 2006-02-16  Simon Josefsson  <jas@extundo.com>
17394
17395         * modules/getaddrinfo (Depends-on): Add sys_socket.
17396
17397 2006-02-15  Simon Josefsson  <jas@extundo.com>
17398
17399         * build-aux/maint.mk: Add dsyntax-check rule.
17400
17401 2006-02-15  Eric Blake  <ebb9@byu.net>
17402
17403         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
17404         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
17405         'present but cannot compile' warnings on cygwin.
17406         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
17407         use ws2tcpip.h if sys/socket.h works.
17408         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
17409         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
17410
17411 2006-02-14  Simon Josefsson  <jas@extundo.com>
17412
17413         * modules/maintainer-makefile (Files): Rename.
17414
17415         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
17416         and (the local) Makefile.cfg to maint-cfg.mk.
17417
17418         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
17419         to the latter.
17420
17421         * modules/maintainer-makefile: New module.
17422
17423         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
17424         severaly stripped to make it possible to build it up from scratch
17425         with reliable tests.
17426
17427         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
17428         fixes to permit overriding the default actions when configure and
17429         makefile are not available.
17430
17431 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
17432
17433         Sync from coreutils.
17434         * modules/lstat (Depends-on): Don't depend on xalloc.
17435         (License): Change from GPL to LGPL, since this is now simply a
17436         replacement for a libc function.
17437
17438 2006-02-14  Jim Meyering  <jim@meyering.net>
17439
17440         Sync from coreutils.
17441
17442         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
17443         failure on deficient systems, and simplify gnulib lgpl dependencies.
17444         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
17445         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
17446
17447         * lib/xalloc-die.c: Remove unused definition of N_.
17448
17449 2006-02-14  Jim Meyering  <jim@meyering.net>
17450
17451         Sync from coreutils.
17452         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
17453         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
17454         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
17455         double-quote uses of that variable, to accommodate the rare case in
17456         which getmntent is available in none of the libraries checked.  This
17457         happens at least on FreeBSD 5.0.
17458
17459 2006-02-13  Simon Josefsson  <jas@extundo.com>
17460
17461         * gnulib-tool (Usage): Fix --import, from
17462         karl@freefriends.org (Karl Berry).
17463
17464 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
17465
17466         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
17467
17468 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
17469
17470         * lib/argp-namefrob.h: Restore changes accidentally lost during the
17471         "autoupdate" on 2005-12-12.
17472
17473 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
17474
17475         * modules/closeout (Depends-on): Remove atexit.
17476
17477 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
17478
17479         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
17480         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
17481
17482 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
17483
17484         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
17485         __EXTENSIONS__ if this causes compilation to fail.  Problem
17486         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
17487         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
17488
17489 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
17490
17491         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
17492         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
17493         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
17494         All uses changed.
17495
17496 2006-01-26  Simon Josefsson  <jas@extundo.com>
17497
17498         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
17499         prototype is visible on mingw32.
17500
17501         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
17502         for mingw32.
17503
17504         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
17505         mingw32).
17506
17507 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
17508
17509         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
17510         attempt to open for write; this always fails, at least on POSIX
17511         hosts.  This reinstates the 2006-01-09 change, which was
17512         inadvertently removed.
17513
17514 2006-01-26  Bruno Haible  <bruno@clisp.org>
17515
17516         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
17517         Reported by Paul Eggert.
17518
17519 2006-01-26  Bruno Haible  <bruno@clisp.org>
17520             Paul Eggert  <eggert@cs.ucla.edu>
17521
17522         * lib/stdbool_.h (_Bool)
17523         [(! (defined __cplusplus || defined __BEOS__)
17524           && !defined __GNUC__
17525           && !(defined __HP_cc || defined __xlc__
17526                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
17527                || defined __sgi))]:
17528         #define to signed char in these cases too; this simplifies
17529         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
17530         etc., separately) and makes it more conservative.
17531
17532 2006-01-25  Simon Josefsson  <jas@extundo.com>
17533
17534         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
17535         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
17536         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
17537
17538 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
17539
17540         * lib/argp-namefrob.h: Bugfix. Remove stray #
17541
17542 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
17543
17544         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
17545         so that we test the test.
17546         Check for yet another HP-UX cc bug involving *bool |= bool.
17547
17548 2006-01-25  Karl Berry  <karl@gnu.org>
17549
17550         * config/srclist.txt (vasnprintf.c): sync lost.
17551
17552 2006-01-25  Jim Meyering  <jim@meyering.net>
17553
17554         Sync from the stable (b5) branch of coreutils:
17555
17556         * lib/fts.c (fts_children): Don't let close() clobber errno from
17557         failed fchdir().
17558
17559         * lib/fts.c (fts_stat): When following a symlink-to-directory,
17560         don't necessarily interpret stat-fails+lstat-succeeds as indicating
17561         a dangling symlink.  That can also happen at least for ELOOP.
17562         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
17563         FYI, this bug predates the inclusion of fts.c in coreutils.
17564
17565         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
17566         in their own block, so pre-c99 compilers don't object.
17567
17568         Avoid the double-free (first in fts_read, second in fts_close) that
17569         would occur when an `active' directory is made inaccessible (e.g.,
17570         via chmod a-x) during a traversal.
17571         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
17572         before returning.  Reproduce this failure by
17573         mkdir -p a/b; cd a; chmod a-x . b
17574         Reported by Stavros Passas.
17575
17576 2006-01-25  Jim Meyering  <jim@meyering.net>
17577
17578         * lib/fileblocks.c: Remove more useless parentheses.
17579         * lib/readutmp.h: Likewise.
17580
17581 2006-01-25  Bruno Haible  <bruno@clisp.org>
17582
17583         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
17584         warnings.
17585         Reported by Paul Eggert.
17586
17587 2006-01-25  Bruno Haible  <bruno@clisp.org>
17588
17589         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
17590         rid of a trap command. For Solaris sh.
17591         Reported by Mark D. Baushke <mdb@gnu.org>.
17592
17593 2006-01-24  Simon Josefsson  <jas@extundo.com>
17594
17595         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
17596         Bruno.
17597
17598 2006-01-24  Karl Berry  <karl@gnu.org>
17599
17600         * config/srclist.txt (argp-namefrob.h): sync lost.
17601
17602 2006-01-24  Jim Meyering  <jim@meyering.net>
17603
17604         * modules/openat (Files): Add lib/intprops.h.
17605         From Mark D. Baushke.
17606
17607 2006-01-24  Jim Meyering  <jim@meyering.net>
17608
17609         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
17610         Reported by Mark D. Baushke.
17611
17612 2006-01-24  Jim Meyering  <jim@meyering.net>
17613
17614         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
17615
17616 2006-01-24  Bruno Haible  <bruno@clisp.org>
17617
17618         * modules/strnlen (Maintainer): Change from glibc to all.
17619
17620 2006-01-24  Bruno Haible  <bruno@clisp.org>
17621
17622         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
17623         Patch by Paul Eggert.
17624
17625 2006-01-24  Bruno Haible  <bruno@clisp.org>
17626
17627         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
17628         already has it.
17629         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
17630         2005-11-26.
17631
17632         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
17633         'signed char' to avoid problems with the built-in _Bool type.
17634         Reported by Paul Eggert on 2005-11-26.
17635
17636 2006-01-24  Bruno Haible  <bruno@clisp.org>
17637
17638         * gnulib-tool (func_import): Avoid constructing complicated sed
17639         expressions inside backquote.
17640         Report and solution by Mark D. Baushke <mdb@gnu.org>.
17641
17642 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
17643
17644         These changes imported from libc.
17645         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
17646         test and two separate function calls.
17647         * lib/strndup.c (__strndup): Add libc_hidden_def.
17648
17649 2006-01-23  Simon Josefsson  <jas@extundo.com>
17650
17651         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
17652         Remove the test_*_SOURCES variable: automake infers it by default.
17653         * modules/tls-tests: Likewise.
17654
17655 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17656
17657         Work around porting bugs reported by Dieter in
17658         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
17659         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
17660         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
17661         Include "getopt.h" first, to check interface.
17662         (getenv): Declare only if defined HAVE_DECL_GETENV &&
17663         !HAVE_DECL_GETENV.
17664         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
17665         (__strndup): Revert to K&R-style function dfns, the glibc style.
17666         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
17667         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
17668         Include strnlen.h first, to get prototype properly.
17669         (strnlen): Renamed from __strnlen.
17670         Remove weak alias.
17671
17672 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17673
17674         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
17675
17676 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17677
17678         * config/srclist.txt: Adjust to reflect glibc reorganization.
17679         This affects only comments.
17680
17681 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17682
17683          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
17684          Reported by Bruce Korb <bkorb@gnu.org>.
17685
17686 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
17687
17688         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
17689         to pacify gcc -Wswitch-default.
17690
17691 2006-01-22  Bruno Haible  <bruno@clisp.org>
17692
17693         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
17694         temporary buffer for sprintf, take into account the precision also
17695         for 'd', 'i', 'u', 'o', 'x', 'X'.
17696
17697 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
17698
17699         * modules/argp-tests: New module
17700         * tests/test-argp.c: New file
17701         * tests/test-argp-2.sh: New file
17702
17703 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
17704
17705         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
17706         (__argp_base_name): Removed
17707         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
17708         typo.
17709         (__argp_base_name): Provide macro definition or extern declaration
17710         depending on the configuration
17711
17712 2006-01-20  Simon Josefsson  <jas@extundo.com>
17713
17714         * modules/inet_ntop (Depends-on): Depend on sys_socket.
17715
17716 2006-01-20  Simon Josefsson  <jas@extundo.com>
17717
17718         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
17719
17720 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17721
17722         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
17723         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
17724         Suggested by Bruno Haible.
17725
17726 2006-01-20  Karl Berry  <karl@gnu.org>
17727
17728         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
17729         until changes propagate, I guess.
17730
17731 2006-01-19  Simon Josefsson  <jas@extundo.com>
17732
17733         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
17734
17735 2006-01-19  Simon Josefsson  <jas@extundo.com>
17736
17737         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
17738
17739 2006-01-19  Simon Josefsson  <jas@extundo.com>
17740
17741         * gnulib-tool: Set check_PROGRAMS.
17742
17743         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
17744         modules/des-tests, modules/gc-arcfour-tests,
17745         modules/gc-arctwo-tests, modules/gc-des-tests,
17746         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
17747         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
17748         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
17749         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
17750         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
17751         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
17752         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
17753         test_*_SOURCES.
17754
17755 2006-01-18  Simon Josefsson  <jas@extundo.com>
17756
17757         * modules/socklen (Depends-on): Depend on sys_socket.
17758
17759 2006-01-18  Simon Josefsson  <jas@extundo.com>
17760
17761         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
17762         modules/des-tests, modules/gc-arcfour-tests,
17763         modules/gc-arctwo-tests, modules/gc-des-tests,
17764         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
17765         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
17766         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
17767         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
17768         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
17769         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
17770         $(EXEEXT) to automake TESTS variable, for mingw32.
17771
17772 2006-01-17  Simon Josefsson  <jas@extundo.com>
17773
17774         * modules/socklen (Include): Need sys/socket.h.
17775
17776 2006-01-17  Bruno Haible  <bruno@clisp.org>
17777
17778         * modules/ssize_t (Include): Add <sys/types.h>.
17779
17780 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
17781
17782         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
17783         it's not portable and it doesn't work with cross-compiles.
17784         Problem reported by Bruno Haible.  Fix missing-$ typo in
17785         'test "gl_cv_ignore_unused_libraries" ...' that prevented
17786         -zignore from being used with Sun's C compiler.
17787
17788 2006-01-12  Simon Josefsson  <jas@extundo.com>
17789
17790         * lib/base64.c: Fix warning, reported by Bruno Haible
17791         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
17792
17793 2006-01-12  Bruno Haible  <bruno@clisp.org>
17794
17795         * modules/ldd: New file.
17796         * build-aux/ldd.sh.in: New file.
17797         * MODULES.html.sh (Support for building libraries and executables): Add
17798         ldd.
17799
17800 2006-01-12  Bruno Haible  <bruno@clisp.org>
17801
17802         * m4/ldd.m4: New file.
17803
17804 2006-01-12  Bruno Haible  <bruno@clisp.org>
17805
17806         * gnulib-tool (func_import, func_create_testdir): Don't go into an
17807         endless loop while replacing $auxdir with build-aux.
17808
17809 2006-01-11  Simon Josefsson  <jas@extundo.com>
17810
17811         * lib/stdint_.h (SIZE_MAX): Add missing (.
17812
17813 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
17814
17815         Sync from coreutils.
17816         * lib/md5.c: Fix commentary typos.
17817         (alignof, UNALIGNED_P): No need for a GCC-specific version.
17818         * lib/md5.h (__attribute__): Remove; unused.
17819         * lib/sha1.c: Fix commentary to match md5 better.
17820         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
17821         so that we don't need to worry about alignment.  All uses changed.
17822         This merges the 2005-10-28 md5 change into sha1.
17823
17824 2006-01-11  Jim Meyering  <jim@meyering.net>
17825
17826         Sync from coreutils.
17827         * lib/md5.c (OP): Fix spacing.
17828
17829 2006-01-11  Bruno Haible  <bruno@clisp.org>
17830
17831         Ensure automatic ordering between gl_LOCK and gl_ARGP.
17832         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
17833         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
17834
17835 2006-01-11  Bruno Haible  <bruno@clisp.org>
17836
17837         Ensure automatic ordering between gl_LOCK and gl_ARGP.
17838         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
17839         the "early" section as well.
17840
17841 2006-01-11  Bruno Haible  <bruno@clisp.org>
17842
17843         Avoid "ar: no archive members specified" error on MacOS X.
17844         * gnulib-tool (func_modules_add_dummy): New function.
17845         (func_import, func_create_testdir): Invoke it.
17846
17847 2006-01-11  Bruno Haible  <bruno@clisp.org>
17848
17849         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
17850         with $auxdir in AC_CONFIG_FILES statements.
17851
17852 2006-01-11  Bruno Haible  <bruno@clisp.org>
17853
17854         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
17855         Initialize also noinst_HEADERS to empty.
17856
17857 2006-01-11  Bruno Haible  <bruno@clisp.org>
17858
17859         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
17860         variables.
17861         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
17862         autoreconf.
17863
17864 2006-01-11  Bruno Haible  <bruno@clisp.org>
17865
17866         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
17867         overridable by the user.
17868         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17869
17870 2006-01-10  Simon Josefsson  <jas@extundo.com>
17871
17872         * modules/sys_socket: New file.
17873
17874 2006-01-10  Simon Josefsson  <jas@extundo.com>
17875
17876         * m4/sys_socket_h.m4: New file.
17877
17878 2006-01-10  Simon Josefsson  <jas@extundo.com>
17879
17880         * lib/socket_.h: New file.
17881
17882 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
17883
17884         * modules/readutmp (Maintainer): Add myself.
17885
17886 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
17887
17888         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
17889         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
17890         People who are still concerned with buggy memcmp implementations
17891         can invoke gl_FUNC_MEMCMP themselves.
17892
17893 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
17894
17895         * lib/regex_internal.h (BITSET_WORD_BITS):
17896         Work around a bug in 64-bit PGC (before version 6.1-2), where the
17897         preprocessor mishandles large unsigned values as if they were signed.
17898         Problem reported by Claudio Fontana in
17899         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
17900
17901 2006-01-10  Jim Meyering  <jim@meyering.net>
17902
17903         Avoid the double-free (first in fts_read, second in fts_close) that
17904         would occur when an `active' directory is made inaccessible (e.g.,
17905         via chmod a-x) during a traversal.
17906         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
17907         before returning.  Reproduce this failure by
17908         mkdir -p a/b; cd a; chmod a-x . b
17909         Reported by Stavros Passas.
17910
17911         Sync from coreutils.
17912         * lib/sha1.c: Tweak grammar in a comment.
17913
17914 2006-01-10  Jim Meyering  <jim@meyering.net>
17915
17916         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
17917         Patch by Joerg Sonnenberger.
17918
17919 2006-01-10  Bruno Haible  <bruno@clisp.org>
17920
17921         * modules/readutmp: Depend on module free.
17922         * modules/strtok_r: Depend on module restrict.
17923
17924 2006-01-10  Bruno Haible  <bruno@clisp.org>
17925
17926         * modules/gettext (configure.ac): Add an invocation of
17927         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
17928
17929 2006-01-10  Bruno Haible  <bruno@clisp.org>
17930
17931         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
17932         Reported by Werner Lemberg <wl@gnu.org>.
17933
17934 2006-01-10  Bruno Haible  <bruno@clisp.org>
17935
17936         * lib/localcharset.c: Update from GNU gettext.
17937
17938 2006-01-10  Bruno Haible  <bruno@clisp.org>
17939
17940         * lib/argp.h (__const): Remove macro. Use const instead.
17941         * lib/argp-fmtstream.h (__const): Likewise.
17942         * lib/glob_.h (__const): Remove macro.
17943         * lib/glob-libc.h: Use const instead of __const.
17944
17945 2006-01-10  Bruno Haible  <bruno@clisp.org>
17946
17947         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
17948         variable.
17949         Needed to avoid an automake error regarding the 'gettext' module.
17950
17951 2006-01-09  Simon Josefsson  <jas@extundo.com>
17952
17953         * modules/inet_ntop (Depends-on): Add restrict.
17954
17955 2006-01-09  Simon Josefsson  <jas@extundo.com>
17956
17957         * modules/gc-rijndael-tests (License): Put under LGPL.
17958
17959         * modules/gc-des-tests (License): Likewise.
17960
17961         * modules/gc-arcfour-tests (License): Likewise.
17962
17963         * modules/gc-arctwo-tests (License): Likewise.
17964
17965         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
17966
17967         * modules/gc-hmac-sha1-tests (Files): Likewise.
17968
17969         * modules/gc-hmac-md5-tests (License): Likewise.
17970
17971         * modules/gc-sha1-tests (License): Likewise.
17972
17973         * modules/gc-md5-tests (License): Likewise.
17974
17975         * modules/gc-md4-tests (License): Likewise.
17976
17977         * modules/gc-md2-tests (License): Likewise.
17978
17979         * modules/gc-tests (License): Likewise.
17980
17981         * modules/des-tests (License): Likewise.
17982
17983         * modules/md4-tests (License): Likewise.
17984
17985         * modules/md2-tests (License): Likewise.
17986
17987 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
17988
17989         Sync from coreutils:
17990
17991         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
17992         * modules/lib-ignore: New file.
17993         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
17994         chdir-safer.m4, lchmod.m4.
17995         * modules/openat: Add mkdirat.c, openat-priv.h.
17996
17997 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
17998
17999         Sync from coreutils.
18000         * m4/lib-ignore.m4: New file.
18001         * m4/lchmod.m4: New file.
18002
18003 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18004
18005         Sync from coreutils.
18006         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
18007         for write access: POSIX says that must fail.
18008         * lib/fts.c (diropen): Likewise.
18009         * lib/save-cwd.c (save_cwd): Likewise.
18010         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
18011         well, for minor improvements on hosts that lack O_DIRECTORY.
18012         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
18013         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
18014         Fall back on chown if open failed with EACCES.
18015
18016         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
18017         Report an error at compile-time if only a 1-second nominal clock
18018         resolution is found.
18019
18020         * lib/lchmod.h: New file.
18021         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
18022         (make_dir_parents): Use lchown rather than chown, and
18023         lchmod rather than chmod.
18024
18025         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
18026         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
18027         "proc" reported by n0dalus.
18028
18029         * lib/mountlist.c: Include <limits.h>.
18030         (dev_from_mount_options)
18031         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
18032         New function.  It no longer assumes "dev=" has the System V meaning
18033         on Linux (since it doesn't).  It also parses "dev=" more carefully.
18034         (read_file_system_list)
18035         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
18036         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
18037         dev= in that case.
18038
18039         * lib/posixtm.h (PDS_PRE_2000): New macro.
18040         * lib/posixtm.c (year): Arg is now syntax_bits rather than
18041         allow_century.  All usages changed.  Reject dates outside the range
18042         1969-1999 if PDS_PRE_2000 is used.
18043
18044 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18045
18046         Sync from coreutils.
18047         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
18048         (Time of day items): Mention the possibility of leap seconds.
18049         Problem reported by Dr. David Alan Gilbert.
18050
18051 2006-01-09  Jim Meyering  <jim@meyering.net>
18052
18053         Sync from coreutils.
18054
18055         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
18056
18057         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
18058
18059         * lib/modechange.c (mode_compile): Reject an invalid mode string
18060         that starts with an octal digit.  From Andreas Gruenbacher.
18061
18062         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
18063         and dup to open_safer and dup_safer, respectively.
18064         (openat_permissive): Fix typo in comment.
18065
18066         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
18067         "gettext.h"; either no longer needed or are guaranteed by openat.h.
18068         (_): Remove; no longer needed.
18069         (openat): Renamed from rpl_openat; no need for rpl_openat
18070         since openat.h renames openat for us.
18071         Replace most of the body with a call to openat_permissive,
18072         to avoid duplicate code.
18073         Port to (probably hypothetical) environments were mode_t is
18074         wider than int.
18075         (openat_permissive): Require mode arg, so that we can check
18076         types better.  Put it just after flags.  Change cwd failure
18077         indicator from pointer-to-bool to pointer-to-errno-value.
18078         All callers changed.
18079         Invoke openat_save_fail and/or openat_restore_fail if
18080         cwd_errno is null, so that openat can call us.
18081         (openat_permissive, fdopendir, fstatat, unlinkat):
18082         Simplify errno handling to avoid some duplicate code,
18083         as it's OK to set errno on success.
18084         * lib/openat.h: Revamp code so that function macros depend on
18085         __OPENAT_PREFIX only, not also on AT_FDCWD.
18086         (openat_ro): Remove.  Caller changed to use openat_permissive.
18087         (openat_permissive): Now a macro, if not a function.
18088         (openat_restore_fail, openat_save_fail): Now always functions,
18089         since mkdirat needs them even if __OPENAT_PREFIX is defined.
18090
18091         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
18092         and openat.c.
18093         * lib/mkdirat.c: Include openat-priv.h.
18094         Remove definitions of macros defined therein.
18095         * lib/openat.c: Likewise.
18096
18097         * lib/mkdirat.c (mkdirat): New file and function.
18098         * lib/openat.h (mkdirat): Declare.
18099
18100         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
18101
18102         * lib/openat.h (openat_permissive): Declare.
18103         (openat_ro): Define.
18104
18105         * lib/openat.c (EXPECTED_ERRNO): New macro.
18106         (openat_permissive): New function -- used in remove.c rewrite.
18107         (all functions): Set errno just before returning, only if there
18108         was an actual failure.
18109         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
18110
18111         Emulate openat-family functions using Linux's procfs, if possible.
18112         Idea and some code based on Ulrich Drepper's glibc changes.
18113
18114         * lib/openat.c: (BUILD_PROC_NAME): New macro.
18115         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
18116         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
18117         before falling back on save_cwd and restore_cwd.
18118         (fdopendir, fstatat, unlinkat): Likewise.
18119
18120         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
18121         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
18122
18123         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
18124         as second argument to va_arg.  Otherwise, some versions of gcc
18125         warn that `if this code is reached, the program will abort'.
18126
18127 2006-01-09  Jim Meyering  <jim@meyering.net>
18128
18129         Sync from coreutils.
18130         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
18131         Require openat-priv.h.
18132
18133 2006-01-09  Bruno Haible  <bruno@clisp.org>
18134
18135         * modules/strnlen (Include): Use strnlen.h.
18136
18137 2006-01-09  Bruno Haible  <bruno@clisp.org>
18138
18139         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
18140
18141 2006-01-09  Bruno Haible  <bruno@clisp.org>
18142
18143         * lib/sysexit_.h (EX_OK): New macro.
18144         Suggested by Martin Lambers <marlam@marlam.de>.
18145
18146 2006-01-09  Bruno Haible  <bruno@clisp.org>
18147
18148         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
18149         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
18150
18151 2006-01-09  Bruno Haible  <bruno@clisp.org>
18152
18153         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
18154         numbers.
18155
18156 2006-01-09  Bruno Haible  <bruno@clisp.org>
18157
18158         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
18159         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
18160         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
18161         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
18162
18163 2006-01-09  Bruno Haible  <bruno@clisp.org>
18164
18165         * build-aux/javacomp.sh.in: New file, moved from lib/.
18166         * modules/javacomp-script (Files): Update.
18167         (configure.ac): Add AC_CONFIG_FILES invocation.
18168         (EXTRA_DIST): Remove variable.
18169
18170         * build-aux/javaexec.sh.in: New file, moved from lib/.
18171         * modules/javaexec (Files): Update.
18172         (configure.ac): Add AC_CONFIG_FILES invocation.
18173         (EXTRA_DIST): Remove javaexec.sh.in.
18174
18175         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
18176         * modules/csharpcomp-script (Files): Update.
18177         (configure.ac): Add AC_CONFIG_FILES invocation.
18178         (EXTRA_DIST): Remove variable.
18179
18180         * build-aux/csharpexec.sh.in: New file, moved from lib/.
18181         * modules/csharpexec (Files): Update.
18182         (configure.ac): Add AC_CONFIG_FILES invocation.
18183         (EXTRA_DIST): Remove csharpexec.sh.in.
18184
18185 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
18186
18187         Sync from coreutils.
18188
18189         Add POSIX ACL support
18190         * lib/acl.h (copy_acl, set_acl): Add declarations.
18191         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
18192         systems other than Linux.
18193         (chmod_or_fchmod): New function: use fchmod when possible,
18194         and chmod otherwise.
18195         (file_has_acl): Add a POSIX ACL implementation, with a
18196         Linux-specific subcase.
18197         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
18198         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
18199         acls are unsupported.
18200         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
18201         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
18202         are unsupported.
18203
18204 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
18205
18206         Sync from coreutils.
18207         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
18208
18209 2006-01-07  Bruno Haible  <bruno@clisp.org>
18210
18211         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
18212         gl_EARLY.
18213
18214 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18215
18216         * lib/strftime.c (tzname): Don't declare if it is already #defined.
18217         Problem reported for Mingw by Mark Junker.
18218
18219 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18220
18221         * README: Gnulib normally doesn't generate a tarball.
18222
18223 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
18224
18225         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
18226         long int, not int, for nanosecond counts, so that people who are
18227         used to POSIX struct timespec won't be surprised.  Reported by Jim
18228         Meyering.
18229
18230 2005-12-28  Bruno Haible  <bruno@clisp.org>
18231
18232         * build-aux/config.rpath: Update from GNU gettext.
18233
18234 2005-12-16  Jim Meyering  <jim@meyering.net>
18235
18236         * modules/fprintftime: New module.
18237         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
18238
18239 2005-12-16  Jim Meyering  <jim@meyering.net>
18240
18241         * m4/fprintftime.m4: New file.
18242
18243 2005-12-16  Jim Meyering  <jim@meyering.net>
18244
18245         * lib/fprintftime.c, lib/fprintftime.h: New files.
18246
18247 2005-12-15  Simon Josefsson  <jas@extundo.com>
18248
18249         * modules/socklen (configure.ac): Fix M4 macro name, to align with
18250         new m4/socklen.m4.
18251
18252 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18253
18254         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
18255         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
18256
18257 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18258
18259         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
18260         * lib/argp-help.c (fill_in_uparams): Check if the constructed
18261         struct uparams is valid. Fall back to the default values if it is
18262         not.
18263
18264 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18265
18266         * modules/argp (Files): Add argp-pin.c
18267         (Depends-on): dirname
18268         (lib_SOURCES): Add argp-pin.c
18269
18270 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18271
18272         * m4/argp.m4:  Check if program_invocation_name and
18273         program_invocation_short_name are declared and define appropriate
18274         macros if they are not.
18275
18276 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18277
18278         * lib/argp-help.c (__argp_base_name): New function
18279         (__argp_short_program_name): Rewrite using __argp_base_name
18280         * lib/argp-namefrob.h: Define program_invocation_name and
18281         program_invocation_short_name if requested
18282         (__argp_base_name): Add prototype
18283         * lib/argp-parse.c (argp_def): Use gettext wrappers
18284         (argp_default_parser): Use __argp_base_name
18285         * lib/argp-pin.c: New file. Defines program_invocation_name and
18286         program_invocation_short_name on systems that lack them.
18287
18288 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18289
18290         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
18291         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
18292         porting problem reported by Georg Schwarz in
18293         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
18294
18295 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18296
18297         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
18298         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
18299         porting problem reported by Georg Schwarz in
18300         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
18301
18302 2005-12-05  Bruno Haible  <bruno@clisp.org>
18303
18304         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
18305         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
18306         Reported by Mark Junker <mjscod@gmx.de>.
18307
18308 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
18309
18310         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
18311         Use implementation from Albert Chin, with some
18312         comments/corrections by Stepan Kasal and myself.
18313
18314 2005-12-02  Bruno Haible  <bruno@clisp.org>
18315
18316         * gnulib-tool (func_import): Accept GPLed build tool modules when
18317         --lgpl is given.
18318         * modules/csharpcomp-script: New file.
18319         * modules/csharpcomp: Depend on it.
18320         * modules/javacomp-script: New file.
18321         * modules/javacomp: Depend on it.
18322         Suggested by Simon Josefsson.
18323
18324 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
18325
18326         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
18327         statement, to work around an HP-UX 10.20 compiler bug reported by
18328         Peter O'Gorman.
18329
18330 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
18331
18332         * modules/savedir (Depends-on): Add openat.
18333
18334 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
18335
18336         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
18337         (uintmax_t) [defined uintmax_t]: Do not declare.
18338         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
18339         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
18340         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
18341         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
18342         sake of portability to weird hosts that C allows (though we don't
18343         know of any practical examples).
18344
18345         * lib/savedir.h (fdsavedir): New decl.
18346         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
18347         contains most of the former guts of savedir.
18348         (savedir): Use savedirstream.
18349         Include "openat.h".
18350
18351 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18352
18353         * modules/obstack (Files): Add m4/ulonglong.m4.
18354         Problem reported by Davide Angelocola.
18355
18356 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
18357
18358         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
18359         coreutils no longer futzes with rounding modes.
18360
18361 2005-11-14  Jim Meyering  <jim@meyering.net>
18362
18363         * lib/mkstemp-safer.c: Include <config.h>, required for possible
18364         replacement of mkstemp.
18365
18366 2005-11-10  Simon Josefsson  <jas@extundo.com>
18367
18368         * lib/readline.c: Remove EOL.
18369
18370 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18371
18372         * modules/gethrxtime (Depends-on): Add gettime.
18373
18374 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18375
18376         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
18377         or gettimeofday; no longer needed.
18378
18379 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18380
18381         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
18382         time business.
18383         (gethrxtime) [! (HAVE_NANOUPTIME
18384         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
18385         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
18386         our own approximation.
18387
18388 2005-11-08  Eric Blake  <ebb9@byu.net>
18389
18390         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
18391
18392 2005-11-08  Eric Blake  <ebb9@byu.net>
18393
18394         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
18395
18396 2005-11-04  Bruno Haible  <bruno@clisp.org>
18397
18398         * gnulib-tool: Implement --update mode.
18399
18400 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18401
18402         Fix porting problem reported by Theodoros V. Kalamatianos.
18403         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
18404         Don't assume that futimes failing means we must fail.
18405
18406 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18407
18408         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
18409         variables to suggest the intended function of the PATH_MAX check.
18410
18411 2005-10-30  Kean Johnston  <jkj@sco.com>
18412
18413         Trivial changes to support SCO systems.
18414         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
18415         as PATH_MAX.
18416         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
18417         where __ptr is null when no I/O is pending.
18418
18419 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18420
18421         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
18422         leave errno alone.  Problem reported by Dmitry V. Levin.
18423
18424 2005-10-28  Simon Josefsson  <jas@extundo.com>
18425
18426         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
18427         Test more.
18428
18429         * tests/test-gc-md2.c, tests/test-md2.c: New files.
18430
18431         * modules/md2, modules/md2-tests: New files.
18432
18433 2005-10-28  Simon Josefsson  <jas@extundo.com>
18434
18435         * m4/inet_ntop.m4: More tests.
18436
18437         * m4/gc-md2.m4, md2.m4: New file.
18438
18439 2005-10-28  Simon Josefsson  <jas@extundo.com>
18440
18441         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
18442         "restrict" keywords, as per POSIX.  Protect the function
18443         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
18444         Don't use K&R prototypes.  Check the sprintf return values.
18445         Re-define EAFNOSUPPORT if not present.  Indent.
18446
18447         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
18448         suggested by Bruno Haible <bruno@clisp.org>.
18449
18450         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
18451
18452         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
18453
18454         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
18455         libgcrypt).
18456
18457         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
18458
18459         * lib/md2.h, lib/md2.c: New files.
18460
18461 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
18462
18463         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
18464         errno alone.  Problem reported by Frederic Jolliton.
18465
18466 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
18467
18468         * modules/verify (License): Change from GPL to LGPL.  This is a
18469         tiny module and there are apparently near-equivalents that are
18470         under the BSD license.
18471
18472 2005-10-24  Simon Josefsson  <jas@extundo.com>
18473
18474         * modules/sha1: Relicense to LGPL.
18475
18476 2005-10-24  Simon Josefsson  <jas@extundo.com>
18477
18478         * lib/md4.h: Shrink buffer size, now that we changed the type.
18479
18480 2005-10-23  Simon Josefsson  <jas@extundo.com>
18481
18482         * gnulib-tool (func_import): Fix --tests-base.
18483
18484 2005-10-22  Simon Josefsson  <jas@extundo.com>
18485
18486         * modules/arcfour (Depends-on): Need stdint.
18487
18488 2005-10-22  Simon Josefsson  <jas@extundo.com>
18489
18490         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
18491         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
18492
18493 2005-10-22  Simon Josefsson  <jas@extundo.com>
18494
18495         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
18496         suggested by Bruno Haible <bruno@clisp.org>.
18497
18498 2005-10-22  Simon Josefsson  <jas@extundo.com>
18499
18500         * lib/crc.h: Include stddef.h, for size_t.
18501
18502 2005-10-22  Simon Josefsson  <jas@extundo.com>
18503
18504         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
18505         arcfour_context struct (simplify test vector testing in GNU
18506         Shishi).
18507
18508 2005-10-21  Simon Josefsson  <jas@extundo.com>
18509
18510         * modules/des, modules/des-tests: New files.
18511
18512         * modules/gc-des, modules/gc-des-tests: New files.
18513
18514         * tests/test-des.c, tests/test-gc-des.c: New file.
18515
18516 2005-10-21  Simon Josefsson  <jas@extundo.com>
18517
18518         * modules/arctwo, modules/arctwo-tests: New files.
18519
18520         * tests/test-arctwo.c: New file.
18521
18522         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
18523
18524         * tests/test-gc-arctwo.c: New file.
18525
18526 2005-10-21  Simon Josefsson  <jas@extundo.com>
18527
18528         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
18529         Bruno Haible <bruno@clisp.org>.
18530
18531         * m4/gc-des.m4: New file.
18532
18533 2005-10-21  Simon Josefsson  <jas@extundo.com>
18534
18535         * m4/arctwo.m4: New file.
18536
18537         * m4/gc-arctwo.m4: New file.
18538
18539 2005-10-21  Simon Josefsson  <jas@extundo.com>
18540
18541         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
18542         block.
18543
18544 2005-10-21  Simon Josefsson  <jas@extundo.com>
18545
18546         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
18547         <bruno@clisp.org>.
18548
18549         * lib/hmac-sha1.c (hmac_sha1): Likewise.
18550
18551         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
18552         Bruno Haible <bruno@clisp.org>.
18553
18554         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
18555         <bruno@clisp.org>.
18556
18557 2005-10-21  Simon Josefsson  <jas@extundo.com>
18558
18559         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
18560
18561 2005-10-21  Simon Josefsson  <jas@extundo.com>
18562
18563         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
18564
18565 2005-10-21  Simon Josefsson  <jas@extundo.com>
18566
18567         * lib/des.h, lib/des.c: New files.
18568
18569         * lib/gc-gnulib.c: Support DES.c
18570
18571 2005-10-21  Simon Josefsson  <jas@extundo.com>
18572
18573         * lib/arctwo.h, lib/arctwo.c: New files.
18574
18575         * lib/gc-gnulib.c: Support ARCTWO.
18576
18577 2005-10-21  Simon Josefsson  <jas@extundo.com>
18578
18579         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
18580         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18581
18582 2005-10-21  Simon Josefsson  <jas@extundo.com>
18583
18584         * gnulib-tool (func_import, func_create_testdir): Define automake
18585         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
18586         Makefile.am snippet),
18587         suggested by Bruno Haible <bruno@clisp.org>.
18588
18589         * modules/gc (Makefile.am): Use it.
18590
18591 2005-10-21  Bruno Haible  <bruno@clisp.org>
18592
18593         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
18594         patch.
18595
18596 2005-10-19  Simon Josefsson  <jas@extundo.com>
18597
18598         * tests/test-gc-rijndael.c: New file.
18599
18600         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
18601
18602 2005-10-19  Simon Josefsson  <jas@extundo.com>
18603
18604         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
18605         interface too.
18606
18607 2005-10-19  Simon Josefsson  <jas@extundo.com>
18608
18609         * tests/test-gc-arcfour.c: New file.
18610
18611         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
18612
18613 2005-10-19  Simon Josefsson  <jas@extundo.com>
18614
18615         * modules/gc-md4, modules/gc-md4-tests: New file.
18616
18617         * tests/test-gc-md4.c: New file.
18618
18619 2005-10-19  Simon Josefsson  <jas@extundo.com>
18620
18621         * m4/gc-md4.m4: New file.
18622
18623 2005-10-19  Simon Josefsson  <jas@extundo.com>
18624
18625         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
18626         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
18627         <kasal@ucw.cz>.
18628
18629 2005-10-19  Simon Josefsson  <jas@extundo.com>
18630
18631         * m4/gc-arcfour.m4: New file.
18632
18633         * m4/gc-rijndael.m4: New file.
18634
18635 2005-10-19  Simon Josefsson  <jas@extundo.com>
18636
18637         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
18638
18639 2005-10-19  Simon Josefsson  <jas@extundo.com>
18640
18641         * lib/gc-gnulib.c: Support ARCFOUR.
18642
18643 2005-10-19  Simon Josefsson  <jas@extundo.com>
18644
18645         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
18646         support.
18647
18648         * lib/gc.h: Add ECB enum type.
18649
18650         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
18651
18652 2005-10-18  Simon Josefsson  <jas@extundo.com>
18653
18654         * tests/test-md5.c: New file.
18655
18656         * modules/md5-tests: New file.
18657
18658 2005-10-18  Simon Josefsson  <jas@extundo.com>
18659
18660         * tests/test-md4.c: New file.
18661
18662         * modules/md4, modules/md4-tests: New files.
18663
18664 2005-10-18  Simon Josefsson  <jas@extundo.com>
18665
18666         * m4/md4.m4: New file.
18667
18668 2005-10-18  Simon Josefsson  <jas@extundo.com>
18669
18670         * lib/md4.h, lib/md4.c: New files, based on md5.?.
18671
18672 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
18673
18674         * gnulib-tool (func_create_testdir): Omit the second check whether
18675         BUILT_SOURCES in nonempty.
18676
18677 2005-10-17  Simon Josefsson  <jas@extundo.com>
18678
18679         * tests/test-rijndael.c: New file.
18680
18681 2005-10-17  Simon Josefsson  <jas@extundo.com>
18682
18683         * modules/sha1: Depend on stdint instead of md5.
18684
18685         * modules/md5: Depend on stdint, remove uint32_t.
18686
18687 2005-10-17  Simon Josefsson  <jas@extundo.com>
18688
18689         * modules/gc-sha1-tests: New file.
18690
18691         * tests/test-gc-sha1.c: New file.
18692
18693 2005-10-17  Simon Josefsson  <jas@extundo.com>
18694
18695         * m4/md5.m4: Remove call to uint32_t.m4.
18696
18697 2005-10-17  Simon Josefsson  <jas@extundo.com>
18698
18699         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
18700
18701         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
18702         md5.h.
18703
18704         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
18705
18706         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
18707
18708 2005-10-17  Simon Josefsson  <jas@extundo.com>
18709
18710         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
18711
18712 2005-10-17  Simon Josefsson  <jas@extundo.com>
18713
18714         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
18715
18716 2005-10-17  Simon Josefsson  <jas@extundo.com>
18717
18718         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
18719
18720         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
18721
18722 2005-10-17  Bruno Haible  <bruno@clisp.org>
18723
18724         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
18725         that it can also be used in a test.
18726
18727 2005-10-16  Bruno Haible  <bruno@clisp.org>
18728
18729         * gnulib-tool (func_emit_tests_Makefile_am): Also define
18730         TESTS_ENVIRONMENT, so that individual tests can augment it.
18731
18732         * gnulib-tool (func_create_testdir): Use an intermediate target for
18733         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
18734         macros, like $(ALLOCA_H), which cannot be passed through the command
18735         line.
18736
18737 2005-10-15  Simon Josefsson  <jas@extundo.com>
18738
18739         * modules/rijndael-tests: New file.
18740
18741         * modules/rijndael: New file.
18742
18743 2005-10-15  Simon Josefsson  <jas@extundo.com>
18744
18745         * m4/rijndael.m4: New file.
18746
18747 2005-10-15  Simon Josefsson  <jas@extundo.com>
18748
18749         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
18750
18751         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
18752
18753 2005-10-14  Simon Josefsson  <jas@extundo.com>
18754
18755         * tests/test-arcfour.c: New file.
18756
18757         * modules/arcfour, modules/arcfour-tests: New files.
18758
18759 2005-10-14  Simon Josefsson  <jas@extundo.com>
18760
18761         * m4/arcfour.m4: New file.
18762
18763 2005-10-14  Simon Josefsson  <jas@extundo.com>
18764
18765         * lib/arcfour.h, lib/arcfour.c: New files.
18766
18767 2005-10-14  Roland McGrath  <roland@redhat.com>
18768
18769         Import from libc.  [BZ #1331]
18770         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
18771         macro argument.
18772         Reported by Matej Vela <vela@debian.org>.
18773
18774 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
18775
18776         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
18777         include <wchar.h>; no longer needed.
18778
18779 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
18780
18781         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
18782
18783 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
18784         and  Ulrich Drepper  <drepper@redhat.com>
18785
18786         Import from libc.
18787         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
18788         instead of inline stream orientation test and two separate
18789         function calls.  Pay no attention to USE_IN_LIBIO.
18790
18791 2005-10-13  Simon Josefsson  <jas@extundo.com>
18792
18793         * modules/gc-hmac-md5-tests: New file.
18794
18795         * tests/test-gc-hmac-sha1.c: New file.
18796
18797         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
18798
18799         * modules/gc-hmac-md5-tests: New file.
18800
18801         * tests/test-gc-md5.c: New file.
18802
18803         * modules/gc-md5-tests: New file.
18804
18805 2005-10-13  Simon Josefsson  <jas@extundo.com>
18806
18807         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
18808         Move memory allocation outside of loop.
18809
18810 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
18811
18812         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
18813         intermediate directory is in a read-only file system.  Problem
18814         reported by Eric Blake.
18815
18816 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
18817
18818         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
18819
18820 2005-10-12  Simon Josefsson  <jas@extundo.com>
18821
18822         * tests/test-hmac-sha1.c: New file.
18823
18824         * modules/hmac-sha1-tests: New file.
18825
18826         * modules/hmac-sha1: New file.
18827
18828 2005-10-12  Simon Josefsson  <jas@extundo.com>
18829
18830         * modules/gc-sha1: New file.
18831
18832 2005-10-12  Simon Josefsson  <jas@extundo.com>
18833
18834         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
18835
18836         * tests/test-gc-pbkdf2-sha1.c: New file.
18837
18838 2005-10-12  Simon Josefsson  <jas@extundo.com>
18839
18840         * modules/gc-md5, modules/gc-hmac-md5: New files.
18841
18842         * modules/gc (Files): Remove md5, memxor and hmac files.
18843
18844 2005-10-12  Simon Josefsson  <jas@extundo.com>
18845
18846         * m4/gc-pbkdf2-sha1.m4: New file.
18847
18848         * m4/gc-hmac-sha1.m4: New file.
18849
18850         * m4/gc-sha1: New file.
18851
18852         * m4/hmac-sha1.m4: New file.
18853
18854 2005-10-12  Simon Josefsson  <jas@extundo.com>
18855
18856         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
18857
18858         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
18859
18860 2005-10-12  Simon Josefsson  <jas@extundo.com>
18861
18862         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
18863         suggested by Bruno Haible <bruno@clisp.org>.
18864
18865 2005-10-12  Simon Josefsson  <jas@extundo.com>
18866
18867         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
18868
18869 2005-10-12  Simon Josefsson  <jas@extundo.com>
18870
18871         * lib/gc-pbkdf2-sha1.c: New file.
18872
18873         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
18874
18875 2005-10-12  Simon Josefsson  <jas@extundo.com>
18876
18877         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
18878
18879         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
18880
18881 2005-10-12  Simon Josefsson  <jas@extundo.com>
18882
18883         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
18884         GC_USE_HMAC_MD5, respectively.
18885
18886         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
18887         (gc_md5): Fix typo.
18888
18889         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
18890
18891         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
18892
18893         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
18894
18895 2005-10-12  Bruno Haible  <bruno@clisp.org>
18896
18897         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
18898         Reported by Stepan Kasal <kasal@ucw.cz>.
18899
18900 2005-10-11  Simon Josefsson  <jas@extundo.com>
18901
18902         * tests/test-crc.c: New file.
18903
18904         * modules/crc, modules/crc-tests: New files.
18905
18906 2005-10-11  Simon Josefsson  <jas@extundo.com>
18907
18908         * m4/crc.m4: New file.
18909
18910 2005-10-11  Simon Josefsson  <jas@extundo.com>
18911
18912         * lib/gc.h: Add gc_hash and gc_hash_buffer.
18913
18914         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
18915
18916         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
18917
18918 2005-10-11  Simon Josefsson  <jas@extundo.com>
18919
18920         * lib/crc.h, lib/crc.c: New files.
18921
18922         * lib/gc.h (gc_hash_buffer): Add doc.
18923
18924 2005-10-11  Bruno Haible  <bruno@clisp.org>
18925
18926         * modules/c-strcasestr: New file.
18927         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
18928
18929 2005-10-11  Bruno Haible  <bruno@clisp.org>
18930
18931         * modules/c-strcase: New file.
18932         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
18933
18934 2005-10-11  Bruno Haible  <bruno@clisp.org>
18935
18936         * lib/strcasecmp.c: Include limits.h.
18937         (strcasecmp): Avoid integer overflow on exotic platforms.
18938         * lib/strncasecmp.c: Include limits.h.
18939         (strncasecmp): Avoid integer overflow on exotic platforms.
18940         Reported by Paul Eggert.
18941
18942 2005-10-11  Bruno Haible  <bruno@clisp.org>
18943
18944         * lib/c-strcasestr.h: New file, from GNU gettext.
18945         * lib/c-strcasestr.c: New file, from GNU gettext.
18946
18947 2005-10-11  Bruno Haible  <bruno@clisp.org>
18948
18949         * lib/c-strcase.h: New file, from GNU gettext.
18950         * lib/c-strcasecmp.c: New file, from GNU gettext.
18951         * lib/c-strncasecmp.c: New file, from GNU gettext.
18952
18953 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18954
18955         * modules/mempcpy (License): GPL -> LGPL.
18956         * modules/strchrnul (License): Likewise.
18957         * modules/sysexits (License): Likewise.
18958
18959 2005-10-08  Simon Josefsson  <jas@extundo.com>
18960
18961         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
18962
18963 2005-10-07  Simon Josefsson  <jas@extundo.com>
18964
18965         * m4/memxor.m4: Remove gl_C_RESTRICT call.
18966
18967 2005-10-06  Simon Josefsson  <jas@extundo.com>
18968
18969         * tests/test-hmac-md5.c: New file.
18970
18971         * modules/hmac-md5-tests: New file.
18972
18973         * modules/hmac-md5: New file.
18974
18975 2005-10-06  Simon Josefsson  <jas@extundo.com>
18976
18977         * m4/hmac-md5.m4: New file.
18978
18979         * m4/memxor.m4: Require gl_C_RESTRICT.
18980
18981 2005-10-06  Simon Josefsson  <jas@extundo.com>
18982
18983         * lib/memxor.c (memxor): Avoid casts and warnings.
18984
18985 2005-10-06  Simon Josefsson  <jas@extundo.com>
18986
18987         * lib/hmac-md5.c: New file.
18988
18989         * lib/hmac.h: New file.
18990
18991 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
18992
18993         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
18994         promotes to int, not unsigned int, to catch the AIX 5.3
18995         compiler bug.
18996
18997 2005-10-05  Simon Josefsson  <jas@extundo.com>
18998
18999         * modules/memxor: New file.
19000
19001         * modules/iconv (Files): Move config.rpath to havelib, it is used
19002         there.
19003
19004         * modules/havelib (Files): Add config.rpath.
19005
19006 2005-10-05  Simon Josefsson  <jas@extundo.com>
19007
19008         * m4/memxor.m4: New file.
19009
19010 2005-10-05  Simon Josefsson  <jas@extundo.com>
19011
19012         * lib/memxor.c (memxor): Fix compiler error.
19013
19014         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
19015         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
19016
19017         * lib/memxor.h, lib/memxor.c: New files.
19018
19019         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
19020         we assume all systems have it, suggested by Jim Meyering
19021         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
19022         any systems lack sys/socket.h; mingw32 is known to lack it, but we
19023         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
19024         same reasons.
19025
19026 2005-10-05  Simon Josefsson  <jas@extundo.com>
19027
19028         * config/srclist.txt: Add glibc bug 1423 for md5.h.
19029
19030 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
19031
19032         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
19033         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
19034         needed, since the source code now assumes these .h files.
19035
19036 2005-10-05  Derek Price  <derek@ximbiot.com>
19037
19038         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
19039
19040 2005-10-05  Bruno Haible  <bruno@clisp.org>
19041
19042         * modules/stdint (License): Change to LGPL.
19043
19044 2005-10-04  Simon Josefsson  <jas@extundo.com>
19045
19046         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
19047         D. Baushke" <mdb@gnu.org>.
19048
19049 2005-10-04  Bruno Haible  <bruno@clisp.org>
19050
19051         * lib/verify.h (verify_true): Provide alternative definition for C++.
19052
19053 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
19054
19055         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
19056         (SSIZE_MAX): New macro, if not already defined.
19057         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
19058         than 2 GiB.
19059
19060 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19061
19062         Sync from coreutils.
19063         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
19064         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
19065         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
19066         ULLONG_MAX doesn't work with 2.7.2.1.
19067
19068 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19069
19070         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
19071         From Ben Pfaff.
19072
19073         * modules/exclude (Depends-on): Depend on verify.
19074         * modules/strtoimax (Depends-on): Likewise.
19075         * modules/utimecmp (Depends-on): Likewise.
19076
19077 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19078
19079         * lib/exclude.c: Include verify.h.
19080         (verify): Remove.  All callers changed to use verify.h's version.
19081         * lib/strtoimax.c: Likewise.
19082         * lib/utimecmp.c: Likewis.e
19083
19084         Sync from coreutils.
19085         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
19086         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
19087         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
19088         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
19089         bother returning ENOSYS if settimeofday or stime fails; just let
19090         them return whatever errno they want to return.
19091         * lib/utimens.c: Include unistd.h, for dup2.
19092         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
19093         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
19094
19095 2005-10-02  Jim Meyering  <jim@meyering.net>
19096
19097         Sync from coreutils.
19098         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
19099         from glibc-2.2.5 that fails for read-only files.
19100
19101 2005-10-02  Jim Meyering  <jim@meyering.net>
19102
19103         Sync from coreutils.
19104         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
19105         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
19106         `#if HAVE_CONFIG_H'.
19107         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
19108         Remove AT_FDCWD test.
19109         Do not consume the fd unless successful.
19110         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
19111         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
19112         block, so that we don't even try to compile it if settimeofday is
19113         available.  This works around a compilation failure on OSF1 V5.1,
19114         due to stime requiring a `long int*' while tv_sec is `int'.
19115
19116 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
19117
19118         Sync from coreutils.
19119         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
19120         against `yes', rather than just testing for nonempty.
19121
19122 2005-10-01  Simon Josefsson  <jas@extundo.com>
19123
19124         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
19125         and Darwin.
19126
19127         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
19128         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
19129         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
19130         freeaddrinfo and gai_strerror are declared by the POSIX headers.
19131         Check if struct addrinfo is declared.
19132
19133 2005-10-01  Simon Josefsson  <jas@extundo.com>
19134
19135         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
19136         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
19137         AI_* and EAI_* definitions.  Protect function declarations.
19138
19139 2005-10-01  Jim Meyering  <jim@meyering.net>
19140
19141         Sync from coreutils.
19142
19143         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
19144         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
19145         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
19146         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
19147         in the inet and nsl libraries.  Required on Solaris 5.7.
19148
19149 2005-10-01  Jim Meyering  <jim@meyering.net>
19150
19151         Sync from coreutils.
19152         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
19153         in the inet and nsl libraries.  Required on Solaris 5.7.
19154
19155 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
19156
19157         * lib/getdelim.c (getdelim): Remove unused variables.
19158
19159 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
19160
19161         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
19162         so that the code works even with ancient cpp.  Portability problem
19163         with GCC 2.7.2.1 reported by Thomas M.Ott.
19164
19165 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
19166
19167         * modules/regex (Depends-on): Add strcase.
19168
19169         * modules/gethostname (Licence): Change from GPL to LGPL, since
19170         gethostname.c is a trivial implementation of a standard library
19171         function.
19172         * modules/poll (License): Change from GPL to LGPL, since it's
19173         derived from LGPL code.
19174
19175 2005-09-27  Jim Meyering  <jim@meyering.net>
19176
19177         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
19178         HAVE_CONFIG_H.
19179
19180         * lib/intprops.h (signed_type_or_expr__): Define.
19181         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
19182         for unsigned types.
19183
19184 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
19185
19186         * lib/verify.h (verify_expr): Remove, replacing with:
19187         (verify_true): New macro that returns true instead of void.
19188         (verify_type__): Remove.
19189         (verify): Use verify_true rather than verify_type__.
19190
19191 2005-09-26  Bruno Haible  <bruno@clisp.org>
19192
19193         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
19194         is necessary.
19195         (lib_SOURCES): Remove mbchar.c.
19196         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
19197         (Files): Add m4/mbrtowc.m4.
19198         * modules/mbiter: Likewise.
19199         * modules/mbuiter: Likewise.
19200
19201 2005-09-26  Bruno Haible  <bruno@clisp.org>
19202
19203         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
19204         compile mbchar.c if they are not both present.
19205         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
19206         * m4/mbiter.m4 (gl_MBITER): Likewise.
19207         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
19208         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
19209         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
19210
19211 2005-09-25  Jim Meyering  <jim@meyering.net>
19212
19213         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
19214         also uses socklen_t.
19215
19216 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
19217
19218         * lib/utimens.c (ENOSYS): Define if not already defined.
19219         (futimens): Support having a null PATH if the file descriptor
19220         is nonnegative.
19221
19222         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
19223         Remove.
19224         (__attribute): Define to empty unless GCC 3.1 or later.
19225         This works around a core dump on OpenBSD 3.4, which has GCC
19226         2.95.3, which dumps core when given __attribute__(()).  It also
19227         simplifies other tests, since we really don't want to bother with
19228         worrying about which ancient version of GCC supported what.
19229         Original problem reported by Yoann Vandoorselaere, with part of
19230         the fix suggested by Derek Price.
19231
19232 2005-09-24  Jim Meyering  <jim@meyering.net>
19233
19234         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
19235         so we can once again use a positive bitfield width of 1 -- now we
19236         don't have to explain why we were using a bitfield width of 2.
19237
19238 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
19239
19240         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
19241         and similarly for the other external symbols.  Problem reported
19242         by James Gallager.
19243
19244         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
19245         bug reported by Jim Meyering.
19246
19247         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
19248         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
19249         not needed, since socklen is a prerequisite module.
19250
19251 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
19252
19253         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
19254         Problem reported by Eric Blake.
19255         (getaddrinfo): Initialize se so that it's not garbage.
19256         Redo internal storage allocation so that it doesn't make unportable
19257         assumptions about alignment.
19258         Fix a memory leak.
19259
19260         * lib/utimens.c (futimens): Use futimesat if available.
19261         Prefer it to futimes since it doesn't have the futimes bug.
19262
19263         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
19264         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
19265         Instead, declare a function that returns a pointer to an array,
19266         and use verify_type__ to declare the size of the array.
19267         Problem and germ of a solution reported by Bruno Haible.
19268         (verify_type__): Use 2, not 1, for bitfield size, to avoid
19269         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
19270
19271 2005-09-23  Jim Meyering  <jim@meyering.net>
19272
19273         Sync from coreutils.
19274         Correct build failure (socklen_t not defined) on at least
19275         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
19276         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
19277
19278 2005-09-23  Jim Meyering  <jim@meyering.net>
19279
19280         * modules/getaddrinfo (Depends-on): Add socklen.
19281
19282 2005-09-23  Bruno Haible  <bruno@clisp.org>
19283
19284         * tests/test-verify.c: New file.
19285
19286 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19287
19288         Sync from coreutils.
19289
19290         * modules/argmatch (Depends-on): Add verify.
19291         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
19292         unistd-safer.
19293         * modules/save-cwd (Depends-on): Likewise.
19294
19295         * modules/openat (Files): Add lib/openat-die.c.
19296         (Depends-on): Remove error, exitfail.
19297         Add dirname.
19298
19299         * modules/verify: New file.
19300         * MODULES.html.sh (Diagnostics <assert.h>): New section,
19301         with "verify" module.
19302
19303 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19304
19305         Sync from coreutils.
19306
19307         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
19308         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
19309         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
19310         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
19311         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
19312         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
19313         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
19314         Don't bother checking for string.h, stdlib.h, unistd.h.
19315         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
19316         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
19317         module's job.
19318         * m4/jm-macros.m4 (gl_MACROS): Likewise.
19319         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
19320
19321         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
19322         (gl_GETDATE): Use it.
19323
19324         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
19325
19326 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19327
19328         Sync from coreutils.
19329
19330         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
19331         stat-time.h.
19332         * lib/argmatch.h: Include verify.h
19333         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
19334         (ARGMATCH_ASSERT): Remove; unused.
19335         * lib/canonicalize.c: Assume STDC_HEADERS.
19336         * lib/exclude.c: Include "strcase.h".
19337         * lib/regex_internal.h [!defined _LIBC]: Likewise.
19338         * lib/getusershell.c: Include stdio--.h rather than stdio.h
19339         and stdio-safer.h.
19340         (getusershell): Call fopen, not fopen_safer.
19341         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
19342         Do not include unistd-safer.h.
19343         (save_cwd): Don't call fd_safer; no longer needed
19344         now that we include fcntl--.h.
19345
19346         * lib/getdate.y (relative_time): New type.
19347         (RELATIVE_TIME_0): New constant.
19348         (parser_control): Use relative_time instead of doing it ourselves.
19349         (%union): Add new relative_time rel member.
19350         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
19351         Now typeless.
19352         (relunit, relunit_snumber): Now of type rel.
19353         (zone, rel, relunit, get_date): Adjust to above changes.
19354
19355         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
19356         Do not include unistd-safer.h.
19357         (getloadavg): Don't call fd_safer; no longer needed
19358         now that we include fcntl--.h.
19359
19360         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
19361         (make_dir_parents): Treat ENOSYS like EEXIST.
19362
19363         Improve quality of diagnostics on restore_cwd failure.
19364         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
19365         (make_dir_parents): Last arg is now int * (for errno), not bool *.
19366         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
19367         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
19368         each time through the loop.  Do not diagnose restore_cwd failure;
19369         that is the caller's job (and perhaps the caller does not care).
19370
19371         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
19372         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
19373         If the file already exists but is not a directory, don't bother
19374         to try to make its parents.
19375         Close potential file descriptor leak if we can't chdir("/") (!).
19376         Don't always return true if chdir($PWD) fails; return true only
19377         if the requested action was done successfully (except for the
19378         chdir($PWD)).
19379         Don't log final directory unless we actually made it.
19380         Refactor to avoid duplicate code to fix up permissions.
19381         Don't attempt to fix up parent permissions if chdir($PWD) fails.
19382
19383         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
19384         to make it a bit faster and (I hope) clearer.
19385         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
19386         Fix bug in formats like %2N.
19387
19388         * lib/verify.h: New file.
19389
19390 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19391
19392         Sync from coreutils.
19393         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
19394
19395 2005-09-22  Jim Meyering  <jim@meyering.net>
19396
19397         Sync from coreutils.
19398
19399         * m4/lstat.m4 (gl_FUNC_LSTAT):
19400         Use AC_LIBSOURCES to require lstat.c and lstat.h.
19401         Remove obsolete comment.
19402         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
19403         * m4/xstrtod.m4: Likewise.
19404
19405         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
19406
19407 2005-09-22  Jim Meyering  <jim@meyering.net>
19408
19409         Sync from coreutils.
19410
19411         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
19412
19413         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
19414         the .tm_year member, since otherwise gcc-4.0 would now warn about
19415         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
19416
19417         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
19418         order to avoid an unsuppressible warning from gcc on 64-bit systems.
19419
19420         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
19421         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
19422         when run in a time zone for which daylight savings time is in effect
19423         for the starting date.
19424
19425         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
19426         stop us from restricting permissions of just-created absolute-named
19427         directories.
19428         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
19429         to restore initial working directory.
19430         * lib/mkdir-p.c (make_dir_parents): New parameter:
19431         different_working_dir, to tell caller if/when we change the working
19432         directory and are unable to return to the initial one.
19433         * lib/mkdir-p.h (make_dir_parents): Update prototype.
19434         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
19435         `return false'.  This fixes a bug introduced on 2004-07-30.
19436
19437         * lib/openat.c (fdopendir): Be sure to close the supplied
19438         file descriptor before returning.  This makes our replacement
19439         implementation a little closer to Solaris's, where fdopendir
19440         ties the file descriptor to the returned DIR* pointer.
19441         * lib/openat.c (unlinkat): New function.
19442         * lib/openat.h (unlinkat): Add prototype.
19443         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
19444         (openat_restore_fail): Rename from openat_restore_die.
19445         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
19446
19447         Provide an alternative to exiting immediately upon save_cwd or
19448         restore_cwd failure.  Now, an application can arrange e.g.,
19449         to perform a longjump in that case.
19450         * lib/openat.c: Include dirname.h.
19451         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
19452         (rpl_openat, fdopendir, fstatat): Call openat_save_die
19453         and openat_restore_die rather than calling error directly.
19454         Don't include "error.h" or "exitfail.h"; they're no longer needed.
19455
19456         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
19457         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
19458         define.
19459
19460         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
19461         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
19462                             int utc, int nanoseconds);
19463         Background:
19464         date should not have to allocate a megabyte of virtual memory to
19465         handle a format argument like +%1048575T.  When implemented with
19466         strftime, it must allocate such a buffer, use strftime to fill it
19467         in, print it, then free it.
19468         With fprintftime, it simply prints everything and exits.
19469         With no need for memory allocation, that's one fewer way to fail.
19470         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
19471         optional field width, not before, so we accept %9:z, not %:9z.
19472         (my_strftime): Be sure to use L_('x') for literals.
19473
19474         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
19475         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
19476         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
19477         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
19478         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
19479         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
19480         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
19481         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
19482         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
19483         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
19484         * lib/xgethostname.c, lib/xreadlink.c:
19485         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
19486
19487         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
19488         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
19489         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
19490         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
19491         and don't include <sys/file.h>).
19492
19493 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
19494
19495         Sync from coreutils.
19496
19497         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
19498         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
19499         [!LDAV_DONE]: Avoid unused variable warning.
19500
19501 2005-09-21  Bruno Haible  <bruno@clisp.org>
19502
19503         * lib/unicodeio.h (unicode_to_mb): New declaration.
19504
19505 2005-09-20  Derek Price  <derek@ximbiot.com>
19506
19507         * lib/getaddrinfo.c: Don't include <netdb.h> included from
19508         getaddrinfo.h.
19509
19510 2005-09-20  Bruno Haible  <bruno@clisp.org>
19511
19512         * gnulib-tool: Remove trailing slashes from the values specified for
19513         --source-base, --m4-base, --tests-base, --aux-dir.
19514         Suggested by Simon Josefsson <jas@extundo.com>.
19515
19516 2005-09-20  Bruno Haible  <bruno@clisp.org>
19517
19518         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
19519         func_modules_to_filelist, func_import, func_create_testdir): Make all
19520         sorting results locale-independent, so that gnulib-cache.m4 doesn't
19521         change when gnulib-tool is invoked in a different locale.
19522
19523 2005-09-19  Simon Josefsson  <jas@extundo.com>
19524
19525         * m4/socklen.m4: Fix typo.
19526
19527 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19528
19529         Use a consistent style for including <config.h>.
19530         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
19531         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
19532         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
19533         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
19534         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
19535         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
19536         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
19537         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
19538         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
19539         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
19540         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
19541         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
19542         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
19543         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
19544         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
19545         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
19546         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
19547         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
19548         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
19549         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
19550         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
19551         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
19552         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
19553         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
19554         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
19555         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
19556         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
19557         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
19558         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
19559         lib/xstrtoumax.c, lib/yesno.c:
19560         Standardize inclusion of config.h.
19561         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
19562         lib/inttostr.h:  Removed inclusion of config.h from header files.
19563         * lib/inttostr.c:  Adjusted in-tree users.
19564         * lib/timespec.h: Remove superfluous warning to include config.h.
19565         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
19566         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
19567         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
19568         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
19569         config.h with HAVE_CONFIG_H.
19570
19571 2005-09-19  Jim Meyering  <jim@meyering.net>
19572
19573         * modules/pathmax (License): Change to LGPL.
19574
19575 2005-09-19  Derek Price  <derek@ximbiot.com>
19576
19577         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
19578
19579 2005-09-19  Bruno Haible  <bruno@clisp.org>
19580
19581         * gnulib-tool (import): Provide default for --tests-base.
19582
19583 2005-09-19  Bruno Haible  <bruno@clisp.org>
19584
19585         * doc/quote.texi: New file, extracted from gnulib.texi.
19586         * doc/ctime.texi: New file, extracted from gnulib.texi.
19587         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
19588         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
19589         * doc/gnulib.texi: Include them.
19590
19591 2005-09-18  Bruno Haible  <bruno@clisp.org>
19592
19593         Portability fix.
19594         * gnulib-tool (func_readlink): New function.
19595         (func_ln_if_changed): Use it.
19596
19597 2005-09-18  Bruno Haible  <bruno@clisp.org>
19598
19599         * gnulib-tool: Support --with-tests also with --import.
19600         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
19601         (func_import): Use variables $testsbase and $inctests. Emit a
19602         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
19603         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
19604         SUBDIRS += $testsdir.
19605         (func_create_testdir): Update.
19606
19607 2005-09-18  Bruno Haible  <bruno@clisp.org>
19608
19609         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
19610         instead of $dry_run.
19611         (func_cp_if_changed, func_mv_if_changed): Remove functions.
19612         (func_ln_if_changed): Don't handle dry-run here.
19613         (func_import): In dry-run mode, detect more precisely which actions
19614         would be performed, and don't use "...ing" verbs.
19615
19616 2005-09-18  Bruno Haible  <bruno@clisp.org>
19617
19618         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
19619         (func_import): Use join on two temporary files instead of three nested
19620         loops, in order to determine which files are new or old.
19621
19622 2005-09-18  Bruno Haible  <bruno@clisp.org>
19623
19624         * gnulib-tool (func_import): Comment out code that spits out the
19625         new files with --dry-run.
19626
19627 2005-09-18  Bruno Haible  <bruno@clisp.org>
19628
19629         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
19630
19631 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
19632
19633         * lib/stat-time.h: New file.
19634         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
19635         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
19636         in a different way.
19637         (timespec_cmp): New function.
19638         * lib/utimecmp.c: Include stat-time.h.
19639         (SYSCALL_RESOLUTION): Depend on whether various struct stat
19640         members exist, not on the obsolescent ST_MTIM_NSEC.
19641         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
19642
19643 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
19644
19645         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
19646
19647 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
19648
19649         * MODULES.html.sh (File system functions): Add stat-time.
19650         * modules/stat-time: New file.
19651         * modules/timespec (Files): Remove m4/st_mtim.m4; this
19652         is now done in a different way, by the stat-time module.
19653         * modules/utimecmp (Depends-on): Add stat-time.
19654
19655 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
19656
19657         * m4/st_mtim.m4: Remove.  Superseded by...
19658         * m4/stat-time.m4: New file.
19659         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
19660         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
19661
19662 2005-09-15  Derek Price  <derek@ximbiot.com>
19663
19664         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
19665
19666 2005-09-15  Derek Price  <derek@ximbiot.com>
19667
19668         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
19669         * lib/regex_internal.c: Ditto, using this...
19670         (__GNUC_PREREQ): ...new macro.
19671         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
19672         using...
19673         (__GNUC_PREREQ): ...this new macro.
19674
19675         * lib/strstr.h: Include string.h. Define strstr as a macro here.
19676
19677 2005-09-15  Derek Price  <derek@ximbiot.com>
19678             Paul Eggert  <eggert@cs.ucla.edu>
19679
19680         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
19681         changes, consolidating in...
19682         * lib/regex_internal.h: ...this file.
19683
19684 2005-09-13  Jim Meyering  <jim@meyering.net>
19685
19686         * lib/canon-host.c: Filter through gnu indent and reword comments
19687         slightly.
19688         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
19689
19690 2005-09-13  Derek Price  <derek@ximbiot.com>
19691
19692         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
19693         failure.
19694         Reported by Jim Meyering  <jim@meyering.net>.
19695
19696 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
19697
19698         * lib/base64.c: Typo.
19699         (base64_encode): Put b64str in initialized data section.
19700
19701 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
19702
19703         Merge glibc and coreutils changes into gnulib, plus a few
19704         extra fixes.
19705         * lib/md5.c: Use #error rather than a string.
19706         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
19707         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
19708         (__attribute__): Define to empty for non recent-GCC.
19709         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
19710         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
19711         Renamed from their non-__ counterparts, with new macros replacing
19712         them if not _LIBC.  Add __THROW attribute.
19713         (rol): Remove.
19714         (struct md5_ctx): Align buffer if using GCC.
19715         * lib/sha1.h (struct sha1_ctx): Likewise.
19716         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
19717         The old name was backwards.
19718         (NOTSWAP): Remove; not used.
19719         (rol): New macro, moved here from md5.h.
19720         (sha1_process_block): Remove a FIXME that doesn't make sense.
19721
19722 2005-09-12  Derek Price  <derek@ximbiot.com>
19723
19724         Return usable errors from canon-host.
19725         * lib/canon-host.h: New file.
19726         * lib/canon-host.c (canon_host): Wrap...
19727         (canon_host_r): ...this new function, which now relies exclusively on
19728         getaddrinfo.
19729         (ch_strerror): New function.
19730         (last_cherror): New global.
19731         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
19732         interface.
19733         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
19734         void *.
19735         (freeaddrinfo): Free ai->ai_canonname when set.
19736
19737 2005-09-12  Derek Price  <derek@ximbiot.com>
19738
19739         Make canon-host require getaddrinfo.
19740         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
19741         AC_LIBSOURCE canon-host.h.  Call...
19742         (gl_PREREQ_CANON_HOST): ...this new function, which requires
19743         gl_GETADDRINFO.
19744         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
19745
19746 2005-09-12  Derek Price  <derek@ximbiot.com>
19747
19748         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
19749         LGPL.
19750         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
19751
19752 2005-09-12  Derek Price  <derek@ximbiot.com>
19753
19754         * lib/gai_strerror.c: Include config.h when available.  Include
19755         getaddrinfo.h before other headers to test interface.
19756         Reported by Larry Jones <lawrence.jones@ugs.com>.
19757
19758 2005-09-12  Derek Price  <derek@ximbiot.com>
19759             Paul Eggert  <eggert@cs.ucla.edu>
19760
19761         * modules/glob (Files): Add glob-libc.h.
19762
19763 2005-09-12  Derek Price  <derek@ximbiot.com>
19764             Paul Eggert  <eggert@cs.ucla.edu>
19765
19766         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
19767         glob_.h, glob-libc.h.
19768         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
19769
19770 2005-09-12  Derek Price  <derek@ximbiot.com>
19771             Paul Eggert  <eggert@cs.ucla.edu>
19772
19773         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
19774         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
19775         protecting things that should be done only in gnulib contexts.
19776         * lib/glob_.h: New file, containing only the glob things needed for
19777         gnulib.
19778         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
19779         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
19780         (glob, globfree, glob_pattern_p): Now defined simply in terms of
19781         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
19782         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
19783         and to respect the namespace rules better.
19784
19785 2005-09-08  Simon Josefsson  <jas@extundo.com>
19786
19787         * modules/socklen: New file.
19788
19789 2005-09-08  Simon Josefsson  <jas@extundo.com>
19790
19791         * m4/socklen.m4: New file.
19792
19793 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19794
19795         * modules/utimens (Files): Add m4/utimbuf.m4, since
19796         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
19797         Reported by Sergey Poznyakoff.
19798
19799 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19800
19801         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
19802         definitions, since that's the preferred style in glibc.
19803         Fix a minor spacing issue, and update copyright notice to match
19804         glibc's.
19805
19806 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
19807
19808         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
19809
19810 2005-09-06  Simon Josefsson  <jas@extundo.com>
19811
19812         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
19813         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
19814
19815 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
19816
19817         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
19818         warning.
19819
19820 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
19821
19822         * config/srclist.txt: Add glibc bug 1302.
19823
19824 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
19825
19826         Change bitset word type from unsigned int to unsigned long int,
19827         as this has better performance on typical 64-bit hosts.
19828         Port bitset code to hosts with unusual word sizes.
19829         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
19830         (build_collating_symbol):
19831         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
19832         argument is a bitset.  This is merely a style issue, but it makes
19833         it clearer that an entire array is expected.
19834         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
19835         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
19836         Port to the case where bitset_word is not the same as unsigned int.
19837         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
19838         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
19839         Likewise.
19840         * lib/regexec.c (check_dst_limits_calc_pos_1,
19841         check_subexp_matching_top):
19842         (build_trtable, group_nodes_into_DFAstates):
19843         Likewise.
19844         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
19845         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
19846         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
19847         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
19848         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
19849         * lib/regcomp.c (optimize_subexps, lower_subexp):
19850         Work even if bitset_word has holes in its bitwise representation.
19851         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
19852         * lib/regexec.c (check_dst_limits_calc_pos_1,
19853         check_subexp_matching_top):
19854         Likewise.
19855         * lib/regex_internal.c (re_string_reconstruct):
19856         Don't assume UCHAR_MAX == 255.
19857         * lib/regex_internal.h (bitset_set_all): Likewise.
19858         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
19859         All uses changed.
19860         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
19861         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
19862         All uses changed.
19863         (BITSET_WORD_MAX): New macro.
19864         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
19865         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
19866         (bitset_empty, bitset_copy):
19867         Prefer sizeof (bitset) to multiplying it out ourselves.
19868         (bitset_not_merge): Remove; unused.
19869         (bitset_contain): Return bool, not unsigned int with one bit on.
19870         All callers changed.
19871         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
19872         alignment than re_node_set; do this by defining a new internal
19873         type struct dests_alloc and using it to allocate memory.
19874
19875 2005-09-05  Bruno Haible  <bruno@clisp.org>
19876
19877         * gnulib-tool (func_import): Fix comparison in handling of symbolic
19878         links.
19879
19880 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
19881
19882         * modules/size_max (Makefile.am): Add size_max.h
19883
19884 2005-09-04  Derek Price  <derek@ximbiot.com>
19885
19886         * gnulib-tool (func_import): Fix reversed $symbolic logic.
19887
19888 2005-09-03  Simon Josefsson  <jas@extundo.com>
19889
19890         * gnulib-tool: Fix typo.
19891
19892 2005-09-03  Simon Josefsson  <jas@extundo.com>
19893
19894         * config/srclist.txt: Add glibc bug 1293.
19895
19896 2005-09-03  Derek Price  <derek@ximbiot.com>
19897
19898         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
19899         From Larry Jones <lawrence.jones@ugs.com>.
19900
19901 2005-09-02  Simon Josefsson  <jas@extundo.com>
19902
19903         * modules/socklen: New file.
19904
19905 2005-09-02  Simon Josefsson  <jas@extundo.com>
19906
19907         * modules/havelib: New module.
19908
19909         * modules/gettext, modules/iconv, modules/lock, modules/readline:
19910         Use havelib.
19911
19912 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
19913
19914         Check for arithmetic overflow when calculating sizes, to prevent
19915         some buffer-overflow issues.  These patches are conservative, in the
19916         sense that when I couldn't determine whether an overflow was possible,
19917         I inserted a run-time check.
19918         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
19919         macros.
19920         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
19921         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
19922         (re_xnrealloc, re_x2nrealloc): New inline functions.
19923         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
19924         parse_bracket_exp):
19925         (build_equiv_class, build_charclass): Check for arithmetic overflow
19926         in size expression calculations.
19927         * lib/regex_internal.c (re_string_realloc_buffers):
19928         (build_wcs_upper_buffer, re_node_set_add_intersect):
19929         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
19930         (re_dfa_add_node, register_state): Likewise.
19931         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
19932         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
19933         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
19934         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
19935
19936 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
19937
19938         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
19939         m4/ulonglong.m4.  Problem reported by Martin Lambers.
19940
19941 2005-09-02  Bruno Haible  <bruno@clisp.org>
19942
19943         Support for lib vs. lib64 distinction on biarch platforms.
19944         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
19945         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
19946         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
19947
19948 2005-09-02  Bruno Haible  <bruno@clisp.org>
19949
19950         * gnulib-tool (import): In the other first-use case, provide defaults
19951         as well.
19952
19953 2005-09-02  Bruno Haible  <bruno@clisp.org>
19954
19955         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
19956         patches not yet found in the latest gettext release.
19957
19958 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
19959
19960         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
19961         to avoid a collision with bits/local_lim.h in glibc.
19962         All uses changed.  Problem reported by Dmitry V. Levin in
19963         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
19964
19965         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
19966         bugs in int versus size_t comparisons.
19967         (re_string_context_at): Fix bug where the code assumed that
19968         Idx is signed.
19969
19970         Use bool where appropriate.
19971         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
19972         All callers changed.
19973         (calc_eclosure_iter): Likewise, for ROOT arg.
19974         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
19975         (build_charclass_op): Likewise, for NON_MATCH arg.
19976         * lib/regex_internal.c (re_string_allocate, re_string_construct):
19977         (re_string_construct_common): Likewise, for ICASE arg.
19978         * lib/regexec.c (re_search_2_stub, re_search_stub):
19979         Likewise, for RET_LEN arg.
19980         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
19981         (set_regs): Likewise, for FL_BACKTRACK arg.
19982         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
19983         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
19984         (calc_eclosure_iter, parse_bracket_exp):
19985         Use bool for internal variables that are booleans.
19986         * lib/regexec.c (re_search_internal, check_matching,
19987         proceed_next_node):
19988         (set_regs, build_sifted_states, sift_states_bkref):
19989         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
19990         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
19991         (find_collation_sequence_value):
19992         Likewise.
19993         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
19994         (re_node_set_compare):
19995         Return bool, not int. All callers changed.
19996         * lib/regexec.c (check_halt_node_context, check_dst_limits):
19997         (build_trtable, check_node_accept): Likewise.
19998         * lib/regex_internal.h: Include stdbool.h.
19999
20000         Fix bugs uncovered when converting to bool.
20001         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
20002         failure instead of charging ahead blindly.
20003         * lib/regex_internal.c (register_state): Likewise.
20004         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
20005         for freeing internal storage.
20006         (group_nodes_into_DFA_states): Use unsigned int, not int, for
20007         bitset pieces used as boolean, to avoid undefined behavior
20008         on hosts that do int overflow checking.
20009
20010 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20011
20012         * config/srclist.txt: Add glibc bugs 1285-1287.
20013
20014 2005-09-01  Jim Meyering  <jim@meyering.net>
20015
20016         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
20017         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
20018         Require gl_STAT_MACROS, too.
20019
20020 2005-09-01  Bruno Haible  <bruno@clisp.org>
20021
20022         * gnulib-tool (import): In the first-use case, provide defaults.
20023
20024 2005-09-01  Bruno Haible  <bruno@clisp.org>
20025
20026         * gnulib-tool (func_import): Remove the .tmp files.
20027
20028 2005-09-01  Bruno Haible  <bruno@clisp.org>
20029
20030         * gnulib-tool (func_import): Fix handling of symbolic links.
20031
20032 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20033
20034         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
20035         old glibc regex code mishandles strings longer than 2**31 bytes.
20036         This patch fixes this when the regex code is used in gnulib
20037         (i.e., outside glibc).
20038
20039         This patch should not affect the use of the regex code inside
20040         glibc.  No doubt this problem also needs to be handled for glibc
20041         as well, but the result will be an incompatible change to the
20042         glibc ABI, and the old ABI will have to be supported too.  That
20043         can be the the subject for another patch.
20044
20045         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
20046         governing whether the rest of this patch is active.  By default,
20047         the macro is disabled and the patch has no effect.
20048         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
20049         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
20050         (struct re_pattern_buffer, re_search, re_search_2, re_match):
20051         (re_match_2, re_set_registers): Use the new types.
20052         * lib/regex_internal.h (Idx, re_hashval_t): New types.
20053         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
20054         New macros.
20055         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
20056         (re_string_context_at, bin_tree_t, re_dfastate_t):
20057         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
20058         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
20059         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
20060         (re_string_char_size_at, re_string_wchar_at):
20061         (re_string_elem_size_at):
20062         Use the new types and macros to port to 64-bit hosts.
20063         Use unsigned types for internal values, so that the code
20064         mostly works even for arrays larger than SSIZE_MAX.
20065         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
20066         (search_duplicated_node, calc_eclosure_iter, fetch_number):
20067         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
20068         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
20069         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
20070         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
20071         (calc_inveclosure, parse_dup_op, build_range_exp):
20072         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
20073         (fetch_number, create_token_tree, mark_opt_subexp):
20074         Likewise.
20075         * lib/regex_internal.c (re_string_construct_common,
20076         create_ci_newstate):
20077         (create_cd_newstate, re_string_allocate, re_string_construct):
20078         (re_string_realloc_buffers, build_wcs_upper_buffer):
20079         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
20080         (re_string_reconstruct, re_string_peek_byte_case):
20081         (re_string_fetch_byte_case, re_string_context_at):
20082         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
20083         (re_node_set_init_copy, re_node_set_add_intersect):
20084         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
20085         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
20086         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
20087         (re_acquire_state, re_acquire_state_context, register_state):
20088         Likewise.
20089         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
20090         search_cur_bkref_entry):
20091         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
20092         (re_search_internal, re_search_2_stub, re_search_stub)
20093         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
20094         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
20095         (update_cur_sifted_state, check_dst_limits):
20096         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
20097         (check_subexp_limits, sift_states_bkref, merge_state_array):
20098         (check_subexp_matching_top, get_subexp, get_subexp_sub):
20099         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
20100         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
20101         (expand_bkref_cache, check_node_accept_bytes):
20102         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
20103         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
20104         (acquire_init_state_context, check_halt_node_context):
20105         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
20106         (sift_states_backward, clean_state_log_if_needed):
20107         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
20108         (find_recover_state, transit_state_sb, transit_state_mb):
20109         (transit_state_bkref, build_trtable, match_ctx_clean):
20110         Likewise.
20111         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
20112         to work around an assumption that REG_MISSING is negative.
20113
20114         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
20115         (seek_collating_symbol_entry) [defined _LIBC]:
20116         (lookup_collation_sequence_value) [defined _LIBC]:
20117         (build_range_exp, build_collating_symbol) [defined _LIBC]:
20118         Use prototypes rather than old-style function definitions.
20119         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
20120         (transit_state_sb) [0]:
20121         (find_collation_sequence_value) [defined _LIBC]: Likewise.
20122
20123         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
20124         rm_eo.
20125
20126         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
20127         (optimize_subexps, lower_subexp):
20128         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
20129         since the signed shift might overflow.  Use 1u<<31 instead.
20130         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
20131         Likewise.
20132         * lib/regexec.c (check_dst_limits_calc_pos_1,
20133         check_subexp_matching_top): Likewise.
20134
20135         * lib/regcomp.c (optimize_subexps, lower_subexp):
20136         Use CHAR_BIT rather than 8, for clarity.
20137         * lib/regexec.c (check_dst_limits_calc_pos_1):
20138         (check_subexp_matching_top): Likewise.
20139         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
20140         have to worry about portability issues when shifting it left.
20141         Remove no-longer-needed test for table_size > 0.
20142         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
20143         in a word, as the resulting behavior is undefined.
20144         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
20145         in one case, a <= should have been an <, and in another case the
20146         whole test was missing.
20147         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
20148         the standard name CHAR_BIT.
20149         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
20150         this is not true on one's complement and signed-magnitude hosts.
20151
20152         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
20153         next_last_offset.
20154         (struct re_dfa_t): Remove unused member states_alloc.
20155         * lib/regcomp.c (init_dfa): Don't initialize unused members.
20156
20157 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20158
20159         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
20160         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
20161         and large-file glibc and in 32-bit large-file Solaris.
20162
20163 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20164
20165         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
20166         lengths fit in regoff_t; this isn't true if regoff_t is the same
20167         width as size_t.
20168         * lib/regex.c (re_search_internal): 5th arg is LAST_START
20169         (= START + RANGE) instead of RANGE.  This avoids overflow
20170         problems when regoff_t is the same width as size_t.
20171         All callers changed.
20172         (re_search_2_stub): Check for overflow when adding the
20173         sizes of the two strings.
20174         (re_search_stub): Check for overflow when adding START
20175         to RANGE; if it occurs, substitute the extreme value.
20176
20177 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20178
20179         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
20180
20181 2005-08-31  Jim Meyering  <jim@meyering.net>
20182
20183         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
20184         a pointer-to-const.
20185         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
20186         (register_state): Likewise.
20187         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
20188         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
20189         (group_nodes_into_DFAstates): Likewise.
20190
20191 2005-08-31  Jim Meyering  <jim@meyering.net>
20192
20193         * check-module: Add a FIXME comment.
20194
20195 2005-08-31  Eric Blake  <ebb9@byu.net>
20196
20197         * modules/unistd-safer (Files): Add unistd--.h.
20198         * modules/stdio-safer (Files): Add stdio--.h.
20199
20200 2005-08-31  Derek Price  <derek@ximbiot.com>
20201
20202         * lib/getdelim.c (getdelim): Return EOF on EOF.
20203         Reported by Larry Jones <lawrence.jones@ugs.com>.
20204
20205 2005-08-31  Bruno Haible  <bruno@clisp.org>
20206
20207         Avoid unnecessary diffs in the generated lib/Makefile.am.
20208         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
20209         the generated files.
20210         (func_import): Don't set cmd.
20211
20212 2005-08-31  Bruno Haible  <bruno@clisp.org>
20213
20214         * lib/strstr.c: Include <stddef.h>, for NULL.
20215         * lib/strcasestr.c: Likewise.
20216         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20217
20218 2005-08-31  Bruno Haible  <bruno@clisp.org>
20219
20220         * gnulib-tool: New option --macro-prefix.
20221         (func_import): Use macro_prefix.
20222         (import): Handle option --macro-prefix.
20223
20224 2005-08-31  Bruno Haible  <bruno@clisp.org>
20225
20226         * gnulib-tool (import): Rename most ac_* variables to cached_*.
20227         Also use new variables cached_lgpl, cached_libtool.
20228
20229 2005-08-31  Bruno Haible  <bruno@clisp.org>
20230
20231         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
20232         always instantiating them.
20233
20234 2005-08-31  Bruno Haible  <bruno@clisp.org>
20235
20236         * gnulib-tool (func_import): Read the previous cached settings
20237         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
20238         earlier added by gnulib but are now dropped. Warn when a gnulib file
20239         overwrites a non-gnulib file.
20240
20241 2005-08-31  Bruno Haible  <bruno@clisp.org>
20242
20243         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
20244         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
20245         projects that don't keep autogenerated files in CVS. Put into
20246         actioncmd only the specified modules, not the transitive closure.
20247
20248 2005-08-31  Bruno Haible  <bruno@clisp.org>
20249
20250         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
20251         Create directories that shall be filled.
20252         (import): Don't look for gl_* macros in configure.ac. Recurse across
20253         all directories containing a gnulib-cache.m4 files, if meaningful.
20254
20255 2005-08-31  Bruno Haible  <bruno@clisp.org>
20256
20257         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
20258         (import): Set seen_libtool when we see gl_LIBTOOL.
20259
20260 2005-08-31  Bruno Haible  <bruno@clisp.org>
20261
20262         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
20263         declaration macro definitions from generated gnulib.m4.
20264
20265 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
20266
20267         * lib/iconvme.h: Add prototype for iconv_alloc.
20268
20269 2005-08-29  Simon Josefsson  <jas@extundo.com>
20270
20271         * lib/iconvme.c: Fix errno.
20272
20273 2005-08-29  Bruno Haible  <bruno@clisp.org>
20274
20275         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
20276         that it works when the directory contains spaces.
20277
20278 2005-08-29  Bruno Haible  <bruno@clisp.org>
20279
20280         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
20281
20282 2005-08-29  Bruno Haible  <bruno@clisp.org>
20283
20284         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
20285         Emit more advice.
20286
20287 2005-08-29  Bruno Haible  <bruno@clisp.org>
20288         and Stepan Kasal  <kasal@ucw.cz>
20289
20290         * check-module: If more parameters are given, check each of them
20291         separately; add more exceptions, as noted by Jim Meyering.
20292         (check_module): New procedure.
20293         (%exempt_header): Now contains all exceptions.
20294
20295 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
20296
20297         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
20298
20299 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
20300
20301         * lib/iconvme.c: Split iconv_string into iconv_alloc.
20302
20303 2005-08-28  Bruno Haible  <bruno@clisp.org>
20304
20305         * m4/gnulib-tool.m4: New file.
20306
20307 2005-08-27  Jim Meyering  <jim@meyering.net>
20308
20309         * modules/unistd-safer (Files): Add pipe-safer.c.
20310         * modules/fcntl-safer (Files): Add creat-safer.c.
20311
20312 2005-08-27  Jim Meyering  <jim@meyering.net>
20313
20314         * m4/stdlib-safer.m4: New file.  From coreutils.
20315         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
20316         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
20317         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
20318         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
20319         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
20320
20321 2005-08-27  Jim Meyering  <jim@meyering.net>
20322
20323         * lib/fopen-safer.c: Merge minor changes from coreutils.
20324         * lib/dup-safer.c: Likewise.
20325         * lib/fd-safer.c: Likewise.
20326
20327         Merge from coreutils.
20328         * lib/stdio--.h: New file.
20329         * lib/stdlib--.h: New file.
20330         * lib/mkstemp-safer.c: New file.
20331
20332         GNU tar needs these.
20333         * lib/pipe-safer.c: New file.
20334         * lib/creat-safer.c: New file.
20335         * lib/fcntl--.h (creat): Define to creat_safer.
20336         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
20337         * lib/unistd--.h (pipe): Define to pipe_safer.
20338         * lib/unistd-safer.h: Declare pipe_safer.
20339
20340 2005-08-26  Simon Josefsson  <jas@extundo.com>
20341
20342         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
20343         Haible <bruno@clisp.org>.
20344
20345 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
20346
20347         * lib/regex_internal.h: Remove all references to
20348         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
20349         or better.
20350         (bitset_not, bitset_merge, bitset_not_merge):
20351         (bitset_mask, re_string_allocate, re_string_construct):
20352         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
20353         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
20354         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
20355         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
20356         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
20357         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
20358         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
20359         (re_acquire_state_context):
20360         Remove unnecessary forward decls.
20361         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
20362         Put __attribute at function definition,
20363         now that the function decl has been removed.
20364         * lib/regex_internal.c (re_string_peek_byte_case):
20365         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
20366         Likewise.
20367
20368 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
20369
20370         * m4/regex.m4: Add AC_PREREQ(2.50).
20371         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
20372
20373 2005-08-25  Simon Josefsson  <jas@extundo.com>
20374
20375         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
20376         __fsetlocking.
20377
20378 2005-08-25  Simon Josefsson  <jas@extundo.com>
20379
20380         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
20381         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
20382         GLIBC specific code.
20383
20384 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20385
20386         Make regex safe for g++.  This fixes one real bug (an "err"
20387         that should have been "*err").  g++ problem reported by
20388         Sam Steingold.
20389         * lib/regex_internal.h (re_calloc): New macro, consistent with
20390         re_malloc etc.  All callers of calloc changed to use re_calloc.
20391         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
20392         not int.  All callers changed.
20393         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
20394         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
20395         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
20396         (find_recover_state): Change "err" to "*err"; this fixes what
20397         appears to be a real bug.
20398         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
20399         versus int.
20400
20401 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20402
20403         * modules/regex (Depends-on): Add malloc, since the code
20404         assumes that !malloc(0) means failure.
20405
20406 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20407
20408         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
20409
20410         alloca modernization/simplification for regex.
20411         * lib/regex.c: Remove portability cruft for alloca.  This no longer
20412         needs to be at the start of the file, and can be moved into
20413         regex_internal.h and simplified.
20414         * lib/regex_internal.h: Include <alloca.h>.
20415         (__libc_use_alloca) [!defined _LIBC]: New macro.
20416         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
20417         now works outside glibc.
20418
20419 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20420
20421         * config/srclist.txt: Add glibc bugs 1241, 1245.
20422
20423 2005-08-25  Jim Meyering  <jim@meyering.net>
20424
20425         * lib/open-safer.c: Include <config.h>.
20426         Otherwise, we'd lose LARGEFILE support in any file using
20427         e.g. "fcntl--.h"
20428
20429 2005-08-25  Bruno Haible  <bruno@clisp.org>
20430
20431         * m4/minmax.m4: Require autoconf 2.52.
20432         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
20433         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
20434         alternatives of translit over the alphabet.
20435         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
20436
20437 2005-08-24  Simon Josefsson  <jas@extundo.com>
20438
20439         * tests/test-getpass.c: New file.
20440
20441 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20442
20443         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
20444         for GNU regex features.
20445
20446 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20447
20448         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
20449         * lib/regex.h (regerror): Likewise.
20450
20451         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
20452         requires this.  (The code never needed it.)
20453
20454         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
20455         All uses of recently-renamed identifiers changed to use the new,
20456         POSIX-compliant names.  The code will build and run just fine
20457         without these changes, but it's better to eat our own dog food
20458         and use the standard-conforming names.
20459
20460         * lib/regex.h: Fix a multitude of POSIX name space violations.
20461         These changes have an effect only for programs that define
20462         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
20463         do not change anything for programs compiled in the normal way.
20464         Also, there is no effect on the ABI.
20465
20466         (_REGEX_SOURCE): New macro.
20467         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
20468         defined and _GNU_SOURCE is not; this fixes a name space violation.
20469
20470         Rename the following macros to obey POSIX requirements.
20471         The old names are still visible as macros if _REGEX_SOURCE is defined.
20472         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
20473         RE_BACKSLASH_ESCAPE_IN_LISTS.
20474         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
20475         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
20476         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
20477         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
20478         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
20479         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
20480         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
20481         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
20482         (REG_INTERVALS): renamed from RE_INTERVALS.
20483         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
20484         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
20485         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
20486         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
20487         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
20488         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
20489         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
20490         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
20491         RE_UNMATCHED_RIGHT_PAREN_ORD.
20492         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
20493         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
20494         (REG_DEBUG): renamed from RE_DEBUG.
20495         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
20496         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
20497         unusual, since we can't clash with the POSIX REG_ICASE.
20498         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
20499         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
20500         (REG_NO_SUB): renamed from RE_NO_SUB.
20501         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
20502         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
20503         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
20504         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
20505         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
20506         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
20507         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
20508         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
20509         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
20510         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
20511         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
20512         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
20513         RE_SYNTAX_POSIX_MINIMAL_BASIC.
20514         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
20515         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
20516         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
20517         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
20518         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
20519         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
20520         (REG_FIXED): Renamed from REGS_FIXED.
20521         (REG_NREGS): Renamed from RE_NREGS.
20522
20523         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
20524         of other REG_* macros, since POSIX says the user is allowed to
20525         #undef these macros selectively.
20526
20527         (reg_errcode_t): Update comment stating what other tables need
20528         to be consistent.
20529
20530         Rename the following enum values to obey POSIX requirements.
20531         The old names are still visible as macros.
20532         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
20533         is not defined, since GNU is supposed to be a superset of POSIX as
20534         much as possible, and since we want reg_errcode_t to be a signed
20535         type for implementation consistency.
20536         (_REG_NOERROR): Renamed from REG_NOERROR.
20537         (_REG_NOMATCH): Renamed from REG_NOMATCH.
20538         (_REG_BADPAT): Renamed from REG_BADPAT.
20539         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
20540         (_REG_ECTYPE): Renamed from REG_ECTYPE.
20541         (_REG_EESCAPE): Renamed from REG_EESCAPE.
20542         (_REG_ESUBREG): Renamed from REG_ESUBREG.
20543         (_REG_EBRACK): Renamed from REG_EBRACK.
20544         (_REG_EPAREN): Renamed from REG_EPAREN.
20545         (_REG_EBRACE): Renamed from REG_EBRACE.
20546         (_REG_BADBR): Renamed from REG_BADBR.
20547         (_REG_ERANGE): Renamed from REG_ERANGE.
20548         (_REG_ESPACE): Renamed from REG_ESPACE.
20549         (_REG_BADRPT): Renamed from REG_BADRPT.
20550         (_REG_EEND): Renamed from REG_EEND.
20551         (_REG_ESIZE): Renamed from REG_ESIZE.
20552         (_REG_ERPAREN): Renamed from REG_ERPAREN.
20553         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
20554         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
20555         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
20556         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
20557
20558         (_REG_RE_NAME, _REG_RM_NAME): New macros.
20559         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
20560         changed.  But support the old name if the new one is not defined
20561         and if _REGEX_SOURCE.
20562
20563         Change the following member names in struct re_pattern_buffer.
20564         The old names are still supported if !_REGEX_SOURCE.
20565         The new names are always supported, regardless of _REGEX_SOURCE.
20566         (re_buffer): Renamed from buffer.
20567         (re_allocated): Renamed from allocated.
20568         (re_used): Renamed from used.
20569         (re_syntax): Renamed from syntax.
20570         (re_fastmap): Renamed from fastmap.
20571         (re_translate): Renamed from translate.
20572         (re_can_be_null): Renamed from can_be_null.
20573         (re_regs_allocated): Renamed from regs_allocated.
20574         (re_fastmap_accurate): Renamed from fastmap_accurate.
20575         (re_no_sub): Renamed from no_sub.
20576         (re_not_bol): Renamed from not_bol.
20577         (re_not_eol): Renamed from not_eol.
20578         (re_newline_anchor): Renamed from newline_anchor.
20579
20580         Change the following member names in struct re_registers.
20581         The old names are still supported if !_REGEX_SOURCE.
20582         The new names are always supported, regardless of _REGEX_SOURCE.
20583         (rm_num_regs): Renamed from num_regs.
20584         (rm_start): Renamed from start.
20585         (rm_end): Renamed from end.
20586
20587         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
20588         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
20589         Prepend __ to parameter names.
20590
20591         Undo yesterday's changes.
20592
20593 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20594
20595         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
20596         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
20597         lib/regex.c.
20598
20599 2005-08-24  Jim Meyering  <jim@meyering.net>
20600
20601         Sync from coreutils.
20602         * m4/fcntl-safer.m4: New file.
20603
20604         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
20605         and object files for this module.
20606
20607 2005-08-24  Jim Meyering  <jim@meyering.net>
20608
20609         Sync from coreutils.
20610         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
20611
20612 2005-08-24  Jim Meyering  <jim@meyering.net>
20613
20614         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
20615         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
20616
20617 2005-08-24  Jim Meyering  <jim@meyering.net>
20618
20619         * modules/fcntl-safer: New module.
20620         * modules/fts (Depends-on): Add fcntl-safer.
20621         * MODULES.html.sh (File descriptor based Input/Output):
20622         Add fcntl-safer.
20623
20624 2005-08-24  Bruno Haible  <bruno@clisp.org>
20625
20626         Support for unit test modules.
20627         * modules/README: Mention tests modules.
20628         * modules/TEMPLATE-TESTS: New file.
20629         * gnulib-tool: New options --extract-tests-module, --with-tests and
20630         --tests-base (unused for the moment).
20631         (testsbase, inctests): New variables.
20632         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
20633         (func_verify_module): Exclude TEMPLATE-TESTS.
20634         (func_verify_nontests_module, func_verify_tests_module): New functions.
20635         (func_get_dependencies): Add implicit dependency for tests modules.
20636         (func_get_tests_module): New function.
20637         (func_modules_transitive_closure): When --with-tests was specified,
20638         include the unit tests as well, unless explicitly avoided.
20639         (func_emit_lib_Makefile_am): Ignore the tests modules here.
20640         (func_emit_tests_Makefile_am): New function.
20641         (func_create_testdir): When --with-tests was specified, emit a
20642         tests/ directory.
20643         * MODULES.html.sh (Future developments): Update.
20644
20645 2005-08-24  Bruno Haible  <bruno@clisp.org>
20646
20647         * modules/tls-tests: New file.
20648         * tests/test-tls.c: New file, from GNU gettext.
20649
20650 2005-08-24  Bruno Haible  <bruno@clisp.org>
20651
20652         * modules/lock-tests: New file.
20653         * tests/test-lock.c: New file, from GNU gettext.
20654
20655 2005-08-24  Bruno Haible  <bruno@clisp.org>
20656
20657         * lib/lock.h: Add multiple inclusion guard.
20658         * lib/tls.h: Add multiple inclusion guard.
20659
20660 2005-08-24  Bruno Haible  <bruno@clisp.org>
20661
20662         * gnulib-tool: Add support for the --aux-dir option to
20663         --create-testdir, --create-megatestdir, --test, --megatest.
20664         (func_create_testdir, func_create_megatestdir): Optionally emit a
20665         AC_CONFIG_AUX_DIR directive.
20666         (create-testdir, create-megatestdir, test, megatest): Provide a
20667         default value for $auxdir.
20668
20669 2005-08-24  Bruno Haible  <bruno@clisp.org>
20670
20671         * gnulib-tool (import): Use compound statement instead of subshell
20672         where possible.
20673
20674 2005-08-24  Bruno Haible  <bruno@clisp.org>
20675
20676         * gnulib-tool (import): Change --aux-dir default to "build-aux".
20677
20678 2005-08-24  Bruno Haible  <bruno@clisp.org>
20679
20680         * gnulib-tool (func_version): Update.
20681
20682 2005-08-24  Bruno Haible  <bruno@clisp.org>
20683
20684         * gnulib-tool (func_import, func_create_testdir,
20685         func_create_megatestdir): Quote all autoconf macro arguments.
20686
20687 2005-08-24  Bruno Haible  <bruno@clisp.org>
20688
20689         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
20690         option --force, because --force causes the aclocal.m4 of each
20691         subdirectory to be newer than the corresponding config.h.in.
20692
20693 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
20694
20695         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
20696         All contents moved to gl_REGEX.
20697         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
20698         assume that it does.
20699
20700 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
20701
20702         * lib/regex.h (REG_NOSYS)
20703         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
20704         Define, since POSIX requires it as of 2001.
20705         (_REG_ENOSYS)
20706         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
20707         New private symbol, used to keep the enum signed in all cases.
20708         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
20709         Youngman in
20710         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
20711
20712         * lib/regex_internal.c (re_string_skip_chars, register_state):
20713         (calc_state_hash):
20714         Remove forward decls; no longer needed now that we use prototypes.
20715         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
20716         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
20717         (clean_state_log_if_needed): Likewise.
20718
20719 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
20720
20721         * config/srclist.txt: Add glibc bugs 1231-1233.
20722
20723 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20724
20725         Fix problems reported by Sam Steingold in
20726         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
20727         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
20728         assumed that reg_errcode_t is a signed type, which is not
20729         necessarily true if _XOPEN_SOURCE is not defined.
20730         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
20731         since some compilers warn about it otherwise.
20732
20733 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20734
20735         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
20736         (init_word_char, create_initial_state, duplicate_node_closure):
20737         (fetch_token, peek_token_bracket, build_range_exp):
20738         (build_collating_symbol): Remove forward decls; no longer needed
20739         now that we use prototypes.
20740
20741         * lib/regcomp.c:
20742         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
20743         (re_compile_fastmap_iter, regcomp, regerror, regfree):
20744         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
20745         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
20746         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
20747         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
20748         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
20749         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
20750         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
20751         (build_range_exp, build_collating_symbol, parse_bracket_exp):
20752         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
20753         (build_charclass, build_charclass_op, fetch_number, create_tree):
20754         (create_token_tree, mark_opt_subexp, duplicate_tree):
20755         Use prototypes rather than old-style definitions.
20756
20757         * lib/regex_internal.c:
20758         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
20759         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
20760         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
20761         (re_string_reconstruct, re_string_peek_byte_case):
20762         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
20763         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
20764         (re_node_set_init_copy, re_node_set_add_intersect):
20765         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
20766         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
20767         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
20768         (re_acquire_state, re_acquire_state_context, register_state):
20769         (create_ci_newstate, create_cd_newstate, free_state):
20770         Likewise.
20771         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
20772         re_search_2):
20773         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
20774         (re_search_internal, prune_impossible_nodes):
20775         (acquire_init_state_context, check_matching, static):
20776         (check_halt_node_context, check_halt_state_context, proceed_next_node):
20777         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
20778         (update_regs, sift_states_backward, build_sifted_states):
20779         (clean_state_log_if_needed, merge_state_array):
20780         (update_cur_sifted_state, add_epsilon_src_nodes):
20781         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
20782         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
20783         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
20784         (find_recover_state, check_subexp_matching_top, transit_state_mb):
20785         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
20786         (check_arrival, check_arrival_add_next_nodes):
20787         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
20788         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
20789         (check_node_accept_bytes, check_node_accept, extend_buffers):
20790         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
20791         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
20792         (sift_ctx_init):
20793         Likewise.
20794
20795         * lib/regex_internal.h:
20796         (re_string_allocate, re_string_construct, re_string_reconstruct):
20797         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
20798         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
20799         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
20800         (re_string_context_at, re_string_peek_byte_case):
20801         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
20802         is defined, since we now use prototypes always.
20803
20804         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
20805         C89 or better.  All uses removed.
20806
20807 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20808
20809         * config/srclist.txt: Add glibc bugs 1220-1227.
20810
20811 2005-08-20  Jim Meyering  <jim@meyering.net>
20812
20813         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
20814         of unused local, dfa.
20815
20816 2005-08-20  Bruno Haible  <bruno@clisp.org>
20817
20818         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
20819
20820 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20821
20822         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
20823         (re_node_set_insert_last, re_dfa_add_node):
20824         Rename local variables to avoid GCC shadowing warnings.
20825
20826 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20827
20828         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
20829         [defined lint]: Suppress bogus uninitialized-variable warnings.
20830
20831         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
20832         and let the caller return REG_ESPACE if out of space.  This
20833         removes an uninitialied-variable warning with GCC 4.0.1, and also
20834         avoids taking the address of a local variable.  All callers
20835         changed.
20836
20837 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20838
20839         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
20840         $LIBCSRC/posix/regexec.c.
20841         Add glibc bug 1217 for regcomp.c.
20842
20843 2005-08-19  Jim Meyering  <jim@meyering.net>
20844
20845         * lib/regexec.c (proceed_next_node): Redo local variables to
20846         avoid GCC shadowing warnings.
20847
20848 2005-08-18  Bruno Haible  <bruno@clisp.org>
20849
20850         * lib/strstr.c (strstr): Fix return value in multibyte case.
20851         * lib/strcasestr.c (strcasestr): Likewise.
20852
20853 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
20854
20855         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
20856
20857 2005-08-17  Jim Meyering  <jim@meyering.net>
20858
20859         Make the %s format (seconds since the epoch) work for a negative
20860         number and when used with a zero-padded field width, e.g. %015s.
20861
20862         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
20863         label so that it precedes the code to set `digits'.  Otherwise,
20864         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
20865         print `00-22'.  Now, it prints `-0022', as it should.
20866
20867 2005-08-17  Bruno Haible  <bruno@clisp.org>
20868
20869         * modules/strstr (Files): Add m4/mbrtowc.m4.
20870         (Depends-on): Add mbuiter.
20871
20872 2005-08-17  Bruno Haible  <bruno@clisp.org>
20873
20874         * modules/strcasestr: New file.
20875         * MODULES.html.sh (String handling, based on ANSI C 89): Add
20876         strcasestr.
20877
20878 2005-08-17  Bruno Haible  <bruno@clisp.org>
20879
20880         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
20881
20882 2005-08-17  Bruno Haible  <bruno@clisp.org>
20883
20884         * modules/mbuiter: New file.
20885         * MODULES.html.sh (Extended multibyte and wide character utilities):
20886         Add mbuiter.
20887
20888 2005-08-17  Bruno Haible  <bruno@clisp.org>
20889
20890         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
20891         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
20892
20893 2005-08-17  Bruno Haible  <bruno@clisp.org>
20894
20895         * m4/strcasestr.m4: New file.
20896
20897 2005-08-17  Bruno Haible  <bruno@clisp.org>
20898
20899         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
20900         * lib/strstr.c: Completely rewritten, with multibyte locale support.
20901
20902 2005-08-17  Bruno Haible  <bruno@clisp.org>
20903
20904         * lib/strcasestr.h: New file.
20905         * lib/strcasestr.c: New file.
20906
20907 2005-08-17  Bruno Haible  <bruno@clisp.org>
20908
20909         * lib/strcasecmp.c: Use mbuiter.h.
20910
20911 2005-08-17  Bruno Haible  <bruno@clisp.org>
20912
20913         * lib/mbuiter.h: New file.
20914
20915 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
20916
20917         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
20918         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
20919         and gl_GETOPT are both invoked via different paths (as happens
20920         with GNU tar CVS because it uses both argp and getopt), the former
20921         wins.
20922
20923 2005-08-16  Bruno Haible  <bruno@clisp.org>
20924
20925         * modules/tls: New file.
20926         * MODULES.html.sh (Multithreading): Add tls.
20927
20928 2005-08-16  Bruno Haible  <bruno@clisp.org>
20929
20930         * modules/strnlen1: New file.
20931         * MODULES.html.sh (String handling): Add strnlen1.
20932
20933 2005-08-16  Bruno Haible  <bruno@clisp.org>
20934
20935         * modules/strcase (Files): Add m4/mbrtowc.m4.
20936         (Depends-on): Add strnlen1, mbchar.
20937
20938 2005-08-16  Bruno Haible  <bruno@clisp.org>
20939
20940         * modules/mbiter: New file.
20941         * MODULES.html.sh (Extended multibyte and wide character utilities):
20942         Add mbiter.
20943
20944 2005-08-16  Bruno Haible  <bruno@clisp.org>
20945
20946         * modules/mbfile: New file.
20947         * MODULES.html.sh (Extended multibyte and wide character utilities):
20948         Add mbfile.
20949
20950 2005-08-16  Bruno Haible  <bruno@clisp.org>
20951
20952         * modules/mbchar: New file.
20953         * MODULES.html.sh (Extended multibyte and wide character utilities):
20954         New section.
20955
20956 2005-08-16  Bruno Haible  <bruno@clisp.org>
20957
20958         * m4/tls.m4: New file, from GNU gettext.
20959
20960 2005-08-16  Bruno Haible  <bruno@clisp.org>
20961
20962         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
20963         always.
20964         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
20965
20966 2005-08-16  Bruno Haible  <bruno@clisp.org>
20967
20968         * m4/mbiter.m4: New file.
20969
20970 2005-08-16  Bruno Haible  <bruno@clisp.org>
20971
20972         * m4/mbfile.m4: New file.
20973
20974 2005-08-16  Bruno Haible  <bruno@clisp.org>
20975
20976         * m4/mbchar.m4: New file.
20977
20978 2005-08-16  Bruno Haible  <bruno@clisp.org>
20979
20980         * lib/tls.h: New file, from GNU gettext.
20981         * lib/tls.c: New file, from GNU gettext.
20982
20983 2005-08-16  Bruno Haible  <bruno@clisp.org>
20984
20985         * lib/strnlen1.h: New file.
20986         * lib/strnlen1.c: New file.
20987
20988 2005-08-16  Bruno Haible  <bruno@clisp.org>
20989
20990         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
20991         (mbi_init): Update.
20992         (mbi_avail, mbi_advance): Let the iteration end before the terminating
20993         NUL byte, not after it.
20994
20995 2005-08-16  Bruno Haible  <bruno@clisp.org>
20996
20997         * lib/strcase.h (strcasecmp): Add note in comments.
20998         * lib/strncasecmp.c: Use code from strcasecmp.c.
20999         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
21000         (strcasecmp): Work correctly in multibyte locales.
21001
21002 2005-08-16  Bruno Haible  <bruno@clisp.org>
21003
21004         * lib/mbiter.h: New file.
21005
21006 2005-08-16  Bruno Haible  <bruno@clisp.org>
21007
21008         * lib/mbfile.h: New file.
21009
21010 2005-08-16  Bruno Haible  <bruno@clisp.org>
21011
21012         * lib/mbchar.h: New file.
21013         * lib/mbchar.c: New file.
21014
21015 2005-08-16  Bruno Haible  <bruno@clisp.org>
21016
21017         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
21018         the valid ones. Makes the comparison operations transitive:
21019         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
21020         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
21021
21022 2005-08-15  Simon Josefsson  <jas@extundo.com>
21023
21024         * modules/ssize_t (License): Change to 'unlimited'.
21025
21026         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
21027
21028 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21029
21030         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
21031         Add comments for each pending glibc patch.
21032
21033 2005-08-15  Bruno Haible  <bruno@clisp.org>
21034
21035         * lib/regex.h (__restrict_arr): Don't define to __restrict if
21036         __cplusplus is defined.
21037
21038 2005-08-14  Jim Meyering  <jim@meyering.net>
21039
21040         Sync from coreutils.
21041
21042         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
21043         Use the hash-table-based cycle-detection code not just when
21044         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
21045         Reported by James Youngman in
21046         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
21047         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
21048         FTS_TIGHT_CYCLE_CHECK.
21049         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
21050         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
21051         once again.
21052         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
21053         * lib/fts.c (fd_safer): Remove decl.
21054         Include fcntl--.h rather than unistd-safer.h
21055         (fts_safe_changedir): Don't call fd_safer; no longer needed
21056         now that we include fcntl--.h.
21057
21058 2005-08-12  Simon Josefsson  <jas@extundo.com>
21059
21060         * modules/getndelim2: Use ssize_t module.
21061         * modules/getnline: Likewise.
21062         * modules/safe-read: Likewise.
21063         * modules/xreadlink: Likewise.
21064
21065         * modules/ssize_t: New file.
21066
21067 2005-08-12  Simon Josefsson  <jas@extundo.com>
21068
21069         * m4/readline.m4: Look for termcap, curses or ncurses if required.
21070
21071 2005-08-12  Simon Josefsson  <jas@extundo.com>
21072
21073         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21074         ssize_t.
21075
21076 2005-08-12  Simon Josefsson  <jas@extundo.com>
21077
21078         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
21079         readline, getdelim and check_version.
21080         (Support for systems lacking ISO C 99: Sizes of integer types):
21081         Add size_max.
21082
21083 2005-08-12  Bruno Haible  <bruno@clisp.org>
21084
21085         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
21086
21087 2005-08-11  Simon Josefsson  <jas@extundo.com>
21088
21089         * modules/readline: New file.
21090
21091         * modules/strnlen (Files): Add strnlen.h.
21092
21093 2005-08-11  Simon Josefsson  <jas@extundo.com>
21094
21095         * m4/readline.m4: New file.
21096
21097 2005-08-11  Simon Josefsson  <jas@extundo.com>
21098
21099         * lib/readline.h, readline.c: New file.
21100
21101 2005-08-11  Simon Josefsson  <jas@extundo.com>
21102
21103         * doc/gnulib.texi (Initial import, Finishing touches): Mention
21104         gl_AVOID.
21105
21106 2005-08-11  Bruno Haible  <bruno@clisp.org>
21107
21108         * lib/strnlen.h (strnlen): Change parameter name to match comment.
21109
21110 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
21111
21112         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
21113
21114 2005-08-10  Simon Josefsson  <jas@extundo.com>
21115
21116         * tests/test-iconvme.c: New file.
21117
21118 2005-08-10  Simon Josefsson  <jas@extundo.com>
21119
21120         * m4/strnlen.m4: New file.
21121
21122         * m4/strndup.m4: Don't check for strnlen declaration, done in
21123         strnlen.m4.
21124
21125 2005-08-10  Simon Josefsson  <jas@extundo.com>
21126
21127         * lib/strndup.c: Use strnlen.h.
21128
21129         * lib/strnlen.h: New file.
21130
21131 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
21132
21133         * README: Typos.
21134
21135 2005-08-02  Simon Josefsson  <jas@extundo.com>
21136
21137         * modules/readline: New file.
21138
21139 2005-08-02  Simon Josefsson  <jas@extundo.com>
21140
21141         * modules/getdelim: New file.
21142
21143         * modules/getline: Rewrite, don't use getndelim2.
21144
21145 2005-08-02  Simon Josefsson  <jas@extundo.com>
21146
21147         * m4/getline.m4: Separate out getdelim stuff into separate module.
21148
21149         * m4/getdelim.m4: New file.
21150
21151 2005-08-02  Simon Josefsson  <jas@extundo.com>
21152
21153         * lib/getline.h, getline.c: Rewrite.
21154
21155         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
21156
21157 2005-07-31  Bruno Haible  <bruno@clisp.org>
21158
21159         * lib/lock.h (gl_lock_initializer): New macro.
21160         (gl_lock_define_initialized): Use it.
21161         (gl_rwlock_initializer): New macro.
21162         (gl_rwlock_define_initialized): Use it.
21163         (gl_recursive_lock_initializer): New macro.
21164         (gl_recursive_lock_define_initialized): Use it.
21165
21166 2005-07-30  Karl Berry  <karl@gnu.org>
21167
21168         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
21169         Report from Ben Pfaff, regarding getopt.
21170
21171 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
21172
21173         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
21174         normal way.
21175         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
21176         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
21177         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
21178         (gl_GETOPT): Use the new macros.  Most of the implementation
21179         is moved to the new macros.  This is for programs like Emacs
21180         that don't want all the functionality of gl_GETOPT.
21181
21182 2005-07-26  Bruno Haible  <bruno@clisp.org>
21183
21184         * m4/lock.m4: Update from GNU gettext.
21185
21186 2005-07-26  Bruno Haible  <bruno@clisp.org>
21187
21188         * lib/lock.h: Update from GNU gettext.
21189         * lib/lock.c: Update from GNU gettext.
21190
21191 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
21192
21193         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
21194         obsolescent AC_TRY_RUN.  Include the default includes files, for
21195         'exit'.
21196
21197 2005-07-24  Bruno Haible  <bruno@clisp.org>
21198
21199         * modules/visibility: New file.
21200         * MODULES.html.sh (Misc): Add visibility.
21201
21202 2005-07-24  Bruno Haible  <bruno@clisp.org>
21203
21204         * m4/visibility.m4: New file.
21205
21206 2005-07-24  Bruno Haible  <bruno@clisp.org>
21207
21208         * doc/visibility.texi: New file.
21209
21210 2005-07-22  Bruno Haible  <bruno@clisp.org>
21211
21212         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
21213         $(ALLOCA_H), redundant through BUILT_SOURCES.
21214         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
21215         redundant through BUILT_SOURCES.
21216         * modules/byteswap (Makefile.am): Remove explicit dependency on
21217         $(BYTESWAP_H), redundant through BUILT_SOURCES.
21218         * modules/fnmatch (Makefile.am): Remove explicit dependency on
21219         $(FNMATCH_H), redundant through BUILT_SOURCES.
21220         * modules/getopt (Makefile.am): Remove explicit dependency on
21221         $(GETOPT_H), redundant through BUILT_SOURCES.
21222         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
21223         redundant through BUILT_SOURCES.
21224         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
21225         redundant through BUILT_SOURCES.
21226         * modules/stdbool (Makefile.am): Remove explicit dependency on
21227         $(STDBOOL_H), redundant through BUILT_SOURCES.
21228         * modules/stdint (Makefile.am): Remove explicit dependency on
21229         $(STDINT_H), redundant through BUILT_SOURCES.
21230         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
21231         Remove explicit dependency on $(SYSEXITS_H).
21232         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
21233
21234 2005-07-18  Simon Josefsson  <jas@extundo.com>
21235
21236         * lib/check-version.c (check_version): Accept identical versions too.
21237
21238 2005-07-18  Bruno Haible  <bruno@clisp.org>
21239
21240         * modules/lock: New file.
21241         * MODULES.html.sh (Multithreading): New section.
21242
21243 2005-07-18  Bruno Haible  <bruno@clisp.org>
21244
21245         * m4/lock.m4: New file, from GNU gettext.
21246
21247 2005-07-18  Bruno Haible  <bruno@clisp.org>
21248
21249         * lib/lock.h: New file, from GNU gettext.
21250         * lib/lock.c: New file, from GNU gettext.
21251
21252 2005-07-18  Bruno Haible  <bruno@clisp.org>
21253
21254         * lib/lock.h (gl_once_t): New type.
21255         (gl_once_define, gl_once): New macros.
21256         * lib/lock.c (fresh_once): New variable.
21257         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
21258         functions.
21259
21260 2005-07-16  Simon Josefsson  <jas@extundo.com>
21261
21262         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
21263         workaround, suggested by Bruno.
21264
21265 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
21266
21267         * modules/xalloc (Depends-on): Add xalloc-die.
21268         * modules/xvasprintf (Depends-on): Add xalloc-die.
21269
21270 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
21271
21272         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
21273         with a minor change.
21274
21275 2005-07-15  Bruno Haible  <bruno@clisp.org>
21276
21277         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
21278         When using lib/poll.c, define poll as rpl_poll.
21279
21280 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
21281
21282         * modules/argp (Depends-on): Remove unlocked-io.
21283
21284 2005-07-14  Derek Price  <derek@ximbiot.com>
21285
21286         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
21287         for glob symlink bug.
21288
21289 2005-07-14  Bruno Haible  <bruno@clisp.org>
21290
21291         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
21292         Instead, test for *_unlocked function declarations directly.
21293
21294 2005-07-11  Simon Josefsson  <jas@extundo.com>
21295
21296         * modules/size_max: New file.
21297
21298         * modules/xsize: Depend on size_max module for size_max.m4.
21299
21300 2005-07-11  Simon Josefsson  <jas@extundo.com>
21301
21302         * lib/size_max.h: New file.
21303
21304 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
21305
21306         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
21307         copyright symbol and the year.
21308         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
21309         (version_etc_va): Use parameterized copyright notice.
21310         Reword to conform to the current GNU coding standards.
21311
21312 2005-07-11  Karl Berry  <karl@gnu.org>
21313
21314         * doc/gnulib.texi (Quoting): new node.
21315         (Initial import): more info, from Patrice.
21316
21317 2005-07-11  Bruno Haible  <bruno@clisp.org>
21318
21319         * gnulib-tool (func_usage): Document option --avoid.
21320         (Command line options): Handle --avoid.
21321         (func_acceptable): New function.
21322         (func_modules_transitive_closure): Use it.
21323
21324 2005-07-11  Bruno Haible  <bruno@clisp.org>
21325
21326         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
21327         Reported by Jim Meyering.
21328
21329 2005-07-10  Bruno Haible  <bruno@clisp.org>
21330
21331         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
21332         Needed when size_t is smaller than 'unsigned int'.
21333         Reported by Paul Eggert.
21334
21335 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21336
21337         * modules/argp (Depends-on): Add unlocked-io
21338
21339 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21340
21341         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
21342         block of defines.
21343
21344 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
21345
21346         * config/srclist.txt: Comment out regcomp.c, since we have a porting
21347         fix now.
21348
21349 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
21350         and Paul Eggert  <eggert@cs.ucla.edu>
21351
21352         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
21353         in wint_t, not wchar_t.  Remove now-unnecessary cast.
21354
21355 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21356
21357         * modules/regex (Files): Add lib/regex_internal.c,
21358         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
21359         (Depends-on): Add extensions.
21360         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
21361
21362 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21363
21364         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
21365         pathconf.
21366         * m4/same.m4 (gl_SAME): Likewise.
21367         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
21368
21369         * m4/regex.m4: Adjust to new libc regex implementation.
21370         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
21371         all the .c and .h parts of (the new) regex.
21372         Quote the m4 stuff better.
21373         Check for RE_ICASE bug of old gnulib.
21374         Check for REG_STARTEND of recent libc.
21375         Rename local variables from jm_* to gl_*.
21376         Quote operand of "test -f".
21377         Say "recent enough" version of libc, not "version 2".
21378         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
21379         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
21380         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
21381         Remove check for btowc, isascii.
21382         Require AM_LANGINFO_CODESET.
21383
21384 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21385
21386         * lib/regex.c, regex.h: Sync from libc.
21387         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
21388         * lib/regexec.c:
21389         New files, synced from libc, except that regex_internal.h
21390         currently has a small porting fix.
21391
21392 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21393
21394         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
21395         regex_internal.c, regexec.c.
21396         Add regex_internal.h too, but as a comment, since the libc version
21397         is currently broken in gnulib mode.
21398
21399 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
21400
21401         Support programs like Emacs that use gnulib but not gettext.
21402         * MODULES.html.sh (Internationalization functions): Add gettext-h.
21403         * modules/gettext-h: New file.
21404         * modules/gettext (Files): Remove lib/gettext.h.
21405         (Depends-on): Add gettext-h.
21406         (Makefile.am): Remove lib_SOURCES.
21407         * modules/argmatch, modules/c-stack, modules/closeout:
21408         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
21409         * modules/execute, modules/file-type, modules/getaddrinfo:
21410         * modules/getopt, modules/human, modules/javacomp:
21411         * modules/javaexec, modules/mkdir-p, modules/obstack:
21412         * modules/openat, modules/pagealign_alloc, modules/pipe:
21413         * modules/quotearg, modules/regex, modules/rpmatch:
21414         * modules/unicodeio, modules/userspec, modules/version-etc:
21415         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
21416         * modules/xsetenv:
21417         Depend on gettext-h, not gettext.
21418
21419 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
21420
21421         * gnulib-tool (func_import): Add support for 'public domain' license.
21422         * modules/alloca, modules/atexit, modules/memmove:
21423         Now public domain, not GPL.
21424         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
21425         * modules/realloc, modules/strerror, modules/strtod:
21426         Now LGPL, not GPL.
21427
21428 2005-07-05  Bruno Haible  <bruno@clisp.org>
21429
21430         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
21431         autoconf CVS. Needed for mingw.
21432
21433 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21434
21435         Remove the dependency of the strftime module on the tzset module.
21436         * modules/strftime (Depends-on): Remove dependency on tzset.
21437
21438 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21439
21440         Remove the dependency of the strftime module on the tzset module.
21441         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
21442         gl_FUNC_TZSET_CLOBBER.
21443
21444 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21445
21446         Remove the dependency of the strftime module on the tzset module.
21447         * lib/strftime.c (my_strftime)
21448         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
21449         Copy the input structure, to work around some of the bug with
21450         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
21451         Solaris releases, you should also use the tzset module, but we won't
21452         require it as a dependency any more since we don't want LGPLed code
21453         to depend on GPLed code.
21454
21455 2005-07-02  Jim Meyering  <jim@meyering.net>
21456
21457         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
21458         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
21459         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
21460         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
21461
21462 2005-07-02  Jim Meyering  <jim@meyering.net>
21463
21464         * lib/backupfile.c (backup_args): Change a `0' to NULL.
21465
21466 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
21467
21468         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
21469         declares only 'struct timespec;' (!).
21470
21471 2005-07-01  Jim Meyering  <jim@meyering.net>
21472
21473         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
21474         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
21475         * lib/save-cwd.c, tempname.c:
21476         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
21477         and don't include <sys/file.h>).
21478
21479 2005-06-29  Jim Meyering  <jim@meyering.net>
21480
21481         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
21482         type name.  Use the variable name instead.
21483         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
21484         Likewise.
21485
21486 2005-06-28  Simon Josefsson  <jas@extundo.com>
21487
21488         * modules/check-version (Files): Add check-version.m4.
21489
21490 2005-06-28  Simon Josefsson  <jas@extundo.com>
21491
21492         * m4/check-version.m4: New file, suggested by Jim Meyering
21493         <jim@meyering.net>.
21494
21495 2005-06-28  Simon Josefsson  <jas@extundo.com>
21496
21497         * lib/check-version.h, lib/check-version.c: New files.
21498
21499 2005-06-28  Simon Josefsson  <jas@extundo.com>
21500
21501         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
21502         collision with global variable.  Better indentation.  Don't
21503         increment buffer pointer beyond buffer end.  Based on comments
21504         from Paul Eggert <eggert@cs.ucla.edu>.
21505
21506         * lib/base64.h: Indent.
21507
21508 2005-06-28  Simon Josefsson  <jas@extundo.com>
21509
21510         * doc/gnulib.texi (Library version handling): New section.
21511
21512 2005-06-28  Jim Meyering  <jim@meyering.net>
21513
21514         * check-module (find_included_lib_files): Hard-code another
21515         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
21516         but modules/fts-lgpl (correctly) does not list those files.
21517
21518         * modules/canonicalize (Files): Add lib/pathmax.h.
21519
21520 2005-06-25  Simon Josefsson  <jas@extundo.com>
21521
21522         * modules/check-version: New file.
21523
21524 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
21525
21526         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
21527         initializer of struct addrinfo, as an indication that we don't
21528         care how many members the structure has.
21529
21530 2005-06-24  Derek Price  <derek@ximbiot.com>
21531         and Bruno Haible  <bruno@clisp.org>
21532
21533         Remove stat module & update lstat.
21534         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
21535         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
21536         * m4/stat.m4: Remove this file.
21537
21538 2005-06-24  Derek Price  <derek@ximbiot.com>
21539         and Bruno Haible  <bruno@clisp.org>
21540
21541         Remove stat module & update lstat.
21542         * lib/stat.c: Remove this file...
21543         (slash_aware_lstat): ...moving this content and its support...
21544         * lib/lstat.c (rpl_lstat): ...into here.
21545         * lib/lstat.h: New file.
21546
21547 2005-06-24  Derek Price  <derek@ximbiot.com>
21548         and Bruno Haible  <bruno@clisp.org>
21549
21550         Remove stat module & update lstat.
21551         * config/srclist.txt (libc sources): Remove stat.
21552
21553 2005-06-24  Derek Price  <derek@ximbiot.com>
21554         and Bruno Haible  <bruno@clisp.org>
21555
21556         Remove stat module & update lstat.
21557         * MODULES.html.sh (stat): Remove.
21558         * MODULES.html: Regenerated.
21559         * modules/lstat (Description): Correct function name.
21560         (Files): Add "lstat.h".
21561         (Depends-on): Remove stat, add xalloc, stat-macros.
21562         * modules/stat: Remove this file.
21563         (Include): Add "lstat.h", remove <sys/stat.h>.
21564
21565 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
21566
21567         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
21568         (ranged_convert): Don't save conversion in a temporary struct.
21569         This causes a warning with GCC 4.0.0, and anyway in the typical
21570         case it's not worth the extra 100 bytes or so of code.
21571         (ranged_convert, __mktime_internal): When calling a function via a
21572         pointer P, use P () rather than (*P) (), as we now assume C89 or
21573         better.
21574
21575 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
21576
21577         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
21578         "who -r" failed to give output.  Problem reported by Tim Waugh.
21579
21580         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
21581         (xcalloc): Use it to avoid needless tests.
21582         Problem reported by Jim Meyering.
21583
21584 2005-06-20  Derek Price  <derek@ximbiot.com>
21585
21586         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
21587         unnecessary for Autoconfs > 2.59c.
21588
21589 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21590
21591         * lib/argp.h (__option_is_short): Check upper limit of
21592         __key. Isprint() requires its argument to have the value
21593         of an unsigned char or EOF.
21594
21595 2005-06-16  Jim Meyering  <jim@meyering.net>
21596
21597         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
21598         when either N or S is zero.
21599
21600 2005-06-16  Derek Price  <derek@ximbiot.com>
21601
21602         * m4/bison.m4: Declare YACC & YFLAGS precious.
21603
21604 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
21605
21606         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
21607         multibyte string or pattern, fall back on unibyte matching.
21608         Problem reported by James Youngman.
21609
21610 2005-06-08  Bruno Haible  <bruno@clisp.org>
21611
21612         * modules/csharpcomp: New file.
21613         * MODULES.html.sh (C#): Add csharpcomp.
21614
21615 2005-06-08  Bruno Haible  <bruno@clisp.org>
21616
21617         * m4/csharpcomp.m4: New file, from GNU gettext.
21618
21619 2005-06-08  Bruno Haible  <bruno@clisp.org>
21620
21621         * lib/csharpcomp.h: New file, from GNU gettext.
21622         * lib/csharpcomp.c: New file, from GNU gettext.
21623         * lib/csharpcomp.sh.in: New file, from GNU gettext.
21624
21625 2005-06-08  Bruno Haible  <bruno@clisp.org>
21626
21627         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
21628         warning on mingw.
21629
21630 2005-06-07  Derek Price  <derek@ximbiot.com>
21631
21632         Sync from CVS.
21633         * lib/glob_.h: Indent nested #ifdef.
21634
21635 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
21636
21637         Sync from coreutils.
21638         Use "file name" when talking about file names, instead of "filename"
21639         or "path", as per the GNU coding standards.
21640         * lib/mkdir-p.c: Renamed from makepath.c.
21641         (make_dir_parents): Renamed from make_path.  All callers changed.
21642         * lib/mkdir-p.h: Likewise.  All includers changed.
21643         * lib/filenamecat.c: Renamed from path-concat.c.
21644         (file_name_concat): Renamed from path_concat.  All callers changed.
21645         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
21646         * lib/filenamecat.h: Likewise.  All includers changed.
21647         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
21648         in comments or local variable names.
21649         * lib/basename.c: Likewise.
21650         * lib/canonicalize.c, canonicalize.h: Likewise.
21651         * lib/dirname.c, dirname.h: Likewise.
21652         * lib/euidaccess.c: Likewise.
21653         * lib/exclude.c: Likewise
21654         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
21655         * lib/fsusage.c, fsuage.h: Likewise.
21656         * lib/fts.c, fts_.h: Likewise.
21657         * lib/getcwd.c: Likewise.
21658         * lib/getloadavg.c: Likewise.
21659         * lib/mkstemp.c: Likewise.
21660         * lib/mountlist.c, mountlist.h: Likewise.
21661         * lib/openat.c, openat.h: Likewise.
21662         * lib/readlink-stub.c: Likewise.
21663         * lib/readutmp.c, readutmp.h: Likewise.
21664         * lib/rename.c: Likewise.
21665         * lib/rmdir.c: Likewise.
21666         * lib/same.c: Likewise.
21667         * lib/savedir.c: Likewise.
21668         * lib/stripslash.c: Likewise.
21669         * lib/tempname.c: Likewise.
21670         * lib/xreadlink.c: Likewise.
21671         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
21672         All uses changed.
21673         * lib/exclude.h: Likewise.
21674
21675         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
21676         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
21677         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
21678         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
21679         * lib/pathmax.h: Include <limits.h> unconditionally, since other
21680         files have been getting away with it for years (MORE/BSD 4.3
21681         is extinct now).
21682         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
21683         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
21684
21685         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
21686         Define to 256, not 255, as per modern POSIX.
21687
21688 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
21689
21690         Sync from coreutils.
21691         Use "file name" when talking about file names, instead of "filename"
21692         or "path", as per the GNU coding standards.
21693         * MODULES.html.sh: mkdir-p renamed from makepath.
21694         filenamecat renamed from path-concat.
21695         * modules/filenamecat: Renamed from modules/path-concat.
21696         (Files): filenamecat.h and filenamecat.c renamed from
21697         path-concat.h and path-concat.c.
21698         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
21699         (Include): filenamecat.h, not path-concat.h.
21700         * modules/mkdir-p: Renamed from modules/makepath.
21701         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
21702         makepath.c.
21703         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
21704         (Include): mkdir-p.h, not makepath.h.
21705
21706 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
21707
21708         Sync from coreutils.
21709         * m4/mkdir-p.m4: Renamed from makepath.m4.
21710         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
21711         Rename files from makepath.c to mkdir-p.c, and from
21712         makepath.h to mkdir-p.h.
21713         * m4/filenamecat.m4: Renamed from path-concat.m4.
21714         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
21715         Rename files from path-concat.c to filenamecat.c,
21716         and from path-concat.h to filenamecat.h.
21717         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
21718         "file name" in local variables or comments.
21719         * m4/rename.m4: Likewise.
21720
21721 2005-06-01  Bruno Haible  <bruno@clisp.org>
21722
21723         * modules/csharpexec: New file.
21724         * MODULES.html.sh (C#): New section.
21725
21726 2005-06-01  Bruno Haible  <bruno@clisp.org>
21727
21728         * m4/csharp.m4: New file, from GNU gettext.
21729         * m4/csharpexec.m4: New file, from GNU gettext.
21730
21731 2005-06-01  Bruno Haible  <bruno@clisp.org>
21732
21733         * lib/csharpexec.h: New file, from GNU gettext.
21734         * lib/csharpexec.c: New file, from GNU gettext.
21735         * lib/csharpexec.sh.in: New file, from GNU gettext.
21736
21737 2005-05-31  Derek Price  <derek@ximbiot.com>
21738             Paul Eggert  <eggert@cs.ucla.edu>
21739
21740         Sync from cvs.
21741         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
21742
21743 2005-05-31  Derek Price  <derek@ximbiot.com>
21744             Paul Eggert  <eggert@cs.ucla.edu>
21745
21746         Sync from cvs.
21747         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
21748
21749 2005-05-29  Derek Price  <derek@ximbiot.com>
21750
21751         * config/srclist.txt (glob_.h, glob.c): Add these files.
21752
21753 2005-05-29  Derek Price  <derek@ximbiot.com>
21754
21755         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
21756         * modules/glob: New file.
21757         * modules/getlogin_r: Add link to POSIX spec in description.
21758
21759 2005-05-29  Derek Price  <derek@ximbiot.com>
21760             Paul Eggert  <eggert@cs.ucla.edu>
21761
21762         * m4/glob.m4: New file.
21763
21764 2005-05-29  Derek Price  <derek@ximbiot.com>
21765             Paul Eggert  <eggert@cs.ucla.edu>
21766
21767         * lib/glob_.h, lib/glob.c: New files.
21768
21769 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
21770
21771         * modules/fts (Files): Remove m4/inttypes-pri.m4.
21772         * modules/fts-lgpl (Depends-on): Remove gettext.
21773
21774 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
21775
21776         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
21777         and don't require gt_INTTYPES_PRI.
21778
21779 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
21780
21781         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
21782
21783         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
21784         the configuration hassle isn't worth it.
21785         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
21786         (LONGEST_MODIFIER, PRIuMAX): Remove.
21787
21788 2005-05-27  Bruno Haible  <bruno@clisp.org>
21789
21790         * lib/getlogin_r.h: Remove second include of <stddef.h>.
21791
21792 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
21793
21794         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
21795         _POSIX_PTHREAD_SEMANTICS for Solaris.
21796
21797 2005-05-25  Derek Price  <derek@ximbiot.com>
21798
21799         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
21800
21801 2005-05-25  Derek Price  <derek@ximbiot.com>
21802             Paul Eggert  <eggert@cs.ucla.edu>
21803
21804         * modules/getlogin_r, m4/getlogin_r.m4: New files.
21805         * lib/getlogin_r.c, getlogin_r.h: New files.
21806
21807 2005-05-25  Bruno Haible  <bruno@clisp.org>
21808             Derek Price  <derek@ximbiot.com>
21809
21810         * lib/getlogin_r.h: Simplify API documentation.
21811
21812 2005-05-23  Derek Price  <derek@ximbiot.com>
21813
21814         * modules/minmax (Files): Add m4/minmax.m4.
21815         (configure.ac): Add gl_MINMAX.
21816
21817 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
21818
21819         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
21820         so that unistd-safer.h (GPL'ed code) need not be included.
21821
21822 2005-05-22  Bruno Haible  <bruno@clisp.org>
21823
21824         * m4/minmax.m4: New file.
21825         Based on a patch by Derek Price <derek@ximbiot.com>.
21826
21827 2005-05-22  Bruno Haible  <bruno@clisp.org>
21828
21829         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
21830         (INT64_MIN): Fix definition.
21831         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
21832
21833         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
21834         NEED_SIGNED_INT_TYPES.
21835
21836         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
21837         HAVE_SYSTEM_INTTYPES.
21838
21839 2005-05-22  Bruno Haible  <bruno@clisp.org>
21840
21841         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
21842         Also include <sys/param.h> if it defines MIN, MAX.
21843         Based on a patch by Derek Price <derek@ximbiot.com>.
21844
21845 2005-05-21  Jim Meyering  <jim@meyering.net>
21846
21847         * modules/fts (Files): Add m4/inttypes-pri.m4.
21848         (Depends-on): Add lstat and remove gettext.  Alphabetize.
21849
21850 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
21851
21852         New fts module.
21853         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
21854         (setup_dir, free_dir): New functions.
21855         (enter_dir, leave_dir): Define trivial
21856         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
21857         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
21858         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
21859         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
21860         Move to fts-cycle.c.
21861         (fts_open): Use setup_dir.
21862         (fts_close): Use free_dir.
21863         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
21864         This adds a label and some gotos, but the alternatives were messier.
21865         Check for memory allocation failure when entering a dir.
21866         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
21867         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
21868         (FTS): New member fts_cycle, that is a union that contains the
21869         old active_dir_ht and cycle_state.  All uses changed to mention
21870         fts_cycle.ht and fts_cycle.state.
21871         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
21872         fts.c, with the following changes:
21873         (setup_dir, free_dir): New functions.
21874         (enter_dir): Now returns bool.  Return true if successful, false
21875         if memory exhausted.  All callers changed.
21876         Do not bother partly cleaning up on
21877         memory allocation failure; that is free_dir's job.
21878         However, free ad if hash_insert fails, to avoid memory leak.
21879         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
21880         fts->fts_options to see which union member to use.
21881
21882 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
21883
21884         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
21885         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
21886
21887 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
21888
21889         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
21890
21891 2005-05-20  Jim Meyering  <jim@meyering.net>
21892
21893         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
21894         Now a macro, to pacify GCC.
21895
21896 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
21897
21898         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
21899         of -1.
21900
21901 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
21902
21903         * lib/chown.c (rpl_chown): Return -1 on failure.
21904
21905 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
21906
21907         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
21908         Don't check for stddef.h.
21909         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
21910         don't use its results.
21911         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
21912         since we include them unconditionally.  Don't require
21913         AM_STDBOOL_H, since stdbool is a prerequisite.
21914         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
21915         since we assume C89 or better.
21916         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
21917         as we don't use their results.
21918         Don't check for fchdir, memmove, memset, strrchr, as we use
21919         them unconditionally.
21920         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
21921         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
21922
21923 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
21924
21925         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
21926         Include <stddef.h> unconditionally, since we assume C89 now.
21927         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
21928         * lib/fts.c: Include fts_.h first, to check interface.
21929         Do not include intprops.h; no longer needed.
21930         Include cycle-check.h and hash.h, since fts_.h no longer does.
21931         Remove unnecessary casts of closedir to void.
21932         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
21933         decide whether to decrement nlinks.
21934         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
21935         (FTS): Use struct hash_table * instead of Hash_table, so that
21936         we no longer need to include hash.h here.
21937
21938 2005-05-18  Jim Meyering  <jim@meyering.net>
21939
21940         * modules/dirfd (License): Change to LGPL.  Most of the code
21941         is already in the public domain.
21942
21943 2005-05-18  Jim Meyering  <jim@meyering.net>
21944
21945         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
21946         Reported by Yoann Vandoorselaere.
21947
21948 2005-05-17  Jim Meyering  <jim@meyering.net>
21949
21950         * m4/fts.m4: New file, from coreutils.
21951
21952 2005-05-17  Jim Meyering  <jim@meyering.net>
21953
21954         * lib/fts.c, lib/fts_.h: New files, from coreutils.
21955
21956 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
21957
21958         Sync from coreutils.
21959         * m4/unlinkdir.m4: New file.
21960
21961 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
21962
21963         Sync from coreutils.
21964         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
21965         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
21966         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
21967         White space changes only.
21968         * lib/makepath.c (make_path): Port to hosts where leading "//" is
21969         special.
21970         * lib/yesno.c: Include getline.h, not ctype.h.
21971         (yesno): Don't remove leading white space; POSIX doesn't allow it.
21972         Use getline to remove arbitrary restriction on response length.
21973
21974 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
21975
21976         * config/srclist-update: Spell out "Street" in FSF postal
21977         mail address; this is the style the FSF seems to prefer.
21978
21979         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
21980         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
21981         this updates FSF postal mail address.
21982
21983         Sync from coreutils.
21984         * modules/unlinkdir: New file.
21985         * modules/yesno (Depends-on): Add getline.
21986         * MODULES.html.sh (File system functions): Add unlinkdir.
21987
21988 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
21989
21990         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
21991         lib/strsep.h:
21992         Change the initial comment to refer to GPL, not LGPL.
21993         gnulib-tool will change it to LGPL as needed.
21994
21995         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
21996         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
21997         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
21998         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
21999         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
22000         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
22001         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
22002         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
22003         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
22004         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
22005         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
22006         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
22007         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
22008         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
22009         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
22010         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
22011         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
22012         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
22013         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
22014         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
22015         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
22016         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
22017         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
22018         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
22019         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
22020         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
22021         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
22022         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
22023         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
22024         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
22025         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
22026         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
22027         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
22028         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
22029         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
22030         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
22031         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
22032         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
22033         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
22034         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
22035         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
22036         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
22037         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
22038         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
22039         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
22040         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
22041         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
22042         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
22043         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
22044         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
22045         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
22046         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
22047         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
22048         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
22049         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
22050         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
22051         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
22052         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
22053         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
22054         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
22055         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
22056         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
22057         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
22058         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
22059         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
22060         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
22061         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
22062         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
22063         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
22064         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
22065         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
22066         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
22067         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
22068         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
22069         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
22070         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
22071         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
22072         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
22073         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
22074         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
22075         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
22076         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
22077         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
22078         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
22079         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
22080         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
22081         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
22082         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
22083         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
22084         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
22085         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
22086         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
22087         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
22088         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
22089         lib/yesno.c, lib/yesno.h:
22090         Update FSF postal mail address.
22091
22092 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22093
22094         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
22095         tests/test-memmem.c, tests/test-stpncpy.c:
22096         Update FSF postal mail address.
22097
22098 2005-05-13  Bruno Haible  <bruno@clisp.org>
22099
22100         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
22101         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
22102         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
22103         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
22104         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
22105         Add support for 64-bit integers in the MSVC compiler.
22106
22107 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22108
22109         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
22110
22111 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
22112
22113         * gnulib-tool (func_import): Sort and uniquify recommended includes.
22114
22115 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
22116
22117         * doc/getdate.texi (General date syntax): Don't say that date
22118         date --iso-8601=ns generates acceptable dates; it doesn't yet.
22119         Problem reported by Nic Ferrier.
22120
22121 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22122
22123         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
22124         specified in ai_socktype. Fix invalid ai_protocol
22125         check. ai_protocol is usually set to 0 or depending on
22126         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
22127         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
22128         ai_socktype / ai_protocol in the returned addrinfo structure.
22129
22130 2005-05-10  Simon Josefsson  <jas@extundo.com>
22131
22132         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
22133         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22134
22135 2005-05-10  Karl Berry  <karl@gnu.org>
22136
22137         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
22138         (from http://www.gnu.org/licenses).
22139         * doc/COPYING.LIB: also rename to COPYING.LESSER.
22140         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
22141         fdl.texi suffices.
22142
22143 2005-05-10  Karl Berry  <karl@gnu.org>
22144
22145         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
22146         (COPYING.DOC): remove.
22147
22148         * config/srclist-update: new FSF address.
22149
22150 2005-05-10  Derek Price  <derek@ximbiot.com>
22151
22152         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
22153         possible.
22154
22155 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22156             Bruno Haible  <bruno@clisp.org>
22157
22158         * modules/inet_ntop: New file.
22159         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22160         inet_ntop.
22161
22162 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22163             Bruno Haible  <bruno@clisp.org>
22164
22165         * m4/inet_ntop.m4: New file.
22166
22167 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22168             Bruno Haible  <bruno@clisp.org>
22169
22170         * lib/inet_ntop.h: New file.
22171         * lib/inet_ntop.c: New file, from glibc with modifications.
22172
22173 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
22174
22175         * modules/time_r (License): Change to LGPL.
22176         * modules/extensions (License): Change to LGPL.  Actually,
22177         the license is more permissive than that, but currently gnulib-tool
22178         doesn't know how to handle more-permissive licenses.
22179
22180         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
22181         Problem reported by Dave Love.
22182
22183 2005-05-08  Jim Meyering  <jim@meyering.net>
22184
22185         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
22186         blank.
22187
22188 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
22189
22190         * modules/argmatch (Depends-on): Add stdbool.
22191         * modules/backupfile (Depends-on): Likewise.
22192         * modules/chdir-long (Depends-on): Likewise.
22193         * modules/closeout (Depends-on): Likewise.
22194         * modules/cycle-check (Depends-on): Likewise.
22195         * modules/dirname (Depends-on): Likewise.
22196         * modules/fnmatch (Depends-on): Likewise.
22197         * modules/fsusage (Depends-on): Likewise.
22198         * modules/fwriteerror (Depends-on): Likewise.
22199         * modules/getcwd (Depends-on): Likewise.
22200         * modules/getloadavg (Depends-on): Likewise.
22201         * modules/hard-locale (Depends-on): Likewise.
22202         * modules/makepath (Depends-on): Likewise.
22203         * modules/mountlist (Depends-on): Likewise.
22204         * modules/nanosleep (Depends-on): Likewise.
22205         * modules/posixtm (Depends-on): Likewise.
22206         * modules/quotearg (Depends-on): Likewise.
22207         * modules/readtokens (Depends-on): Likewise.
22208         * modules/readtokens0 (Depends-on): Likewise.
22209         * modules/readutmp (Depends-on): Likewise.
22210         * modules/save-cwd (Depends-on): Likewise.
22211         * modules/strftime (Depends-on): Likewise.
22212         * modules/userspec (Depends-on): Likewise.
22213         * modules/utimecmp (Depends-on): Likewise.
22214         * modules/xgetcwd (Depends-on): Likewise.
22215         * modules/xnanosleep (Depends-on): Likewise.
22216         * modules/xstrtod (Depends-on): Likewise.
22217         * modules/yesno (Depends-on): Likewise.
22218
22219 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
22220
22221         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
22222         needless checks.
22223
22224 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22225
22226         Merge from coreutils.  Among other things,
22227         add bulletproofing for cases where stdin, stdout, or stderr are closed.
22228         * lib/fd-safer.c: New file.
22229         * lib/fcntl-safer.h, open-safer.c: Remove.
22230         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
22231         * lib/dup-safer.c: Include unistd-safer.h first.
22232         Don't include errno.h.
22233         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
22234         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
22235         * lib/file-type.c: Rely on file-type.h change.
22236         * lib/getloadavg.c: Include unistd-safer.h.
22237         (getloadavg): Use safer open.
22238         * lib/getusershell.c: Include "stdio-safer.h".
22239         (getusershell): Use safer fopen.
22240         * lib/long-options.c (long_options): Use NULL rather than 0.
22241         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
22242         'free'.
22243         * lib/modechange.c: Likewise.
22244         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
22245         (MODE_DONE): New constant.
22246         (struct mode_change): Remove 'next' member.
22247         (make_node_op_equals): New function; like the old one of the
22248         same name, except it allocates an array.
22249         (mode_compile, mode_create_from_ref): Use it.
22250         (mode_compile): Allocate result as an array, not a linked list.
22251         Parse octal string ourself, so that we catch mistakes like "+0".
22252         (mode_adjust): Arg is an array, not a linked list.
22253         * lib/modechange.c: Include stat-macros.h, xalloc.h.
22254         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
22255         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
22256         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
22257         Remove.  This is now stat-macros.h's job.
22258         (talloc): Remove.  All callers replaced by xalloc, so that
22259         our invokers don't have to worry about reporting memory failures.
22260         (make_node_op_equals): Remove.
22261         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
22262         New constants.
22263         (struct mode_change): Moved here from modechange.h.
22264         (mode_append_entry): Remove.
22265         (mode_compile): Remove MASKED_OPS arg, since it encouraged
22266         apps to have incorrect behavior.  Use simpler algorithm for head
22267         and tail.  Don't futz with umask; that's now the job of mode_adjust.
22268         Detect more invalid usages rather than having somewhat-random behavior.
22269         Don't insert an "a=" action, as that leads to incorrect behavior.
22270         (mode_compile, mode_create_from_ref): Return NULL on error instead
22271         of an enum, since now there's only one way to have an error.  All
22272         callers changed.
22273         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
22274         at the correct time.  Simplify calculation of "+u" and its ilk.
22275         Don't mishandle "+X".
22276         (mode_free): Remove "register" and localize decls.
22277         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
22278         (struct mode_change): Move to modechange.c; callers don't
22279         need to see this stuff.
22280         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
22281         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
22282         (mode_change, mode_adjust): Reflect the new signatures noted above.
22283         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
22284         that might redefine system include files.
22285         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
22286         (my_usleep): Use NULL rather than (void *) 0.
22287         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
22288         Use siginterrupt to specify that system calls should be interrupted.
22289         (rpl_nanosleep): Move initialization of suspended closer to call of
22290         my_usleep.
22291         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
22292         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
22293         (desirable_utmp_entry): New function.
22294         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
22295         using x2nrealloc, to simplify logic.
22296         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
22297         size calculation.  Do not assume utmp file is a regular file.
22298         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
22299         (READ_UTMP_CHECK_PIDS): New constant.
22300         * lib/save-cwd.c: Include unistd-safer.h.
22301         (save_cwd): Use fd_safer.
22302         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
22303         [!_LIBC] Include "stat-macros.h" instead.
22304         * lib/unistd-safer.h (fd_safer): New decl.
22305
22306 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22307
22308         * modules/getloadavg (Depends-on): Add unistd-safer.
22309         * modules/getusershell (Depends-on): Add stdio-safer.
22310         * modules/lstat (Depends-on): Remove xalloc.
22311         * modules/mkstemp (Depends-on): Add stat-macros.
22312         * modules/modechange (Depends-on): Remove xstrtol.
22313         Add stat-macros, xalloc.
22314         * modules/save-cwd (Depends-on): Add unistd-safer.
22315         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
22316         * modules/unistd-safer (Files): Add lib/fd-safer.c
22317         (Makefile.am): Remove lib_SOURCES.
22318
22319         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
22320         Remove fcntl-safer; unistd-safer supersedes it.
22321
22322 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22323
22324         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
22325         AC_HEADER_STAT.
22326         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
22327         (gl_PREREQ_CHOWN): Remove.
22328         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
22329         it.  Don't require AC_HEADER_STAT.
22330         (gl_PREREQ_LSTAT): Remove.
22331         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
22332         Don't require AC_HEADER_STAT.
22333         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
22334         (gl_PREREQ_RMDIR): Remove.
22335         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
22336         mention stat-macros.h or AC_HEADER_STAT, since we'll make
22337         the stat-macros module a prerequisite.
22338         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
22339         * m4/filemode.m4 (gl_FILEMODE): Likewise.
22340         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
22341         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
22342         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
22343         variable names.
22344         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
22345         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
22346         variable prefixes.
22347         * m4/fcntl-safer.m4: Remove.
22348         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
22349         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
22350         Invoke gl_PREREQ_FD_SAFER.
22351         (gl_PREREQ_FD_SAFER): New macro.
22352         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
22353         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
22354         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
22355         Remove duplicate call to AC_LIBOBJ(readutmp).
22356         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
22357
22358         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
22359         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
22360
22361 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22362
22363         * MODULES.html.sh (Misc): Add byteswap.
22364
22365 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22366
22367         * modules/getcwd (Depends-on): Add extensions.
22368         * modules/openat (Depends-on): Likewise.
22369
22370 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22371
22372         * modules/byteswap: New file.
22373
22374 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22375
22376         * m4/byteswap.m4: New file.
22377
22378 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22379
22380         * lib/byteswap_.h: New file.
22381
22382 2005-04-25  Karl Berry  <karl@gnu.org>
22383
22384         * m4/gettext.m4: Update from GNU gettext 0.14.4.
22385
22386 2005-04-25  Albert Chin  <china@thewrittenword.com>
22387
22388         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
22389         Toolkit C bug.
22390
22391 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
22392
22393         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
22394         (func_ln_if_changed) Remove forcibly for no error message
22395         in case file does not exist.
22396
22397 2005-04-19  Simon Josefsson  <jas@extundo.com>
22398
22399         * gnulib-tool (Options): Make --symlink mean --symbolic.
22400
22401 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
22402
22403         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
22404
22405 2005-04-16  Simon Josefsson  <jas@extundo.com>
22406
22407         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
22408
22409 2005-04-15  Simon Josefsson  <jas@extundo.com>
22410
22411         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
22412
22413 2005-04-15  Simon Josefsson  <jas@extundo.com>
22414
22415         * gnulib-tool: Rename --symlink to --symbolic.
22416
22417 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
22418
22419         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
22420         symbolic links to files instead of copying/moving.  Add --aux-dir,
22421         specifying directory relative --dir where auxiliary build tools
22422         are placed.
22423
22424 2005-04-14  Bruno Haible  <bruno@clisp.org>
22425
22426         * modules/allocsa (License): Change to LGPL.
22427         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
22428
22429 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
22430
22431         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
22432         that "UTC +1 second" continues to work.  Problem reported
22433         by Dmitry V. Levin.
22434         (relunit_snumber): New rule.
22435         (relunit): Use it.
22436
22437 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
22438
22439         * lib/getdate.y (universal_time_zone_table): New constant.
22440         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
22441         universal_time_zone_table.
22442         (lookup_zone): Prefer universal_time_zone_table to
22443         local_time_zone_table, so that "GMT" time stamps are allowed in
22444         London during the summer.  Problem reported by Ian Abbott.
22445
22446 2005-04-12  Jim Meyering  <jim@meyering.net>
22447
22448         * lib/human.c (humblock): Set *options even when returning due to
22449         xstrtoumax conversion failure.  Thanks to a used-uninitialized
22450         warning from gcc-4.
22451
22452 2005-04-09  Jim Meyering  <jim@meyering.net>
22453
22454         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
22455         -Wuninitialized: initialize tm0.tm_year.
22456
22457 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
22458
22459         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
22460         count, since there's no maximum.  All uses changed.
22461         Add member dsts_seen.
22462         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
22463         not being INT_MAX.
22464         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
22465         Use pc_rels_seen to decide whther a date is absolute.
22466
22467         * lib/getdate.y (number): Don't overwrite year.
22468         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
22469         check.
22470
22471 2005-04-02  Simon Josefsson  <jas@extundo.com>
22472
22473         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
22474         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
22475
22476 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
22477
22478         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
22479         where no absolute path name can be longer than PATH_MAX.
22480
22481 2005-03-27  Jim Meyering  <jim@meyering.net>
22482
22483         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
22484
22485 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
22486
22487         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
22488         "one's complement" -> "ones' complement" in comment, as per Knuth.
22489         "value of type" -> "type or expression" in comment.
22490         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
22491
22492 2005-03-26  Jim Meyering  <jim@meyering.net>
22493
22494         Comment nits.
22495         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
22496         Correct typos: s/or/of/.
22497
22498 2005-03-26  Jim Meyering  <jim@meyering.net>
22499
22500         * modules/check-include-files: Move to ../ and rename to...
22501         * check-module: ...this.
22502
22503 2005-03-25  Jim Meyering  <jim@meyering.net>
22504
22505         * modules/xvasprintf (Files): Add xalloc.h.
22506
22507 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
22508
22509         * modules/gettext (Files): config/config.rpath ->
22510         build-aux/config.rpath
22511         * modules/iconv (Files): Likewise.
22512         Problem reported by Oskar Liljeblad.
22513
22514 2005-03-23  Jim Meyering  <jim@meyering.net>
22515
22516         * modules/check-include-files: New script to check for
22517         missing dependencies, multiple includes, etc.
22518
22519         * modules/c-strtold (Depends-on): Add xalloc.
22520         * modules/c-strtod (Depends-on): Add xalloc.
22521         * modules/hash (Depends-on): Add xalloc.
22522         (Files): Remove lib/xalloc.h.
22523
22524         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
22525         * modules/userspec (Files): Add lib/inttostr.h.
22526
22527 2005-03-23  Jim Meyering  <jim@meyering.net>
22528
22529         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
22530
22531 2005-03-22  Jim Meyering  <jim@meyering.net>
22532
22533         * modules/stat-macros: New module.
22534         * modules/canonicalize, modules/euidaccess, modules/file-type,
22535         * modules/filemode, modules/lchown, modules/makepath,
22536         * modules/rmdir, modules/stat: Depend on new stat-macros module
22537         rather than listing lib/stat-macros.h manually.
22538         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
22539
22540 2005-03-22  Jim Meyering  <jim@meyering.net>
22541
22542         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
22543
22544 2005-03-22  Bruno Haible  <bruno@clisp.org>
22545
22546         * config/srclist.txt: Replace target directory 'config' with
22547         'build-aux'.
22548         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
22549         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
22550         ../build-aux/.
22551
22552 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
22553
22554         * modules/chdir-long (Depends-on): Add mempcpy.
22555
22556         * modules/acl, modules/backupfile, modules/c-strtod,
22557         modules/c-strtold, modules/canon-host, modules/canonicalize,
22558         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
22559         modules/exclude, modules/exitfail, modules/file-type,
22560         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
22561         modules/getdate, modules/getline, modules/getpagesize,
22562         modules/getpass, modules/getugroups, modules/group-member,
22563         modules/hard-locale, modules/hash, modules/human, modules/idcache,
22564         modules/inttostr, modules/long-options, modules/makepath,
22565         modules/md5, modules/memcasecmp, modules/memcoll,
22566         modules/modechange, modules/mountlist, modules/path-concat,
22567         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
22568         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
22569         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
22570         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
22571         modules/strftime, modules/strndup, modules/strverscmp,
22572         modules/timespec, modules/unlocked-io, modules/userspec,
22573         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
22574         modules/yesno:
22575         Remove lib_SOURCES line from Makefile.am section, as this is now
22576         done automatically by the corresponding Autoconf macro.
22577
22578 2005-03-21  Jim Meyering  <jim@meyering.net>
22579
22580         Changes imported from coreutils.
22581
22582         * lib/cycle-check.c: Don't include xalloc.h.
22583
22584         * lib/path-concat.c: Don't include assert.h.
22585         (path_concat): Remove assertion that would have triggered
22586         for ABASE starting with more than one slash.
22587         Reported by Andreas Schwab.
22588
22589         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
22590         properly when ABASE is an absolute file name.
22591         Correct the description of this function.
22592         Include <assert.h>.
22593         Add an assertion and a test driver.
22594         This fixes a bug introduced on 2004-07-02.
22595         Andreas Schwab reported the resulting failure of cp --parents:
22596         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
22597
22598 2005-03-21  Jim Meyering  <jim@meyering.net>
22599
22600         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
22601         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
22602
22603 2005-03-21  Jim Meyering  <jim@meyering.net>
22604         and  Paul Eggert  <eggert@cs.ucla.edu>
22605
22606         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
22607         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
22608         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
22609         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
22610         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
22611         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
22612         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
22613         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
22614         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
22615         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
22616         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
22617         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
22618         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
22619         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
22620         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
22621         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
22622         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
22623         for these modules.
22624
22625 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
22626
22627         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
22628         (which shouldn't happen), generate nothing instead of returning 0
22629         immediately, so that nstrftime (NULL, ...) doesn't return 0.
22630
22631 2005-03-16  Bruno Haible  <bruno@clisp.org>
22632
22633         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
22634         HAVE_LONGLONG_64BIT.
22635
22636 2005-03-16  Bruno Haible  <bruno@clisp.org>
22637
22638         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
22639         HAVE_LONGLONG_64BIT.
22640
22641 2005-03-16  Bruno Haible  <bruno@clisp.org>
22642
22643         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
22644         HAVE_LONGLONG_64BIT.
22645
22646 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
22647
22648         * lib/strftime.c (my_strftime): Prepend space to format so that we can
22649         reliably distinguish strftime failure from empty output on POSIX
22650         hosts.
22651
22652 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
22653
22654         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
22655         (iconv_string): Don't guess a size-zero buffer, as that might cause
22656         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
22657         result would be 'too large', where 'too large' is (heuristically)
22658         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
22659         overflow concerns.  This will prevent some unwanted malloc failures
22660         when the inputs are very large.
22661
22662 2005-03-15  Karl Berry  <karl@gnu.org>
22663
22664         * config/srclist.txt (config.rpath): from gettext.
22665         * config/config.rpath: update.
22666
22667 2005-03-15  Bruno Haible  <bruno@clisp.org>
22668
22669         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
22670         to 'negate'.
22671
22672         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
22673         variable.
22674
22675         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
22676         results.
22677
22678 2005-03-14  Simon Josefsson  <jas@extundo.com>
22679
22680         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
22681         <fx@gnu.org>.
22682
22683 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
22684
22685         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
22686         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
22687         intprops.h.
22688         * lib/strtol.c: Likewise.
22689
22690 2005-03-14  Jim Meyering  <jim@meyering.net>
22691
22692         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
22693         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
22694         to be nonzero so that we (and caller) can detect the difference
22695         between a valid zero-length expansion and an error return, even
22696         when the underlying strftime fails before writing anything into
22697         that location.
22698
22699 2005-03-14  Bruno Haible  <bruno@clisp.org>
22700
22701         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
22702         Update from GNU gettext 0.14.3.
22703
22704 2005-03-10  Jim Meyering  <jim@meyering.net>
22705
22706         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
22707
22708 2005-03-10  Jim Meyering  <jim@meyering.net>
22709
22710         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
22711         so that this module works on systems without fchdir.
22712
22713 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
22714
22715         Factor int-properties macros into a single file, except for
22716         glibc-related files.
22717         * lib/intprops.h: New file.
22718         * lib/getloadavg.c: Include it instead of limits.h.
22719         (INT_STRLEN_BOUND): Remove.
22720         * lib/human.c: Include intprops.h.
22721         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
22722         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
22723         302/1000.
22724         * lib/inttostr.h: Include intprops.h instead of limits.h.
22725         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
22726         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
22727         for consistency with intprops.h.
22728         (time_t_is_integer, twos_complement_arithmetic): Use them.
22729         * lib/sig2str.h: Include <signal.h>, intprops.h.
22730         (INT_STRLEN_BOUND): Remove.
22731         * lib/strftime.c (TYPE_SIGNED): Remove.
22732         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
22733         * lib/strtol.c: Adjust comments to match intprops.h.
22734         * lib/userspec.c: Include intprops.h.
22735         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
22736         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
22737         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
22738         instead of rolling our own expressions.
22739         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
22740
22741         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
22742         instead of int.
22743         (my_strftime): Do not mishandle years close to INT_MAX, by doing
22744         the right thing even if adding 1900 would overflow.  Similarly
22745         for tm_mon + 1 and tm_yday + 1.
22746         Make %Y always equivalent to %C%y, and similarly for %G and %g.
22747         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
22748         (DO_SIGNED_NUMBER): New macro.
22749         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
22750
22751 2005-03-07  Bruno Haible  <bruno@clisp.org>
22752
22753         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
22754
22755 2005-03-07  Bruno Haible  <bruno@clisp.org>
22756
22757         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
22758
22759 2005-03-04  Derek R. Price  <derek@ximbiot.com>
22760
22761         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
22762         (func_import): Only replace files via --import when they have actually
22763         changed.
22764
22765 2005-03-03  Derek R. Price  <derek@ximbiot.com>
22766
22767         * m4/mmap-anon.m4: New file.
22768         * m4/pagealign_alloc.m4: New file.
22769
22770 2005-03-03  Derek R. Price  <derek@ximbiot.com>
22771             Bruno Haible  <bruno@clisp.org>
22772
22773         * modules/pagealign_alloc: New file.
22774         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
22775
22776 2005-03-03  Derek R. Price  <derek@ximbiot.com>
22777             Bruno Haible  <bruno@clisp.org>
22778
22779         * lib/pagealign_alloc.h: New file.
22780         * lib/pagealign_alloc.c: New file.
22781
22782 2005-03-03  Bruno Haible  <bruno@clisp.org>
22783
22784         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
22785         Use an all-permissive copyright notice, recommended by RMS.
22786
22787 2005-03-02  Bruno Haible  <bruno@clisp.org>
22788
22789         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
22790         of AIX, the replacement has to be done only after <string.h> is
22791         included, therefore not in config.h. stpncpy.h does the replacement,
22792         and stpncpy.c uses it.
22793
22794 2005-03-02  Bruno Haible  <bruno@clisp.org>
22795
22796         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
22797         stpncpy.c uses it.
22798
22799 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22800
22801         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
22802         The workaround isn't strictly needed for POSIX conformance, and
22803         it's too much of a pain to configure and maintain.  We'll ask
22804         people to fix their kernels instead.
22805         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
22806         (NANOSLEEP_BUG_WORKAROUND): Remove.
22807         (xnanosleep): Remove the workaround.
22808
22809 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22810
22811         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
22812         Reported by Derek Price.
22813         (Include): Add "timespec.h".
22814
22815         * modules/xnanosleep (Depends-on): Remove gethrxtime.
22816
22817 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22818
22819         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
22820         to detect nanosleep bug.
22821
22822 2005-03-01  Bruno Haible  <bruno@clisp.org>
22823
22824         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
22825
22826 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
22827
22828         * modules/gethrxtime: New file.
22829         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
22830         (Depends-on): Add gethrxtime.
22831         (configure.ac): Add gl_XNANOSLEEP.
22832         (Makefile.am): Remove lib_SOURCES line.
22833
22834 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
22835
22836         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
22837         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
22838
22839 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
22840
22841         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
22842         * lib/timespec.h (gettime): Return void, since it always
22843         succeeds now.  All uses changed.
22844         * lib/gettime.c (gettime) Likewise.
22845         [HAVE_NANOTIME]: Prefer nanotime.
22846         Assume gettimeofday succeeds, as POSIX requires.
22847         Assime time () succeeds, since other code already does.
22848         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
22849         (timespec_subtract): Remove.
22850         (NANOSLEEP_BUG_WORKAROUND): New constant.
22851         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
22852         things considerably.  Use it only on GNU/Linux hosts, since the
22853         workaround shouldn't be needed elsewhere.
22854
22855 2005-02-24  Bruno Haible  <bruno@clisp.org>
22856
22857         * modules/gettext (Files): Add m4/glibc2.m4.
22858
22859 2005-02-24  Bruno Haible  <bruno@clisp.org>
22860
22861         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
22862         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
22863         * m4/progtest.m4:
22864         Update from GNU gettext 0.14.2.
22865         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
22866
22867 2005-02-24  Bruno Haible  <bruno@clisp.org>
22868
22869         * lib/localcharset.c: Update from GNU gettext 0.14.2.
22870         * lib/config.charset: Update from GNU gettext 0.14.2.
22871
22872 2005-02-24  Bruno Haible  <bruno@clisp.org>
22873
22874         * lib/gettext.h: Update from GNU gettext 0.14.2.
22875
22876 2005-02-23  Simon Josefsson  <jas@extundo.com>
22877
22878         * m4/iconvme.m4: New file.
22879
22880 2005-02-23  Jim Meyering  <jim@meyering.net>
22881
22882         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
22883         change.
22884         Thanks to Bruno Haible for catching it.
22885
22886 2005-02-22  Simon Josefsson  <jas@extundo.com>
22887
22888         * modules/iconvme: New file.
22889
22890         * MODULES.html.sh: Add iconvme.
22891
22892 2005-02-22  Simon Josefsson  <jas@extundo.com>
22893
22894         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
22895
22896 2005-02-22  Simon Josefsson  <jas@extundo.com>
22897
22898         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
22899
22900 2005-02-22  Jim Meyering  <jim@meyering.net>
22901
22902         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
22903         s/ifndef/ifdef/.
22904
22905 2005-02-20  Neil Conway  <neilc@samurai.com>
22906
22907         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
22908         returned by OSX/Darwin if the specified buffer is not large
22909         enough for the hostname.
22910
22911 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22912
22913         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
22914         pass it to _help, otherwise the latter coredumps trying to
22915         dereference state.root_argp.
22916
22917 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
22918
22919         * modules/chdir-long (Depends-on): Add memrchr.
22920         * modules/memrchr (Files): Add lib/memrchr.h.
22921         (Include): "memrchr.h".
22922
22923 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
22924
22925         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
22926
22927 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
22928
22929         * lib/memrchr.h: New file.
22930         * lib/chdir-long.c: Include it.
22931         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
22932         Don't bother including stddef.h.
22933
22934 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
22935
22936         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
22937         inclusion.
22938         Include <sys/types.h>, for dev_t.
22939         (ME_DUMMY, ME_REMOTE): Move from here....
22940         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
22941         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
22942         Dmitry V. Levin.
22943         Include mountlist.h first, to test the interface.
22944
22945 2005-01-29  Bruno Haible  <bruno@clisp.org>
22946
22947         * lib/progname.c (program_name): Initialize.
22948         Needed when linking statically on MacOS X.
22949
22950 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
22951
22952         Sync from coreutils.
22953         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
22954         (Depends-on): Add c-strtod.
22955         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
22956
22957 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
22958
22959         Sync from coreutils.
22960         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
22961
22962         Remove files that are specific to coreutils.
22963         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
22964
22965 2005-01-28  Bruno Haible  <bruno@clisp.org>
22966
22967         * modules/javacomp: New file.
22968         * MODULES.html.sh (Java): Add javacomp.
22969
22970 2005-01-28  Bruno Haible  <bruno@clisp.org>
22971
22972         * m4/javacomp.m4: New file, from GNU gettext.
22973
22974 2005-01-28  Bruno Haible  <bruno@clisp.org>
22975
22976         * lib/javacomp.sh.in: New file, from GNU gettext.
22977         * lib/javacomp.h: New file, from GNU gettext.
22978         * lib/javacomp.c: New file, from GNU gettext.
22979
22980 2005-01-26  Simon Josefsson  <jas@extundo.com>
22981
22982         * lib/gai_strerror.c: Use GPL in header.
22983
22984 2005-01-26  Bruno Haible  <bruno@clisp.org>
22985
22986         * modules/javaexec: New file.
22987         * MODULES.html.sh (Java): Add javaexec.
22988
22989 2005-01-26  Bruno Haible  <bruno@clisp.org>
22990
22991         * m4/javaexec.m4: New file, from GNU gettext.
22992
22993 2005-01-26  Bruno Haible  <bruno@clisp.org>
22994
22995         * lib/javaexec.sh.in: New file, from GNU gettext.
22996         * lib/javaexec.h: New file, from GNU gettext.
22997         * lib/javaexec.c: New file, from GNU gettext.
22998
22999 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23000
23001         * modules/lchown (Depends-on): Remove lchown.h
23002
23003 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23004
23005         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
23006         must be defined if the header file was not found, in order
23007         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
23008
23009 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23010
23011         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
23012         initializers for struct pentry_state.
23013         (__argp_error): Check return value of __asprintf
23014         (__argp_failure): Translate error message
23015
23016         * lib/argp-parse.c: Removed braces around the expansion of N_()
23017
23018 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
23019
23020         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
23021         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
23022         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
23023         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
23024         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
23025         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
23026         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
23027         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
23028         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
23029         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
23030         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
23031         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
23032         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
23033         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
23034         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
23035         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
23036         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
23037         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
23038         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
23039         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
23040         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
23041         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
23042         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
23043         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
23044         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
23045         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
23046         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
23047         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
23048         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
23049         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
23050         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
23051         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
23052         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
23053         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
23054         xstrtol.m4, xstrtoumax.m4, yesno.m4:
23055         Use an all-permissive copyright notice, recommended by RMS.
23056
23057 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
23058
23059         * modules/chdir-long (Depends-on): Remove mempcpy.
23060
23061 2005-01-21  Jim Meyering  <jim@meyering.net>
23062
23063         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
23064         same value as for Solaris 9.
23065
23066         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
23067         component length.  This included changing the parameter to be
23068         of type `char *' rather than `char const *'.
23069         * lib/chdir-long.h (chdir_long): Update prototype.
23070
23071         * lib/openat.c (fdopendir, fstatat): New functions.
23072         * lib/openat.h: Include headers required for use of DIR and struct
23073         stat.
23074         [AT_SYMLINK_NOFOLLOW]: Define.
23075         (fdopendir, fstatat): Add prototypes.
23076
23077 2005-01-21  Bruno Haible  <bruno@clisp.org>
23078
23079         * modules/classpath: New file.
23080         * MODULES.html.sh (Java): Add classpath.
23081
23082 2005-01-21  Bruno Haible  <bruno@clisp.org>
23083
23084         * lib/classpath.h: New file, from GNU gettext.
23085         * lib/classpath.c: New file, from GNU gettext.
23086
23087 2005-01-20  Simon Josefsson  <jas@extundo.com>
23088
23089         * modules/version-etc-fsf: New file.
23090
23091 2005-01-20  Simon Josefsson  <jas@extundo.com>
23092
23093         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
23094         * lib/version-etc.c: Remove version_etc_copyright.
23095         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
23096         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
23097
23098 2005-01-20  Simon Josefsson  <jas@extundo.com>
23099
23100         * lib/base64.h (isbase64): Add.
23101
23102         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
23103         using a unsigned prototype, don't inline.
23104         (base64_decode): Use it.
23105
23106 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23107
23108         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
23109         it.
23110
23111 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23112
23113         * lib/save-cwd.c (save_cwd): Remove code to support the case
23114         where fchdir is missing or flaky.
23115
23116 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23117
23118         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
23119
23120 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
23121
23122         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
23123         AC_LIBSOURCES now does this.
23124         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
23125         with new ullong_max module.
23126
23127 2005-01-19  Bruno Haible  <bruno@clisp.org>
23128
23129         * modules/sh-quote: New file.
23130         * MODULES.html.sh (Executing programs): Add sh-quote.
23131
23132 2005-01-19  Bruno Haible  <bruno@clisp.org>
23133
23134         * lib/sh-quote.h: New file, from GNU gettext.
23135         * lib/sh-quote.c: New file, from GNU gettext.
23136
23137 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23138
23139         Merge from coreutils.
23140         * m4/ullong_max.m4: New file.
23141         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
23142         (gl_MACROS): Assume localeconv exists.
23143
23144 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23145
23146         Merge changes from coreutils, as described below in several
23147         changelogs dated today.
23148
23149         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
23150         (O_DIRECTORY): Remove; not needed here, since "." must be
23151         a directory.  All uses removed.
23152         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
23153         universal on Suns, and we also need to test for IRIX.
23154         Revamp code to use 'if' rather than '#if'.
23155         Avoid unnecessary comparison of cwd->desc to 0.
23156
23157         * lib/utimens.c (futimens): Robustify the previous patch, by checking
23158         for known valid error numbers rather than observed invalid ones.
23159
23160 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23161
23162         * modules/ullong_max: New file.
23163
23164         * modules/chdir-long, modules/openat: New files.
23165         * modules/save-cwd (Depends-on): Depend on chdir-long.
23166         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
23167
23168 2005-01-18  Jim Meyering  <jim@meyering.net>
23169
23170         Merge from coreutils.
23171         * m4/chdir-long.m4, m4/openat.m4: New files.
23172         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
23173         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
23174         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
23175         is sane and DOES follow symlinks.  Besides, testing 20 different
23176         systems found no broken chown implementations.
23177         Prompted by a change in rsync's copy of this macro.
23178         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
23179
23180         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
23181
23182         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
23183         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
23184         NULL-means-set-to-current-time semantics.
23185         Remove temporary file immediately, rather than waiting
23186         for configure's at-exit trap code to do it.
23187
23188 2005-01-18  Jim Meyering  <jim@meyering.net>
23189
23190         * lib/version-etc.c (version_etc_copyright): Update copyright date.
23191
23192         * lib/utimens.c (futimens): Account for the fact that futimes
23193         can also fail with errno == ENOSYS or errno == ENOENT.
23194         Patch from Dmitry V. Levin.
23195
23196         Change the name of the robust chdir function from chdir to chdir_long.
23197         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
23198         (restore_cwd): Use chdir_long, not chdir.
23199         * lib/chdir-long.c: Renamed from chdir.c.
23200         * lib/chdir-long.h: Renamed from chdir.h.
23201         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
23202         Hurd.
23203
23204 2005-01-18  Bruno Haible  <bruno@clisp.org>
23205
23206         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
23207         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
23208         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
23209         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
23210         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
23211         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
23212         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
23213         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
23214         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
23215         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
23216         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
23217         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
23218         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
23219         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
23220         Use an all-permissive copyright notice, recommended by RMS.
23221
23222 2005-01-18  Bob Proulx  <bob@proulx.com>
23223
23224         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
23225         simplify offsetof() macro construct to avoid compile failure with
23226         native HP-UX 11.0 ANSI C compiler.
23227
23228 2005-01-17  Bruno Haible  <bruno@clisp.org>
23229
23230         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
23231         redundant because stpncpy.m4 takes care of it.
23232
23233 2005-01-17  Bruno Haible  <bruno@clisp.org>
23234
23235         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
23236
23237 2005-01-17  Bruno Haible  <bruno@clisp.org>
23238
23239         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
23240         used.
23241
23242 2005-01-17  Bruno Haible  <bruno@clisp.org>
23243
23244         * lib/fwriteerror.h (fwriteerror): Change specification to include
23245         fclose.
23246         * lib/fwriteerror.c: Include <stdbool.h>.
23247         (fwriteerror): At the end, close the file stream. Record whether
23248         stdout was already closed.
23249
23250 2005-01-17  Bruno Haible  <bruno@clisp.org>
23251
23252         * lib/execute.c (environ): Declare if needed.
23253         * lib/pipe.c (environ): Likewise.
23254         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
23255
23256 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23257
23258         * modules/argp: Depend on vsnprintf
23259
23260 2005-01-10  Jim Meyering  <jim@meyering.net>
23261
23262         * modules/closeout (Depends-on): Add atexit.
23263
23264 2005-01-06  Bruno Haible  <bruno@clisp.org>
23265
23266         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
23267
23268 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
23269
23270         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
23271         definitions to be after all include files, to avoid collisions.
23272         Problem reported by Bob Proulx.
23273
23274 2005-01-04  Jim Meyering  <jim@meyering.net>
23275
23276         Changes imported from coreutils.
23277         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
23278         as the mkstemp template, use a temporary directory and an
23279         8.3-friendly template to avoid trouble on systems like DJGPP.
23280         Reported by Juan M. Guerrero via Stepan Kasal.
23281         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
23282         close. Remove the temporary directory right away, rather than waiting
23283         for configure's at-exit trap code to do it.
23284         Suggestion from Stepan Kasal.
23285
23286 2005-01-01  Simon Josefsson  <jas@extundo.com>
23287
23288         * gnulib-tool: Print #include directives when --import'ing.
23289
23290 2004-12-28  Simon Josefsson  <jas@extundo.com>
23291
23292         * tests/test-base64.c: Include required header files.  Remove
23293         unused variables.
23294
23295 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
23296
23297         * modules/error (Depends-on): Remove gettext.
23298
23299 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
23300
23301         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
23302         not needed.  This removes a dependency on the gettext module.
23303         [defined _LIBC]: Do not include <libintl.h>; not needed.
23304
23305 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
23306
23307         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
23308         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
23309
23310 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
23311
23312         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
23313         HAVE_DECL_STRTOLD.
23314
23315 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23316
23317         * modules/getdate (Depends-on): Remove alloca-opt.
23318
23319 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23320
23321         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
23322
23323 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23324
23325         * lib/argp-parse.c: Include <stddef.h>.
23326         (alignof, alignto): New macros.
23327         (parser_init): Don't assume that void * is aligned sufficiently
23328         for struct option.
23329
23330         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
23331         need to extend the stack.
23332         (YYINITDEPTH): New macro, so that the initial stack isn't overly
23333         large.
23334
23335 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23336
23337         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
23338
23339 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
23340
23341         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
23342         (2004-10-24) change.  Apparently this was a false alarm.
23343
23344         * modules/getdate: Depend on alloca-opt, not alloca.
23345
23346 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
23347
23348         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
23349         Remove now-obsolete comment about AIX.
23350         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
23351         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
23352         (YYMAXDEPTH): New macro.
23353
23354 2004-12-18  Simon Josefsson  <jas@extundo.com>
23355
23356         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
23357
23358 2004-12-18  Bruno Haible  <bruno@clisp.org>
23359
23360         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
23361
23362 2004-12-18  Bruno Haible  <bruno@clisp.org>
23363
23364         * lib/fatal-signal.c (fatal_signals): Make non-const.
23365         (init_fatal_signals): New function.
23366         (uninstall_handlers, install_handlers): Ignore signals that were set to
23367         SIG_IGN.
23368         (at_fatal_signal): Call init_fatal_signals.
23369         (init_fatal_signal_set): Likewise. Ignore signals that were set to
23370         SIG_IGN.
23371         Reported by Paul Eggert.
23372
23373 2004-12-18  Bruno Haible  <bruno@clisp.org>
23374
23375         * doc/alloca.texi: New file.
23376         * doc/alloca-opt.texi: New file.
23377
23378 2004-12-17  Jim Meyering  <jim@meyering.net>
23379
23380         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
23381         Otherwise, install-sh could exit with improper exit status when
23382         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
23383
23384 2004-12-16  Simon Josefsson  <jas@extundo.com>
23385
23386         * tests/test-base64.c: Add license.
23387
23388 2004-12-15  Stepan Kasal  <address@hidden>
23389
23390         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
23391
23392 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
23393
23394         * modules/getcwd (Files): Add m4/d-ino.m4.
23395         Suggested by Mark D. Baushke.
23396
23397 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
23398
23399         * lib/getdate.y (textint): New member "negative".
23400         (time_zone_hhmm): New function.
23401         Expect 14 shift-reduce conflicts, not 13.
23402         (o_colon_minutes): New rule.
23403         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
23404         (yylex): Set the "negative" member of signed numbers.
23405
23406 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
23407
23408         * doc/getdate.texi (Time of day items, Time zone items):
23409         Describe new formats +00:00, UTC+00:00.
23410
23411 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
23412
23413         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
23414         spurious "-l"s.  Problem reported by Stepan Kasal.
23415
23416 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
23417
23418         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
23419         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
23420
23421 2004-12-04  Simon Josefsson  <jas@extundo.com>
23422
23423         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
23424         Vandoorselaere <yoann@prelude-ids.org>.
23425
23426 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23427
23428         Changes imported from coreutils.
23429         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
23430         exist.
23431         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
23432
23433 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23434
23435         Changes imported from coreutils.
23436         * lib/hard-locale.c: Assume <locale.h> exists.
23437         Include "strdup.h".
23438         (GLIBC_VERSION): New macro.
23439         (hard_locale): Assume setlocale exists.
23440         Rewrite to avoid #ifdef.
23441         Use strdup rather than malloc + strcpy.
23442         * lib/human.c: Assume <locale.h> exists.
23443         (human_readable): Assume localeconv exists.
23444
23445 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23446
23447         * modules/hard-locale (Depends-on): Add strdup.
23448
23449 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
23450
23451         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
23452         convert T2, not T.  (Imported from libc.)
23453
23454 2004-11-30  Simon Josefsson  <jas@extundo.com>
23455
23456         * modules/restrict (License): Change to LGPL.
23457
23458 2004-11-30  Simon Josefsson  <jas@extundo.com>
23459
23460         * m4/restrict.m4: Add copyright and copying conditions.
23461
23462 2004-11-30  Simon Josefsson  <jas@extundo.com>
23463
23464         * m4/base64.m4: New file.
23465
23466 2004-11-30  Simon Josefsson  <jas@extundo.com>
23467
23468         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
23469         base64.
23470
23471         * tests/test-base64.c: New file.
23472
23473         * modules/base64: New file.
23474
23475 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
23476
23477         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
23478         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
23479
23480         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
23481
23482 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
23483
23484         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
23485         (__getcwd.c): Don't restore errno; glibc doesn't.
23486         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
23487         first, falling back to our code only if its results look suspicious.
23488         Ensure that the resulting buffer is only as large as necessary.
23489
23490         * lib/readutmp.c: Include readutmp.h first.
23491         Include <errno.h>, since readutmp.h no longer does that.
23492         * lib/readutmp.h: Don't include <errno.h>,
23493         <sys/param.h>, <time.h>; not needed to establish interface.
23494         (errno): Remove decl.
23495         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
23496         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
23497         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
23498
23499 2004-11-28  Simon Josefsson  <jas@extundo.com>
23500
23501         * lib/base64.h, base64.c: New file.
23502
23503 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
23504
23505         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
23506
23507 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
23508
23509         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
23510         (Depends-on): Remove pathmax, same.  Add mempcpy.
23511         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
23512         (Makefile.am): Append getcwd.h to lib_SOURCES.
23513         (Include): Add getcwd.h.
23514         (Maintainer): Change from Jim Meyering to "all, glibc",
23515         since getdate now uses intended-for-glibc code.
23516         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
23517         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
23518
23519 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
23520
23521         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
23522         HP's ANSI C compiler.
23523         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
23524         Declaring int functions causes warnings on some modern systems and
23525         shouldn't be needed to compile on ancient ones.
23526         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
23527         defined.
23528
23529         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
23530         with the following changes.
23531         (__set_errno): Parenthesize properly.
23532         Include <stdbool.h>.
23533         (MIN, MAX, MATCHING_INO): New macros.
23534         (__getcwd): Define with prototype, not K&R form.
23535         Use heuristics to allocate default buffer on stack if possible.
23536         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
23537         behavior, and to avoid the PATH_MAX limit when computing
23538         ../../../../...
23539         Use MATCHING_INO to compare inode number to file.
23540         Check for arithmetic overflow in size calculations.
23541         Fix bug in reallocation of dot array that caused getcwd to fail
23542         on directories nested deeper than 75.
23543         Be more careful about saving errno on error.
23544         Do not use realloc; use only free+malloc, as this is a bit
23545         more flexible and avoids a needless copy operation.
23546         Do not inspect st_dev and st_ino for symbolic links; POSIX
23547         doesn't specify the latter.
23548         Check for closedir errors.
23549         Avoid needless casts.
23550         Use "#ifdef weak_alias" around weak_alias, to be like other
23551         glibc code.
23552         The following changes to getcwd.c have effect only when used in
23553         gnulib; they have no effect inside glibc proper.
23554         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
23555         as alloca isn't used.
23556         (alloca, __alloca): Likewise.
23557         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
23558         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
23559         unconditionally, as gnulib assumes C89 or better.
23560         Do not include <sys/param.h>.
23561         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
23562         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
23563         better.
23564         (NULL) [!defined NULL]: Remove; we assume C89 or better.
23565         Include <dirent.h> in a way that is compatible with modern Autoconf.
23566         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
23567         New macros, if not already defined.
23568         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
23569         Use "_LIBC", not "defined _LIBC", for consistency.
23570         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
23571         a mempcpy module.
23572         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
23573         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
23574         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
23575         credit only to Jim Meyering and adjust the copyright dates.
23576         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
23577         <stdlib.h>, <unistd.h>, "pathmax.h".
23578         Instead, include "xgetcwd.h" (first) and "getcwd.h".
23579         (INITIAL_BUFFER_SIZE): Remove.
23580         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
23581
23582 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
23583
23584         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
23585         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
23586         Use the _ONCE methods, for efficiency.
23587         Check for fcntl.h.  In test program, include <errno.h>
23588         and <fcntl.h> if available.  Remove old K&R cruft from
23589         test program.  Check for common errors in GNU/Linux,
23590         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
23591         don't do AC_LIBOBJ, as that's getcwd.m4's job.
23592         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
23593         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
23594         name accordingly.
23595         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
23596         accommodate new getcwd.c.
23597         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
23598         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
23599         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
23600         that's all we need now.
23601
23602 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23603
23604         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
23605         argp-parse.c depends on getopt internals, that means we should
23606         always use our getopt, to be on the safe side.
23607         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
23608         order not to spoil the result of an eventual previous invocation
23609         of gl_GETOPT_SUBSTITUTE.
23610
23611 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23612
23613         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
23614         redefinition warnings. To avoid them, include the defines
23615         in `#if !defined __need_getopt ... #endif'. The only place
23616         where __getopt_argv_const is used is in definitions
23617         of getopt_long and getopt_long_only below, which are as well
23618         protected by `#ifndef __need_getopt'.
23619         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
23620         __need_getopt after including <stdio.h> and <unistd.h> These
23621         headers might have defined it.
23622
23623 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
23624
23625         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
23626
23627 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
23628
23629         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
23630         (futimens): New function, which uses futimes if available.
23631         (futimens, utimens): Support timespec==NULL, with same semantics
23632         as utime and utimens.
23633         * lib/utimens.h (futimens): New decl.
23634
23635 2004-11-23  Jim Meyering  <jim@meyering.net>
23636
23637         * lib/getopt_.h: Remove trailing blanks.
23638
23639 2004-11-23  Jim Meyering  <jim@meyering.net>
23640
23641         * lib/__fpending.c: Add comment.
23642
23643 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
23644
23645         * modules/canonicalize (Depends-on): Add xreadlink.
23646         Problem reported by James Youngman.
23647
23648 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
23649
23650         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
23651         New macros.
23652         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
23653         optopt): Use them instead of invoking ## directly; otherwise, the
23654         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
23655
23656 2004-11-19  Bruno Haible  <bruno@clisp.org>
23657
23658         * lib/strtok_r.c: Move comments from here...
23659         * lib/strtok_r.h: ... to here.
23660
23661 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
23662
23663         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
23664         implementations that mishandle size_t overflow.
23665
23666 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
23667
23668         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
23669         might fail.  Problem reported by Yoann Vandoorselaere.
23670         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
23671         implementations that mishandle size_t overflow.
23672
23673 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23674
23675         * modules/canon-host (Depends-on): Add strdup.
23676
23677 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23678
23679         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
23680
23681 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23682
23683         * lib/canon-host.c: Include "strdup.h".
23684         (canon_host): Use getaddrinfo if available, so that IPv6 works.
23685         Use strdup instead of malloc/strcpy to duplicate strings.
23686
23687         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
23688         (human_space_before_unit): New constant.
23689         * lib/human.c (human_readable): Support it.
23690
23691         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
23692         (xgetcwd): Set errno correctly when failing.
23693         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
23694         the failure is actually due to a PATH_MAX problem.
23695
23696         Further getopt changes to make it more likely that glibc will
23697         buy the changes back.
23698         * lib/getopt.c (POSIXLY_CORRECT): New constant.
23699         (getopt): Use it, so to preserve glibc semantic
23700         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
23701         when compiling for libc.
23702         * lib/getopt_.h (__getopt_argv_const): Bring it back.
23703         (getopt_long, getopt_long_only): Use it.
23704
23705         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
23706         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
23707         (getopt): Argv is now char * const *, as per standard.
23708         (_getopt_internal_r, _getopt_internal): Argv is now char **,
23709         not char *__getopt_argv_const *.
23710         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
23711         _getopt_long_only_r): Likewise.
23712         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
23713         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
23714         _getopt_long_r, _getopt_long_only_r): Likewise.
23715         * lib/getopt_.h (__getopt_argv_const): Remove.
23716         (getopt): Argv is now char * const *, as per standard.
23717
23718         * lib/getdate.y (tORDINAL): New token.
23719         (day, relunit): Allow it for relative times.
23720         (relative_time_table): Use tORDINAL for ordinals.
23721
23722 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23723
23724         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
23725         Document that "second" isn't allowed as an ordinal number.
23726
23727 2004-11-16  Jim Meyering  <jim@meyering.net>
23728
23729         * modules/closeout (Depends-on): Add fpending.
23730
23731 2004-11-15  Jim Meyering  <jim@meyering.net>
23732
23733         * lib/closeout.c: Include "__fpending.h" once again.
23734         Include <stdbool.h>.
23735         (close_stdout): Don't fail just because stdout was closed initially,
23736         since some programs don't write to stdout in the normal course of
23737         operation (other than --version and --help), and we don't want this
23738         function to make e.g. `touch file >&-' fail.
23739         But do fail if it was closed and someone has tried to write to it.
23740         E.g., `printf foo >&-' must fail.
23741
23742 2004-11-13  Jim Meyering  <jim@meyering.net>
23743
23744         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
23745
23746 2004-11-12  Simon Josefsson  <jas@extundo.com>
23747
23748         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
23749         small doc fix is still pending.
23750
23751 2004-11-11  Simon Josefsson  <jas@extundo.com>
23752
23753         * modules/strtok_r: New file.
23754
23755         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23756         strtok_r.
23757
23758 2004-11-11  Simon Josefsson  <jas@extundo.com>
23759
23760         * m4/strtok_r.m4: New file.
23761
23762         * m4/getopt.m4: Replace opterr.
23763
23764 2004-11-11  Simon Josefsson  <jas@extundo.com>
23765
23766         * lib/strtok_r.h, strtok_r.c: New file.
23767
23768 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
23769
23770         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
23771         of replacing opterr, getopt, etc.  This should handle the
23772         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
23773
23774 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
23775
23776         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
23777         we can stop lying to compilers about the constness of argv when we
23778         are compiled outside glibc.
23779         (getopt, getopt_long, getopt_long_only): Use it.
23780         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
23781         _getopt_internal, getopt): Likewise.
23782         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
23783         _getopt_long_only_r): Likewise.
23784         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
23785         _getopt_long_r, _getopt_long_only_r): Likewise.
23786
23787         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
23788         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
23789         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
23790         the other external symbols.
23791         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
23792         declaration, since the above renaming now works around collisions.
23793
23794 2004-11-11  Jim Meyering  <jim@meyering.net>
23795
23796         * lib/linebreak.c: Remove trailing blanks.
23797         * lib/alloca_.h: Likewise.
23798         * lib/acosl.c: Likewise.
23799         * lib/euidaccess.c: Likewise.
23800         * lib/allocsa.h: Likewise.
23801
23802 2004-11-10  Simon Josefsson  <jas@extundo.com>
23803
23804         * m4/getaddrinfo.m4: New file.
23805
23806 2004-11-10  Simon Josefsson  <jas@extundo.com>
23807
23808         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
23809
23810 2004-11-10  Simon Josefsson  <jas@extundo.com>
23811
23812         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23813         getaddrinfo.
23814
23815         * modules/getaddrinfo: New file.
23816
23817 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
23818
23819         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
23820
23821 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
23822
23823         * lib/mktime.c (SHR): New macro, which is a portable
23824         substitute for >> that should work even on Crays.
23825         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
23826         Problem reported by Mark D. Baushke in
23827         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
23828         * lib/getdate.y (SHR): Likewise.
23829         (tm_diff): Use it.
23830         * lib/strftime.c (SHR): Likewise.
23831         (tm_diff): Use it.
23832         * lib/quotearg.c (struct quoting_options): Use unsigned int for
23833         quote_these_too, so that right shifts are well defined.  All uses
23834         changed.
23835
23836 2004-11-10  Jim Meyering  <jim@meyering.net>
23837
23838         Ensure that no close failure goes unreported.
23839         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
23840         return early when it seems there's nothing to flush.
23841         Don't include __fpending.h.
23842
23843 2004-11-10  Jim Meyering  <jim@meyering.net>
23844
23845         * modules/closeout (Depends-on): Remove fpending.
23846
23847 2004-11-10  Jim Meyering  <jim@meyering.net>
23848
23849         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
23850
23851 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
23852
23853         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
23854         gl_FUNC_STRFTIME.
23855         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
23856         and AC_REQUIRE when possible, to avoid duplicate checks.
23857         Check for <wchar.h>.
23858
23859 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
23860
23861         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
23862
23863 2004-11-09  Bruno Haible  <bruno@clisp.org>
23864
23865         * m4/sockpfaf.m4: New file.
23866
23867 2004-11-05  Bruno Haible  <bruno@clisp.org>
23868
23869         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
23870         Reported by Mark D. Baushke <mdb@cvshome.org>.
23871
23872 2004-11-04  Bruno Haible  <bruno@clisp.org>
23873
23874         2004-09-11  Bruno Haible  <bruno@clisp.org>
23875                 * allocsa.valgrind: New file.
23876         2004-02-06  Bruno Haible  <bruno@clisp.org>
23877                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
23878                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
23879                 Reported by Christopher Seip <chris.seip@hp.com>.
23880
23881 2004-11-04  Bruno Haible  <bruno@clisp.org>
23882
23883         * modules/allocsa (Files): Add lib/allocsa.valgrind.
23884         (Makefile.am): Distribute it.
23885
23886 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
23887
23888         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
23889         with errno == ERANGE if the buffer is too small.
23890         Problem reported by Mark D. Baushke.
23891
23892 2004-11-03  Albert Chin  <china@thewrittenword.com>
23893             Paul Eggert  <eggert@cs.ucla.edu>
23894
23895         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
23896         equivalent, substitute $ac_type for equivalent type rather than
23897         blindly using uint32_t *always* which won't work if uint32_t is not
23898         available.  Define _UINT32_T to work around typedef of uint32_t if
23899         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
23900         2.5.1.
23901
23902 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
23903
23904         * m4/jm-macros.m4: Sync from coreutils.
23905         (gl_MACROS): Check for mbrlen, for pathchk.
23906         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
23907
23908 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
23909
23910         * lib/xreadlink.c (MAXSIZE): New macro.
23911         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
23912         size does not exceed MAXSIZE.  Avoid cast.
23913         As suggested by Mark D. Baushke in
23914         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
23915         if readlink fails with buffer size just under MAXSIZE, try again
23916         with MAXSIZE.
23917
23918 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
23919
23920         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
23921
23922 2004-11-02  Derek R. Price  <derek@ximbiot.com>
23923         and  Paul Eggert  <eggert@cs.ucla.edu>
23924
23925         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
23926         (get_date): Overparenthesize to avoid GCC warning.
23927
23928 2004-11-02  Bruno Haible  <bruno@clisp.org>
23929
23930         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
23931         returns void.
23932
23933 2004-11-02  Bruno Haible  <bruno@clisp.org>
23934
23935         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
23936         function returns void.
23937
23938 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
23939
23940         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
23941         fflush_unlocked, flockfile, funlockfile, funlockfile,
23942         fputs_unlocked, putc_unlocked.
23943
23944 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
23945
23946         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
23947         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
23948         already declared.
23949
23950 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
23951
23952         * modules/getdate (Files): Add doc/getdate.texi.
23953         (Depends-on): Add setenv, xalloc.
23954
23955 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
23956
23957         * lib/getdate.y: Add support for TZ="foo" within a date string.
23958         Fix some bugs near time_t boundaries.  Reject dates with
23959         out-of-range components, e.g., "Sept 31".
23960         Include <stdlib.h>, "setenv.h", "xalloc.h".
23961         (ISDIGIT_LOCALE): Remove; unused.
23962         Note that the TZ and time functions used here are not reentrant.
23963         (mktime_ok, get_tz): New functions.
23964         (TZBUFSIZE): New constant.
23965         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
23966         This requires that we sometimes generate our own TZ="XXX..." setting.
23967
23968 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
23969
23970         * doc/getdate.texi: New file, from coreutils with modifications for
23971         the new TZ parsing.
23972
23973 2004-10-27  Derek R. Price  <derek@ximbiot.com>
23974
23975         * lib/mktime.c (not_equal_tm): Remove redundant check.
23976
23977 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23978
23979         * modules/regex (lib_SOURCES): Add regex.c.
23980         Reported by James Youngman in
23981         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
23982
23983 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23984
23985         * lib/getdate.y: Use Bison 1.875 features, and some minor
23986         code cleanups.  This change does not affect semantics.
23987         Don't include <stdlib.h>; no longer needed.
23988         Don't include unlocked-io.h; only the "#if TEST" code uses
23989         stdio, and performance isn't crucial there.
23990         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
23991         Bison 1.875 features as described below.
23992         All uses of "PC." replaced by "pc->".
23993         (YYSTYPE): Add a forward declaration.
23994         (yylex, yyerror): Use full prototypes in forward decls.
23995         Use "%pure-parser" rather than obsolescent "%pure_parser".
23996         Use %parse-param and %lex-param instead of obsolescent
23997         YYPARSE_PARAM and YYLEX_PARAM.
23998         (meridian_table, month_and_day_table, time_units_table,
23999         relative_time_table, time_zone_table, military_table,
24000         lookup_zone, lookup_word, get_date):
24001         Use NULL instead of 0 where appropriate.
24002         (to_hour): Avoid abort (), to avoid a dependency on
24003         stdlib.h.
24004         (yyerror, yylex): Now accepts parser_control * arg.
24005         (main) [TEST]: Use '\0' rather than 0 for char.
24006
24007 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
24008
24009         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
24010
24011 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
24012
24013         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
24014         It's now the caller's responsibility to handle the case where
24015         !HAVE_GETPAGESIZE && !defined getpagesize.
24016
24017         * lib/mktime.c (leapyear): Arg is long int, not int.
24018
24019 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
24020
24021         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
24022
24023 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
24024
24025         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
24026         missing.  Problem reported by James Youngman.
24027
24028 2004-10-16  Simon Josefsson  <jas@extundo.com>
24029
24030         * gnulib-tool: Fix comments.  Fix parse problem.
24031         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
24032
24033 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
24034
24035         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
24036         implementation of getopt_long.  Problem reported by Alexander Taler in:
24037         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
24038
24039 2004-10-15  Bruno Haible  <bruno@clisp.org>
24040
24041         * gnulib-tool: Untabify. Initialize supplied_libname.
24042         (func_usage): More homogenous output.
24043         (func_modules_transitive_closure, func_modules_to_filelist,
24044         func_emit_lib_Makefile_am): New functions.
24045         (func_import): New function, extracted from big case statement. Use
24046         func_get_license, func_modules_transitive_closure,
24047         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
24048         opt_lgpl. Don't use test -a, as it's not portable.
24049         (func_create_testdir): Use func_modules_transitive_closure,
24050         func_modules_to_filelist, func_emit_lib_Makefile_am.
24051
24052 2004-10-15  Bruno Haible  <bruno@clisp.org>
24053
24054         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
24055
24056 2004-10-15  Bruno Haible  <bruno@clisp.org>
24057
24058         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
24059         the portions belonging to each module.
24060         Suggested by Derek Robert Price <derek@ximbiot.com>.
24061
24062 2004-10-12  Simon Josefsson  <jas@extundo.com>
24063
24064         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
24065         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
24066         to real functions.
24067
24068 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24069
24070         * modules/vsnprintf: New file.
24071
24072 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24073
24074         * m4/vsnprintf.m4: New file.
24075
24076 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24077
24078         * lib/vsnprintf.h: New file.
24079         * lib/vsnprintf.c: New file.
24080
24081 2004-10-11  Bruno Haible  <bruno@clisp.org>
24082
24083         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
24084         vsnprintf.
24085
24086 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
24087
24088         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
24089
24090 2004-10-07  Bruno Haible  <bruno@clisp.org>
24091
24092         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
24093         fits into the provided buffer.
24094
24095 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
24096
24097         * lib/diacrit.c, diacrit.h: Add GPL notice.
24098
24099         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
24100         notice.
24101         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
24102         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
24103         This avoids a potential constant-folding bug.
24104
24105 2004-10-05  Bruno Haible  <bruno@clisp.org>
24106
24107         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
24108         for the declaration of strsep.
24109
24110 2004-10-05  Bruno Haible  <bruno@clisp.org>
24111
24112         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
24113
24114 2004-10-04  Simon Josefsson  <jas@extundo.com>
24115
24116         * modules/memmem: New file.
24117         * tests/test-memmem.c: New file.
24118         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
24119
24120 2004-10-04  Simon Josefsson  <jas@extundo.com>
24121
24122         * m4/memmem.m4: New file.
24123
24124 2004-10-04  Simon Josefsson  <jas@extundo.com>
24125
24126         * lib/memmem.h: New file.
24127         * lib/memmem.c: New file, taken from glibc.
24128
24129 2004-10-04  Simon Josefsson  <jas@extundo.com>
24130
24131         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
24132         '#ifdef USE_UNLOCKED_IO'.
24133
24134 2004-10-04  Simon Josefsson  <jas@extundo.com>
24135
24136         * config/srclist.txt: Add memmem from glibc.
24137
24138 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24139
24140         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
24141
24142         * modules/argmatch, modules/argp, modules/closeout, modules/error,
24143         modules/exclude, modules/getdate, modules/getline,
24144         modules/getndelim2, modules/getpass, modules/getpass-gnu,
24145         modules/getusershell, modules/linebuffer, modules/md5,
24146         modules/mountlist, modules/posixtm, modules/readtokens,
24147         modules/readutmp, modules/regex, modules/sha1,
24148         modules/version-etc, modules/yesno:
24149         Remove dependency on unlocked-io.
24150
24151 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24152
24153         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
24154
24155         * m4/unlocked-io.m4: Add copyright notice.
24156         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
24157
24158 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24159
24160         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
24161         * lib/xmalloc.c (xmemdup): Likewise.
24162         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
24163         XFREE): Remove these long-obsolescent macros.
24164         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
24165         * lib/xstrdup.c: Remove.
24166
24167         * lib/regex.c (re_comp): Cast gettext return value to char *,
24168         Problem reported by Martin Neitzel via Mark D. Baushke.
24169
24170 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24171
24172         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
24173         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
24174         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
24175         regex.c, sha1.c, version-etc.c, yesno.c:
24176         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
24177         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
24178         the includer's responsibility.
24179
24180         Sync from coreutils.
24181
24182         * lib/modechange.c (mode_compile): Don't decrement a pointer that
24183         points to the start of a string, as the C Standard says the
24184         resulting behavior is undefined.
24185
24186         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
24187         simple -> simple_backups, numbered_existing ->
24188         numbered_existing_backups, numbered -> numbered_backups
24189         to avoid shadowing problems.  All uses changed.
24190         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
24191         * lib/backupfile.c (check_extension, numbered_backup):
24192         Rename locals to avoid shadowing 'basename'.
24193         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
24194         once.
24195
24196         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
24197         * lib/.cvsignore: Add getopt.h.
24198
24199 2004-10-04  Bruno Haible  <bruno@clisp.org>
24200
24201         * modules/README: New file.
24202         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
24203         not a module.
24204
24205 2004-10-02  Jim Meyering  <jim@meyering.net>
24206
24207         * lib/dirfd.h, getpagesize.h: Add copyright notice.
24208
24209 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24210
24211         * modules/strsep: New file.
24212
24213 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24214
24215         * m4/strsep.m4: New file.
24216
24217 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24218
24219         * lib/strsep.h: New file.
24220         * lib/strsep.c: New file.
24221
24222 2004-10-01  Simon Josefsson  <jas@extundo.com>
24223
24224         * lib/snprintf.c (snprintf): Handle size==0.
24225
24226 2004-10-01  Simon Josefsson  <jas@extundo.com>
24227             Bruno Haible  <bruno@clisp.org>
24228
24229         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
24230         (snprintf): Declare 'args'.
24231
24232 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
24233
24234         * lib/snprintf.c: Remove comments as to why each header is needed.
24235
24236 2004-10-01  Bruno Haible  <bruno@clisp.org>
24237
24238         * MODULES.html.sh: Add strsep.
24239
24240 2004-09-30  Simon Josefsson  <jas@extundo.com>
24241
24242         * modules/snprintf: New file.
24243
24244 2004-09-30  Simon Josefsson  <jas@extundo.com>
24245
24246         * m4/snprintf.m4: New file.
24247
24248 2004-09-30  Simon Josefsson  <jas@extundo.com>
24249
24250         * lib/snprintf.h, lib/snprintf.c: New files.
24251
24252 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24253
24254         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
24255         (hol_entry_help): Never translate an empty string.
24256         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
24257         * lib/argp.h (OPTION_NO_TRANS): New option.
24258
24259 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24260
24261         * modules/argp (Maintainer): Replace Simon Josefsson
24262         by Sergey Poznyakoff.
24263
24264 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24265
24266         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
24267         changes merged back into glibc.
24268
24269 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24270
24271         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
24272
24273 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
24274
24275         * lib/xvasprintf.c: Include xalloc.h.
24276         (xvasprintf): Use xalloc_die, not xmalloc_die.
24277
24278 2004-09-29  Bruno Haible  <bruno@clisp.org>
24279
24280         * modules/alloca-opt: New file, derived from modules/alloca.
24281         * modules/allocsa: Depend on alloca-opt instead of alloca.
24282         * modules/setenv: Likewise.
24283         * modules/vasnprintf: Likewise.
24284         * MODULES.html.sh: Add alloca-opt.
24285
24286 2004-09-28  Simon Josefsson  <jas@extundo.com>
24287
24288         * gnulib-tool: New parameter --lgpl, to asseert that modules are
24289         LGPL, and to replace license template from GPL to LGPL.
24290
24291 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
24292
24293         * modules/dummy: Change license to LGPL.
24294
24295 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
24296
24297         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
24298
24299 2004-09-24  Simon Josefsson  <jas@extundo.com>
24300
24301         * modules/minmax (License): Change from GPL to LGPL.
24302
24303 2004-09-23  Simon Josefsson  <jas@extundo.com>
24304
24305         * gnulib-tool (--import): Typo.
24306
24307 2004-09-23  Simon Josefsson  <jas@extundo.com>
24308
24309         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
24310
24311 2004-09-22  Bruno Haible  <bruno@clisp.org>
24312
24313         * modules/*: Add 'License' field.
24314         * gnulib-tool: Accept --extract-license option.
24315         (func_get_license): New function.
24316
24317 2004-09-21  Bruno Haible  <bruno@clisp.org>
24318
24319         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
24320         Reported by Simon Josefsson.
24321
24322 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24323
24324         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
24325         gl_AC_TYPE_LONG_LONG.
24326
24327 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24328
24329         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
24330
24331 2004-09-18  Simon Josefsson  <jas@extundo.com>
24332         and  Paul Eggert  <eggert@cs.ucla.edu>
24333
24334         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
24335         calls with autoreconf.  Define GL_LIB.
24336
24337 2004-09-14  Karl Berry  <karl@gnu.org>
24338
24339         * config/srclist.txt: unsync setenv.c, sigh.
24340
24341 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
24342
24343         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
24344         Problem reported by Bruno Haible in:
24345         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
24346
24347 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
24348
24349         * config/srclist.txt: Comment out argp-pvh.c.
24350
24351 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
24352
24353         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
24354         in case some system header has #define'd it.  Problem reported by
24355         Soeren D. Schulze in
24356         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
24357
24358 2004-09-09  Karl Berry  <karl@gnu.org>
24359
24360         * regex.[ch]: delete from the root.  These were supposed to be
24361                 synced with emacs cvs, but this has not happened for about
24362                 a year, and anyway nothing else uses emacs regex.[ch].
24363                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
24364                 lib/regex[.ch] is untouched.
24365
24366 2004-09-09  Bruno Haible  <bruno@clisp.org>
24367
24368         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
24369
24370 2004-09-09  Bruno Haible  <bruno@clisp.org>
24371
24372         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
24373         modifications.
24374         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
24375
24376 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
24377
24378         * modules/xvasprintf: New file.
24379         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
24380
24381 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
24382
24383         * lib/xvasprintf.h: New file.
24384         * lib/xvasprintf.c: New file.
24385         * lib/xasprintf.c: New file.
24386
24387 2004-09-08  Bruno Haible  <bruno@clisp.org>
24388
24389         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
24390
24391 2004-09-08  Bruno Haible  <bruno@clisp.org>
24392
24393         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
24394         length is > INT_MAX.
24395         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
24396         more.
24397
24398 2004-09-08  Bruno Haible  <bruno@clisp.org>
24399
24400         * lib/stdint_.h: New file, taken from GNU clisp.
24401
24402 2004-09-08  Bruno Haible  <bruno@clisp.org>
24403             Oskar Liljeblad  <oskar@osk.mine.nu>
24404
24405         * modules/stdint: New file.
24406         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
24407
24408 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24409
24410         Import from coreutils.
24411         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
24412         strings on unbounded length.  alloca's performance benefits aren't
24413         that important here.
24414         (V_STRDUP): Remove.
24415         (parse_with_separator): New function, with most of the internals
24416         of the old parse_user_spec.  Allow user to omit both user and group,
24417         for compatibility with FreeBSD.
24418         Clone only the user name, not the entire spec.
24419         Do not set *uid, *gid unless entirely successful.
24420         Avoid memory leak in some failing cases.
24421         Fix regression for USER.GROUP reported by Dmitry V. Levin in
24422         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
24423         (parse_user_spec): Rewrite to use parse_with_separator.
24424
24425 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24426
24427         * modules/userspec: Don't depend on alloca.
24428
24429 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24430
24431         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
24432
24433 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
24434
24435         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
24436         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
24437         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
24438
24439 2004-08-16  Simon Josefsson  <jas@extundo.com>
24440
24441         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
24442         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
24443         Add --dry-run for --import.
24444         Let user provided command line parameters override configure.ac
24445         settings.
24446
24447 2004-08-12  Simon Josefsson  <jas@extundo.com>
24448
24449         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
24450         as discussed with Paul Eggert in threads rooted at
24451         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
24452         and
24453         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
24454         Before, the test was empty, and relied on ELIDE_CODE in source
24455         code.)
24456         (gl_PREREQ_GETOPT): New macro.
24457         (gl_GETOPT): Use them.
24458
24459 2004-08-12  Simon Josefsson  <jas@extundo.com>
24460
24461         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
24462         * lib/getopt_.h: Renamed from getopt.h.
24463
24464 2004-08-12  Simon Josefsson  <jas@extundo.com>
24465
24466         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
24467         Change default library name from libfoo to libgnu.
24468         Now, if you have a configure.ac that says:
24469                 gl_SOURCE_BASE(gl)
24470                 gl_M4_BASE(gl/m4)
24471                 gl_MODULES(error getopt etcetera)
24472                 gl_INIT
24473         you can import all you need by running:
24474                 ../gnulib/gnulib-tool --import
24475
24476         * modules/getopt (Files): Rename getopt.h to getopt_.h.
24477         (Makefile.am): Rewrite, use logic from argz.
24478         (Include): Use <getopt.h> instead of "getopt.h".
24479
24480 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24481
24482         * modules/argp (Files): Add m4/unlocked-io.m4.
24483         (Depends-on): Add extensions.
24484
24485 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24486
24487         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
24488         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
24489         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
24490         Check for program_invocation_name, program_invocation_short_name,
24491         flockfile, funlockfile, features.h, _getopt_long_only_r.
24492
24493 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24494
24495         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
24496         its complicated substitute.
24497         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
24498         and program_invocation_name.
24499         (__argp_basename) [!_LIBC]: Remove; the only use was
24500         replaced by its body.
24501         (__argp_short_program_name): Change condition from
24502         !defined __argp_short_program_name to
24503         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
24504         to match argp-namefrob.h.
24505         (__argp_failure): Don't assume strerror_r returns char *.
24506         * lib/argp-parse.c (N_): Define unconditionally.
24507         (argp_default_options): Fill out initializers with 0 to avoid
24508         gcc warnings.
24509
24510 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24511
24512         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
24513         getopt1.c.
24514
24515 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24516
24517         Merge from coreutils.
24518
24519         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
24520
24521         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
24522         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
24523
24524 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24525
24526         Merge from coreutils.
24527
24528         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
24529         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
24530         for Reliant Unix 5.43.
24531
24532         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
24533         (union fooround): Use uintmax_t, not long int.
24534         The rest is a merge from libc:
24535         [defined _LIBC]: Include <shlib-compat.h>.
24536         (_obstack) [defined _LIBC]: Remove after 2.3.4.
24537
24538         * lib/settime.c (settime): Recode to avoid warning with
24539         Sun Forte C 6U2.
24540
24541         * lib/strverscmp.c: Convert to UTF-8.
24542
24543 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24544
24545         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
24546         m4/uintmax_t.m4.
24547
24548 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24549
24550         * modules/xalloc-die: New file.
24551         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
24552
24553         * modules/md5 (Files): Add m4/uint32_t.m4.
24554         * modules/sha1: Renamed from modules/sha.
24555         (Files):
24556         Rename lib/sha.h to lib/sha1.h.
24557         Rename lib/sha.c to lib/sha1.c.
24558         Rename m4/sha.m4 to m4/sha1.m4.
24559         (lib_SOURCES): Likewise.
24560         (configure.ac): Rename gl_SHA to gl_SHA1.
24561         (Include): sha.h -> sha1.h.
24562
24563 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24564
24565         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
24566         * m4/sha1.m4: Renamed from sha.m4.
24567         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
24568
24569 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24570
24571         * lib/obstack.h (obstack_empty_p):
24572         Don't assume that chunk->contents is suitably aligned.
24573         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
24574         Likewise. Problem reported by Benno in
24575         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
24576
24577         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
24578         readable.  This could be improved further but it'd take some work.
24579
24580 2004-08-08  Simon Josefsson  <jas@extundo.com>
24581
24582         * modules/xgethostname (Depends-on): Remove exit and error (not
24583         used).
24584
24585         * modules/getpass-gnu: Add getpass.h.
24586         (Depends-on): Add stdbool.
24587         * modules/getpass: Add getpass.h.
24588
24589 2004-08-08  Simon Josefsson  <jas@extundo.com>
24590
24591         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
24592         Check getpass declaration.
24593
24594 2004-08-08  Simon Josefsson  <jas@extundo.com>
24595
24596         * lib/xgethostname.c: Don't include error.h (not used).
24597
24598         * lib/getpass.h: Add.
24599         * lib/getpass.c: Include getpass.h first.
24600
24601 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
24602
24603         * lib/xalloc-die.c: New file.
24604         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
24605         All uses removed.
24606         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
24607         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
24608         xalloc-die.c.
24609         (_, N_, xalloc_die): Move to xalloc-die.c.
24610         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
24611         so that we needn't mess with xalloc_msg_memory_exhausted.
24612
24613         * lib/sha1.h: Renamed from sha.h.
24614         (SHA1_H): Renamed from _SHA_H.
24615         (sha1_ctx): Renamed from sha_ctx.
24616         (sha1_init_ctx): Renamed from sha_init_ctx.
24617         (sha1_process_block): Renamed from sha_process_block.
24618         (sha1_process_bytes): Renamed from sha_process_bytes.
24619         (sha1_finish_ctx): Renamed from sha_finish_ctx.
24620         (sha1_read_ctx): Renamed from sha_read_ctx.
24621         (sha1_stream): Renamed from sha_stream.
24622         (sha1_buffer): Renamed from sha_buffer.
24623         * lib/sha1.c: Likewise; renamed from sha.c.
24624         Do not include <sys/types.h>.
24625         Include <stddef.h> rather than <stdlib.h>.
24626
24627 2004-08-08  Bruno Haible  <bruno@clisp.org>
24628
24629         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
24630         FILESYSTEM_PREFIX_LEN.
24631         * lib/progreloc.c: Likewise.
24632         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
24633
24634 2004-08-06  Simon Josefsson  <jas@extundo.com>
24635
24636         * modules/progname (Depends-on): Don't depend on stdbool.
24637
24638 2004-08-06  Simon Josefsson  <jas@extundo.com>
24639
24640         * modules/getsubopt: New file.
24641         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24642         getsubopt.
24643
24644 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
24645
24646         More merge from coreutils.
24647
24648         * m4/utimens.m4, m4/utimecmp.m4: New files.
24649         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
24650         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
24651         prereq.m4, sha.m4: Import changes from coreutils.
24652
24653 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
24654
24655         More merge from coreutils.
24656         * modules/raise, modules/readtokens0, modules/utimens:
24657         * modules/utimecmp, module/xnanosleep: New files.
24658         * modules/strftime: Add lib/strftime.h.
24659         Change include from <time.h> to "strftime.h".
24660         * modules/yesno: Add lib/yesno.h.
24661         * modules/backupfile: Remove lib/addext.c.
24662         * modules/euidaccess: Add stat-macros.h.
24663         * modules/canonicalize, modules/euidaccess,
24664         modules/filemode, modules/lchown, modules/makepath,
24665         modules/rmdir, modules/stat: Likewise.
24666
24667 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
24668
24669         Merge from tar.
24670         * lib/argp-help.c (make_hol, hol_append): Don't assume that
24671         SIZE_MAX is a valid preprocessor constant.
24672         (__argp_basename): Change from "#ifndef _LIBC"
24673         to "#ifndef __argp_short_program_name", so that
24674         we don't compile these functions for tar.
24675
24676         More merges from coreutils.
24677         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
24678         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
24679         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
24680         * lib/addext.c: Remove; no longer needed.
24681         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
24682         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
24683         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
24684         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
24685         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
24686         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
24687         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
24688         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
24689         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
24690         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
24691         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
24692         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
24693         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
24694         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
24695         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
24696         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
24697         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
24698         Import changes from coreutils.
24699
24700 2004-08-05  Simon Josefsson  <jas@extundo.com>
24701
24702         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
24703
24704 2004-08-05  Simon Josefsson  <jas@extundo.com>
24705
24706         * m4/getsubopt.m4: New file.
24707
24708 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
24709
24710         Merge from coreutils.
24711
24712         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
24713         * m4/getcwd-path-max.m4: New files.
24714
24715         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
24716         FILESYSTEM_PREFIX_LEN ->
24717         FILE_SYSTEM_PREFIX_LEN.
24718         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
24719         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
24720         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
24721         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
24722
24723         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
24724         prerequisite modules now handle the DOS stuff.
24725         Don't check for unistd.h.
24726
24727 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
24728
24729         Merge from coreutils.
24730
24731         * lib/.gdb-history: Remove; this doesn't belong here.
24732
24733         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
24734         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
24735         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
24736         * lib/getcwd.c: New files.
24737
24738         * lib/dirname.h: Include <stdbool.h>.
24739         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
24740         for consistency with POSIX terminology.  All uses changed.
24741         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
24742         (strip_trailing_slashes): Use bool for booleans.
24743         * lib/stripslash.c (strip_trailing_slashes): Likewise.
24744
24745         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
24746         sometimes returns a positive errno value even when it succeeds.
24747         (print_errno_message) [!LIBC]: Fall back on strerror if
24748         __strerror_r fails.
24749
24750         * lib/path-concat.c (mempcpy): Don't define if a system header defines
24751         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
24752         (longest_relative_suffix): New function.
24753         (path_concat): Use it.  Assume first argument is not NULL.
24754         Port to DOS.  Omit redundant separators.
24755         Report an error instead of returning NULL.
24756         Use mempcpy instead of memcpy.
24757         (xpath_concat): Remove: not declared or used.
24758
24759         * lib/same.h: Include <stdbool.h>
24760         (same_name): Return bool, not int.
24761         * lib/same.c (same_name): Likewise.
24762         (errno): Don't declare; we assume C89 or better now.
24763
24764         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
24765         if not already defined.
24766
24767         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
24768         * lib/dup-safer.c (errno): Likewise.
24769
24770 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
24771
24772         Merge from coreutils.
24773         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
24774         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
24775         * modules/path-concat: Don't depend on strdup.
24776
24777 2004-08-03  Simon Josefsson  <jas@extundo.com>
24778
24779         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
24780         * lib/progname.h: Don't include stdbool.h.
24781
24782 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
24783
24784         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
24785         * MODULES.html.sh (func_all_modules): Remove fatal.
24786
24787 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
24788
24789         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
24790
24791 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
24792
24793         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
24794         working.
24795
24796 2004-08-02  Simon Josefsson  <jas@extundo.com>
24797
24798         * lib/getsubopt.h: New file, with comments from Bruno Haible.
24799         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
24800         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
24801
24802 2004-08-01  Simon Josefsson  <jas@extundo.com>
24803
24804         * lib/xgetdomainname.c: Include stdlib.h, for free().
24805
24806 2004-07-19  Bruno Haible  <bruno@clisp.org>
24807
24808         * MODULES.html.sh (func_all_modules): Add dummy.
24809
24810 2004-07-16  Simon Josefsson  <jas@extundo.com>
24811
24812         * modules/dummy: New file.
24813
24814 2004-07-16  Simon Josefsson  <jas@extundo.com>
24815
24816         * lib/dummy.c: New file.
24817
24818 2004-07-16  Bruno Haible  <bruno@clisp.org>
24819
24820         * lib/backupfile.h: Add extern "C" for C++.
24821         * lib/closeout.h: Likewise.
24822         * lib/copy-file.h: Likewise.
24823         * lib/findprog.h: Likewise.
24824         * lib/full-write.h: Likewise.
24825         * lib/pathname.h: Likewise.
24826         * lib/progname.h: Likewise.
24827         * lib/stpcpy.h: Likewise.
24828         * lib/stpncpy.h: Likewise.
24829         * lib/strcase.h: Likewise.
24830         * lib/strstr.h: Likewise.
24831         * lib/xalloc.h: Likewise.
24832
24833         * lib/mbswidth.h: Add extern "C" for C++.
24834         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
24835
24836 2004-07-13  Robert Millan  <robertmh@gnu.org>
24837
24838         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
24839
24840 2004-07-09  Simon Josefsson  <jas@extundo.com>
24841
24842         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
24843         failed without this.)
24844
24845 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
24846
24847         * modules/chown (Files): Add lib/fchown-stub.c, since
24848         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
24849
24850 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
24851
24852         * lib/fchown-stub.c: New file.
24853
24854 2004-06-24  Jim Meyering  <jim@meyering.net>
24855
24856         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
24857
24858 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
24859
24860         * modules/argz: Omit "#include".
24861
24862         * MODULES.html.sh (func_all_modules): Add calloc, to match
24863         2004-06-01 addition of calloc module.
24864
24865 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
24866
24867         * m4/argz.m4: New file, which is autoupdated from libtool.
24868
24869 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
24870
24871         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
24872         libtool.
24873
24874 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
24875
24876         * config/srclist-update: Don't insist on "USA." before the
24877         close-comment, as libtool omits the period and puts the */ on a
24878         separate line.
24879         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
24880         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
24881
24882 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
24883
24884         * modules/argz: New file.
24885         * MODULES.html.sh (func_all_modules): Add argz.
24886
24887 2004-06-12  Jim Meyering  <jim@meyering.net>
24888         and  Paul Eggert  <eggert@cs.ucla.edu>
24889
24890         * modules/hash (Files): Add lib/xalloc.h.
24891         * modules/pipe (Depends-on): Add wait-process.
24892         * modules/stat (Depends-on): Add xalloc.
24893         * modules/userspec (Files): Add lib/userspec.h.
24894         * modules/xstrto
24895
24896         Upgrade from gettext-0.13.
24897         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
24898         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
24899         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
24900
24901 2004-06-10  Jim Meyering  <jim@meyering.net>
24902
24903         * lib/calloc.c: New file.
24904
24905 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
24906
24907         * lib/getdate.y (yylex): Allow space between sign and number.
24908         Problem reported by Dan Jacobson.
24909
24910 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
24911
24912         Merge from coreutils CVS.
24913
24914         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
24915         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
24916         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
24917         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
24918         xstrtol.m4: Fix copyright date and/or serial number.
24919
24920         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
24921         See if we need an fchown replacement.
24922         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
24923         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
24924         and use the replacement function if we detect either defect.
24925
24926         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
24927         gl_UTIMECMP.
24928
24929 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
24930         and  Jim Meyering  <jim@meyering.net>
24931
24932         Merge from coreutils CVS.
24933
24934         * lib/stat-macros.h: New file, with contents from file-type.h
24935         and coreutils' system.h.
24936         * lib/file-type.c: Include "stat-macros.h".
24937         * lib/file-type.h (file_type): Move all macro definitions to new file,
24938         stat-macros.h.
24939
24940         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
24941         Wrap old code with this conditional.
24942         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
24943         function that does not dereference symlinks.
24944         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
24945
24946         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
24947         dependency problems.
24948         (xreadlink): Accept new arg SIZE, for efficiency.
24949         All decls and uses changed.
24950         * lib/xreadlink.h: Include <stddef.h>, for size_t.
24951
24952         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
24953         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
24954
24955         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
24956         sysexits.h.
24957
24958 2004-06-01  Jim Meyering  <jim@meyering.net>
24959
24960         * m4/calloc.m4: New file.
24961
24962 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
24963
24964         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
24965         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
24966         Also, fix a typo in a diagnostic.
24967
24968 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
24969
24970         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
24971         or AC_FUNC_REALLOC.
24972
24973 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
24974
24975         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
24976         macros to be defined.
24977         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
24978         the allocator returns NULL because the requested size is zero.
24979
24980 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
24981
24982         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
24983         var.  Add comment explaining why libc still defines it.  This
24984         merges the following patch from glibc:
24985         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
24986
24987 2004-05-20  Andreas Schwab  <schwab@suse.de>
24988
24989         * m4/free.m4: Replace free if it not known to work, not the other
24990         way round.
24991
24992 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
24993
24994         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
24995         present in glibc since revision 1.1 of this file.
24996         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
24997         obstack_alignment_mask, obstack_alloc, obstack_base,
24998         obstack_blank, obstack_blank_fast, obstack_chunk_size,
24999         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
25000         obstack_grow0, obstack_init, obstack_int_grow,
25001         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
25002         obstack_next_free, obstack_object_size, obstack_ptr_grow,
25003         obstack_ptr_grow_fast, obstack_room): Remove declarations of
25004         nonexistent functions.
25005
25006 2004-05-18  Karl Berry  <karl@gnu.org>
25007
25008         * config/srclist.txt: break link for vasnprintf.c.
25009
25010 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
25011
25012         Port obstack to the AS/400, where pointers are 16 bytes wide and
25013         you cannot cast an integer to a valid pointer.  This patch is
25014         currently waiting to be integrated into glibc; see
25015         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
25016
25017         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
25018         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
25019         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
25020         (struct obstack): temp member is now a union of a pointer and
25021         an integer, instead of an integer.  All integer uses changed.
25022         This does not affect the physical layout of struct obstack,
25023         except on hosts (like the AS/400) where the size or alignment of
25024         void * is greater than that of ptrdiff_t.
25025         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
25026         __STDC__)]: Store temporary in pointer member of union, not
25027         integer member.
25028         * lib/obstack.c: Include <stddef.h>, for offsetof.
25029         (struct fooalign): Remove; it doesn't need a name.
25030         (union fooround): Change double to long double, and add void *.
25031         (DEFAULT_ALIGNMENT): Use offsetof to compute.
25032         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
25033         not a macro.  Hence the values are always int; so remove all
25034         casts-to-int in uses.
25035
25036 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
25037
25038         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
25039         we can get this patch merged into glibc.
25040
25041 2004-05-17  Derek R. Price  <derek@ximbiot.com>
25042             Paul Eggert  <eggert@cs.ucla.edu>
25043
25044         * m4/argp: Depend on alloca.
25045
25046 2004-05-17  Derek R. Price  <derek@ximbiot.com>
25047             Paul Eggert  <eggert@cs.ucla.edu>
25048
25049         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
25050         freecoding.
25051
25052 2004-05-17  Bruno Haible  <bruno@clisp.org>
25053
25054         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
25055         precision that consists of a '.' followed by an empty digit string.
25056         Patch by Tor Lillqvist <tml@iki.fi>.
25057
25058 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
25059
25060         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
25061         for backward compatibility with older code.  We need our own
25062         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
25063         it under some other name, and our alloca.h will define it.
25064
25065 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
25066             Derek Price  <derek@ximbiot.com>
25067
25068         * lib/alloca.c: Include <alloca.h>, to get our interface.
25069         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
25070         include <alloca.h> first.  Use C89 prototype for alloca; this
25071         requires including <stddef.h> for size_t.  Use extern "C" if C++.
25072         Use #elif for simplicity, since we can assume C89 now.
25073         Don't try to source the system alloca.h since it will not be found
25074         and to prevent recursively including its replacement.
25075         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
25076         * lib/regex.c: Likewise.
25077
25078 2004-05-16  Derek Price  <derek@ximbiot.com>
25079             Paul Eggert  <eggert@cs.ucla.edu>
25080
25081         getline cleanup.  This changes the getndelim2 API: both order of
25082         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
25083         no delimiter).
25084
25085         * lib/getline.c: Don't include stddef.h or stdio.h, since our
25086         interface does that.
25087         (getline): Always use getdelim, so that we don't have two
25088         copies of this code.
25089         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
25090         if available.
25091         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
25092         (GETNDELIM2_MAXIMUM): New macro.
25093         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
25094         instead of the old practice of delim2==0.  All callers changed.
25095         Return -1 on overflow, instead of returning junk.
25096         Do not set *linesize unless allocation succeeds.
25097         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
25098         that we include sys/types.h.
25099         * lib/getnline.h: Likewise.
25100         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
25101         (getndelim2): Reorder arguments.
25102         * lib/getnline.c (getnline, getndelim):
25103         Don't discard the NMAX argument.
25104         (getnline): Invoke getndelim, to avoid code duplication.
25105         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
25106         of (size_t) -1 by callers of the getnline family.
25107
25108 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
25109
25110         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
25111         Check for gettimeofday.
25112         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
25113         Check for settimeofday, stime.
25114
25115 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
25116
25117         * lib/nanosleep.c (suspended): Change its type from int to
25118         sig_atomic_t volatile.
25119         (first_call): Make it private to rpl_nanosleep, and have it
25120         be zero initially as that's a bit faster.
25121         (my_usleep): Round up fractional times instead of truncating them,
25122         as this is the usual meaning for 'sleep'.
25123
25124         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
25125         doesn't work.
25126         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
25127         (ENOSYS): Define if not defined.
25128         (settime): Fall back on stime if it exists and settimeofday fails.
25129         But don't bother with fallbacks if a method fails with errno == EPERM.
25130
25131 2004-05-11  Jim Meyering  <jim@meyering.net>
25132
25133         Prior to this change, the save_cwd caller required read access to the
25134         current directory on most systems (ones with the fchdir function).
25135
25136         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
25137         fails, try write-only, and finally, resort to using xgetcwd.
25138
25139 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
25140
25141         * lib/obstack.c, obstack.h: Import changes from libc.
25142
25143 2004-04-28  Bruno Haible  <bruno@clisp.org>
25144
25145         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
25146         also implicitly appends .exe to executables.
25147         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
25148         accepts Windows pathnames.
25149         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
25150         Treat Cygwin like Windows, since it now accepts Windows pathnames.
25151         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
25152         Treat Cygwin like Windows, since it now accepts Windows pathnames.
25153         Reported by Derek Robert Price <derek@ximbiot.com>.
25154
25155 2004-04-21  Karl Berry  <karl@gnu.org>
25156
25157         * config/srclist.txt (localcharset.c): break sync.
25158
25159 2004-04-20  Paul Eggert  <eggert@twinsun.com>
25160
25161         * m4/host-os.m4: Add a copyright notice.
25162
25163 2004-04-20  Jim Meyering  <jim@meyering.net>
25164
25165         Change UTILS_ to gl_ in AC_DEFINE'd names.
25166         Change utils_- and jm_-prefixed variables, too.
25167         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
25168         UTILS_FUNC_MKDIR_TRAILING_SLASH.
25169         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
25170
25171         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
25172         Don't emit trailing blanks.
25173         Also rename jm_-prefixed variables to have gl_ prefix.
25174
25175         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
25176         Also rename jm_-prefixed variables to have gl_ prefix.
25177
25178         * m4/jm-macros.m4: Reflect the renamings.
25179         * m4/prereq.m4: Likewise.
25180
25181 2004-04-20  Jim Meyering  <jim@meyering.net>
25182
25183         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
25184         memory.
25185
25186 2004-04-20  Jim Meyering  <jim@meyering.net>
25187             Bruno Haible  <bruno@clisp.org>
25188
25189         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
25190         memory when realloc fails.
25191
25192 2004-04-19  Jim Meyering  <jim@meyering.net>
25193
25194         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
25195         now that readutmp.c may call `free (0)'.
25196
25197 2004-04-19  Bruno Haible  <bruno@clisp.org>
25198
25199         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
25200         * m4/inttypes_h.m4: Likewise.
25201         * m4/stdint_h.m4: Likewise.
25202         * m4/intmax_t.m4: Likewise.
25203         * m4/uintmax_t.m4: Likewise.
25204
25205 2004-04-18  Jim Meyering  <jim@meyering.net>
25206
25207         * m4/prereq.m4: Don't forbid jm_ prefix.
25208
25209         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
25210         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
25211         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
25212         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
25213         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
25214         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
25215         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
25216         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
25217         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
25218         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
25219         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
25220         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
25221         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
25222         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
25223         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
25224         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
25225         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
25226         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
25227         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
25228
25229 2004-04-18  Jim Meyering  <jim@meyering.net>
25230
25231         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
25232         failure, don't leak memory and do call END_UTMP_ENT.
25233
25234 2004-04-16  Jim Meyering  <jim@meyering.net>
25235
25236         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
25237         coreutils' stat program.
25238         (gl_PREREQ): Don't require jm_PREREQ_STAT.
25239
25240 2004-04-11  Paul Eggert  <eggert@twinsun.com>
25241
25242         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
25243         C89.
25244         (CHAR_BIT): Remove, since we assume C89.
25245         Include <stdint.h> if available, as per current Autoconf CVS advice.
25246
25247 2004-03-31  Jim Meyering  <jim@meyering.net>
25248
25249         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
25250         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
25251         * m4/xalloc.m4: Likewise.
25252
25253 2004-03-30  Paul Eggert  <eggert@twinsun.com>
25254
25255         Merge from coreutils.
25256
25257         * m4/inttostr.m4: New file.
25258         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
25259         Require AM_STDBOOL_H and gl_TIMESPEC instead.
25260         Require gl_CLOCK_TIME.
25261         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
25262
25263 2004-03-30  Paul Eggert  <eggert@twinsun.com>
25264
25265         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
25266         not bool, to be more consistent with Unix conventions.
25267         Suggested by Bruno Haible.
25268
25269         Merge from coreutils.
25270
25271         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
25272         * lib/umaxtostr.c: New files.
25273
25274         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
25275         the usual <time.h> dance.
25276         (get_date): Change signature to support fractional time stamps.
25277         All callers changed.
25278         * lib/getdate.y: Include "getdate.h" first, as we can now
25279         assume C89 and don't need to worry about 'const'.
25280         Similarly, include "unlocked-io.h" near start, not in middle.
25281         Include <limits.h>.
25282         (textint.value): Use long int rather than int.
25283         (textint.digits): Use size_t rather than int.
25284         (BILLION, LOG10_BILLION): New constants.
25285         (parser_control): New member rel_ns.  Members day_ordinal,
25286         time_zone, month, day, hour, minutes, rel_year, rel_month,
25287         rel_day, rel_hour, rel_minutes, rel_seconds
25288         are now long int, not int.  Member seconds is now struct timespec,
25289         not int.  New member timespec_seen.  Members dates_seen, days_seen,
25290         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
25291         not int.
25292         (%union.intval): Now long int, not int.
25293         New member timespec.
25294         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
25295         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
25296         (spec): Now is a timespec or an item list.
25297         (timespec, items): New nonterminals.
25298         (time, rel, relunit, number, get_date):
25299         Add support for fractional seconds.
25300         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
25301         (gmtime, localtime, mktime): Remove decls; not needed with C89.
25302         (to_hour): First arg is now long int, not int.
25303         (to_year): Returns long int, not int.
25304         Don't treat year -70 like 70.
25305         (tm_diff): Returns long int, not int.
25306         (lookup_word): Use bool instead of int when appropriate.
25307         (yylex): Use size_t for count, not int.
25308         Detect overflow when parsing large integer constants.
25309         Add support for fractions.
25310         (get_date): Make pointers 'const' if possible.
25311         Use more-portable code to detect integer overflow.
25312         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
25313         Don't use ctime; it's not reliable if the year has >4 digits.
25314
25315         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
25316         This is for compatibility with BSD.
25317
25318         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
25319         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
25320         From coreutils' system.h.
25321
25322         * lib/userspec.c: Don't include "posixver.h".
25323         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
25324         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
25325         compatible extension.  Simplify code by removing a boolean int
25326         that was always nonzero if a string was nonnull.
25327
25328 2004-03-30  Jim Meyering  <jim@meyering.net>
25329
25330         Merge from coreutils.
25331
25332         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
25333         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
25334         on some systems one must include <grp.h> before it.
25335         Reported by Christian Krackowizer.
25336
25337 2004-03-30  Jim Meyering  <jim@meyering.net>
25338
25339         Merge from coreutils.
25340
25341         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
25342
25343         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
25344         an empty input stream.
25345
25346         * lib/readtokens.c: Include <stdbool.h>.
25347         (readtoken): Use `size_t' rather than int/long.
25348         All callers adjusted.
25349         Use `bool' rather than `int' where appropriate.
25350         Use memset rather than an explicit loop.
25351         Use x2nrealloc rather than xrealloc.
25352         Allow the use of `\0' as a delimiter.
25353         (readtokens): Likewise.
25354         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
25355
25356 2004-03-30  Jim Meyering  <jim@meyering.net>
25357
25358         * m4/realloc.m4: Remove file, since now it does no more than
25359         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
25360         the `configure.ac' section of module/realloc.
25361         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
25362
25363 2004-03-30  Bruno Haible  <bruno@clisp.org>
25364
25365         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
25366         nonnull.
25367
25368 2004-03-29  Paul Eggert  <eggert@twinsun.com>
25369
25370         Merge changes to getloadavg.c from coreutils and Emacs.
25371
25372         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
25373         Define to an expression, not to the empty string.
25374         Include cloexec.h and xalloc.h.
25375         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
25376         Use set_cloexec_flag rather than rolling our own.
25377         * lib/cloexec.c, lib/cloexec.h: New files.
25378
25379 2004-03-29  Paul Eggert  <eggert@twinsun.com>
25380
25381         * m4/cloexec.m4: New file.
25382
25383 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25384
25385         * lib/getopt.h: Sync with libc CVS.
25386
25387 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25388             Bruno Haible  <bruno@clisp.org>
25389
25390         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
25391         mbswidth.
25392
25393 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25394             Bruno Haible  <bruno@clisp.org>
25395
25396         * lib/mbswidth.h: Include <wchar.h> only if
25397         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
25398         <wchar.h>.
25399         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
25400
25401 2004-03-09  Paul Eggert  <eggert@twinsun.com>
25402
25403         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
25404         Sync with libc CVS.
25405         * lib/getopt_int.h: New file, also synced from libc.
25406
25407 2004-03-09  Paul Eggert  <eggert@twinsun.com>
25408
25409         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
25410         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
25411         Bring back getopt.c, getopt.h, getopt1.c.
25412
25413 2004-03-07  Paul Eggert  <eggert@twinsun.com>
25414
25415         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
25416         All uses changed.  Check for sa_sigaction member; this fixes
25417         a bug first reported by Jason Andrade in
25418         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
25419
25420 2004-03-07  Paul Eggert  <eggert@twinsun.com>
25421
25422         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
25423         '#if' expressions.  Unlike the code it replaces, it does not
25424         depend on (defined _SC_PAGESIZE).  However, it does depend on
25425         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
25426         first reported by Jason Andrade in
25427         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
25428
25429 2004-02-25  Simon Josefsson  <jas@extundo.com>
25430
25431         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
25432
25433 2004-02-25  Simon Josefsson  <jas@extundo.com>
25434
25435         * lib/strdup.h: New file.
25436         * lib/strdup.c: Include it.
25437         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
25438         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
25439
25440 2004-02-23  Karl Berry  <karl@gnu.org>
25441
25442         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
25443         (from fencepost.gnu.org:/gd/gnuorg).
25444
25445 2004-02-23  Karl Berry  <karl@gnu.org>
25446
25447         * config/srclistvars.sh (GNUORG) [karl]: redefine.
25448         * config/srclist.txt: add maintain/standards documents.
25449
25450 2004-02-18  Bruno Haible  <bruno@clisp.org>
25451
25452         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
25453         Reported by Derek Robert Price <derek@ximbiot.com>.
25454
25455 2004-02-16  Karl Berry  <karl@gnu.org>
25456
25457         * config/mkinstalldirs, install-sh: update from automake.
25458
25459 2004-02-06  Karl Berry  <karl@gnu.org>
25460
25461         * m4/po.m4: update from gettext 0.14.1.
25462
25463 2004-02-06  Karl Berry  <karl@gnu.org>
25464
25465         * lib/config.charset: update from gettext 0.14.1.
25466
25467 2004-02-05  Paul Eggert  <eggert@twinsun.com>
25468
25469         Add comments and code, prompted by suggestions from Bruno Haible
25470         for sh-quote.
25471         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
25472         describing the enum quoting_style values.
25473         * lib/quotearg.c (quotearg_alloc): New function.
25474         (quotearg_buffer_restyled): Treat lone { and } as special.
25475         Treat = as special.  Work around bug with older shells
25476         that "see" a '\' that is really the 2nd byte of a multibyte char.
25477         Quote empty string with shell_quoting_style.
25478
25479 2004-02-03  Bruno Haible  <bruno@clisp.org>
25480
25481         * m4/pipe.m4: New file, from GNU gettext.
25482
25483 2004-02-03  Bruno Haible  <bruno@clisp.org>
25484
25485         * lib/pipe.h: New file, from GNU gettext.
25486         * lib/pipe.c: New file, from GNU gettext.
25487
25488 2004-01-27  Bruno Haible  <bruno@clisp.org>
25489
25490         * m4/execute.m4: New file, from GNU gettext.
25491
25492 2004-01-27  Bruno Haible  <bruno@clisp.org>
25493
25494         * lib/execute.h: New file, from GNU gettext.
25495         * lib/execute.c: New file, from GNU gettext.
25496         * lib/w32spawn.h: New file, from GNU gettext.
25497
25498 2004-01-24  Paul Eggert  <eggert@twinsun.com>
25499
25500         Merge from diffutils.
25501
25502         * lib/file-type.c (file_type): Add typed memory objects.
25503         * lib/file-type.h (S_TYPEISTMO): New macro.
25504
25505         * lib/c-stack.h (c_stack_action): Remove argv argument.
25506         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
25507         (die): Don't calculate message unless segv_action returns.
25508         (get_stack_location, min_address_from_argv, max_address_from_argv,
25509         volatile stack_base, volatile_stack_size): Remove.
25510         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
25511         that every segmentation violation is a stack overflow.  (Ouch!)
25512         See Debian bug 136249 (still outstanding) for more info about why
25513         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
25514
25515 2004-01-24  Paul Eggert  <eggert@twinsun.com>
25516
25517         Exit-status fix from coreutils.
25518
25519         Use exit_failure consistently in place of EXIT_FAILURE,
25520         so that program exit statuses are consistent on failure.
25521
25522         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
25523         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
25524         * lib/argmatch.h: Comment fix to match the above.
25525         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
25526         Now a macro referring to exit_failure, instead of a separate
25527         variable.  Include "exitfail.h" to get it.
25528         * lib/xstrtol.h: Include "exitfail.h".
25529         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
25530
25531         * lib/long-options.c (parse_long_options): Use prototype
25532         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
25533         for clarity.
25534
25535 2004-01-21  Jim Meyering  <jim@meyering.net>
25536
25537         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
25538         so as not to conflict with a different-sized __mktime_internal
25539         function in GNU libc.
25540         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
25541         Problem building statically-linked `ls' reported by Michael Brunnbauer.
25542
25543 2004-01-20  Karl Berry  <karl@gnu.org>
25544
25545         * config/config.guess: update from config.
25546
25547         * config/srclistvars.sh: GNUWWWLICENSES for karl.
25548
25549 2004-01-20  Bruno Haible  <bruno@clisp.org>
25550
25551         Safer stack allocation.
25552         * lib/setenv.c: Include allocsa.h.
25553         (alloca): Remove fallback definition.
25554         (freea): Remove macro.
25555         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
25556         instead of freea.
25557
25558 2004-01-20  Bruno Haible  <bruno@clisp.org>
25559
25560         * m4/eealloc.m4: New file, from GNU gettext.
25561
25562 2004-01-20  Bruno Haible  <bruno@clisp.org>
25563
25564         * m4/allocsa.m4: New file, from GNU gettext.
25565
25566 2004-01-20  Bruno Haible  <bruno@clisp.org>
25567
25568         * lib/xallocsa.h: New file, from GNU gettext.
25569         * lib/xallocsa.c: New file, from GNU gettext.
25570
25571 2004-01-20  Bruno Haible  <bruno@clisp.org>
25572
25573         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
25574
25575 2004-01-20  Bruno Haible  <bruno@clisp.org>
25576
25577         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
25578         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
25579         specially.
25580
25581 2004-01-20  Bruno Haible  <bruno@clisp.org>
25582
25583         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
25584         patch.
25585
25586 2004-01-20  Bruno Haible  <bruno@clisp.org>
25587
25588         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
25589
25590 2004-01-20  Bruno Haible  <bruno@clisp.org>
25591
25592         * lib/eealloc.h: New file.
25593
25594 2004-01-20  Bruno Haible  <bruno@clisp.org>
25595
25596         * lib/binary-io.h: Avoid warnings on Cygwin.
25597
25598 2004-01-20  Bruno Haible  <bruno@clisp.org>
25599
25600         * lib/allocsa.h: New file, from GNU gettext.
25601         * lib/allocsa.c: New file, from GNU gettext.
25602
25603 2004-01-18  Karl Berry  <karl@gnu.org>
25604
25605         * doc/gpl.texi, doc/lgpl.texi: new files.
25606
25607 2004-01-18  Karl Berry  <karl@gnu.org>
25608
25609         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
25610         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
25611
25612 2004-01-15  Paul Eggert  <eggert@twinsun.com>
25613
25614         Merge from coreutils.
25615
25616         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
25617         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
25618         (gl_DEFAULT_POSIX2_VERSION): Move
25619         the documentation from 'configure' into 'config.hin',
25620         so that 'configure --help' isn't burdened by it and
25621         we don't have to worry about its formatting there.
25622         Reword the documentation so that it's more succinct
25623         and can be run together into a single paragraph.
25624         * m4/same.m4 (gl_SAME): Check for pathconf.
25625
25626 2004-01-15  Paul Eggert  <eggert@twinsun.com>
25627
25628         Merge from coreutils.
25629
25630         * lib/posixver.c: Include posixver.h.
25631
25632         * lib/same.c: Include <stdbool.h>, <limits.h>.
25633         (_POSIX_NAME_MAX): Define if not defined.
25634         (MIN): New macro.
25635         (same_name): If file names are silently truncated, report
25636         that the file names are the same if they are the same after
25637         the silent truncation.
25638
25639         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
25640         conversion function.
25641         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
25642         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
25643         longer needed.
25644
25645 2004-01-15  Jim Meyering  <jim@meyering.net>
25646
25647         Merge from coreutils.
25648
25649         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
25650         if no library is required.
25651         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
25652         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
25653         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
25654         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
25655         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
25656         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
25657         value, $ac_cv_search_crypt, if it's "none required".
25658         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
25659         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
25660         not gl_FUNC_GETLOADAVG.
25661         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
25662         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
25663
25664 2004-01-15  Jim Meyering  <jim@meyering.net>
25665
25666         Merge from coreutils.
25667
25668         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
25669         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
25670         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
25671
25672         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
25673         optional configure-time default.
25674
25675         * lib/version-etc.c (version_etc_copyright): Update copyright date.
25676
25677         * lib/xreadlink.c (xreadlink): Correct outdated comment.
25678
25679 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
25680
25681         Merge from coreutils.
25682
25683         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
25684         value, $ac_cv_search_nanosleep, if it's "none required".
25685
25686 2004-01-14  Paul Eggert  <eggert@twinsun.com>
25687
25688         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
25689         with like-named macro in fnmatch.c.
25690         (EXT): Use an internal constant instead.
25691
25692         Merge fnmatch patches from glibc.
25693         * lib/fnmatch.c (mbsinit): Remove define.
25694         Add libc_hidden_ver (__fnmatch, fnmatch).
25695         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
25696         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
25697
25698 2004-01-14  Karl Berry  <karl@gnu.org>
25699
25700         * config/install-sh: update from automake.
25701
25702 2004-01-13  Karl Berry  <karl@gnu.org>
25703
25704         * config/install-sh: update from automake.
25705
25706 2004-01-09  Karl Berry  <karl@gnu.org>
25707
25708         * config/install-sh: update from automake.
25709
25710 2004-01-05  Karl Berry  <karl@gnu.org>
25711
25712         * config/config.{sub,guess}: update from config.
25713
25714 2003-12-31  Karl Berry  <karl@gnu.org>
25715
25716         * config/depcomp: update from automake.
25717
25718 2003-12-14  Karl Berry  <karl@gnu.org>
25719
25720         * lib/config.charset: update from gettext-runtime.
25721
25722 2003-12-03  Paul Eggert  <eggert@twinsun.com>
25723
25724         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
25725         Bug reported by Alfred M. Szmidt.
25726
25727 2003-12-03  Bruno Haible  <bruno@clisp.org>
25728
25729         * m4/gettext.m4: Upgrade from gettext-0.13.
25730         * m4/po.m4: Upgrade from gettext-0.13.
25731         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
25732         * m4/intmax.m4: New file, from gettext-0.13.
25733         * m4/printf-posix.m4: New file, from gettext-0.13.
25734
25735 2003-11-29  Karl Berry  <karl@gnu.org>
25736
25737         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
25738
25739 2003-11-25  Paul Eggert  <eggert@twinsun.com>
25740             Bruno Haible  <bruno@clisp.org>
25741
25742         * lib/printf-parse.h: Don't include sys/types.h.
25743         (ARG_NONE): New macro.
25744         (char_directive): Change type of *arg_index fields to size_t.
25745         * lib/printf-parse.c: Don't include sys/types.h.
25746         (SSIZE_MAX): Remove macro.
25747         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
25748         Remove unnecessary overflow check.
25749         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
25750         fields.
25751
25752 2003-11-25  Bruno Haible  <bruno@clisp.org>
25753
25754         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
25755
25756 2003-11-25  Bruno Haible  <bruno@clisp.org>
25757
25758         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
25759         gt_TYPE_SSIZE_T.
25760
25761 2003-11-24  Paul Eggert  <eggert@twinsun.com>
25762
25763         * modules/alloca: Remove dependency on xalloc.
25764
25765 2003-11-24  Paul Eggert  <eggert@twinsun.com>
25766
25767         * lib/alloca.c: Remove dependency on xalloc module.
25768         (xalloc_die): Remove.
25769         (memory_full) [!defined emacs]: New macro.
25770         [!defined emacs]: Don't include xalloc.h.
25771         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
25772         address arithmetic overflows.  Change datatypes a bit to avoid
25773         unnecessary casts.
25774
25775 2003-11-22  Jim Meyering  <jim@meyering.net>
25776
25777         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
25778         s/size/size_t/.
25779
25780 2003-11-21  Karl Berry  <karl@gnu.org>
25781
25782         * config/config.{sub,guess}: update from config.
25783
25784 2003-11-18  Karl Berry  <karl@gnu.org>
25785
25786         * config/config.{sub,guess}: update from config.
25787
25788         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
25789
25790 2003-11-17  Paul Eggert  <eggert@twinsun.com>
25791
25792         * README: Mention that S+T cannot overflow if S is the size of
25793         an existing object and T is sufficiently small.
25794
25795 2003-11-17  Jim Meyering  <jim@meyering.net>
25796
25797         On systems without utime and without a utimes function capable of
25798         dealing with a NULL struct utimbuf* argument, this utime replacement
25799         could -- in unusual circumstances -- leak a file descriptor.
25800         * lib/utime.c: Include <unistd.h> and <errno.h>.
25801         (utime_null): Be sure to close `fd' and to preserve errno.
25802         Reported by Geoff Collyer via Arnold Robbins.
25803
25804 2003-11-17  Bruno Haible  <bruno@clisp.org>
25805
25806         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
25807         (Depends-on): Add xsize.
25808
25809 2003-11-17  Bruno Haible  <bruno@clisp.org>
25810
25811         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
25812
25813 2003-11-17  Bruno Haible  <bruno@clisp.org>
25814
25815         * lib/vasnprintf.c (alloca): Remove fallback definition.
25816         (freea): Remove definition.
25817         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
25818         Reported by Paul Eggert.
25819
25820 2003-11-16  Paul Eggert  <eggert@twinsun.com>
25821             Bruno Haible  <bruno@clisp.org>
25822
25823         Protect against address arithmetic overflow.
25824         * lib/printf-args.h: Include stddef.h.
25825         (arguments): Change type of field 'count' to size_t.
25826         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
25827         'unsigned int' where appropriate.
25828         * lib/printf-parse.h: Include sys/types.h.
25829         (char_directive): Change type of *arg_index fields to ssize_t.
25830         (char_directives): Change type of fields 'count', max_*_length to
25831         size_t.
25832         * lib/printf-parse.c: Include sys/types.h and xsize.h.
25833         (SSIZE_MAX): Define fallback value.
25834         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
25835         instead of 'int' where appropriate. Check a_allocated, d_allocated
25836         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
25837         * lib/vasnprintf.c: Include xsize.h.
25838         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
25839         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
25840         overflow. Avoid wraparound when converting a width or precision from
25841         decimal to binary.
25842
25843 2003-11-16  Bruno Haible  <bruno@clisp.org>
25844
25845         Update from GNU gettext.
25846         * lib/printf-parse.c: Generalize to it can be compiled for wide
25847         strings.
25848         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
25849         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
25850         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
25851         SNPRINTF): New macros.
25852         Don't include <alloca.h> if the file is used inside libintl.
25853         (local_wcslen): New function, for Solaris 2.5.1.
25854         (VASNPRINTF): Use it instead of wcslen.
25855
25856 2003-11-16  Bruno Haible  <bruno@clisp.org>
25857
25858         * lib/xsize.h (xmax): New function.
25859         (xsum, xsum3, xsum4): Declare as "pure" functions.
25860
25861 2003-11-12  Paul Eggert  <eggert@twinsun.com>
25862
25863         * modules/xalloc (Files): Undo latest change, since xalloc.h
25864         no longer needs SIZE_MAX or PTRDIFF_MAX.
25865
25866 2003-11-12  Paul Eggert  <eggert@twinsun.com>
25867
25868         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
25869         gl_PTRDIFF_MAX.
25870
25871 2003-11-12  Paul Eggert  <eggert@twinsun.com>
25872
25873         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
25874         "return", to pacify some unknown compiler.  Problem reported
25875         by Joerg Schilling.
25876
25877 2003-11-12  Paul Eggert  <eggert@twinsun.com>
25878
25879         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
25880         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
25881         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
25882         heuristic is just as accurate as far as we know, and it removes a
25883         dependency on size_max.m4 and ptrdiff_max.m4.
25884
25885 2003-11-11  Bruno Haible  <bruno@clisp.org>
25886
25887         * modules/xsize (Files): Add m4/size_max.m4.
25888         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
25889
25890 2003-11-11  Bruno Haible  <bruno@clisp.org>
25891
25892         * m4/size_max.m4: New file.
25893         * m4/ptrdiff_max.m4: New file.
25894         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
25895         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
25896         (gl_XALLOC): Invoke it.
25897
25898 2003-11-11  Bruno Haible  <bruno@clisp.org>
25899
25900         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
25901         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
25902         defined.
25903
25904 2003-11-10  Paul Eggert  <eggert@twinsun.com>
25905
25906         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
25907         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
25908         rejected some allocations of exactly SIZE_MAX - 2 bytes.
25909         From Bruno Haible.
25910         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
25911         not (size_t) -1, since it's defined here.
25912
25913 2003-11-09  Karl Berry  <karl@gnu.org>
25914
25915         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
25916
25917 2003-11-06  Paul Eggert  <eggert@twinsun.com>
25918
25919         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
25920         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
25921         Reject sizes of exactly SIZE_MAX bytes.
25922         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
25923         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
25924
25925 2003-11-05  Bruno Haible  <bruno@clisp.org>
25926
25927         * lib/xsize.h: Include limits.h, to avoid a possible collision with
25928         SIZE_MAX defined in <limits.h> on Solaris.
25929
25930 2003-11-04  Jim Meyering  <jim@meyering.net>
25931
25932         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
25933         variable names, rather than @VAR@.
25934         * modules/poll: Likewise.
25935
25936 2003-11-04  Bruno Haible  <bruno@clisp.org>
25937
25938         * modules/xsize: New file.
25939         * modules/linebreak: Depend on xsize.
25940         * MODULES.html.sh (func_all_modules): Add xsize.
25941
25942 2003-11-04  Bruno Haible  <bruno@clisp.org>
25943
25944         * m4/xsize.m4: New file.
25945
25946 2003-11-04  Bruno Haible  <bruno@clisp.org>
25947
25948         * lib/xsize.h: New file.
25949         * lib/linebreak.c: Include xsize.h.
25950         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
25951         argument for overflow.
25952         Suggested by Paul Eggert.
25953
25954 2003-11-03  Karl Berry  <karl@gnu.org>
25955
25956         * config/config.{guess,sub}: update from config.
25957
25958 2003-11-03  Jim Meyering  <jim@meyering.net>
25959
25960         * modules/userspec (lib_SOURCES): Add userspec.h.
25961         (Include): Add "userspec.h".
25962         Improve description.
25963
25964 2003-11-03  Jim Meyering  <jim@meyering.net>
25965
25966         * lib/userspec.c: Include "userspec.h".
25967         * lib/userspec.h: New file.
25968
25969 2003-11-03  Bruno Haible  <bruno@clisp.org>
25970
25971         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
25972
25973 2003-11-03  Bruno Haible  <bruno@clisp.org>
25974
25975         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
25976         available, to avoid (extremely rare) race condition.
25977         Suggested by Paul Eggert.
25978
25979 2003-11-02  Karl Berry  <karl@gnu.org>
25980
25981         * config/srclist.txt (vasprintf.c): sync broken, sigh.
25982
25983 2003-10-31  Paul Eggert  <eggert@twinsun.com>
25984
25985         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
25986         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
25987         (read_filesystem_list): Set and use me_type_malloced.
25988         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
25989         whatever the type happens to be), for brevity and consistency.
25990         Check for size calculation overflow on Alphas running OSF/1.
25991
25992 2003-10-31  Jim Meyering  <jim@meyering.net>
25993
25994         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
25995
25996         * lib/linebuffer.c: Include <string.h> for declaration of memset.
25997
25998 2003-10-30  Paul Eggert  <eggert@twinsun.com>
25999             Bruno Haible  <bruno@clisp.org>
26000
26001         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
26002         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
26003
26004 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
26005
26006         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
26007         netbsd*-gnu*.  Suggested by Robert Millan.
26008
26009 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26010
26011         * modules/group-member: Depend on stdbool.
26012
26013 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26014
26015         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
26016
26017 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26018
26019         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
26020         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
26021         after the 'gnu' in these cases.  This fixes some bugs in the
26022         previous change, and is based on suggestions by Robert Millan.
26023
26024 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26025
26026         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
26027         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
26028         no longer needed.
26029         * lib/quotearg.c (quotearg_n_options): Use it.
26030         * lib/group-member.c: Include <stdbool.h>.
26031         (free_group_info): Arg is now const *; don't free arg.
26032         (get_group_info): Now returns bool and accepts struct group_info *,
26033         rather than returning a malloc'ed struct group_info *.
26034         All uses changed.  Check for overflow in internal size calculation.
26035
26036         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
26037         rather than xmalloc/xrealloc.
26038         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
26039         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
26040         conformance bug: the old code used a pointer after freeing the
26041         storage that it addressed.
26042         * lib/hash.c (hash_initialize): Simplify the code by using
26043         xalloc_oversized rather than doing it by hand.
26044         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
26045         the buffer preserved.  Use free and xmalloc instead.
26046         * lib/quotearg.c (quotearg_n_options): Likewise.
26047         Use a simpler test for size overflow.  Don't use xalloc_oversized
26048         because unsigned int might be wider than size_t (!); this suggests
26049         that we should switch from unsigned int to size_t for slot numbers.
26050
26051 2003-10-28  Paul Eggert  <eggert@twinsun.com>
26052
26053         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
26054         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
26055         NetBSD kernels.  Requested by Richard Stallman.
26056
26057 2003-10-27  Paul Eggert  <eggert@twinsun.com>
26058
26059         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
26060         to allocate the returned structure.  Do not allocate a subarray,
26061         as x2nrealloc will do that.
26062         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
26063         instead of xnrealloc.
26064         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
26065
26066 2003-10-27  Bruno Haible  <bruno@clisp.org>
26067
26068         * lib/stdbool_.h: Better support for BeOS.
26069
26070 2003-10-26  Paul Eggert  <eggert@twinsun.com>
26071
26072         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
26073         now uses inline.
26074
26075 2003-10-26  Paul Eggert  <eggert@twinsun.com>
26076
26077         * lib/xalloc.h (xalloc_oversized): New static inline function, for
26078         callers that want to do their own size-overflow checking.  Include
26079         <stdbool.h>, since xalloc_oversized returns bool.
26080         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
26081         to use xalloc_oversized.
26082
26083         Add two functions x2realloc, x2nrealloc, for programs that grow
26084         arrays dynamically by doubling their sizes.
26085         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
26086         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
26087         New functions.
26088
26089         Port to C99 semantics for 'inline' of external functions.
26090         Bug reported by Bruno Haible.
26091         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
26092         with the old contents of xnmalloc.
26093         (xnmalloc, xmalloc): Use it.
26094         (xnrealloc_inline): New static inline function,
26095         with the old contents of xnrealloc.
26096         (xnrealloc, xrealloc): Use it.
26097
26098         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
26099         that.
26100
26101 2003-10-26  Karl Berry  <karl@gnu.org>
26102
26103         * config/srclist.txt (COPYING.DOC): no longer available from
26104         /gd/gnuorg; don't know where the ultimate source is.
26105
26106 2003-10-25  Paul Eggert  <eggert@twinsun.com>
26107
26108         Fix several address-calculation bugs in the hash modules,
26109         plus some minor code cleanup.
26110
26111         * lib/hash.h: Include <stdbool.h>, for bool.
26112         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
26113         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
26114         hash_get_n_entries, hash_get_max_bucket_length,
26115         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
26116         hash_rehash): Use size_t rather than unsigned.
26117         * lib/hash.c (struct hash_table, hash_get_n_buckets,
26118         hash_get_n_buckets_used, hash_get_n_entries,
26119         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
26120         hash_get_entries, hash_do_for_each, hash_string, is_prime,
26121         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
26122         Likewise.
26123         (SIZE_MAX): Define if not defined.
26124         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
26125         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
26126         hash_print):
26127         Use const * when possible.
26128         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
26129         (check_tuning): Fix bug: if tuning parameters were very close to
26130         0 or 1, rounding errors could have caused subscript violations.
26131         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
26132         (hash_initialize): Add 'fail:' label
26133         to free table and return NULL, and use it to simplify code.
26134         Use calloc rather than clearing the storage ourself.
26135         (hash_initialize, hash_rehash): Check for arithmetic overflow in
26136         buffer size calculations.
26137         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
26138         Include <stddef.h>, for size_t.
26139         * lib/hash-pjw.c (hash_pjw): Likewise.
26140         Switch to method described by Bruno Haible.
26141         Include <limits.h>, for CHAR_BIT.
26142         (SIZE_BITS): New macro.
26143
26144 2003-10-23  Paul Eggert  <eggert@twinsun.com>
26145
26146         * m4/getline.m4 (AM_FUNC_GETLINE):
26147         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
26148         hosts.  Problem reported by Derek Robert Price in
26149         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
26150         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
26151         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
26152
26153 2003-10-21  Paul Eggert  <eggert@twinsun.com>
26154
26155         * lib/getndelim2.c (getndelim2): When size calculation overflows,
26156         ceiling the allocation at NMAX bytes rather than silently
26157         discarding input bytes before NMAX is reached.  This makes
26158         a difference only if NMAX exceeds SIZE_MAX / 2.
26159
26160         * lib/obstack.c: Merge from glibc.
26161         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
26162         Add libc_hidden_def (_obstack_newchunk).
26163         (_obstack_free) [! defined _LIBC]: Remove.
26164         [defined _LIBC]: Make a strong alias from obstack_free, rather than
26165         a clone of the function body.
26166         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
26167         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
26168
26169         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
26170         glibc.
26171         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
26172         arg to memcpy.
26173
26174         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
26175         (obstack_ptr_grow_fast, obstack_int_grow_fast):
26176         Don't use lvalue casts, as GCC plans to remove support for them
26177         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
26178         was also present in the non-GCC version, indicating that this
26179         code had always been buggy and had never been widely used.
26180         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
26181         Use the fast variant of each macro, rather than copying the
26182         definiens of the fast variant; that way, we'll be more likely to
26183         catch future bugs in the fast variants.
26184
26185 2003-10-20  Bruno Haible  <bruno@clisp.org>
26186
26187         * modules/wait-process: New file.
26188         * MODULES.html.sh (func_all_modules): Add wait-process.
26189
26190 2003-10-20  Bruno Haible  <bruno@clisp.org>
26191
26192         * m4/wait-process.m4: New file.
26193
26194 2003-10-20  Bruno Haible  <bruno@clisp.org>
26195
26196         * lib/wait-process.h: New file, from GNU gettext.
26197         * lib/wait-process.c: New file, from GNU gettext.
26198
26199 2003-10-19  Jim Meyering  <jim@meyering.net>
26200
26201         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
26202         HPUX 10.20.
26203
26204 2003-10-18  Karl Berry  <karl@gnu.org>
26205
26206         * config/config.guess: update from config.
26207
26208 2003-10-16  Paul Eggert  <eggert@twinsun.com>
26209
26210         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
26211         (getgroups): First arg is int, not size_t.
26212         Don't let 'free' mangle errno.
26213
26214 2003-10-16  Paul Eggert  <eggert@twinsun.com>
26215
26216         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
26217
26218 2003-10-16  Karl Berry  <karl@gnu.org>
26219
26220         * config/config.{guess,sub}: update from config.
26221
26222 2003-10-16  Jim Meyering  <jim@meyering.net>
26223
26224         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
26225         memcpy.
26226
26227 2003-10-15  Paul Eggert  <eggert@twinsun.com>
26228
26229         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
26230         (SIZE_MAX): Remove.
26231         (new_exclude, add_exclude_file): Initial size no longer needs to
26232         be a power of 2.
26233         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
26234         our own address arithmetic overflow checking.
26235
26236         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
26237         (fnmatch): Do not alloca more than 2000 wide characters;
26238         instead, use malloc for large buffers.
26239         Check for address arithmetic overflow, and return -1
26240         with errno set to ENOMEM in that case.
26241         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
26242         (NEW_PATTERN): Do not alloca more than 8000 bytes;
26243         instead, return -1.  Check for address arithmetic overflow.
26244
26245 2003-10-14  Paul Eggert  <eggert@twinsun.com>
26246
26247         Handle invalid suffixes and overflow independently, so that
26248         callers can treat them independently as needed.  Fix some bugs in
26249         suffix handling, e.g., "100k@" was not diagnosed as an invalid
26250         suffix for a human-readable blocksize.  The major caller-visible
26251         change is the addition of a new
26252         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
26253         that both overflow and suffix chars were found.
26254
26255         * lib/human.c (humblock): Don't check separately for invalid suffix
26256         char; that is xstrtoumax's job (now that its bug is fixed).
26257         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
26258         INTMAX_MAX]: New macros.
26259         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
26260         TYPE_MAXIMUM): New macros.
26261         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
26262         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
26263         if overflow occurs, as it's what __strtol does and it's more useful
26264         in practice.
26265         (__xstrtol): If __strtol reports some error other than ERANGE,
26266         reflect it to the caller as LONGINT_INVALID.  If it reports
26267         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
26268         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
26269         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
26270         value.
26271         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
26272         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
26273         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
26274         [defined UINTMAX_MAX]: New macros.
26275
26276 2003-10-14  Bruno Haible  <bruno@clisp.org>
26277
26278         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
26279
26280 2003-10-14  Bruno Haible  <bruno@clisp.org>
26281
26282         * m4/sig_atomic_t: New file, from GNU gettext.
26283         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
26284
26285 2003-10-14  Bruno Haible  <bruno@clisp.org>
26286
26287         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
26288         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
26289         Also use volatile where needed.
26290
26291 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26292
26293         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
26294         Change maintainer from Bruno Haible to 'all'.
26295
26296 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26297
26298         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
26299
26300 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26301
26302         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
26303         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
26304         and define in terms of the other primitives.
26305         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
26306         (SIZE_MAX): Define if not already defined.
26307         (array_size_overflow): New function.
26308         (xalloc_die): Abort instead of exiting if 'error' returns.
26309         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
26310         (xmalloc, xrealloc): Use them.
26311         (xcalloc): Check for address arithmetic overflow.
26312         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
26313         a bit faster than strcpy.
26314
26315 2003-10-10  Simon Josefsson  <jas@extundo.com>
26316
26317         * modules/argp (Depends-on): Add restrict and strcase.
26318
26319 2003-10-10  Simon Josefsson  <jas@extundo.com>
26320
26321         * m4/argp.m4: Add AC_C_INLINE.
26322
26323 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26324
26325         Merge getpass from libc, plus a few fixes.
26326
26327         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
26328         Include <stdbool.h>.
26329         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
26330         __fsetlocking to empty.
26331         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
26332         do include <bits/libc-lock.h>.
26333         Do not include <fcntl.h>; not needed.
26334         [_LIBC]: Include <wchar.h>.
26335         (NOTCANCEL_MODE): New macro.
26336         (flockfile, funlockfile) [_LIBC]: New macros.
26337         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
26338         [!_LIBC]: New macros.
26339         (call_fclose): New function.
26340         (getpass): Use it.  Save tty stream separately; this simplifies the
26341         code and makes it more reliable if stdin happens to equal stdout.
26342         Invoke __fsetlocking on tty.
26343         Handle thread cancellation if needed.
26344         Namespace cleanup (use __tcgetattr, __getline).
26345         Use bool for Booleans.
26346         [USE_IN_LIBIO]: Handle wide streams.
26347         [!_LIBC]: Unconditionally do the fseek, since we don't know what
26348         stream might go where.
26349
26350         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
26351         doesn't have to include <stdio.h> before us.
26352         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
26353         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
26354         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
26355         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
26356         if not declared, so that we can use getpass.c code from libc without
26357         rewriting it.
26358         (flockfile, ftrylockfile, funlockfile): New macros.
26359
26360 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26361
26362         * modules/getpass: Depend on stdbool.
26363
26364 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26365
26366         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
26367
26368 2003-10-07  Karl Berry  <karl@gnu.org>
26369
26370         * config/config.{guess,sub}: update from config.
26371
26372 2003-10-06  Jim Meyering  <jim@meyering.net>
26373             Bruno Haible  <bruno@clisp.org>
26374
26375         This lets translators provide better translations for the
26376         "Written by ..." part of --version output.
26377         * lib/version-etc.h: Include stdarg.h.
26378         (version_etc_copyright): Declare as readonly.
26379         (version_etc): Make this function variadic with a NULL-terminated list
26380         of author name strings.
26381         (version_etc_va): New declaration.
26382         * lib/version-etc.c: Include stdarg.h, stdlib.h.
26383         (version_etc_copyright): Declare as readonly.
26384         (version_etc_va): New function. Provide a different translatable string
26385         for each possible number of authors < 10. Abbreviate when there are 10
26386         authors or more.
26387         (version_etc): Make this function variadic. Call version_etc_va.
26388         Suggestion from Gary V. Vaughan.
26389
26390         * lib/long-options.h (parse_long_options): Change prototype: the
26391         authors string is moved to the end and becomes variadic.
26392         * lib/long-options.c: Include stdarg.h.
26393         (parse_long_options): Make this function variadic, too.
26394         Call version_etc_va, not version_etc.
26395
26396 2003-10-06  Bruno Haible  <bruno@clisp.org>
26397
26398         * modules/version-etc-2: Remove file.
26399         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
26400
26401 2003-10-06  Bruno Haible  <bruno@clisp.org>
26402
26403         * modules/fatal-signal: New file.
26404         * MODULES.html.sh (func_all_modules): Add fatal-signal.
26405
26406 2003-10-06  Bruno Haible  <bruno@clisp.org>
26407
26408         * m4/fatal-signal.m4: New file.
26409         * m4/signalblocking.m4: New file, from GNU gettext.
26410
26411 2003-10-06  Bruno Haible  <bruno@clisp.org>
26412
26413         * lib/version-etc-2.h: Remove file.
26414         * lib/version-etc-2.c: Remove file.
26415
26416 2003-10-06  Bruno Haible  <bruno@clisp.org>
26417
26418         * lib/fatal-signal.h: New file, from GNU gettext.
26419         * lib/fatal-signal.c: New file, from GNU gettext.
26420
26421 2003-10-05  Paul Eggert  <eggert@twinsun.com>
26422
26423         * README: Rework advice for preventing empty .o files.
26424         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
26425         not <sys/types.h>.
26426
26427 2003-10-04  Karl Berry  <karl@gnu.org>
26428
26429         * lib/argp*: update from libc.
26430
26431 2003-10-04  Karl Berry  <karl@gnu.org>
26432
26433         * config/config.{guess,sub}: update from config.
26434
26435 2003-10-02  Bruno Haible  <bruno@clisp.org>
26436
26437         * modules/lchown (Include): Add lchown.h.
26438         * modules/time_r (Include): Use "..." syntax.
26439         * modules/xgetdomainname (Include): Add xgetdomainname.h.
26440
26441 2003-10-01  Simon Josefsson  <jas@extundo.com>
26442
26443         * MODULES.html.sh (func_all_modules): Move gethostname from section
26444         'based on' to section 'lacking' POSIX:2001.
26445
26446 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
26447
26448         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
26449         to output mode on the same stream.
26450
26451 2003-09-29  Paul Eggert  <eggert@twinsun.com>
26452
26453         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
26454         Fix arg typo in previous patch.
26455
26456 2003-09-28  Jim Meyering  <jim@meyering.net>
26457
26458         * lib/error.c: Correct cpp indentation.
26459
26460 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26461
26462         * modules/free: New file.
26463
26464 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26465
26466         * m4/free.m4: New file.
26467
26468 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26469
26470         * lib/minmax.h (MIN, MAX)
26471         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
26472         Omit the special code that used __typeof__, since we worry that
26473         it could be more trouble than it's worth.  See:
26474         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
26475         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
26476
26477         * lib/free.c: New file.
26478
26479 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
26480
26481         Trivial fixes to Makefile.am parts of module listings.
26482         * modules/strstr: Append strstr.h to lib_SOURCES.
26483         * modules/strcase: Likewise, for strcase.h.
26484
26485 2003-09-27  Karl Berry  <karl@gnu.org>
26486
26487         * config/mkinstalldirs: update from automake.
26488
26489 2003-09-26  Paul Eggert  <eggert@twinsun.com>
26490
26491         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
26492         (error_tail): Do not loop, reallocating temporary buffer, since
26493         the output cannot contain more wide characters than the input
26494         contains bytes, the size must be big enough already.  This avoids
26495         one potential size overflow calculation.  Check for size overflow
26496         when calculating temporary buffer size.  Free temporary buffer
26497         when done, if it was allocated with malloc; this plugs a memory
26498         leak.  Remove casts from void * to pointers, that are no longer
26499         needed now that we're assuming C89 or better.
26500
26501         Merge error changes from glibc.
26502
26503         * lib/error.c, error.h: Update copyright notice header to match glibc.
26504         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
26505         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
26506         Disable cancellation while printing error.
26507         * lib/error.h: Prepend __ to parameter names.
26508
26509 2003-09-26  Jim Meyering  <jim@meyering.net>
26510
26511         * lib/error.c (error_tail): Move some declarations
26512         into inner scope where the local variables are used.
26513
26514 2003-09-26  Bruno Haible  <bruno@clisp.org>
26515
26516         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
26517         stpncpy().
26518         Don't define stpncpy through config.h; it's now done through stpncpy.h.
26519
26520 2003-09-26  Bruno Haible  <bruno@clisp.org>
26521
26522         * lib/stpncpy.h (gnu_stpncpy): New declaration.
26523         (stpncpy): Define as alias for gnu_stpncpy.
26524         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
26525
26526 2003-09-25  Simon Josefsson  <jas@extundo.com>
26527
26528         * lib/xgetdomainname.h: New file.
26529         * lib/xgetdomainname.c: New file.
26530
26531 2003-09-25  Simon Josefsson  <jas@extundo.com>
26532             Bruno Haible  <bruno@clisp.org>
26533
26534         * modules/getdomainname: New file.
26535         * modules/xgetdomainname: New file.
26536         * MODULES.html.sh (func_all_modules): Add getdomainname,
26537         xgetdomainname.
26538
26539 2003-09-25  Simon Josefsson  <jas@extundo.com>
26540             Bruno Haible  <bruno@clisp.org>
26541
26542         * m4/getdomainname.m4: New file.
26543
26544 2003-09-25  Simon Josefsson  <jas@extundo.com>
26545             Bruno Haible  <bruno@clisp.org>
26546
26547         * lib/getdomainname.h: New file.
26548         * lib/getdomainname.c: New file.
26549
26550 2003-09-25  Karl Berry  <karl@gnu.org>
26551
26552         * lib/argp-fmtstream.c, argp-help.c: update from libc.
26553
26554 2003-09-25  Karl Berry  <karl@gnu.org>
26555
26556         * config/install-sh: update from automake.
26557
26558 2003-09-25  Bruno Haible  <bruno@clisp.org>
26559
26560         * modules/version-etc-2: New file, from modules/version-etc with
26561         modifications.
26562         * MODULES.html.sh (func_all_modules): Add version-etc-2.
26563
26564 2003-09-25  Bruno Haible  <bruno@clisp.org>
26565
26566         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
26567         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
26568
26569 2003-09-24  Simon Josefsson  <jas@extundo.com>
26570
26571         * modules/xgethostname: Add xgethostname.h.
26572
26573 2003-09-24  Paul Eggert  <eggert@twinsun.com>
26574
26575         * lib/linebuffer.c (freebuffer): Don't free the argument, just
26576         the buffer associated with the argument.  Bug reported by
26577         Simon Josefsson.
26578
26579 2003-09-24  Paul Eggert  <eggert@twinsun.com>
26580
26581         * README: Document assumptions that 'int' is at least 32 bits
26582         wide, that integer arithmetic is 2's complement without overflow,
26583         that there are no holes in integer values, that adding sizes of
26584         two nonoverlapping objects can't overflow, and that all-bits-zero
26585         yields scalar zero.  Fix spelling and capitalization typos.
26586
26587 2003-09-19  Karl Berry  <karl@gnu.org>
26588
26589         * lib/argp.h: update from libc.
26590
26591 2003-09-17  Paul Eggert  <eggert@twinsun.com>
26592
26593         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
26594         to avoid spurious warnings like "AC_RUN_IFELSE was called before
26595         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
26596
26597 2003-09-17  Paul Eggert  <eggert@twinsun.com>
26598
26599         * gnulib-tool: Use "test -h", not "test -L", for portability
26600         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
26601         (tags_regexp): Remove, since \| doesn't conform to POSIX.
26602         (sed_extract_prog): Issue s commands one-by-one, rather than
26603         using \| in one s command.
26604
26605 2003-09-16  Paul Eggert  <eggert@twinsun.com>
26606
26607         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
26608         input error, instead of returning NULL the next time we are called
26609         (and therefore losing track of errno).
26610
26611 2003-09-16  Bruno Haible  <bruno@clisp.org>
26612
26613         * gnulib-tool (func_create_testdir): Warn about duplicated
26614         dependencies.
26615
26616 2003-09-15  Paul Eggert  <eggert@twinsun.com>
26617
26618         * modules/argmatch, modules/fatal, modules/obstack,
26619         modules/xalloc, modules/xgethostname: Sort dependencies by
26620         importance, not alphabetically.
26621
26622 2003-09-15  Paul Eggert  <eggert@twinsun.com>
26623
26624         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
26625         fails, so that the caller gets the proper errno.
26626
26627         * lib/readutmp.c (read_utmp): Likewise.
26628         Check for fstat error.  Close stream and free storage
26629         when failing.
26630
26631 2003-09-14  Karl Berry  <karl@gnu.org>
26632
26633         * config/srclist.txt (strdup.c): disable for c89 changes.
26634
26635 2003-09-14  Jim Meyering  <jim@meyering.net>
26636
26637         * lib/getloadavg.c: Correct cpp indentation.
26638         * lib/strdup.c: Likewise.
26639         * lib/vasnprintf.c: Likewise.
26640
26641 2003-09-14  Bruno Haible  <bruno@clisp.org>
26642
26643         * modules/fwriteerror: New file.
26644         * MODULES.html.sh (func_all_modules): Add fwriteerror.
26645
26646 2003-09-14  Bruno Haible  <bruno@clisp.org>
26647
26648         * lib/fwriteerror.h: New file.
26649         * lib/fwriteerror.c: New file.
26650
26651 2003-09-12  Paul Eggert  <eggert@twinsun.com>
26652
26653         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
26654         modules/xgethostname, modules/xalloc: Depend on exit.
26655
26656 2003-09-12  Paul Eggert  <eggert@twinsun.com>
26657
26658         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
26659
26660         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
26661         and AC_MINIX, too, so that their extensions are available.
26662
26663         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
26664         This macro has been superseded by gl_BACKUPFILE.
26665
26666         More patches to assume C89 or better.
26667
26668         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
26669
26670         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
26671         unconditionally.
26672         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
26673         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
26674         Include <string.h>, <stdlib.h> unconditionally.
26675         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
26676         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
26677         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
26678         headers or for string.h.
26679         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
26680         or strtoul.
26681
26682         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
26683         headers.
26684         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
26685         * m4/userspec.m4 (gl_USERSPEC): Likewise.
26686         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
26687         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
26688         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26689         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
26690         memcpy, memset.
26691         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
26692         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
26693         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
26694         strtol.
26695         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
26696         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
26697         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
26698         strtoul.
26699
26700 2003-09-12  Paul Eggert  <eggert@twinsun.com>
26701
26702         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
26703         * lib/obstack.c [!defined _LIBC]: Likewise.
26704         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
26705         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
26706         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
26707
26708         More changes to assume C89 or better.
26709
26710         * lib/error.c (error_tail): Assume vprintf.
26711
26712         * lib/argmatch.c (getenv): Remove decl.
26713         * lib/progreloc.c (get_full_program_name): Define via prototype.
26714         * lib/setenv.c (clearenv): Likewise.
26715         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
26716         needed.
26717         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
26718         (malloc, memcpy): Remove decls.
26719         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
26720         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
26721         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
26722         (memcpy): Remove macro.
26723         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
26724         (__P): Remove.  All uses removed.
26725         (PTR): Remove.  All uses changed to void *.
26726         (CHAR_BIT, NULL): Remove.
26727         (spaces, zeros, memset_space, memset_zero)
26728         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
26729         Remove.
26730         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
26731         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
26732         Define with prototype.
26733         Remove now-unnecessary prototype decl.
26734         (extra_args_spec): Assume ANSI C.  All uses changed.
26735         (extra_args_spec_iso): Remove.
26736         (my_strftime, emacs_strftimeu): Define via prototype.
26737         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
26738         unconditionally.
26739         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
26740         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
26741         (strtoul, strtol): Remove decls.
26742         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
26743         LONG_MAX): Remove.
26744         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
26745         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
26746         (LOCALE_PARAM_PROTO): New macro.
26747         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
26748         (INTERNAL (strtol), strtol): Define with a prototype.
26749         (PARAMS): Remove.  All uses removed.
26750         * lib/tempname.c: Include <string.h> unconditionally.
26751         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
26752         * lib/xgethostname.c (main): Define with a prototype.
26753         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
26754         Include <stdlib.h> unconditionally.
26755         (calloc, malloc, realloc, free): Remove decls.
26756         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
26757         Include <stdlib.h> unconditionally.  Sort include file names.
26758         (strtod): Remove.
26759         (xstrtod): Define with a prototype.
26760         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
26761         (strtol, strtoul): Remove decls.
26762
26763 2003-09-11  Paul Eggert  <eggert@twinsun.com>
26764
26765         More patches to assume C89 or better.
26766         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
26767         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
26768         string.h, memchr, STDC_HEADERS.
26769
26770 2003-09-11  Paul Eggert  <eggert@twinsun.com>
26771
26772         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
26773         Include <stdlib.h>, <string.h> unconditionally.
26774         Remove now-unnecessary cast to char *.
26775         * lib/strnlen.c: Include <string.h> unconditionally.
26776         * lib/yesno.c (yesno): Define with a prototype.
26777
26778 2003-09-11  Bruno Haible  <bruno@clisp.org>
26779
26780         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
26781
26782 2003-09-10  Jim Meyering  <jim@meyering.net>
26783
26784         * lib/error.c: Correct indentation of cpp directives.
26785
26786 2003-09-10  Bruno Haible  <bruno@clisp.org>
26787
26788         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
26789         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
26790         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
26791         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
26792         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
26793         <stdlib.h> and <string.h> checks.
26794         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
26795         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
26796
26797 2003-09-10  Bruno Haible  <bruno@clisp.org>
26798
26799         * lib/strcspn.c: Include <string.h> unconditionally.
26800         * lib/strpbrk.c: Include <string.h> unconditionally.
26801         * lib/strstr.c: Include <string.h> unconditionally.
26802         * lib/unicodeio.c: Include <string.h> unconditionally.
26803         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
26804         * lib/unsetenv.c: Likewise.
26805         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
26806         * lib/yesno.c: Include <stdlib.h> unconditionally.
26807         (rpmatch): Add prototype.
26808
26809 2003-09-09  Paul Eggert  <eggert@twinsun.com>
26810
26811         More patches to assume C89 or better.
26812         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
26813         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
26814         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
26815         or for string.h.
26816         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
26817         stdlib.h.
26818         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
26819         C headers.
26820         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
26821         string.h.
26822         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
26823         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
26824         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
26825         or for string.h.
26826         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
26827         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
26828         C headers.
26829         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
26830         memcpy.
26831         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
26832         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
26833         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
26834         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
26835         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
26836         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
26837         string.h, free.
26838         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
26839         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
26840         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
26841         C headers, or for string.h.
26842         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
26843         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
26844         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
26845         headers, memory.h, stdlib.h, string.h, strings.h.
26846         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
26847         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
26848         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
26849         strchr.
26850         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
26851         headers, memory.h, string.h.
26852         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
26853         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
26854         free.
26855         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
26856         headers.
26857         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
26858         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
26859         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
26860         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
26861         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
26862
26863 2003-09-09  Paul Eggert  <eggert@twinsun.com>
26864
26865         More K&R removal.
26866
26867         * lib/acosl.c (main): Use a prototype.
26868         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
26869         tanl.c: Likewise.
26870
26871         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
26872
26873         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
26874         (getopt, etopt_long, getopt_long_only, _getopt_internal)
26875         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
26876         with a prototype.
26877         * lib/getopt.c (const): Remove macro.
26878         Include <string.h> unconditionally.
26879         (my_index): Remove; all uses changed to strchr.
26880         (strlen): Remove decl.
26881         (exchange): Remove forward decl; no longer needed.
26882         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
26883         Define with prototype.
26884         * lib/getopt1.c (const): Remove macro.
26885         (getopt_long, getopt_long_only, main): Define with prototype.
26886
26887         * lib/getugroups.c: Include <string.h> unconditionally.
26888
26889         * lib/getusershell.c: Include <stdlib.h> unconditionally.
26890         (getusershell, setusershell, endusershell, readname, main):
26891         Define with prototypes.
26892
26893         * lib/group-member.c: Include group-member.h first.
26894         Include <stdlib.h> unconditionally.
26895
26896         * lib/hard-locale.c: Include hard-locale.h first.
26897         Include <stdlib.h>, <string.h> unconditionally.
26898
26899         * lib/hash.c (free, malloc): Remove decls.
26900         Include <stdlib.h> unconditionally.
26901
26902         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
26903         (getenv): Do not declare.
26904
26905         * lib/idcache.c: Include <string.h> unconditionally.
26906
26907         * lib/long-options.c: Include long-options.h first, to test interface.
26908         Include <stdlib.h> unconditionally.
26909
26910         * lib/makepath.c: Include makepath.h first, to test interface.
26911         Include <stdlib.h> and <string.h> unconditionally.
26912
26913         * lib/linebuffer.c: Include <stdlib.h>.
26914         (free): Remove decl.
26915
26916         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
26917         stddef.h. rpl_malloc returns void *, not char *.
26918         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
26919         prototype.
26920
26921         * lib/md5.h: Include <limits.h> unconditionally.
26922         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
26923         (__P): Remove; all uses removed.
26924         * lib/md5.c: Include "md5.h" first.
26925         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
26926         md5_buffer, md5_process_bytes, md5_process_block):
26927         Define with prototypes.
26928         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
26929         * lib/sha.c: Include "sha.h" first.
26930         Include <stdlib.h>, <string.h> unconditionally.
26931
26932         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
26933         * lib/memcmp.c (__ptr_t): Likewise.
26934         * lib/memrchr.c (__ptr_t): Likewise.
26935         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
26936         Include <string.h> unconditionally.
26937         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
26938         * lib/memchr.c: Include <stdlib.h> unconditionally.
26939         * lib/memchr.c (LONG_MAX): Remove.
26940         * lib/memrchr.c (LONG_MAX): Likewise.
26941         * lib/memchr.c (__memchr): Define via a prototype.
26942         * lib/memrchr.c (__memrchr): Likewise.
26943         * lib/memcmp.c (__P): Remove, and remove all uses.
26944         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
26945         Remove forward decls; no longer needed.
26946         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
26947         Use types required by C89 in prototype.
26948
26949         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
26950         * lib/savedir.c: Likewise.
26951         * lib/mkdir.c (free): Remove decl.
26952         * lib/rmdir.c (rmdir): Define with a prototype.
26953         * lib/savedir.c: Include savedir.h first, to test interface.
26954
26955         * lib/mktime.c (STDC_HEADERS): Remove.
26956         Include <stdlib.h>, <string.h> unconditionally.
26957
26958         * lib/modechange.c: Include <stdlib.h> unconditionally.
26959         (malloc): Remove decl.
26960
26961         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
26962         (free): Remove decl.
26963
26964         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
26965         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
26966         (This type really should be intptr_t, but that's a C99ism.)
26967         (_obstack_memcpy): Remove: all uses changed to memcpy.
26968         Include <string.h> unconditionally.
26969         (struct obstack): Assume __STDC__ for types of members
26970         chunkfun, freefun, extra_arg.
26971         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
26972         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
26973         obstack_begin, obstack_specify_allocation,
26974         obstack_specify_allocation_with_arg, obstack_chunkfun,
26975         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
26976         Remove unprototyped decls and the macros that use them.
26977         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
26978         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
26979         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
26980         (defined __STDC__ && __STDC__)]:
26981         Remove nonprototyped code.
26982         Include <stdlib.h> unconditionally.
26983         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
26984         _obstack_allocated_p, _obstack_free, obstack_free,
26985         _obstack_memory_used, print_and_abort):
26986         Define using prototypes.
26987         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
26988         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
26989         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
26990         obstack_next_free, obstack_object_size, obstack_room) [0]:
26991         Remove unused, unprototyped code.
26992
26993         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
26994
26995         * lib/physmem.c (physmem_total, physmem_available, main): Define
26996         with prototypes.
26997
26998         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
26999         (main): Define with a prototype.
27000
27001         * lib/posixver.c (getenv): Remove decl.
27002
27003         * lib/putenv.c (malloc): Returns void *, not char *.
27004         Include <string.h> unconditionally.
27005         (strchr, memcpy, NULL): Do not define.
27006
27007         * lib/readtokens.c: Include readtokens.h first, to test interface.
27008         Include <stdlib.h>, <string.h> unconditionally.
27009         (init_tokenbuffer): Define with a prototype.
27010
27011         * lib/regex.c (PARAMS): Remove.  All uses removed.
27012         All uses of _RE_ARGS removed, too.
27013         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
27014         unconditionally.
27015         (bzero): Assume memset exists.
27016         (memcmp, memcpy, NULL): Remove.
27017         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
27018         char, or assignments to local vars of type signed char.
27019         (init_syntax_once, PREFIX(extract_number_and_incr),
27020         PREFIX(print_partial_compiled_pattern),
27021         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
27022         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
27023         PREFIX(regex_grow_registers), PREFIX(regex_compile),
27024         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
27025         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
27026         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
27027         wcs_compile_range, byte_compile_range, truncate_wchar,
27028         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
27029         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
27030         count_mbs_length, wcs_re_match_2_internal,
27031         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
27032         PREFIX(alt_match_null_string_p),
27033         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
27034         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
27035         regfree, PREFIX(extract_number)): Define with prototype.  Remove
27036         now-unnecessary declaration, if any.
27037         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
27038         regcomp, regexec):
27039         Remove now-unnecessary casts among pointer types.
27040         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
27041
27042         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
27043         (free): Remove decl.
27044
27045         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
27046
27047         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
27048         (free): Remove decl.
27049
27050         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
27051         * lib/xgetcwd.c: Likewise.
27052
27053         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
27054         (free): Remove decl.
27055
27056         * lib/strchrnul.c (strchrnul): Define with a prototype.
27057         Fix bug: c_in was not converted to char before searching.
27058
27059         The following changes are not K&R related:
27060
27061         * lib/group-member.h: Include <sys/types.h>, so that this file is
27062         self-contained.
27063         * lib/makepath.h: Likewise.
27064
27065         * lib/getusershell.c (readname, default_index, line_size, readname):
27066         Use size_t, not int, for sizes.
27067         (readname): If the size overflows, report an error instead of
27068         looping forever.
27069
27070 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27071
27072         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
27073         libc.
27074
27075 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27076
27077         * README: New section: portability guidelines.
27078
27079 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
27080
27081         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
27082         C89 spec.
27083
27084 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
27085
27086         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
27087
27088 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27089
27090         Assume C89 or better; remove K&R cruft.
27091         A few of these changes were first proposed by Derek Robert Price
27092         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
27093
27094         * lib/addext.c: Include <string.h> unconditionally.
27095         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
27096         Don't declare getenv or malloc.
27097
27098         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
27099         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
27100         (NULL): Remove.
27101         (find_stack_direction, alloca): Use prototypes.
27102
27103         * lib/atexit.c (atexit): Define using a prototype.
27104
27105         * lib/basename.c, dirname.c, stripslash.c:
27106         Include <string.h> unconditionally.
27107
27108         * lib/bcopy.c: Include <stddef.h>.
27109         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
27110
27111         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
27112
27113         * lib/error.h (error, error_at_line, error_print_progname)
27114         [! (defined (__STDC__) && __STDC__)]: Remove decls.
27115         * lib/error.c: Include error.h first, to check interface.
27116         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
27117         (VA_START): Remove; all uses changeed to va_start.
27118         (exit, strerror): Remove decls.
27119         (error_print_progname): Prototype uncondionally.
27120         Don't include <errno.h>; no longer needed.
27121         (private_strerror): Remove.
27122         (error_tail): Always define.
27123         (error, error_at_line): Assume C89 or better; always use prototypes.
27124         * lib/fatal.c: Include "fatal.h" first, to test interface.
27125         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
27126         (VA_START): Remove; all uses changed to va_start.
27127         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
27128         this case.
27129         (exit): Remove decl.
27130         (fatal): Prototype unconditionally.  Assume va_start works.
27131         Abort at end, to pacify gcc.
27132
27133         * lib/euidaccess.c (main): Define with a prototype.
27134
27135         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
27136
27137         * lib/exitfail.c: Include <stdlib.h> unconditionally.
27138
27139         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
27140         prototypes.
27141         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
27142         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
27143         (getenv): Remove decl.
27144         (fnmatch): Define using a prototype.
27145         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
27146         (FCT): Define using a prototype.
27147
27148         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
27149
27150         * lib/gethostname.c: Include <stddef.h>.
27151         (gethostname): Define with prototype.  Length is size_t, not int.
27152
27153 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27154
27155         Assume C89 or better; remove K&R cruft.
27156         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
27157         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
27158         string.h, getenv, malloc.
27159         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
27160         headers.
27161         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
27162         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
27163         do not check for strerror.
27164         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
27165         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
27166         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
27167         do not check for doprnt or vprintf.
27168         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
27169         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
27170
27171 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27172
27173         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
27174         getversion.c should have been removed then, but was accidentally
27175         preserved.
27176
27177         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
27178         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
27179
27180 2003-09-08  Karl Berry  <karl@gnu.org>
27181
27182         * config/config.sub, config.guess, srclistvars.sh: update from savannah
27183                 config, forget about prep.
27184
27185         * config/depcomp, missing: update from automake.
27186
27187 2003-09-07  Paul Eggert  <eggert@twinsun.com>
27188
27189         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
27190         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
27191
27192 2003-09-07  Paul Eggert  <eggert@twinsun.com>
27193
27194         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
27195         copy_tm_result.  Bug reported by Simon Josefsson in
27196         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
27197
27198 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27199
27200         * m4/time_r.m4: New file.
27201         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
27202         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
27203         is. Check for timegm declaration.
27204         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
27205         Do not check for gmtime_r.
27206         Replace mktime if __mktime_internal does not exist and if mktime
27207         hasn't been replaced already.
27208
27209 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27210
27211         * lib/time_r.c, lib/time_r.h: New files.
27212
27213         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
27214         __localtime_r.
27215         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
27216         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
27217
27218         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
27219         __gmtime_r.
27220         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
27221         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
27222         Include <time_r.h>.
27223
27224         * lib/timegm.c: Switch to glibc implementation, with the following
27225         changes:
27226         [defined HAVE_CONFIG_H]: Include <config.h>.
27227         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
27228         (__mktime_internal) [!defined _LIBC]: New decl.
27229         (__gmtime_r) [!defined _LIBC]: New macro and function.
27230         (timegm): Use a prototype, since gnulib assumes C89.
27231         Do not bother declaring tmp to be const, as it's not really usefu.
27232         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
27233         (timegm): Declare only if HAVE_DECL_TIMEGM.
27234
27235 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27236
27237         * MODULES.html.sh (func_all_modules): Add time_r.
27238         * modules/time_r: New file.
27239         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
27240         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
27241
27242 2003-09-03  Paul Eggert  <eggert@twinsun.com>
27243
27244         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
27245         Bug reported by Lute Kamstra in
27246         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
27247
27248         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
27249         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
27250         course with correspondingly smaller numbers for tomorrow and
27251         yesterday.  From Tadayoshi Funaba.  Originally installed into
27252         sh-utils on 1999-08-07, but the patch got lost (I guess during the
27253         coreutils merge?).
27254
27255 2003-08-31  Simon Josefsson  <jas@extundo.com>
27256
27257         * modules/timegm: New file.
27258         * MODULES.html.sh (func_all_modules): Add timegm.
27259
27260 2003-08-31  Simon Josefsson  <jas@extundo.com>
27261
27262         * m4/timegm.m4: New file.
27263
27264 2003-08-31  Simon Josefsson  <jas@extundo.com>
27265
27266         * lib/timegm.h: New file.
27267         * lib/timegm.c: New file.  Based on
27268         wget-1.8.2/src/http.c:mktime_from_utc.
27269
27270 2003-08-31  Karl Berry  <karl@gnu.org>
27271
27272         * lib/argp.h: update from libc.
27273
27274 2003-08-28  Bruno Haible  <bruno@clisp.org>
27275
27276         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
27277         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
27278         followed by '#define fnmatch fnmatch_posix' gives an error.
27279
27280 2003-08-28  Bruno Haible  <bruno@clisp.org>
27281
27282         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
27283         warning on QNX, which defines O_BINARY to 000000.
27284
27285 2003-08-27  Jim Meyering  <jim@meyering.net>
27286
27287         * m4/mkstemp.m4: Require that the system mkstemp be able to create
27288         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
27289         would fail after 32.  Reported by Danny Levinson.  Details here:
27290         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
27291
27292 2003-08-24  Bruno Haible  <bruno@clisp.org>
27293
27294         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
27295         MSVC7 <stdio.h> is included later.
27296
27297 2003-08-22  Simon Josefsson  <jas@extundo.com>
27298
27299         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
27300
27301 2003-08-20  Karl Berry  <karl@gnu.org>
27302
27303         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
27304
27305 2003-08-20  Bruno Haible  <bruno@clisp.org>
27306
27307         * modules/progname: New file.
27308         * MODULES.html.sh (func_all_modules): Add progname.
27309
27310 2003-08-20  Bruno Haible  <bruno@clisp.org>
27311
27312         * lib/progname.h: New file, from GNU gettext.
27313         * lib/progname.c: New file, from GNU gettext.
27314         * lib/progreloc.c: New file, from GNU gettext.
27315
27316 2003-08-19  Jim Meyering  <jim@meyering.net>
27317
27318         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
27319         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
27320
27321 2003-08-19  Bruno Haible  <bruno@clisp.org>
27322
27323         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
27324         more.
27325
27326 2003-08-19  Bruno Haible  <bruno@clisp.org>
27327
27328         * lib/xstrdup.c: Assume <string.h> exists.
27329
27330 2003-08-18  Paul Eggert  <eggert@twinsun.com>
27331
27332         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
27333         in makefile rules.
27334
27335 2003-08-18  Jim Meyering  <jim@meyering.net>
27336
27337         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
27338         * m4/lib-ld.m4: Likewise.
27339
27340 2003-08-18  Jim Meyering  <jim@meyering.net>
27341
27342         * lib/setenv.h: Indent nested cpp directive.
27343         * lib/vasnprintf.c: Remove trailing blanks.
27344
27345 2003-08-17  Simon Josefsson  <jas@extundo.com>
27346
27347         * modules/xstrndup: New file.
27348         * MODULES.html.sh (func_all_modules): Add xstrndup.
27349
27350 2003-08-17  Simon Josefsson  <jas@extundo.com>
27351
27352         * modules/argp: Fix autoconf macro name. Add more dependencies.
27353
27354 2003-08-17  Simon Josefsson  <jas@extundo.com>
27355
27356         * m4/xstrndup.m4: New file.
27357
27358 2003-08-17  Simon Josefsson  <jas@extundo.com>
27359
27360         * m4/argp.m4: New file.
27361
27362 2003-08-17  Simon Josefsson  <jas@extundo.com>
27363             Bruno Haible  <bruno@clisp.org>
27364
27365         * lib/xstrndup.h: New file.
27366         * lib/xstrndup.c: New file.
27367
27368 2003-08-17  Bruno Haible  <bruno@clisp.org>
27369
27370         * modules/strndup (Files, Include): Add lib/strndup.h.
27371
27372 2003-08-17  Bruno Haible  <bruno@clisp.org>
27373
27374         * modules/euidaccess (Files): Add lib/euidaccess.h.
27375
27376 2003-08-17  Bruno Haible  <bruno@clisp.org>
27377
27378         * lib/strndup.h: New file.
27379
27380 2003-08-17  Bruno Haible  <bruno@clisp.org>
27381
27382         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
27383         like AC_GNU_SOURCE.
27384         * modules/extensions (configure.ac): Comment out the invocation of
27385         gl_USE_SYSTEM_EXTENSIONS.
27386
27387 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27388
27389         Merges from coreutils, etc.
27390         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
27391         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
27392         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
27393         fixing a typo.
27394         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
27395         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
27396
27397 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27398
27399         Document merge from coreutils.
27400         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
27401         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
27402         * modules/utime: Add m4/utimes-null.m4.
27403
27404 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27405
27406         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
27407         space, undoing this 2003-08-12 change:
27408         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
27409
27410 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27411
27412         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
27413         strtoul.c from libc, undoing this 2003-08-12 change:
27414         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
27415
27416 2003-08-16  Jim Meyering  <jim@meyering.net>
27417
27418         Merges from coreutils.
27419         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
27420         prefix.  Adjust cache variables similarly.  Create 500 rather than
27421         just 300 files, to exercise bug on Darwin6.5, too.
27422         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
27423         $missing_dir.
27424         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
27425         AM_SYS_POSIX_TERMIOS.
27426         Reported by mkc@mathdogs.com.
27427         Also change use of $am_cv_sys_posix_termios
27428         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
27429         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
27430         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
27431         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
27432         in /proc/mounts until it finds one with matching device number.  This
27433         is unnecessary when the FILE argument *is* a mount point.  No stat call
27434         is necessary in that case.  So, disable the statvfs-testing code on
27435         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
27436         as RedHat bug# 84846.
27437         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
27438         to 1MB, so as not to render systems with no stack size limit (e.g.,
27439         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
27440         Include <unistd.h>.  On some systems,
27441         it is required for the definition of _SC_PAGESIZE.
27442
27443 2003-08-16  Jim Meyering  <jim@meyering.net>
27444
27445         Merge from coreutils.
27446         * lib/xstrtoimax.c: #else #if -> #elif.
27447         * lib/xstrtoumax.c: Likewise.
27448
27449 2003-08-16  Jim Meyering  <jim@meyering.net>
27450
27451         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
27452         * m4/utimes.m4: Removed.
27453         * m4/utimes-null.m4: Renamed from utimes.m4.
27454
27455         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
27456         to 1MB, so as not to render systems with no stack size limit (e.g.,
27457         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
27458         Include <unistd.h>.  On some systems,
27459         it is required for the definition of _SC_PAGESIZE.
27460
27461 2003-08-16  Jim Meyering  <jim@meyering.net>
27462         and Paul Eggert  <eggert@cs.ucla.edu>
27463
27464         Merges from coreutils, etc.
27465
27466         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
27467         using the latest version from cvs.  This avoids problems with #line
27468         directives using a vendor (Sun) compiler.
27469         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
27470         Don't set GETGROUPS_LIB here; now it's
27471         done via getgroups.m4's wrapper function.
27472         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
27473         rather than just in sh-util/configure.in, so that the
27474         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
27475         same.
27476         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
27477         AC_FUNC_GETLOADAVG where to find getloadavg.c.
27478         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
27479         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
27480         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
27481         Remove code that is now done by the newly-required macros.
27482         Append $(EXEEXT) to DF_PROG.
27483         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
27484         Do not invoke or require the following here,
27485         since prereq.m4 or some gnulib .m4 now does this for us:
27486         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
27487         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
27488         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
27489         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
27490         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
27491         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
27492         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
27493         AC_FUNC_OBSTACK.
27494         Do not replace the following functions, as this is now the job
27495         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
27496         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
27497         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
27498         atexit getpass, strdup, getpagesize.
27499         Replace 'raise'.
27500         Do not check for the following functions, as this is now the job
27501         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
27502         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
27503         setregid.
27504         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
27505         Check for sys/sysctl.h.
27506         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
27507         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
27508         of checking for ssize_t ourselves.
27509
27510         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
27511         Require every macro that gnulib/modules/* suggests for us.
27512         (jm_PREREQ_ADDEXT): New macro.
27513         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
27514         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
27515
27516         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
27517         (gl_PHYSMEM): Use it.
27518         Also check for `table' function.
27519         Check for new headers and functions.
27520         Add check for sys/sysmp.h.
27521         With suggestions from Kaveh Ghazi.
27522         Ignore headers that are present but cannot be compiled.  This
27523         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
27524         C 5.4.
27525
27526 2003-08-15  Paul Eggert  <eggert@twinsun.com>
27527
27528         Document merge from coreutils.
27529         * modules/userspec: Depend on posixver.
27530         * modules/strftime: Depend on tzset.
27531
27532 2003-08-15  Paul Eggert  <eggert@twinsun.com>
27533
27534         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
27535         rather than tab, after '#' in shell-script copyright notices.
27536         Suggested by Bruno Haible.
27537
27538 2003-08-15  Paul Eggert  <eggert@twinsun.com>
27539
27540         * config/srclist-update: Use three spaces, rather than tab, after '#'
27541         in shell-script copyright notices.  Suggested by Bruno Haible.
27542         Remove unnecessary parenthesization in regular expression.
27543
27544 2003-08-15  Jim Meyering  <jim@meyering.net>
27545
27546         Merge from coreutils.
27547         * lib/xgethostname.c: Include <stdlib.h>.
27548         (xghostname): Don't exit for anything other than memory-related
27549         failure; just return NULL.
27550         * lib/userspec.c: Include "posixver.h".
27551         (parse_user_spec): Accept `.' as a separator only
27552         in pre-POSIX-200112 mode.
27553         * lib/strtoimax.c: Use #elif rather than #else #if.
27554         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
27555         Remove function, now that we can rely on a working tzset function.
27556         [!_LIBC]: Ensure that the required autoconf test has been run.
27557         [!defined _NL_CURRENT && HAVE_STRFTIME]:
27558         Use underlying_strftime for %r.
27559         * lib/sha.c: Merge in some clean-up and optimization changes from
27560         glibc.
27561         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
27562         Ensure that it is a multiple of 64.
27563         Rearrange loop exit tests so as to avoid performing an
27564         additional fread after encountering an error or EOF.
27565         * lib/realloc.c: Update copyright date.
27566
27567 2003-08-15  Jim Meyering  <jim@meyering.net>
27568         and Paul Eggert  <eggert@twinsun.com>
27569
27570         Merge from coreutils.
27571         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
27572         member but strut utmpx does not.  Needed for AIX 4.3.3.
27573         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
27574
27575 2003-08-15  Jim Meyering  <jim@meyering.net>
27576         and Paul Eggert  <eggert@cs.ucla.edu>
27577
27578         Merges from coreutils, etc.
27579         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
27580         Require gl_FUNC_TZSET_CLOBBER.
27581         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
27582         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
27583         members.
27584
27585 2003-08-14  Paul Eggert  <eggert@twinsun.com>
27586
27587         Help the merge from coreutils.
27588         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
27589         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
27590         * m4/tzset.m4: Use it too.
27591
27592 2003-08-14  Paul Eggert  <eggert@twinsun.com>
27593
27594         * modules/tzset: New file.
27595
27596 2003-08-14  Jim Meyering  <jim@meyering.net>
27597
27598         Merges from coreutils.
27599         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
27600         variable names, rather than @FNMATCH_H@.
27601         * modules/alloca: Likewise for $(ALLOCA_H).
27602
27603         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
27604         the three copies of the literal target, `fnmatch.h'.
27605         * modules/alloca (alloca.h): Likewise.
27606
27607 2003-08-14  Jim Meyering  <jim@meyering.net>
27608
27609         Merge from coreutils.
27610         * m4/tzset.m4: New file.
27611         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
27612         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
27613         otherwise, AIX 5.1 systems would end up using the latter.
27614         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
27615         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
27616         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
27617         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
27618
27619 2003-08-14  Jim Meyering  <jim@meyering.net>
27620
27621         Merge from coreutils.
27622         * lib/obstack.h: Whitespace changes.
27623         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
27624         and xcalloc return values.
27625         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
27626         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
27627         hang on OSF/1 5.1 for DIR on both local and remote file systems.
27628         Reported by (and fix confirmed by) Nelson H. F. Beebe.
27629         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
27630         error from mntctl.
27631         Use mntctl's return value to drive the entry-processing loop, since
27632         we can't rely on the value of the vmt_length member in the last
27633         entry.  On some systems doing so could result in exhausting
27634         virtual memory.  Based in part on a patch from Mike Jetzer.
27635
27636 2003-08-14  Jim Meyering  <jim@meyering.net>
27637         and Paul Eggert  <eggert@twinsun.com>
27638
27639         Merges from coreutils, plus other fixes.
27640         * lib/physmem.c: Merge in portability changes from gcc/libiberty
27641         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
27642         for credits and details.  Thanks to Kaveh Ghazi for helping
27643         to keep these files in sync.
27644         (ARRAY_SIZE): Define it.
27645         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
27646         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
27647         (memcasecmp): Don't assume size_t fits in unsigned int.
27648         Remove casts and duplicate code.
27649         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
27650         (memcpy): Remove definition.
27651         Merge in some clean-up and optimization changes from glibc.
27652         [BLOCKSIZE]: Move definition to top of file.
27653         Ensure that it is a multiple of 64.
27654         Rearrange loop exit tests so as to avoid performing an
27655         additional fread after encountering an error or EOF.
27656         * lib/md5.h (md5_uintptr): Define.
27657         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
27658         return to the initial working directory.  Preserve errno
27659         for caller.
27660         * lib/idcache.c: Include "xalloc.h".
27661         (xmalloc, xrealloc): Remove decls.
27662         (getuser): Remove casts no longer required in C89.
27663         * lib/human.c: Include stdio.h, for sprintf.
27664         * lib/group-member.c: Include "xalloc.h".
27665         (xmalloc, xrealloc): Remove decls.
27666         (get_group_info): Remove casts no longer required in C89.
27667         * lib/getusershell.c (readname): Remove casts no longer required in
27668         C89.
27669         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
27670         * lib/getline.c: Whitespace fix, from coreutils.
27671
27672 2003-08-13  Paul Eggert  <eggert@twinsun.com>
27673
27674         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
27675         Check for isascii.
27676
27677         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
27678         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
27679         Undo previous (whitespace-only) change.
27680
27681 2003-08-13  Paul Eggert  <eggert@twinsun.com>
27682
27683         * lib/exclude.c: Include <ctype.h>
27684         (IN_CTYPE_DOMAIN): New macro.
27685         (is_space): New fn.
27686         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
27687         and empty lines.
27688
27689         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
27690         Undo previous (whitespace-only) change.
27691
27692 2003-08-13  Paul Eggert  <eggert@twinsun.com>
27693
27694         * config/srclist-update: Change update back to the old behavior,
27695         leaving whitespace alone.  Use one 'sed' command rather than a
27696         pipeline.
27697         (fixlicense): Now a variable, not a function.
27698         (remove_trailing_blanks): Remove.
27699         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
27700         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
27701         Undo previous (whitespace-only) change.
27702
27703 2003-08-12  Paul Eggert  <eggert@twinsun.com>
27704
27705         Merge from coreutils.
27706         * modules/euidaccess: Add lib_SOURCES, include for new
27707         file euidaccess.h
27708
27709 2003-08-12  Paul Eggert  <eggert@twinsun.com>
27710
27711         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
27712         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
27713         Normalize leading white space and remove trailing white space.
27714
27715         Merge from coreutils
27716         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
27717
27718         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
27719         0.12.1.  These files are now being upgraded automatically by
27720         ../config/srclist-update.
27721
27722 2003-08-12  Paul Eggert  <eggert@twinsun.com>
27723
27724         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
27725         Normalize leading white space and remove trailing white space.
27726         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
27727         notice, as per ../config/srclist-update.
27728
27729         Merge from coreutils.
27730         * lib/euidaccess.h: New file.
27731         * lib/euidaccess.c: Include it.
27732         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
27733         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
27734         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
27735
27736 2003-08-12  Paul Eggert  <eggert@twinsun.com>
27737
27738         * config/srclist-update: Add copyright notice.
27739         (remove_id_lines, remove_trailing_blanks): New constants.
27740         (fixfile): Use them to normalize spacing a bit in copied files.
27741         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
27742         Normalize leading white space and remove trailing white space.
27743
27744         * config/texinfo.tex: Sync with texinfo.
27745
27746         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
27747         strtoul.c from libc, to merge coreutils whitespace changes.
27748
27749         * config/srclist.txt: Get the following m4 files from gettext:
27750         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
27751         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
27752         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
27753         wint_t.m4.
27754
27755 2003-08-12  Karl Berry  <karl@gnu.org>
27756
27757         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
27758         been made.
27759
27760 2003-08-11  Paul Eggert  <eggert@twinsun.com>
27761
27762         * modules/gnu-source, m4/gnu-source.m4:
27763         Remove; we're assuming Autoconf 2.54 or later now.
27764         Suggested by Bruno Haible.
27765         * MODULES.html.sh (func_all_modules): Remove gnu-source.
27766
27767 2003-08-11  Bruno Haible  <bruno@clisp.org>
27768
27769         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
27770
27771 2003-08-11  Bruno Haible  <bruno@clisp.org>
27772
27773         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
27774         (vasnprintf): Use it instead of wcslen.
27775
27776 2003-08-11  Bruno Haible  <bruno@clisp.org>
27777
27778         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
27779         value to ensure that _Bool promotes to int. Use #define for _Bool when
27780         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
27781
27782 2003-08-10  Karl Berry  <karl@gnu.org>
27783
27784         * lib/regex.h: update from libc (whitespace fix).
27785
27786 2003-08-09  Paul Eggert  <eggert@twinsun.com>
27787
27788         Merge some files from coreutils.  These changes were
27789         originally made by Jim Meyering.
27790         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
27791         many older Unixes require this.
27792         * lib/alloca.c (alloca): Remove cast to argument of free;
27793         no longer needed in C89.
27794         * lib/alloca_.h, regex.h: Fix white space to match
27795         what GNU indent does.
27796
27797 2003-08-09  Paul Eggert  <eggert@twinsun.com>
27798
27799         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
27800         apparently Emacs's Unicode mode got confused before my 2003-08-05
27801         checkin.
27802
27803 2003-08-08  Paul Eggert  <eggert@twinsun.com>
27804
27805         * m4/extensions.m4: New file.
27806         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
27807         Require gl_USE_SYSTEM_EXTENSIONS.
27808         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
27809         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
27810
27811 2003-08-08  Paul Eggert  <eggert@twinsun.com>
27812
27813         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
27814         * modules/extensions, modules/gnu-source: New files.
27815         * modules/timespec, modules/unlocked-io: Depend on extensions.
27816
27817 2003-08-07  Paul Eggert  <eggert@twinsun.com>
27818
27819         * modules/restrict: New file.
27820         * MODULES.html.sh (func_all_modules): Add restrict.
27821         * modules/regex: Depend on restrict.
27822
27823 2003-08-07  Paul Eggert  <eggert@twinsun.com>
27824
27825         * m4/restrict.m4: New file.
27826         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
27827
27828 2003-08-07  Bruno Haible  <bruno@clisp.org>
27829
27830         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
27831         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
27832
27833 2003-08-07  Bruno Haible  <bruno@clisp.org>
27834
27835         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
27836         makes the module 'getndelim2' compatible with the module 'getline'.
27837
27838 2003-08-05  Paul Eggert  <eggert@twinsun.com>
27839
27840         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
27841         byte with "\201" to avoid glitches when editing that source file
27842         with multi-gnome-terminal.
27843
27844 2003-08-05  Paul Eggert  <eggert@twinsun.com>
27845
27846         * lib/bumpalloc.h: Remove.
27847
27848 2003-08-05  Paul Eggert  <eggert@twinsun.com>
27849
27850         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
27851         * modules/bumpalloc: Remove.
27852
27853 2003-08-04  Paul Eggert  <eggert@twinsun.com>
27854
27855         * lib/getloadavg.c: Change copyright notice and spacing to conform to
27856         GNU coding style.
27857
27858         Merge from coreutils.
27859         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
27860         1. From glibc.
27861         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
27862         from Karl Berry, implemented by Jim Meyering.
27863         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
27864         from Dmitry V. Levin.
27865         Remove anachronistic cast of xrealloc.
27866         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
27867         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
27868         type. Otherwise, it wouldn't compile with at least /bin/cc on
27869         ymp-cray-unicos9.0.2.X.
27870         Combine two mostly-identical uses of alloca into one.
27871         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
27872
27873 2003-08-04  Dave Love  <d.love@dl.ac.uk>
27874
27875         [From Emacs.]
27876
27877         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
27878         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
27879         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
27880         obsolete NLIST_NAME_UNION.
27881         [__GNU__]: Undef BSD and FSCALE.
27882         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
27883
27884 2003-08-03  Paul Eggert  <eggert@twinsun.com>
27885
27886         * lib/stdbool_.h (_Bool): Make it signed char, instead of
27887         an enum type, so that it's guaranteed to promote to int.  See:
27888         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
27889
27890 2003-08-03  Karl Berry  <karl@gnu.org>
27891
27892         * config/depcomp: update from automake.
27893
27894 2003-07-31  Paul Eggert  <eggert@twinsun.com>
27895
27896         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
27897         (strerror): Don't assume that a printable int fits in 14 bytes.
27898
27899 2003-07-31  Bruno Haible  <bruno@clisp.org>
27900
27901         * modules/getpass-gnu: New file.
27902         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
27903
27904 2003-07-31  Bruno Haible  <bruno@clisp.org>
27905
27906         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
27907
27908 2003-07-24  Karl Berry  <karl@gnu.org>
27909
27910         * config/missing: update from automake.
27911
27912 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
27913             Bruno Haible  <bruno@clisp.org>
27914
27915         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
27916         * lib/getline.c (getline, getdelim): Likewise.
27917         Remove _GNU_SOURCE define; now it's defined in config.h through
27918         m4/getline.m4.
27919
27920 2003-07-23  Karl Berry  <karl@gnu.org>
27921
27922         * config/config.sub: update from prep.
27923
27924 2003-07-22  Paul Eggert  <eggert@twinsun.com>
27925
27926         * modules/xalloc (Depends-on): Add exitfail.
27927         * modules/xmemcoll: Likewise.
27928
27929 2003-07-22  Paul Eggert  <eggert@twinsun.com>
27930
27931         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
27932         over-parenthesization in macros.
27933
27934         Sync with coreutils.
27935
27936         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
27937         required by C99.
27938
27939         Use `exit_failure' for xalloc and xmemcoll instead of their own
27940         private exit-failure variables.
27941         * lib/xalloc.h (xalloc_exit_failure): Remove.
27942         * lib/xmalloc.c: Likewise.  Include exitfail.h.
27943         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
27944         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
27945         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
27946         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
27947
27948 2003-07-20  Jim Meyering  <jim@meyering.net>
27949
27950         * modules/closeout (Depends-on): Add exitfail.
27951         Suggestion from Bruno Haible.
27952
27953 2003-07-19  Karl Berry  <karl@gnu.org>
27954
27955         * config/config.sub: update from prep.
27956
27957 2003-07-18  Paul Eggert  <eggert@twinsun.com>
27958
27959         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
27960         Remove.
27961         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
27962         to test that it can stand by itself.  Include "exitfail.h".
27963         Clients should set exit_failure instead.
27964         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
27965
27966 2003-07-18  Bruno Haible  <bruno@clisp.org>
27967
27968         * modules/getndelim2: New file.
27969         * modules/getline: Share files with module getndelim2.
27970         * modules/getnline: Depend on getndelim2 instead of sharing files with
27971         it. Add getnline.c to lib_SOURCES.
27972         * MODULES.html.sh (func_all_modules): Add getndelim2.
27973
27974 2003-07-18  Bruno Haible  <bruno@clisp.org>
27975
27976         * m4/getndelim2.m4: New file.
27977         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
27978         invoke gl_PREREQ_GETNDELIM2.
27979         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
27980         gl_PREREQ_GETNDELIM2.
27981         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
27982         gl_GETNDELIM2.
27983
27984 2003-07-18  Bruno Haible  <bruno@clisp.org>
27985
27986         * lib/getndelim2.h: New file.
27987         * lib/getndelim2.c: Make into a module of its own. Include config.h,
27988         getndelim2.h.
27989         (getndelim2): Make non-static. Change return type to ssize_t.
27990         * lib/getline.h: Change argument names.
27991         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
27992         * lib/getnline.c: Include getndelim2.h.
27993
27994 2003-07-18  Andreas Schwab  <schwab@suse.de>
27995
27996         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
27997
27998 2003-07-17  Karl Berry  <karl@gnu.org>
27999
28000         * config/config.sub: update from prep.
28001
28002 2003-07-17  Bruno Haible  <bruno@clisp.org>
28003
28004         * modules/getnline: New file.
28005         * modules/getline: Add lib/getndelim2.c to source file list.
28006         * MODULES.html.sh (func_all_modules): Add getnline.
28007
28008 2003-07-17  Bruno Haible  <bruno@clisp.org>
28009
28010         * m4/getnline.m4: New file.
28011
28012 2003-07-17  Bruno Haible  <bruno@clisp.org>
28013
28014         * m4/Makefile.am.in: Remove file.
28015         * m4/Makefile.am: Remove file.
28016         * m4/Makefile.in: Remove file.
28017
28018 2003-07-17  Bruno Haible  <bruno@clisp.org>
28019
28020         * lib/getnline.h: New file.
28021         * lib/getnline.c: New file.
28022         * lib/getndelim2.c: New file, extracted from getline.c.
28023         (getndelim2): Renamed from getdelim2, with added nmax argument.
28024         * lib/getline.c: Include getndelim2.c.
28025         (getdelim2): Moved out to getndelim2.c.
28026         (getline, getdelim): Update.
28027
28028 2003-07-17  Bruno Haible  <bruno@clisp.org>
28029
28030         * lib/Makefile.am: Remove file.
28031         * lib/Makefile.in: Remove file.
28032
28033 2003-07-17  Bruno Haible  <bruno@clisp.org>
28034
28035         * configure.in: Remove file.
28036         * Makefile.in: Remove file.
28037
28038 2003-07-17  Bruno Haible  <bruno@clisp.org>
28039
28040         * MODULES.html.sh: Put the </BODY> right before </HTML>.
28041
28042 2003-07-16  Karl Berry  <karl@gnu.org>
28043
28044         * config/srclist-update: was running fixlicense twice, which caused
28045                 texinfo.tex to be nullified for some reason.  Simplify,
28046                 $gplsrc is no longer needed as far as I can see?
28047
28048 2003-07-16  Jim Meyering  <jim@meyering.net>
28049
28050         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
28051
28052 2003-07-15  Paul Eggert  <eggert@twinsun.com>
28053
28054         * config/srclist.txt: Get the following files from gettext-runtime/intl
28055         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
28056         ref-del.sin.  From Bruno Haible.
28057         * config/srclist-update (fixfile): Change grep pattern again, since the
28058         previous fix didn't work (there was another trailing $).  Use
28059         '[$]' to escape the $s.
28060
28061 2003-07-15  Karl Berry  <karl@gnu.org>
28062
28063         * lib/vasnprintf.c: update from gettext.
28064
28065 2003-07-15  Karl Berry  <karl@gnu.org>
28066
28067         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
28068         gets expanded when surrounded by '$'.
28069
28070 2003-07-15  Jim Meyering  <jim@meyering.net>
28071
28072         * modules/save-cwd: Don't depend on error.  From Derek Price.
28073
28074 2003-07-15  Jim Meyering  <jim@meyering.net>
28075
28076         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
28077
28078 2003-07-14  Simon Josefsson  <jas@extundo.com>
28079
28080         * modules/mempcpy: New file.
28081         * MODULES.html.sh (func_all_modules): Add mempcpy.
28082
28083 2003-07-14  Simon Josefsson  <jas@extundo.com>
28084
28085         * m4/mempcpy.m4: New file.
28086
28087 2003-07-14  Simon Josefsson  <jas@extundo.com>
28088
28089         * lib/mempcpy.h: New file.
28090         * lib/mempcpy.c: New file.
28091
28092 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28093
28094         * modules/getdate, modules/posixtm: Depend on mktime.
28095
28096 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28097
28098         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
28099         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
28100         unicodeio.c, unicodeio.h, unlocked-io.h:
28101         Switch from LGPL to GPL.
28102
28103 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28104
28105         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
28106         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
28107         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
28108         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
28109         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
28110         updated automatically by ../config/srclist-update.  This changes
28111         their license from LPGL to GPL.
28112
28113 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28114
28115         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
28116         assumed to refer to the root of the most recent stable gettext version.
28117         * config/srclistvars.sh: Add defaults for eggert.
28118         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
28119         Match "This program" as well as "The program".  This is needed
28120         for gettext.
28121
28122 2003-07-14  Jim Meyering  <jim@meyering.net>
28123
28124         Don't emit diagnostics.  Let callers do that.
28125         * lib/save-cwd.c: Don't include "error.h".
28126         (save_cwd): Don't call error.  Ensure that errno is valid
28127         when returning nonzero.
28128
28129         * lib/save-cwd.h (restore_cwd): Update prototype.
28130         * lib/save-cwd.c (restore_cwd): Remove two parameters.
28131         Simplify.  Don't call error upon failure.  Let callers do that.
28132         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
28133         when auditing is enabled.  But don't bother updating the #if.
28134
28135 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
28136
28137         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
28138         it breaks C++ compilation.
28139         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
28140
28141 2003-07-10  Simon Josefsson  <jas@extundo.com>
28142
28143         * modules/strchrnul (Makefile.am): Add strchrnul.h.
28144
28145 2003-07-10  Jim Meyering  <jim@meyering.net>
28146
28147         * m4/clock_time.m4: Remove trailing blank.
28148         * m4/intmax_t.m4: Likewise.
28149
28150 2003-07-10  Jim Meyering  <jim@meyering.net>
28151
28152         * lib/vasnprintf.c: Remove trailing blanks.
28153         Make cpp indentation consistent.
28154
28155 2003-07-09  Paul Eggert  <eggert@twinsun.com>
28156
28157         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
28158         posixver.c, strftime.c, strnlen.c, strverscmp.c:
28159         Switch from LGPL to GPL.
28160
28161 2003-07-09  Paul Eggert  <eggert@twinsun.com>
28162
28163         * config/srclist.txt: Sort sublists.  Add
28164         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
28165         that differ from gnulib for one reason or another; we'd like this list
28166         to be smaller but for now let's document what we have.
28167
28168 2003-07-08  Paul Eggert  <eggert@twinsun.com>
28169
28170         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
28171         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
28172         and sweeter "eval x=$x".
28173         * config/srclist.txt: Get lib/argp* from glibc.
28174
28175 2003-07-07  Paul Eggert  <eggert@twinsun.com>
28176
28177         * lib/mktime.c: Fix some boundary cases and remove need for floating
28178         point.
28179
28180         Issue a compile-time diagnostic if time_t is floating point, or if
28181         two's complement arithmetic is not in effect, or if arithmetic
28182         right shift does not propagate the sign.  These assumptions were
28183         all in the original code but they weren't checked.
28184
28185         (TIME_T_MIDPOINT, verify): New macros.
28186         (__isleap): Remove; it has integer overflow problems.
28187         (leapyear): New function, without those problems.
28188         (ydhms_tm_diff): Remove; splitting into two parts.
28189         (ydhms_diff): New function, containing the arithmetic part of
28190         the old ydhms_tm_diff function.  Issue a compile-time
28191         diagnostic if we are not using C99 integer division.
28192         Avoid casts when possible.
28193         (guess_time_tm): New function, containing the checking part of
28194         the old ydhms_tm_diff function.  Return the new value, rather than
28195         the difference between it and the old.  Accept a new argument T
28196         so that *T specifies the old value.  Check for overflow in the result.
28197
28198         (__mktime_internal): Use a time_t offset, not a long int offset.
28199         This undoes the 2003-06-04 change, which is no longer needed now
28200         that we have better overflow checking.
28201         (localtime_offset): Likewise.
28202
28203         (__mktime_internal): Avoid harmful overflow on hosts where time_t
28204         and long are 64-bit but int is only 32-bit.
28205         (ydhms_diff): Use long int to store year1 and yday1.
28206         Issue a compile-time diagnostic if long int is not wide enough.
28207
28208         (__mktime_internal): Use long int to store adjusted year and yday.
28209         Use plain C rather than preprocessor commands, if that doesn't
28210         affect efficiency.
28211         Check for overflow (and try to repair) after each probe
28212         rather than checking only at the very end.  This avoids some bugs
28213         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
28214         does not equal GMT offset at maximum time).
28215         Use integer to check for overflow rather than floating point; this
28216         is more portable to non-IEEE hosts, and is a tad faster.
28217         When we detect that we are oscillating between two values,
28218         don't check whether tm_isdst has the requested value, since
28219         we already know the answer.  When tm_isdst has the wrong value,
28220         use a different heuristic to find the right one, based on the
28221         extreme values actually observed in practice in tz2003a,
28222         rather than the (overly optimistic) "previous 3 calendar quarters".
28223
28224         (not_equal_tm, print_tm, check_result): Use "const T" rather than
28225         "T const" to accommodate glibc style.
28226         (check_result): Use less-confusing report format.  "long" -> "long int.
28227         (main): Likewise.
28228         Don't loop if the iteration overflows time_t.
28229         Allow a negative step in the iteration.
28230
28231 2003-07-06  Karl Berry  <karl@gnu.org>
28232
28233         * config/depcomp: update from automake.
28234         * config/config.sub: update from prep.
28235
28236 2003-07-03  Karl Berry  <karl@gnu.org>
28237
28238         * config/config.guess: update from prep.
28239
28240 2003-07-01  Paul Eggert  <eggert@twinsun.com>
28241
28242         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
28243         xreadlink.c now includes it unconditionally.
28244
28245 2003-07-01  Paul Eggert  <eggert@twinsun.com>
28246
28247         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
28248         having it depend on HAVE_SYS_TYPES_H.
28249
28250 2003-07-01  Bruno Haible  <bruno@clisp.org>
28251
28252         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
28253         <sys/types.h> should be sufficient.
28254         Reported by Paul Eggert.
28255
28256 2003-06-26  Karl Berry  <karl@gnu.org>
28257
28258         * config/depcomp: update from automake.
28259
28260 2003-06-26  Bruno Haible  <bruno@clisp.org>
28261
28262         * modules/human: Depend on module stdbool.
28263
28264 2003-06-25  Bruno Haible  <bruno@clisp.org>
28265
28266         * modules/readlink: New file.
28267         * modules/xreadlink: Depend on it.
28268         * MODULES.html.sh (func_all_modules): Add readlink.
28269
28270 2003-06-25  Bruno Haible  <bruno@clisp.org>
28271
28272         * m4/readlink.m4: New file.
28273
28274 2003-06-25  Bruno Haible  <bruno@clisp.org>
28275
28276         * lib/readlink.c: New file.
28277
28278 2003-06-22  Karl Berry  <karl@gnu.org>
28279
28280         * config/srclist.txt: update mkinstalldirs from automake.
28281         * config/mkinstalldirs: update.
28282
28283 2003-06-22  Bruno Haible  <bruno@clisp.org>
28284
28285         Portability to mingw32.
28286         * m4/ssize_t.m4: New file, from GNU gettext.
28287         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
28288         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
28289
28290 2003-06-22  Bruno Haible  <bruno@clisp.org>
28291
28292         * modules/safe-read: Add m4/ssize_t.m4.
28293         * modules/xreadlink: Add m4/ssize_t.m4.
28294
28295 2003-06-20  Bruno Haible  <bruno@clisp.org>
28296
28297         Assume C89, so PARAMS isn't needed.
28298         * lib/unicodeio.h (PARAMS): Remove.
28299         * lib/unicodeio.c: Don't use PARAMS.
28300
28301 2003-06-18  Karl Berry  <karl@gnu.org>
28302
28303         * config/config.{guess,sub}: update from prep.
28304
28305 2003-06-18  Jim Meyering  <jim@meyering.net>
28306
28307         Merge changes from coreutils.
28308         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
28309         Remove explicit declarations of xmalloc and realloc.
28310         Include xalloc.h.
28311         (read_utmp): Remove anachronistic cast of xmalloc.
28312
28313 2003-06-17  Paul Eggert  <eggert@twinsun.com>
28314
28315         Assume C89, so PARAMS isn't needed.
28316         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
28317         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
28318         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
28319         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
28320         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
28321         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
28322         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
28323         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
28324         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
28325         lib/xstrtod.h, lib/xstrtol.h: Likewise.
28326         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
28327         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
28328         no longer needed. Anyway, config.h should always be included before any
28329         other file.
28330
28331 2003-06-11  Simon Josefsson  <jas@extundo.com>
28332
28333         * modules/sysexits: New file.
28334         * MODULES.html.sh (func_all_modules): Add sysexits.
28335
28336 2003-06-11  Simon Josefsson  <jas@extundo.com>
28337
28338         * lib/sysexit_.h: New file.
28339
28340 2003-06-11  Derek Price  <derek@ximbiot.com>
28341
28342         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
28343         necessary.
28344
28345 2003-06-11  Bruno Haible  <bruno@clisp.org>
28346
28347         * m4/sysexits.m4: New file.
28348
28349 2003-06-10  Simon Josefsson  <jas@extundo.com>
28350
28351         * lib/argp.h: New file, from glibc.
28352         * lib/argp-ba.c: New file, from glibc.
28353         * lib/argp-eexst.c: New file, from glibc.
28354         * lib/argp-fmtstream.c: New file, from glibc.
28355         * lib/argp-fmtstream.h: New file, from glibc.
28356         * lib/argp-fs-xinl.c: New file, from glibc.
28357         * lib/argp-help.c: New file, from glibc.
28358         * lib/argp-namefrob.h: New file, from glibc.
28359         * lib/argp-parse.c: New file, from glibc.
28360         * lib/argp-pv.c: New file, from glibc.
28361         * lib/argp-pvh.c: New file, from glibc.
28362         * lib/argp-xinl.c: New file, from glibc.
28363
28364 2003-06-10  Simon Josefsson  <jas@extundo.com>
28365
28366         * modules/strchrnul: New file.
28367
28368 2003-06-10  Simon Josefsson  <jas@extundo.com>
28369
28370         * modules/argp: New file.
28371
28372 2003-06-10  Simon Josefsson  <jas@extundo.com>
28373
28374         * m4/strchrnul.m4: New file.
28375
28376 2003-06-10  Simon Josefsson  <jas@extundo.com>
28377
28378         * lib/strchrnul.h: New file.
28379         * lib/strchrnul.c: New file.
28380
28381 2003-06-10  Bruno Haible  <bruno@clisp.org>
28382
28383         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
28384
28385 2003-06-07  Karl Berry  <karl@gnu.org>
28386
28387         * config/config.{guess,sub}: update from prep.
28388
28389 2003-06-07  Jim Meyering  <jim@meyering.net>
28390
28391         * modules/strtod: Use $(...) notation, not @...@ for
28392         AC_REPLACE'd variables.
28393         * modules/localcharset: Likewise.
28394
28395 2003-06-07  Jim Meyering  <jim@meyering.net>
28396
28397         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
28398         in place of my name in the copyright comment.
28399         Remove definition and uses of __P.
28400
28401         From coreutils.
28402         * lib/stat.c: Don't declare xmalloc explicitly.
28403         Instead, include "xalloc.h".
28404         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
28405         xrealloc, and xcalloc return values.
28406         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
28407         Improve comment.
28408         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
28409
28410 2003-06-07  Bruno Haible  <bruno@clisp.org>
28411
28412         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
28413         avoid AC_CONFIG_LINKS.
28414         * modules/fnmatch (Makefile.am): Use explicit creation rule for
28415         fnmatch.h, to avoid AC_CONFIG_LINKS.
28416         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
28417
28418 2003-06-07  Bruno Haible  <bruno@clisp.org>
28419
28420         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
28421         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
28422         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
28423         directory.
28424         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
28425         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
28426         directory.
28427
28428 2003-06-06  Jim Meyering  <jim@meyering.net>
28429
28430         Merge from coreutils.
28431         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
28432         Consolidate declarations and initializations of *_base* locals.
28433
28434         Merge from coreutils.
28435         This avoids a core dump on systems without GNU putenv,
28436         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
28437         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
28438         (unsetenv): New static function, from GNU libc.
28439         (rpl_putenv): Use it.
28440
28441         * lib/modechange.c: Remove trailing blanks.
28442
28443         Merge from coreutils.
28444         * lib/fsusage.c: Remove declaration of statfs.
28445         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
28446
28447         * lib/posixtm.c: Include <stdbool.h> unconditionally.
28448
28449 2003-06-06  Jim Meyering  <jim@meyering.net>
28450
28451         * lib/stdbool_.h: Renamed from stdbool.h.in.
28452
28453 2003-06-06  Jim Meyering  <jim@meyering.net>
28454             Bruno Haible  <bruno@clisp.org>
28455
28456         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
28457         Adjust Makefile.am snippet not to redirect directly to target.
28458         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
28459
28460 2003-06-05  Paul Eggert  <eggert@twinsun.com>
28461
28462         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
28463         mismatch, look in future quarters as well as past.  This fixes a
28464         bug when processing fall-backwards gaps immediately after a long
28465         period of daylight-saving time.
28466
28467         * lib/mktime.c: Assume freestanding C89 or better.
28468         (HAVE_LIMITS_H): Remove.  Assume it's 1.
28469         (__P): Remove; not used.
28470         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
28471         (mktime, not_equal_tm, print_tm, check_result,
28472         main): Use prototypes.  Use const * where appropriate.
28473         (main): Fix typo in testing code that uncovered by above changes.
28474         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
28475
28476 2003-06-04  Paul Eggert  <eggert@twinsun.com>
28477
28478         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
28479         locale.h, localeconv.  This merges changes from coreutils.
28480
28481         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
28482         It can be removed after the next Autoconf is released.
28483         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
28484         needed.
28485
28486 2003-06-04  Paul Eggert  <eggert@twinsun.com>
28487
28488         * lib/mktime.c: Fix Debian bug 177940
28489         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
28490         (localtime_offset): Now long int, not time_t, because we want it
28491         to be guaranteed to be signed.  All uses changed.
28492         (__mktime_internal): If overflow would occur when adding offset,
28493         don't add it.
28494
28495         Merge 'human' changes from coreutils.  Rewrite to support
28496         locale-specific notations like thousands separators.
28497         * lib/human.c: Simplify authorship notice.
28498         Include human.h immediately after config.h.
28499         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
28500         <limits.h>: Do not include, since human.h does.
28501         (SIZE_MAX, UINTMAX_MAX): New macros.
28502         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
28503         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
28504         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
28505         (power_letter): Renamed from suffixes.
28506         (generate_suffix_backwards): Remove.
28507         (adjust_value): Now takes int style (because of human.h changes)
28508         and long double value (for greater precision on some platforms).
28509         (group_number): New function.
28510         (human_readable): Use it.  Use integer options, not enum.
28511         Put the options before the sizes in the arg list.
28512         Support all the new options.
28513         The old human_readable function has been removed;
28514         use inttostr.h instead.
28515         (human_readable, default_block_size, humblock):
28516         Use uintmax_t, not int, for block sizes.
28517         (human_readable_inexact, block_size_types): Remove.
28518         (block_size_opts): New constant.
28519         (human_options): Renamed from human_block_size, with new signature
28520         that allows block sizes up to UINTMAX_MAX.  All callers changed.
28521         * lib/human.h: Add copyright and authorship notice.
28522         Include <limits.h> and <stdbool.h> unconditionally.
28523         (PARAMS): Remove.  All uses removed.
28524         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
28525         (enum human_inexact_style): Remove tag; now a nameless enum.
28526         (human_floor, human_ceiling, human_round_to_even): Now have
28527         values 2, 0, 1 rather than -1, 1, 0.
28528         (human_group_digits, human_suppress_point_zero, human_autoscale,
28529         human_base_1024, human_SI, human_B): New constants.
28530         (human_readable_inexact, human_block_size): Remove.
28531         (human_readable): Size args are now uintmax_t, not int.
28532         (human_options): New decl.
28533
28534         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
28535         unnecessary now that we assume C89 or better.  This change
28536         imported from coreutils.
28537
28538         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
28539         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
28540         in the 2003-05-30 sync from glibc.
28541
28542         .h files should stand alone, but we shouldn't include <sys/types.h>
28543         if we can get away with just <stddef.h>.
28544
28545         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
28546         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
28547         rather than <sys/types.h>, as we merely need size_t.
28548         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
28549         to get size_t.
28550         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
28551         Include <stdio.h>, to get FILE.
28552         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
28553         memcasecmp.h has included <stddef.h> and all we need is size_t.
28554         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
28555         our interface, instead of including <sys/types.h>
28556
28557 2003-06-04  Paul Eggert  <eggert@twinsun.com>
28558
28559         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
28560         now, as glibc mktime is buggy on non-glibc systems.
28561
28562 2003-06-03  Karl Berry  <karl@gnu.org>
28563
28564         * config/config.sub: update from prep.
28565
28566 2003-06-02  Paul Eggert  <eggert@twinsun.com>
28567
28568         [from coreutils]
28569         Fix some minor time-related bugs with POSIX time arguments.
28570         Some valid time stamps were being rejected (notably -1, and
28571         time stamps before 1900 on 64-bit hosts).  And some invalid
28572         time stamps were being accepted, e.g. September 31.
28573
28574         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
28575         that we can return (time_t) -1 successfully.
28576         * lib/posixtm.c: Likewise.
28577         [HAVE_STDBOOL_H]: Include <stdbool.h>.
28578         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
28579         (t): Remove static var.
28580         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
28581         of static var.  All uses changed.
28582         (year): Do not reject years before 1900; they can occur with
28583         64-bit time_t.
28584         (posix_time_parse): Do not check for out-of-range components;
28585         that is now the caller's responsibility, since our checks were
28586         only approximations.
28587         (posixtime): Use mktime to check for out-of-range components,
28588         since it knows them exactly.
28589         If mktime returns (time_t) -1, check whether an error actually occurred
28590         by invoking localtime on -1.
28591         (main) [TEST_POSIXTIME]: Check for input data errors, and report
28592         posixtime failures better.
28593         Improve the test data (in comments only).
28594
28595 2003-06-02  Karl Berry  <karl@gnu.org>
28596
28597         * config/mkinstalldirs (version): new variable.
28598         (--version): new option.
28599         (usage): improve message.
28600
28601 2003-05-30  Karl Berry  <karl@gnu.org>
28602
28603         * lib/mktime.c: update from libc.
28604
28605 2003-05-30  Bruno Haible  <bruno@clisp.org>
28606
28607         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
28608         * config/config.rpath: Upgrade to gettext-0.12.1.
28609
28610 2003-05-30  Bruno Haible  <bruno@clisp.org>
28611
28612         * m4/gettext.m4: Upgrade to gettext-0.12.1.
28613         * m4/nls.m4: New file, from gettext-0.12.1.
28614         * m4/po.m4: New file, from gettext-0.12.1.
28615         * m4/progtest.m4: Upgrade to gettext-0.12.1.
28616
28617 2003-05-30  Bruno Haible  <bruno@clisp.org>
28618
28619         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
28620         * lib/localcharset.h: Likewise.
28621         * lib/localcharset.c: Likewise.
28622
28623 2003-05-29  Karl Berry  <karl@gnu.org>
28624
28625         * config/config.rpath: update from gettext.
28626
28627 2003-05-28  Paul Eggert  <eggert@twinsun.com>
28628
28629         Assume the headers required for C89 freestanding compilers.
28630         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
28631         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
28632         * m4/human.m4 (gl_HUMAN): Likewise.
28633         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
28634         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
28635         * m4/userspec.m4 (gl_USERSPEC): Likewise.
28636         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
28637         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
28638         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
28639
28640 2003-05-28  Paul Eggert  <eggert@twinsun.com>
28641
28642         Assume the headers required for C89 freestanding compilers.
28643         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
28644         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
28645         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
28646         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
28647         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
28648         define, since <limits.h> is guaranteed to do that.
28649         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
28650         * lib/exclude.c: Include <stdbool.h> unconditionally.
28651         * lib/tempname.c: Include <stddef.h> unconditionally.
28652         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
28653         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
28654         <stddef.h> does that.
28655         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
28656         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
28657         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
28658         needed.
28659         * lib/xstrtol.c: Likewise.
28660         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
28661         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
28662
28663         * lib/addext.c (addext): Use assignment rather than cast, to avoid
28664         warnings on some platforms.
28665
28666         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
28667         arbitrarily.
28668
28669 2003-05-26  Jim Meyering  <jim@meyering.net>
28670
28671         Merge in a change from coreutils:
28672         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
28673         that is guaranteed to be `no'.  Use `no_such_member' to indicate
28674         that condition, rather than `-1' which is slightly misleading.
28675         Change the name of the cache variable to have the gl_ prefix.
28676         Prompted by a patch from Richard Dawe for DJGPP.
28677
28678 2003-05-24  Karl Berry  <karl@gnu.org>
28679
28680         * config/config.guess: update from prep.
28681
28682 2003-05-22  Karl Berry  <karl@gnu.org>
28683
28684         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
28685
28686 2003-05-20  Karl Berry  <karl@gnu.org>
28687
28688         * config/config.guess: update from prep.
28689
28690 2003-05-18  Karl Berry  <karl@gnu.org>
28691
28692         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
28693         might actually be set by the user.
28694
28695         * config/depcomp, install-sh, mdate-sh: update from automake.
28696
28697 2003-05-17  Bruno Haible  <bruno@clisp.org>
28698
28699         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
28700         invalid expansion for AC_EGREP_CPP.
28701         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
28702         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
28703         Suggested by Akim Demaille <akim@epita.fr> in
28704         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
28705
28706 2003-05-12  Jim Meyering  <jim@meyering.net>
28707
28708         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
28709         the space-padded-by-default conversion specifiers, %e, %k, %l.
28710
28711 2003-05-12  Bruno Haible  <bruno@clisp.org>
28712
28713         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
28714         the string is longer than 4 KB.
28715
28716 2003-05-11  Karl Berry  <karl@gnu.org>
28717
28718         * config/config.{guess,sub}: update from prep.
28719
28720 2003-05-09  Bruno Haible  <bruno@clisp.org>
28721
28722         * modules/error: Add m4/strerror_r.m4 to file list.
28723
28724 2003-05-03  Bruno Haible  <bruno@clisp.org>
28725
28726         Upgrade to Unicode-4.0.
28727         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
28728         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
28729         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
28730         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
28731         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
28732         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
28733         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
28734         Change width of U+E0100..U+E01EF from 1 to 0.
28735
28736 2003-04-25  Jim Meyering  <jim@meyering.net>
28737
28738         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
28739         of type size_t, not int.
28740
28741 2003-04-25  Bruno Haible  <bruno@clisp.org>
28742
28743         * lib/copy-file.c: Include <stddef.h>, for size_t.
28744
28745 2003-04-21  Paul Eggert  <eggert@twinsun.com>
28746
28747         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
28748         code which expansion is under static control.  Patch imported from
28749         Akim Demaille's patch to Bison; see
28750         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
28751
28752 2003-04-14  Bruno Haible  <bruno@clisp.org>
28753
28754         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
28755
28756 2003-04-11  Jim Meyering  <jim@meyering.net>
28757
28758         Merge changes from Coreutils.
28759
28760         2003-03-22  Jim Meyering  <jim@meyering.net>
28761
28762         * lib/strftime.c (widen): Cast alloca return value to proper type.
28763
28764         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
28765
28766         From GNU libc.
28767         * lib/strftime.c (my_strftime): Handle very large width
28768         specifications for numeric values correctly.  Improve checks for
28769         overflow.
28770
28771         2003-01-19  Jim Meyering  <jim@meyering.net>
28772
28773         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
28774         definitions.
28775         (nl_get_alt_digit) [! defined my_strftime]: Define.
28776         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
28777         _nl_get_alt_digit and _nl_get_walt_digit.
28778
28779         * lib/strftime.c (my_strftime): Merge in locale-related changes from
28780         libc. These changes have no effect outside of _LIBC.
28781
28782 2003-04-10  Bruno Haible  <bruno@clisp.org>
28783
28784         * modules/findprog: New file.
28785         * MODULES.html.sh (func_all_modules): Add it.
28786
28787 2003-04-10  Bruno Haible  <bruno@clisp.org>
28788
28789         * m4/findprog.m4: New file.
28790         * m4/eaccess.m4: New file.
28791
28792 2003-04-10  Bruno Haible  <bruno@clisp.org>
28793
28794         * lib/findprog.h: New file, from GNU gettext.
28795         * lib/findprog.c: New file, from GNU gettext.
28796
28797 2003-04-05  Jim Meyering  <jim@meyering.net>
28798
28799         Merge changes from Coreutils.
28800
28801         * lib/exclude.h (PARAMS): Remove definition and uses.
28802         * lib/exclude.c: Remove uses of `PARAMS'.
28803
28804         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
28805         Add test-cases for DOS filenames. Declare program_name.
28806         (main): Set up program_name.  Patch by Rich Dawe.
28807
28808         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
28809         error from mntctl.
28810         Use mntctl's return value to drive the entry-processing loop, since
28811         we can't rely on the value of the vmt_length member in the last
28812         entry.  On some systems doing so could result in exhausting
28813         virtual memory.  Based in part on a patch from Mike Jetzer.
28814
28815 2003-04-04  Bruno Haible  <bruno@clisp.org>
28816
28817         * modules/linebreak: New file.
28818         * MODULES.html.sh (func_all_modules): Add it.
28819
28820 2003-04-04  Bruno Haible  <bruno@clisp.org>
28821
28822         * m4/linebreak.m4: New file.
28823
28824 2003-04-04  Bruno Haible  <bruno@clisp.org>
28825
28826         * lib/linebreak.h: New file, from GNU gettext.
28827         * lib/linebreak.c: New file, from GNU gettext with slight
28828         modifications.
28829         * lib/lbrkprop.h: New file, from GNU gettext.
28830
28831 2003-04-03  Bruno Haible  <bruno@clisp.org>
28832
28833         * modules/utf8-ucs4: New file.
28834         * modules/utf16-ucs4: New file.
28835         * modules/ucs4-utf8: New file.
28836         * modules/ucs4-utf16: New file.
28837         * MODULES.html.sh (func_all_modules): Add them.
28838
28839 2003-04-03  Bruno Haible  <bruno@clisp.org>
28840
28841         * m4/utf-ucs4.m4: New file.
28842         * m4/ucs4-utf.m4: New file.
28843
28844 2003-04-03  Bruno Haible  <bruno@clisp.org>
28845
28846         * lib/utf8-ucs4.h: New file, from GNU gettext.
28847         * lib/utf16-ucs4.h: New file, from GNU gettext.
28848         * lib/ucs4-utf8.h: New file, from GNU gettext.
28849         * lib/ucs4-utf16.h: New file, from GNU gettext.
28850
28851 2003-04-02  Bruno Haible  <bruno@clisp.org>
28852
28853         * modules/binary-io: New file.
28854         * MODULES.html.sh (func_all_modules): Add it.
28855
28856 2003-04-02  Bruno Haible  <bruno@clisp.org>
28857
28858         * lib/binary-io.h: New file, from GNU gettext.
28859
28860 2003-04-01  Bruno Haible  <bruno@clisp.org>
28861
28862         * modules/pathname: New file.
28863         * MODULES.html.sh (func_all_modules): Add it.
28864
28865 2003-04-01  Bruno Haible  <bruno@clisp.org>
28866
28867         * lib/pathname.h: New file, from GNU gettext.
28868         * lib/concatpath.c: New file, from GNU gettext.
28869
28870 2003-03-30  Bruno Haible  <bruno@clisp.org>
28871
28872         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
28873
28874 2003-03-30  Bruno Haible  <bruno@clisp.org>
28875
28876         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
28877         function chown() doesn't exist.
28878
28879 2003-03-28  Bruno Haible  <bruno@clisp.org>
28880
28881         * modules/copy-file: New file.
28882         * MODULES.html.sh (func_all_modules): Add it.
28883
28884 2003-03-28  Bruno Haible  <bruno@clisp.org>
28885
28886         * m4/copy-file.m4: New file.
28887
28888 2003-03-28  Bruno Haible  <bruno@clisp.org>
28889
28890         * lib/copy-file.h: New file, from GNU gettext.
28891         * lib/copy-file.c: New file, from GNU gettext.
28892
28893 2003-03-18  Jim Meyering  <jim@meyering.net>
28894
28895         * lib/quote.c (quote_n): Fix typo in comment.
28896
28897 2003-03-18  Bruno Haible  <bruno@clisp.org>
28898
28899         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
28900         checking.
28901         * m4/onceonly_2_57.m4: Likewise.
28902
28903 2003-03-17  Bruno Haible  <bruno@clisp.org>
28904
28905         * m4/onceonly.m4: Require autoconf 2.54 or newer.
28906         (m4_quote): Remove macro.
28907         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
28908
28909 2003-03-14  Jim Meyering  <jim@meyering.net>
28910
28911         Merge changes from Coreutils.
28912         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
28913         to be const, in order to avoid warnings.
28914         (obstack_room): Likewise.
28915         (obstack_empty_p): Likewise.
28916
28917 2003-03-14  Bruno Haible  <bruno@clisp.org>
28918
28919         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
28920         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
28921
28922 2003-03-13  Paul Eggert  <eggert@twinsun.com>
28923
28924         Merge changes from Bison.
28925         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
28926         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
28927         when compiling Bison 1.875's `bitset bset = obstack_alloc
28928         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
28929         * lib/hash.c: Include <stdbool.h> unconditionally.
28930
28931 2003-03-13  Paul Eggert  <eggert@twinsun.com>
28932
28933         * m4/onceonly.m4 (m4_quote): New macro.
28934         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
28935         Quote AC_FOREACH variable-expansions properly.
28936
28937 2003-03-13  Paul Eggert  <eggert@twinsun.com>
28938
28939         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
28940
28941 2003-03-09  Paul Eggert  <eggert@twinsun.com>
28942
28943         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
28944         Reported by Bruce Becker; see:
28945         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
28946
28947 2003-03-03  Paul Eggert  <eggert@twinsun.com>
28948             Bruno Haible  <bruno@clisp.org>
28949
28950         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
28951         Reported by John Hughes, see
28952         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
28953
28954 2003-02-20  Bruno Haible  <bruno@clisp.org>
28955
28956         * MODULES.html.sh (func_all_modules): Add poll.
28957
28958 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
28959
28960         * modules/poll: New file.
28961
28962 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
28963
28964         * lib/poll_.h: New file.
28965         * lib/poll.c: New file.
28966
28967 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
28968
28969         * m4/poll.m4: New file.
28970
28971 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
28972
28973         * modules/mathl: New file.
28974
28975 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
28976
28977         * lib/mathl.h: New file.
28978         * lib/acosl.c: New file.
28979         * lib/asinl.c: New file.
28980         * lib/atanl.c: New file.
28981         * lib/ceill.c: New file.
28982         * lib/cosl.c: New file.
28983         * lib/expl.c: New file.
28984         * lib/floorl.c: New file.
28985         * lib/frexpl.c: New file.
28986         * lib/ldexpl.c: New file.
28987         * lib/logl.c: New file.
28988         * lib/sincosl.c: New file.
28989         * lib/sinl.c: New file.
28990         * lib/sqrtl.c: New file.
28991         * lib/tanl.c: New file.
28992         * lib/trigl.c: New file.
28993         * lib/trigl.h: New file.
28994
28995 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
28996
28997         * m4/mathl.m4: New file.
28998
28999 2003-02-18  Bruno Haible  <bruno@clisp.org>
29000
29001         * MODULES.html.sh (func_all_modules): Add mathl.
29002
29003 2003-02-17  Bruno Haible  <bruno@clisp.org>
29004
29005         * modules/mkdtemp: New module.
29006         * MODULES.html.sh (func_all_modules): Add it.
29007
29008 2003-02-17  Bruno Haible  <bruno@clisp.org>
29009
29010         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
29011
29012 2003-02-17  Bruno Haible  <bruno@clisp.org>
29013
29014         * lib/mkdtemp.h: New file, from GNU gettext.
29015         * lib/mkdtemp.c: New file, from GNU gettext.
29016
29017 2003-02-02  Jim Meyering  <jim@meyering.net>
29018
29019         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
29020         e.g. glibc-2.2.93.
29021
29022 2003-01-31  Bruno Haible  <bruno@clisp.org>
29023
29024         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
29025         'rpl_rename'.
29026         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
29027         'rpl_strnlen'.
29028         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
29029         'rpl_strtod'.
29030         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
29031         'rpl_utime'.
29032
29033 2003-01-31  Bruno Haible  <bruno@clisp.org>
29034
29035         * lib/rename.c: #undef rename before defining rpl_rename.
29036         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
29037
29038 2003-01-30  Bruno Haible  <bruno@clisp.org>
29039
29040         * modules/vasnprintf, modules/vasprintf: New modules.
29041         * MODULES.html.sh (func_all_modules): Add them.
29042
29043 2003-01-30  Bruno Haible  <bruno@clisp.org>
29044
29045         * m4/signed.m4: New file, from GNU gettext.
29046         * m4/longdouble.m4: New file, from GNU gettext.
29047         * m4/wchar_t.m4: New file, from GNU gettext.
29048         * m4/wint_t.m4: New file, from GNU gettext.
29049         * m4/vasnprintf.m4: New file.
29050         * m4/vasprintf.m4: New file.
29051
29052 2003-01-30  Bruno Haible  <bruno@clisp.org>
29053
29054         * lib/printf-args.h: New file, from GNU gettext.
29055         * lib/printf-args.c: New file, from GNU gettext.
29056         * lib/printf-parse.h: New file, from GNU gettext.
29057         * lib/printf-parse.c: New file, from GNU gettext.
29058         * lib/vasnprintf.h: New file, from GNU gettext.
29059         * lib/vasnprintf.c: New file, from GNU gettext.
29060         * lib/asnprintf.c: New file, from GNU gettext.
29061         * lib/vasprintf.h: New file, from GNU gettext with modifications.
29062         * lib/vasprintf.c: New file, from GNU gettext.
29063         * lib/asprintf.c: New file, from GNU gettext.
29064
29065 2003-01-29  Bruno Haible  <bruno@clisp.org>
29066
29067         * modules/stpncpy: New module.
29068         * MODULES.html.sh (func_all_modules): Add it.
29069
29070 2003-01-29  Bruno Haible  <bruno@clisp.org>
29071
29072         * m4/stpncpy.m4: New file.
29073
29074 2003-01-29  Bruno Haible  <bruno@clisp.org>
29075
29076         * lib/stpncpy.h: New file, from GNU gettext with modifications.
29077         * lib/stpncpy.c: New file, from GNU gettext with modifications.
29078
29079 2003-01-28  Bruno Haible  <bruno@clisp.org>
29080
29081         * modules/c-ctype: New module.
29082         * MODULES.html.sh (func_all_modules): Add it.
29083
29084 2003-01-28  Bruno Haible  <bruno@clisp.org>
29085
29086         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
29087         Paul Eggert.
29088         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
29089         Paul Eggert.
29090
29091 2003-01-27  Bruno Haible  <bruno@clisp.org>
29092
29093         * modules/xsetenv: New module.
29094         * MODULES.html.sh (func_all_modules): Add it.
29095
29096 2003-01-27  Bruno Haible  <bruno@clisp.org>
29097
29098         * lib/xsetenv.h: New file, from GNU gettext.
29099         * lib/xsetenv.c: New file, from GNU gettext.
29100
29101 2003-01-23  Jim Meyering  <jim@meyering.net>
29102
29103         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
29104         from working on systems without dirfd (at least Irix and OSF1/Tru64).
29105
29106 2003-01-23  Bruno Haible  <bruno@clisp.org>
29107
29108         * modules/minmax: New module.
29109         * MODULES.html.sh (func_all_modules): Add it.
29110
29111 2003-01-23  Bruno Haible  <bruno@clisp.org>
29112
29113         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
29114         Eggert.
29115
29116 2003-01-22  Bruno Haible  <bruno@clisp.org>
29117
29118         * modules/exit: New module.
29119         * MODULES.html.sh (func_all_modules): Add it.
29120
29121 2003-01-22  Bruno Haible  <bruno@clisp.org>
29122
29123         * lib/exit.h: New file, from GNU gettext.
29124
29125 2003-01-19  Bruno Haible  <bruno@clisp.org>
29126
29127         * gnulib-tool: Recognize option --extract-maintainer.
29128         (func_get_maintainer): New function.
29129         * modules/*: Add Maintainer entry.
29130
29131 2003-01-16  Jim Meyering  <jim@meyering.net>
29132
29133         * m4/regex.m4: The `regex' struct is both input and output.
29134         Initialize it before each use.  Patch by Tim Waugh.
29135
29136 2003-01-16  Bruno Haible  <bruno@clisp.org>
29137
29138         * MODULES.html.sh: Add a table of contents. Add the module name as
29139         leftmost column. Add hyperlinks.
29140
29141 2003-01-15  Bruno Haible  <bruno@clisp.org>
29142
29143         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
29144
29145 2003-01-15  Bruno Haible  <bruno@clisp.org>
29146
29147         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
29148         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
29149         suffix.
29150
29151 2003-01-15  Bruno Haible  <bruno@clisp.org>
29152
29153         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
29154
29155 2003-01-15  Bruno Haible  <bruno@clisp.org>
29156
29157         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
29158         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
29159
29160 2003-01-14  Jim Meyering  <jim@meyering.net>
29161
29162         * lib/same.c (same_name): Tweak a comment.
29163
29164 2003-01-14  Bruno Haible  <bruno@clisp.org>
29165
29166         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
29167         when a string comparison is sufficient.
29168
29169 2003-01-14  Bruno Haible  <bruno@clisp.org>
29170
29171         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
29172         'unsigned int'.
29173
29174 2003-01-14  Bruno Haible  <bruno@clisp.org>
29175
29176         * lib/hash-pjw.c: Add comment about low quality of this function.
29177
29178 2003-01-13  Bruno Haible  <bruno@clisp.org>
29179
29180         * modules/stpcpy: Distribute lib/stpcpy.h.
29181         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
29182
29183 2003-01-13  Bruno Haible  <bruno@clisp.org>
29184
29185         * modules/*: Add a description.
29186         * modules/strpbrk: Fix Makefile.am snippet.
29187         * modules/strtoimax: Fix dependencies.
29188         * modules/strtoumax: Likewise.
29189
29190 2003-01-13  Bruno Haible  <bruno@clisp.org>
29191
29192         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
29193         * modules/alloca (Makefile.am): All object files depend on alloca.h.
29194         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
29195
29196 2003-01-13  Bruno Haible  <bruno@clisp.org>
29197
29198         * gnulib-tool (func_create_testdir): Store config/* files in the main
29199         directory.
29200         * config.rpath: Move to ...
29201         * config/config.rpath: ... here.
29202         * modules/gettext: Contains config/config.rpath, not config.rpath.
29203         * modules/iconv: Likewise.
29204
29205 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29206
29207         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29208         to avoid collisions with libcurses and libreadline.
29209
29210         * m4/getstr.m4: Remove.
29211         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
29212
29213 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29214
29215         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29216         to avoid collisions with libcurses and libreadline.
29217
29218         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
29219         * lib/getstr.h, getstr.c: Remove.
29220         * lib/getline.c: Include "getline.h", to check interface.
29221         Move body of old getstr.c here: this defines MIN_CHUNK and
29222         declares getdelim2, which is renamed from getstr.
29223         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
29224
29225         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
29226         All uses changed.
29227         * lib/linebuffer.h: Likewise.
29228         (readline): Remove backward-compatibility macro.
29229
29230 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29231
29232         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29233         to avoid collisions with libcurses and libreadline.
29234         * getstr: Remove.
29235         * MODULES.html.sh: Remove getstr.
29236         * modules/getline: Depend on unlocked-io, not getstr.
29237
29238 2003-01-12  Jim Meyering  <jim@meyering.net>
29239
29240         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
29241
29242 2003-01-10  Bruno Haible  <bruno@clisp.org>
29243
29244         * modules/alloca: Change Makefile.am requirements. Simplify Include
29245         requirements. Add lib/alloca_.h to file list.
29246
29247 2003-01-10  Bruno Haible  <bruno@clisp.org>
29248
29249         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
29250
29251 2003-01-10  Bruno Haible  <bruno@clisp.org>
29252
29253         * lib/alloca_.h: New file.
29254         * lib/getdate.y: Unconditionally include alloca.h.
29255         * lib/makepath.c: Likewise.
29256         * lib/setenv.c: Likewise.
29257         * lib/userspec.c: Likewise.
29258
29259 2003-01-09  Karl Berry  <karl@gnu.org>
29260
29261         * MODULES.html.sh: include `dirname $0` in PATH, to find
29262         gnulib-tool.
29263
29264 2003-01-09  Bruno Haible  <bruno@clisp.org>
29265
29266         * modules/stdbool: Change configure.ac, Makefile.am requirements.
29267         Simplify Include requirements. Add lib/stdbool.h.in to file list.
29268
29269 2003-01-09  Bruno Haible  <bruno@clisp.org>
29270
29271         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
29272
29273 2003-01-09  Bruno Haible  <bruno@clisp.org>
29274
29275         * lib/stdbool.h.in: New file.
29276
29277 2003-01-09  Bruno Haible  <bruno@clisp.org>
29278
29279         * gnulib-tool (func_all_modules): Ignore files ending in ~.
29280         * MODULES.html.sh: Likewise.
29281
29282 2003-01-08  Jim Meyering  <jim@meyering.net>
29283
29284         * lib/full-write.c: Undefine and define-away `const' after inclusion
29285         of errno.h, not before.  Suggestion from Bruno Haible.
29286
29287 2003-01-08  Bruno Haible  <bruno@clisp.org>
29288
29289         * modules/full-read: Depend on full-write.
29290
29291 2003-01-08  Bruno Haible  <bruno@clisp.org>
29292
29293         * lib/safe-read.c: Include specification header first, to ensure its
29294         selfcontainedness.
29295         * lib/full-write.c: Likewise.
29296
29297 2003-01-07  Jim Meyering  <jim@meyering.net>
29298
29299         * lib/full-write.c: Rework so that it may serve to define full_read,
29300         too.
29301         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
29302
29303 2003-01-07  Bruno Haible  <bruno@clisp.org>
29304
29305         * lib/strtoimax.c: Include <stdint.h> as an alternative to
29306         <inttypes.h>.
29307         * lib/xstrtol.h: Likewise.
29308         * lib/xstrtoimax.c: Likewise.
29309         * lib/xstrtoumax.c: Likewise.
29310         * lib/human.h: Likewise.
29311
29312         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
29313         on systems that have <inttypes.h> but not <stdint.h>.
29314
29315 2003-01-07  Bruno Haible  <bruno@clisp.org>
29316
29317         * MODULES.html.sh: Add copyright notice.
29318         (missed_files): Omit CVS directory entries.
29319         (func_module): Make it work with sed-3.02.
29320         * MODULES.txt: Remove file.
29321
29322 2003-01-06  Jim Meyering  <jim@meyering.net>
29323
29324         * lib/version-etc.c: Update year in translatable copyright string.
29325
29326 2003-01-03  Karl Berry  <karl@gnu.org>
29327
29328         * config/config.{guess,sub}: update from prep.
29329
29330 2003-01-02  Karl Berry  <karl@gnu.org>
29331
29332         * doc/COPYING.DOC: belatedly updated to 1.2.
29333
29334 2003-01-01  Karl Berry  <karl@gnu.org>
29335
29336         * gnulib-tool (func_verify_module): report module name $module in
29337         error message, not $1.
29338         * gnulib-tool (create-testdir): don't complain if destdir couldn't
29339         be created, only if it doesn't exist.
29340         * gnulib-tool (last_checkin_date): don't expand the $Date here.
29341
29342 2002-12-31  Paul Eggert  <eggert@twinsun.com>
29343
29344         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
29345
29346 2002-12-31  Paul Eggert  <eggert@twinsun.com>
29347
29348         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
29349         memcmp if strcoll doesn't work.
29350
29351 2002-12-31  Bruno Haible  <bruno@clisp.org>
29352
29353         * lib/utime.c (utime_null): No need to call ftruncate if the file was
29354         nonempty.
29355
29356 2002-12-31  Bruno Haible  <bruno@clisp.org>
29357
29358         * lib/memcoll.c (STRCOLL): New macro.
29359         (memcoll): Use it.
29360
29361 2002-12-31  Bruno Haible  <bruno@clisp.org>
29362
29363         * lib/localcharset.h: New file.
29364         * lib/localcharset.c: Include it.
29365         * lib/unicodeio.c: Likewise.
29366
29367 2002-12-31  Bruno Haible  <bruno@clisp.org>
29368
29369         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
29370         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
29371
29372 2002-12-31  Bruno Haible  <bruno@clisp.org>
29373
29374         * lib/getline.h: Include <stddef.h>, for size_t.
29375
29376         * lib/unicodeio.h: Include <stddef.h>, for size_t.
29377         * lib/unicodeio.c: Don't include <stddef.h>.
29378
29379 2002-12-31  Bruno Haible  <bruno@clisp.org>
29380
29381         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
29382         HAVE_TM_ZONE.
29383
29384 2002-12-24  Karl Berry  <karl@gnu.org>
29385
29386         * config/config.guess: update from prep.
29387
29388 2002-12-24  Bruno Haible  <bruno@clisp.org>
29389
29390         General infrasructure.
29391         * m4/README: Rewritten.
29392         * m4/onceonly.m4: New file.
29393         * m4/onceonly_2_57.m4: New file.
29394
29395         Module atexit.
29396         * m4/atexit.m4: New file.
29397
29398         Module strtod.
29399         * m4/strtod.m4: New file.
29400
29401         Module strtol.
29402         * m4/strtol.m4: New file.
29403
29404         Module strtoul.
29405         * m4/strtoul.m4: New file.
29406
29407         Module memchr.
29408         * m4/memchr.m4: New file.
29409
29410         Module memcmp.
29411         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
29412         (jm_FUNC_MEMCMP): Invoke it.
29413
29414         Module memcpy.
29415         * m4/memcpy.m4: New file.
29416
29417         Module memmove.
29418         * m4/memmove.m4: New file.
29419
29420         Module memset.
29421         * m4/memset.m4: New file.
29422
29423         Module strcspn.
29424         * m4/strcspn.m4: New file.
29425
29426         Module strpbrk.
29427         * m4/strpbrk.m4: New file.
29428
29429         Module strstr.
29430         * m4/strstr.m4: New file.
29431
29432         Module strerror.
29433         * m4/strerror.m4: New file.
29434
29435         Module mktime.
29436         * m4/mktime.m4: Renamed from jm-mktime.m4.
29437         (gl_PREREQ_MKTIME): New macro.
29438         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
29439
29440         Module malloc.
29441         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
29442         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
29443         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
29444
29445         Module realloc.
29446         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
29447         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
29448         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
29449
29450         Module strftime.
29451         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
29452         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
29453         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
29454         gl_TM_GMTOFF.
29455         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
29456
29457         Module xalloc.
29458         * m4/xalloc.m4: New file.
29459
29460         Module alloca.
29461         * m4/alloca.m4: New file.
29462
29463         Module putenv.
29464         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
29465         (jm_FUNC_PUTENV): Invoke it.
29466
29467         Module setenv.
29468         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
29469         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
29470         when invoked twice.
29471         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
29472         gt_FUNC_SETENV.
29473
29474         Module memrchr.
29475         * m4/memrchr.m4: New file.
29476
29477         Module stpcpy.
29478         * m4/stpcpy.m4: New file.
29479
29480         Module strcase.
29481         * m4/strcase.m4: New file.
29482
29483         Module strdup.
29484         * m4/strdup.m4: New file.
29485
29486         Module strnlen.
29487         * m4/strnlen.m4: New file.
29488
29489         Module strndup.
29490         * m4/strndup.m4: New file.
29491
29492         Module xstrtod.
29493         * m4/xstrtod.m4: New file.
29494
29495         Module xstrtol.
29496         * m4/xstrtol.m4: New file.
29497
29498         Module getdate.
29499         * m4/getdate.m4: New file.
29500
29501         Module unlocked-io.
29502         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
29503         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
29504         * m4/jm-glibc-io.m4n: Remove file.
29505
29506         Module long-options.
29507         * m4/long-options.m4: New file.
29508
29509         Module md5.
29510         * m4/md5.m4: New file.
29511
29512         Module sha.
29513         * m4/sha.m4: New file.
29514
29515         Module getstr.
29516         * m4/getstr.m4: New file.
29517
29518         Module getline.
29519         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
29520         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
29521         <sys/types.h>, for size_t. Use the function name gnu_getline, not
29522         simply getline. Infoke gl_PREREQ_GETLINE.
29523
29524         Module obstack.
29525         * m4/obstack.m4: New file.
29526
29527         Module hash.
29528         * m4/hash.m4: New file.
29529
29530         Module readtokens.
29531         * m4/readtokens.m4: New file.
29532
29533         Module strverscmp.
29534         * m4/strverscmp.m4: New file.
29535
29536         Module stdbool.
29537         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
29538         OSF/1.
29539
29540         Module strtoll.
29541         * m4/strtoll.m4: New file.
29542
29543         Module strtoull.
29544         * m4/strtoull.m4: New file.
29545
29546         Module strtoimax.
29547         * m4/strtoimax.m4: New file.
29548
29549         Module strtoumax.
29550         * m4/strtoumax.m4: New file.
29551
29552         Module xstrtoimax.
29553         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
29554         jm_AC_PREREQ_XSTRTOIMAX.
29555         Moved the strtol prerequisites to strtol.m4.
29556         Moved the strtoll prerequisites to strtoll.m4.
29557         Moved the strtoimax prerequisites to strtoimax.m4.
29558
29559         Module xstrtoumax.
29560         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
29561         jm_AC_PREREQ_XSTRTOUMAX.
29562         Moved the strtoul prerequisites to strtoul.m4.
29563         Moved the strtoull prerequisites to strtoull.m4.
29564         Moved the strtoumax prerequisites to strtoumax.m4.
29565
29566         Module chown.
29567         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
29568         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
29569
29570         Module dup2.
29571         * m4/dup2.m4: New file.
29572
29573         Module ftruncate.
29574         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
29575         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
29576
29577         Module getgroups.
29578         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
29579         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
29580
29581         Module gettimeofday.
29582         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
29583         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
29584         gl_PREREQ_GETTIMEOFDAY.
29585
29586         Module mkdir.
29587         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
29588         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
29589
29590         Module mkstemp.
29591         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
29592         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
29593         jm_AC_TYPE_UINTMAX_T.
29594         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
29595
29596         Module stat.
29597         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
29598         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
29599
29600         Module lstat.
29601         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
29602         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
29603
29604         Module timespec.
29605         * m4/timespec.m4 (gl_TIMESPEC): New macro.
29606         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
29607         * m4/st_mtim.m4: Indentation.
29608
29609         Module nanosleep.
29610         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
29611         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
29612         gl_PREREQ_NANOSLEEP.
29613
29614         Module regex.
29615         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
29616         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
29617         (gl_REGEX): New macro.
29618
29619         Module rename.
29620         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
29621         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
29622
29623         Module rmdir.
29624         * m4/rmdir.m4: New file.
29625
29626         Module utime.
29627         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
29628         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
29629         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
29630
29631         Module dirname.
29632         * m4/dirname.m4: New file.
29633
29634         Module getopt.
29635         * m4/getopt.m4: New file.
29636
29637         Module unistd-safer.
29638         * m4/unistd-safer.m4: New file.
29639
29640         Module fnmatch.
29641         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
29642         declaration.
29643         (gl_PREREQ_FNMATCH_EXTRA): New macro.
29644         (gl_FUNC_FNMATCH_POSIX): New macro.
29645         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
29646         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
29647         simply fnmatch.
29648
29649         Module exclude.
29650         * m4/exclude.m4: New file.
29651
29652         Module human.
29653         * m4/human.m4: New file.
29654
29655         Module acl.
29656         * m4/acl.m4: Nop.
29657
29658         Module backupfile.
29659         * m4/backupfile.m4: New file.
29660         * m4/d-ino.m4: Indentation.
29661
29662         Module fsusage.
29663         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
29664         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
29665         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
29666
29667         Module dirfd.
29668         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
29669         requirements.
29670
29671         Module euidaccess.
29672         * m4/euidaccess.m4: New file.
29673
29674         Module file-type.
29675         * m4/file-type.m4: New file.
29676
29677         Module fileblocks.
29678         * m4/fileblocks.m4: New file.
29679
29680         Module filemode.
29681         * m4/filemode.m4: New file.
29682
29683         Module isdir.
29684         * m4/isdir.m4: New file.
29685
29686         Module lchown.
29687         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
29688         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
29689
29690         Module makepath.
29691         * m4/makepath.m4: New file.
29692
29693         Module modechange.
29694         * m4/modechange.m4: New file.
29695
29696         Module mountlist.
29697         * m4/mountlist.m4: New file.
29698         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
29699         Indentation.
29700
29701         Module path-concat.
29702         * m4/path-concat.m4: New file.
29703
29704         Module pathmax.
29705         * m4/pathmax.m4: New file.
29706
29707         Module same.
29708         * m4/same.m4: New file.
29709
29710         Module save-cwd.
29711         * m4/save-cwd.m4: New file.
29712
29713         Module savedir.
29714         * m4/savedir.m4: New file.
29715
29716         Module xgetcwd.
29717         * m4/xgetcwd.m4: New file.
29718         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
29719
29720         Module xreadlink.
29721         * m4/xreadlink.m4: New file.
29722
29723         Module safe-read.
29724         * m4/safe-read.m4: New file.
29725
29726         Module safe-write.
29727         * m4/safe-write.m4: New file.
29728
29729         Module closeout.
29730         * m4/closeout.m4: New file.
29731
29732         Module stdio-safer.
29733         * m4/stdio-safer.m4: New file.
29734
29735         Module getpass.
29736         * m4/getpass.m4: New file.
29737
29738         Module getugroups.
29739         * m4/getugroups.m4: New file.
29740
29741         Module group-member.
29742         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
29743         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
29744
29745         Module idcache.
29746         * m4/idcache.m4: New file.
29747
29748         Module userspec.
29749         * m4/userspec.m4: New file.
29750
29751         Module gettime.
29752         * m4/clock_time.m4: New file.
29753         * m4/gettime.m4: New file.
29754
29755         Module settime.
29756         * m4/settime.m4: New file.
29757
29758         Module posixtm.
29759         * m4/posixtm.m4: New file.
29760
29761         Module gethostname.
29762         * m4/gethostname.m4: New file.
29763
29764         Module canon-host.
29765         * m4/canon-host.m4: New file.
29766
29767         Module gettext.
29768         * m4/codeset.m4: New file, from gettext-0.11.5.
29769         * m4/gettext.m4: New file, from gettext-0.11.5.
29770         * m4/glibc21.m4: New file, from gettext-0.11.5.
29771         * m4/iconv.m4: New file, from gettext-0.11.5.
29772         * m4/intdiv0.m4: New file, from gettext-0.11.5.
29773         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
29774         * m4/inttypes.m4: New file, from gettext-0.11.5.
29775         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
29776         * m4/isc-posix.m4: New file, from gettext-0.11.5.
29777         * m4/lcmessage.m4: New file, from gettext-0.11.5.
29778         * m4/lib-ld.m4: New file, from gettext-0.11.5.
29779         * m4/lib-link.m4: New file, from gettext-0.11.5.
29780         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
29781         * m4/progtest.m4: New file, from gettext-0.11.5.
29782         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
29783         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
29784         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
29785
29786         Module localcharset.
29787         * m4/localcharset.m4: New file.
29788
29789         Module hard-locale.
29790         * m4/hard-locale.m4: New file.
29791
29792         Module mbswidth.
29793         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
29794         onceonly macros.
29795         * m4/mbrtowc.m4: Add comment.
29796
29797         Module memcasecmp.
29798         * m4/memcasecmp.m4: New file.
29799
29800         Module memcoll.
29801         * m4/memcoll.m4: New file.
29802
29803         Module unicodeio.
29804         * m4/unicodeio.m4: New file.
29805
29806         Module rpmatch.
29807         * m4/rpmatch.m4: New file.
29808
29809         Module yesno.
29810         * m4/yesno.m4: New file.
29811
29812         Module exitfail.
29813         * m4/exitfail.m4: New file.
29814
29815         Module c-stack.
29816         * m4/c-stack.m4 (gl_C_STACK): New macro.
29817         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
29818
29819         Module error.
29820         * m4/error.m4 (gl_ERROR): New macro.
29821         (jm_PREREQ_ERROR): Use onceonly macros.
29822
29823         Module fatal.
29824         * m4/fatal.m4: New file.
29825
29826         Module getloadavg.
29827         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
29828         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
29829
29830         Module getpagesize.
29831         * m4/getpagesize.m4: New file.
29832
29833         Module getusershell.
29834         * m4/getusershell.m4: New file.
29835
29836         Module physmem.
29837         * m4/physmem.m4: New file.
29838
29839         Module posixver.
29840         * m4/posixver.m4: New file.
29841
29842         Module quotearg.
29843         * m4/quotearg.m4: New file.
29844
29845         Module quote.
29846         * m4/quote.m4: New file.
29847
29848         Module readutmp.
29849         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
29850
29851         Module sig2str.
29852         * m4/sig2str.m4: New file.
29853
29854         Other.
29855         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
29856         ulonglong.m4.
29857         * m4/intmax_t.m4: New file.
29858         * m4/d-type.m4: Indentation.
29859         * m4/jm-macros.m4: Update.
29860         * m4/prereq.m4 (jm_PREREQ): Update.
29861         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
29862         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
29863         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
29864         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
29865         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
29866         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
29867         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
29868         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
29869         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
29870         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
29871         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
29872         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
29873         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
29874         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
29875         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
29876         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
29877         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
29878         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
29879         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
29880
29881 2002-12-24  Bruno Haible  <bruno@clisp.org>
29882
29883         * MODULES.txt: Update according to m4/ changes.
29884
29885         Module gettext.
29886         * config.rpath: New file, from gettext-0.11.5.
29887
29888         * modules/*: New module descriptions.
29889         * gnulib-tool: New file.
29890         * MODULES.html.sh: New file.
29891
29892 2002-12-21  Karl Berry  <karl@gnu.org>
29893
29894         * doc/fdl.texi: update to version 1.2.
29895
29896 2002-12-19  Karl Berry  <karl@gnu.org>
29897
29898         * config/config.guess: update from prep.
29899
29900 2002-12-18  Bruno Haible  <bruno@clisp.org>
29901
29902         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
29903         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
29904
29905 2002-12-17  Bruno Haible  <bruno@clisp.org>
29906
29907         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
29908         stdlib.h, string.h.
29909
29910 2002-12-17  Bruno Haible  <bruno@clisp.org>
29911
29912         * lib/canon-host.c (strdup): Remove unused declaration.
29913
29914         * lib/fsusage.c: Include full_read.h.
29915         (get_fs_usage): Use full_read instead of safe_read.
29916
29917         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
29918
29919 2002-12-12  Karl Berry  <karl@gnu.org>
29920
29921         * config/config.guess: update from prep.
29922
29923 2002-12-11  Bruno Haible  <bruno@clisp.org>
29924
29925         * m4/setenv.m4: New file, from gettext-0.11.5.
29926
29927 2002-12-11  Bruno Haible  <bruno@clisp.org>
29928
29929         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
29930         not unsetenv().
29931         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
29932         modifications:
29933
29934         2002-12-11  Bruno Haible  <bruno@clisp.org>
29935
29936                 * setenv.c (alloca): Fall back to malloc.
29937                 (freea): New macro.
29938                 (setenv): Use freea() to free memory allocated with alloca().
29939
29940         2002-11-13  Bruno Haible  <bruno@clisp.org>
29941
29942                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
29943                 function declarations.
29944                 * unsetenv.c (unsetenv): Likewise.
29945
29946         2002-03-04  Bruno Haible  <bruno@clisp.org>
29947
29948                 Portability to AIX 4.3.3.
29949                 * unsetenv.c: New file, extracted from setenv.c.
29950                 * setenv.c: Move the unsetenv() function to unsetenv.c.
29951
29952         2001-12-20  Bruno Haible  <bruno@clisp.org>
29953
29954                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
29955                 use malloc instead. For SunOS 4.
29956
29957         2001-12-11  Bruno Haible  <bruno@clisp.org>
29958
29959                 * setenv.c: Declare alloca.
29960                 (compar_fn_t): New typedef.
29961                 (KNOWN_VALUE, STORE_VALUE): Use it.
29962
29963         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
29964         setenv.h.
29965
29966 2002-12-10  Paul Eggert  <eggert@twinsun.com>
29967
29968         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
29969         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
29970         Choose values that are less likely to collide with system fnmatch
29971         options.
29972         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
29973         defined (e.g., a pure POSIX system).
29974         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
29975         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
29976
29977 2002-12-06  Paul Eggert  <eggert@twinsun.com>
29978
29979         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
29980         a pain in practice to deal with generated m4 files.  This change
29981         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
29982
29983         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
29984         and jm-glibc-io.m4, as they are no longer a special case.
29985         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
29986         kludge and the auto-generation stuff.  Check only whether the
29987         functions are declared, not whether they exist, since older hosts
29988         that don't declare the functions can't use the optimization anyway.
29989
29990 2002-12-06  Jim Meyering  <jim@meyering.net>
29991
29992         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
29993
29994         Merge in changes from libc's misc/error.c, in preparation
29995         for the merge of gnulib's changes back into libc.
29996
29997         * lib/error.c (_): Define only if not already defined.
29998         Move definition to follow all #include directives.
29999         Include unlocked-io.h only if !_LIBC.
30000         [_LIBC]: Include <libio/libioP.h>.
30001         [USE_IN_LIBIO]: Include <libio/iolibio.h>
30002         (fflush): Tweak definition to use INTUSE.
30003         (putc): Define.
30004
30005 2002-12-05  Paul Eggert  <eggert@twinsun.com>
30006
30007         * lib/alloca.c [defined emacs]: Include "lisp.h".
30008         (xalloc_die) [defined emacs]: New macro.
30009         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
30010         [! defined emacs]: Include <xalloc.h>.
30011         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
30012         (pointer): Typedef to POINTER_TYPE *.
30013         (malloc): Remove decl; we now always use xmalloc.
30014         (alloca): Use old-style definition, since Emacs needs this.
30015         Check for arithmetic overflow when computing combined size.
30016
30017 2002-12-04  Paul Eggert  <eggert@twinsun.com>
30018
30019         Do not generate unlocked-io.h automatically, since it's easier to
30020         maintain it by hand.
30021
30022         * lib/unlocked-io.h: New file, from GNU diffutils,
30023         but with proper copyright notice and attribution.
30024         * lib/gen-uio: Remove.
30025         * lib/Makefile.am: Add copyright notice.
30026         (libfetish_a_SOURCES): Add unlocked-io.h.
30027         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
30028         (DISTCLEANFILES, io_functions): Remove macros.
30029         (EXTRA_DIST): Remove gen_uio.
30030         (unlocked-io.h): Remove rule.
30031
30032 2002-12-04  Jim Meyering  <jim@meyering.net>
30033
30034         Reflect the fact that stat.c and lstat.c are no longer generated.
30035         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
30036         (DISTCLEANFILES): Likewise.
30037         (EXTRA_DIST): Likewise.
30038         (all_local): Don't depend on stat.c or lstat.c.
30039         (stat.c, lstat.c): Remove rules.
30040         (EXTRA_DIST): Remove xstat.in.
30041
30042         * lib/xstat.in: Remove file.  Contents moved into stat.c.
30043         * lib/stat.c: New file.  Contents mostly from xstat.in.
30044         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
30045         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
30046
30047         * lib/safe-read.c: Rework so that it may serve to define safe_write,
30048         too.
30049         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
30050
30051 2002-12-03  Jim Meyering  <jim@meyering.net>
30052
30053         * lib/safe-read.c, safe-write.c: Change variable names and comments,
30054         but not semantics, to minimize the differences between these two files.
30055         (safe_read): Change comment to mention SAFE_READ_ERROR.
30056
30057         * lib/safe-read.c (IS_EINTR): Define.
30058         (safe_read): Use IS_EINTR in place of in-function cpp directives.
30059
30060 2002-12-02  Jim Meyering  <jim@meyering.net>
30061
30062         * lib/safe-read.c (EINTR): Define.
30063         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
30064         (INT_MAX): Provide fallback.
30065         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
30066
30067         * lib/safe-read.h (SAFE_READ_ERROR): Define.
30068
30069 2002-12-02  Bruno Haible  <bruno@clisp.org>
30070
30071         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
30072         Define, taken from safe-read.c.
30073         (INT_MAX): Provide fallback.
30074         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
30075         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
30076
30077         * lib/safe-read.c (EINTR): Remove definition.
30078         (safe_read): Don't use EINTR if it is absent.
30079
30080 2002-12-01  Jim Meyering  <jim@meyering.net>
30081
30082         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
30083         zero.
30084         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
30085
30086 2002-11-27  Paul Eggert  <eggert@twinsun.com>
30087
30088         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
30089         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
30090         with `if (! (value < limit)) abort ();', for readability.
30091
30092 2002-11-26  Karl Berry  <karl@gnu.org>
30093
30094         * lib/strdup.c: copy from libc again, with jim's ok.
30095         * lib/.cppi-disable: re-add strdup.c
30096
30097 2002-11-25  Karl Berry  <karl@gnu.org>
30098
30099         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
30100         instead of "strtol.c".
30101
30102 2002-11-25  Karl Berry  <karl@gnu.org>
30103
30104         * config/install-sh: update from automake for variable quoting, $0 in
30105         error msgs, etc.
30106
30107         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
30108         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
30109         entry.
30110
30111 2002-11-25  Jim Meyering  <jim@meyering.net>
30112
30113         * lib/mktime.c: Sync from libc, now that it has the latest fix.
30114
30115 2002-11-24  Karl Berry  <karl@gnu.org>
30116
30117         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
30118         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
30119
30120 2002-11-24  Jim Meyering  <jim@meyering.net>
30121
30122         Update from coreutils:
30123
30124         * lib/mktime.c: Merge in changes from libc.
30125
30126         Avoid a link-time failure on some Linux systems.
30127         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
30128         (otherwise).
30129         (__mon_yday): Declare with the STATIC attribute.
30130         (__mktime_internal): Likewise.
30131         Based on a report from Greg Schafer.
30132
30133 2002-11-23  Jim Meyering  <jim@meyering.net>
30134
30135         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
30136         Use `unsigned', not `int', as type of index.
30137
30138         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
30139
30140         * lib/fsusage.c: Remove unneeded parentheses around operands of
30141         `defined'.
30142
30143 2002-11-22  Paul Eggert  <eggert@twinsun.com>
30144
30145         * lib/quotearg.h: Allow multiple inclusion by surrounding with
30146         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
30147         so that we can be included first.
30148         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
30149         * lib/quotearg.c: Include quotearg.h immediately after config.h.
30150         No need to include stddef.h or sys/types.h any more.
30151         Surround local include files with "", not "<>".
30152         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
30153         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
30154         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
30155         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
30156         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
30157         (ISPRINT): Remove; no longer needed now that we assume C89.
30158
30159         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
30160         Preserve errno.
30161
30162         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
30163         quotearg_char): Use SIZE_MAX rather than
30164         (size_t) -1 when we are talking about "infinity".
30165
30166         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
30167
30168 2002-11-22  Paul Eggert  <eggert@twinsun.com>
30169
30170         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
30171         hint that one should use `if (! x) abort ();' rather than `assert
30172         (x);', and anyway it's one less thing to worry about configuring.
30173         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
30174         hash_rehash, hash_insert): Use abort rather than assert.
30175
30176 2002-11-22  Bruno Haible  <bruno@clisp.org>
30177
30178         * lib/safe-read.h: Assume C89. Add comments.
30179         (safe_read): Change return type to size_t.
30180         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
30181         byte counts > SSIZE_MAX correctly.
30182         * lib/safe-write.h: New file.
30183         * lib/safe-write.c: New file.
30184         * lib/full-read.h: New file.
30185         * lib/full-read.c: New file.
30186         * lib/full-write.h: Assume C89. Add comments.
30187         * lib/full-write.c: Include safe-write.h.
30188         (full_write): Rewritten to use safe_write.
30189         Suggested by Jim Meyering and Paul Eggert.
30190
30191 2002-11-21  Jim Meyering  <jim@meyering.net>
30192
30193         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
30194
30195         Merge in changes from the coreutils.
30196
30197         2002-09-25  Paul Eggert  <eggert@twinsun.com>
30198         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
30199         <stdint.h>.
30200         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
30201         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
30202         int.  Work more efficiently if X is the same width as uintmax_t.
30203         Do not compare X to -1, to avoid bogus compiler warning.
30204         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
30205         Don't assume that f_frsize and f_bsize are the same type.
30206
30207         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
30208         warning on FreeBSD.
30209
30210         * lib/makepath.c (make_path): Restore umask *before* creating the final
30211         component.
30212         (make_path): Minor reformatting.
30213
30214         * lib/xmalloc.c: Adjust to work with new autoconf macros,
30215         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
30216         HAVE_MALLOC/HAVE_REALLOC.
30217
30218         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
30219         dummy ones.  At least on GNU/Linux systems, `auto' means something
30220         else.
30221         From Michael Stone.
30222
30223 2002-11-21  Bruno Haible  <bruno@clisp.org>
30224
30225         Remove case insensitive option matching.
30226         * lib/argmatch.h (argcasematch): Remove declaration.
30227         (ARGCASEMATCH): Remove macro.
30228         (__xargmatch_internal): Remove case_sensitive argument.
30229         (XARGMATCH): Update.
30230         (XARGCASEMATCH): Remove macro.
30231         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
30232         case_sensitive argument.
30233         (argcasematch): Remove function.
30234         (__xargmatch_internal): Remove case_sensitive argument.
30235         (main): Use XARGMATCH instead of XARGCASEMATCH.
30236
30237         * lib/xmalloc.c: Change compile-time error message. Add comment about
30238         required autoconf version.
30239
30240 2002-11-20  Paul Eggert  <eggert@twinsun.com>
30241
30242         Merge argmatch cleanups from Bison.  Assume C89.
30243
30244         * lib/argmatch.c: Include config.h here, not in argmatch.h.
30245         Include stdlib.h, for EXIT_FAILURE.
30246         Always include <string.h>, since we assume C89.
30247         (EXIT_FAILURE): Remove pre-C89 bug workaround.
30248         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
30249         Include <stddef.h> instead, since it's all we need for size_t.
30250         (PARAMS): Remove.  All uses removed.
30251         (ARRAY_CARDINALITY): Do not bother to #undef.
30252         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
30253         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
30254         Remove unnecessary parentheses.
30255         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
30256         Insert necessary parentheses.
30257         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
30258         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
30259
30260 2002-11-19  Bruno Haible  <bruno@clisp.org>
30261
30262         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
30263         * lib/mbswidth.h: Include <stddef.h>, for size_t.
30264
30265         * lib/mbswidth.h (PARAMS): Remove macro.
30266         (mbswidth, mbsnwidth): Use ANSI C function declarations.
30267         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
30268
30269         * lib/gcd.h (PARAMS): Remove macro.
30270         (gcd): Use ANSI C function declarations.
30271         * lib/gcd.c (gcd): Likewise.
30272
30273 2002-11-15  Bruno Haible  <bruno@clisp.org>
30274
30275         * lib/strcspn.c: Include <stddef.h>.
30276         (strcspn): Use ANSI C function declaration. Change return type to
30277         size_t. Use NULL.
30278         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
30279         (strpbrk): Use NULL.
30280         * lib/strpbrk.h (PARAMS): Remove macro.
30281         (strpbrk): Use ANSI C function declaration.
30282         * lib/strstr.c: Don't include <sys/types.h>.
30283         * lib/strstr.h (PARAMS): Remove macro.
30284         (strstr): Use ANSI C function declarations.
30285
30286 2002-11-14  Karl Berry  <karl@gnu.org>
30287
30288         * config/mkinstalldirs: `do' on separate line, instead of
30289         `for var; do'.
30290
30291 2002-11-06  Bruno Haible  <bruno@clisp.org>
30292
30293         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
30294         * lib/gcd.c (gcd): Likewise.
30295
30296 2002-11-05  Bruno Haible  <bruno@clisp.org>
30297
30298         * lib/gcd.h: New file, from gettext-0.11.5.
30299         * lib/gcd.c: New file, from gettext-0.11.5.
30300
30301 2002-11-05  Bruno Haible  <bruno@clisp.org>
30302
30303         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30304         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30305         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30306         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30307
30308         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
30309         <libintl.h>.
30310         * lib/makepath.c: Include gettext.h instead of <locale.h> and
30311         <libintl.h>.
30312
30313         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
30314         * lib/human.c: Include gettext.h instead of <libintl.h>.
30315         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
30316         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
30317         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
30318         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
30319         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
30320         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
30321         (textdomain): Remove definition.
30322         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
30323
30324         * lib/long-options.c: Remove include of <libintl.h> and definition of
30325         _.
30326         * lib/same.c: Remove include of <libintl.h> and definition of _.
30327
30328 2002-11-04  Owen Taylor  <otaylor@redhat.com>
30329
30330         * lib/config.charset: A few additions for Solaris.
30331
30332 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
30333
30334         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
30335         * lib/localcharset.c (locale_charset): Declare as extern "C".
30336
30337 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
30338
30339         * lib/config.charset: msdos in uk_UA uses CP1125.
30340
30341 2002-11-04  Bruno Haible  <bruno@clisp.org>
30342
30343         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
30344         * lib/strcase.h: New file, from GNU gettext-0.11.5.
30345         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
30346         * lib/strstr.h: New file, from GNU gettext-0.11.5.
30347         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
30348
30349 2002-11-04  Bruno Haible  <bruno@clisp.org>
30350
30351         * lib/localcharset.c (locale_charset): Don't return an empty string.
30352
30353 2002-11-04  Bruno Haible  <bruno@clisp.org>
30354
30355         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
30356         aliases.
30357
30358 2002-11-04  Bruno Haible  <bruno@clisp.org>
30359
30360         * lib/config.charset: Update for newest glibc. Add canonical names
30361         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
30362
30363 2002-11-04  Bruno Haible  <bruno@clisp.org>
30364
30365         * lib/config.charset: Add support for NetBSD.
30366
30367 2002-11-04  Bruno Haible  <bruno@clisp.org>
30368
30369         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
30370
30371 2002-11-01  Bruno Haible  <bruno@clisp.org>
30372
30373         * configure.in: Add AC_CONFIG_AUX_DIR call.
30374         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
30375         test/Makefile.
30376         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
30377
30378 2002-09-28  Karl Berry  <karl@gnu.org>
30379
30380         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
30381         installed automake until the next release, since changes have been
30382         made.
30383
30384 2002-09-25  Karl Berry  <karl@gnu.org>
30385
30386         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
30387         * lib/getopt*: copy from libc/posix.
30388         * lib/gettext.h: copy from gettext.
30389         * lib/.cppi-disable: add strdup.c, gettext.h.
30390
30391 2002-09-25  Karl Berry  <karl@gnu.org>
30392
30393         * config/srclist.txt: enable gettext.h check.
30394         * config/config.{guess,sub}: update from prep.
30395         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
30396                 from automake 1.6.3.
30397         See srclist*.
30398
30399 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
30400
30401         * regex.c (PATFETCH): Remove the translating fetch.
30402         (PATFETCH_RAW): Rename to PATFETCH.
30403         (set_image_of_range): New fun.
30404         (SET_RANGE_TABLE_WORK_AREA): Use it.
30405         (regex_compile): Don't translate the pattern chars so eagerly.
30406         Only do it when inserting an `exactn' bytecode or when handling
30407         a char-range.
30408         (mutually_exclusive_p): Avoid empty statement.
30409
30410 2002-07-06  Jim Meyering  <meyering@lucent.com>
30411
30412         * m4/README: Don't mention Makefile.am.in.
30413         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
30414
30415 2002-07-01  Jim Meyering  <meyering@lucent.com>
30416
30417         * lib/c-stack.c: Include sys/time.h.
30418         From Volker Borchert.
30419
30420 2002-06-26  Paul Eggert  <eggert@twinsun.com>
30421
30422         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
30423
30424 2002-06-26  Paul Eggert  <eggert@twinsun.com>
30425
30426         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
30427         New macro.  Use it uniformly instead of
30428         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
30429         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
30430         reported by Vin Shelton.
30431
30432 2002-06-22  Paul Eggert  <eggert@twinsun.com>
30433
30434         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
30435         Do not assume SA_SIGINFO behavior.
30436         Bug reported by Jim Meyering on NetBSD 1.5.2.
30437
30438 2002-06-22  Jim Meyering  <meyering@lucent.com>
30439
30440         * m4/c-stack.m4: New file, from diffutils-2.8.2.
30441         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
30442
30443         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
30444         now that configure.ac uses AC_GNU_SOURCE.
30445         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
30446         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
30447
30448         Update to latest tools.  Suggestions from Paul Eggert.
30449         * m4/stdbool.m4: New file, from diffutils-2.8.2.
30450         * m4/gnu-source.m4: Update from diffutils-2.8.2.
30451         * m4/fnmatch.m4: Likewise.
30452         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
30453         to AC_HEADER_STDBOOL
30454
30455 2002-06-22  Jim Meyering  <meyering@lucent.com>
30456
30457         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
30458         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
30459
30460 2002-06-22  Jim Meyering  <meyering@lucent.com>
30461
30462         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
30463
30464         * lib/exitfail.c, exitfail.h: Likewise.
30465         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
30466
30467         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
30468         of fnmatch.h.
30469         (EXTRA_DIST): Add fnmatch_loop.c.
30470         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
30471
30472         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
30473         * lib/fnmatch.c: Update from diffutils-2.8.2.
30474         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
30475         * lib/fnmatch.h: Remove file.
30476
30477 2002-06-21  Jim Meyering  <meyering@lucent.com>
30478
30479         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
30480         * m4/mbrtowc.m4: Likewise.
30481
30482         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
30483         * m4/mbswidth.m4: Reflect name change:
30484         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
30485         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
30486
30487         * m4/lib-link.m4: Update from gettext-0.11.2.
30488         * m4/gettext.m4: Likewise.
30489
30490         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
30491         From Alfred M. Szmidt.
30492
30493 2002-06-18  Paul Eggert  <eggert@twinsun.com>
30494
30495         * lib/file-type.h: Report an error if neither S_ISREG nor
30496         S_IFREG is defined, instead of using a test specific to glibc
30497         2.2.  This should be safe, since POSIX requires S_ISREG and
30498         Unix Version 7 had S_IFREG.  We don't need to check for
30499         <sys/types.h> since we don't use any symbols that it defines.
30500
30501 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
30502
30503         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
30504         $@-t, so that each temporary file name is unique and valid in the first
30505         8 characters, for operation under DOS.
30506
30507 2002-06-15  Paul Eggert  <eggert@twinsun.com>
30508
30509         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
30510
30511 2002-06-15  Jim Meyering  <meyering@lucent.com>
30512
30513         Work even with DJGPP 2.03, which lacks support for symlinks.
30514         From Richard Dawe.
30515         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
30516         is defined.
30517         * lib/lchown.c (S_ISLNK): Likewise.
30518
30519 2002-06-15  Jim Meyering  <meyering@lucent.com>
30520
30521         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
30522         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
30523         have been included before this file.
30524
30525 2002-06-14  Jim Meyering  <meyering@lucent.com>
30526
30527         * lib/file-type.h: Use the version from diffutils-2.8.2.
30528         * lib/file-type.c: Likewise.
30529
30530 2002-06-07  Jim Meyering  <meyering@lucent.com>
30531
30532         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
30533         They're needed at least for NetBSD 1.5.2.
30534         ($statxfs_includes): Include those same headers.
30535         ($statxfs_includes): Include sys/vfs.h if available.
30536         ($statxfs_includes): Likewise for sys/statvfs.h.
30537         Check for the following members in both structs statfs and statvfs:
30538         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
30539
30540 2002-06-01  Jim Meyering  <meyering@lucent.com>
30541
30542         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
30543         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
30544
30545 2002-05-28  Jim Meyering  <meyering@lucent.com>
30546
30547         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
30548         Reported by Volker Borchert.
30549
30550 2002-05-27  Jim Meyering  <meyering@lucent.com>
30551
30552         Fix a problem seen only on nonconforming systems whereby ls.c's
30553         use of localtime, and then of gettimeofday would cause trouble:
30554         the localtime call used to initialize rpl_gettimeofday's save
30555         mechanism would clobber ls's current local time information so
30556         that in any long listing the first file would always be listed
30557         with date 1970-01-01.  Analysis by Volker Borchert.
30558
30559         * lib/gettimeofday.c (localtime): Undefine.
30560         (rpl_localtime): New function.
30561
30562 2002-05-27  Jim Meyering  <meyering@lucent.com>
30563
30564         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
30565         localtime.
30566
30567         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
30568         use the replacement function; it wouldn't resolve at link time.
30569         Reported by Volker Borchert.
30570
30571 2002-05-22  Jim Meyering  <meyering@lucent.com>
30572
30573         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
30574         file-type.h.
30575         * lib/file-type.h: New file.
30576         * lib/file-type.c (file_type): New file/function.  Extracted from
30577         diffutils.
30578
30579 2002-04-30  Jim Meyering  <meyering@lucent.com>
30580
30581         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
30582
30583 2002-04-29  Paul Eggert  <eggert@twinsun.com>
30584
30585         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
30586
30587 2002-04-29  Paul Eggert  <eggert@twinsun.com>
30588
30589         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
30590         Do not check for alloca.h (no longer used) or stdbool.h (was never
30591         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
30592
30593 2002-04-29  Paul Eggert  <eggert@twinsun.com>
30594
30595         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
30596
30597 2002-04-29  Jim Meyering  <meyering@lucent.com>
30598
30599         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
30600         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
30601         Use AC_FUNC_STRNLEN here instead.
30602
30603         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
30604         With autoconf-2.53a, it's part of AC_PROG_CC.
30605
30606 2002-04-28  Paul Eggert  <eggert@twinsun.com>
30607
30608         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
30609         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
30610
30611 2002-04-28  Paul Eggert  <eggert@twinsun.com>
30612
30613         * lib/sig2str.h, lib/sig2str.c: New files.
30614         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
30615
30616 2002-04-28  Paul Eggert  <eggert@twinsun.com>
30617
30618         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
30619         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
30620         of 127, since 64 is the largest conceivable number for ancient
30621         nonstandard hosts.
30622         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
30623
30624 2002-04-28  Jim Meyering  <meyering@lucent.com>
30625
30626         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
30627
30628 2002-04-24  Jim Meyering  <meyering@lucent.com>
30629
30630         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
30631         (jm_PREREQ): Use it.
30632
30633         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
30634         mach/mach.h fcntl.h.
30635         Check for this function: setlocale.
30636
30637 2002-04-24  Jim Meyering  <meyering@lucent.com>
30638
30639         * lib/gettext.h: New file, from Gettext.
30640         * lib/Makefile.am (INCLUDES): Remove -I../intl.
30641         (libfetish_a_SOURCES): Add gettext.h.
30642
30643 2002-04-16  Jim Meyering  <meyering@lucent.com>
30644
30645         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
30646         ut_pid, ut_id, ut_exit.
30647
30648 2002-04-16  Jim Meyering  <meyering@lucent.com>
30649
30650         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
30651         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
30652         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
30653
30654 2002-04-12  Jim Meyering  <meyering@lucent.com>
30655
30656         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
30657         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
30658         existence of the getmntinfo function.  Needed for Darwin 5.3.
30659
30660         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
30661         This is necessary at least on Darwin 5.3.
30662
30663         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
30664         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
30665         strnlen.o in the library, and that makes some versions of ranlib
30666         object.
30667
30668 2002-04-12  Jim Meyering  <meyering@lucent.com>
30669
30670         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
30671
30672 2002-04-09  Jim Meyering  <meyering@lucent.com>
30673
30674         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
30675         to be more precise.  Rather than saying we're checking whether the
30676         function `works', say what we're testing.
30677         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
30678         Reported by Bruno Haible.
30679
30680 2002-03-10  Jim Meyering  <meyering@lucent.com>
30681
30682         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
30683         Suggestion from Santiago Vila.
30684
30685 2002-03-08  Jim Meyering  <meyering@lucent.com>
30686
30687         * lib/rename.c: Mention that this wrapper is needed also on
30688         mips-dec-ultrix4.4 systems.
30689
30690 2002-03-02  Jim Meyering  <meyering@lucent.com>
30691
30692         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
30693         not HAVE_CLOCK_SETTIME.
30694
30695 2002-02-27  Paul Eggert  <eggert@twinsun.com>
30696
30697         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
30698         Check for clock_settime.
30699
30700 2002-02-27  Paul Eggert  <eggert@twinsun.com>
30701
30702         * lib/nanosleep.h: Rename to....
30703         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
30704
30705         * lib/gettime.c: New file.
30706         * lib/settime.c: New file.
30707         * lib/stime.c: Remove.
30708
30709         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
30710         timespec.h.  Remove nanosleep.h.
30711
30712 2002-02-25  Paul Eggert  <eggert@twinsun.com>
30713
30714         * m4/acl.m4: New file.
30715         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
30716         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
30717
30718 2002-02-25  Paul Eggert  <eggert@twinsun.com>
30719
30720         * lib/acl.c, lib/acl.h: New files.
30721         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
30722
30723 2002-02-24  Jim Meyering  <meyering@lucent.com>
30724
30725         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
30726         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
30727         cause trouble.  Reported by Nelson Beebe.
30728
30729 2002-02-23  Paul Eggert  <eggert@twinsun.com>
30730
30731         * lib/path-concat.c (xpath_concat): Reorder code to pacify
30732         compilers that don't know that xalloc_die never returns.
30733
30734 2002-02-20  Jim Meyering  <meyering@lucent.com>
30735
30736         * lib/getdate.c: Regenerate using bison-1.33.
30737
30738 2002-02-17  Jim Meyering  <meyering@lucent.com>
30739
30740         * config/config.guess (main): Don't use `head -1'; it's no longer
30741         portable. Use `sed 1q' instead.
30742
30743 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
30744
30745         * m4/codeset.m4: Upgrade to gettext-0.11.
30746         * m4/gettext.m4: Upgrade to gettext-0.11.
30747         * m4/glibc21.m4: Upgrade to gettext-0.11.
30748         * m4/iconv.m4: Upgrade to gettext-0.11.
30749         * m4/isc-posix.m4: Upgrade to gettext-0.11.
30750         * m4/lcmessage.m4: Upgrade to gettext-0.11.
30751         * m4/lib-ld.m4: New file, from gettext-0.11.
30752         * m4/lib-link.m4: New file, from gettext-0.11.
30753         * m4/lib-prefix.m4: New file, from gettext-0.11.
30754         * m4/progtest.m4: Upgrade to gettext-0.11.
30755
30756 2002-02-15  Paul Eggert  <eggert@twinsun.com>
30757
30758         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
30759         (jm_PREREQ): Use it.
30760
30761 2002-02-15  Paul Eggert  <eggert@twinsun.com>
30762
30763         * lib/posixver.c, lib/posixver.h: New files.
30764         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
30765
30766 2002-02-02  Paul Eggert  <eggert@twinsun.com>
30767             Bruno Haible  <bruno@clisp.org>
30768
30769         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
30770         (fwrite_success_callback): New declaration.
30771         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
30772         print_unicode_char. Call failure callback instead of error.
30773         (fwrite_success_callback): New function.
30774         (exit_failure_callback): New function.
30775         (fallback_failure_callback): New function.
30776         (print_unicode_char): Call unicode_to_mb.
30777
30778 2002-01-26  Jim Meyering  <meyering@lucent.com>
30779
30780         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
30781         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
30782
30783 2002-01-26  Jim Meyering  <meyering@lucent.com>
30784
30785         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
30786
30787 2002-01-22  Paul Eggert  <eggert@twinsun.com>
30788
30789         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
30790
30791 2002-01-22  Jim Meyering  <meyering@lucent.com>
30792
30793         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
30794         Otherwise, some versions of automake would omit the rule that makes
30795         Makefile from Makefile.in.
30796
30797 2002-01-21  Paul Eggert  <eggert@twinsun.com>
30798
30799         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
30800         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
30801         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
30802         (memcoll): Set errno to zero if there is no error.
30803
30804         * lib/quotearg.c (quotearg_buffer_restyled):
30805         Fix bug with quoting buffers containing NUL when backslashing escapes.
30806         This bug was exposed by the other changes in this patch.
30807         (quotearg_n_options): New arg ARGSIZE.
30808         All callers changed.
30809         (quoting_options_from_style): New function.
30810         (quotearg_n_style): Use it.
30811         (quotearg_n_style_mem): New function.
30812
30813         * lib/quotearg.h (quotearg_n_style_mem): New function.
30814
30815 2002-01-19  Jim Meyering  <meyering@lucent.com>
30816
30817         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
30818         Remove useless quotes: DF_PROG="df".
30819         * m4/strnlen.m4: New file.
30820
30821 2002-01-16  Paul Eggert  <eggert@twinsun.com>
30822
30823         * lib/backupfile.c (ISDIGIT): Comment fix.
30824         * lib/getdate.y (ISDIGIT): Likewise.
30825         * lib/posixtm.c (ISDIGIT, year): Likewise.
30826         * lib/strverscmp.c (ISDIGIT): Likewise.
30827         * lib/userspec.c (ISDIGIT): Likewise.
30828
30829 2002-01-16  Jim Meyering  <meyering@lucent.com>
30830
30831         * lib/getdate.y: Add three semicolons, each just before a closing
30832         brace. Bison (as of version 1.31) no longer papers over that mistake.
30833
30834 2002-01-05  Jim Meyering  <meyering@lucent.com>
30835
30836         * lib/version-etc.c (version_etc_copyright): Update copyright year.
30837
30838 2001-12-19  Paul Eggert  <eggert@twinsun.com>
30839
30840         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
30841         not silently exit merely because the output buffer happens to
30842         have nothing pending.
30843
30844 2001-12-18  Paul Eggert  <eggert@twinsun.com>
30845
30846         See the big note in ../ChangeLog.
30847         * lib/human.c (suffixes): Prefer K to k for 1024.
30848         (generate_suffix_backwards): New function.
30849         (human_readable_inexact): Use it.
30850         * lib/xstrtol.c (__xstrtol): If there is no number but there
30851         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
30852         Accept 'K' as well as 'k'.
30853
30854 2001-12-15  Jim Meyering  <meyering@lucent.com>
30855
30856         * lib/regex.h (__restrict_arr): Update from libc.
30857
30858         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
30859         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
30860         (STREQ): Define.
30861
30862 2001-12-14  Jim Meyering  <meyering@lucent.com>
30863
30864         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
30865         Suggestion from Bruno Haible.
30866
30867 2001-12-10  Jim Meyering  <meyering@lucent.com>
30868
30869         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
30870         xrealloc, Instead, include "xalloc.h".
30871         (initbuffer): Don't cast xmalloc return value to char*.
30872         (readline): Reword comment.
30873         Don't cast xrealloc return value to char*
30874         Return NULL, not 0.
30875
30876 2001-12-09  Jim Meyering  <meyering@lucent.com>
30877
30878         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
30879         about `signed and unsigned type in conditional expression'.
30880         * lib/posixtm.c (posix_time_parse): Likewise.
30881
30882         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
30883
30884         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
30885         to avoid a pedantic warning.
30886
30887         * lib/getstr.c: Don't include assert.h.
30888         (getstr): Remove warning-evoking assertions.
30889         Return -1 if offset parameter is out of bounds.
30890         Change the type of a local from int to size_t.
30891
30892         * lib/strftime.c (my_strftime_localtime_r): Include this function
30893         definition in the `#if ! HAVE_TM_GMTOFF' block.
30894
30895         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
30896         Include xalloc.h instead.
30897
30898 2001-12-02  Jim Meyering  <meyering@lucent.com>
30899
30900         * lib/tempname.c: Don't declare getenv, thus reverting the change of
30901         2001-11-18.  It's no longer necessary, now that stdlib.h is always
30902         included.
30903
30904         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
30905         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
30906
30907 2001-11-30  Akim Demaille  <akim@epita.fr>
30908
30909         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
30910         before being defined.
30911
30912 2001-11-27  Paul Eggert  <eggert@twinsun.com>
30913
30914         * lib/quotearg.h (quotearg_n, quotearg_n_style):
30915         First arg is int, not unsigned.
30916         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
30917         (SIZE_MAX, UINT_MAX): New macros.
30918         (quotearg_n_options): Abort if N is negative.
30919         Avoid overflow check on hosts where size_t is 64 bits and int
30920         is 32 bits, as overflow is impossible there.
30921         Fix off-by-one typo that caused unnecessary reallocation.
30922
30923 2001-11-27  Jim Meyering  <meyering@lucent.com>
30924
30925         * lib/tempname.c: Merge with version from libc.
30926         * lib/regex.c: Likewise.
30927
30928         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
30929         systems for which STDC_HEADERS is 0, it was not included, resulting in
30930         a warning about an integer-to-pointer conversion problem with getenv.
30931         Reported by Volker Borchert.
30932
30933 2001-11-26  Jim Meyering  <meyering@lucent.com>
30934
30935         * lib/gtod.h: Remove file.
30936         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
30937         * lib/gettimeofday.c: Don't include gtod.h.
30938         (GTOD_init): Remove function.
30939         (rpl_gettimeofday): Do its job here instead, rather than aborting.
30940         Suggestion from Volker Borchert.
30941
30942 2001-11-23  Jim Meyering  <meyering@lucent.com>
30943
30944         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
30945         it.
30946         * lib/hash.c (struct hash_table): Define it here instead.
30947
30948 2001-11-22  Jim Meyering  <meyering@lucent.com>
30949
30950         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
30951
30952 2001-11-20  Jim Meyering  <meyering@lucent.com>
30953
30954         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
30955         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
30956
30957 2001-11-19  Jim Meyering  <meyering@lucent.com>
30958
30959         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
30960         directory.  Use "conftestXXXXXX" as the template.
30961         Suggestion from Paul Eggert.
30962
30963         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
30964         immediately, so the test doesn't mistakenly hit the max-open-files
30965         limit.
30966
30967 2001-11-18  Paul Eggert  <eggert@twinsun.com>
30968
30969         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
30970         (TEMPORARIES): New macro.
30971         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
30972         removes an artificial limitation (e.g. HP-UX 10.20, where
30973         TMP_MAX is 17576).
30974
30975 2001-11-18  Jim Meyering  <meyering@lucent.com>
30976
30977         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
30978
30979 2001-11-18  Jim Meyering  <meyering@lucent.com>
30980
30981         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
30982         on SunOS 4.
30983
30984         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
30985         files will be created before anything else.
30986
30987 2001-11-17  Paul Eggert  <eggert@twinsun.com>
30988
30989         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
30990         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
30991
30992 2001-11-17  Jim Meyering  <meyering@lucent.com>
30993
30994         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
30995         Prompted by a report from Bob Proulx.
30996
30997         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
30998         Instead, require UTILS_FUNC_MKSTEMP.
30999
31000 2001-11-17  Jim Meyering  <meyering@lucent.com>
31001
31002         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
31003         Now, that's done as part of AC_FUNC_STRTOD.
31004
31005 2001-11-17  Jim Meyering  <meyering@lucent.com>
31006
31007         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
31008         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
31009         rather than group writable.  Patch by Juan F. Codagnone.
31010
31011         * lib/readtokens.c: Remove explicit declarations of xmalloc and
31012         xrealloc, Instead, include "xalloc.h".
31013
31014         * lib/mountlist.c: Include unlocked-io.h after all system headers.
31015         Remove explicit declarations of xmalloc, xrealloc,
31016         and xstrdup.  Instead, include "xalloc.h".
31017
31018         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
31019         unlocked-io.h.
31020         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
31021         Likewise.
31022         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
31023
31024         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
31025         Reported by Padraig Brady.
31026
31027         * lib/mkstemp.c: #undef mkstemp.
31028         Include config.h.
31029         (rpl_mkstemp): Rename from mkstemp.
31030         Protoize.
31031
31032 2001-11-16  Jim Meyering  <meyering@lucent.com>
31033
31034         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
31035         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
31036         determine the amount of total physical memory, use pstat_getstatic.
31037         HPUX-11 doesn't define _SC_PHYS_PAGES.
31038         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
31039         If sysconf couldn't be used to determine the amount of available
31040         physical memory, use both pstat_getstatic and pstat_getdynamic.
31041         Based on a patch from Bob Proulx.
31042
31043 2001-11-10  Jim Meyering  <meyering@lucent.com>
31044
31045         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
31046         (jm_PREREQ): Use it.
31047
31048 2001-11-09  Jim Meyering  <meyering@lucent.com>
31049
31050         * m4/jm-macros.m4: Require autoconf-2.52f.
31051         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
31052         Use these AC_-prefixed names, not the AM_-prefixed ones.
31053
31054         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
31055
31056 2001-11-05  Jim Meyering  <meyering@lucent.com>
31057
31058         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
31059
31060 2001-11-04  Jim Meyering  <meyering@lucent.com>
31061
31062         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
31063         $DEFS.
31064
31065 2001-11-03  Jim Meyering  <meyering@lucent.com>
31066
31067         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
31068         of AC_DEFUN.
31069
31070         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
31071         know the name of the variable in the macro definition.
31072
31073 2001-11-03  Jim Meyering  <meyering@lucent.com>
31074
31075         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
31076         in argmatch_to_argument call.
31077
31078         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
31079         argument.
31080
31081         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
31082         e.g., a fault due to an attempt to free a NULL pointer.
31083
31084 2001-11-01  Jim Meyering  <meyering@lucent.com>
31085
31086         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
31087         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
31088
31089 2001-11-01  Jim Meyering  <meyering@lucent.com>
31090
31091         * lib/dirfd.c, lib/dirfd.h: New files.
31092         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
31093
31094         * lib/hash.c (hash_print) [TESTING]: Clean up.
31095
31096 2001-10-22  Paul Eggert  <eggert@twinsun.com>
31097
31098         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
31099         to avoid a warning if -Wall.
31100
31101 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
31102
31103         * README: New file
31104         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
31105         (per RMS's instructions, this is now the canonical source)
31106         * lgpl/, gpl/: New directories.
31107
31108 2001-10-21  Paul Eggert  <eggert@twinsun.com>
31109
31110         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
31111
31112 2001-10-21  Jim Meyering  <meyering@lucent.com>
31113
31114         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
31115         this code would end up calling gettext even in packages built
31116         with --disable-nls.
31117         * lib/getopt.c (_): Likewise.
31118         * lib/regex.c (_): Likewise.
31119
31120 2001-10-20  Paul Eggert  <eggert@twinsun.com>
31121
31122         * m4/error.m4 (jm_PREREQ_ERROR):
31123         Do not invoke AC_CHECK_FUNCS with strerror_r, as
31124         AC_FUNC_STRERROR_R does that.
31125         Check for strerror declaration.
31126
31127         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
31128         are supposed to have them these days.
31129         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
31130         Merge changes from latest Autoconf CVS.
31131         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
31132         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
31133         POSIX decided to standardize on the int flavor of strerror_r.
31134
31135 2001-10-20  Paul Eggert  <eggert@twinsun.com>
31136
31137         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
31138         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
31139         Use strerror_r that is only a macro, even if it is not a function.
31140         (strerror): Check for HAVE_DECL_STRERROR before declaring.
31141         (private_strerror): Use prototypes, not old-style function definition.
31142         (print_errno_message): New function.
31143         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
31144         char*-flavored one.
31145         (error_tail, error, error_at_line): Use it.
31146
31147 2001-10-11  Jim Meyering  <meyering@lucent.com>
31148
31149         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
31150         and quote_n (1, ... to avoid clobbering a buffer.
31151
31152 2001-10-05  Jim Meyering  <meyering@lucent.com>
31153
31154         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
31155         hash-pjw.h.
31156         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
31157         * lib/hash-pjw.h: New file.
31158
31159 2001-09-30  Jim Meyering  <meyering@lucent.com>
31160
31161         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
31162         `struct fsstat' has the `f_fstypename' member.
31163         Use that to define FS_TYPE, which is now used to make
31164         the getfsstat link test tighter.
31165
31166 2001-09-30  Jim Meyering  <meyering@lucent.com>
31167
31168         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
31169         Include <sys/ucred.h>, for Apple Darwin.
31170         Include sys/mount.h and sys/fs_types.h only if available.
31171         (FS_TYPE): Define.
31172         (read_filesystem_list): Use FS_TYPE.
31173
31174 2001-09-29  Paul Eggert  <eggert@twinsun.com>
31175
31176         * lib/exclude.c (excluded_filename): 0 -> false, since it's
31177         a boolean context.
31178
31179 2001-09-29  Jim Meyering  <meyering@lucent.com>
31180
31181         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
31182         [one-argument getmntent function]): Include stdio.h before mntent.h.
31183         SunOS 4.1.x needs it for the declaration of `FILE'.
31184         Patch by Volker Borchert.
31185
31186         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
31187         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
31188         sys/fs_types.h, and make the link-test for getfsstat guard #include
31189         directives with appropriate #if HAVE_*_H tests so that we can
31190         detect getfsstat on Apple Darwin1.3.7 systems.
31191         Reported by Nelson Beebe.
31192         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
31193
31194 2001-09-28  Paul Eggert  <eggert@twinsun.com>
31195
31196         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
31197         #defines strtoimax.  Also treat the other strto* functions
31198         like strtoimax.
31199
31200         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
31201         Check for strtoul and strtoumax,
31202         as those declarations are made even in the signed case.
31203         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
31204         Likewise, for strtol and strtoimax.
31205
31206 2001-09-28  Paul Eggert  <eggert@twinsun.com>
31207
31208         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
31209         #defines strtoimax.  Also treat the other strto* functions
31210         like strtoimax.
31211
31212         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
31213         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
31214         (strtoimax, strtoumax): Do not declare if already defined as a macro.
31215
31216 2001-09-26  Jim Meyering  <meyering@lucent.com>
31217
31218         Most macros in unlocked-io.h had the wrong number of arguments.
31219         * lib/gen-uio: New script.
31220         (USE_UNLOCKED_IO): Define to 1 if not already defined.
31221         * lib/unlocked-io.hin: Remove file.
31222         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
31223         rather than trying to embed it here.
31224         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
31225         Reported by Padraig Brady.
31226
31227 2001-09-25  Volker Borchert  <bt@teknon.de>
31228
31229         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
31230         `result'.
31231
31232 2001-09-24  Jim Meyering  <meyering@lucent.com>
31233
31234         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
31235
31236 2001-09-23  Jim Meyering  <meyering@lucent.com>
31237
31238         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
31239         instead of the mere test for existence of mntent.h.  The latter
31240         would get a false-positive on AIX 3.4 systems.
31241         In the outer getmntent if-block, don't die if neither of the getmntent
31242         tests succeeds.  Instead, just fall through and continue with the
31243         remaining tests.
31244
31245 2001-09-23  Jim Meyering  <meyering@lucent.com>
31246
31247         * lib/mountlist.c: Remove useless parentheses in #if directives.
31248         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
31249         the deprecated MOUNTED symbol is no longer defined in mntent.h.
31250
31251 2001-09-22  Jim Meyering  <meyering@lucent.com>
31252
31253         * m4/gettext.m4: New file.  From gettext.
31254         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
31255         * m4/progtest.m4: Likewise
31256         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
31257         * m4/glibc21.m4: Likewise.
31258
31259         * m4/libintl.m4: Remove.  No longer used.
31260
31261 2001-09-22  Jim Meyering  <meyering@lucent.com>
31262
31263         * lib/localcharset.c: Update from latest gettext.
31264         * lib/config.charset: Likewise.
31265
31266 2001-09-20  Jim Meyering  <meyering@lucent.com>
31267
31268         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
31269         strtoimax.
31270         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
31271         strtoumax.
31272
31273 2001-09-20  Jim Meyering  <meyering@lucent.com>
31274
31275         * lib/xstrtol.c (strtoimax): Guard declaration with
31276         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
31277         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
31278         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
31279         (strtoumax): Likewise, for completeness (it wasn't necessary).
31280
31281 2001-09-17  Paul Eggert  <eggert@twinsun.com>
31282
31283         * lib/strtoimax.c (HAVE_LONG_LONG):
31284         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
31285         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
31286         to work around bug in IBM C compiler.
31287
31288 2001-09-17  Jim Meyering  <meyering@lucent.com>
31289
31290         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
31291         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
31292         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
31293         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
31294         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
31295         whenever the right hand side need not be expanded by the shell.
31296
31297 2001-09-16  Paul Eggert  <eggert@twinsun.com>
31298
31299         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
31300         library.  It's not correct, as some older glibcs are buggy.
31301         fnmatch wasn't fixed until glibc 2.2.
31302
31303         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
31304         special shell magic here.
31305
31306 2001-09-16  Jim Meyering  <meyering@lucent.com>
31307
31308         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
31309         * m4/jm-macros.m4: Require it.
31310
31311 2001-09-16  Jim Meyering  <meyering@lucent.com>
31312
31313         * lib/mkdir.c: New file.
31314
31315 2001-09-15  Jim Meyering  <meyering@lucent.com>
31316
31317         * m4/jm-macros.m4: Check for help2man.
31318
31319 2001-09-11  Jim Meyering  <meyering@lucent.com>
31320
31321         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
31322         The body, by Paul Eggert, was moved here from configure.in.
31323         * m4/jm-macros.m4: Require UTILS_HOST_OS.
31324
31325 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31326
31327         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
31328         (jm_PREREQ): Use it.
31329
31330 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31331
31332         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
31333         Use ssize_t, not int, to store result of readlink.
31334         Check for ssize_t overflow as well as size_t overflow,
31335         as POSIX says the result of readlink is implementation-defined
31336         when ssize_t overflows.
31337         Remove unnecessary cast to char*.
31338         Use free+malloc instead of realloc, as the storage doesn't need
31339         to be preserved and it's clearer and can be more efficient that way.
31340         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
31341         * lib/xreadlink.h (xreadlink): Update prototype.
31342
31343 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31344
31345         * lib/xgetcwd.c: Revert some of the previous change; intead,
31346         fix the HAVE_GETCWD_NULL code to behave more like the
31347         !HAVE_GETCWD_NULL code used to.
31348
31349         Include "xalloc.h".
31350         (xgetcwd): Do not return NULL when memory is exhausted; instead,
31351         invoke xalloc_die.
31352
31353 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31354
31355         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
31356         sys/param.h, as pathmax.h includes them.
31357
31358 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31359
31360         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
31361         (jm_PREREQ_XGETCWD): New macro.
31362
31363         * m4/getcwd.m4: New file.
31364
31365 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31366
31367         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
31368         like the HAVE_GETCWD_NULL code.
31369         Include pathmax.h if not HAVE_GETCWD.
31370         Do not include xalloc.h.
31371         (INITIAL_BUFFER_SIZE): New symbol.
31372         Do not use xmalloc / xrealloc, since the caller is responsible for
31373         handling errors.  Preserve errno around `free' during failure.
31374         Do not overrun buffer when using getwd.
31375
31376 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31377
31378         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
31379         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
31380         getcwd (NULL, 0).
31381
31382 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31383
31384         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
31385         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
31386         spotted by Jim Meyering.
31387
31388 2001-09-03  Jim Meyering  <meyering@lucent.com>
31389
31390         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
31391         failure.
31392
31393 2001-09-02  Jim Meyering  <meyering@lucent.com>
31394
31395         * lib/error.c: Update from GNU libc.
31396
31397 2001-09-01  Jim Meyering  <meyering@lucent.com>
31398
31399         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
31400         Used by df.
31401
31402 2001-09-01  Jim Meyering  <meyering@lucent.com>
31403
31404         * lib/xreadlink.c: New file.
31405         * lib/xreadlink.h: New file.
31406         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
31407         xreadlink.h.
31408
31409         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
31410         doesn't conflict with sparc Solaris 7's definition in
31411         /usr/include/sys/int_types.h.
31412
31413         * lib/exclude.c: Use `""', not `<>' to #include non-system header
31414         files.
31415         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
31416         and strncasecmp as r-values.  Unixware didn't have declarations.
31417
31418 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31419
31420         * lib/xstrtol.h: Add copyright notice.
31421         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
31422         LONGINT_INVALID_SUFFIX_CHAR.
31423
31424 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31425
31426         * lib/xstrtol.c (strtoimax): New decl.
31427
31428 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31429
31430         * lib/xgetcwd.c: Don't include pathmax.h.
31431         Include stdlib.h and unistd.h if available.
31432         Include xalloc.h.
31433         (xmalloc, xstrdup, free): Remove decls.
31434         (xgetcwd): Don't assume sizes fit in unsigned.
31435         Check for overflow when computing sizes.
31436         Simplify reallocation code.
31437
31438 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31439
31440         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
31441         a directory's st_size can have an arbitrary value, so the old
31442         usage could waste an arbitrary amount of memory.  All uses
31443         changed.
31444         * lib/savedir.h: Update prototype.
31445
31446 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31447
31448         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
31449
31450         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
31451         old strtoimax.c.
31452
31453         Also, make the following further changes to make this file's
31454         configuration more similar to that of strtol.c:
31455         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
31456         (strtoumax, uintmax_t, strtoull, strtol): Remove.
31457         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
31458         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
31459         changed to signed values.
31460
31461         And make the following changes as well:
31462         Fix copyright notice, as 1999 was missing.
31463         (verify): New macro.
31464         (strtoimax): Check sizes at compile-time, not run-time.
31465         Prefer strtol to strtoll if both work.
31466         (main): Remove; it was not that useful and was a pain to maintain.
31467
31468         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
31469
31470 2001-08-31  Jim Meyering  <meyering@lucent.com>
31471
31472         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
31473         Use an initial, malloc'd, buffer of length 128 rather than
31474         a statically allocated one of length 1024.
31475
31476 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31477
31478         Simplify code, partly by assuming autoconf 2.52 semantics.
31479
31480         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
31481
31482         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
31483         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
31484         All uses removed.
31485         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
31486         Move AC_REQUIRE to next-to-top level, to avoid confusion.
31487         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
31488         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
31489         jm_AC_HEADER_INTTYPES_H.
31490         * m4/jm-macros.m4 (jm_MACROS): Likewise.
31491
31492         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
31493
31494         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
31495         Quote first arg of AC_DEFUN.
31496         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
31497         since they are needed to parse the include file even if we need
31498         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
31499         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
31500         but with opposite signedness.
31501
31502 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31503
31504         Merge 'exclude' changes from tar 1.13.22.
31505         This fixes one or two unlikely storage allocation overflow bugs,
31506         but doesn't change user-visible behavior otherwise.
31507
31508 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31509
31510         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
31511         (jm_PREREQ_EXCLUDE): New macro.
31512
31513 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31514
31515         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
31516         tm to be declared.
31517
31518 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31519
31520         * lib/hash.c: Remove '2001' from copyright notice.
31521
31522 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31523
31524         * lib/full-write.h: New file.
31525         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
31526         * lib/full-write.c: Correct credits, as cccp.c no longer
31527         exists and anyway it was so heavily changed from the old cccp
31528         code as to be unrecognizable.  Include full-write.h.
31529         (full_write) Return size_t, with short writes meaning failure.
31530         All callers changed.  This fixes a bug with large buffers
31531         on 64-bit hosts.
31532         * lib/utime.c: Include full-write.h.
31533
31534 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31535
31536         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
31537         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
31538         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
31539         Include if available.
31540         (<xalloc.h>): Include
31541         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
31542         (verify): New macro.  Use it to verify that EXCLUDE macros do not
31543         collide with FNM macros.
31544         (struct patopts): New struct.
31545         (struct exclude): Use it, as exclude patterns now come with options.
31546         (new_exclude): Support above changes.
31547         (new_exclude, add_exclude_file):
31548         Initial size must now be a power of two to simplify overflow checking.
31549         (free_exclude, fnmatch_no_wildcards): New function.
31550         (excluded_filename): No longer requires options arg, as the options
31551         are determined by add_exclude.  Now returns bool, not int.
31552         (excluded_filename, add_exclude):
31553         Add support for the fancy new exclusion options.
31554         (add_exclude, add_exclude_file): Now takes int options arg.
31555         Check for arithmetic overflow when computing sizes.
31556         (add_exclude_file): xrealloc might modify errno, so don't
31557         realloc until after errno might be used.
31558
31559         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
31560         New macros.
31561         (free_exclude): New decl.
31562         (add_exclude, add_exclude_file): Now takes int options arg.
31563         (excluded_filename): No longer requires options arg, as the options
31564         are determined by add_exclude.  Now returns bool, not int.
31565
31566 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31567
31568         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
31569
31570 2001-08-27  Jim Meyering  <meyering@lucent.com>
31571
31572         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
31573
31574         * lib/version-etc.c (N_): Remove definition.
31575         Revert most of last change.
31576         Instead, simply don't mark the `Copyright...' string for translation.
31577         Based on advice from Paul Eggert.
31578
31579         * lib/strtoxmax.c: Tweak comment.
31580
31581 2001-08-26  Jim Meyering  <meyering@lucent.com>
31582
31583         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
31584
31585         * m4/xstrtoimax.m4: New file.
31586         * m4/xstrtoumax.m4: Add comments explaining why we
31587         AC_REPLACE_FUNCS(strtol).
31588
31589 2001-08-26  Jim Meyering  <meyering@lucent.com>
31590
31591         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
31592         of copyright with `%s' so translators don't get an untranslated
31593         message in 2002.
31594         (COPYRIGHT_YEAR): Define.
31595         (version_etc): Use fprintf rather than fputs.
31596         Suggestion from Ulrich Drepper.
31597
31598         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
31599
31600         * lib/strtoll.c: New file, from GNU libc.
31601         * lib/xstrtoimax.c: New file.
31602
31603         * lib/xstrtol.h: Add xstrtoimax.
31604         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
31605         * lib/strtoimax.c: New file.  Likewise, but first define
31606         STRTOUXMAX_SIGNED.
31607
31608         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
31609         ...
31610         * lib/strtoxmax.c: ... then renamed to this.
31611
31612 2001-08-18  Paul Eggert  <eggert@twinsun.com>
31613
31614         * m4/inttypes.m4: Add AC_PREREQ(2.13).
31615         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
31616         (jm_AC_TYPE_INTMAX_T): New macro.
31617         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
31618
31619         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
31620
31621         * m4/longlong.m4: Renamed from ulonglong.m4.
31622         * m4/inttypes.m4: Renamed from inttypes_h.m4.
31623         * m4/uintmax_t.m4: Removed.
31624
31625 2001-08-13  Paul Eggert  <eggert@twinsun.com>
31626
31627         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
31628         Port to Solaris 8, where 'sed' requires a space after the 'r'
31629         command, and where sh dislikes "$/".  Clean up the spacing a bit.
31630         Redirect output to $tmp just once.
31631
31632 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
31633
31634         * lib/addext.c (<errno.h>): Include.
31635         (errno): Declare if not defined.
31636         (addext): Work correctly when pathconf returns -1 and leaves
31637         errno alone because there is no limit.  Also, work even if
31638         pathconf returns a value greater than SIZE_MAX.
31639
31640 2001-08-12  Jim Meyering  <meyering@lucent.com>
31641
31642         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
31643         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
31644         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
31645         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
31646         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
31647         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
31648         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
31649         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
31650         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
31651         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
31652         utime.m4, utimes.m4, xstrtoumax.m4:
31653         Quote the first argument in each use of AC_DEFUN.
31654
31655 2001-08-12  Jim Meyering  <meyering@lucent.com>
31656
31657         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
31658         Simply `return getcwd (NULL, 0);'.
31659         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
31660         Use 1300 as initial value for length, not PATH_MAX.
31661
31662         * lib/pathmax.h: Clean up cpp syntax.
31663
31664 2001-08-12  Jim Meyering  <meyering@lucent.com>
31665
31666         * lib/gettimeofday.c: New file.
31667         * lib/gtod.h: New file.
31668         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
31669
31670 2001-08-05  Jim Meyering  <meyering@lucent.com>
31671
31672         * m4/jm-macros.m4: Require autoconf-2.52.
31673
31674 2001-08-04  Jim Meyering  <meyering@lucent.com>
31675
31676         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
31677         stmt, to get in sync with glibc.
31678
31679 2001-08-03  Paul Eggert  <eggert@twinsun.com>
31680
31681         The following changes are from gettext 0.10.39 as maintained by
31682         Bruno Haible.
31683
31684         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
31685         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
31686         with inverted sense.  All uses changed.
31687
31688         * lib/mbswidth.c: Don't include <limits.h>.
31689         Include <stdlib.h> and <string.h> unconditionally.
31690         (iswcntrl, mbsinit, ISCNTRL): New macros.
31691         (mbsnwidth): Use K&R style function declarations.
31692         Don't bother checking for MB_LEN_MAX == 1, since the compiler
31693         can optimize it when MB_CUR_MAX == 1.
31694         The width of control characters is zero, not 1.
31695
31696 2001-08-03  Paul Eggert  <eggert@twinsun.com>
31697
31698         The following changes are from gettext 0.10.39 as maintained by
31699         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
31700
31701         * m4/codeset.m4: Upgrade to serial AM1.
31702         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
31703         all uses changed.  Quote first arg of AC_DEFUN.
31704         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
31705
31706         * m4/iconv.m4: Upgrade to serial AM2.
31707         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
31708         Add --with-libconv-prefix.
31709         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
31710         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
31711         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
31712         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
31713         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
31714
31715         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
31716         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
31717         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
31718         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
31719         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
31720         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
31721         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
31722         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
31723         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
31724
31725         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
31726         string.h any more.
31727
31728         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
31729         not the default value.
31730
31731         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
31732         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
31733         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
31734         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
31735         Also check for iswcntrl, used for wcwidth fallback.
31736         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
31737         to Autoconf 2.13.
31738
31739 2001-08-03  Jim Meyering  <meyering@lucent.com>
31740
31741         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
31742         as it was in the original.  Reported by Paul Eggert.
31743
31744 2001-07-16  Jim Meyering  <meyering@lucent.com>
31745
31746         * m4/gettimeofday.m4: New file.
31747         Prompted by a report from Bernhard Baehr.
31748
31749 2001-07-15  Jim Meyering  <meyering@lucent.com>
31750
31751         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
31752         stuff. Now it's in ../Makefile.cfg.
31753
31754 2001-07-15  Jim Meyering  <meyering@lucent.com>
31755
31756         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
31757         (BUILT_SOURCES): Add unlocked-io.h.
31758         (io_functions): Define.
31759         (unlocked-io.h): New rule.
31760         (DISTCLEANFILES): Add unlocked-io.h.
31761         (all-local): Depend on unlocked-io.h, to ensure it is created.
31762
31763         * lib/unlocked-io.hin: New file
31764
31765         * lib/regex.c: Update from glibc.
31766
31767 2001-07-05  Jim Meyering  <meyering@lucent.com>
31768
31769         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
31770         recommendation.
31771         (libfetish_a_SOURCES): Put all .h files here instead.
31772         Remove a thus-exposed (better checks in automake) duplicate and
31773         two unnecessary .h files.
31774
31775 2001-07-04  Jim Meyering  <meyering@lucent.com>
31776
31777         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
31778         that generates jm-glibc-io.m4 so that it doesn't trigger any make
31779         distcheck failure.
31780
31781 2001-07-02  Jim Meyering  <meyering@lucent.com>
31782
31783         The following changes were prompted by suggestions from Bruno Haible.
31784
31785         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
31786         is now generated.
31787         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
31788         definition of EXTRA_DIST.
31789         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
31790         ensure that the generated file is created/updated whenever the list
31791         of $(unlocked_functions) is changed.
31792         (jm-glibc-io.m4): New rule.
31793         (unlocked-io.h): New rule -- currently unused.
31794
31795 2001-06-24  Jim Meyering  <meyering@lucent.com>
31796
31797         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
31798         unmatched right bracket, rather than kludging it with an extra,
31799         falsely-matching quote in a comment.  Patch by Akim Demaille.
31800
31801 2001-06-11  Jim Meyering  <meyering@lucent.com>
31802
31803         * lib/regex.c: Update from GNU libc.
31804
31805 2001-05-27  Jim Meyering  <meyering@lucent.com>
31806
31807         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
31808         Check for ut_type in struct utmp.
31809
31810 2001-05-27  Jim Meyering  <meyering@lucent.com>
31811
31812         * lib/readutmp.h (UT_TYPE): Define.
31813
31814 2001-05-24  Jim Meyering  <meyering@lucent.com>
31815
31816         * lib/argmatch.c: Include "quote.h".
31817         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
31818         quote function.  Reported by Göran Uddeborg.
31819
31820 2001-05-22  Jim Meyering  <meyering@lucent.com>
31821
31822         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
31823         now that we use the package-supplied version unconditionally.
31824         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
31825
31826 2001-05-21  Jim Meyering  <meyering@lucent.com>
31827
31828         * m4/regex.m4: Change a couple backticks to single quotes to avoid
31829         shell syntax errors.
31830
31831 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
31832
31833         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
31834
31835 2001-05-20  Paul Eggert  <eggert@twinsun.com>
31836
31837         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
31838         Don't bother to check library strftime, since
31839         we'll be using our own my_strftime function anyway.
31840         Define my_strftime instead of strftime.
31841
31842 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
31843
31844         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
31845         which is not yet declared.
31846
31847 2001-05-15  Jim Meyering  <meyering@lucent.com>
31848
31849         * m4/regex.m4: Use proper quoting so brackets appear in the test
31850         program.
31851         Reported by, and with help from, Bruno Haible.
31852
31853 2001-05-13  Jim Meyering  <meyering@lucent.com>
31854
31855         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
31856         undefined.
31857
31858 2001-05-11  Paul Eggert  <eggert@twinsun.com>
31859
31860         dirname code cleanup.  base_name now behaves more compatibly
31861         with POSIX basename when given file names that have trailing
31862         slashes, and similarly for dir_name.  Add new primitives
31863         base_len and dir_len.  Put the directory-name-related decls
31864         into dirname.h.
31865
31866         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
31867         * lib/backupfile.c (base_name): Likewise.
31868         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
31869         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
31870         * lib/makepath.c (strip_trailing_slashes): Likewise.
31871         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
31872         ISSLASH): Likewise.
31873         * lib/rename.c (strip_trailing_slashes): Likewise.
31874         * lib/same.c (base_name): Likewise.
31875         * lib/stripslash.c (ISSLASH): Likewise.
31876
31877         * lib/addext.c: Include <dirname.h> after size_t is defined.
31878         * lib/backupfile.c: Likewise.
31879
31880         * lib/addext.c (addext): Use base_len to trim redundant
31881         trailing slashes instead of doing it ourselves.
31882         But do not trim the last slash if it is not redundant.
31883
31884         * lib/backupfile.c (find_backup_file_name,
31885         max_backup_version): Use base_len instead of rolling it ourselves.
31886         Handle the case of "" and (on DOS) "C:" correctly.
31887
31888         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
31889         needed. Include <string.h>, <dirname.h>.
31890         (base_name): Allow file names ending in slashes, other than names
31891         that are all slashes.  In this case, return the basename followed
31892         by the slashes.  This is more general, and can be used in places
31893         where the original base_name purposely had an assertion failure.
31894         (base_len): New function.
31895
31896         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
31897         Do not include <assert.h>; no longer needed.
31898         Include xalloc.h.
31899         (memrchr): Remove decl.
31900         (dir_name_r): Remove.
31901         (dir_len): Renamed from dirlen.  All callers changed.
31902         Rewrite in terms of base_name, for simplicity and consistency.
31903         (dir_name): Never return NULL.  All callers changed.
31904         Do not include <stdlib.h> in test program; no longer needed.
31905         return 0; is fine for test program.
31906
31907         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
31908         New macros.
31909         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
31910
31911         * lib/path-concat.c (path_concat): Use base_len to compute
31912         base length, not strlen; this means we cannot rely on memcpy
31913         to null-terminate.
31914
31915         * lib/same.c (STREQ): Remove.
31916         (same_name): Handle the case where the basename ends in trailing '/'.
31917
31918         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
31919         a slash was stripped.  Do not strip the last slash after a
31920         file system prefix.
31921
31922 2001-05-11  Paul Eggert  <eggert@twinsun.com>
31923
31924         * lib/Makefile.am (libfetish_a_SOURCES):
31925         Add strftime.c, since we now compile it on all hosts.
31926
31927         * lib/strftime.c (my_strftime):
31928         Define to nstrftime if emacs, but only if my_strftime is not defined.
31929         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
31930         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
31931         Add one more extra argument: a nanoseconds value.
31932         All uses changed.
31933         (ns): New macro.
31934         (my_strftime function): Add %N format.
31935         (emacs_strftimeu): Renamed from emacs_strftime,
31936         with extra ut argument.
31937
31938 2001-05-09  Paul Eggert  <eggert@twinsun.com>
31939
31940         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
31941
31942 2001-04-21  Jim Meyering  <meyering@lucent.com>
31943
31944         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
31945         doesn't interfere.
31946
31947 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
31948
31949         * m4/ftruncate.m4: Check for chsize.
31950         Link with ftruncate.o unconditionally if ftruncate is missing.
31951         This was required when cross-compiling to i586-mingw32msvc.
31952
31953 2001-04-08  Jim Meyering  <meyering@lucent.com>
31954
31955         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
31956         recomputed; that's necessary when the offset spans a DST transition.
31957         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
31958
31959 2001-04-02  Jim Meyering  <meyering@lucent.com>
31960
31961         * lib/regex.h, regex.c: Update from GNU libc.
31962
31963 2001-03-24  Jim Meyering  <meyering@lucent.com>
31964
31965         * m4/jm-macros.m4: Require autoconf-2.49d.
31966
31967 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
31968
31969         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
31970
31971 2001-03-19  Paul Eggert  <eggert@twinsun.com>
31972
31973         * lib/version-etc.c (version_etc_copyright): Update to 2001.
31974
31975 2001-03-17  Jim Meyering  <meyering@lucent.com>
31976
31977         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
31978         now that the version in autoconf is equivalent.
31979         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
31980
31981         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
31982         Suggestion from Akim Demaille.
31983
31984         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
31985         (jm_PREREQ_TEMPNAME): New function.
31986
31987 2001-03-16  Paul Eggert  <eggert@twinsun.com>
31988
31989         * lib/tempname.c (uint64_t): Define to uintmax_t if
31990         not defined, and if UINT64_MAX is not defined.
31991         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
31992         Reported by John David Anglin.
31993
31994 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
31995
31996         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
31997         resolve alias if codeset is empty.
31998         * lib/config.charset (BeOS): Use wildcard syntax.
31999
32000 2001-03-13  Jim Meyering  <meyering@lucent.com>
32001
32002         * lib/path-concat.c (path_concat)
32003         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
32004         concatenating e.g., `C:' and `foo'.
32005         From Bruno Haible.
32006
32007 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
32008
32009         * lib/localcharset.c (locale_charset): Don't use
32010         setlocale(LC_CTYPE,NULL). Don't return NULL.
32011         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
32012
32013 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
32014
32015         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
32016         support for DOS/DJGPP.
32017
32018 2001-03-01  Paul Eggert  <eggert@twinsun.com>
32019
32020         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
32021         lacks mkstemp.  Compile our own tempname.c if we compile our own
32022         mkstemp.c, as mkstemp relies on tempname.
32023
32024 2001-03-01  Jim Meyering  <meyering@lucent.com>
32025
32026         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
32027         AH_VERBATIM really does output its argument verbatim.
32028
32029 2001-02-28  Paul Eggert  <eggert@twinsun.com>
32030
32031         * lib/Makefile.am (libfetish_a_SOURCES):
32032         Add dup-safer.c, fopen-safer.c.
32033         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
32034
32035         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
32036         * lib/unistd-safer.h: New files.
32037
32038 2001-02-25  Paul Eggert  <eggert@twinsun.com>
32039
32040         The mkstemp replacement is taken from glibc 2.2.2, with some
32041         portability fixes for use outside glibc, as follows:
32042
32043         * lib/tempname.c (struct_stat64): New macro.
32044         (direxists, __gen_tempname): Use it.
32045         This avoids a portability problem with Solaris 8.
32046
32047         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
32048         (<stddef.h>, <stdint.h>, <string.h>):
32049         Include only if STDC_HEADERS || _LIBC.
32050         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
32051         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
32052         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
32053         (__set_errno): Define this macro if <errno.h> doesn't.
32054         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
32055         Define these macros if <stdio.h> doesn't.
32056         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
32057         Define these macros if <sys/stat.h>
32058         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
32059         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
32060         __xstat64): Define if not _LIBC.
32061         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
32062         (__gen_tempname): Invoke gettimeofday only if
32063         HAVE_GETTIMEOFDAY || _LIBC;
32064         otherwise, fall back on plain "time".
32065         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
32066
32067         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
32068
32069         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
32070
32071 2001-02-18  Paul Eggert  <eggert@twinsun.com>
32072
32073         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
32074
32075 2001-02-17  Paul Eggert  <eggert@twinsun.com>
32076
32077         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
32078         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
32079         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
32080         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
32081
32082 2001-02-17  Paul Eggert  <eggert@twinsun.com>
32083
32084         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
32085         Remove workaround macros for hosts that have mbrtowc but not
32086         mbstate_t, as we now insist on proper declarations for both
32087         before using mbrtowc.
32088
32089 2001-02-17  Jim Meyering  <meyering@lucent.com>
32090
32091         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
32092         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
32093         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
32094         UnixWare 7.1.1.
32095
32096         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
32097         rather than AC_CACHE_VAL.
32098
32099 2001-02-17  Jim Meyering  <meyering@lucent.com>
32100
32101         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
32102         around included file name.
32103
32104         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
32105
32106         * lib/strftime.c: Update from GNU libc (the only changes were to
32107         comments).
32108
32109 2001-02-17  Jim Meyering  <meyering@lucent.com>
32110
32111         * lib/regex.c: Update from libc.
32112
32113 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
32114
32115         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
32116         clash.
32117
32118 2001-02-16  Paul Eggert  <eggert@twinsun.com>
32119
32120         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
32121         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
32122         Reported by Mark Hounschell via Paul Eggert.
32123
32124 2001-02-07  Jim Meyering  <meyering@lucent.com>
32125
32126         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
32127
32128 2001-02-05  Jim Meyering  <meyering@lucent.com>
32129
32130         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
32131         it includes the patch required for `large file' support with at least
32132         HP-UX's 10.20 /bin/cc.
32133
32134 2001-02-03  Jim Meyering  <meyering@lucent.com>
32135
32136         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
32137         AS_IF, now that it works once again (mysteriously).
32138         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
32139
32140 2001-01-30  Jim Meyering  <meyering@lucent.com>
32141
32142         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
32143         * m4/chown.m4: Rename conftestchown to conftest.chown.
32144         * m4/rename.m4: s/conftestdir/conftest.d1/ and
32145         s/conftestdir2/conftest.d2/.
32146         * m4/utimes.m4: s/conftestdata/conftest.data/
32147         Inspired by Pavel Roskin's change in autoconf.
32148
32149 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
32150
32151         * lib/config.charset: Update for FreeBSD 4.2.
32152
32153 2001-01-27  Jim Meyering  <meyering@lucent.com>
32154
32155         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
32156         a use of AS_IF.
32157         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
32158
32159 2001-01-26  Jim Meyering  <meyering@lucent.com>
32160
32161         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
32162         quotearg.c includes it.
32163
32164 2001-01-26  Jim Meyering  <meyering@lucent.com>
32165
32166         * lib/quotearg.c: Include stddef.h.
32167         * lib/quote.c: Include stddef.h.
32168         Reported by Axel Kittenberger.
32169
32170         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
32171         line in double quotes so that it evokes a better diagnostic.
32172         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
32173         Reported by Axel Kittenberger.
32174
32175 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
32176
32177         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
32178         as if it was a `charset'.
32179
32180 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
32181
32182         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
32183         has const.
32184
32185 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
32186
32187         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
32188         to avoid a warning.  Add back 'const' to inptr.
32189
32190 2001-01-20  Jim Meyering  <meyering@lucent.com>
32191
32192         Be sure that headers are checked before used in code compiled
32193         for the type checks.
32194         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
32195         In place of that, invoke jm_CHECK_ALL_TYPES.
32196         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
32197         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
32198         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
32199         The check for ssize_t was mistakenly run before the test for unistd.h.
32200
32201         The configure-time check for stdbool.h was missing.
32202         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
32203         (jm_PREREQ_HASH): New function.
32204
32205 2001-01-17  Jim Meyering  <meyering@lucent.com>
32206
32207         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
32208         for autoconf-2.49c.
32209         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
32210
32211 2001-01-16  Jim Meyering  <meyering@lucent.com>
32212
32213         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
32214         From Bruno Haible.
32215
32216 2001-01-14  Jim Meyering  <meyering@lucent.com>
32217
32218         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
32219         foo and bar.  Create conftestdir/ in the script, not in the C code.
32220         Remove directories in the script, not in the C code.
32221         Remove conftestdir{,2} before trying to create the directory.
32222         Make the entire configure script fail if the mkdir fails.
32223
32224 2001-01-14  Jim Meyering  <meyering@lucent.com>
32225
32226         * lib/rename.c: New file.  From Volker Borchert.
32227         Include stdlib.h, string.h or strings.h, and xalloc.h.
32228         Use strip_trailing_slashes rather than open-coding it.
32229
32230 2001-01-03  Paul Eggert  <eggert@twinsun.com>
32231
32232         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
32233
32234 2001-01-03  Jim Meyering  <meyering@lucent.com>
32235
32236         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
32237         of local `inptr' to avoid warning with some system declarations of
32238         iconv.
32239
32240 2001-01-02  Volker Borchert  <bt@teknon.de>
32241
32242         * m4/rename.m4: New file.
32243         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
32244
32245 2001-01-01  Jim Meyering  <meyering@lucent.com>
32246
32247         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
32248         even on systems with utmpx.h.  It's necessary for the declaration of
32249         utmp's ut_user member.  Reported by Andreas Jaeger.
32250
32251         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
32252         available. They are required for the declarations of getgrgid and
32253         getpwuid resp.
32254         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
32255         Reported by Andreas Jaeger.
32256
32257 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
32258
32259         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
32260         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
32261         so `make install' also works in VPATH builds.
32262
32263 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
32264
32265         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
32266         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
32267         can be used in subdirectories.
32268
32269 2000-12-29  Paul Eggert  <eggert@twinsun.com>
32270
32271         * lib/modechange.c: Do not assume that mode_t uses the
32272         traditional octal encoding.  E.g. "chmod 1 FOO" should set
32273         the other-execute bit of FOO even if S_IXOTH != 1.
32274
32275         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
32276         WOTH, XOTH, ALLM): New macros.
32277         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
32278          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
32279         Use them.
32280         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
32281         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
32282         (mode_compile):
32283         No need to use uintmax_t; unsigned long is long enough.
32284         Don't bother to get suffix since we don't use it.
32285
32286 2000-12-26  Jim Meyering  <meyering@lucent.com>
32287
32288         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
32289         better with autoheader.
32290
32291 2000-12-24  Jim Meyering  <meyering@lucent.com>
32292
32293         * lib/hash.c (is_prime): Return explicit boolean values.
32294         (hash_get_first): Return NULL to appease Irix5.6's 89.
32295         Reported by Nelson Beebe.
32296
32297 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
32298
32299         * lib/localcharset.c (locale_charset): Add support for Win32.
32300
32301 2000-12-18  Paul Eggert  <eggert@twinsun.com>
32302
32303         * lib/physmem.h, lib/physmem.c: New files.
32304
32305         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
32306         (noinst_HEADERS): Add physmem.h.
32307
32308         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
32309         't' for compatibility with Solaris 8 sort.
32310
32311 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
32312
32313         * lib/config.charset: Add support for BeOS.
32314
32315 2000-12-17  Jim Meyering  <meyering@lucent.com>
32316
32317         * m4/dos.m4 (jm_AC_DOS): New file and macro.
32318         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
32319
32320 2000-12-16  Jim Meyering  <meyering@lucent.com>
32321
32322         This bug had a serious impact on chown: `chown N:M FILE' (for integer
32323         N and M) would have treated it like `chown N:N FILE'.
32324
32325         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
32326
32327 2000-12-16  Jim Meyering  <meyering@lucent.com>
32328
32329         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
32330         SHELLS_FILE to a file name that's useful on djgpp systems.
32331         Include stdlib.h.
32332         (ADDITIONAL_DEFAULT_SHELLS): Define.
32333         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
32334         Based mostly on a patch from Prashant TR.
32335
32336 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
32337
32338         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
32339         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
32340         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
32341
32342 2000-12-08  Andreas Schwab  <schwab@suse.de>
32343
32344         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
32345         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
32346
32347 2000-12-07  Jim Meyering  <meyering@lucent.com>
32348
32349         * lib/stripslash.c (ISSLASH): Define.
32350         (strip_trailing_slashes): Use ISSLASH rather than comparing against
32351         `/'.
32352         From Prashant TR.
32353
32354         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
32355         (dir_name_r): Declare this function as static.
32356         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
32357         manifest itself on a name containing a mix of slashes and
32358         backslashes.
32359         Make this function work with names starting with a DOS-style
32360         drive letter and colon prefix.
32361         (dir_name): Append `.' if necessary.
32362         Based mostly on patches from Prashant TR and Eli Zaretskii.
32363
32364         * lib/dirname.h (dir_name_r): Remove prototype.
32365
32366 2000-12-06  Paul Eggert  <eggert@twinsun.com>
32367
32368         * m4/off_t-format.m4: Remove this file.
32369         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
32370
32371 2000-12-06  Jim Meyering  <meyering@lucent.com>
32372
32373         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
32374         replacement strtoull, we may well need the replacement strtoul, too.
32375         Check for declarations of strtoul and strtoull.
32376         Check for strtol.  Mainly as a cue to cause automake to include
32377         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
32378         Check for limits.h -- strtol.c needs it.
32379
32380 2000-12-05  Jim Meyering  <meyering@lucent.com>
32381
32382         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
32383
32384 2000-12-04  Jim Meyering  <meyering@lucent.com>
32385
32386         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
32387         Also include memory.h, stdlib.h, unistd.h if appropriate.
32388         Reported by Andreas Jaeger (conflicting declaration of malloc).
32389
32390 2000-12-02  Jim Meyering  <meyering@lucent.com>
32391
32392         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
32393         * m4/jm-macros.m4 (jm_MACROS): require it.
32394
32395 2000-12-02  Jim Meyering  <meyering@lucent.com>
32396
32397         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
32398
32399 2000-12-01  Paul Eggert  <eggert@twinsun.com>
32400
32401         * lib/memrchr.c: Include <config.h> before any system include file.
32402
32403 2000-11-30  Jim Meyering  <meyering@lucent.com>
32404
32405         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
32406
32407 2000-11-30  Jim Meyering  <meyering@lucent.com>
32408
32409         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
32410
32411 2000-11-29  Paul Eggert  <eggert@twinsun.com>
32412
32413         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
32414
32415 2000-11-26  Jim Meyering  <meyering@lucent.com>
32416
32417         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
32418
32419 2000-11-22  Paul Eggert  <eggert@twinsun.com>
32420
32421         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
32422         size of (size_t) -1; it's not portable.
32423
32424 2000-11-17  Jim Meyering  <meyering@lucent.com>
32425
32426         * lib/strstr.c: Update from GNU libc.
32427
32428 2000-11-17  Akim Demaille  <akim@epita.fr>
32429
32430         * lib/obstack.h: Formatting changes.
32431         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
32432         prevent type checking.
32433         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
32434         cast the value to (void *): assigning a `foo *' to a `void *'
32435         variable is valid.
32436         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
32437
32438 2000-11-16  Jim Meyering  <meyering@lucent.com>
32439
32440         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
32441
32442 2000-11-11  Jim Meyering  <meyering@lucent.com>
32443
32444         * lib/error.c: Add a couple #includes, merging from GNU libc version.
32445
32446 2000-11-10  Jim Meyering  <meyering@lucent.com>
32447
32448         * lib/obstack.h: Update from GNU libc.
32449         * lib/obstack.c: Likewise.
32450
32451 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
32452
32453         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
32454
32455 2000-11-06  Paul Eggert  <eggert@twinsun.com>
32456
32457         * lib/getusershell.c (setusershell): Use rewind rather than
32458         fseek/fseeko, to avoid configuration hassles with fseeko.
32459         Don't bother opening SHELLS_FILE if shellstream is NULL;
32460         it's not necessary.
32461
32462 2000-11-05  Jim Meyering  <meyering@lucent.com>
32463
32464         * lib/makepath.h (make_dir): Declare.
32465         * lib/makepath.c (make_dir): Remove `static' attribute.
32466         Tweak a comment.
32467
32468 2000-11-04  Jim Meyering  <meyering@lucent.com>
32469
32470         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
32471
32472 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
32473
32474         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
32475         last one in a bucket, advance to the next bucket.
32476
32477 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
32478
32479         * lib/fnmatch.c: Do not comment out all the code if we are using
32480         the GNU C library, because in some cases we are replacing buggy
32481         code in the GNU C library itself.
32482
32483 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
32484
32485         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
32486         (regex_compile): Catch bogus \(\1\).
32487
32488 2000-10-30  Paul Eggert  <eggert@twinsun.com>
32489
32490         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
32491         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
32492         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
32493
32494 2000-10-30  Paul Eggert  <eggert@twinsun.com>
32495
32496         * lib/error.h, getline.h, modechange.h:
32497         Remove "2000" from Copyright line, as the file hasn't been
32498         changed this year other than in the copyright notice.
32499
32500         * lib/xalloc.h: Add "2000" to Copyright line, as this file
32501         was changed this year.
32502
32503 2000-10-29  Jim Meyering  <meyering@lucent.com>
32504
32505         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
32506         renaming.
32507         * m4/ls-mntd-fs.m4: Likewise
32508
32509 2000-10-29  Jim Meyering  <meyering@lucent.com>
32510
32511         * lib/xstat.in: Fix grammar in comment.
32512
32513 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
32514
32515         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
32516         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
32517         doesn't define __restrict_arr.
32518
32519 2000-10-28  Jim Meyering  <meyering@lucent.com>
32520
32521         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
32522         (jm_PREREQ_MEMCHR): New function.
32523
32524 2000-10-28  Jim Meyering  <meyering@lucent.com>
32525
32526         * lib/memchr.c: Update from libc.
32527         Adjust for portability:
32528         [HAVE_STDLIB_H]: Include stdlib.h.
32529         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
32530         Undef __memchr, too.
32531         [!weak_alias]: Define __memchr to memchr.
32532
32533         * lib/regex.c: Update from libc.
32534         * lib/regex.h: Likewise.
32535         * lib/getopt1.c: Likewise.
32536         * lib/memcmp.c: Likewise.
32537
32538         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
32539         Avoid using fseek, when possible -- it's broken by design.
32540         Patch by Ulrich Drepper.
32541
32542 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
32543
32544         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
32545         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
32546         Giving in to popular pressure to shut up the compiler with casts.
32547
32548 2000-10-26  Jim Meyering  <meyering@lucent.com>
32549
32550         * lib/strftime.c: Update from libc.
32551
32552 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
32553
32554         * regex.c: More `unsigned char' -> `re_char' changes.
32555         Also change several `int' into `re_wchar_t'.
32556         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
32557         (PUSH_FAILURE_POINTER): Don't cast any more.
32558         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
32559         We want GCC to complain, since this piece of code makes
32560         re_match non-reentrant, which *should* be fixed.
32561         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
32562         (EXTEND_BUFFER): Use RETALLOC.
32563         (SET_LIST_BIT): Don't cast.
32564         (re_wchar_t): New type.
32565         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
32566         that those two functions will always properly return.
32567         (IMMEDIATE_QUIT_CHECK): Cast to void.
32568         (analyse_first): Use recursion rather than an explicit stack.
32569         (re_compile_fastmap): Can't fail anymore.
32570         (re_search_2): Don't check re_compile_fastmap for failure.
32571         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
32572         Now also sets the new value (passed in a new argument).
32573         (re_match_2_internal): Use it.
32574         Also, use a new var `reg' of type size_t when looping through regs
32575         rather than reuse the inappropriate `mcnt'.
32576
32577 2000-10-25  Jim Meyering  <meyering@lucent.com>
32578
32579         * lib/obstack.c: Update from libc.
32580
32581 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
32582
32583         * regex.c (regex_compile): Change the way of handling a range from
32584         a char less than 256 to a char not less than 256.
32585
32586 2000-10-24  Andrew Innes  <andrewi@gnu.org>
32587
32588         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
32589         NT-Emacs only.
32590         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
32591         so that re_search functions only quit when callers expect them to.
32592
32593 2000-10-23  Jim Meyering  <meyering@lucent.com>
32594
32595         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
32596         wrong.  That set_locale call must not have any side effects.
32597         From Paul Eggert.
32598
32599 2000-10-22  Jim Meyering  <meyering@lucent.com>
32600
32601         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
32602         [CYCLIC]: Remove now-unused definition.
32603
32604         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
32605         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
32606         Suggestion from Ulrich Drepper.
32607
32608 2000-10-21  Jim Meyering  <meyering@lucent.com>
32609
32610         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
32611         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
32612         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
32613
32614 2000-10-21  Jim Meyering  <meyering@lucent.com>
32615
32616         * lib/dirname.c (memrchr): Declare if necessary.
32617         (dir_name): Remove the restriction that there be no
32618         trailing slashes.  Now, this code skips past them, effectively
32619         ignoring them.
32620         [TEST_DIRNAME] (main): New unit tests.
32621
32622         * lib/memrchr.c: New file from GNU libc.
32623         Undef __memrchr, too.
32624         [!weak_alias]: Define __memrchr to memrchr.
32625         Guard weak_alias use with `#ifdef weak_alias'.
32626
32627 2000-10-21  Jim Meyering  <meyering@lucent.com>
32628
32629         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
32630         (dir_name): Use dir_name_r.
32631         * lib/dirname.h (dir_name_r): Declare it.
32632
32633 2000-10-17  Jim Meyering  <meyering@lucent.com>
32634
32635         * lib/quote.h (PARAMS): Define and use.
32636         Reported by Akim Demaille.
32637
32638         * lib/getopt.c: Update from libc.
32639
32640 2000-10-16  Jim Meyering  <meyering@lucent.com>
32641
32642         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
32643         setlocale.
32644         From Jan Fedak.
32645
32646 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
32647
32648         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
32649
32650 2000-09-25  Jim Meyering  <meyering@lucent.com>
32651
32652         * lib/md5.h (rol): Define (from GnuPG).
32653
32654         * lib/sha.c: Give credit (GnuPG) where due.
32655         (M): Use rol rather than open-coding it.
32656         Add a FIXME comment.
32657
32658 2000-09-21  Jim Meyering  <meyering@lucent.com>
32659
32660         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
32661         Reported by Michael Stone.
32662
32663 2000-09-20  Jim Meyering  <meyering@lucent.com>
32664
32665         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
32666         (noinst_HEADERS): Add sha.h.
32667         Based on code from Scott G. Miller and from GnuPG.
32668
32669 2000-09-18  Jim Meyering  <meyering@lucent.com>
32670
32671         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
32672         LIBS. Otherwise, everyone ends up linking with -lelf for some
32673         configurations.
32674         Reported by Mike Stone.
32675
32676 2000-09-15  Jim Meyering  <meyering@lucent.com>
32677
32678         * lib/regex.c: Update from libc.
32679
32680 2000-09-10  Jim Meyering  <meyering@lucent.com>
32681
32682         * lib/getopt.c (_getopt_internal): Update from glibc.
32683
32684 2000-09-09  Jim Meyering  <meyering@lucent.com>
32685
32686         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
32687         think it should be used as a general replacement for isascii.
32688         * lib/fnmatch.c: Likewise.
32689         * lib/mbswidth.c: Likewise
32690         * lib/regex.c: Likewise.
32691
32692         Don't use atoi.
32693         * lib/userspec.c: Include sys/param.h and limits.h.
32694         Include xstrtol.h.
32695         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
32696         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
32697         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
32698         UID, GID.  Check range.
32699
32700 2000-09-06  Jim Meyering  <meyering@lucent.com>
32701
32702         * lib/getopt.c (_getopt_internal): Update from glibc.
32703
32704 2000-08-30  Jim Meyering  <meyering@lucent.com>
32705
32706         * lib/strftime.c: Merge in changes from GNU libc.
32707
32708 2000-08-26  Jim Meyering  <meyering@lucent.com>
32709
32710         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
32711         * m4/fpending.m4: New file.
32712
32713 2000-08-26  Jim Meyering  <meyering@lucent.com>
32714
32715         * lib/closeout.c: Include "__fpending.h".
32716         (close_stdout_status): Return right away if there's nothing to flush.
32717
32718         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
32719         * lib/__fpending.c: New file.
32720         * lib/__fpending.h: New file.
32721
32722 2000-08-20  Jim Meyering  <meyering@lucent.com>
32723
32724         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
32725         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
32726         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
32727
32728 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
32729
32730         Improve fileutils installation on systems where running
32731         programs (like install) can't be unlinked.
32732         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
32733         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
32734
32735 2000-08-07  Paul Eggert  <eggert@twinsun.com>
32736
32737         Standardize on "memory exhausted" instead of "Memory exhausted"
32738         or "virtual memory exhausted".
32739         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
32740         "virtual memory exhausted".
32741         * lib/same.c (same_name): Invoke xalloc_die instead of printing
32742         our own message.
32743         * lib/userspec.c (parse_user_spec): Likewise.
32744         * lib/bumpalloc.h: comment fix
32745         * lib/same.c, userspec.c: Include xalloc.h.
32746
32747         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
32748         not char *const and pointing to a constant array.
32749         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
32750         (xrealloc): Comment fix.
32751
32752         * lib/userspec.c (parse_user_spec):
32753         Don't translate a message until just before returning,
32754         to avoid unnecessary translation.
32755
32756 2000-08-07  Jim Meyering  <meyering@lucent.com>
32757
32758         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
32759         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
32760         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
32761         getgroups.c, gethostname.c, getopt.h, group-member.c,
32762         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
32763         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
32764         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
32765         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
32766         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
32767         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
32768         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
32769         yesno.c: Back out Copyright date changes for each file with no change
32770         this year.  This eases coordination with other programs using the same
32771         source code modules.  From Paul Eggert.
32772
32773 2000-08-06  Paul Eggert  <eggert@twinsun.com>
32774
32775         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
32776         not char, for compatibility with glibc 2.1.3 strftime.c.
32777
32778 2000-08-03  Greg McGary  <greg@mcgary.org>
32779
32780         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
32781         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
32782         (EXTEND_BUFFER): Use them.
32783
32784 2000-08-01  Jim Meyering  <meyering@lucent.com>
32785
32786         * lib/dirname.c (ISSLASH): Define.
32787         (BACKSLASH_IS_PATH_SEPARATOR): Define.
32788         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
32789         both `\' and `/' may be use as path separators.
32790         Based on a patch from Prashant TR.
32791
32792 2000-07-31  Paul Eggert  <eggert@twinsun.com>
32793
32794         * lib/quotearg.c (quotearg_n_options): Don't make the initial
32795         slot vector a constant, since it might get modified.
32796
32797 2000-07-31  Jim Meyering  <meyering@lucent.com>
32798
32799         * lib/xmalloc.c: Use `virtual memory exhausted', not
32800         `Memory exhausted'.
32801         * lib/obstack.c (print_and_abort): Likewise.
32802
32803 2000-07-30  Paul Eggert  <eggert@twinsun.com>
32804
32805         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
32806         buffer, so that the caller can always quote one small
32807         component of a "memory exhausted" message in slot 0.
32808         From a suggestion by Jim Meyering.
32809
32810 2000-07-30  Jim Meyering  <meyering@lucent.com>
32811
32812         * lib/makepath.c (make_path): Quote the other instance, too.
32813
32814         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
32815         (STATIC_BUF_SIZE): Define.
32816         (quotearg_n_options): Use only statically allocated storage when
32817         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
32818         than STATIC_BUF_SIZE.
32819
32820 2000-07-29  Jim Meyering  <meyering@lucent.com>
32821
32822         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
32823         * lib/dirname.c (dir_name): Likewise.
32824
32825         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
32826         `/'.
32827
32828         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
32829         (dir_name): Assert that there are no trailing slashes.
32830
32831 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
32832
32833         * lib/mbswidth.h (mbswidth): Add a flags argument.
32834         (mbswidth): New declaration.
32835         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
32836         * lib/mbswidth.c (mbswidth): Add a flags argument.
32837         (mbsnwidth): New function.
32838
32839 2000-07-24  Jim Meyering  <meyering@lucent.com>
32840
32841         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
32842
32843 2000-07-23  Paul Eggert  <eggert@twinsun.com>
32844
32845         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
32846
32847 2000-07-23  Paul Eggert  <eggert@twinsun.com>
32848
32849         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
32850         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
32851         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
32852         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
32853         invoke multibyte primitives.
32854
32855 2000-07-23  Paul Eggert  <eggert@twinsun.com>
32856
32857         * lib/quotearg.c:
32858         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
32859         so that mbstate_t is always defined.
32860
32861         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
32862         be 1 in at least one GCC installation, and this configuration
32863         error is likely to be common.  Ignoring MB_LEN_MAX hurts
32864         performance on hosts that have mbrtowc but have only unibyte
32865         locales, but I assume these hosts are rare.
32866
32867 2000-07-23  Paul Eggert  <eggert@twinsun.com>
32868
32869         * lib/mbswidth.c (_XOPEN_SOURCE):
32870         Don't define; this causes problems on Solaris 7.
32871         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
32872
32873 2000-07-23  Jim Meyering  <meyering@lucent.com>
32874
32875         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
32876         too: getgrgid, getpwuid, getuid.
32877
32878 2000-07-23  Jim Meyering  <meyering@lucent.com>
32879
32880         * lib/basename.c (base_name): Add an assertion.
32881
32882 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
32883
32884         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
32885         shadow its mbsinit function.
32886
32887 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
32888
32889         * lib/mbswidth.h: New file.
32890         * lib/mbswidth.c: New file.
32891         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
32892         (noinst_HEADERS): Add mbswidth.h.
32893
32894 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
32895
32896         * lib/config.charset: Add support for FreeBSD. Improve support for
32897         HP-UX and IRIX 6.
32898
32899 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
32900
32901         * m4/mbswidth.m4: New file.
32902         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
32903
32904 2000-07-15  Jim Meyering  <meyering@lucent.com>
32905
32906         * lib/makepath.c: Include quote.h.
32907         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
32908         corresponding argument in a `quote (...)' call.
32909         Give better diagnostics.
32910
32911         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
32912         (noinst_HEADERS): Add quote.h.
32913
32914         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
32915         from tar's src/misc.c.
32916         * lib/quote.h: New file.  Prototypes for same.
32917
32918 2000-07-14  Paul Eggert  <eggert@twinsun.com>
32919
32920         From a suggestion by Bruno Haible.
32921         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
32922         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
32923         to decide whether to define the BeOS workaround macro;
32924         this adjusts to the change to AC_MBSTATE_T.
32925
32926 2000-07-14  Jim Meyering  <meyering@lucent.com>
32927
32928         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
32929         jm_AC_TYPE_UINTMAX_T.
32930
32931 2000-07-13  Paul Eggert  <eggert@twinsun.com>
32932
32933         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
32934
32935         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
32936         quotearg_buffer_restyled): Add support for
32937         clocale_quoting_style.  Undo previous change to
32938         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
32939         and "{RIGHT QUOTATION MARK}" msgids.
32940
32941 2000-07-10  Paul Eggert  <eggert@twinsun.com>
32942
32943         From a suggestion by Bruno Haible.
32944         * m4/mbstate_t.m4 (AC_MBSTATE_T):
32945         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
32946         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
32947         and mbstate_t, to a single-part test that simply defines mbstate_t.
32948         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
32949         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
32950
32951 2000-07-10  Jim Meyering  <meyering@lucent.com>
32952
32953         * m4/strerror_r.m4: Mirror the correction made in autoconf.
32954
32955         * m4/gnu-source.m4: Output to confdefs.h directly.
32956         Suggestion from Akim Demaille.
32957
32958 2000-07-09  Paul Eggert  <eggert@twinsun.com>
32959
32960         The old behavior of quoting `like this' doesn't look good with
32961         newer, ISO-style fonts.  See:
32962         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
32963
32964         Instead, quote "like this" by default.  Let the translator
32965         tailor the locale-specific quoting behavior by providing
32966         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
32967
32968         * lib/quotearg.c (N_): New macro.
32969         (gettext_default): New function.
32970         (quotearg_buffer_restyled): Use
32971         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
32972         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
32973
32974 2000-07-09  Jim Meyering  <meyering@lucent.com>
32975
32976         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
32977         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
32978
32979         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
32980         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
32981
32982 2000-07-09  Jim Meyering  <meyering@lucent.com>
32983
32984         * lib/Most files: Update copyright dates to include 2000.
32985
32986 2000-07-08  Jim Meyering  <meyering@lucent.com>
32987
32988         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
32989         if not defined.
32990         (xgethostname): Remove now-unnecessary #ifdef.
32991         Move declaration of `err' into loop where it's used.
32992
32993 2000-07-05  Paul Eggert  <eggert@twinsun.com>
32994         and Bruno Haible  <haible@clisp.cons.org>
32995
32996         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
32997         only if the test for an object-type mbstate_t fails.  This
32998         prevents us from mistakenly reporting that mbstate_t is a
32999         system object type after we "#define mbstate_t int" to work
33000         around its lack.
33001
33002 2000-07-05  Paul Eggert  <eggert@twinsun.com>
33003         and Bruno Haible  <haible@clisp.cons.org>
33004
33005         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
33006
33007 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33008
33009         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
33010         to strerror_r.
33011         Include <ctype.h> for use of isalpha.
33012
33013 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33014
33015         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
33016         by allocating a larger buffer. Test the gethostname return value for
33017         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
33018         returns an error and ENAMETOOLONG isn't defined.
33019
33020 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33021
33022         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
33023         dimension.
33024
33025 2000-07-04  Jim Meyering  <meyering@lucent.com>
33026
33027         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
33028         of the deprecated AC_CHECKING.
33029
33030 2000-07-04  Jim Meyering  <meyering@lucent.com>
33031
33032         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
33033         Reported by Bruno Haible.
33034
33035 2000-07-04  Jim Meyering  <meyering@lucent.com>
33036
33037         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
33038         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
33039         lacks mbrtowc.
33040
33041 2000-07-03  Paul Eggert  <eggert@twinsun.com>
33042
33043         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
33044         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
33045
33046 2000-07-03  Paul Eggert  <eggert@twinsun.com>
33047         and Bruno Haible  <haible@clisp.cons.org>
33048
33049         * lib/quotearg.c (mbrtowc):
33050         Assign to *pwc, and return 1 only if result is nonzero.
33051         (iswprint): Use ISPRINT when substituting our own mbrtowc.
33052
33053 2000-07-03  Jim Meyering  <meyering@lucent.com>
33054
33055         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
33056
33057 2000-07-03  Jim Meyering  <meyering@lucent.com>
33058
33059         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
33060         This is necessary to get a definition of e.g., UTMP_FILE on
33061         HP-UX 10.20.
33062         From Bob Proulx.
33063
33064 2000-07-02  Jim Meyering  <meyering@lucent.com>
33065
33066         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
33067
33068         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
33069         AC_LIBOBJ(function_name).
33070         * m4/chown.m4: Likewise.
33071         * m4/fnmatch.m4: Likewise.
33072         * m4/ftruncate.m4: Likewise.
33073         * m4/getgroups.m4: Likewise.
33074         * m4/getline.m4: Likewise.
33075         * m4/group-member.m4: Likewise.
33076         * m4/jm-macros.m4: Likewise.
33077         * m4/lstat.m4: Likewise.
33078         * m4/malloc.m4: Likewise.
33079         * m4/memcmp.m4: Likewise.
33080         * m4/nanosleep.m4: Likewise.
33081         * m4/putenv.m4: Likewise.
33082         * m4/realloc.m4: Likewise.
33083         * m4/regex.m4: Likewise.
33084         * m4/stat.m4: Likewise.
33085         * m4/strftime.m4: Likewise.
33086
33087 2000-07-02  Jim Meyering  <meyering@lucent.com>
33088
33089         * lib/quotearg.c (mbstate_t): Don't define here.
33090
33091 2000-07-02  Jim Meyering  <meyering@lucent.com>
33092
33093         * lib/nanosleep.c (SIGCONT): Define if not already defined.
33094
33095 2000-07-01  Jim Meyering  <meyering@lucent.com>
33096
33097         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
33098
33099 2000-07-01  Jim Meyering  <meyering@lucent.com>
33100
33101         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
33102         problem.
33103
33104 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
33105
33106         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
33107         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
33108
33109 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
33110
33111         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
33112         per change in ../m4/ls-mntd-fs.m4.
33113         (read_filesystem_list): Ignore symbolic links.
33114
33115 2000-06-29  Jim Meyering  <meyering@lucent.com>
33116
33117         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
33118         for declaration of strcmp.
33119
33120         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
33121
33122         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
33123         Avoid warning by casting result to `char *' to remove `const'.
33124
33125 2000-06-28  Jim Meyering  <meyering@lucent.com>
33126
33127         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
33128         included by quotearg.c, for which we perform this test.  From
33129         Bruno Haible.
33130
33131 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
33132
33133         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
33134         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
33135         <utmpx.h> exists, put readutmp.o into LIBOBJS.
33136
33137 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
33138
33139         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
33140
33141 2000-06-26  Paul Eggert  <eggert@twinsun.com>
33142
33143         savedir now sets errno on failure and invokes xmalloc to get memory.
33144         Fix a couple of other minor bugs while we're at it.
33145
33146         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
33147         (NAMLEN): Remove macro.
33148         (malloc, realloc): Remove decls.
33149         (stpcpy): Likewise.
33150         ("xalloc.h"): Include.
33151         (NAME_SIZE_DEFAULT): New macro.
33152         (savedir): Use xmalloc / xrealloc to allocate memory.
33153         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
33154         Skip "" directory entries.
33155         Use strlen to calculate directory entry length, since the old method
33156         is rarely used these days and isn't worth supporting.
33157         Don't use a pointer after freeing it.
33158         Check for integer overflow when calculating allocation size.
33159         Use memcpy to copy entries, instead of stpcpy.
33160         Set errno properly when returning NULL.
33161         Check for readdir error.
33162
33163 2000-06-26  Jim Meyering  <meyering@lucent.com>
33164
33165         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
33166
33167 2000-06-25  Jim Meyering  <meyering@lucent.com>
33168
33169         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
33170         Linux header bug when _XOPEN_SOURCE is defined to 500.
33171
33172 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
33173
33174         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
33175         deficiency.
33176
33177 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
33178
33179         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
33180         Include xalloc.h.
33181         Don't include <stdlib.h>.  Don't declare malloc, realloc.
33182
33183 2000-06-24  Jim Meyering  <meyering@lucent.com>
33184
33185         * m4/strerror_r.m4: Revive this file -- to try out an experimental
33186         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
33187         for which strerror does return char*, but which lacks a conveniently
33188         accessible declaration of the function.  If the compile-test says
33189         strerror_r doesn't work, then resort to a `run'-test that works on
33190         BeOS and segfaults on DEC Unix.
33191
33192 2000-06-24  Jim Meyering  <meyering@lucent.com>
33193
33194         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
33195
33196 2000-06-23  Paul Eggert  <eggert@twinsun.com>
33197
33198         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
33199         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
33200
33201 2000-06-23  Paul Eggert  <eggert@twinsun.com>
33202
33203         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
33204         (mbrtowc, mbstate_t): Define substitutes if
33205         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
33206         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
33207         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
33208
33209 2000-06-23  Jim Meyering  <meyering@lucent.com>
33210
33211         * m4/afs.m4: Add missing AC_MSG_RESULT.
33212         Reported by Bruno Haible.
33213
33214         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
33215         Suggestion from Bruno Haible.
33216
33217 2000-06-23  Jim Meyering  <meyering@lucent.com>
33218
33219         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
33220
33221 2000-06-21  Jim Meyering  <meyering@lucent.com>
33222
33223         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
33224
33225 2000-06-21  Jim Meyering  <meyering@lucent.com>
33226
33227         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
33228         (noinst_HEADERS): Add getstr.h.
33229
33230         * lib/getline.c (getstr): Move into a separate file.
33231         * lib/getstr.c (getstr): New file, extracted from getline.c, with
33232         the following changes: new parameter, delim2; both delim[12]
33233         parameters have type `int', not `char'.  The latter would lose
33234         with 8-bit delimiters.
33235         * lib/getstr.h: New file.
33236
33237 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33238
33239         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
33240         than 1024, return a memory chunk of least possible size, instead
33241         of size PATH_MAX + 2. In the loop, increment the size proportionally.
33242         Use free/xmalloc instead of xrealloc to avoid copying for very long
33243         paths.
33244
33245 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33246
33247         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
33248         the empty string.
33249
33250 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33251
33252         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
33253         address, not strdup.  Include <stdlib.h> and don't declare free().
33254
33255 2000-06-19  Jim Meyering  <meyering@lucent.com>
33256
33257         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
33258
33259 2000-06-18  Jim Meyering  <meyering@lucent.com>
33260
33261         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
33262
33263         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
33264         `checking whether...' message to be consistent with that of the
33265         lstat test.
33266
33267 2000-06-18  Jim Meyering  <meyering@lucent.com>
33268
33269         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
33270         Besides, these days every porting target provides a mkdir function.
33271
33272         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
33273         needed. (this snippet comes from src/system.h).
33274
33275 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
33276
33277         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
33278
33279 2000-06-15  Paul Eggert  <eggert@twinsun.com>
33280
33281         * lib/human.c (adjust_value): New function.
33282         (human_readable_inexact): Apply rounding style even when
33283         printing approximate values.
33284
33285 2000-06-14  Paul Eggert  <eggert@twinsun.com>
33286
33287         * lib/human.c (human_readable_inexact): Allow an input block
33288         size that is not a multiple of the output block size, and vice versa.
33289         Reported by Piergiorgio Sartor.
33290
33291 2000-06-14  Paul Eggert  <eggert@twinsun.com>
33292
33293         * lib/getdate.y (get_date): Apply relative times after time
33294         zone indicator, not before.  Reported by Todd A. Jacobs.
33295
33296 2000-06-13  Jim Meyering  <meyering@lucent.com>
33297
33298         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
33299
33300         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
33301
33302 2000-06-12  Paul Eggert  <eggert@twinsun.com>
33303
33304         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
33305
33306 2000-06-12  Jim Meyering  <meyering@lucent.com>
33307
33308         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
33309         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
33310         optional argument.
33311         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
33312         the optional argument, `lib'.
33313
33314 2000-06-08  Jim Meyering  <meyering@lucent.com>
33315
33316         * m4/largefile.m4: Remove file (now that it's part of autoconf).
33317
33318 2000-06-04  Paul Eggert  <eggert@twinsun.com>
33319
33320         Rewrite largefile configuration so that we don't need to run
33321         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
33322         AC_CANONICAL_HOST in configure.in -- jmm]
33323
33324         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
33325         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
33326         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
33327         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
33328         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
33329         All uses changed.
33330         Instead of inspecting the output of getconf, try to compile the
33331         test program without and with the macro definition.
33332         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
33333         for getconf.  Instead, check for the needed flags by compiling
33334         test programs.
33335
33336 2000-06-04  Paul Eggert  <eggert@twinsun.com>
33337
33338         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
33339
33340 2000-06-04  Jim Meyering  <meyering@lucent.com>
33341
33342         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
33343         SunOS 4.1.4 for which gid_t is an unsigned type.
33344
33345 2000-06-03  Jim Meyering  <meyering@lucent.com>
33346
33347         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
33348         now that autoconf requires that.
33349
33350         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
33351         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
33352         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
33353
33354 2000-06-03  Jim Meyering  <meyering@lucent.com>
33355
33356         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
33357
33358 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
33359
33360         * m4/glibc21.m4: New file.
33361         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
33362
33363 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
33364
33365         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
33366         newer, don't install charset.alias.
33367         * lib/config.charset: Change the Linux/glibc rules so they become empty
33368         on glibc-2.1 or newer.
33369
33370 2000-06-02  Jim Meyering  <meyering@lucent.com>
33371
33372         * lib/mountlist.c: Back out last change.  Instead, do this...
33373         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
33374         me_dummy member using the same `ignore'-testing code.
33375         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
33376         fs_type strings.
33377         From Mark D. Roth.
33378
33379 2000-05-29  Jim Meyering  <meyering@lucent.com>
33380
33381         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
33382         mounts with the `ignore' attribute.  Based on a patch from
33383         Mark D. Roth.
33384
33385 2000-05-28  Jim Meyering  <meyering@lucent.com>
33386
33387         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
33388         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
33389         * m4/stat.m4: Likewise.
33390         * m4/lstat.m4: Likewise.
33391         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
33392
33393         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
33394         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
33395
33396 2000-05-26  Jim Meyering  <meyering@lucent.com>
33397
33398         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
33399
33400 2000-05-24  Jim Meyering  <meyering@lucent.com>
33401
33402         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
33403         autoconf requires that.
33404         * m4/lib-check.m4: Likewise.
33405         * m4/jm-macros.m4: Likewise.
33406         * m4/strftime.m4: Likewise.
33407
33408         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
33409         AC_CHECK_DECLS, now that autoconf requires that.
33410
33411 2000-05-22  Jim Meyering  <meyering@lucent.com>
33412
33413         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
33414         * m4/lstat.m4: Likewise.
33415
33416 2000-05-22  Jim Meyering  <meyering@lucent.com>
33417
33418         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
33419
33420 2000-05-20  Jim Meyering  <meyering@lucent.com>
33421
33422         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
33423         (jm_PREREQ): Use it.
33424
33425 2000-05-18  Jim Meyering  <meyering@lucent.com>
33426
33427         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
33428         back, too, since it may have been modified by allocate_entry.
33429         (hash_delete): Rewrite to use neither the assignment operator
33430         nor the comma operator in an if-expression.
33431
33432 2000-05-15  Paul Eggert  <eggert@twinsun.com>
33433
33434         * lib/closeout.c:
33435         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
33436         Remove; no longer needed.
33437         "quotearg.h": Add include.
33438         (file_name): Do not bother to explicitly initialize to NULL; it's less
33439         efficient on some hosts.
33440         (close_stdout_status): Remove test as to whether stdout was already
33441         closed; it breaks for the case "echo x | sort >&-".
33442         Quote file name colons.
33443         Do not assume that _("write error") lacks format strings.
33444
33445 2000-05-15  Jim Meyering  <meyering@lucent.com>
33446
33447         * lib/version-etc.c (version_etc_copyright): Update the copyright
33448         string used in all --version output.
33449
33450 2000-05-14  Jim Meyering  <meyering@lucent.com>
33451
33452         * lib/closeout.c (close_stdout_set_file_name): New function.
33453         (close_stdout_status): Use new file-scoped global.
33454         Return right away if fstat says the stdout file descriptor is invalid.
33455         * lib/closeout.h (close_stdout_set_file_name): Declare.
33456
33457 2000-05-10  Jim Meyering  <meyering@lucent.com>
33458
33459         * lib/closeout.c [default_exit_status]: New file-scoped variable.
33460         (close_stdout_set_status): New function.
33461         * lib/closeout.h (close_stdout_set_status): Declare.
33462
33463 2000-05-09  Jim Meyering  <meyering@lucent.com>
33464
33465         * m4/gettext.m4: Rename this...
33466         * m4/libintl.m4: ...to this.
33467
33468 2000-05-08  Jim Meyering  <meyering@lucent.com>
33469
33470         * lib/long-options.c: Don't include closeout.h.
33471         (parse_long_options): Don't call close_stdout for --version.
33472
33473 2000-05-06  Paul Eggert  <eggert@twinsun.com>
33474
33475         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
33476         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
33477         2.1.3 bug.  This avoids a clash when files like regex.c define
33478         _GNU_SOURCE.
33479
33480 2000-05-06  Jim Meyering  <meyering@lucent.com>
33481
33482         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
33483         (AC_REPLACE_FUNCS): Add strnlen.
33484
33485         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
33486         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
33487
33488         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
33489         AC_SEARCH_LIBS call for nanosleep.
33490         (LIB_NANOSLEEP): Set and AC_SUBST.
33491
33492 2000-05-06  Jim Meyering  <meyering@lucent.com>
33493
33494         * lib/strnlen.c: Undefine __strnlen and strnlen.
33495         [!weak_alias]: Define __strnlen to strnlen.
33496
33497         * lib/atexit.c: New file, from libiberty.
33498
33499 2000-05-06  Jim Meyering  <meyering@lucent.com>
33500
33501         * lib/closeout.c (close_stdout_status): Also check for errors on the
33502         stderr stream.
33503
33504 2000-05-05  Jim Meyering  <meyering@lucent.com>
33505
33506         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
33507         AC_SEARCH_LIBS call for clock_gettime.
33508         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
33509
33510         * m4/search-libs.m4: Update from autoconf.
33511
33512         su doesn't work on Solaris 2.6.
33513         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
33514         <shadow.h>.  Reported by Dragos Harabor.
33515
33516 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
33517
33518         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
33519         memcpy instead of xmalloc, xrealloc, path_concat.
33520         (locale_charset): Treat empty environment variables as absent.
33521         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
33522
33523 2000-05-04  Jim Meyering  <meyering@lucent.com>
33524
33525         * lib/getopt.c: Update from glibc.
33526         * lib/obstack.c: Likewise.
33527         * lib/obstack.h: Likewise.
33528         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
33529         file
33530
33531         * lib/regex.h: Likewise.
33532         * lib/strndup.c: Likewise.
33533         * lib/strnlen.c: New file, from glibc.
33534
33535 2000-05-03  Jim Meyering  <meyering@lucent.com>
33536
33537         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
33538
33539 2000-05-02  Paul Eggert  <eggert@twinsun.com>
33540
33541         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
33542         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
33543         compile-time test, rather than inspecting host and OS, to
33544         decide whether to define _LARGEFILE_SOURCE.
33545
33546 2000-05-01  Jim Meyering  <meyering@lucent.com>
33547
33548         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
33549
33550         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
33551         Based on a patch from Bruno Haible.
33552
33553 2000-05-01  Jim Meyering  <meyering@lucent.com>
33554
33555         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
33556
33557 2000-04-29  Jim Meyering  <meyering@lucent.com>
33558
33559         * lib/path-concat.c: Declare strdup only if it's not defined.
33560         * lib/canon-host.c: Likewise.
33561
33562 2000-04-28  Jim Meyering  <meyering@lucent.com>
33563
33564         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
33565         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
33566         is included first, then limits.h is included by locale.h by libintl.h.
33567         From John David Anglin.
33568
33569 2000-04-25  Jim Meyering  <meyering@lucent.com>
33570
33571         * lib/makepath.c (S_IRWXUGO): Define.
33572         (make_path): Always perform explicit chmod if MODE specifies any
33573         of the `special' permission bits.  Prompted by a bug report against
33574         install from Mate Wierdl and Joost van Baal.
33575
33576 2000-04-18  Jim Meyering  <meyering@lucent.com>
33577
33578         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
33579         (jm_PREREQ): Use it.
33580
33581 2000-04-18  Jim Meyering  <meyering@lucent.com>
33582
33583         * lib/README: New file.
33584
33585         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
33586         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
33587
33588 2000-04-17  Jim Meyering  <meyering@lucent.com>
33589
33590         Get it right :-)
33591         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
33592         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
33593         Suggestion from Akim Demaille.
33594
33595 2000-04-17  Jim Meyering  <meyering@lucent.com>
33596
33597         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
33598         the definition of it to rpl_strftime also defined-away the system's
33599         declaration.
33600
33601 2000-04-15  Jim Meyering  <meyering@lucent.com>
33602
33603         Use `C' to denote so-called `contiguous' files, the same way
33604         that tar does.
33605         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
33606         (ftypelet): Use S_ISCTG.
33607         From Michael Deutschmann.
33608
33609 2000-04-14  Jim Meyering  <meyering@lucent.com>
33610
33611         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
33612         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
33613         clobbered.
33614
33615 2000-04-14  Jim Meyering  <meyering@lucent.com>
33616
33617         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
33618
33619 2000-04-13  Jim Meyering  <meyering@lucent.com>
33620
33621         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
33622         AH_VERBATIM to insert required #ifndef into config.h.in.
33623         Suggestion from Akim Demaille.
33624
33625 2000-04-12  Jim Meyering  <meyering@lucent.com>
33626
33627         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
33628         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
33629         Christian Krackowizer.
33630
33631         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
33632         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
33633         (AC_SYS_LARGEFILE): Require.
33634         (AM_C_PROTOTYPES): Require.
33635
33636 2000-04-08  Jim Meyering  <meyering@lucent.com>
33637
33638         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
33639         names don't conflict.  Reported by Eli Zaretskii.
33640
33641 2000-04-07  Jim Meyering  <meyering@lucent.com>
33642
33643         * lib/putenv.c: Move inclusion of errno.h so it follows that of
33644         sys/types.h, to work around system header problems on AIX 3.2.5.
33645         From Bruno Haible.
33646
33647 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
33648
33649         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
33650         bug.  Deal with the different error behavior of Irix iconv.
33651
33652 2000-04-05  Paul Eggert  <eggert@twinsun.com>
33653
33654         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
33655         IRIX if the installer said otherwise.
33656
33657 2000-04-05  Jim Meyering  <meyering@lucent.com>
33658
33659         Portability tweaks required for ultrix4.3.
33660         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
33661         (jm_CHECK_DECLS): Add getutent to the list of functions.
33662         (_jm_DECL_HEADERS): Add utmpx.h.
33663         From John David Anglin.
33664
33665         * m4/strftime.m4: Back out the 2000-04-02 change.
33666         Instead of that change, simply undefine putenv in the test program.
33667
33668 2000-04-05  Jim Meyering  <meyering@lucent.com>
33669
33670         Portability tweaks required for ultrix4.3.
33671         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
33672         getutent.
33673         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
33674         * lib/canon-host.c: Declare strdup.
33675         * lib/path-concat.c: Likewise.
33676         From John David Anglin.
33677
33678 2000-04-04  Jim Meyering  <meyering@lucent.com>
33679
33680         Be more DOS 8.3-friendly.
33681         * lib/ref-add.sin: Renamed from ref-add.sed.in.
33682         * lib/ref-del.sin: Renamed from ref-del.sed.in.
33683         * lib/Makefile.am: Reflect renaming.
33684         Reported by Eli Zaretskii.
33685
33686         Use a temporary file name that won't clash with `charset.alias'
33687         in the DOS 8.3 name space.
33688         * lib/Makefile.am (charset_tmp): Define.
33689         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
33690         (uninstall-local): Likewise.
33691         Reported by Eli Zaretskii.
33692
33693 2000-04-03  Jim Meyering  <meyering@lucent.com>
33694
33695         * m4/gettext.m4: Fix typo in comment.
33696
33697         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
33698         textutils/configure.in).  Suggestion from Paul Eggert.
33699         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
33700
33701 2000-04-02  Paul Eggert  <eggert@twinsun.com>
33702
33703         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
33704         variable in the shell rather than using putenv, which isn't
33705         portable.  This avoids the configure-time inter-test dependency
33706         on the potentially-renamed putenv function.
33707
33708 2000-03-30  Paul Eggert  <eggert@twinsun.com>
33709
33710         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
33711         before checking struct stat.st_blksize, so that
33712         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
33713
33714 2000-03-29  Paul Eggert  <eggert@twinsun.com>
33715
33716         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
33717         since strftime.c uses HAVE_STRFTIME to decide whether to use
33718         the underlying strftime.
33719
33720 2000-03-29  Paul Eggert  <eggert@twinsun.com>
33721
33722         * lib/time/strftime.c (my_strftime): Make sure we call the system
33723         strftime, not ourselves, when invoking the underlying strftime.
33724
33725 2000-03-24  Jim Meyering  <meyering@lucent.com>
33726
33727         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
33728         (charset_alias): Define.
33729         (install-exec-local): Factor out common code.
33730         (uninstall-local): Split lines longer than 80.
33731         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
33732         (SUFFIXES): Define.
33733         (.sed.in.sed): New rule.  Don't redirect directly to $@.
33734         (CLEANFILES): Add ref-add.sed and ref-del.sed.
33735
33736 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
33737
33738         * lib/config.charset: Output a line containing "Packages using this
33739         file".
33740         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
33741         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
33742         ref-del.sed): New rules.
33743
33744 2000-03-17  Jim Meyering  <meyering@lucent.com>
33745
33746         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
33747         Otherwise, include <strings.h>
33748
33749 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
33750
33751         * lib/unicodeio.c (utf8_wctomb): New function.
33752         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
33753         format instead of in UCS-4 with platform dependent endianness.
33754
33755 2000-03-10  Jim Meyering  <meyering@lucent.com>
33756
33757         * m4/lib-check.m4: Look for getspnam in -lgen, too.
33758         From Marco Franzen.
33759
33760 2000-03-07  Paul Eggert  <eggert@twinsun.com>
33761
33762         * lib/savedir.c (savedir): Work even if directory size is
33763         negative; this can happen with some screwy NFS configurations.
33764
33765 2000-03-06  Jim Meyering  <meyering@lucent.com>
33766
33767         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
33768         if it's NULL (because we ran out of memory).  From Bruno Haible.
33769
33770 2000-03-05  Jim Meyering  <meyering@lucent.com>
33771
33772         * lib/localcharset.c ("path-concat.h"): Include.
33773         (get_charset_aliases): Use path_concat instead of ANSI string
33774         concatenation.
33775
33776         * lib/unicodeio.h (PARAMS): Define.
33777         Use it to guard prototype.
33778
33779 2000-03-04  Jim Meyering  <meyering@lucent.com>
33780
33781         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
33782         for lib/localcharset.c.
33783
33784 2000-03-04  Jim Meyering  <meyering@lucent.com>
33785
33786         * lib/Makefile.am (install-exec-local): Create $(libdir) before
33787         installing into it.
33788         (uninstall-local): Uncomment this rule so `make distcheck' works
33789         once again.
33790
33791         * lib/unicodeio.c (<errno.h>): Include it.
33792         (errno): Declare if not defined.
33793
33794         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
33795
33796         * lib/config.charset: New version, incorporating remarks from a linux
33797         i18n mailing list.  From Bruno Haible.
33798
33799 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
33800
33801         * m4/codeset.m4: New file.
33802         * m4/iconv.m4: New file.
33803         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
33804
33805 2000-03-03  Jim Meyering  <meyering@lucent.com>
33806
33807         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
33808
33809 2000-03-02  Jim Meyering  <meyering@lucent.com>
33810
33811         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
33812         the messages come out on separate lines.
33813
33814         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
33815         rather than jm_CHECK_DECLARATIONS.
33816         * m4/decl.m4: Remove now-unused file.
33817
33818         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
33819         geteuid.
33820
33821 2000-03-02  Jim Meyering  <meyering@lucent.com>
33822
33823         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
33824
33825 2000-03-01  Jim Meyering  <meyering@lucent.com>
33826
33827         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
33828         * lib/unicodeio.c: Likewise.
33829
33830 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
33831
33832         * lib/config.charset: New file.
33833         * lib/localcharset.c: New file.
33834         * lib/unicodeio.h, lib/unicodeio.c: New files.
33835         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
33836         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
33837         (noinst_HEADERS): Add unicodeio.h.
33838         (all-local, install-exec-local, charset.alias): New targets.
33839
33840 2000-02-28  Paul Eggert  <eggert@twinsun.com>
33841
33842         * lib/quotearg.c (ALERT_CHAR): New macro.
33843         (quotearg_buffer_restyled): Use it.
33844
33845 2000-02-27  Jim Meyering  <meyering@lucent.com>
33846
33847         * m4/check-decl.m4: Add getenv to the list.
33848
33849 2000-02-27  Jim Meyering  <meyering@lucent.com>
33850
33851         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
33852         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
33853
33854         * lib/backupfile.c: Guard inclusion of stdlib.h with
33855         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
33856         Declare malloc if needed.
33857
33858         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
33859         `#ifndef HAVE_DECL..'
33860         now that autoconf always defines the HAVE_DECL_ symbols.
33861         * lib/human.c: Likewise.
33862         * lib/same.c: Likewise.
33863         * lib/strtoumax.c: Likewise.
33864
33865         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
33866         declaration check was not run.
33867         * lib/hash.c: Likewise.
33868         * lib/human.c: Likewise.
33869         * lib/same.c: Likewise.
33870         * lib/strtoumax.c: Likewise.
33871
33872         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
33873         `.', then first look up the entire `.'-containing string as a login
33874         name.
33875
33876 2000-02-23  Jim Meyering  <meyering@lucent.com>
33877
33878         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
33879         in place of my hack.
33880
33881 2000-02-18  Paul Eggert  <eggert@twinsun.com>
33882
33883         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
33884         (textint): New typedef.
33885         (parser_control): Member year changed from int to textint.
33886         All uses changed.
33887         (YYSTYPE): Removed; replaced by %union with int and textint members.
33888         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
33889         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
33890         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
33891         (tSNUMBER, tUNUMBER): Now of type <textintval>.
33892         (date, number, to_year): Use width of number in digits, not its value,
33893         to determine whether it's a 2-digit year, or a 2-digit time.
33894         (yylex): Store number of digits of numeric tokens.
33895         Reported by John Kendall.
33896
33897         (parser_control): Changed from struct parser_control to typedef (for
33898         consistency).  All uses changed.
33899
33900         (tID): Removed; not used.
33901         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
33902
33903 2000-02-14  Paul Eggert  <eggert@twinsun.com>
33904
33905         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
33906         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
33907
33908 2000-02-12  Jim Meyering  <meyering@lucent.com>
33909
33910         * lib/userspec.c (ISDIGIT): Define it.
33911         (isdigit): Remove definition.
33912         (is_number): Use ISDIGIT, not isdigit.
33913         <libintl.h>: Include.
33914         (_ and N_): Define.
33915         (parse_user_spec): Mark translatable strings.
33916
33917 2000-02-10  Jim Meyering  <meyering@lucent.com>
33918
33919         With these changes, nanosleep.[ch] are finally enough like the other
33920         lib/* replacement files to compile on a few more losing systems.
33921
33922         * lib/nanosleep.h: Don't include config.h.
33923         Remove prototype from declaration of nanosleep.
33924         (PARAMS): Remove now-unneeded definition.
33925         * lib/nanosleep.c: #undef nanosleep.
33926         (rpl_nanosleep): Rename from nanosleep.
33927
33928 2000-02-10  Jim Meyering  <meyering@lucent.com>
33929
33930         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
33931         gnu_nanosleep to rpl_nanosleep.
33932
33933 2000-02-09  Jim Meyering  <meyering@lucent.com>
33934
33935         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
33936         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
33937
33938 2000-02-08  Akim Demaille  <akim@epita.fr>
33939
33940         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
33941         `[' and `]' and remove uses of `changequote'.
33942         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
33943         (AC_SYS_LARGEFILE): Likewise.
33944         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
33945         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
33946         of changequote.
33947         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
33948         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
33949         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
33950         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
33951
33952 2000-02-05  Jim Meyering  <meyering@lucent.com>
33953
33954         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
33955         Remove explicit use of AC_HEADER_TIME.  It is required by
33956         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
33957         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
33958         in autoconf whereby the expansion of the latter ended up preceding
33959         the expansion of its prerequisite, AC_HEADER_TIME.
33960         Reported by Volker Borchert.
33961
33962 2000-02-03  Jim Meyering  <meyering@lucent.com>
33963
33964         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
33965
33966 2000-02-03  Jim Meyering  <meyering@lucent.com>
33967
33968         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
33969         rather than with `#if HAVE_UTMPNAME'.
33970
33971 2000-02-02  Jim Meyering  <meyering@lucent.com>
33972
33973         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
33974         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
33975         Reported by Eli Zaretskii.
33976
33977 2000-02-01  Jim Meyering  <meyering@lucent.com>
33978
33979         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
33980
33981 2000-01-31  Jim Meyering  <meyering@lucent.com>
33982
33983         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
33984         functions.  Add the time.h and sys/time.h headers along with the
33985         AC_REQUIRE'ment of AC_HEADER_TIME.
33986
33987 2000-01-31  Jim Meyering  <meyering@lucent.com>
33988
33989         * lib/nanosleep.h (nanosleep): Guard declaration with
33990         `#if ! HAVE_DECL_NANOSLEEP'.
33991         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
33992         the declaration in that vendor's sys/timers.h.
33993         Reported by Christian Krackowizer.
33994
33995         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
33996         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
33997         (ISPRINT): Likewise.
33998         Reported by Tom Tromey.
33999
34000 2000-01-30  Jim Meyering  <meyering@lucent.com>
34001
34002         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
34003
34004         * m4/prereq.m4 (utmp_includes): Define.
34005         Check for ut_user and ut_name members in both struct utmpx
34006         and struct utmp.
34007
34008 2000-01-30  Jim Meyering  <meyering@lucent.com>
34009
34010         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
34011         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
34012         header files where only utmpx.ut_user is declared.
34013
34014         * lib/readutmp.h (UT_USER): Define.
34015
34016 2000-01-29  Jim Meyering  <meyering@lucent.com>
34017
34018         * m4/lib-check.m4: New file containing library-related checks from
34019         fileutils and sh-utils (textutils had none).
34020
34021 2000-01-28  Jim Meyering  <meyering@lucent.com>
34022
34023         * m4/perl.m4: Change format of warning message to look more like that
34024         from the missing script.  Suggestion from François Pinard.
34025
34026 2000-01-25  Jim Meyering  <meyering@lucent.com>
34027
34028         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
34029         well as time.h in the compile check.
34030         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
34031         Fix typo in cross-compiling case: s/yes/no/.
34032
34033 2000-01-23  Jim Meyering  <meyering@lucent.com>
34034
34035         * m4/jm-macros.m4: Move df-related tests here from
34036         fileutils/configure.in
34037
34038         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
34039         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
34040
34041         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
34042         s/space/ac_fsusage_space/.
34043         (jm_FILE_SYSTEM_USAGE): Take two parameters.
34044
34045         * m4/ftruncate.m4: New file (derived from part of
34046         fileutils/configure.in).
34047         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
34048         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
34049
34050         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
34051         AC_SUBST these here, rather than just in sh-util/configure.in, so
34052         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
34053         all the same.
34054         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
34055         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
34056         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
34057         (AC_SUBST(POW_LIBM)): Likewise.
34058         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
34059
34060 2000-01-23  Jim Meyering  <meyering@lucent.com>
34061
34062         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
34063         obstack.c.
34064
34065 2000-01-22  Jim Meyering  <meyering@lucent.com>
34066
34067         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
34068
34069         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
34070
34071         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
34072         configure.in
34073         (AC_CHECK_HEADERS): Likewise for sh-utils.
34074         (AC_CHECK_HEADERS): Likewise for textutils.
34075         Merge the three lists of headers.
34076
34077         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
34078         from fileutils' configure.in.
34079
34080         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
34081         code. Moved tests into their own function (_jm_DECL_HEADERS) in
34082         check-decl.m4.
34083
34084         * m4/check-decl.m4: Use #if rather than #ifdef.
34085         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
34086         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
34087         (_jm_DECL_HEADERS): Define new function.
34088         (jm_CHECK_DECLARATIONS): Require it.
34089
34090 2000-01-22  Jim Meyering  <meyering@lucent.com>
34091
34092         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
34093         [! HAVE_DECL_STRTOULL]: Declare strtoull.
34094         Required for some AIX systems.  Reported by Christian Krackowizer.
34095         [TESTING] (main): New function.
34096
34097         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
34098         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
34099         letters.
34100
34101         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
34102         iswprint.
34103
34104         * lib/strverscmp.c (ISDIGIT): Define.
34105         (strverscmp): Use ISDIGIT, not isdigit.
34106
34107 2000-01-19  Jim Meyering  <meyering@lucent.com>
34108
34109         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
34110         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
34111         defines `struct timespec' in <sys/time.h>
34112
34113         * m4/c-bs-a.m4: Remove uses of changequote altogether.
34114         Thanks to Akim for explaining.
34115
34116 2000-01-17  Paul Eggert  <eggert@twinsun.com>
34117
34118         * lib/nanosleep.c (nanosleep):
34119         Don't use SA_INTERRUPT to decide whether to call sigaction, as
34120         POSIX.1 doesn't require SA_INTERRUPT and some systems
34121         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
34122         it's been part of POSIX.1 since day 1 (in 1988).
34123
34124 2000-01-17  Jim Meyering  <meyering@lucent.com>
34125
34126         * lib/interlock: Remove unused file.  Reported by François Pinard.
34127
34128 2000-01-16  Paul Eggert  <eggert@twinsun.com>
34129
34130         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
34131         alert, backslash, formfeed, and vertical tab unnecessarily in
34132         shell quoting style.
34133
34134 2000-01-16  Jim Meyering  <meyering@lucent.com>
34135
34136         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
34137         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
34138         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
34139         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
34140
34141 2000-01-16  Jim Meyering  <meyering@lucent.com>
34142
34143         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
34144         because the latter didn't work.
34145
34146 2000-01-15  Jim Meyering  <meyering@lucent.com>
34147
34148         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
34149         (AC_REPLACE_FUNCS): Add memcpy and memset.
34150         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
34151         Add strpbrk.
34152         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
34153
34154 2000-01-12  Jim Meyering  <meyering@lucent.com>
34155
34156         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
34157         (jm_PREREQ): Use it.
34158         (jm_PREREQ_READUTMP): New macro.
34159         (jm_PREREQ): Use it.
34160
34161 2000-01-11  Paul Eggert  <eggert@twinsun.com>
34162
34163         Quote multibyte characters correctly.
34164         * m4/c-bs-a.m4: New file.
34165         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
34166         (jm_PREREQ): Use it.
34167
34168 2000-01-11  Paul Eggert  <eggert@twinsun.com>
34169
34170         * m4/uintmax_t.m4: Port to autoconf 2.13.
34171
34172 2000-01-08  Jim Meyering  <meyering@ascend.com>
34173
34174         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
34175         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
34176
34177 2000-01-04  Jim Meyering  <meyering@ascend.com>
34178
34179         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
34180         jm_STRUCT_DIRENT_D_TYPE.
34181         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
34182         jm_STRUCT_DIRENT_D_INO.
34183         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
34184         jm_STRUCT_UTIMBUF.
34185         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
34186         renamings.
34187         * m4/utime.m4: Likewise.
34188
34189         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
34190         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
34191
34192 2000-01-03  Paul Eggert  <eggert@twinsun.com>
34193
34194         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
34195         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
34196
34197 2000-01-02  Jim Meyering  <meyering@ascend.com>
34198
34199         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
34200         remember if this is necessary.
34201
34202 1999-12-26  Jim Meyering  <meyering@ascend.com>
34203
34204         * m4/jm-macros.m4: Use it here.
34205         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
34206
34207 1999-12-23  Jim Meyering  <meyering@ascend.com>
34208
34209         * m4/jm-macros.m4: Check for clock_gettime (moved from
34210         fileutils/configure.in)
34211         Check for gettimeofday.
34212
34213 1999-12-20  Jim Meyering  <meyering@ascend.com>
34214
34215         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
34216         autoconf-2.14a-1999-12-20.
34217
34218 1999-12-19  Jim Meyering  <meyering@ascend.com>
34219
34220         * m4/lstat-slash.m4: New file.
34221         * m4/jm-macros.m4: Use the new macro:
34222         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
34223
34224 1999-12-07  Jim Meyering  <meyering@ascend.com>
34225
34226         * m4/perl.m4: Require that File::Compare be available, too.
34227         Too many systems seem to lack it.
34228
34229         * m4/strftime.m4: Add checks for most of the cpp macros tested in
34230         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
34231
34232 1999-11-18  Paul Eggert  <eggert@twinsun.com>
34233
34234         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
34235         problem with the QNX 4.25 shell, which doesn't propagate exit
34236         status of failed commands inside shell assignments.
34237
34238 1999-11-17  Jim Meyering  <meyering@ascend.com>
34239
34240         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
34241
34242 1999-11-07  Jim Meyering  <meyering@ascend.com>
34243
34244         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
34245
34246 1999-11-06  Jim Meyering  <meyering@ascend.com>
34247
34248         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
34249         * m4/jm-macros.m4 (jm_MACROS): Use it here.
34250
34251 1999-11-05  Jim Meyering  <meyering@ascend.com>
34252
34253         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
34254         configure.in of textutils, fileutils, and sh-utils into this one
34255         (shared between those packages) file.
34256         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
34257         AC_STRUCT_ST_BLKSIZE.
34258
34259 1999-11-03  Jim Meyering  <meyering@ascend.com>
34260
34261         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
34262         of AC_CHECK_TYPE checks includes unistd.h.
34263         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
34264         Suggestion from Akim Demaille.
34265
34266 1999-10-30  Jim Meyering  <meyering@ascend.com>
34267
34268         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
34269         m4-quoted string.
34270         * m4/ls-mntd-fs.m4: Likewise.
34271         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
34272         * m4/jm-winsz1.m4: Likewise.
34273
34274         * m4/const.m4: Remove file, since the fix made it into the experimental
34275         version of autoconf.
34276         * m4/mktime.m4: Likewise.
34277
34278         * m4/check-type.m4: Remove file, now that the latest version of
34279         AC_CHECK_TYPE takes a third arg to specify additional #includes.
34280
34281         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
34282         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
34283         AC_CHECK_TYPE.
34284
34285 1999-10-04  Jim Meyering  <meyering@ascend.com>
34286
34287         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
34288
34289 1999-09-22  Paul Eggert  <eggert@twinsun.com>
34290
34291         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
34292         2.95.1 bug with HP-UX 10.20.
34293
34294 1999-09-17  Jim Meyering  <meyering@ascend.com>
34295
34296         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
34297         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
34298         due to missing strdup (against sh-utils-2.0).
34299
34300 1999-08-29  Jim Meyering  <meyering@ascend.com>
34301
34302         * m4/jm-macros.m4: Require jm_BISON.
34303         * m4/bison.m4: New file.
34304
34305 1999-08-17  Paul Eggert  <eggert@twinsun.com>
34306
34307         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
34308         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
34309
34310 1999-08-05  Jim Meyering  <meyering@ascend.com>
34311
34312         * m4/getline.m4: Rename test file from conftestdata to conftest.data
34313         to avoid conflicts with `conftest' on 8+3 filesystems.
34314         Suggestion from Eli Zaretskii.
34315
34316 1999-08-04  Jim Meyering  <meyering@ascend.com>
34317
34318         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
34319         fileutils and sh-utils (textutils's getline test was inadequate).
34320         (AM_FUNC_GETLINE): Run this test.
34321         (AC_CHECK_FUNCS): Check for getdelim.
34322         Reported by Bob Proulx.
34323
34324 1999-08-02  Jim Meyering  <meyering@ascend.com>
34325
34326         * m4/jm-macros.m4: Add a comment.
34327
34328 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34329
34330         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
34331         <inttypes.h> defines strtoumax as a macro (and not as a
34332         function).
34333
34334 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34335
34336         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
34337         that we can shift, multiply and divide unsigned long long
34338         values; Ultrix cc can't do it.
34339
34340 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34341
34342         * m4/mktime.m4: New file, which is a preview of what should appear
34343         in the next public autoconf release.
34344
34345 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34346
34347         * m4/lfs.m4: Remove this file.
34348         * m4/largefile.m4: New file.  It contains the old contents of
34349         lfs.m4, except that all names with prefix AC_LFS have been
34350         changed to use the prefix AC_SYS_LARGEFILE instead, to be
34351         compatible with future autoconf versions.  Also, some minor m4
34352         quoting problems have been fixed.
34353
34354 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34355
34356         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
34357         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
34358         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
34359         and simplify the shell code.
34360
34361 1999-08-01  Jim Meyering  <meyering@ascend.com>
34362
34363         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
34364         m4.
34365
34366 1999-07-20  Jim Meyering  <meyering@ascend.com>
34367
34368         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
34369
34370 1999-07-15  Jim Meyering  <meyering@ascend.com>
34371
34372         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
34373
34374 1999-05-22  Jim Meyering  <meyering@ascend.com>
34375
34376         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
34377
34378 1999-05-20  Jim Meyering  <meyering@ascend.com>
34379
34380         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
34381         Add a colon after each `then' in case $4 is empty.
34382
34383 1999-05-16  Jim Meyering  <meyering@ascend.com>
34384
34385         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
34386
34387 1999-05-10  Jim Meyering  <meyering@ascend.com>
34388
34389         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
34390
34391         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
34392         AC_FUNC_MKTIME.
34393
34394 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
34395
34396         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
34397
34398 1999-05-04  Paul Eggert  <eggert@twinsun.com>
34399
34400         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
34401         not CPPFLAGS, so that linking works correctly in IRIX.
34402
34403 1999-04-30  Paul Eggert  <eggert@twinsun.com>
34404
34405         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
34406
34407 1999-04-20  Paul Eggert  <eggert@twinsun.com>
34408
34409         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
34410         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
34411         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
34412         jm_AC_TYPE_UNSIGNED_LONG_LONG.
34413         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
34414
34415         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
34416
34417 1999-04-20  Jim Meyering  <meyering@ascend.com>
34418
34419         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
34420         AC_REPLACE xstroull if necessary.  From Paul Eggert.
34421         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
34422
34423 1999-04-18  Jim Meyering  <meyering@ascend.com>
34424
34425         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
34426         * m4/jm-macros.m4: Use it.
34427
34428 1999-04-06  Jim Meyering  <meyering@ascend.com>
34429
34430         * m4/strftime.m4: Remove test for %f.
34431
34432 1999-03-29  Jim Meyering  <meyering@ascend.com>
34433
34434         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
34435         superset of the AC_TYPE_* checks in the textutils, fileutils,
34436         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
34437         AC_TYPE_PID_T.
34438
34439 1999-03-28  Jim Meyering  <meyering@ascend.com>
34440
34441         * m4/jm-macros.m4: Define GNU_PACKAGE here.
34442         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
34443         replaced e.g., in the *.sh files of the sh-utils.
34444
34445 1999-03-20  Jim Meyering  <meyering@ascend.com>
34446
34447         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
34448         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
34449         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
34450
34451 1999-03-19  Jim Meyering  <meyering@ascend.com>
34452
34453         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
34454
34455 1999-03-12  Jim Meyering  <meyering@ascend.com>
34456
34457         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
34458
34459 1999-03-07  Jim Meyering  <meyering@ascend.com>
34460
34461         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
34462         declared.
34463
34464 1999-02-17  Jim Meyering  <meyering@ascend.com>
34465
34466         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
34467         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
34468
34469 1999-02-07  Jim Meyering  <meyering@ascend.com>
34470
34471         * m4/group-member.m4: New file -- extracted from sh-utils'
34472         configure.in.
34473
34474         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
34475         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
34476
34477 1999-02-06  Jim Meyering  <meyering@ascend.com>
34478
34479         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
34480         * m4/fnmatch.m4: Likewise.
34481         * m4/getgroups.m4: Likewise.
34482         * m4/lstat.m4: Likewise.
34483         * m4/malloc.m4: Likewise.
34484         * m4/putenv.m4: Likewise.
34485         * m4/realloc.m4: Likewise.
34486         * m4/regex.m4: Likewise.
34487         * m4/stat.m4: Likewise.
34488         * m4/strftime.m4: Likewise.
34489         Suggestion from Alain Magloire.
34490
34491         * m4/chown.m4: Use `.$ac_objext', not `.o'.
34492         * m4/fnmatch.m4: Likewise.
34493         * m4/getgroups.m4: Likewise.
34494         * m4/getline.m4: Likewise.
34495         * m4/lstat.m4: Likewise.
34496         * m4/malloc.m4: Likewise.
34497         * m4/memcmp.m4: Likewise.
34498         * m4/putenv.m4: Likewise.
34499         * m4/realloc.m4: Likewise.
34500         * m4/regex.m4: Likewise.
34501         * m4/stat.m4: Likewise.
34502         * m4/strftime.m4: Likewise.
34503         Suggestion from Alain Magloire.
34504
34505         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
34506         an argument.
34507
34508         * m4/regex.m4: Add a run-time Test for proper operation of
34509         re_compile_pattern.
34510
34511 1999-01-31  Jim Meyering  <meyering@ascend.com>
34512
34513         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
34514
34515 1999-01-30  Jim Meyering  <meyering@ascend.com>
34516
34517         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
34518
34519         * m4/jm-mktime.m4: Make this a wrapper around the official
34520         AM_FUNC_MKTIME rather than my private copy, now that the official one
34521         is up to date.
34522         * m4/mktime.m4: Remove file.
34523
34524         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
34525         * m4/uptime.m4: Likewise.
34526         * m4/uintmax_t.m4: Likewise.
34527
34528 1999-01-28  Jim Meyering  <meyering@ascend.com>
34529
34530         * m4/jm-macros.m4: Use jm_AFS.
34531         * m4/afs.m4: New file (from fileutils' configure.in).
34532
34533         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
34534         * m4/chown.m4: Likewise.
34535         * m4/d-ino.m4: Likewise.
34536         * m4/d-type.m4: Likewise.
34537         * m4/fnmatch.m4: Likewise.
34538         * m4/getgroups.m4: Likewise.
34539         * m4/gettext.m4: Likewise.
34540         * m4/jm-mktime.m4: Likewise.
34541         * m4/jm-winsz2.m4: Likewise.
34542         * m4/lcmessage.m4: Likewise.
34543         * m4/ls-mntd-fs.m4: Likewise.
34544         * m4/malloc.m4: Likewise.
34545         * m4/memcmp.m4: Likewise.
34546         * m4/putenv.m4: Likewise.
34547         * m4/realloc.m4: Likewise.
34548         * m4/st_mtim.m4: Likewise.
34549         * m4/strftime.m4: Likewise.
34550
34551 1999-01-16  Jim Meyering  <meyering@ascend.com>
34552
34553         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
34554         (ARGMATCH_DIE_DECL): Define.
34555
34556 1999-01-12  Jim Meyering  <meyering@ascend.com>
34557
34558         * m4/Makefile.am.in: Rewrite to avoid using fmt.
34559         Reported by Lars Hecking.
34560
34561 1999-01-10  Jim Meyering  <meyering@ascend.com>
34562
34563         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
34564         gross kludge.
34565         * m4/inttypes_h.m4: Likewise.
34566         * m4/lstat.m4: Likewise.
34567         * m4/malloc.m4: Likewise.
34568         * m4/readdir.m4: Likewise.
34569         * m4/realloc.m4: Likewise.
34570         * m4/st_dm_mode.m4: Likewise.
34571         * m4/stat.m4: Likewise.
34572         * m4/utimbuf.m4: Likewise.
34573         * m4/utimes.m4: Likewise.
34574
34575         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
34576         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
34577         comments in config.h.in are meaningful.
34578
34579         * m4/jm-macros.m4: Require autoconf-2.13 here.
34580
34581         * m4/regex.m4: By default, don't use the included regex.c on systems
34582         with glibc 2.  Suggestion from Uli Drepper.
34583
34584 1999-01-02  Jim Meyering  <meyering@ascend.com>
34585
34586         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
34587
34588 1998-12-18  Jim Meyering  <meyering@ascend.com>
34589
34590         * m4/Makefile.am.in (Makefile.am): Simplify rule.
34591         Based on a suggestion from Lars Hecking.
34592
34593 1998-11-16  Paul Eggert  <eggert@twinsun.com>
34594
34595         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
34596
34597 1998-11-16  Jim Meyering  <meyering@ascend.com>
34598
34599         * m4/lfs.m4: Double-quote the `uname...` expression.
34600
34601 1998-11-14  Jim Meyering  <meyering@ascend.com>
34602
34603         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
34604         * m4/stat.m4: Likewise.
34605
34606 1998-11-03  Jim Meyering  <meyering@ascend.com>
34607
34608         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
34609         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
34610
34611 1998-10-18  Jim Meyering  <meyering@ascend.com>
34612
34613         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
34614
34615 1998-10-17  Jim Meyering  <meyering@ascend.com>
34616
34617         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
34618         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
34619         calls for those previously hard-coded headers.  Instead, take a new
34620         parameter.
34621         (jm_CHECK_DECLARATIONS): Reflect interface change.
34622         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
34623         (jm_CHECK_DECL_LOCALTIME_R): New macro.
34624
34625         * m4/mktime.m4: Test for spring-forward gap before long-running test.
34626
34627 1998-10-14  Jim Meyering  <meyering@ascend.com>
34628
34629         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
34630         instead of "TZ=America/Vancouver".  From Paul Eggert.
34631
34632 1998-10-11  Jim Meyering  <meyering@ascend.com>
34633
34634         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
34635         This adds a test for a recently added compatibility fix for mktime.c.
34636         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
34637
34638 1998-09-27  Jim Meyering  <meyering@ascend.com>
34639
34640         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
34641
34642         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
34643         ../configure.in, including a change from Gordon Matzigkeit to allow
34644         cross-compiling for the Hurd.
34645
34646         * m4/glibc.m4: New file/macro to test for the GNU C Library
34647         versions 1 and 2.  From Gordon Matzigkeit.
34648         Indent.
34649
34650 1998-09-21  Jim Meyering  <meyering@ascend.com>
34651
34652         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
34653
34654 1998-08-18  Paul Eggert  <eggert@twinsun.com>
34655
34656         Port nanosecond-resolution times to UnixWare 2.1.2 and
34657         pedantic Solaris 2.6.
34658
34659         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
34660         AC_STRUCT_ST_MTIM.
34661         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
34662         Generate name of ns member, instead of just 1 or undef.
34663         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
34664
34665 1998-08-15  Jim Meyering  <meyering@ascend.com>
34666
34667         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
34668         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
34669         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
34670         instead of jm_TYPE_SSIZE_T.
34671
34672 1998-08-12  Jim Meyering  <meyering@ascend.com>
34673
34674         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
34675
34676 1998-08-02  Jim Meyering  <meyering@ascend.com>
34677
34678         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
34679         in acconfig.h manually.
34680
34681 1998-07-31  Paul Eggert  <eggert@twinsun.com>
34682
34683         * m4/st_mtim.m4: New file.
34684
34685 1998-07-28  Jim Meyering  <meyering@ascend.com>
34686
34687         * m4/utimes.m4: Undef stat.
34688
34689 1998-07-25  Jim Meyering  <meyering@ascend.com>
34690
34691         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
34692         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
34693
34694 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
34695
34696         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
34697         uid and gid actually remain unchanged.
34698
34699 1998-07-07  Jim Meyering  <meyering@ascend.com>
34700
34701         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
34702
34703 1998-07-04  Jim Meyering  <meyering@ascend.com>
34704
34705         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
34706         to prove that this macro can be used in packages without regex.c.
34707
34708 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
34709
34710         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
34711         is to be used.
34712
34713 1998-07-03  Jim Meyering  <meyering@ascend.com>
34714
34715         * m4/gettext.m4: Add -lintl if it's found to be necessary.
34716
34717         * m4/gettext.m4: New file -- from gettext-0.10.35.
34718         * m4/lcmessage.m4: Likewise.
34719         * m4/progtest.m4: Likewise.
34720
34721         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
34722         * m4/jm-macros.m4: Require the new macro.
34723
34724 1998-06-29  Jim Meyering  <meyering@ascend.com>
34725
34726         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
34727         for the definition of NGROUPS (used in a system header included
34728         by sys/mount.h).
34729
34730 1998-06-28  Jim Meyering  <meyering@ascend.com>
34731
34732         * m4/ls-mntd-fs.m4: New file.
34733         * m4/fstypename.m4: New file.
34734
34735         * m4/jm-macros.m4: Require the new macro.
34736         * m4/jm-glibc-io.m4: New file.
34737
34738 1998-05-19  Jim Meyering  <meyering@ascend.com>
34739
34740         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
34741         * m4/lchown.m4: New file.
34742
34743         * m4/Makefile.am.in: New file.
34744         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
34745
34746 1998-05-14  Jim Meyering  <meyering@ascend.com>
34747
34748         * m4/Makefile.am (EXTRA_DIST): Add them.
34749         * m4/jm-macros.m4: New file.
34750         * m4/utimbuf.m4: New file.
34751
34752 1998-05-12  Jim Meyering  <meyering@ascend.com>
34753
34754         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
34755
34756 1998-05-11  Jim Meyering  <meyering@ascend.com>
34757
34758         * m4/isc-posix.m4: New file.
34759
34760 1998-05-10  Jim Meyering  <meyering@ascend.com>
34761
34762         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
34763
34764 1998-05-09  Jim Meyering  <meyering@ascend.com>
34765
34766         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
34767         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
34768         with automake.
34769
34770         * m4/ssize_t.m4: New file.
34771         * m4/mktime.m4: Remove file -- the new automake has this now.
34772
34773 1998-04-26  Jim Meyering  <meyering@ascend.com>
34774
34775         * m4/assert.m4: New file.
34776         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
34777
34778 1998-04-05  Jim Meyering  <meyering@ascend.com>
34779
34780         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
34781         (jm_PREREQ): Use it here.
34782
34783 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
34784
34785         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
34786         in acconfig.h.
34787
34788 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
34789
34790         * m4/prereq.m4: New file.
34791         * m4/error.m4: New file.
34792         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
34793
34794 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
34795
34796         * m4/getline.m4: Don't set am_cv_func_working_getline before the
34797         cache-check for the same variable -- that defeated the purpose of
34798         the test; the test program was never run.  This was a problem only
34799         on systems with losing getline functions -- HP-UX 10.20 is one.
34800         Reported by Bjorn Helgaas.
34801
34802 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
34803
34804         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
34805
34806 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
34807
34808         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
34809
34810         * m4/const.m4: New file.  Use an initializer in this declaration
34811         typedef int charset[2]; const charset x;
34812         Reported by Bob Glickstein.
34813
34814 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
34815
34816         * m4/chown.m4: Fix reversed types on -1 args to chown.
34817         From Kaveh Ghazi.
34818
34819 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
34820
34821         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
34822         Add lseek and memchr.
34823
34824         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
34825         T.E.Dickey <dickey@clark.net> said that some older preprocessors
34826         have a 20-character limit on names.
34827
34828 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
34829
34830         * m4/inttypes_h.m4: New file.
34831         * m4/uintmax_t.m4: New file.
34832         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
34833
34834 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
34835   Free Software Foundation, Inc.
34836 Copying and distribution of this file, with or without modification,
34837 are permitted provided the copyright notice and this notice are preserved.