7d694d206bf150313db28eab334e255433330c7b
[gnulib.git] / ChangeLog
1 2007-10-21  Bruno Haible  <bruno@clisp.org>
2
3         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
4         Git's management files if the CVS files are not present.
5
6 2007-10-20  Bruno Haible  <bruno@clisp.org>
7
8         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
9         gcc-3.4.x.
10
11 2007-10-20  Ben Pfaff  <blp@gnu.org>
12
13         * lib/math.in.h: Declare round, roundf, roundl if we are providing
14         implementations.
15         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
16         * lib/round.c: New file.
17         * lib/roundf.c: New file.
18         * lib/roundl.c: New file.
19         * m4/round.m4: New file.
20         * m4/roundf.m4: New file.
21         * m4/roundl.m4: New file.
22         * m4/check-libm-func-m4: New file.
23         * modules/math: Replace round, roundf, roundl related @VARS@ in
24         math.in.h.
25         * modules/round: New file.
26         * modules/round-tests: New file.
27         * modules/roundf: New file.
28         * modules/roundf-tests: New file.
29         * modules/roundl: New file.
30         * modules/roundl-tests: New file.
31         * tests/test-round1.c: New file.
32         * tests/test-round2.c: New file.
33         * tests/test-roundf1.c: New file.
34         * tests/test-roundf2.c: New file.
35         * tests/test-roundl.c: New file.
36         * doc/functions/round.texi: Mention round module.
37         * doc/functions/roundf.texi: Mention roundf module.
38         * doc/functions/roundl.texi: Mention roundl module.
39         * MODULES.html.sh: Mention new modules.
40
41 2007-10-20  Jim Meyering  <meyering@redhat.com>
42
43         * lib/xprintf.c: Include <config.h> unconditionally.
44
45         Change xprintf's license to GPL.
46         * modules/xprintf (License): s/LGPL/GPL/, since this module
47         depends on modules (exit and exitfail) which are GPL.
48         Suggestion from Bruno Haible.
49
50         xprintf fixes.
51         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
52         Use a clearer diagnostic.
53         Patch from Bruno Haible.
54
55 2007-10-20  Bruno Haible  <bruno@clisp.org>
56
57         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
58         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
59         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
60
61 2007-10-20  Bruno Haible  <bruno@clisp.org>
62
63         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
64         precision in the comparison result > x - 1 or similar.
65         * tests/test-ceilf2.c (correct_result_p): Likewise.
66         * tests/test-truncf2.c (correct_result_p): Likewise.
67         * tests/test-trunc2.c (correct_result_p): Likewise.
68         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
69
70 2007-10-20  Bruno Haible  <bruno@clisp.org>
71
72         * modules/ceil: New file.
73         * m4/ceil.m4: New file.
74         * doc/functions/ceil.texi: Mention the 'ceil' module.
75
76 2007-10-20  Bruno Haible  <bruno@clisp.org>
77
78         * modules/floor: New file.
79         * m4/floor.m4: New file.
80         * doc/functions/floor.texi: Mention the 'floor' module.
81
82 2007-10-20  Bruno Haible  <bruno@clisp.org>
83
84         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
85         of %a.
86         * modules/floorf-tests (Depends-on): Likewise.
87         * modules/truncf-tests (Depends-on): Likewise.
88         * modules/trunc-tests (Depends-on): Likewise.
89         Reported by Ben Pfaff.
90
91 2007-10-19  Jim Meyering  <meyering@redhat.com>
92
93         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
94         Don't bother testing specific errno values.  Just test ferror.
95
96         New module: xprintf
97         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
98
99 2007-10-19  Bruno Haible  <bruno@clisp.org>
100
101         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
102         syntax.
103         * modules/javaexec (Makefile.am): Likewise.
104         * modules/relocatable-prog (Makefile.am): Likewise.
105         Suggested by Jim Meyering.
106
107 2007-10-18  Bruno Haible  <bruno@clisp.org>
108
109         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
110         Reported by Jim Meyering.
111
112 2007-10-18  Eric Blake  <ebb9@byu.net>
113
114         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
115
116 2007-10-18  Bruno Haible  <bruno@clisp.org>
117
118         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
119         the format string into writable memory. Needed in Fortify conditions.
120
121 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
122             Bruno Haible  <bruno@clisp.org>
123
124         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
125         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
126         * modules/trim (Depends-on): Add mbchar.
127         (configure.ac): Add gl_FUNC_MBRTOWC.
128         (Makefile.am): Augment lib_SOURCES.
129
130 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
131
132         Modify glob.c to use fstatat and dirfd, to simplify it.
133         Suggested by Eric Blake.
134         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
135         Don't include <stdbool.h>; not used.
136         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
137         (link_exists_p): Simplify implementation, since we can now assume
138         dirfd and fstatat.
139         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
140
141 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
142
143         * gnulib-tool (func_get_dependencies): Fix sed script to
144         match only tests.
145
146 2007-10-17  Bruno Haible  <bruno@clisp.org>
147
148         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
149         allow locale names without encoding suffix.
150         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
151         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
152
153 2007-10-16  Bruno Haible  <bruno@clisp.org>
154
155         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
156         * lib/getgroups.c (getgroups): Likewise.
157         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
158
159 2007-10-16  Bruno Haible  <bruno@clisp.org>
160
161         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
162         * modules/malloc-posix (License): Likewise.
163         * modules/realloc-posix (License): Likewise.
164         * modules/calloc-posix (License): Likewise.
165         * modules/intprops (License): Change from GPL to LGPL, with
166         Paul Eggert's approval.
167
168 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
169
170         Merge glibc changes into lib/glob.c.
171
172         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
173         2007-10-15 04:59:03 UTC.  Here are the changes:
174
175         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
176
177         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
178
179         * lib/glob.c: Add some branch prediction throughout.
180
181         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
182
183         [BZ #5103]
184         * lib/glob.c (glob): Recognize patterns starting \/.
185
186         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
187
188         [BZ #3996]
189         * lib/glob.c (attribute_hidden): Define if not defined.
190         (glob): Unescape dirname, filename or username when needed and not
191         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
192         is NULL.  Handle unescaped [ in pattern without closing ].
193         Don't pass GLOB_CHECK down to recursive glob for directories.
194         (__glob_pattern_type): New function.
195         (__glob_pattern_p): Implement using __glob_pattern_type.
196         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
197         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
198         Remove unreachable code.
199
200         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
201
202         * lib/glob.c (glob_in_dir): Add some comments and asserts to
203         explain why there are no leaks.
204
205         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
206
207         [BZ #3253]
208         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
209         time, rather allocate increasingly bigger arrays of pointers, if
210         possible with alloca, if too large with malloc.
211
212 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
213
214         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
215         Problem reported by H.Merijn Brand in
216         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
217         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
218         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
219
220 2007-10-15  Bruno Haible  <bruno@clisp.org>
221
222         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
223         with explicit rpl_ prefix.
224         * lib/fopen.c (fopen): Likewise.
225         * lib/freopen.c (freopen): Likewise.
226         * lib/iconv.c (iconv): Likewise.
227         * lib/iconv_close.c (iconv_close): Likewise.
228
229 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
230
231         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
232
233 2007-10-15  Bruno Haible  <bruno@clisp.org>
234
235         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
236         <stddef.h> instead of <stdlib.h> since we only need NULL.
237         Reported by Ben Pfaff <blp@cs.stanford.edu>.
238
239 2007-10-15  Bruno Haible  <bruno@clisp.org>
240
241         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
242         Replace paragraph talking about LIBOBJS.
243         Reported by Colin Watson <cjwatson@debian.org>.
244
245 2007-10-15  Bruno Haible  <bruno@clisp.org>
246
247         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
248         <stdlib.h> before using NULL.
249
250 2007-10-15  Simon Josefsson  <simon@josefsson.org>
251
252         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
253         Reported by Albert Chin <china@thewrittenword.com>.
254
255 2007-10-14  Bruno Haible  <bruno@clisp.org>
256
257         * modules/iconv_open-utf-tests: New file.
258         * tests/test-iconv-utf.c: New file.
259
260         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
261         * modules/iconv_open-utf: New file.
262         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
263         (iconv, iconv_close): New declarations.
264         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
265         be defined.
266         (iconv_open): Add special handling of conversion between UTF-8 and
267         UTF-{16,32}{BE,LE}.
268         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
269         * lib/iconv_close.c: New file.
270         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
271         gl_FUNC_ICONV_OPEN.
272         (gl_FUNC_ICONV_OPEN): Use it.
273         (gl_FUNC_ICONV_OPEN_UTF): New macro.
274         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
275         and REPLACE_ICONV_UTF.
276         * modules/iconv_open (Depends-on): Add c-strcase.
277         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
278         ICONV_CONST.
279         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
280
281 2007-10-13  Albert Chin  <china@thewrittenword.com>
282             Bruno Haible  <bruno@clisp.org>
283
284         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
285         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
286
287 2007-10-13  Bruno Haible  <bruno@clisp.org>
288
289         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
290         defined, use the ISO C99 inline semantics.
291         * lib/argp.h (ARGP_EI): Likewise.
292
293 2007-10-13  Bruno Haible  <bruno@clisp.org>
294
295         Handle 'inline' change in gcc 4.3.0.
296         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
297         argp_fmtstream_write, argp_fmtstream_set_lmargin,
298         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
299         argp_fmtstream_point): Disable 'extern' declaration if the function
300         definition is going to be provided inline.
301         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
302         semantics, not the ISO C99 inline semantics.
303         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
304         'extern' declaration if the function definition is going to be provided
305         inline.
306         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
307         the GNU C inline semantics, not the ISO C99 inline semantics. With
308         GCC 4.2, avoid a warning.
309
310 2007-10-13  Bruno Haible  <bruno@clisp.org>
311
312         * lib/freading.h (freading): Enable the use of __freading for
313         glibc >= 2.7.
314         * lib/freading.c (freading): Likewise.
315
316 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
317
318         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
319         "warning: C99 inline functions are not supported; using GNU89".
320
321 2007-10-12  Bruno Haible  <bruno@clisp.org>
322
323         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
324         of 2.
325         * tests/test-ceilf2.c: New file.
326         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
327
328         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
329         * modules/ceilf-tests: Update.
330
331 2007-10-12  Bruno Haible  <bruno@clisp.org>
332
333         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
334         of 2.
335         * tests/test-floorf2.c: New file.
336         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
337
338         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
339         * modules/floorf-tests: Update.
340
341 2007-10-12  Bruno Haible  <bruno@clisp.org>
342
343         * tests/test-trunc2.c: New file.
344         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
345
346         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
347         * modules/trunc-tests: Update.
348
349 2007-10-12  Bruno Haible  <bruno@clisp.org>
350
351         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
352         of 2.
353         * tests/test-truncf2.c: New file.
354         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
355
356         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
357         * modules/truncf-tests: Update.
358
359 2007-10-11  Eric Blake  <ebb9@byu.net>
360
361         Don't claim strerror is broken on Interix.
362         * doc/functions/strerror.texi (strerror): Known broken systems are
363         now Solaris 8, and not Interix.
364         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
365         Interix on cross-compile.
366         Reported by Martin Koeppe in
367         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
368
369 2007-10-11  Bruno Haible  <bruno@clisp.org>
370
371         * modules/i-ring-tests: New file.
372         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
373         instead of assert.
374
375 2007-10-11  Bruno Haible  <bruno@clisp.org>
376
377         * modules/filenamecat-tests: New file.
378         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
379         * lib/filenamecat.c: Remove test code.
380
381 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
382
383         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
384
385         * lib/strerror.c: Include <string.h> always, to test interface,
386         and to remove the need for the dummy.
387         Include intprops.h to compute width instead of doing it ourselves
388         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
389         (strerror): Define it to return NULL if there's no system strerror.
390         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
391         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
392         ancient pre-strerror Unix systems well any more.  Saying "unknown
393         system error" is enough.
394         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
395         simpler strerror.c implementation.
396         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
397         Simplify the tests to reflect the simpler strerror implementation.
398         * modules/strerror (Depends-on): Add intprops.
399
400 2007-10-09  Eric Blake  <ebb9@byu.net>
401
402         Silence test-fpending.
403         * modules/fpending-tests (Files): Add wrapper script.
404         * tests/test-fpending.sh: New file.
405
406 2007-10-09  Bruno Haible  <bruno@clisp.org>
407
408         * MODULES.html.sh (func_module): Don't create a hyperlink for
409         function names like 'printf_frexp'.
410         (Misc): Add crc, memxor.
411         (Characteristics of floating types): New section.
412         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
413         isnanf-nolibm, signbit, trunc, truncf, truncl.
414         (Enhancements for ISO C 99 functions): New subsection Input/output.
415         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
416         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
417         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
418         (Compatibility checks for POSIX:2001 functions): Add clock-time.
419         (Enhancements for POSIX:2001 functions): Add chdir-long.
420         (File system functions): Add areadlink, chdir-safer, read-file.
421         Remove cycle-check.
422         (File system as inode set): New section.
423         (Date and time): Add gethrxtime.
424         (Multithreading): Add openmp.
425         (Internationalization functions): Add localename.
426         (Unicode string functions): Add unistr/u*-mbsnlen.
427         (Support for maintaining and releasing projects): Add git-version-gen.
428         (Lone files): Remove directories.
429
430 2007-10-08  Ben Pfaff  <blp@gnu.org>
431
432         * lib/xmalloca.h: Fix typo in comment.
433
434 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
435
436         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
437         when avoiding problems with integer overflow.  Use a portable test
438         instead.
439
440 2007-10-08  Simon Josefsson  <simon@josefsson.org>
441
442         * modules/dummy (License): Change to LGPLv2+.
443         * modules/float (License): Likewise
444         * modules/realloc (License): Likewise
445         * modules/stdlib (License): Likewise
446
447 2007-10-07  Bruno Haible  <bruno@clisp.org>
448
449         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
450         * floor.c (TWO_MANT_DIG): Likewise.
451         * ceil.c (TWO_MANT_DIG): Likewise.
452         Reported by Ben Pfaff.
453
454 2007-10-07  Bruno Haible  <bruno@clisp.org>
455
456         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
457         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
458         * lib/frexp.c (FUNC): Likewise.
459         * lib/printf-frexp.h (printf_frexp): Likewise.
460         * lib/printf-frexpl.h (printf_frexpl): Likewise.
461         * lib/printf-frexp.c (FUNC): Likewise.
462         Suggested by Jim Meyering.
463
464 2007-10-07  Jim Meyering  <meyering@redhat.com>
465
466         Make xnanosleep's integer overflow test more robust.
467         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
468         so that gcc-4.3.0 doesn't optimize away this test for overflow.
469
470 2007-10-07  Bruno Haible  <bruno@clisp.org>
471
472         * NEWS: Mention the license change.
473
474         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
475         abbreviations in the modules files.
476
477         Change copyright notice from GPLv2+ to GPLv3+.
478         * README: Change copyright notice.
479         * MODULES.html.sh: Likewise.
480         * build-aux/bootstrap.conf: Likewise.
481         * build-aux/config.libpath: Likewise.
482         * build-aux/csharpcomp.sh.in: Likewise.
483         * build-aux/csharpexec.sh.in: Likewise.
484         * build-aux/install-reloc: Likewise.
485         * build-aux/javacomp.sh.in: Likewise.
486         * build-aux/javaexec.sh.in: Likewise.
487         * build-aux/ldd.sh.in: Likewise.
488         * build-aux/reloc-ldflags: Likewise.
489         * build-aux/relocatable.sh.in: Likewise.
490         * build-aux/x-to-1.in: Likewise.
491         * check-module: Likewise.
492         * config/srclistvars.sh: Likewise.
493         * gnulib-tool: Likewise.
494         * lib/acl-internal.h: Likewise.
495         * lib/acl.c: Likewise.
496         * lib/acl.h: Likewise.
497         * lib/acl_entries.c: Likewise.
498         * lib/areadlink-with-size.c: Likewise.
499         * lib/areadlink.c: Likewise.
500         * lib/areadlink.h: Likewise.
501         * lib/argmatch.c: Likewise.
502         * lib/argmatch.h: Likewise.
503         * lib/argp-ba.c: Likewise.
504         * lib/argp-eexst.c: Likewise.
505         * lib/argp-fmtstream.c: Likewise.
506         * lib/argp-fmtstream.h: Likewise.
507         * lib/argp-fs-xinl.c: Likewise.
508         * lib/argp-help.c: Likewise.
509         * lib/argp-namefrob.h: Likewise.
510         * lib/argp-parse.c: Likewise.
511         * lib/argp-pin.c: Likewise.
512         * lib/argp-pv.c: Likewise.
513         * lib/argp-pvh.c: Likewise.
514         * lib/argp-xinl.c: Likewise.
515         * lib/argp.h: Likewise.
516         * lib/at-func.c: Likewise.
517         * lib/atanl.c: Likewise.
518         * lib/backupfile.c: Likewise.
519         * lib/backupfile.h: Likewise.
520         * lib/basename.c: Likewise.
521         * lib/binary-io.h: Likewise.
522         * lib/byteswap.in.h: Likewise.
523         * lib/c-stack.c: Likewise.
524         * lib/c-stack.h: Likewise.
525         * lib/c-strcasestr.c: Likewise.
526         * lib/c-strcasestr.h: Likewise.
527         * lib/c-strstr.c: Likewise.
528         * lib/c-strstr.h: Likewise.
529         * lib/c-strtod.c: Likewise.
530         * lib/calloc.c: Likewise.
531         * lib/canon-host.c: Likewise.
532         * lib/canon-host.h: Likewise.
533         * lib/canonicalize-lgpl.c: Likewise.
534         * lib/canonicalize.c: Likewise.
535         * lib/canonicalize.h: Likewise.
536         * lib/ceil.c: Likewise.
537         * lib/ceilf.c: Likewise.
538         * lib/ceill.c: Likewise.
539         * lib/chdir-long.c: Likewise.
540         * lib/chdir-long.h: Likewise.
541         * lib/chdir-safer.c: Likewise.
542         * lib/chdir-safer.h: Likewise.
543         * lib/chown.c: Likewise.
544         * lib/classpath.c: Likewise.
545         * lib/classpath.h: Likewise.
546         * lib/clean-temp.c: Likewise.
547         * lib/clean-temp.h: Likewise.
548         * lib/cloexec.c: Likewise.
549         * lib/close-stream.c: Likewise.
550         * lib/closein.c: Likewise.
551         * lib/closein.h: Likewise.
552         * lib/closeout.c: Likewise.
553         * lib/closeout.h: Likewise.
554         * lib/concat-filename.c: Likewise.
555         * lib/copy-file.c: Likewise.
556         * lib/copy-file.h: Likewise.
557         * lib/count-one-bits.h: Likewise.
558         * lib/crc.c: Likewise.
559         * lib/crc.h: Likewise.
560         * lib/creat-safer.c: Likewise.
561         * lib/csharpcomp.c: Likewise.
562         * lib/csharpcomp.h: Likewise.
563         * lib/csharpexec.c: Likewise.
564         * lib/csharpexec.h: Likewise.
565         * lib/cycle-check.c: Likewise.
566         * lib/cycle-check.h: Likewise.
567         * lib/diacrit.c: Likewise.
568         * lib/diacrit.h: Likewise.
569         * lib/diffseq.h: Likewise.
570         * lib/dirchownmod.c: Likewise.
571         * lib/dirent.in.h: Likewise.
572         * lib/dirfd.c: Likewise.
573         * lib/dirfd.h: Likewise.
574         * lib/dirname.c: Likewise.
575         * lib/dirname.h: Likewise.
576         * lib/dummy.c: Likewise.
577         * lib/dup-safer.c: Likewise.
578         * lib/dup2.c: Likewise.
579         * lib/eealloc.h: Likewise.
580         * lib/error.c: Likewise.
581         * lib/error.h: Likewise.
582         * lib/euidaccess.c: Likewise.
583         * lib/exclude.c: Likewise.
584         * lib/exclude.h: Likewise.
585         * lib/execute.c: Likewise.
586         * lib/execute.h: Likewise.
587         * lib/exitfail.c: Likewise.
588         * lib/exitfail.h: Likewise.
589         * lib/expl.c: Likewise.
590         * lib/fatal-signal.c: Likewise.
591         * lib/fatal-signal.h: Likewise.
592         * lib/fbufmode.c: Likewise.
593         * lib/fbufmode.h: Likewise.
594         * lib/fchdir.c: Likewise.
595         * lib/fchmodat.c: Likewise.
596         * lib/fchownat.c: Likewise.
597         * lib/fcntl--.h: Likewise.
598         * lib/fcntl-safer.h: Likewise.
599         * lib/fcntl.in.h: Likewise.
600         * lib/fd-safer.c: Likewise.
601         * lib/fflush.c: Likewise.
602         * lib/file-has-acl.c: Likewise.
603         * lib/file-set.c: Likewise.
604         * lib/file-type.c: Likewise.
605         * lib/file-type.h: Likewise.
606         * lib/fileblocks.c: Likewise.
607         * lib/filemode.c: Likewise.
608         * lib/filemode.h: Likewise.
609         * lib/filename.h: Likewise.
610         * lib/filenamecat.c: Likewise.
611         * lib/filenamecat.h: Likewise.
612         * lib/findprog.c: Likewise.
613         * lib/findprog.h: Likewise.
614         * lib/float.in.h: Likewise.
615         * lib/floor.c: Likewise.
616         * lib/floorf.c: Likewise.
617         * lib/floorl.c: Likewise.
618         * lib/fopen-safer.c: Likewise.
619         * lib/fopen.c: Likewise.
620         * lib/fpending.c: Likewise.
621         * lib/fpending.h: Likewise.
622         * lib/fprintf.c: Likewise.
623         * lib/fprintftime.h: Likewise.
624         * lib/fpucw.h: Likewise.
625         * lib/fpurge.c: Likewise.
626         * lib/fpurge.h: Likewise.
627         * lib/freadable.c: Likewise.
628         * lib/freadable.h: Likewise.
629         * lib/freadahead.c: Likewise.
630         * lib/freadahead.h: Likewise.
631         * lib/freading.c: Likewise.
632         * lib/freading.h: Likewise.
633         * lib/free.c: Likewise.
634         * lib/freopen.c: Likewise.
635         * lib/frexp.c: Likewise.
636         * lib/frexpl.c: Likewise.
637         * lib/fseek.c: Likewise.
638         * lib/fseterr.c: Likewise.
639         * lib/fseterr.h: Likewise.
640         * lib/fstatat.c: Likewise.
641         * lib/fstrcmp.c: Likewise.
642         * lib/fstrcmp.h: Likewise.
643         * lib/fsusage.c: Likewise.
644         * lib/fsusage.h: Likewise.
645         * lib/ftell.c: Likewise.
646         * lib/ftello.c: Likewise.
647         * lib/fts-cycle.c: Likewise.
648         * lib/fts.c: Likewise.
649         * lib/fts_.h: Likewise.
650         * lib/full-read.c: Likewise.
651         * lib/full-read.h: Likewise.
652         * lib/full-write.c: Likewise.
653         * lib/full-write.h: Likewise.
654         * lib/fwritable.c: Likewise.
655         * lib/fwritable.h: Likewise.
656         * lib/fwriteerror.c: Likewise.
657         * lib/fwriteerror.h: Likewise.
658         * lib/fwriting.c: Likewise.
659         * lib/fwriting.h: Likewise.
660         * lib/gcd.c: Likewise.
661         * lib/gcd.h: Likewise.
662         * lib/getcwd.c: Likewise.
663         * lib/getdate.h: Likewise.
664         * lib/getdate.y: Likewise.
665         * lib/getdomainname.c: Likewise.
666         * lib/getdomainname.h: Likewise.
667         * lib/getgroups.c: Likewise.
668         * lib/gethostname.c: Likewise.
669         * lib/gethrxtime.c: Likewise.
670         * lib/gethrxtime.h: Likewise.
671         * lib/getloadavg.c: Likewise.
672         * lib/getndelim2.c: Likewise.
673         * lib/getndelim2.h: Likewise.
674         * lib/getnline.c: Likewise.
675         * lib/getnline.h: Likewise.
676         * lib/getopt.c: Likewise.
677         * lib/getopt.in.h: Likewise.
678         * lib/getopt1.c: Likewise.
679         * lib/getopt_int.h: Likewise.
680         * lib/getpagesize.h: Likewise.
681         * lib/getsubopt.c: Likewise.
682         * lib/gettime.c: Likewise.
683         * lib/getugroups.c: Likewise.
684         * lib/getugroups.h: Likewise.
685         * lib/getusershell.c: Likewise.
686         * lib/gl_anyavltree_list1.h: Likewise.
687         * lib/gl_anyavltree_list2.h: Likewise.
688         * lib/gl_anyhash_list1.h: Likewise.
689         * lib/gl_anyhash_list2.h: Likewise.
690         * lib/gl_anylinked_list1.h: Likewise.
691         * lib/gl_anylinked_list2.h: Likewise.
692         * lib/gl_anyrbtree_list1.h: Likewise.
693         * lib/gl_anyrbtree_list2.h: Likewise.
694         * lib/gl_anytree_list1.h: Likewise.
695         * lib/gl_anytree_list2.h: Likewise.
696         * lib/gl_anytree_oset.h: Likewise.
697         * lib/gl_anytreehash_list1.h: Likewise.
698         * lib/gl_anytreehash_list2.h: Likewise.
699         * lib/gl_array_list.c: Likewise.
700         * lib/gl_array_list.h: Likewise.
701         * lib/gl_array_oset.c: Likewise.
702         * lib/gl_array_oset.h: Likewise.
703         * lib/gl_avltree_list.c: Likewise.
704         * lib/gl_avltree_list.h: Likewise.
705         * lib/gl_avltree_oset.c: Likewise.
706         * lib/gl_avltree_oset.h: Likewise.
707         * lib/gl_avltreehash_list.c: Likewise.
708         * lib/gl_avltreehash_list.h: Likewise.
709         * lib/gl_carray_list.c: Likewise.
710         * lib/gl_carray_list.h: Likewise.
711         * lib/gl_linked_list.c: Likewise.
712         * lib/gl_linked_list.h: Likewise.
713         * lib/gl_linkedhash_list.c: Likewise.
714         * lib/gl_linkedhash_list.h: Likewise.
715         * lib/gl_list.c: Likewise.
716         * lib/gl_list.h: Likewise.
717         * lib/gl_oset.c: Likewise.
718         * lib/gl_oset.h: Likewise.
719         * lib/gl_rbtree_list.c: Likewise.
720         * lib/gl_rbtree_list.h: Likewise.
721         * lib/gl_rbtree_oset.c: Likewise.
722         * lib/gl_rbtree_oset.h: Likewise.
723         * lib/gl_rbtreehash_list.c: Likewise.
724         * lib/gl_rbtreehash_list.h: Likewise.
725         * lib/gl_sublist.c: Likewise.
726         * lib/gl_sublist.h: Likewise.
727         * lib/group-member.c: Likewise.
728         * lib/group-member.h: Likewise.
729         * lib/hard-locale.c: Likewise.
730         * lib/hard-locale.h: Likewise.
731         * lib/hash-pjw.c: Likewise.
732         * lib/hash-pjw.h: Likewise.
733         * lib/hash-triple.c: Likewise.
734         * lib/hash.c: Likewise.
735         * lib/hash.h: Likewise.
736         * lib/human.c: Likewise.
737         * lib/human.h: Likewise.
738         * lib/i-ring.c: Likewise.
739         * lib/i-ring.h: Likewise.
740         * lib/idcache.c: Likewise.
741         * lib/imaxabs.c: Likewise.
742         * lib/imaxdiv.c: Likewise.
743         * lib/inet_pton.c: Likewise.
744         * lib/inet_pton.h: Likewise.
745         * lib/intprops.h: Likewise.
746         * lib/inttostr.c: Likewise.
747         * lib/inttostr.h: Likewise.
748         * lib/inttypes.in.h: Likewise.
749         * lib/isapipe.c: Likewise.
750         * lib/isdir.c: Likewise.
751         * lib/isnan.c: Likewise.
752         * lib/isnan.h: Likewise.
753         * lib/isnanf.c: Likewise.
754         * lib/isnanf.h: Likewise.
755         * lib/isnanl-nolibm.h: Likewise.
756         * lib/isnanl.c: Likewise.
757         * lib/isnanl.h: Likewise.
758         * lib/javacomp.c: Likewise.
759         * lib/javacomp.h: Likewise.
760         * lib/javaexec.c: Likewise.
761         * lib/javaexec.h: Likewise.
762         * lib/javaversion.c: Likewise.
763         * lib/javaversion.h: Likewise.
764         * lib/javaversion.java: Likewise.
765         * lib/lbrkprop.h: Likewise.
766         * lib/lchmod.h: Likewise.
767         * lib/lchown.c: Likewise.
768         * lib/ldexpl.c: Likewise.
769         * lib/linebreak.c: Likewise.
770         * lib/linebreak.h: Likewise.
771         * lib/linebuffer.c: Likewise.
772         * lib/linebuffer.h: Likewise.
773         * lib/locale.in.h: Likewise.
774         * lib/logl.c: Likewise.
775         * lib/long-options.c: Likewise.
776         * lib/long-options.h: Likewise.
777         * lib/lstat.c: Likewise.
778         * lib/lstat.h: Likewise.
779         * lib/math.in.h: Likewise.
780         * lib/mbchar.c: Likewise.
781         * lib/mbchar.h: Likewise.
782         * lib/mbfile.h: Likewise.
783         * lib/mbiter.h: Likewise.
784         * lib/mbscasecmp.c: Likewise.
785         * lib/mbscasestr.c: Likewise.
786         * lib/mbschr.c: Likewise.
787         * lib/mbscspn.c: Likewise.
788         * lib/mbslen.c: Likewise.
789         * lib/mbsncasecmp.c: Likewise.
790         * lib/mbsnlen.c: Likewise.
791         * lib/mbspbrk.c: Likewise.
792         * lib/mbspcasecmp.c: Likewise.
793         * lib/mbsrchr.c: Likewise.
794         * lib/mbssep.c: Likewise.
795         * lib/mbsspn.c: Likewise.
796         * lib/mbsstr.c: Likewise.
797         * lib/mbstok_r.c: Likewise.
798         * lib/mbswidth.c: Likewise.
799         * lib/mbswidth.h: Likewise.
800         * lib/mbuiter.h: Likewise.
801         * lib/memcasecmp.c: Likewise.
802         * lib/memcasecmp.h: Likewise.
803         * lib/memchr.c: Likewise.
804         * lib/memcmp.c: Likewise.
805         * lib/memcoll.c: Likewise.
806         * lib/memcoll.h: Likewise.
807         * lib/memcpy.c: Likewise.
808         * lib/memrchr.c: Likewise.
809         * lib/mkancesdirs.c: Likewise.
810         * lib/mkdir-p.c: Likewise.
811         * lib/mkdir-p.h: Likewise.
812         * lib/mkdir.c: Likewise.
813         * lib/mkdirat.c: Likewise.
814         * lib/mkdtemp.c: Likewise.
815         * lib/mkstemp-safer.c: Likewise.
816         * lib/mkstemp.c: Likewise.
817         * lib/modechange.c: Likewise.
818         * lib/modechange.h: Likewise.
819         * lib/mountlist.c: Likewise.
820         * lib/mountlist.h: Likewise.
821         * lib/mpsort.c: Likewise.
822         * lib/nanosleep.c: Likewise.
823         * lib/obstack.c: Likewise.
824         * lib/obstack.h: Likewise.
825         * lib/open-safer.c: Likewise.
826         * lib/open.c: Likewise.
827         * lib/openat-die.c: Likewise.
828         * lib/openat-priv.h: Likewise.
829         * lib/openat-proc.c: Likewise.
830         * lib/openat.c: Likewise.
831         * lib/openat.h: Likewise.
832         * lib/pagealign_alloc.c: Likewise.
833         * lib/pagealign_alloc.h: Likewise.
834         * lib/physmem.c: Likewise.
835         * lib/physmem.h: Likewise.
836         * lib/pipe-safer.c: Likewise.
837         * lib/pipe.c: Likewise.
838         * lib/pipe.h: Likewise.
839         * lib/posixtm.c: Likewise.
840         * lib/posixtm.h: Likewise.
841         * lib/posixver.c: Likewise.
842         * lib/printf-frexp.c: Likewise.
843         * lib/printf-frexp.h: Likewise.
844         * lib/printf-frexpl.c: Likewise.
845         * lib/printf-frexpl.h: Likewise.
846         * lib/printf.c: Likewise.
847         * lib/progname.c: Likewise.
848         * lib/progname.h: Likewise.
849         * lib/progreloc.c: Likewise.
850         * lib/putenv.c: Likewise.
851         * lib/quote.c: Likewise.
852         * lib/quote.h: Likewise.
853         * lib/quotearg.c: Likewise.
854         * lib/quotearg.h: Likewise.
855         * lib/raise.c: Likewise.
856         * lib/readline.c: Likewise.
857         * lib/readline.h: Likewise.
858         * lib/readlink.c: Likewise.
859         * lib/readtokens.c: Likewise.
860         * lib/readtokens.h: Likewise.
861         * lib/readtokens0.c: Likewise.
862         * lib/readtokens0.h: Likewise.
863         * lib/readutmp.c: Likewise.
864         * lib/readutmp.h: Likewise.
865         * lib/realloc.c: Likewise.
866         * lib/relocwrapper.c: Likewise.
867         * lib/rename-dest-slash.c: Likewise.
868         * lib/rename.c: Likewise.
869         * lib/rmdir.c: Likewise.
870         * lib/rpmatch.c: Likewise.
871         * lib/safe-read.c: Likewise.
872         * lib/safe-read.h: Likewise.
873         * lib/safe-write.c: Likewise.
874         * lib/safe-write.h: Likewise.
875         * lib/same-inode.h: Likewise.
876         * lib/same.c: Likewise.
877         * lib/same.h: Likewise.
878         * lib/save-cwd.c: Likewise.
879         * lib/save-cwd.h: Likewise.
880         * lib/savedir.c: Likewise.
881         * lib/savedir.h: Likewise.
882         * lib/savewd.c: Likewise.
883         * lib/savewd.h: Likewise.
884         * lib/search.in.h: Likewise.
885         * lib/setenv.c: Likewise.
886         * lib/setenv.h: Likewise.
887         * lib/settime.c: Likewise.
888         * lib/sh-quote.c: Likewise.
889         * lib/sh-quote.h: Likewise.
890         * lib/sig2str.c: Likewise.
891         * lib/sig2str.h: Likewise.
892         * lib/signal.in.h: Likewise.
893         * lib/signbitd.c: Likewise.
894         * lib/signbitf.c: Likewise.
895         * lib/signbitl.c: Likewise.
896         * lib/sigprocmask.c: Likewise.
897         * lib/sincosl.c: Likewise.
898         * lib/sleep.c: Likewise.
899         * lib/sprintf.c: Likewise.
900         * lib/sqrtl.c: Likewise.
901         * lib/stat-time.h: Likewise.
902         * lib/stdio--.h: Likewise.
903         * lib/stdio-safer.h: Likewise.
904         * lib/stdlib--.h: Likewise.
905         * lib/stdlib-safer.h: Likewise.
906         * lib/stdlib.in.h: Likewise.
907         * lib/stpcpy.c: Likewise.
908         * lib/stpncpy.c: Likewise.
909         * lib/strchrnul.c: Likewise.
910         * lib/strcspn.c: Likewise.
911         * lib/strerror.c: Likewise.
912         * lib/strftime.c: Likewise.
913         * lib/strftime.h: Likewise.
914         * lib/striconveh.c: Likewise.
915         * lib/striconveh.h: Likewise.
916         * lib/striconveha.c: Likewise.
917         * lib/striconveha.h: Likewise.
918         * lib/stripslash.c: Likewise.
919         * lib/strnlen1.c: Likewise.
920         * lib/strnlen1.h: Likewise.
921         * lib/strtod.c: Likewise.
922         * lib/strtoimax.c: Likewise.
923         * lib/strtok_r.c: Likewise.
924         * lib/strtol.c: Likewise.
925         * lib/strtoll.c: Likewise.
926         * lib/strtoul.c: Likewise.
927         * lib/strtoull.c: Likewise.
928         * lib/sysexits.in.h: Likewise.
929         * lib/tempname.c: Likewise.
930         * lib/tempname.h: Likewise.
931         * lib/timespec.h: Likewise.
932         * lib/tls.c: Likewise.
933         * lib/tls.h: Likewise.
934         * lib/tmpdir.c: Likewise.
935         * lib/tmpdir.h: Likewise.
936         * lib/tmpfile-safer.c: Likewise.
937         * lib/tmpfile.c: Likewise.
938         * lib/trigl.c: Likewise.
939         * lib/trigl.h: Likewise.
940         * lib/trim.c: Likewise.
941         * lib/trim.h: Likewise.
942         * lib/trunc.c: Likewise.
943         * lib/truncf.c: Likewise.
944         * lib/truncl.c: Likewise.
945         * lib/tsearch.c: Likewise.
946         * lib/unicodeio.c: Likewise.
947         * lib/unicodeio.h: Likewise.
948         * lib/unistd--.h: Likewise.
949         * lib/unistd-safer.h: Likewise.
950         * lib/unistdio/ulc-fprintf.c: Likewise.
951         * lib/unistdio/ulc-vfprintf.c: Likewise.
952         * lib/unlinkdir.c: Likewise.
953         * lib/unlinkdir.h: Likewise.
954         * lib/unlocked-io.h: Likewise.
955         * lib/unsetenv.c: Likewise.
956         * lib/userspec.c: Likewise.
957         * lib/utime.c: Likewise.
958         * lib/utimecmp.c: Likewise.
959         * lib/utimecmp.h: Likewise.
960         * lib/utimens.c: Likewise.
961         * lib/verify.h: Likewise.
962         * lib/verror.c: Likewise.
963         * lib/verror.h: Likewise.
964         * lib/version-etc-fsf.c: Likewise.
965         * lib/version-etc.c: Likewise.
966         * lib/version-etc.h: Likewise.
967         * lib/vfprintf.c: Likewise.
968         * lib/vprintf.c: Likewise.
969         * lib/vsprintf.c: Likewise.
970         * lib/w32spawn.h: Likewise.
971         * lib/wait-process.c: Likewise.
972         * lib/wait-process.h: Likewise.
973         * lib/wcwidth.c: Likewise.
974         * lib/write-any-file.c: Likewise.
975         * lib/xalloc-die.c: Likewise.
976         * lib/xalloc.h: Likewise.
977         * lib/xasprintf.c: Likewise.
978         * lib/xgetcwd.c: Likewise.
979         * lib/xgetcwd.h: Likewise.
980         * lib/xgetdomainname.c: Likewise.
981         * lib/xgetdomainname.h: Likewise.
982         * lib/xgethostname.c: Likewise.
983         * lib/xmalloc.c: Likewise.
984         * lib/xmalloca.c: Likewise.
985         * lib/xmalloca.h: Likewise.
986         * lib/xmemcoll.c: Likewise.
987         * lib/xnanosleep.c: Likewise.
988         * lib/xreadlink.c: Likewise.
989         * lib/xreadlink.h: Likewise.
990         * lib/xsetenv.c: Likewise.
991         * lib/xsetenv.h: Likewise.
992         * lib/xstriconv.c: Likewise.
993         * lib/xstriconv.h: Likewise.
994         * lib/xstrndup.c: Likewise.
995         * lib/xstrndup.h: Likewise.
996         * lib/xstrtod.c: Likewise.
997         * lib/xstrtod.h: Likewise.
998         * lib/xstrtol-error.c: Likewise.
999         * lib/xstrtol.c: Likewise.
1000         * lib/xstrtol.h: Likewise.
1001         * lib/xtime.h: Likewise.
1002         * lib/xvasprintf.c: Likewise.
1003         * lib/xvasprintf.h: Likewise.
1004         * lib/yesno.c: Likewise.
1005         * lib/yesno.h: Likewise.
1006         * posix-modules: Likewise.
1007         * tests/test-alloca-opt.c: Likewise.
1008         * tests/test-arcfour.c: Likewise.
1009         * tests/test-arctwo.c: Likewise.
1010         * tests/test-argmatch.c: Likewise.
1011         * tests/test-argp-2.sh: Likewise.
1012         * tests/test-argp.c: Likewise.
1013         * tests/test-arpa_inet.c: Likewise.
1014         * tests/test-array_list.c: Likewise.
1015         * tests/test-array_oset.c: Likewise.
1016         * tests/test-atexit.c: Likewise.
1017         * tests/test-avltree_list.c: Likewise.
1018         * tests/test-avltree_oset.c: Likewise.
1019         * tests/test-avltreehash_list.c: Likewise.
1020         * tests/test-base64.c: Likewise.
1021         * tests/test-binary-io.c: Likewise.
1022         * tests/test-byteswap.c: Likewise.
1023         * tests/test-c-ctype.c: Likewise.
1024         * tests/test-c-strcasecmp.c: Likewise.
1025         * tests/test-c-strcasestr.c: Likewise.
1026         * tests/test-c-strncasecmp.c: Likewise.
1027         * tests/test-c-strstr.c: Likewise.
1028         * tests/test-canonicalize-lgpl.c: Likewise.
1029         * tests/test-canonicalize.c: Likewise.
1030         * tests/test-carray_list.c: Likewise.
1031         * tests/test-ceilf.c: Likewise.
1032         * tests/test-ceill.c: Likewise.
1033         * tests/test-count-one-bits.c: Likewise.
1034         * tests/test-crc.c: Likewise.
1035         * tests/test-dirname.c: Likewise.
1036         * tests/test-fbufmode.c: Likewise.
1037         * tests/test-fcntl.c: Likewise.
1038         * tests/test-fflush.c: Likewise.
1039         * tests/test-floorf.c: Likewise.
1040         * tests/test-floorl.c: Likewise.
1041         * tests/test-fopen.c: Likewise.
1042         * tests/test-fprintf-posix.c: Likewise.
1043         * tests/test-fprintf-posix.h: Likewise.
1044         * tests/test-fpurge.c: Likewise.
1045         * tests/test-freadable.c: Likewise.
1046         * tests/test-freadahead.c: Likewise.
1047         * tests/test-freading.c: Likewise.
1048         * tests/test-freopen.c: Likewise.
1049         * tests/test-frexp.c: Likewise.
1050         * tests/test-frexpl.c: Likewise.
1051         * tests/test-fseek.c: Likewise.
1052         * tests/test-fseeko.c: Likewise.
1053         * tests/test-fseterr.c: Likewise.
1054         * tests/test-fstrcmp.c: Likewise.
1055         * tests/test-ftell.c: Likewise.
1056         * tests/test-ftello.c: Likewise.
1057         * tests/test-fwritable.c: Likewise.
1058         * tests/test-fwriting.c: Likewise.
1059         * tests/test-getaddrinfo.c: Likewise.
1060         * tests/test-getpass.c: Likewise.
1061         * tests/test-gettimeofday.c: Likewise.
1062         * tests/test-hmac-md5.c: Likewise.
1063         * tests/test-hmac-sha1.c: Likewise.
1064         * tests/test-iconv.c: Likewise.
1065         * tests/test-iconvme.c: Likewise.
1066         * tests/test-inttypes.c: Likewise.
1067         * tests/test-isnan.c: Likewise.
1068         * tests/test-isnanf.c: Likewise.
1069         * tests/test-isnanl-nolibm.c: Likewise.
1070         * tests/test-isnanl.c: Likewise.
1071         * tests/test-isnanl.h: Likewise.
1072         * tests/test-ldexpl.c: Likewise.
1073         * tests/test-linked_list.c: Likewise.
1074         * tests/test-linkedhash_list.c: Likewise.
1075         * tests/test-locale.c: Likewise.
1076         * tests/test-localename.c: Likewise.
1077         * tests/test-lock.c: Likewise.
1078         * tests/test-lseek.c: Likewise.
1079         * tests/test-malloca.c: Likewise.
1080         * tests/test-math.c: Likewise.
1081         * tests/test-mbscasecmp.c: Likewise.
1082         * tests/test-mbscasestr1.c: Likewise.
1083         * tests/test-mbscasestr2.c: Likewise.
1084         * tests/test-mbscasestr3.c: Likewise.
1085         * tests/test-mbscasestr4.c: Likewise.
1086         * tests/test-mbschr.c: Likewise.
1087         * tests/test-mbscspn.c: Likewise.
1088         * tests/test-mbsncasecmp.c: Likewise.
1089         * tests/test-mbspbrk.c: Likewise.
1090         * tests/test-mbspcasecmp.c: Likewise.
1091         * tests/test-mbsrchr.c: Likewise.
1092         * tests/test-mbsspn.c: Likewise.
1093         * tests/test-mbsstr1.c: Likewise.
1094         * tests/test-mbsstr2.c: Likewise.
1095         * tests/test-mbsstr3.c: Likewise.
1096         * tests/test-md5.c: Likewise.
1097         * tests/test-memmem.c: Likewise.
1098         * tests/test-netinet_in.c: Likewise.
1099         * tests/test-open.c: Likewise.
1100         * tests/test-printf-frexp.c: Likewise.
1101         * tests/test-printf-frexpl.c: Likewise.
1102         * tests/test-printf-posix.c: Likewise.
1103         * tests/test-printf-posix.h: Likewise.
1104         * tests/test-rbtree_list.c: Likewise.
1105         * tests/test-rbtree_oset.c: Likewise.
1106         * tests/test-rbtreehash_list.c: Likewise.
1107         * tests/test-read-file.c: Likewise.
1108         * tests/test-rijndael.c: Likewise.
1109         * tests/test-search.c: Likewise.
1110         * tests/test-signbit.c: Likewise.
1111         * tests/test-sleep.c: Likewise.
1112         * tests/test-snprintf-posix.c: Likewise.
1113         * tests/test-snprintf-posix.h: Likewise.
1114         * tests/test-snprintf.c: Likewise.
1115         * tests/test-sprintf-posix.c: Likewise.
1116         * tests/test-sprintf-posix.h: Likewise.
1117         * tests/test-stat-time.c: Likewise.
1118         * tests/test-stdbool.c: Likewise.
1119         * tests/test-stdint.c: Likewise.
1120         * tests/test-stdio.c: Likewise.
1121         * tests/test-stdlib.c: Likewise.
1122         * tests/test-stpncpy.c: Likewise.
1123         * tests/test-strcasestr.c: Likewise.
1124         * tests/test-striconv.c: Likewise.
1125         * tests/test-striconveh.c: Likewise.
1126         * tests/test-striconveha.c: Likewise.
1127         * tests/test-string.c: Likewise.
1128         * tests/test-sys_select.c: Likewise.
1129         * tests/test-sys_socket.c: Likewise.
1130         * tests/test-sys_stat.c: Likewise.
1131         * tests/test-sys_time.c: Likewise.
1132         * tests/test-sysexits.c: Likewise.
1133         * tests/test-time.c: Likewise.
1134         * tests/test-tls.c: Likewise.
1135         * tests/test-trunc.c: Likewise.
1136         * tests/test-truncf.c: Likewise.
1137         * tests/test-truncl.c: Likewise.
1138         * tests/test-unistd.c: Likewise.
1139         * tests/test-vasnprintf-posix.c: Likewise.
1140         * tests/test-vasnprintf-posix2.c: Likewise.
1141         * tests/test-vasnprintf.c: Likewise.
1142         * tests/test-vasprintf-posix.c: Likewise.
1143         * tests/test-vasprintf.c: Likewise.
1144         * tests/test-verify.c: Likewise.
1145         * tests/test-vfprintf-posix.c: Likewise.
1146         * tests/test-vprintf-posix.c: Likewise.
1147         * tests/test-vsnprintf-posix.c: Likewise.
1148         * tests/test-vsnprintf.c: Likewise.
1149         * tests/test-vsprintf-posix.c: Likewise.
1150         * tests/test-wchar.c: Likewise.
1151         * tests/test-wctype.c: Likewise.
1152         * tests/test-wcwidth.c: Likewise.
1153         * tests/test-xstrtol.c: Likewise.
1154         * tests/test-xvasprintf.c: Likewise.
1155         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
1156         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
1157         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1158         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1159         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1160         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
1161         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1162         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1163         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1164         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
1165         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1166         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1167         * tests/uniname/test-uninames.c: Likewise.
1168         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
1169         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
1170         * tests/unistdio/test-u16-printf1.h: Likewise.
1171         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
1172         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
1173         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
1174         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
1175         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
1176         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
1177         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
1178         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
1179         * tests/unistdio/test-u32-printf1.h: Likewise.
1180         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
1181         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
1182         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
1183         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
1184         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
1185         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
1186         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
1187         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
1188         * tests/unistdio/test-u8-printf1.h: Likewise.
1189         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
1190         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
1191         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
1192         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
1193         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
1194         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
1195         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
1196         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
1197         * tests/unistdio/test-ulc-printf1.h: Likewise.
1198         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
1199         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
1200         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
1201         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
1202         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
1203         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
1204         * tests/uniwidth/test-u16-strwidth.c: Likewise.
1205         * tests/uniwidth/test-u16-width.c: Likewise.
1206         * tests/uniwidth/test-u32-strwidth.c: Likewise.
1207         * tests/uniwidth/test-u32-width.c: Likewise.
1208         * tests/uniwidth/test-u8-strwidth.c: Likewise.
1209         * tests/uniwidth/test-u8-width.c: Likewise.
1210         * tests/uniwidth/test-uc_width.c: Likewise.
1211         * config/srclist-update: Likewise.
1212         (fixlicense): Update to GPLv3+.
1213
1214         Change copyright notice from LGPLv2.1+ to LGPLv3+.
1215         * tests/test-tsearch.c: Change copyright notice.
1216
1217         Change copyright notice from LGPLv2.0+ to LGPLv3+.
1218         * lib/c-strcaseeq.h: Change copyright notice.
1219         * lib/streq.h: Likewise.
1220         * lib/uniconv.h: Likewise.
1221         * lib/uniconv/u-conv-from-enc.h: Likewise.
1222         * lib/uniconv/u-conv-to-enc.h: Likewise.
1223         * lib/uniconv/u-strconv-from-enc.h: Likewise.
1224         * lib/uniconv/u-strconv-to-enc.h: Likewise.
1225         * lib/uniconv/u16-conv-from-enc.c: Likewise.
1226         * lib/uniconv/u16-conv-to-enc.c: Likewise.
1227         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
1228         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
1229         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
1230         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
1231         * lib/uniconv/u32-conv-from-enc.c: Likewise.
1232         * lib/uniconv/u32-conv-to-enc.c: Likewise.
1233         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
1234         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
1235         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
1236         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
1237         * lib/uniconv/u8-conv-from-enc.c: Likewise.
1238         * lib/uniconv/u8-conv-to-enc.c: Likewise.
1239         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
1240         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
1241         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
1242         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
1243         * lib/uniname.h: Likewise.
1244         * lib/uniname/uniname.c: Likewise.
1245         * lib/unistdio.h: Likewise.
1246         * lib/unistdio/u-asnprintf.h: Likewise.
1247         * lib/unistdio/u-asprintf.h: Likewise.
1248         * lib/unistdio/u-printf-args.c: Likewise.
1249         * lib/unistdio/u-printf-args.h: Likewise.
1250         * lib/unistdio/u-printf-parse.h: Likewise.
1251         * lib/unistdio/u-snprintf.h: Likewise.
1252         * lib/unistdio/u-sprintf.h: Likewise.
1253         * lib/unistdio/u-vasprintf.h: Likewise.
1254         * lib/unistdio/u-vsnprintf.h: Likewise.
1255         * lib/unistdio/u-vsprintf.h: Likewise.
1256         * lib/unistdio/u16-asnprintf.c: Likewise.
1257         * lib/unistdio/u16-asprintf.c: Likewise.
1258         * lib/unistdio/u16-printf-parse.c: Likewise.
1259         * lib/unistdio/u16-snprintf.c: Likewise.
1260         * lib/unistdio/u16-sprintf.c: Likewise.
1261         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
1262         * lib/unistdio/u16-u16-asprintf.c: Likewise.
1263         * lib/unistdio/u16-u16-snprintf.c: Likewise.
1264         * lib/unistdio/u16-u16-sprintf.c: Likewise.
1265         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
1266         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
1267         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
1268         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
1269         * lib/unistdio/u16-vasnprintf.c: Likewise.
1270         * lib/unistdio/u16-vasprintf.c: Likewise.
1271         * lib/unistdio/u16-vsnprintf.c: Likewise.
1272         * lib/unistdio/u16-vsprintf.c: Likewise.
1273         * lib/unistdio/u32-asnprintf.c: Likewise.
1274         * lib/unistdio/u32-asprintf.c: Likewise.
1275         * lib/unistdio/u32-printf-parse.c: Likewise.
1276         * lib/unistdio/u32-snprintf.c: Likewise.
1277         * lib/unistdio/u32-sprintf.c: Likewise.
1278         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
1279         * lib/unistdio/u32-u32-asprintf.c: Likewise.
1280         * lib/unistdio/u32-u32-snprintf.c: Likewise.
1281         * lib/unistdio/u32-u32-sprintf.c: Likewise.
1282         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
1283         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
1284         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
1285         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
1286         * lib/unistdio/u32-vasnprintf.c: Likewise.
1287         * lib/unistdio/u32-vasprintf.c: Likewise.
1288         * lib/unistdio/u32-vsnprintf.c: Likewise.
1289         * lib/unistdio/u32-vsprintf.c: Likewise.
1290         * lib/unistdio/u8-asnprintf.c: Likewise.
1291         * lib/unistdio/u8-asprintf.c: Likewise.
1292         * lib/unistdio/u8-printf-parse.c: Likewise.
1293         * lib/unistdio/u8-snprintf.c: Likewise.
1294         * lib/unistdio/u8-sprintf.c: Likewise.
1295         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
1296         * lib/unistdio/u8-u8-asprintf.c: Likewise.
1297         * lib/unistdio/u8-u8-snprintf.c: Likewise.
1298         * lib/unistdio/u8-u8-sprintf.c: Likewise.
1299         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
1300         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
1301         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
1302         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
1303         * lib/unistdio/u8-vasnprintf.c: Likewise.
1304         * lib/unistdio/u8-vasprintf.c: Likewise.
1305         * lib/unistdio/u8-vsnprintf.c: Likewise.
1306         * lib/unistdio/u8-vsprintf.c: Likewise.
1307         * lib/unistdio/ulc-asnprintf.c: Likewise.
1308         * lib/unistdio/ulc-asprintf.c: Likewise.
1309         * lib/unistdio/ulc-printf-parse.c: Likewise.
1310         * lib/unistdio/ulc-snprintf.c: Likewise.
1311         * lib/unistdio/ulc-sprintf.c: Likewise.
1312         * lib/unistdio/ulc-vasnprintf.c: Likewise.
1313         * lib/unistdio/ulc-vasprintf.c: Likewise.
1314         * lib/unistdio/ulc-vsnprintf.c: Likewise.
1315         * lib/unistdio/ulc-vsprintf.c: Likewise.
1316         * lib/unistr.h: Likewise.
1317         * lib/unistr/u-cpy-alloc.h: Likewise.
1318         * lib/unistr/u-cpy.h: Likewise.
1319         * lib/unistr/u-endswith.h: Likewise.
1320         * lib/unistr/u-move.h: Likewise.
1321         * lib/unistr/u-set.h: Likewise.
1322         * lib/unistr/u-startswith.h: Likewise.
1323         * lib/unistr/u-stpcpy.h: Likewise.
1324         * lib/unistr/u-stpncpy.h: Likewise.
1325         * lib/unistr/u-strcat.h: Likewise.
1326         * lib/unistr/u-strcpy.h: Likewise.
1327         * lib/unistr/u-strcspn.h: Likewise.
1328         * lib/unistr/u-strdup.h: Likewise.
1329         * lib/unistr/u-strlen.h: Likewise.
1330         * lib/unistr/u-strncat.h: Likewise.
1331         * lib/unistr/u-strncpy.h: Likewise.
1332         * lib/unistr/u-strnlen.h: Likewise.
1333         * lib/unistr/u-strpbrk.h: Likewise.
1334         * lib/unistr/u-strspn.h: Likewise.
1335         * lib/unistr/u-strstr.h: Likewise.
1336         * lib/unistr/u-strtok.h: Likewise.
1337         * lib/unistr/u16-check.c: Likewise.
1338         * lib/unistr/u16-chr.c: Likewise.
1339         * lib/unistr/u16-cmp.c: Likewise.
1340         * lib/unistr/u16-cpy-alloc.c: Likewise.
1341         * lib/unistr/u16-cpy.c: Likewise.
1342         * lib/unistr/u16-endswith.c: Likewise.
1343         * lib/unistr/u16-mblen.c: Likewise.
1344         * lib/unistr/u16-mbsnlen.c: Likewise.
1345         * lib/unistr/u16-mbtouc-aux.c: Likewise.
1346         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
1347         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
1348         * lib/unistr/u16-mbtouc.c: Likewise.
1349         * lib/unistr/u16-mbtoucr.c: Likewise.
1350         * lib/unistr/u16-move.c: Likewise.
1351         * lib/unistr/u16-next.c: Likewise.
1352         * lib/unistr/u16-prev.c: Likewise.
1353         * lib/unistr/u16-set.c: Likewise.
1354         * lib/unistr/u16-startswith.c: Likewise.
1355         * lib/unistr/u16-stpcpy.c: Likewise.
1356         * lib/unistr/u16-stpncpy.c: Likewise.
1357         * lib/unistr/u16-strcat.c: Likewise.
1358         * lib/unistr/u16-strchr.c: Likewise.
1359         * lib/unistr/u16-strcmp.c: Likewise.
1360         * lib/unistr/u16-strcpy.c: Likewise.
1361         * lib/unistr/u16-strcspn.c: Likewise.
1362         * lib/unistr/u16-strdup.c: Likewise.
1363         * lib/unistr/u16-strlen.c: Likewise.
1364         * lib/unistr/u16-strmblen.c: Likewise.
1365         * lib/unistr/u16-strmbtouc.c: Likewise.
1366         * lib/unistr/u16-strncat.c: Likewise.
1367         * lib/unistr/u16-strncmp.c: Likewise.
1368         * lib/unistr/u16-strncpy.c: Likewise.
1369         * lib/unistr/u16-strnlen.c: Likewise.
1370         * lib/unistr/u16-strpbrk.c: Likewise.
1371         * lib/unistr/u16-strrchr.c: Likewise.
1372         * lib/unistr/u16-strspn.c: Likewise.
1373         * lib/unistr/u16-strstr.c: Likewise.
1374         * lib/unistr/u16-strtok.c: Likewise.
1375         * lib/unistr/u16-to-u32.c: Likewise.
1376         * lib/unistr/u16-to-u8.c: Likewise.
1377         * lib/unistr/u16-uctomb-aux.c: Likewise.
1378         * lib/unistr/u16-uctomb.c: Likewise.
1379         * lib/unistr/u32-check.c: Likewise.
1380         * lib/unistr/u32-chr.c: Likewise.
1381         * lib/unistr/u32-cmp.c: Likewise.
1382         * lib/unistr/u32-cpy-alloc.c: Likewise.
1383         * lib/unistr/u32-cpy.c: Likewise.
1384         * lib/unistr/u32-endswith.c: Likewise.
1385         * lib/unistr/u32-mblen.c: Likewise.
1386         * lib/unistr/u32-mbsnlen.c: Likewise.
1387         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
1388         * lib/unistr/u32-mbtouc.c: Likewise.
1389         * lib/unistr/u32-mbtoucr.c: Likewise.
1390         * lib/unistr/u32-move.c: Likewise.
1391         * lib/unistr/u32-next.c: Likewise.
1392         * lib/unistr/u32-prev.c: Likewise.
1393         * lib/unistr/u32-set.c: Likewise.
1394         * lib/unistr/u32-startswith.c: Likewise.
1395         * lib/unistr/u32-stpcpy.c: Likewise.
1396         * lib/unistr/u32-stpncpy.c: Likewise.
1397         * lib/unistr/u32-strcat.c: Likewise.
1398         * lib/unistr/u32-strchr.c: Likewise.
1399         * lib/unistr/u32-strcmp.c: Likewise.
1400         * lib/unistr/u32-strcpy.c: Likewise.
1401         * lib/unistr/u32-strcspn.c: Likewise.
1402         * lib/unistr/u32-strdup.c: Likewise.
1403         * lib/unistr/u32-strlen.c: Likewise.
1404         * lib/unistr/u32-strmblen.c: Likewise.
1405         * lib/unistr/u32-strmbtouc.c: Likewise.
1406         * lib/unistr/u32-strncat.c: Likewise.
1407         * lib/unistr/u32-strncmp.c: Likewise.
1408         * lib/unistr/u32-strncpy.c: Likewise.
1409         * lib/unistr/u32-strnlen.c: Likewise.
1410         * lib/unistr/u32-strpbrk.c: Likewise.
1411         * lib/unistr/u32-strrchr.c: Likewise.
1412         * lib/unistr/u32-strspn.c: Likewise.
1413         * lib/unistr/u32-strstr.c: Likewise.
1414         * lib/unistr/u32-strtok.c: Likewise.
1415         * lib/unistr/u32-to-u16.c: Likewise.
1416         * lib/unistr/u32-to-u8.c: Likewise.
1417         * lib/unistr/u32-uctomb.c: Likewise.
1418         * lib/unistr/u8-check.c: Likewise.
1419         * lib/unistr/u8-chr.c: Likewise.
1420         * lib/unistr/u8-cmp.c: Likewise.
1421         * lib/unistr/u8-cpy-alloc.c: Likewise.
1422         * lib/unistr/u8-cpy.c: Likewise.
1423         * lib/unistr/u8-endswith.c: Likewise.
1424         * lib/unistr/u8-mblen.c: Likewise.
1425         * lib/unistr/u8-mbsnlen.c: Likewise.
1426         * lib/unistr/u8-mbtouc-aux.c: Likewise.
1427         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
1428         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
1429         * lib/unistr/u8-mbtouc.c: Likewise.
1430         * lib/unistr/u8-mbtoucr.c: Likewise.
1431         * lib/unistr/u8-move.c: Likewise.
1432         * lib/unistr/u8-next.c: Likewise.
1433         * lib/unistr/u8-prev.c: Likewise.
1434         * lib/unistr/u8-set.c: Likewise.
1435         * lib/unistr/u8-startswith.c: Likewise.
1436         * lib/unistr/u8-stpcpy.c: Likewise.
1437         * lib/unistr/u8-stpncpy.c: Likewise.
1438         * lib/unistr/u8-strcat.c: Likewise.
1439         * lib/unistr/u8-strchr.c: Likewise.
1440         * lib/unistr/u8-strcmp.c: Likewise.
1441         * lib/unistr/u8-strcpy.c: Likewise.
1442         * lib/unistr/u8-strcspn.c: Likewise.
1443         * lib/unistr/u8-strdup.c: Likewise.
1444         * lib/unistr/u8-strlen.c: Likewise.
1445         * lib/unistr/u8-strmblen.c: Likewise.
1446         * lib/unistr/u8-strmbtouc.c: Likewise.
1447         * lib/unistr/u8-strncat.c: Likewise.
1448         * lib/unistr/u8-strncmp.c: Likewise.
1449         * lib/unistr/u8-strncpy.c: Likewise.
1450         * lib/unistr/u8-strnlen.c: Likewise.
1451         * lib/unistr/u8-strpbrk.c: Likewise.
1452         * lib/unistr/u8-strrchr.c: Likewise.
1453         * lib/unistr/u8-strspn.c: Likewise.
1454         * lib/unistr/u8-strstr.c: Likewise.
1455         * lib/unistr/u8-strtok.c: Likewise.
1456         * lib/unistr/u8-to-u16.c: Likewise.
1457         * lib/unistr/u8-to-u32.c: Likewise.
1458         * lib/unistr/u8-uctomb-aux.c: Likewise.
1459         * lib/unistr/u8-uctomb.c: Likewise.
1460         * lib/unitypes.h: Likewise.
1461         * lib/uniwidth.h: Likewise.
1462         * lib/uniwidth/cjk.h: Likewise.
1463         * lib/uniwidth/u16-strwidth.c: Likewise.
1464         * lib/uniwidth/u16-width.c: Likewise.
1465         * lib/uniwidth/u32-strwidth.c: Likewise.
1466         * lib/uniwidth/u32-width.c: Likewise.
1467         * lib/uniwidth/u8-strwidth.c: Likewise.
1468         * lib/uniwidth/u8-width.c: Likewise.
1469         * lib/uniwidth/width.c: Likewise.
1470
1471 2007-10-07  Bruno Haible  <bruno@clisp.org>
1472
1473         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
1474         The file is still under LGPL (see modules/inttypes).
1475
1476 2007-10-06  Bruno Haible  <bruno@clisp.org>
1477
1478         * modules/trunc (Dependencies): Add 'extensions'.
1479         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
1480         Reported by Ben Pfaff <blp@gnu.org>.
1481
1482 2007-10-06  Bruno Haible  <bruno@clisp.org>
1483
1484         * modules/freopen-tests: New file.
1485         * tests/test-freopen.c: New file.
1486
1487         * modules/fopen-tests: New file.
1488         * tests/test-fopen.c: New file.
1489
1490         * modules/fopen: New file.
1491         * lib/fopen.c: New file.
1492         * m4/fopen.m4: New file.
1493         * modules/freopen: New file.
1494         * lib/freopen.c: New file.
1495         * m4/freopen.m4: New file.
1496         * lib/stdio.in.h (fopen, freopen): New declarations.
1497         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
1498         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
1499         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
1500         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
1501         * doc/functions/fopen.texi: Mention the 'fopen' module.
1502         * doc/functions/freopen.texi: Mention the 'freopen' module.
1503
1504 2007-10-06  Bruno Haible  <bruno@clisp.org>
1505
1506         * modules/open-tests: New file.
1507         * tests/test-open.c: New file.
1508
1509         * modules/open: New file.
1510         * lib/open.c: New file.
1511         * m4/open.m4: New file.
1512         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
1513         lib/open.c does.
1514         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
1515         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
1516         macros.
1517         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
1518         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
1519         REPLACE_OPEN.
1520         * doc/functions/open.texi: Mention the 'open' module.
1521
1522 2007-10-04  Bruno Haible  <bruno@clisp.org>
1523
1524         * modules/ceill-tests: New file.
1525         * tests/test-ceill.c: New file.
1526
1527         * modules/ceill: New file.
1528         * lib/ceill.c: Replace entire file.
1529         * m4/ceill.m4: New file.
1530         * lib/math.in.h (ceill): Replace declaration.
1531         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
1532         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
1533         * doc/functions/ceill.texi: Mention the 'ceill' module.
1534         * modules/mathl (Files): Remove lib/ceill.c.
1535         (Depends-on): Add ceill.
1536
1537 2007-10-04  Bruno Haible  <bruno@clisp.org>
1538
1539         * modules/ceilf-tests: New file.
1540         * tests/test-ceilf.c: New file.
1541
1542         * modules/ceilf: New file.
1543         * lib/ceil.c: New file.
1544         * lib/ceilf.c: New file.
1545         * m4/ceilf.m4: New file.
1546         * lib/math.in.h (ceilf): New declaration.
1547         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
1548         HAVE_DECL_CEILF.
1549         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
1550         HAVE_DECL_CEILF.
1551         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
1552
1553 2007-10-04  Bruno Haible  <bruno@clisp.org>
1554
1555         * modules/floorl-tests: New file.
1556         * tests/test-floorl.c: New file.
1557
1558         * modules/floorl: New file.
1559         * lib/floorl.c: Replace entire file.
1560         * m4/floorl.m4: New file.
1561         * lib/math.in.h (floorl): Replace declaration.
1562         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
1563         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
1564         * doc/functions/floorl.texi: Mention the 'floorl' module.
1565         * modules/mathl (Files): Remove lib/floorl.c.
1566         (Depends-on): Add floorl.
1567
1568 2007-10-04  Bruno Haible  <bruno@clisp.org>
1569
1570         * modules/floorf-tests: New file.
1571         * tests/test-floorf.c: New file.
1572
1573         * modules/floorf: New file.
1574         * lib/floor.c: New file.
1575         * lib/floorf.c: New file.
1576         * m4/floorf.m4: New file.
1577         * lib/math.in.h (floorf): New declaration.
1578         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
1579         HAVE_DECL_FLOORF.
1580         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
1581         HAVE_DECL_FLOORF.
1582         * doc/functions/floorf.texi: Mention the 'floorf' module.
1583
1584 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
1585             Bruno Haible  <bruno@clisp.org>
1586
1587         Advertise for the Git server instead of the CVS server.
1588         * doc/gnulib-intro.texi (Steady Development): Mention the Git
1589         repository instead of the CVS one.
1590         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
1591         about all VCS systems generically.
1592         * doc/gnulib.texi (Introduction): Capitalize `Git'.
1593
1594 2007-10-04  Bruno Haible  <bruno@clisp.org>
1595
1596         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
1597         means.
1598         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
1599
1600 2007-10-04  Bruno Haible  <bruno@clisp.org>
1601
1602         * modules/truncl-tests: New file.
1603         * tests/test-truncl.c: New file.
1604
1605         * modules/truncl: New file.
1606         * lib/truncl.c: New file.
1607         * m4/truncl.m4: New file.
1608         * lib/math.in.h (truncl): New declaration.
1609         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
1610         HAVE_DECL_TRUNCL.
1611         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
1612         HAVE_DECL_TRUNCL.
1613         * doc/functions/truncl.texi: Mention the 'truncl' module.
1614
1615 2007-10-04  Bruno Haible  <bruno@clisp.org>
1616
1617         * modules/truncf-tests: New file.
1618         * tests/test-truncf.c: New file.
1619
1620         * modules/truncf: New file.
1621         * lib/trunc.c: Make paramerizable through USE_* macros.
1622         * lib/truncf.c: New file.
1623         * m4/truncf.m4: New file.
1624         * lib/math.in.h (truncf): New declaration.
1625         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
1626         HAVE_DECL_TRUNCF.
1627         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
1628         HAVE_DECL_TRUNCF.
1629         * doc/functions/truncf.texi: Mention the 'truncf' module.
1630
1631 2007-10-03  Bruno Haible  <bruno@clisp.org>
1632
1633         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
1634         augmentation also for tests modules.
1635         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
1636         * modules/atexit-tests (Makefile.am): Likewise.
1637         * modules/binary-io-tests (Makefile.am): Likewise.
1638         * modules/c-strcase-tests (Makefile.am): Likewise.
1639         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
1640         * modules/canonicalize-tests (Makefile.am): Likewise.
1641         * modules/closein-tests (Makefile.am): Likewise.
1642         * modules/fprintf-posix-tests (Makefile.am): Likewise.
1643         * modules/freadahead-tests (Makefile.am): Likewise.
1644         * modules/fseek-tests (Makefile.am): Likewise.
1645         * modules/fseeko-tests (Makefile.am): Likewise.
1646         * modules/ftell-tests (Makefile.am): Likewise.
1647         * modules/ftello-tests (Makefile.am): Likewise.
1648         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
1649         * modules/isnanl-tests (Makefile.am): Likewise.
1650         * modules/lseek-tests (Makefile.am): Likewise.
1651         * modules/mbscasecmp-tests (Makefile.am): Likewise.
1652         * modules/mbscasestr-tests (Makefile.am): Likewise.
1653         * modules/mbschr-tests (Makefile.am): Likewise.
1654         * modules/mbscspn-tests (Makefile.am): Likewise.
1655         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
1656         * modules/mbspbrk-tests (Makefile.am): Likewise.
1657         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
1658         * modules/mbsrchr-tests (Makefile.am): Likewise.
1659         * modules/mbsspn-tests (Makefile.am): Likewise.
1660         * modules/mbsstr-tests (Makefile.am): Likewise.
1661         * modules/printf-posix-tests (Makefile.am): Likewise.
1662         * modules/snprintf-posix-tests (Makefile.am): Likewise.
1663         * modules/sprintf-posix-tests (Makefile.am): Likewise.
1664         * modules/tsearch-tests (Makefile.am): Likewise.
1665         * modules/uniname/uniname-tests (Makefile.am): Likewise.
1666         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
1667         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
1668         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
1669         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
1670         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
1671         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
1672         * modules/vprintf-posix-tests (Makefile.am): Likewise.
1673         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
1674         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
1675         * modules/xstrtoimax-tests (Makefile.am): Likewise.
1676         * modules/xstrtol-tests (Makefile.am): Likewise.
1677         * modules/xstrtoumax-tests (Makefile.am): Likewise.
1678         * modules/yesno-tests (Makefile.am): Likewise.
1679
1680 2007-10-03  Bruno Haible  <bruno@clisp.org>
1681
1682         * modules/trunc-tests: New file.
1683         * tests/test-trunc.c: New file.
1684
1685         * modules/trunc: New file.
1686         * lib/trunc.c: New file.
1687         * m4/trunc.m4: New file.
1688         * lib/math.in.h (trunc): New declaration.
1689         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
1690         HAVE_DECL_TRUNC.
1691         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
1692         HAVE_DECL_TRUNC.
1693         * doc/functions/trunc.texi: Mention the 'trunc' module.
1694
1695 2007-10-03  Bruno Haible  <bruno@clisp.org>
1696
1697         * tests/test-fpending.c: New file, mostly copied
1698         from coreutils/lib/t-fpending.c.
1699         * modules/fpending-tests: New file.
1700
1701 2007-10-03  Bruno Haible  <bruno@clisp.org>
1702
1703         Port the stdio extensions to QNX (untested).
1704         * lib/fseterr.c (fseterr): Add support for QNX.
1705         * lib/fbufmode.c (fbufmode): Likewise.
1706         * lib/freadable.c (freadable): Likewise.
1707         * lib/fwritable.c (fwritable): Likewise.
1708         * lib/freading.c (freading): Likewise.
1709         * lib/fwriting.c (fwriting): Likewise.
1710         * lib/freadahead.c (freadahed): Likewise.
1711         * lib/fpurge.c (fpurge): Likewise.
1712         * lib/fseeko.c (rpl_fseeko): Likewise.
1713
1714 2007-10-03  Bruno Haible  <bruno@clisp.org>
1715             Jim Meyering  <jim@meyering.net>
1716             Eric Blake  <ebb9@byu.net>
1717
1718         * doc/relocatable.texi: Use @command instead of @program.
1719
1720 2007-10-02  Jim Meyering  <jim@meyering.net>
1721
1722         Perform one more "_.h" -> ".in.h" substitution.
1723         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
1724         instead of unistd_.h here, too.
1725
1726 2007-10-01  Bruno Haible  <bruno@clisp.org>
1727
1728         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
1729         Needed for the alloca-opt module.
1730
1731 2007-09-30  Bruno Haible  <bruno@clisp.org>
1732
1733         * lib/alloca.in.h: Renamed from lib/alloca_.h.
1734         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
1735         alloca_.h.
1736         * lib/argz.in.h: Renamed from lib/argz_.h.
1737         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
1738         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
1739         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
1740         byteswap_.h.
1741         * lib/dirent.in.h: Renamed from lib/dirent_.h.
1742         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
1743         dirent_.h.
1744         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
1745         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
1746         fcntl_.h.
1747         * lib/float.in.h: Renamed from lib/float_.h.
1748         * modules/float (Files, Makefile.am): Use float.in.h instead of
1749         float_.h.
1750         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
1751         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
1752         fnmatch_.h.
1753         * lib/getopt.in.h: Renamed from lib/getopt_.h.
1754         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
1755         getopt_.h.
1756         * lib/glob.in.h: Renamed from lib/glob_.h.
1757         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
1758         * lib/iconv.in.h: Renamed from lib/iconv_.h.
1759         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
1760         iconv_.h.
1761         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
1762         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
1763         inttypes_.h.
1764         * lib/locale.in.h: Renamed from lib/locale_.h.
1765         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
1766         locale_.h.
1767         * lib/math.in.h: Renamed from lib/math_.h.
1768         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
1769         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
1770         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
1771         of netinet_in_.h. Add dependency.
1772         * lib/poll.in.h: Renamed from lib/poll_.h.
1773         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
1774         * lib/search.in.h: Renamed from lib/search_.h.
1775         * modules/search (Files, Makefile.am): Use search.in.h instead of
1776         search_.h.
1777         * lib/signal.in.h: Renamed from lib/signal_.h.
1778         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
1779         _signal.h.
1780         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
1781         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
1782         stdbool_.h.
1783         * lib/stdint.in.h: Renamed from lib/stdint_.h.
1784         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
1785         stdint_.h.
1786         * lib/stdio.in.h: Renamed from lib/stdio_.h.
1787         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
1788         stdio_.h.
1789         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
1790         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
1791         stdlib_.h.
1792         * lib/string.in.h: Renamed from lib/string_.h.
1793         * modules/string (Files, Makefile.am): Use string.in.h instead of
1794         string_.h.
1795         * doc/gnulib-tool.texi (Initial import): Update.
1796         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
1797         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
1798         of sys_select_.h. Add dependency.
1799         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
1800         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
1801         of sys_socket_.h.
1802         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
1803         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
1804         sys_stat_.h.
1805         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
1806         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
1807         sys_time_.h.
1808         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
1809         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
1810         sysexits_.h.
1811         * lib/time.in.h: Renamed from lib/time_.h.
1812         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
1813         * lib/unistd.in.h: Renamed from lib/unistd_.h.
1814         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
1815         unistd_.h.
1816         * lib/wchar.in.h: Renamed from lib/wchar_.h.
1817         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
1818         wchar_.h.
1819         * lib/wctype.in.h: Renamed from lib/wctype_.h.
1820         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
1821         wctype_.h.
1822         * build-aux/bootstrap (slurp): Update.
1823         * lib/.cppi-disable: Update.
1824
1825 2007-09-30  Bruno Haible  <bruno@clisp.org>
1826
1827         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
1828         Needed on BeOS.
1829
1830 2007-09-30  Bruno Haible  <bruno@clisp.org>
1831
1832         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
1833
1834 2007-09-29  Bruno Haible  <bruno@clisp.org>
1835
1836         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
1837
1838 2007-09-29  Bruno Haible  <bruno@clisp.org>
1839
1840         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
1841         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
1842         * build-aux/install-reloc: Compile also areadlink.c.
1843         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
1844
1845 2007-09-29  Bruno Haible  <bruno@clisp.org>
1846
1847         * gnulib-tool (func_emit_initmacro_done): Indentation.
1848
1849 2007-09-29  Bruno Haible  <bruno@clisp.org>
1850
1851         * README: Add CVS checkout update instructions.
1852         Info from Bob Proulx <bob@proulx.com>.
1853
1854 2007-09-28  Eric Blake  <ebb9@byu.net>
1855
1856         Provide move-if-change.
1857         * build-aux/move-if-change: New file, based on best practice
1858         rather than any canonical upstream location.
1859
1860 2007-09-28  Jim Meyering  <jim@meyering.net>
1861
1862         Fix canonicalize loop-detection corner case.
1863         Do not attempt to stat the symlink values stored via seen_triple.
1864         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
1865         on linux-2.6.18, (but not 2.6.22).
1866         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
1867         triple_compare.  The former compares dev,ino,filename, while the latter
1868         would actually stat dirname(filename) when dev and ino were equal.
1869         * lib/hash-triple.c: Install <string.h>.
1870         (STREQ): Define.
1871         (triple_compare_ino_str): New function.
1872         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
1873
1874 2007-09-28  Eric Blake  <ebb9@byu.net>
1875
1876         Enforce that AC_REPLACE_FUNCS files exist.
1877         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
1878         override check for typos.
1879
1880         Fix test-closein on Solaris 10.
1881         * tests/test-closein.c (main): Don't assume stdin can be inherited
1882         closed on all systems.
1883         * tests/test-closein.sh: Likewise.
1884         Reported by Piotr Tarnowski.
1885
1886 2007-09-28  Jim Meyering  <jim@meyering.net>
1887
1888         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
1889
1890 2007-09-27  Jim Meyering  <jim@meyering.net>
1891
1892         canonicalize: Avoid a false-positive cycle failure.
1893         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
1894         Sort.  Remove cycle-check.
1895         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
1896         not cycle-check.h.
1897         (seen_triple): New function.
1898         (canonicalize_filename_mode): Use it instead of cycle-check.
1899         * tests/test-canonicalize.c: Add a test for this bug.
1900         * tests/test-canonicalize.sh: Set up and run the test.
1901
1902         New module, file-set, from coreutils.
1903         * modules/file-set: Define it.
1904         * lib/file-set.c, lib/file-set.h: Implement.
1905
1906         New module, hash-triple, from coreutils.
1907         * modules/hash-triple: Define it.
1908         * lib/hash-triple.c, lib/hash-triple.h: Implement.
1909
1910 2007-09-25  Eric Blake  <ebb9@byu.net>
1911
1912         Fix strerror on Interix.
1913         * lib/string_.h (strerror): Declare replacement.
1914         * doc/functions/strerror.texi (strerror): Document the Interix
1915         shortcoming.
1916         * modules/string (Makefile.am): Support new hooks.
1917         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
1918         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
1919         gl_FUNC_STRERROR_SEPARATE.
1920         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
1921         * lib/strerror.c (rpl_strerror): Provide replacement.
1922         * modules/strerror (Depends-on): Add string.
1923         (configure.ac): Detect use of module.
1924         * tests/test-strerror.c: New file.
1925         * modules/strerror-tests: New test module.
1926         * modules/argp (Depends-on): Add strerror.
1927         * modules/error (Depends-on): Likewise.
1928         Reported by Martin Koeppe.
1929
1930 2007-09-24  Bruno Haible  <bruno@clisp.org>
1931
1932         * README: Update git instructions.
1933
1934 2007-09-24  Eric Blake  <ebb9@byu.net>
1935
1936         Revert fpending breakage from 2007-09-08.
1937         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
1938         __fpending.c.
1939
1940 2007-09-24  Jim Meyering  <jim@meyering.net>
1941
1942         filenamecat.c: Add a test.
1943         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
1944         showing how the function works when DIR is the empty string.
1945
1946 2007-09-21  Simon Josefsson  <simon@josefsson.org>
1947
1948         * tests/test-canonicalize.sh: Turn on executable bit.
1949
1950 2007-09-19  Eric Blake  <ebb9@byu.net>
1951
1952         * README: Update CVS instructions.
1953
1954 2007-09-18  Bruno Haible  <bruno@clisp.org>
1955
1956         * modules/areadlink: New file.
1957         * lib/areadlink.h (areadlink): New declaration.
1958         * lib/areadlink.c: New file, based on lib/xreadlink.c.
1959
1960 2007-09-17  Jim Meyering  <jim@meyering.net>
1961
1962         * lib/savewd.c (ESTALE) [!defined]: Define.
1963         Reported to be required on Interix by Martin Koeppe.
1964
1965 2007-09-17  Bruno Haible  <bruno@clisp.org>
1966
1967         * gnulib-tool (func_version): Use $version.
1968
1969 2007-09-16  Bruno Haible  <bruno@clisp.org>
1970
1971         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
1972         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
1973         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
1974         Reported by Greg Schafer <gschafer@zip.com.au>.
1975
1976 2007-09-15  Bruno Haible  <bruno@clisp.org>
1977
1978         * gnulib-tool (sed): Try a little harder to make bash understand the
1979         alias.
1980         Reported by Bruce Korb <bruce.korb@gmail.com>.
1981
1982 2007-09-13  Eric Blake  <ebb9@byu.net>
1983
1984         * ChangeLog: Remove conflict markers.
1985
1986 2007-09-13  Simon Josefsson  <simon@josefsson.org>
1987
1988         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
1989         Reported by Bruno Haible <bruno@clisp.org>.
1990
1991 2007-09-12  Bruno Haible  <bruno@clisp.org>
1992
1993         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
1994         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
1995         is not defined.
1996
1997 2007-09-12  Eric Blake  <ebb9@byu.net>
1998
1999         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
2000         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
2001         Autoconf definition.
2002         * modules/euidaccess (Depends-on): Add extensions, for
2003         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
2004         * modules/fnmatch (Depends-on): Likewise.
2005         * modules/getaddrinfo (Depends-on): Likewise.
2006         * modules/getdelim (Depends-on): Likewise.
2007         * modules/getline (Depends-on): Likewise.
2008         * modules/getsubopt (Depends-on): Likewise.
2009         * modules/gettext (Depends-on): Likewise.
2010         * modules/group-member (Depends-on): Likewise.
2011         * modules/mbchar (Depends-on): Likewise.
2012         * modules/memmem (Depends-on): Likewise.
2013         * modules/mempcpy (Depends-on): Likewise.
2014         * modules/memrchr (Depends-on): Likewise.
2015         * modules/pagealign_alloc (Depends-on): Likewise.
2016         * modules/readutmp (Depends-on): Likewise.
2017         * modules/stpcpy (Depends-on): Likewise.
2018         * modules/stpncpy (Depends-on): Likewise.
2019         * modules/strchrnul (Depends-on): Likewise.
2020         * modules/strndup (Depends-on): Likewise.
2021         * modules/strsep (Depends-on): Likewise.
2022         * modules/strverscmp (Depends-on): Likewise.
2023         * modules/vasprintf (Depends-on): Likewise.
2024         * modules/wcwidth (Depends-on): Likewise.
2025         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
2026         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
2027         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
2028         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
2029         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
2030         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
2031         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
2032         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
2033         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
2034         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
2035         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
2036         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
2037         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
2038         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
2039         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
2040         * m4/readutmp.m4 (gl_READUTMP): Likewise.
2041         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2042         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
2043         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2044         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
2045         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
2046         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
2047         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
2048         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
2049         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
2050         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2051         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
2052         so that lock.m4 can be used in gettext without extensions module.
2053
2054 2007-09-11  Bruno Haible  <bruno@clisp.org>
2055
2056         * m4/isc-posix.m4: Remove file.
2057         Suggested by Eric Blake.
2058
2059 2007-09-11  Eric Blake  <ebb9@byu.net>
2060
2061         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
2062
2063 2007-09-10  Bruno Haible  <bruno@clisp.org>
2064
2065         * posix-modules: Fix typo in error message.
2066         Reported by Matt <mkraai@beckman.com>.
2067
2068 2007-09-09  Bruno Haible  <bruno@clisp.org>
2069
2070         * doc/functions/getdelim.texi: Update list of platforms lacking the
2071         function.
2072         * doc/functions/getline.texi: Likewise.
2073
2074 2007-09-09  Jim Meyering  <jim@meyering.net>
2075
2076         * lib/hash.c (hash_initialize): Detect calloc failure.
2077         Reported by Bruno Haible.
2078
2079 2007-09-09  Bruno Haible  <bruno@clisp.org>
2080
2081         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
2082         malloc or realloc fails.
2083
2084 2007-09-09  Bruno Haible  <bruno@clisp.org>
2085
2086         * modules/getcwd (Depends-on): Add malloc-posix.
2087         * modules/glob (Depends-on): Likewise.
2088         * modules/putenv (Depends-on): Likewise.
2089         * modules/strdup (Depends-on): Likewise.
2090         * modules/getdelim (Depends-on): Add realloc-posix.
2091         * modules/read-file (Depends-on): Likewise.
2092
2093 2007-09-09  Bruno Haible  <bruno@clisp.org>
2094
2095         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
2096         (gl_FUNC_MALLOC_POSIX): Require it.
2097         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
2098         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
2099         * modules/realloc (Files): Add m4/malloc.m4.
2100         * modules/calloc (Files): Likewise.
2101
2102 2007-09-09  Bruno Haible  <bruno@clisp.org>
2103
2104         * modules/malloc-posix: New file.
2105         * modules/malloc (Depends-on): Add malloc-posix.
2106         * lib/malloc.c: Include errno.h.
2107         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
2108         and a POSIX-compatible malloc into a single function. Set ENOMEM
2109         when returning NULL.
2110         * m4/malloc.m4: New file.
2111         * doc/functions/malloc.texi: Mention the malloc-posix module.
2112         * lib/stdlib_.h (malloc): New declaration.
2113         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
2114         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
2115         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
2116         and HAVE_MALLOC_POSIX.
2117
2118 2007-09-09  Bruno Haible  <bruno@clisp.org>
2119
2120         * modules/realloc-posix: New file.
2121         * modules/realloc (Depends-on): Add realloc-posix.
2122         * lib/realloc.c: Include errno.h.
2123         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
2124         and a POSIX-compatible realloc into a single function. Set ENOMEM
2125         when returning NULL.
2126         * m4/realloc.m4: New file.
2127         * doc/functions/realloc.texi: Mention the realloc-posix module.
2128         * lib/stdlib_.h (realloc): New declaration.
2129         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
2130         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
2131         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
2132         and HAVE_REALLOC_POSIX.
2133
2134 2007-09-09  Bruno Haible  <bruno@clisp.org>
2135
2136         * modules/calloc-posix: New file.
2137         * modules/calloc (Depends-on): Add calloc-posix.
2138         * lib/calloc.c: Include errno.h.
2139         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
2140         and a POSIX-compatible calloc into a single function. Set ENOMEM
2141         when returning NULL.
2142         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
2143         * doc/functions/calloc.texi: Mention the calloc-posix module.
2144         * lib/stdlib_.h (calloc): New declaration.
2145         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
2146         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
2147         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
2148         and HAVE_CALLOC_POSIX.
2149
2150 2007-09-09  Bruno Haible  <bruno@clisp.org>
2151
2152         Allow for modules to show an arbitrary notice.
2153         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
2154         * gnulib-tool: New option --extract-notice.
2155         (func_usage): Document it.
2156         (sed_extract_prog): Update.
2157         (func_get_notice): New function.
2158         (func_modules_notice): New function.
2159         (func_import, func_create_testdir): Invoke it.
2160         Suggested by Jim Meyering.
2161
2162 2007-09-09  Bruno Haible  <bruno@clisp.org>
2163
2164         * gnulib-tool: New options --verbose, --quiet.
2165         (func_usage): Document them.
2166         (verbose): New variable.
2167         (func_execute_command): New function.
2168         (func_import): Don't show the module list and the file list if
2169         $verbose < 0.
2170         (func_create_testdir): Likewise. Use func_execute_command.
2171         (func_create_megatestdir): Use func_execute_command.
2172
2173 2007-09-08  Bruno Haible  <bruno@clisp.org>
2174
2175         * gnulib-tool (func_import): Prefer rsync over wget when available,
2176         for fetching the PO files.
2177
2178 2007-09-08  Bruno Haible  <bruno@clisp.org>
2179
2180         * posix-modules: New file. Portions copied from gnulib-tool.
2181         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
2182
2183 2007-09-08  Jim Meyering  <jim@meyering.net>
2184
2185         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
2186         * lib/fpending.h: Rename from __fpending.h.
2187         * lib/fpending.c: Rename from __fpending.c.
2188         Include "fpending.h", not "__fpending.h".
2189         * lib/__fpending.h, lib/__fpending.c: Remove files.
2190         * modules/fpending (Files): Reflect new file names.
2191         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
2192
2193 2007-09-08  Bruno Haible  <bruno@clisp.org>
2194
2195         * m4/inttypes-h.m4: Remove stub file.
2196
2197 2007-09-07  Simon Josefsson  <simon@josefsson.org>
2198
2199         * doc/headers/stdint.texi: Discuss #include_next issue.
2200
2201 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
2202
2203         * build-aux/bootstrap: Remove obsolete comment about wget --help.
2204
2205 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2206
2207         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
2208         in variable name.
2209
2210 2007-09-03  Jim Meyering  <jim@meyering.net>
2211
2212         New module: git-version-gen.
2213         * modules/git-version-gen: New file.
2214
2215         Import changes from coreutils for bootstrap script.
2216
2217         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
2218
2219         bootstrap: uses rsync to download the .po files
2220         * build-aux/bootstrap (po_download_command_format): New global.
2221         (download_po_files): Use rsync.
2222         (update_po_files): Don't remove .po files after download,
2223         so future rsync runs can take advantage of the copies.
2224
2225         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
2226
2227         Solve the unnecessary-.po-file-regeneration problem once and for all.
2228         * build-aux/bootstrap (download_po_files): New function, renamed from
2229         get_translations.  Now, downloads, but doesn't update LINGUAS.
2230         (update_po_files): New function.
2231
2232         bootstrap: Ignore more.
2233         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
2234         uniwidth to e.g., lib/.gitignore.
2235         (slurp): Handle the sys_stat_.h -> sys mapping, too.
2236
2237         * build-aux/bootstrap: New setting: vc_ignore.
2238         (insert_sorted_if_absent): Create $file if absent.
2239         Adapt to new, possibly empty, list: $vc_ignore.
2240
2241         bootstrap: generate more ignorable names
2242         * build-aux/bootstrap (slurp): When generating ignorable names,
2243         also map .sin to .sed, .gperf to .c, and .y to .c.
2244
2245 2007-09-03  Jim Meyering  <jim@meyering.net>
2246
2247         * build-aux/git-version-gen: New file, from coreutils.  For details, see
2248         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
2249
2250 2007-09-02  Bruno Haible  <bruno@clisp.org>
2251
2252         Fix mis-recognition of 'mcs' on QNX 6.
2253         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
2254         output contains the string "Mono".
2255         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
2256         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
2257
2258 2007-09-01  Bruno Haible  <bruno@clisp.org>
2259
2260         Fix collision between uniwidth/* and linebreak modules.
2261         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
2262         u32_width): Remove declarations.
2263         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
2264         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
2265         streq3, streq2, streq1, streq0): Remove functions.
2266         (STREQ): Remove macro.
2267         (is_cjk_encoding): Remove function.
2268         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
2269         (uc_width, u8_width, u16_width, u32_width): Remove functions.
2270         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
2271         * NEWS: Document the change.
2272
2273 2007-09-01  Bruno Haible  <bruno@clisp.org>
2274
2275         * lib/streq.h: Add double-inclusion guard.
2276
2277 2007-09-01  Karl Berry  <karl@gnu.org>
2278
2279         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
2280
2281 2007-08-28  Jim Meyering  <jim@meyering.net>
2282
2283         Rename mreadlink_with_size to areadlink_with_size.
2284         * NEWS: Document the change.
2285         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
2286         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
2287         * lib/mreadlink.h: Rename this to...
2288         * lib/areadlink.h: ...this.
2289         * modules/mreadlink-with-size: Rename this to...
2290         * modules/areadlink-with-size: ...this.
2291         * lib/canonicalize.c: Reflect the renaming.
2292         * modules/canonicalize: Likewise.
2293
2294 2007-08-26  Bruno Haible  <bruno@clisp.org>
2295
2296         * gnulib-tool (func_import): When deciding which files to remove,
2297         consider also dangling symbolic links.
2298         Reported by Eric Blake.
2299
2300 2007-08-26  Bruno Haible  <bruno@clisp.org>
2301
2302         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
2303
2304 2007-08-23  Simon Josefsson  <simon@josefsson.org>
2305
2306         * lib/readline.c: Don't include getline.h, the prototype is now
2307         found in stdio.h.
2308
2309 2007-08-23  Jim Meyering  <jim@meyering.net>
2310
2311         Getdelim touchup.
2312         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
2313         around the funlockfile call, since funlockfile never sets errno.
2314         Don't set errno upon failed realloc.
2315
2316 2007-08-22  Eric Blake  <ebb9@byu.net>
2317
2318         Getline touchups.
2319         * lib/getdelim.c (getdelim): Revert regression that required *n to
2320         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
2321         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
2322         getdelim, rather than whether implementation is missing.
2323         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
2324         * lib/stdio_.h (getline): Also declare if replacement is
2325         required.
2326         * doc/functions/getdelim.texi: New file.
2327         * doc/functions/getline.texi: Likewise.
2328         * doc/gnulib.texi (Function Substitutes): Add new files.
2329         Reported by Bruno Haible.
2330
2331 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
2332
2333         * users.txt: Add Guile.
2334
2335 2007-08-22  Eric Blake  <ebb9@byu.net>
2336
2337         * tests/test-getdelim.c (main): Use remove, not unlink.
2338         * tests/test-getline.c (main): Likewise.
2339
2340         Move getline and getdelim into stdio.h, per POSIX 200x.
2341         * modules/getline (Files): Remove getline.h.
2342         (Depends-on): Add stdio.
2343         (configure.ac): Add module indicator.
2344         * modules/getdelim (Files): Remove getdelim.h.
2345         (Depends-on): Add stdio.
2346         (configure.ac): Add module indicator.
2347         * modules/stdio (Makefile.am): Work with new indicators.
2348         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
2349         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
2350         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
2351         * lib/getdelim.h: Delete.
2352         * lib/getline.h: Delete.
2353         * lib/stdio_.h (getdelim, getline): Declare.
2354         * modules/getdelim-tests: New module.
2355         * modules/getline-tests: Likewise.
2356         * tests/test-getdelim.c: New file.
2357         * tests/test-getline.c: Likewise.
2358         * NEWS: Document the change.
2359         * lib/getline.c: Update choice of header.
2360         * lib/csharpcomp.c: Likewise.
2361         * lib/getpass.c: Likewise.
2362         * lib/javacomp.c: Likewise.
2363         * lib/javaversion.c: Likewise.
2364         * lib/yesno.c: Likewise.
2365         * lib/getdelim.c: Likewise.
2366         (getdelim): Set errno on failure, and avoid memory leak.
2367
2368 2007-08-19  Bruno Haible  <bruno@clisp.org>
2369
2370         * modules/closein (Depends-on): Add freadahead.
2371         * lib/closein.c: Include freadahead.h.
2372         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
2373         is zero.
2374
2375 2007-08-19  Bruno Haible  <bruno@clisp.org>
2376
2377         * modules/freadahead-tests: New file.
2378         * tests/test-freadahead.sh: New file.
2379         * tests/test-freadahead.c: New file.
2380
2381         * modules/freadahead: New file.
2382         * lib/freadahead.h: New file.
2383         * lib/freadahead.c: New file.
2384         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
2385         fbufmode, fpurge, freadable, fwritable.
2386
2387 2007-08-19  Eric Blake  <ebb9@byu.net>
2388
2389         Test yesno in combination with closein.
2390         * lib/yesno.c (yesno): Document use of stdin.
2391         * modules/yesno-tests (Files): New module.
2392         * tests/test-yesno.c (main): New file.
2393         * tests/test-yesno.sh: Likewise.
2394
2395 2007-08-19  Bruno Haible  <bruno@clisp.org>
2396
2397         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
2398         * lib/fseeko.c (rpl_fseeko): Likewise.
2399         * lib/fseterr.c (fseterr): Likewise.
2400
2401 2007-08-19  Bruno Haible  <bruno@clisp.org>
2402
2403         * tests/test-lseek.c (main): Disable a test for BeOS.
2404         * doc/functions/lseek.texi: Document the BeOS bug.
2405
2406 2007-08-19  Bruno Haible  <bruno@clisp.org>
2407             Eric Blake  <ebb9@byu.net>
2408
2409         * lib/lseek.c: Include <sys/stat.h>.
2410         (rpl_lseek): Add workaround code also for Unix platforms.
2411         Needed for BeOS.
2412         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
2413         * doc/functions/lseek.texi: Document BeOS definiency.
2414
2415 2007-08-18  Bruno Haible  <bruno@clisp.org>
2416
2417         * modules/fstrcmp-tests: New file.
2418         * tests/test-fstrcmp.c: New file.
2419
2420 2007-08-18  Bruno Haible  <bruno@clisp.org>
2421
2422         * modules/fstrcmp: New file, from GNU gettext with modifications.
2423         * lib/fstrcmp.h: New file, from GNU gettext.
2424         * lib/fstrcmp.c: New file, from GNU gettext.
2425         * MODULES.html.sh (String handling): Add fstrcmp.
2426
2427 2007-08-18  Bruno Haible  <bruno@clisp.org>
2428
2429         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
2430         'bool'.
2431         (diag, compareseq): Remove const from the ctxt argument.
2432         (USE_HEURISTIC): Undefine at the end.
2433
2434 2007-08-18  Jim Meyering  <jim@meyering.net>
2435
2436         New file: lib/idcache.h
2437         * NEWS: Mention the addition.
2438         * modules/idcache (Files): Add lib/idcache.h
2439         * lib/idcache.c: Include "idcache.h".
2440         Don't include <sys/types.h>.
2441         Add a FIXME comment.
2442         Move file-scoped "static" declarations to the top.
2443         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
2444
2445 2007-08-17  Bruno Haible  <bruno@clisp.org>
2446         and Paul Eggert  <eggert@cs.ucla.edu>
2447
2448         * MODULES.html.sh: Add diffseq.
2449         * modules/diffseq: New file.
2450         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
2451         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
2452
2453 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2454
2455         Import changes from coreutils for bootstrap script.
2456
2457         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
2458
2459         * build-aux/bootstrap (slurp): Work even in environments where
2460         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
2461         current code does not slurp files whose names start with ".", and
2462         this looks like it might be a troublesome area.
2463
2464         2007-07-11  Jim Meyering  <jim@meyering.net>
2465
2466         If there's a GPL vN copyright comment, require that N == 3.
2467
2468         2007-07-08  Jim Meyering  <jim@meyering.net>
2469
2470         Run the coreutils-specific code only if tests/Makefile.am.in exists.
2471         * build-aux/bootstrap (mam_template): Move definition out of loop.
2472
2473         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
2474
2475         * build-aux/bootstrap (symlink_to_dir): Rename function from
2476         symlink_to_gnulib.  Add a directory parameter.  Update all
2477         callers.
2478         (cp_mark_as_generated): Also check for -- and link to -- files in
2479         gl/.
2480
2481         2007-07-08  Jim Meyering  <jim@meyering.net>
2482
2483         Adapt to deeper hierarchy in gnulib.
2484         * build-aux/bootstrap (symlink_to_dir): If the destination
2485         directory doesn't exist, create it. This is required at least for
2486         "lib/uniwidth/cjk.h".
2487
2488         2007-05-15  Jim Meyering  <jim@meyering.net>
2489
2490         * build-aux/bootstrap: Now that generated Makefile.am files
2491         are no longer under version control, they must be created at
2492         bootstrap time.
2493
2494 2007-08-14  Ben Pfaff  <blp@gnu.org>
2495
2496         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
2497
2498 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2499
2500         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
2501         given the changes below.
2502         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
2503         even on hosts that have padding bits beyond the supported 64.
2504
2505 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
2506
2507         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
2508         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
2509         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
2510         depends on it.
2511         (xstrtol_error): Remove.
2512         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
2513         but with a different signature.
2514         (ATTRIBUTE_NORETURN, __attribute__): New macros.
2515         * lib/xstrtol-error.c: Include exitfail.h.
2516         (xstrtol_fatal): New function, with a different signature from the
2517         old xstrtol_error, so that the caller need not worry about passing
2518         in an exit status, or about storage management of the option argument.
2519         (xstrtol_error): Now a static function.  Redo signature to
2520         implement xstrtol_fatal.  Output the correct number of hyphens in
2521         front of the option so that the caller need not worry about
2522         storage management.
2523         (N_): New macro.
2524         (_): Remove; not used now.
2525         * modules/xstrtol: Depend on getopt.
2526         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
2527         of old STRTOL_FATAL_ERROR macro.
2528         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
2529         of test program.
2530         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
2531         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
2532
2533 2007-08-08  Eric Blake  <ebb9@byu.net>
2534
2535         * lib/xstrtol-error.c: Add missing include.
2536
2537         Move xstrtol messages into gnulib domain, when --pobase is used.
2538         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
2539         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
2540         * modules/xstrtol (Files): Distribute new file.
2541         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
2542         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
2543         * tests/test-xstrtol.c: ...into new file.
2544         * tests/test-xstrtoul.c: Also test xstrtoul.
2545         * tests/test-xstrtoimax.c: Also test xstrtoimax.
2546         * tests/test-xstrtoumax.c: Also test xstrtoumax.
2547         * tests/test-xstrtol.sh: Drive the tests.
2548         * tests/test-xstrtoimax.sh: Likewise.
2549         * tests/test-xstrtoumax.sh: Likewise.
2550         * modules/xstrtol-tests: New module.
2551         * modules/xstrtoimax-tests: Likewise.
2552         * modules/xstrtoumax-tests: Likewise.
2553
2554 2007-08-08  Jim Meyering  <jim@meyering.net>
2555
2556         New function: mfile_name_concat.
2557         * lib/filenamecat.c (mfile_name_concat): New function, just like
2558         file_name_concat, but return NULL upon failure rather than exiting
2559         with a diagnostic.
2560         * lib/filenamecat.h: Declare it.
2561
2562 2007-08-07  Bruno Haible  <bruno@clisp.org>
2563
2564         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
2565         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
2566         warning from gcc.
2567         Reported by Eric Blake.
2568
2569 2007-08-07  Simon Josefsson  <simon@josefsson.org>
2570
2571         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
2572         * modules/crypto/arcfour (License): Likewise.
2573         * modules/crypto/des-tests (License): Likewise.
2574         * modules/crypto/gc-arctwo-tests (License): Likewise.
2575         * modules/crypto/gc-des-tests (License): Likewise.
2576         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
2577         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
2578         * modules/crypto/gc-md2-tests (License): Likewise.
2579         * modules/crypto/gc-md4-tests (License): Likewise.
2580         * modules/crypto/gc-md5-tests (License): Likewise.
2581         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
2582         * modules/crypto/gc-rijndael-tests (License): Likewise.
2583         * modules/crypto/gc-sha1-tests (License): Likewise.
2584         * modules/crypto/gc-tests (License): Likewise.
2585         * modules/crypto/hmac-md5 (License): Likewise.
2586         * modules/crypto/hmac-sha1 (License): Likewise.
2587         * modules/crypto/md2-tests (License): Likewise.
2588         * modules/crypto/md4-tests (License): Likewise.
2589         * modules/crypto/md5 (License): Likewise.
2590         * modules/crypto/rijndael (License): Likewise.
2591         * modules/crypto/sha1 (License): Likewise.
2592         * modules/memxor (License): Likewise.
2593
2594 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
2595         and Bruno Haible  <bruno@clisp.org>
2596
2597         * NEWS: Describe interface changes to human, xstrtol.
2598         * lib/human.h: Include <xstrtol.h>.
2599         (human_options): Return enum strtol_error, not int.  Remove
2600         bool arg; take int * instead.
2601         * lib/human.c: Don't include "gettext.h".
2602         (_): Remove; no longer used.
2603         Don't include <xstrtol.h>, since human.h does it.
2604         (human_options): Adjust to abovementioned interface changes.
2605         Do not report error to stderr; that's now the caller's
2606         responsibility.
2607         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
2608         interface change.
2609         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
2610         Str, Argument_type_string.  All uses changed.  Put " argument"
2611         in diagnostics to make them clearer.  Change wording of suffix
2612         message for clarity.
2613         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
2614         Argument_type_string.
2615         (STRTOL_FATAL_WARN): Remove; no longer used.
2616         * modules/human (Depends-on): Remove gettext-h.
2617
2618 2007-08-06  Simon Josefsson  <simon@josefsson.org>
2619
2620         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
2621
2622 2007-07-31  Bruno Haible  <bruno@clisp.org>
2623
2624         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
2625         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
2626         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
2627
2628 2007-07-31  Bruno Haible  <bruno@clisp.org>
2629
2630         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
2631         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
2632
2633 2007-07-30  Bruno Haible  <bruno@clisp.org>
2634
2635         * modules/base64 (License): Use the synonymous term "LGPLv2+".
2636         * modules/c-ctype (License): Likewise.
2637         * modules/c-strcase (License): Likewise.
2638         * modules/check-version (License): Likewise.
2639         * modules/iconv (License): Likewise.
2640         * modules/iconv_open (License): Likewise.
2641         * modules/read-file (License): Likewise.
2642         * modules/striconv (License): Likewise.
2643         * modules/strverscmp (License): Likewise.
2644         * modules/vasprintf (License): Likewise.
2645         * modules/crypto/des (License): Likewise.
2646         * modules/crypto/gc (License): Likewise.
2647         * modules/crypto/gc-arcfour (License): Likewise.
2648         * modules/crypto/gc-arctwo (License): Likewise.
2649         * modules/crypto/gc-des (License): Likewise.
2650         * modules/crypto/gc-hmac-md5 (License): Likewise.
2651         * modules/crypto/gc-hmac-sha1 (License): Likewise.
2652         * modules/crypto/gc-md2 (License): Likewise.
2653         * modules/crypto/gc-md4 (License): Likewise.
2654         * modules/crypto/gc-md5 (License): Likewise.
2655         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
2656         * modules/crypto/gc-random (License): Likewise.
2657         * modules/crypto/gc-rijndael (License): Likewise.
2658         * modules/crypto/gc-sha1 (License): Likewise.
2659         * modules/crypto/md2 (License): Likewise.
2660         * modules/crypto/md4 (License): Likewise.
2661
2662 2007-07-30  Jim Meyering  <jim@meyering.net>
2663
2664         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
2665         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
2666         it has valid stat data.  This bug would cause du not to count the
2667         sizes of inaccessible directories.
2668         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
2669         in <http://bugzilla.redhat.com/250077>.
2670
2671 2007-07-25  Peter O'Gorman  <peter@pogma.com>
2672             Bruno Haible  <bruno@clisp.org>
2673
2674         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
2675         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
2676         #include_next, gives a diagnostic about it, but reports no error in
2677         the exit code.
2678         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
2679
2680 2007-07-24  Ben Pfaff  <blp@gnu.org>
2681
2682         Improve name: "count-one-bits" is better than "popcount".
2683         * MODULES.html.sh: Update name.
2684         * lib/popcount.h: Renamed lib/count-one-bits.h.
2685         (popcount): Renamed count_one_bits.
2686         (popcountl): Renamed count_one_bits_l.
2687         (popcountll): Renamed count_one_bits_ll.
2688         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
2689         * modules/popcount: Renamed module/count-one-bits.
2690         * modules/popcount-tests: Renamed module/count-one-bits-tests.
2691         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
2692
2693 2007-07-23  Ben Pfaff  <blp@gnu.org>
2694
2695         * lib/popcount.h (popcount32): Reduce size of constants, to allow
2696         better code generation, and add U to large constants to avoid
2697         warnings, in non-GCC case.
2698         Suggested by Bruno Haible.
2699
2700 2007-07-23  Ben Pfaff  <blp@gnu.org>
2701
2702         * lib/popcount.h: Use verify_true instead of if...abort.
2703         * modules/popcount: Depend on verify module.
2704         Suggested by Jim Meyering.
2705
2706 2007-07-23  Bruno Haible  <bruno@clisp.org>
2707
2708         * gnulib-tool (func_import): Create a .cvsignore file also when the
2709         directory is not yet in CVS but the toplevel directory is. When
2710         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
2711         Reported by Karl Berry.
2712
2713 2007-07-22  Ben Pfaff  <blp@gnu.org>
2714
2715         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
2716         case.
2717         Suggested by Eric Blake.
2718
2719 2007-07-22  Ben Pfaff  <blp@gnu.org>
2720
2721         New module: popcount.
2722         * MODULES.html.sh: Add popcount.
2723         * modules/popcount: New file.
2724         * modules/popcount-tests: New file.
2725         * tests/test-popcount.c: New file.
2726         * lib/popcount.h: New file.
2727         * m4/popcount.m4: New file.
2728
2729 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
2730
2731         * build-aux/announce-gen: Update to GPLv3.
2732
2733         * build-aux/config.guess: Update from config.
2734
2735 2007-07-21  Bruno Haible  <bruno@clisp.org>
2736
2737         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
2738         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
2739
2740 2007-07-20  Jim Meyering  <jim@meyering.net>
2741
2742         * check-module: Diagnose a self-dependency.
2743
2744 2007-07-19  Bruno Haible  <bruno@clisp.org>
2745
2746         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
2747         empty.
2748         Reported by Eric Blake.
2749
2750 2007-07-18  Bruno Haible  <bruno@clisp.org>
2751
2752         * gnulib-tool: New options --po-base, --po-domain.
2753         (func_usage): Document them.
2754         (pobase, po_domain): New variables.
2755         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
2756         DEFAULT_TEXT_DOMAIN.
2757         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
2758         (func_import): Consider pobase and po_domain. Create a po/ directory.
2759         (func_create_testdir): Set pobase and po_domain to empty.
2760         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
2761         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
2762
2763 2007-07-18  Bruno Haible  <bruno@clisp.org>
2764
2765         * gnulib-tool (func_get_automake_snippet): Synthesize also an
2766         EXTRA_DIST augmentation for files in build-aux/.
2767
2768 2007-07-16  Bruno Haible  <bruno@clisp.org>
2769
2770         * modules/lseek (License): Use the synonymous term "LGPLv2+".
2771         * modules/getdelim (License): Likewise.
2772
2773 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2774
2775         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
2776         * modules/d-type (License): Likewise.
2777         * modules/extensions (License): Likewise.
2778         * modules/fnmatch (License): Likewise.
2779         * modules/fseeko (License): Likewise.
2780         * modules/getaddrinfo (License): Likewise.
2781         * modules/getline (License): Likewise.
2782         * modules/getlogin_r (License): Likewise.
2783         * modules/getpass (License): Likewise.
2784         * modules/gettimeofday (License): Likewise.
2785         * modules/glob (License): Likewise.
2786         * modules/inet_ntop (License): Likewise.
2787         * modules/malloc (License): Likewise.
2788         * modules/malloca (License): Likewise.
2789         * modules/memmem (License): Likewise.
2790         * modules/mempcpy (License): Likewise.
2791         * modules/memset (License): Likewise.
2792         * modules/minmax (License): Likewise.
2793         * modules/mktime (License): Likewise.
2794         * modules/netinet_in (License): Likewise.
2795         * modules/pathmax (License): Likewise.
2796         * modules/poll (License): Likewise.
2797         * modules/regex (License): Likewise.
2798         * modules/snprintf (License): Likewise.
2799         * modules/stdbool (License): Likewise.
2800         * modules/stdint (License): Likewise.
2801         * modules/stdio (License): Likewise.
2802         * modules/strcase (License): Likewise.
2803         * modules/strcasestr (License): Likewise.
2804         * modules/strdup (License): Likewise.
2805         * modules/string (License): Likewise.
2806         * modules/strndup (License): Likewise.
2807         * modules/strnlen (License): Likewise.
2808         * modules/strpbrk (License): Likewise.
2809         * modules/strptime (License): Likewise.
2810         * modules/strsep (License): Likewise.
2811         * modules/sys_select (License): Likewise.
2812         * modules/sys_socket (License): Likewise.
2813         * modules/sys_stat (License): Likewise.
2814         * modules/sys_time (License): Likewise.
2815         * modules/time (License): Likewise.
2816         * modules/time_r (License): Likewise.
2817         * modules/timegm (License): Likewise.
2818         * modules/unistd (License): Likewise.
2819         * modules/vsnprintf (License): Likewise.
2820         * modules/wctype (License): Likewise.
2821
2822 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2823
2824         * modules/argz (License): LGPLv2+.
2825
2826 2007-07-15  Karl Berry  <karl@gnu.org>
2827
2828         * doc/gnulib.texi: revise node structure per new fdl.texi.
2829
2830 2007-07-14  Bruno Haible  <bruno@clisp.org>
2831
2832         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
2833         the output file.
2834         * lib/uniname/uninames.h: Regenerated.
2835
2836 2007-07-14  Karl Berry  <karl@gnu.org>
2837
2838         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
2839         omitting sectioning and index commands.
2840
2841 2007-07-13  Bruno Haible  <bruno@clisp.org>
2842
2843         New gnulib-tool option --more-symlinks.
2844         * gnulib-tool (func_usage): Document --more-symlinks.
2845         (do_copyrights): New variable.
2846         Recognize option --more-symlinks.
2847         (func_import): Don't add a copyright notice transform to
2848         sed_transform_lib_file if do_copyrights is empty.
2849
2850 2007-07-13  Bruno Haible  <bruno@clisp.org>
2851
2852         * lib/vasnprintf.c (decimal_point_char): Define also if
2853         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
2854         && !NEED_PRINTF_DIRECTIVE_A.
2855         Reported by Clemens Koller <clemens.koller@anagramm.de> via
2856         Gary V. Vaughan <gary@gnu.org>.
2857
2858 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
2859
2860         * lib/inttypes_.h: Undo previous change, since it was fixed
2861         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
2862
2863 2007-07-13  Bruno Haible  <bruno@clisp.org>
2864
2865         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
2866         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
2867
2868 2007-07-13  Jim Meyering  <jim@meyering.net>
2869
2870         df: Don't fail for Tru64's "file-on-file mount".
2871         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
2872         so we fall through and use statfs instead.  Details here:
2873         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
2874         Reported by Albert Chin.
2875
2876 2007-07-13  Bruno Haible  <bruno@clisp.org>
2877
2878         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
2879         * modules/configmake (License): Likewise.
2880         * modules/gettext (License): Likewise.
2881         * modules/gettext-h (License): Likewise.
2882         * modules/include_next (License): Likewise.
2883         * modules/link-warning (License): Likewise.
2884         * modules/localcharset (License): Likewise.
2885         * modules/localename (License): Likewise.
2886         * modules/lock (License): Likewise.
2887         * modules/relocatable-lib-lgpl (License): Likewise.
2888         * modules/size_max (License): Likewise.
2889         * modules/vasnprintf (License): Likewise.
2890         * modules/wchar (License): Likewise.
2891         * modules/xsize (License): Likewise.
2892
2893 2007-07-13  Bruno Haible  <bruno@clisp.org>
2894
2895         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
2896         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
2897
2898 2007-07-12  Bruno Haible  <bruno@clisp.org>
2899
2900         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
2901         in the modules files.
2902
2903 2007-07-11  Karl Berry  <karl@gnu.org>
2904
2905         * MODULES.html.sh (func_module): use
2906          sed -e '\|^'"${includefile}"'$|d'
2907          instead of /.../d, to avoid errors on $includefile's containing /.
2908
2909 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
2910
2911         * gnulib-tool (func_import): Avoid duplication of --avoid
2912         statements
2913         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
2914         names to `_' in variable names.
2915
2916 2007-07-10  Eric Blake  <ebb9@byu.net>
2917
2918         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
2919         * NEWS: Document this change.
2920
2921 2007-07-08  Bruno Haible  <bruno@clisp.org>
2922
2923         Update to Unicode 5.0.
2924         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
2925         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
2926         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
2927         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
2928         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
2929         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
2930         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
2931         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
2932         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
2933         U+10A3F, U+1D242..U+1D244.
2934         (nonspacing_table_ind): Update.
2935         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
2936         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
2937
2938 2007-07-08  Bruno Haible  <bruno@clisp.org>
2939
2940         Update to Unicode 5.0.
2941         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
2942         code transform. Extend the name index field of unicode_name_to_code and
2943         unicode_code_to_name from 16 to 24 bits.
2944         * lib/uniname/uniname.c (unicode_character_name,
2945         unicode_name_character): Add the range 0x12xxx to the code transform.
2946         * lib/uniname/uninames.h: Regenerated.
2947         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
2948
2949 2007-07-07  Bruno Haible  <bruno@clisp.org>
2950
2951         * modules/wcwidth-tests: New file.
2952         * tests/test-wcwidth.c: New file.
2953
2954         Work around MacOS X wcwidth() bug.
2955         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
2956         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
2957         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
2958         original wcwidth in non-UTF-8 locales.
2959         * modules/wcwidth (Depends-on): Add localcharset, streq,
2960         uniwidth/width.
2961         * doc/functions/wcwidth.texi: Update.
2962
2963 2007-07-07  Bruno Haible  <bruno@clisp.org>
2964
2965         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
2966         (wcwidth): New declaration.
2967         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
2968         macros.
2969         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
2970         here. Prepare for creating <wchar.h> unconditionally.
2971         * modules/wchar (Depends-on): Add link-warning.
2972         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
2973         REPLACE_WCWIDTH, and GL_LINK_WARNING.
2974         * lib/wcwidth.h: Remove file.
2975         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
2976         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
2977         * modules/wcwidth (Files): Remove lib/wcwidth.h.
2978         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
2979         (Include): Replace wcwidth.h with <wchar.h>.
2980         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
2981         * lib/mbchar.h: Don't include wcwidth.h.
2982         * lib/mbswidth.c: Likewise.
2983         * NEWS: Mention the change.
2984
2985 2007-07-07  Bruno Haible  <bruno@clisp.org>
2986
2987         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
2988         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
2989         definition with an external declaration.
2990         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
2991         defined as a function. Remove AC_C_INLINE requirement.
2992         * modules/wcwidth (Files): Add lib/wcwidth.c.
2993         (Makefile.am): Remove redundant statement.
2994
2995 2007-07-07  Bruno Haible  <bruno@clisp.org>
2996
2997         * MODULES.html.sh (Unicode string functions): Add the new modules.
2998
2999         * tests/uniwidth/test-u32-strwidth.c: New file.
3000         * modules/uniwidth/u32-strwidth-tests: New file.
3001
3002         * lib/uniwidth/u32-strwidth.c: New file.
3003         * modules/uniwidth/u32-strwidth: New file.
3004
3005         * tests/uniwidth/test-u16-strwidth.c: New file.
3006         * modules/uniwidth/u16-strwidth-tests: New file.
3007
3008         * lib/uniwidth/u16-strwidth.c: New file.
3009         * modules/uniwidth/u16-strwidth: New file.
3010
3011         * tests/uniwidth/test-u8-strwidth.c: New file.
3012         * modules/uniwidth/u8-strwidth-tests: New file.
3013
3014         * lib/uniwidth/u8-strwidth.c: New file.
3015         * modules/uniwidth/u8-strwidth: New file.
3016
3017         * tests/uniwidth/test-u32-width.c: New file.
3018         * modules/uniwidth/u32-width-tests: New file.
3019
3020         * lib/uniwidth/u32-width.c: New file.
3021         * modules/uniwidth/u32-width: New file.
3022
3023         * tests/uniwidth/test-u16-width.c: New file.
3024         * modules/uniwidth/u16-width-tests: New file.
3025
3026         * lib/uniwidth/u16-width.c: New file.
3027         * modules/uniwidth/u16-width: New file.
3028
3029         * tests/uniwidth/test-u8-width.c: New file.
3030         * modules/uniwidth/u8-width-tests: New file.
3031
3032         * lib/uniwidth/u8-width.c: New file.
3033         * modules/uniwidth/u8-width: New file.
3034
3035         * tests/uniwidth/test-uc_width.c: New file.
3036         * modules/uniwidth/width-tests: New file.
3037
3038         * lib/uniwidth/width.c: New file, from GNU libiconv.
3039         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
3040         * modules/uniwidth/width: New file.
3041
3042         * lib/uniwidth.h: New file, from GNU libiconv.
3043         * modules/uniwidth/base: New file.
3044
3045 2007-07-07  Bruno Haible  <bruno@clisp.org>
3046
3047         * lib/uniname.h: New file, from GNU gettext.
3048         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
3049         * lib/uniname/uninames.h: New file, from GNU gettext.
3050         * lib/uniname/uniname.c: New file, from GNU gettext.
3051         * tests/uniname/test-uninames.sh: New file.
3052         * tests/uniname/test-uninames.c: New file, from GNU gettext.
3053         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
3054         * modules/uniname/base: New file.
3055         * modules/uniname/uniname: New file.
3056         * modules/uniname/uniname-tests: New file.
3057         * MODULES.html.sh (Unicode string functions): Add the new modules.
3058
3059 2007-07-06  Bruno Haible  <bruno@clisp.org>
3060
3061         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
3062
3063 2007-07-06  Bruno Haible  <bruno@clisp.org>
3064
3065         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
3066         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
3067         includes <cygwin/sys_time.h> which includes <sys/select.h> which
3068         include <sys/time.h>.
3069         Reported by Eric Blake.
3070
3071 2007-07-06  Eric Blake  <ebb9@byu.net>
3072
3073         Fix testing canonicalize on cygwin.
3074         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
3075         Revert patch from 2007-06-19.
3076         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
3077         canonicalize module is also in use.
3078         * tests/test-canonicalize.c: New file.
3079         * tests/test-canonicalize.sh: Likewise.
3080         * modules/canonicalize-tests: Likewise.
3081
3082 2007-07-06  Jim Meyering  <jim@meyering.net>
3083
3084         * lib/getugroups.c (getugroups): Detect getgrent failure.
3085         Adjust comment to reflect reality: this function may return -1.
3086
3087 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
3088
3089         * build-aux/bootstrap (TP_URL,get_translations): Update to use
3090         the new TP address.
3091         (usage): Fix typo
3092         (gnulib_mk): New variable.
3093
3094 2007-07-05  Jim Meyering  <jim@meyering.net>
3095
3096         Don't let endgrent clobber errno, no matter how improbable.
3097         * lib/getugroups.c (getugroups): Save and restore errno around
3098         endgrent call.
3099
3100         Close the group DB even when failing with 2^31 or more members.
3101         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
3102
3103 2007-07-04  Jim Meyering  <jim@meyering.net>
3104
3105         * lib/getugroups.h: New file.
3106         * lib/getugroups.c: Include "getugroups.h".
3107         Remove uses of "register" keyword.
3108         Move local variable, "cp", down into scope where used.
3109         Give "username" parameter the "const" attribute.
3110         * modules/getugroups (Files): Add lib/getugroups.h
3111
3112 2007-07-04  Karl Berry  <karl@gnu.org>
3113
3114         * MODULES.html.sh (func_all_modules): Complete rename of
3115         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
3116
3117 2007-07-02  Bruno Haible  <bruno@clisp.org>
3118
3119         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
3120         mode, when inttypes.h comes from gnulib.
3121         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
3122
3123 2007-07-02  Simon Josefsson  <simon@josefsson.org>
3124
3125         * NEWS: Mention lgpl module name change.
3126
3127         * modules/lgpl-2.1: Renamed from lgpl.
3128
3129         * NEWS: Mention gpl module name change.
3130
3131         * modules/gpl-3.0: New file, based on gpl-2.0.
3132
3133         * modules/gpl-2.0: Renamed from gpl.
3134
3135         * modules/gpl: Fix filename, doc/gpl.texi is now found at
3136         doc/gpl-2.0.texi.
3137
3138 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
3139
3140         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
3141         #define __STDC_LIMIT_MACROS temporarily while including
3142         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
3143         Problem reported by Joel E. Denny in
3144         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
3145
3146 2007-07-01  Bruno Haible  <bruno@clisp.org>
3147
3148         * lib/unistdio.h: New file.
3149         * lib/unistdio/u-asnprintf.h: New file.
3150         * lib/unistdio/u-asprintf.h: New file.
3151         * lib/unistdio/u-printf-args.c: New file.
3152         * lib/unistdio/u-printf-args.h: New file.
3153         * lib/unistdio/u-printf-parse.h: New file.
3154         * lib/unistdio/u-snprintf.h: New file.
3155         * lib/unistdio/u-sprintf.h: New file.
3156         * lib/unistdio/u-vasprintf.h: New file.
3157         * lib/unistdio/u-vsnprintf.h: New file.
3158         * lib/unistdio/u-vsprintf.h: New file.
3159         * lib/unistdio/ulc-asnprintf.c: New file.
3160         * lib/unistdio/ulc-asprintf.c: New file.
3161         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
3162         * lib/unistdio/ulc-printf-parse.c: New file.
3163         * lib/unistdio/ulc-snprintf.c: New file.
3164         * lib/unistdio/ulc-sprintf.c: New file.
3165         * lib/unistdio/ulc-vasnprintf.c: New file.
3166         * lib/unistdio/ulc-vasprintf.c: New file.
3167         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
3168         * lib/unistdio/ulc-vsnprintf.c: New file.
3169         * lib/unistdio/ulc-vsprintf.c: New file.
3170         * lib/unistdio/u8-asnprintf.c: New file.
3171         * lib/unistdio/u8-asprintf.c: New file.
3172         * lib/unistdio/u8-printf-parse.c: New file.
3173         * lib/unistdio/u8-snprintf.c: New file.
3174         * lib/unistdio/u8-sprintf.c: New file.
3175         * lib/unistdio/u8-vasnprintf.c: New file.
3176         * lib/unistdio/u8-vasprintf.c: New file.
3177         * lib/unistdio/u8-vsnprintf.c: New file.
3178         * lib/unistdio/u8-vsprintf.c: New file.
3179         * lib/unistdio/u8-u8-asnprintf.c: New file.
3180         * lib/unistdio/u8-u8-asprintf.c: New file.
3181         * lib/unistdio/u8-u8-snprintf.c: New file.
3182         * lib/unistdio/u8-u8-sprintf.c: New file.
3183         * lib/unistdio/u8-u8-vasnprintf.c: New file.
3184         * lib/unistdio/u8-u8-vasprintf.c: New file.
3185         * lib/unistdio/u8-u8-vsnprintf.c: New file.
3186         * lib/unistdio/u8-u8-vsprintf.c: New file.
3187         * lib/unistdio/u16-asnprintf.c: New file.
3188         * lib/unistdio/u16-asprintf.c: New file.
3189         * lib/unistdio/u16-printf-parse.c: New file.
3190         * lib/unistdio/u16-snprintf.c: New file.
3191         * lib/unistdio/u16-sprintf.c: New file.
3192         * lib/unistdio/u16-vasnprintf.c: New file.
3193         * lib/unistdio/u16-vasprintf.c: New file.
3194         * lib/unistdio/u16-vsnprintf.c: New file.
3195         * lib/unistdio/u16-vsprintf.c: New file.
3196         * lib/unistdio/u16-u16-asnprintf.c: New file.
3197         * lib/unistdio/u16-u16-asprintf.c: New file.
3198         * lib/unistdio/u16-u16-snprintf.c: New file.
3199         * lib/unistdio/u16-u16-sprintf.c: New file.
3200         * lib/unistdio/u16-u16-vasnprintf.c: New file.
3201         * lib/unistdio/u16-u16-vasprintf.c: New file.
3202         * lib/unistdio/u16-u16-vsnprintf.c: New file.
3203         * lib/unistdio/u16-u16-vsprintf.c: New file.
3204         * lib/unistdio/u32-asnprintf.c: New file.
3205         * lib/unistdio/u32-asprintf.c: New file.
3206         * lib/unistdio/u32-printf-parse.c: New file.
3207         * lib/unistdio/u32-snprintf.c: New file.
3208         * lib/unistdio/u32-sprintf.c: New file.
3209         * lib/unistdio/u32-vasnprintf.c: New file.
3210         * lib/unistdio/u32-vasprintf.c: New file.
3211         * lib/unistdio/u32-vsnprintf.c: New file.
3212         * lib/unistdio/u32-vsprintf.c: New file.
3213         * lib/unistdio/u32-u32-asnprintf.c: New file.
3214         * lib/unistdio/u32-u32-asprintf.c: New file.
3215         * lib/unistdio/u32-u32-snprintf.c: New file.
3216         * lib/unistdio/u32-u32-sprintf.c: New file.
3217         * lib/unistdio/u32-u32-vasnprintf.c: New file.
3218         * lib/unistdio/u32-u32-vasprintf.c: New file.
3219         * lib/unistdio/u32-u32-vsnprintf.c: New file.
3220         * lib/unistdio/u32-u32-vsprintf.c: New file.
3221         * tests/unistdio/test-ulc-asnprintf1.c: New file.
3222         * tests/unistdio/test-ulc-asnprintf1.h: New file.
3223         * tests/unistdio/test-ulc-printf1.h: New file.
3224         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
3225         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
3226         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
3227         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
3228         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
3229         * tests/unistdio/test-ulc-vasprintf1.c: New file.
3230         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
3231         * tests/unistdio/test-ulc-vsprintf1.c: New file.
3232         * tests/unistdio/test-u8-asnprintf1.c: New file.
3233         * tests/unistdio/test-u8-asnprintf1.h: New file.
3234         * tests/unistdio/test-u8-printf1.h: New file.
3235         * tests/unistdio/test-u8-vasnprintf1.c: New file.
3236         * tests/unistdio/test-u8-vasnprintf2.c: New file.
3237         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
3238         * tests/unistdio/test-u8-vasnprintf3.c: New file.
3239         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
3240         * tests/unistdio/test-u8-vasprintf1.c: New file.
3241         * tests/unistdio/test-u8-vsnprintf1.c: New file.
3242         * tests/unistdio/test-u8-vsprintf1.c: New file.
3243         * tests/unistdio/test-u16-asnprintf1.c: New file.
3244         * tests/unistdio/test-u16-asnprintf1.h: New file.
3245         * tests/unistdio/test-u16-printf1.h: New file.
3246         * tests/unistdio/test-u16-vasnprintf1.c: New file.
3247         * tests/unistdio/test-u16-vasnprintf2.c: New file.
3248         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
3249         * tests/unistdio/test-u16-vasnprintf3.c: New file.
3250         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
3251         * tests/unistdio/test-u16-vasprintf1.c: New file.
3252         * tests/unistdio/test-u16-vsnprintf1.c: New file.
3253         * tests/unistdio/test-u16-vsprintf1.c: New file.
3254         * tests/unistdio/test-u32-asnprintf1.c: New file.
3255         * tests/unistdio/test-u32-asnprintf1.h: New file.
3256         * tests/unistdio/test-u32-printf1.h: New file.
3257         * tests/unistdio/test-u32-vasnprintf1.c: New file.
3258         * tests/unistdio/test-u32-vasnprintf2.c: New file.
3259         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
3260         * tests/unistdio/test-u32-vasnprintf3.c: New file.
3261         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
3262         * tests/unistdio/test-u32-vasprintf1.c: New file.
3263         * tests/unistdio/test-u32-vsnprintf1.c: New file.
3264         * tests/unistdio/test-u32-vsprintf1.c: New file.
3265         * modules/unistdio/base: New file.
3266         * modules/unistdio/u-printf-args: New file.
3267         * modules/unistdio/ulc-asnprintf: New file.
3268         * modules/unistdio/ulc-asprintf: New file.
3269         * modules/unistdio/ulc-fprintf: New file.
3270         * modules/unistdio/ulc-printf-parse: New file.
3271         * modules/unistdio/ulc-snprintf: New file.
3272         * modules/unistdio/ulc-sprintf: New file.
3273         * modules/unistdio/ulc-vasnprintf: New file.
3274         * modules/unistdio/ulc-vasprintf: New file.
3275         * modules/unistdio/ulc-vfprintf: New file.
3276         * modules/unistdio/ulc-vsnprintf: New file.
3277         * modules/unistdio/ulc-vsprintf: New file.
3278         * modules/unistdio/u8-asnprintf: New file.
3279         * modules/unistdio/u8-asprintf: New file.
3280         * modules/unistdio/u8-printf-parse: New file.
3281         * modules/unistdio/u8-snprintf: New file.
3282         * modules/unistdio/u8-sprintf: New file.
3283         * modules/unistdio/u8-vasnprintf: New file.
3284         * modules/unistdio/u8-vasprintf: New file.
3285         * modules/unistdio/u8-vsnprintf: New file.
3286         * modules/unistdio/u8-vsprintf: New file.
3287         * modules/unistdio/u8-u8-asnprintf: New file.
3288         * modules/unistdio/u8-u8-asprintf: New file.
3289         * modules/unistdio/u8-u8-snprintf: New file.
3290         * modules/unistdio/u8-u8-sprintf: New file.
3291         * modules/unistdio/u8-u8-vasnprintf: New file.
3292         * modules/unistdio/u8-u8-vasprintf: New file.
3293         * modules/unistdio/u8-u8-vsnprintf: New file.
3294         * modules/unistdio/u8-u8-vsprintf: New file.
3295         * modules/unistdio/u16-asnprintf: New file.
3296         * modules/unistdio/u16-asprintf: New file.
3297         * modules/unistdio/u16-printf-parse: New file.
3298         * modules/unistdio/u16-snprintf: New file.
3299         * modules/unistdio/u16-sprintf: New file.
3300         * modules/unistdio/u16-vasnprintf: New file.
3301         * modules/unistdio/u16-vasprintf: New file.
3302         * modules/unistdio/u16-vsnprintf: New file.
3303         * modules/unistdio/u16-vsprintf: New file.
3304         * modules/unistdio/u16-u16-asnprintf: New file.
3305         * modules/unistdio/u16-u16-asprintf: New file.
3306         * modules/unistdio/u16-u16-snprintf: New file.
3307         * modules/unistdio/u16-u16-sprintf: New file.
3308         * modules/unistdio/u16-u16-vasnprintf: New file.
3309         * modules/unistdio/u16-u16-vasprintf: New file.
3310         * modules/unistdio/u16-u16-vsnprintf: New file.
3311         * modules/unistdio/u16-u16-vsprintf: New file.
3312         * modules/unistdio/u32-asnprintf: New file.
3313         * modules/unistdio/u32-asprintf: New file.
3314         * modules/unistdio/u32-printf-parse: New file.
3315         * modules/unistdio/u32-snprintf: New file.
3316         * modules/unistdio/u32-sprintf: New file.
3317         * modules/unistdio/u32-vasnprintf: New file.
3318         * modules/unistdio/u32-vasprintf: New file.
3319         * modules/unistdio/u32-vsnprintf: New file.
3320         * modules/unistdio/u32-vsprintf: New file.
3321         * modules/unistdio/u32-u32-asnprintf: New file.
3322         * modules/unistdio/u32-u32-asprintf: New file.
3323         * modules/unistdio/u32-u32-snprintf: New file.
3324         * modules/unistdio/u32-u32-sprintf: New file.
3325         * modules/unistdio/u32-u32-vasnprintf: New file.
3326         * modules/unistdio/u32-u32-vasprintf: New file.
3327         * modules/unistdio/u32-u32-vsnprintf: New file.
3328         * modules/unistdio/u32-u32-vsprintf: New file.
3329         * modules/unistdio/ulc-asnprintf-tests: New file.
3330         * modules/unistdio/ulc-vasnprintf-tests: New file.
3331         * modules/unistdio/ulc-vasprintf-tests: New file.
3332         * modules/unistdio/ulc-vsnprintf-tests: New file.
3333         * modules/unistdio/ulc-vsprintf-tests: New file.
3334         * modules/unistdio/u8-asnprintf-tests: New file.
3335         * modules/unistdio/u8-vasnprintf-tests: New file.
3336         * modules/unistdio/u8-vasprintf-tests: New file.
3337         * modules/unistdio/u8-vsnprintf-tests: New file.
3338         * modules/unistdio/u8-vsprintf-tests: New file.
3339         * modules/unistdio/u16-asnprintf-tests: New file.
3340         * modules/unistdio/u16-vasnprintf-tests: New file.
3341         * modules/unistdio/u16-vasprintf-tests: New file.
3342         * modules/unistdio/u16-vsnprintf-tests: New file.
3343         * modules/unistdio/u16-vsprintf-tests: New file.
3344         * modules/unistdio/u32-asnprintf-tests: New file.
3345         * modules/unistdio/u32-vasnprintf-tests: New file.
3346         * modules/unistdio/u32-vasprintf-tests: New file.
3347         * modules/unistdio/u32-vsnprintf-tests: New file.
3348         * modules/unistdio/u32-vsprintf-tests: New file.
3349         * MODULES.html.sh (Unicode string functions): Add the new modules.
3350
3351 2007-07-01  Bruno Haible  <bruno@clisp.org>
3352
3353         * lib/sprintf.c (sprintf): Limit the available length estimation,
3354         to avoid address wraparound.
3355         * lib/vsprintf.c (vsprintf): Likewise.
3356         * modules/sprintf-posix (Dependencies): Add stdint.
3357         * modules/vsprintf-posix (Dependencies): Likewise.
3358
3359 2007-07-01  Bruno Haible  <bruno@clisp.org>
3360
3361         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
3362         Windows PATH as well. Conservative double-quoting. Comments.
3363
3364 2007-07-01  Bruno Haible  <bruno@clisp.org>
3365             Eric Blake  <ebb9@byu.net>
3366             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3367
3368         * gnulib-tool (self_abspathname): Fix algorithm to cope with
3369         empty components in $PATH, denoting '.'.
3370
3371 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3372
3373         * gnulib-tool: Fix indentation.
3374         (func_create_megatestdir): Likewise.
3375         Report by Bruno Haible.
3376
3377 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3378
3379         Sync from Automake.
3380         * build-aux/gnupload: Fix shell portability issues with for loops.
3381         Report by Karl Berry.
3382
3383 2007-06-29  Simon Josefsson  <simon@josefsson.org>
3384
3385         * build-aux/maint.mk (POURL): Use translationproject.org.
3386
3387 2007-06-27  Simon Josefsson  <simon@josefsson.org>
3388             Bruno Haible  <bruno@clisp.org>
3389
3390         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
3391         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
3392         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
3393         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
3394         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
3395
3396 2007-06-27  Bruno Haible  <bruno@clisp.org>
3397
3398         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
3399         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
3400
3401 2007-06-26  Karl Berry  <karl@gnu.org>
3402
3403         * MODULES.html.sh: remove xreadlink-with-size.
3404
3405 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3406
3407         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
3408         method that I hope also handles the double-include problem noted
3409         by Bruno Haible in
3410         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
3411
3412 2007-06-23  Bruno Haible  <bruno@clisp.org>
3413
3414         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3415         Don't let the 'mostlyclean' target fail if the last subdirectory could
3416         not be removed.
3417         Reported by Karl Berry.
3418
3419 2007-06-23  Bruno Haible  <bruno@clisp.org>
3420
3421         * gnulib-tool (echo): Add a speedier workaround for ksh.
3422         * tests/test-echo.sh: Likewise.
3423
3424 2007-06-23  Bruno Haible  <bruno@clisp.org>
3425
3426         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
3427         * tests/test-echo.sh: Likewise.
3428
3429 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3430
3431         * gnulib-tool (IFS): Initialize early, so we don't set it to
3432         empty later.
3433         (self_abspathname): Rewrite algorithm to set it, reindent.
3434         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
3435         (func_create_megatestdir): Merge some sed scripts.
3436
3437 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3438
3439         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
3440         exposed by Sun Studio 11 cc on Solaris 8.
3441
3442 2007-06-22  Bruno Haible  <bruno@clisp.org>
3443
3444         * gnulib-tool (echo): Ensure the echo primitive does not interpret
3445         backslashes.
3446         * tests/test-echo.sh: New file.
3447
3448 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3449
3450         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
3451         simplify `sed_replace_build_aux' scripts, they are portable but
3452         echoing them with `echo' is not.
3453         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
3454
3455 2007-06-21  Karl Berry  <karl@gnu.org>
3456
3457         * config/srclist.txt: guess we can't handle the licenses via
3458         srclist at the moment.
3459
3460 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
3461
3462         * MODULES.html.sh: Add include_next.
3463         * modules/include_next: New file.
3464
3465 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
3466
3467         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
3468         INCLUDE_NEXT.
3469         (gl_CHECK_NEXT_HEADERS): New macro.
3470         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
3471         the obsolescent gl_ABSOLUTE_HEADER.
3472         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
3473         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
3474         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
3475         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
3476         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
3477         * m4/math_h.m4 (gl_MATH_H): Likewise.
3478         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
3479         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
3480         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
3481         * m4/stdint.m4 (gl_STDINT_H): Likewise.
3482         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
3483         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
3484         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
3485         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3486         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
3487         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
3488         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
3489         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
3490         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
3491         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
3492         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
3493         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
3494         * m4/inttypes.m4 (gl_INTTYPES_H): Define
3495         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
3496         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
3497         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
3498         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
3499         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
3500         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
3501         * lib/float_.h: Likewise.
3502         * lib/inttypes_.h: Likewise.
3503         * lib/math_.h: Likewise.
3504         * lib/search_.h: Likewise.
3505         * lib/signal_.h: Likewise.
3506         * lib/stdint_.h: Likewise.
3507         * lib/stdio_.h: Likewise.
3508         * lib/stdlib_.h: Likewise.
3509         * lib/string_.h: Likewise.
3510         * lib/sys_stat_.h: Likewise.
3511         * lib/sys_time_.h: Likewise.
3512         * lib/time_.h: Likewise.
3513         * lib/unistd_.h: Likewise.
3514         * lib/wchar_.h: Likewise.
3515         * lib/wctype_.h: Likewise.
3516         * lib/dirent_.h: Likewise.
3517         * lib/iconv_.h: Likewise.
3518         * lib/locale_.h: Likewise.
3519         * lib/netinet_in_.h: Likewise.
3520         * lib/sys_select_.h: Likewise.
3521         * lib/sys_socket_.h: Likewise.
3522         * lib/sysexits_.h: Likewise.
3523         * modules/fcntl (Depends-on): Depend on include_next, not
3524         absolute_header.
3525         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
3526         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
3527         * modules/fchdir: Likewise.
3528         * modules/float: Likewise.
3529         * modules/iconv_open: Likewise.
3530         * modules/inttypes: Likewise.
3531         * modules/locale: Likewise.
3532         * modules/math: Likewise.
3533         * modules/netinet_in: Likewise.
3534         * modules/search: Likewise.
3535         * modules/signal: Likewise.
3536         * modules/stdint: Likewise.
3537         * modules/stdio: Likewise.
3538         * modules/stdlib: Likewise.
3539         * modules/string: Likewise.
3540         * modules/sys_select: Likewise.
3541         * modules/sys_socket: Likewise.
3542         * modules/sys_stat: Likewise.
3543         * modules/sys_time: Likewise.
3544         * modules/sysexits: Likewise.
3545         * modules/time: Likewise.
3546         * modules/unistd: Likewise.
3547         * modules/wchar: Likewise.
3548         * modules/wctype: Likewise.
3549         * modules/sys_stat: Change maintainer to "all".
3550         * modules/unistd: Likewise.
3551
3552 2007-06-20  Karl Berry  <karl@gnu.org>
3553
3554         * config/srclist.txt: track www changes in license files.
3555
3556 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
3557
3558         * build-aux/bootstrap: Remove stray dot.
3559         Make sure build_aux settings are honored when linking
3560         gnulib_extra_files.
3561
3562 2007-06-19  Eric Blake  <ebb9@byu.net>
3563
3564         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
3565         Allow compilation on cygwin.
3566
3567 2007-06-19  Jim Meyering  <jim@meyering.net>
3568
3569         xreadlink-with-size: Remove module.  No longer used.
3570         Ex-callers now use xreadlink or mreadlink-with-size.
3571         * modules/xreadlink-with-size: Remove module.
3572         * lib/xreadlink-with-size.c: Remove file.
3573         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
3574         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
3575         just before the function definition *is* accurate.
3576
3577         Eliminate one way canonicalize_filename_mode could exit.
3578         * lib/canonicalize.c (canonicalize_filename_mode):
3579         Use mreadlink_with_size, not xreadlink_with_size.
3580
3581 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
3582
3583         Detect porting problems to FreeBSD/arm, which has time_t wider than
3584         long int.  Original problem reported for GNU diff by Xin Li in
3585         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
3586         * modules/getdate (Depends-on): Add intprops, verify.
3587         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
3588         is an integer type no wider than long int.
3589
3590 2007-06-18  Jim Meyering  <jim@meyering.net>
3591
3592         New module: mreadlink-with-size.
3593         * MODULES.html.sh: Add mreadlink-with-size.
3594         * modules/mreadlink-with-size: New module
3595         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
3596         not xreadlink-with-size.
3597         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
3598
3599 2007-06-16  Bruno Haible  <bruno@clisp.org>
3600
3601         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
3602         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
3603         Reported by Gary V. Vaughan <gary@gnu.org>.
3604
3605 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
3606
3607         Revamp lchown so that it lives in unistd.h where it belongs.
3608         * lib/lchown.h: Remove.
3609         * lib/dirchownmod.c: Don't include lib/lchown.h.
3610         * lib/fchownat.c: Likewise.
3611         * lib/openat.c: Likewise.
3612         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
3613         does not follow symlinks.
3614         (EOPNOTSUPP): Define if not defined.
3615         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
3616         is defined to 0.
3617         (lchown): New decl.
3618         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
3619         Do not check for lchown decl.
3620         Set REPLACE_LCHOWN.
3621         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
3622         REPLACE_LCHOWN.
3623         * modules/chown: Make it clear it follows symlinks.
3624         * modules/lchown: Make it clear it doesn't follow symlinks.
3625         (Files): Remove lib/lchown.h
3626         (Depends-on): Add unistd.
3627         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
3628         (Include): Include <unistd.h>, not "lchown.h".
3629         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
3630         REPLACE_LCHOWN.
3631
3632 2007-06-15  Jim Meyering  <jim@meyering.net>
3633
3634         Change license (GPL to LGPL) of fsusage and dependents.
3635         * modules/fsusage (License): Change to LGPL.
3636         * modules/full-read (License): Likewise.
3637         * modules/full-write (License): Likewise.
3638         * modules/safe-read (License): Likewise.
3639         * modules/safe-write (License): Likewise.
3640
3641 2007-06-14  Ben Pfaff  <blp@gnu.org>
3642
3643         Missing part of allocsa -> malloca transition.
3644         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
3645         gl_MALLOCA.
3646
3647 2007-06-12  Bruno Haible  <bruno@clisp.org>
3648
3649         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
3650         to ia64, x86_64, i386.
3651         Reported by Eric Blake.
3652
3653 2007-06-12  Bruno Haible  <bruno@clisp.org>
3654
3655         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
3656         cross-compiling to x86_64.
3657
3658 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
3659
3660         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
3661         glitch reported by Ralf Wildenhues in
3662         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
3663
3664         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
3665         Vin Shelton.
3666
3667 2007-06-11  Bruno Haible  <bruno@clisp.org>
3668
3669         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
3670         replacement string.
3671         Reported by Eric Blake.
3672
3673 2007-06-10  Bruno Haible  <bruno@clisp.org>
3674
3675         Prepare vasnprintf code for use with Unicode strings.
3676         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
3677         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
3678         TYPE_U32_STRING.
3679         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
3680         a_u32_string variants.
3681         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
3682         * lib/printf-args.c: Don't include config.h and the specification
3683         header if PRINTF_FETCHARGS is already defined.
3684         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
3685         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
3686         TYPE_U16_STRING, TYPE_U32_STRING.
3687         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
3688         u16_directive, u16_directives, u32_directive, u32_directives): New
3689         types.
3690         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
3691         New declarations.
3692         * lib/printf-parse.c: Don't include config.h and the specification
3693         header if PRINTF_PARSE is already defined. Eliminate the set of
3694         parameters for WIDE_CHAR_VERSION; the user of this file must provide
3695         them now. Include c-ctype.h.
3696         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
3697         directive and CHAR_T_ONLY_ASCII.
3698         * lib/vasnprintf.c: Don't include config.h and the specification header
3699         if VASNPRINTF is already defined.
3700         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
3701         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
3702         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
3703         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
3704         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
3705         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
3706         code accordingly.
3707         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
3708         pad_ourselves also in this case, with the 'c' and 's' directives, and
3709         with a different notion of "width".
3710         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
3711
3712 2007-06-10  Bruno Haible  <bruno@clisp.org>
3713
3714         * modules/unistr/u32-mbsnlen: New file.
3715         * lib/unistr/u32-mbsnlen.c: New file.
3716
3717         * modules/unistr/u16-mbsnlen: New file.
3718         * lib/unistr/u16-mbsnlen.c: New file.
3719
3720         * modules/unistr/u8-mbsnlen: New file.
3721         * lib/unistr/u8-mbsnlen.c: New file.
3722
3723         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
3724         declarations.
3725
3726 2007-06-10  Bruno Haible  <bruno@clisp.org>
3727
3728         * lib/string_.h (mbsnlen): New declaration.
3729         * lib/mbsnlen.c: New file.
3730         * m4/mbsnlen.m4: New file.
3731         * modules/mbsnlen: New file.
3732         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
3733         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
3734         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
3735
3736 2007-06-10  Bruno Haible  <bruno@clisp.org>
3737
3738         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
3739
3740 2007-06-10  Bruno Haible  <bruno@clisp.org>
3741
3742         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
3743         * lib/mbuiter.h: Likewise.
3744
3745 2007-06-10  Bruno Haible  <bruno@clisp.org>
3746
3747         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
3748         declaration.
3749
3750 2007-06-10  Karl Berry  <karl@gnu.org>
3751
3752         * config/srclist.txt: remove gettext entries, Bruno prefers
3753         to update individually.
3754
3755 2007-06-10  Bruno Haible  <bruno@clisp.org>
3756
3757         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
3758         'maxlen'. Ensure only length + width bytes are allocated, not
3759         length + 1 + width.
3760
3761 2007-06-09  Bruno Haible  <bruno@clisp.org>
3762
3763         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
3764         (CHAR_T): Remove macro.
3765         (VASNPRINTF): Update.
3766
3767 2007-06-09  Bruno Haible  <bruno@clisp.org>
3768
3769         * MODULES.html.sh (Unicode string functions): Add the new modules.
3770
3771         * modules/uniconv/u32-conv-to-enc: New file.
3772         * lib/uniconv/u32-conv-to-enc.c: New file.
3773         * modules/uniconv/u32-conv-to-enc-tests: New file.
3774         * tests/uniconv/test-u32-conv-to-enc.c: New file.
3775
3776         * modules/uniconv/u16-conv-to-enc: New file.
3777         * lib/uniconv/u16-conv-to-enc.c: New file.
3778         * lib/uniconv/u-conv-to-enc.h: New file.
3779         * modules/uniconv/u16-conv-to-enc-tests: New file.
3780         * tests/uniconv/test-u16-conv-to-enc.c: New file.
3781
3782         * modules/uniconv/u8-conv-to-enc: New file.
3783         * lib/uniconv/u8-conv-to-enc.c: New file.
3784         * modules/uniconv/u8-conv-to-enc-tests: New file.
3785         * tests/uniconv/test-u8-conv-to-enc.c: New file.
3786
3787         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
3788         u32_conv_to_encoding): New declarations.
3789
3790 2007-06-09  Bruno Haible  <bruno@clisp.org>
3791
3792         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
3793
3794 2007-06-09  Bruno Haible  <bruno@clisp.org>
3795
3796         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
3797         * modules/malloca: Renamed from modules/allocsa, updated.
3798         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
3799         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
3800         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
3801         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
3802         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
3803         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
3804         * modules/xmalloca: Renamed from modules/xallocsa, updated.
3805         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
3806         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
3807         * modules/c-strcasestr (Depends-on): Update.
3808         * lib/c-strcasestr.c: Update.
3809         * modules/c-strstr (Depends-on): Update.
3810         * lib/c-strstr.c: Update.
3811         * modules/canonicalize-lgpl (Depends-on): Update.
3812         * lib/canonicalize-lgpl.c: Update.
3813         * modules/clean-temp (Depends-on): Update.
3814         * lib/clean-temp.c: Update.
3815         * modules/csharpcomp (Depends-on): Update.
3816         * lib/csharpcomp.c: Update.
3817         * modules/csharpexec (Depends-on): Update.
3818         * lib/csharpexec.c: Update.
3819         * modules/javacomp (Depends-on): Update.
3820         * lib/javacomp.c: Update.
3821         * modules/javaexec (Depends-on): Update.
3822         * lib/javaexec.c: Update.
3823         * modules/mbscasestr (Depends-on): Update.
3824         * lib/mbscasestr.c: Update.
3825         * modules/mbsstr (Depends-on): Update.
3826         * lib/mbsstr.c: Update.
3827         * modules/setenv (Depends-on): Update.
3828         * lib/setenv.c: Update.
3829         * modules/strcasestr (Depends-on): Update.
3830         * lib/strcasestr.c: Update.
3831         * modules/striconveha (Depends-on): Update.
3832         * lib/striconveha.c: Update.
3833         * modules/relocatable-prog-wrapper (Files): Update.
3834         * lib/relocwrapper.c: Update.
3835         * build-aux/install-reloc: Update.
3836         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
3837
3838 2007-06-08  Bruno Haible  <bruno@clisp.org>
3839
3840         Port to uClibc.
3841         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
3842         * lib/fpurge.c (fpurge): Likewise.
3843         * lib/freading.c (freading): Likewise.
3844         * lib/fseeko.c (rpl_fseeko): Likewise.
3845         * lib/fseterr.c (fseterr): Likewise.
3846         * lib/fwriting.c (fwriting): Likewise.
3847         * tests/test-fflush.c (main): Avoid a failure on uClibc.
3848
3849 2007-06-08  Bruno Haible  <bruno@clisp.org>
3850
3851         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
3852         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
3853         * modules/gettext (Files): Add m4/intlmacosx.m4.
3854
3855 2007-06-07  Bruno Haible  <bruno@clisp.org>
3856
3857         * modules/localename-tests: New file.
3858         * tests/test-localename.c: New file.
3859
3860         New module 'localename'.
3861         * lib/localename.h: New file.
3862         * lib/localename.c: New file, from GNU gettext.
3863         * m4/localename.m4: New file.
3864         * modules/localename: New file.
3865
3866 2007-06-07  Bruno Haible  <bruno@clisp.org>
3867
3868         Work around the lack of <wchar.h> on some builds of uClibc.
3869         * doc/headers/wchar.texi: Update.
3870         * lib/wchar_.h: Include <wchar.h> only if it exists.
3871         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
3872         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
3873         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
3874         doesn't exist.
3875         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
3876         * modules/mbfile (Depends-on): Add wchar.
3877         * modules/mbiter (Depends-on): Likewise.
3878         * modules/mbuiter (Depends-on): Likewise.
3879         Reported by Simon Josefsson.
3880
3881 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
3882
3883         Work around problem reported by Steven M. Schweda in
3884         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
3885         Tru64 5.1B with the Compaq compiler environment installed declares
3886         an 'isblank' function but does not define it in the C library.
3887         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
3888         * lib/regex_internal.h (isblank): Likewise.
3889         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
3890         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
3891
3892 2007-06-05  Bruno Haible  <bruno@clisp.org>
3893
3894         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
3895         ia64.
3896         * modules/printf-safe: New file.
3897         * modules/fprintf-posix (Depends-on): Add printf-safe.
3898         * modules/printf-posix (Depends-on): Likewise.
3899         * modules/snprintf-posix (Depends-on): Likewise.
3900         * modules/sprintf-posix (Depends-on): Likewise.
3901         * modules/vasnprintf-posix (Depends-on): Likewise.
3902         * modules/vasprintf-posix (Depends-on): Likewise.
3903         * modules/vfprintf-posix (Depends-on): Likewise.
3904         * modules/vprintf-posix (Depends-on): Likewise.
3905         * modules/vsnprintf-posix (Depends-on): Likewise.
3906         * modules/vsprintf-posix (Depends-on): Likewise.
3907         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
3908         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
3909         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
3910         "no" on i386, x86_64, ia64.
3911         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
3912         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
3913         on i386, x86_64, ia64.
3914         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
3915         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
3916         on i386, x86_64, ia64.
3917         * tests/test-vasnprintf-posix.c: Include float.h.
3918         (LDBL80_WORDS): New macro.
3919         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
3920         on i386, x86_64, ia64.
3921         * tests/test-vasprintf-posix.c: Include float.h.
3922         (LDBL80_WORDS): New macro.
3923         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
3924         on i386, x86_64, ia64.
3925         * tests/test-snprintf-posix.c: Include float.h.
3926         * tests/test-sprintf-posix.c: Likewise.
3927         * tests/test-vsnprintf-posix.c: Likewise.
3928         * tests/test-vsprintf-posix.c: Likewise.
3929
3930 2007-06-05  Bruno Haible  <bruno@clisp.org>
3931
3932         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
3933         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
3934         non-IEEE numbers on i386, x86_64, ia64.
3935         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
3936         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
3937         * tests/test-isnanl.h: Include float.h.
3938         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
3939
3940 2007-06-05  Bruno Haible  <bruno@clisp.org>
3941
3942         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
3943         also the %a / %A. Handle the %a / %A code before this extra handling.
3944
3945 2007-06-05  Bruno Haible  <bruno@clisp.org>
3946
3947         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
3948         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
3949
3950 2007-06-05  Bruno Haible  <bruno@clisp.org>
3951
3952         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
3953         typo in variable name.
3954
3955 2007-06-05  Eric Blake  <ebb9@byu.net>
3956
3957         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
3958         Reported by Simon Josefsson.
3959
3960 2007-06-04  Bruno Haible  <bruno@clisp.org>
3961
3962         Avoid test failures on some PowerPC platforms.
3963         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
3964         Define differently for PowerPC.
3965         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
3966         Reported by Gary V. Vaughan <gary@gnu.org>.
3967
3968 2007-06-02  Bruno Haible  <bruno@clisp.org>
3969
3970         Fix test-stdint failure on FreeBSD/ia64.
3971         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
3972         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
3973         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
3974         * doc/headers/stdint.texi: Update.
3975
3976 2007-06-01  Bruno Haible  <bruno@clisp.org>
3977
3978         * tests/test-binary-io.c (main): Pass a third argument to open().
3979         Reported by Gary V. Vaughan <gary@gnu.org>.
3980
3981 2007-06-01  Bruno Haible  <bruno@clisp.org>
3982
3983         * doc/functions/frexpl.texi: Update for mingw.
3984
3985 2007-06-01  Bruno Haible  <bruno@clisp.org>
3986
3987         * tests/test-lseek.c (main): Disable test of errno for invalid third
3988         argument.
3989         * doc/functions/lseek.texi: Update.
3990         Reported by Gary V. Vaughan <gary@gnu.org>.
3991
3992 2007-05-28  Bruno Haible  <bruno@clisp.org>
3993
3994         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
3995
3996 2007-05-31  Eric Blake  <ebb9@byu.net>
3997
3998         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
3999         cross compiling.
4000
4001 2007-05-30  Eric Blake  <ebb9@byu.net>
4002         and Bruno Haible  <bruno@clisp.org>
4003
4004         Work around mingw test failures exposed by m4-1.4.9b.
4005         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
4006         * tests/test-unistd.c: Disable uid_t and git_t tests for the
4007         moment.
4008
4009 2007-05-30  Bruno Haible  <bruno@clisp.org>
4010
4011         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
4012         assuming that they are closed. Needed on HP-UX 11.
4013
4014 2007-05-29  Bruno Haible  <bruno@clisp.org>
4015
4016         Fix a problem with #include_next.
4017         * lib/dirent_.h: Split the double-inclusion guard.
4018         * lib/fcntl_.h: Likewise.
4019         * lib/float_.h: Likewise.
4020         * lib/iconv_.h: Likewise.
4021         * lib/inttypes_.h: Likewise.
4022         * lib/locale_.h: Likewise.
4023         * lib/math_.h: Likewise.
4024         * lib/netinet_in_.h: Likewise.
4025         * lib/search_.h: Likewise.
4026         * lib/signal_.h: Likewise.
4027         * lib/stdint_.h: Likewise.
4028         * lib/stdio_.h: Likewise.
4029         * lib/stdlib_.h: Likewise.
4030         * lib/string_.h: Likewise.
4031         * lib/sys_select_.h: Likewise.
4032         * lib/sys_socket_.h: Likewise.
4033         * lib/sys_stat_.h: Likewise.
4034         * lib/sys_time_.h: Likewise.
4035         * lib/sysexits_.h: Likewise.
4036         * lib/time_.h: Likewise.
4037         * lib/unistd_.h: Likewise.
4038         * lib/wchar_.h: Likewise.
4039         * lib/wctype_.h: Likewise.
4040
4041 2007-05-29  Bruno Haible  <bruno@clisp.org>
4042
4043         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
4044         for the moment.
4045
4046 2007-05-29  Bruno Haible  <bruno@clisp.org>
4047
4048         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
4049         invocation.
4050         Reported by Eric Blake.
4051
4052 2007-05-29  Bruno Haible  <bruno@clisp.org>
4053
4054         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
4055         compiling case.
4056
4057 2007-05-29  Eric Blake  <ebb9@byu.net>
4058             Bruno Haible  <bruno@clisp.org>
4059
4060         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
4061         cross compiles.
4062
4063 2007-05-28  Eric Blake  <ebb9@byu.net>
4064
4065         * modules/closein-tests (test_closein_LDADD): Support test on
4066         cygwin with libtool.
4067
4068 2007-05-28  Bruno Haible  <bruno@clisp.org>
4069
4070         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
4071         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
4072         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
4073         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
4074         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
4075         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
4076         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
4077         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
4078         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
4079
4080 2007-05-28  Eric Blake  <ebb9@byu.net>
4081
4082         Unconditionally include <config.h> in unit tests.
4083         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
4084         * tests/test-allocsa.c, tests/test-arcfour.c,
4085         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
4086         tests/test-array_list.c, tests/test-array_oset.c,
4087         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
4088         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
4089         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
4090         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
4091         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
4092         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
4093         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
4094         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
4095         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
4096         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
4097         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
4098         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
4099         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
4100         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
4101         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
4102         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
4103         test-md5.c, test-memmem.c, test-printf-posix.c,
4104         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
4105         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
4106         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
4107         test-strcasestr.c, test-striconv.c, test-striconveh.c,
4108         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
4109         test-vasnprintf-posix2.c, test-vasnprintf.c,
4110         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
4111         test-vfprintf-posix.c, test-vprintf-posix.c,
4112         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
4113         test-xvasprintf.c: Likewise.
4114
4115 2007-05-28  Bruno Haible  <bruno@clisp.org>
4116
4117         * gnulib-tool (func_import): Remember the --with-tests command-line
4118         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
4119         Reported by Eric Blake.
4120
4121 2007-05-28  Bruno Haible  <bruno@clisp.org>
4122
4123         * modules/ftell-tests: New file.
4124         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
4125         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
4126
4127         * lib/ftell.c: New file.
4128         * modules/ftell: New file.
4129         * m4/ftell.m4: New file.
4130         * doc/functions/ftell.texi: Update.
4131         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
4132         REPLACE_FTELL.
4133         * lib/stdio_.h (rpl_ftell): New declaration.
4134         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
4135         REPLACE_FTELL.
4136
4137 2007-05-28  Eric Blake  <ebb9@byu.net>
4138
4139         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
4140
4141 2007-05-28  Bruno Haible  <bruno@clisp.org>
4142
4143         * modules/fseek-tests: New file.
4144         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
4145         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
4146
4147         * lib/fseek.c: New file.
4148         * modules/fseek: New file.
4149         * m4/fseek.m4: New file.
4150         * doc/functions/fseek.texi: Update.
4151         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
4152         REPLACE_FSEEK.
4153         * lib/stdio_.h (rpl_fseek): New declaration.
4154         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
4155         REPLACE_FSEEK.
4156
4157 2007-05-28  Bruno Haible  <bruno@clisp.org>
4158
4159         * lib/stdio_.h (fflush): More comments.
4160
4161 2007-05-28  Bruno Haible  <bruno@clisp.org>
4162
4163         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
4164         runtime test.
4165
4166 2007-05-28  Eric Blake  <ebb9@byu.net>
4167
4168         Improve lseek module.
4169         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
4170         * lib/unistd_.h (lseek): Scale back link warning message.
4171         * tests/test-lseek.c: Beef up test.
4172         * tests/test-lseek.sh: Exercise more facets of lseek.
4173         Reported by Bruno Haible.
4174
4175 2007-05-28  Bruno Haible  <bruno@clisp.org>
4176
4177         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
4178         to define.
4179
4180 2007-05-27  Bruno Haible  <bruno@clisp.org>
4181
4182         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
4183
4184 2007-05-27  Bruno Haible  <bruno@clisp.org>
4185
4186         * modules/openmp: New file.
4187         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
4188         Noah Misch.
4189
4190 2007-05-26  Bruno Haible  <bruno@clisp.org>
4191
4192         * modules/chdir-long (Depends-on): Add fchdir.
4193         * modules/chdir-safer (Depends-on): Likewise.
4194         * modules/fts (Depends-on): Likewise.
4195         * modules/fts-lgpl (Depends-on): Likewise.
4196         * modules/openat (Depends-on): Likewise.
4197         * modules/savewd (Depends-on): Likewise.
4198
4199 2007-05-24  Eric Blake  <ebb9@byu.net>
4200
4201         Fix lseek on mingw.
4202         * modules/lseek: New module.
4203         * m4/lseek.m4: New file.
4204         * lib/lseek.c: New file.
4205         * modules/lseek-tests: New file.
4206         * tests/test-lseek.c: New file.
4207         * tests/test-lseek.sh: New file.
4208         * MODULES.html.sh: Document lseek module.
4209         * modules/fflush (Depends-on): Add lseek, fseeko.
4210         * modules/fseeko (Depends-on): Likewise.
4211         * modules/ftello (Depends-on): Likewise.
4212         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
4213         broken.
4214         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
4215         broken.
4216         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
4217         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
4218         * lib/ftello.c (rpl_ftello): Likewise.
4219         * tests/test-fseeko.c (main): Test this.
4220         * tests/test-fseeko.sh: Likewise.
4221         * tests/test-ftello.c (main): Likewise.
4222         * tests/test-ftello.sh: Likewise.
4223         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
4224         implies replacing fseek.
4225         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
4226         HAVE_FTELLO.
4227         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
4228         * modules/unistd (Makefile.am): Likewise.
4229         * lib/unistd_.h (lseek): Declare a replacement.
4230         * doc/functions/lseek.texi (lseek): Document this fix.
4231         * doc/functions/fseek.texi (fseek): Likewise.
4232         * doc/functions/ftell.texi (ftell): Likewise.
4233
4234 2007-05-24  Bruno Haible  <bruno@clisp.org>
4235
4236         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
4237         in the printed representation of a NaN.
4238         * tests/test-vasprintf-posix.c (test_function): Likewise.
4239         * tests/test-snprintf-posix.h (test_function): Likewise.
4240         * tests/test-sprintf-posix.h (test_function): Likewise.
4241         Reported by Eric Blake.
4242
4243 2007-05-23  Eric Blake  <ebb9@byu.net>
4244
4245         Fix fseeko/ftello on cygwin 1.5.24.
4246         * doc/functions/fseeko.texi (fseeko): Document the fix.
4247         * doc/functions/ftello.texi (ftello): Document the fix.
4248         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
4249         * doc/functions/stdout.text (stdout): New file.
4250         * doc/functions/stderr.text (stderr): New file.
4251         * doc/gnulib.texi (Function Substitutes): Use new files.
4252         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
4253         prior to 1.7.0.
4254         * tests/test-ftello.c (main): Likewise for ftello.
4255         * tests/test-fseeko.sh: New file.
4256         * tests/test-ftello.sh: New file.
4257         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
4258         with seekable stdin.
4259         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
4260         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
4261         (gl_REPLACE_FSEEKO): New macro.
4262         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
4263         * modules/fseeko (Files): Distribute fseeko.c.
4264         * modules/ftello (Files): Distribute ftello.c.
4265         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
4266         mode.
4267         * lib/ftello.c (rpl_ftello): New file.
4268         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
4269         fseeko, ftello.
4270         (gl_STDIN_LARGE_OFFSET): New macro.
4271         * modules/stdio (Makefile.am): Perform the replacement.
4272         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
4273
4274 2007-05-23  Bruno Haible  <bruno@clisp.org>
4275
4276         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
4277         GNULIB_POSIXCHECK is defined.
4278
4279 2007-05-21  Bruno Haible  <bruno@clisp.org>
4280
4281         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
4282         Check also the output for NaN arguments. When cross-compiling, guess
4283         no on IRIX.
4284         * lib/vasnprintf.c: Update comments.
4285         * tests/test-vasnprintf-posix.c (strisnan): New function.
4286         (test_function): Use it.
4287         * tests/test-vasprintf-posix.c (strisnan): New function.
4288         (test_function): Use it.
4289         * tests/test-snprintf-posix.h (strisnan): New function.
4290         (test_function): Use it.
4291         * tests/test-sprintf-posix.h (strisnan): New function.
4292         (test_function): Use it.
4293         Reported by Eric Blake.
4294
4295 2007-05-20  Bruno Haible  <bruno@clisp.org>
4296
4297         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
4298         numbers that fails on BeOS.
4299         * doc/functions/frexpl.texi: Update.
4300
4301 2007-05-20  Jim Meyering  <jim@meyering.net>
4302
4303         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
4304         forced upon us by glibc-2.6.
4305
4306 2007-05-20  Bruno Haible  <bruno@clisp.org>
4307
4308         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
4309         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
4310         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
4311         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
4312         NEED_PRINTF_INFINITE.
4313         (is_infinitel): New function.
4314         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
4315         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
4316         gl_PREREQ_VASNPRINTF_INFINITE.
4317         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
4318         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4319         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
4320         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
4321         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
4322         gl_PREREQ_VASNPRINTF_INFINITE.
4323         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4324         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4325         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4326         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4327         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4328         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4329         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4330         * doc/functions/fprintf.texi: Update.
4331         * doc/functions/printf.texi: Update.
4332         * doc/functions/snprintf.texi: Update.
4333         * doc/functions/sprintf.texi: Update.
4334         * doc/functions/vfprintf.texi: Update.
4335         * doc/functions/vprintf.texi: Update.
4336         * doc/functions/vsnprintf.texi: Update.
4337         * doc/functions/vsprintf.texi: Update.
4338
4339 2007-05-20  Bruno Haible  <bruno@clisp.org>
4340
4341         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
4342         was not found in libc.
4343         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
4344
4345 2007-05-20  Bruno Haible  <bruno@clisp.org>
4346
4347         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
4348         printed as "-nan" instead of "nan".
4349         * tests/test-vasprintf-posix.c (test_function): Likewise.
4350         * tests/test-snprintf-posix.h (test_function): Likewise.
4351         * tests/test-sprintf-posix.h (test_function): Likewise.
4352         Needed for HP-UX 11.
4353
4354 2007-05-20  Jim Meyering  <jim@meyering.net>
4355
4356         Fix buggy test for the fchownat-deref bug.
4357         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
4358         symlink required for the run-test.  Without it, this test would
4359         always declare that fchownat doesn't work, and client code would
4360         unnecessarily use the replacement function with fixed libc.
4361         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
4362         Reported by Greg Schafer.
4363
4364 2007-05-19  Bruno Haible  <bruno@clisp.org>
4365
4366         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
4367         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
4368         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
4369         Needed for IRIX 6.5 and Solaris 2.5.1.
4370
4371 2007-05-19  Bruno Haible  <bruno@clisp.org>
4372
4373         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
4374         (test_function): Skip tests involving -0.0 on platforms where
4375         -0.0 = 0.0.
4376         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
4377         (test_function): Skip tests involving -0.0 on platforms where
4378         -0.0 = 0.0.
4379         * tests/test-snprintf-posix.h (have_minus_zero): New function.
4380         (test_function): Skip tests involving -0.0 on platforms where
4381         -0.0 = 0.0.
4382         * tests/test-sprintf-posix.h (have_minus_zero): New function.
4383         (test_function): Skip tests involving -0.0 on platforms where
4384         -0.0 = 0.0.
4385         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
4386         tests.
4387         * tests/test-printf-posix.h (test_function): Likewise.
4388         * tests/test-printf-posix.output: Remove all -0.0 related results.
4389         Needed for IRIX 6.5.
4390
4391 2007-05-19  Bruno Haible  <bruno@clisp.org>
4392
4393         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
4394         printed as "nan0x7fffffff" instead of "nan".
4395         * tests/test-vasprintf-posix.c (test_function): Likewise.
4396         * tests/test-snprintf-posix.h (test_function): Likewise.
4397         * tests/test-sprintf-posix.h (test_function): Likewise.
4398         * tests/test-fprintf-posix.h (NaN): Remove macro.
4399         (test_function): Remove all NaN related tests.
4400         * tests/test-printf-posix.h (NaN): Remove macro.
4401         (test_function): Remove all NaN related tests.
4402         * tests/test-printf-posix.output: Remove all NaN related results.
4403         Needed for IRIX 6.5.
4404
4405 2007-05-19  Bruno Haible  <bruno@clisp.org>
4406
4407         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
4408         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
4409
4410 2007-05-19  Bruno Haible  <bruno@clisp.org>
4411
4412         * lib/float_.h: New file.
4413         * m4/float_h.m4: New file.
4414         * modules/float: New file.
4415         * modules/isnanl (Dependencies): Add float.
4416         * modules/isnanl-nolibm (Dependencies): Likewise.
4417         * modules/mathl (Dependencies): Likewise.
4418         * modules/printf-frexpl (Dependencies): Likewise.
4419         * modules/signbit (Dependencies): Likewise.
4420         * modules/vasnprintf (Dependencies): Likewise.
4421         * doc/headers/float.texi: Update.
4422
4423 2007-05-19  Jim Meyering  <jim@meyering.net>
4424
4425         * lib/utimens.c (gl_futimens): Rename from futimens,
4426         now that glibc-2.6 declares futimens.
4427         * lib/utimens.h: Likewise.
4428
4429 2007-05-19  Bruno Haible  <bruno@clisp.org>
4430
4431         Avoid test failures on mingw.
4432         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
4433         * tests/test-printf-posix.sh: Likewise.
4434         * tests/test-vfprintf-posix.sh: Likewise.
4435         * tests/test-vprintf-posix.sh: Likewise.
4436
4437 2007-05-19  Bruno Haible  <bruno@clisp.org>
4438
4439         Fix *printf result for NaN, Inf, -0.0 on mingw.
4440         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
4441         * lib/vasnprintf.c: Include math.h and isnan.h.
4442         (is_infinite_or_zero): New function.
4443         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
4444         values in the %f, %F, %e, %E, %g, %G directives.
4445         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
4446         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4447         gl_PRINTF_INFINITE and test its result. Invoke
4448         gl_PREREQ_VASNPRINTF_INFINITE.
4449         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4450         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4451         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4452         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4453         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4454         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4455         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4456         * doc/functions/fprintf.texi: Update.
4457         * doc/functions/printf.texi: Update.
4458         * doc/functions/snprintf.texi: Update.
4459         * doc/functions/sprintf.texi: Update.
4460         * doc/functions/vfprintf.texi: Update.
4461         * doc/functions/vprintf.texi: Update.
4462         * doc/functions/vsnprintf.texi: Update.
4463         * doc/functions/vsprintf.texi: Update.
4464
4465 2007-05-19  Bruno Haible  <bruno@clisp.org>
4466
4467         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
4468         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
4469         Instead of multiplying with 10^k, set extra_zeroes to k.
4470         (scale10_round_long_double): Remove function.
4471
4472 2007-05-18  Bruno Haible  <bruno@clisp.org>
4473
4474         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
4475         introduced on 2007-05-06.
4476
4477 2007-05-18  Bruno Haible  <bruno@clisp.org>
4478
4479         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
4480         %g directives.
4481         * tests/test-vasprintf-posix.c (test_function): Likewise.
4482         * tests/test-snprintf-posix.h (test_function): Likewise.
4483         * tests/test-sprintf-posix.h (test_function): Likewise.
4484
4485 2007-05-18  Bruno Haible  <bruno@clisp.org>
4486
4487         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
4488         (strmatch): New function.
4489         (test_function): Test the %f directive on numbers of various exponents.
4490         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
4491         (strmatch): New function.
4492         (test_function): Test the %f directive on numbers of various exponents.
4493         * tests/test-snprintf-posix.h (strmatch): New function.
4494         (test_function): Test the %f directive on numbers of various exponents.
4495         * tests/test-sprintf-posix.h (strmatch): New function.
4496         (test_function): Test the %f directive on numbers of various exponents.
4497         * tests/test-snprintf-posix.c (SIZEOF): New macro.
4498         * tests/test-sprintf-posix.c (SIZEOF): New macro.
4499         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
4500         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
4501
4502 2007-05-18  Bruno Haible  <bruno@clisp.org>
4503
4504         Add support for 'long double' number output.
4505         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
4506         * lib/vasnprintf.c: Include math.h and float+.h.
4507         (mp_limb_t): New type.
4508         (GMP_LIMB_BITS): New macro.
4509         (mp_twolimb_t): New type.
4510         (GMP_TWOLIMB_BITS): New macro.
4511         (mpn_t): New type.
4512         (multiply, divide, convert_to_decimal, decode_long_double,
4513         scale10_round_long_double, scale10_round_decimal_long_double,
4514         floorlog10l): New functions.
4515         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
4516         for the %f, %F, %e, %E, %g, %G directives.
4517         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
4518         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4519         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
4520         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
4521         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4522         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4523         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4524         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4525         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4526         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4527         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4528         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
4529         * modules/snprintf-posix (Depends-on): Likewise.
4530         * modules/sprintf-posix (Depends-on): Likewise.
4531         * modules/vasnprintf-posix (Depends-on): Likewise.
4532         * modules/vasprintf-posix (Depends-on): Likewise.
4533         * modules/vfprintf-posix (Depends-on): Likewise.
4534         * modules/vsnprintf-posix (Depends-on): Likewise.
4535         * modules/vsprintf-posix (Depends-on): Likewise.
4536         * modules/vasnprintf (Files): Add lib/float+.h.
4537         * doc/functions/fprintf.texi: Update.
4538         * doc/functions/printf.texi: Update.
4539         * doc/functions/snprintf.texi: Update.
4540         * doc/functions/sprintf.texi: Update.
4541         * doc/functions/vfprintf.texi: Update.
4542         * doc/functions/vprintf.texi: Update.
4543         * doc/functions/vsnprintf.texi: Update.
4544         * doc/functions/vsprintf.texi: Update.
4545
4546 2007-05-18  Bruno Haible  <bruno@clisp.org>
4547
4548         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
4549
4550 2007-05-18  Bruno Haible  <bruno@clisp.org>
4551
4552         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
4553         for printing 64-bit integers. Needed for mingw.
4554
4555 2007-05-18  Bruno Haible  <bruno@clisp.org>
4556
4557         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
4558         gl_FUNC_FREXPL_WORKS.
4559         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
4560
4561 2007-05-18  Bruno Haible  <bruno@clisp.org>
4562
4563         * modules/frexpl-nolibm-tests: New file.
4564
4565         * modules/frexpl-nolibm: New file.
4566         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
4567
4568 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
4569
4570         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
4571         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
4572         GCC 4.2, which otherwise issues a lot of warnings.
4573         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
4574         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
4575         Likewise.
4576         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
4577         * modules/iconv_open (iconv.h): Likewise.
4578         * modules/locale (locale.h): Likewise.
4579         * modules/netinet_in (netinet/in.h): Likewise.
4580         * modules/sys_select (sys_select.h): Likewise.
4581         * modules/sys_socket (sys/socket.h): Likewise.
4582         * modules/sys_stat (sys/stat.h): Likewise.
4583         * modules/sysexits (sysexits.h): Likewise.
4584         * modules/unistd (unistd.h): Likewise.
4585
4586 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4587
4588         * modules/closein-tests (Makefile.am): Distribute
4589         `test-closein.sh'.
4590
4591 2007-05-17  Bruno Haible  <bruno@clisp.org>
4592
4593         * tests/test-printf-posix.output: Renamed from
4594         tests/test-fprintf-posix.out.
4595         * modules/fprintf-posix-tests: Update.
4596         * modules/printf-posix-tests: Update.
4597         * modules/vfprintf-posix-tests: Update.
4598         * modules/vprintf-posix-tests: Update.
4599         * tests/test-fprintf-posix.sh: Update.
4600         * tests/test-printf-posix.sh: Update.
4601         * tests/test-vfprintf-posix.sh: Update.
4602         * tests/test-vprintf-posix.sh: Update.
4603         Reported by Ralf Wildenhues.
4604
4605 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
4606
4607         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
4608         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
4609         GCC 4.2, which otherwise issues a lot of warnings.
4610         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
4611         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
4612         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
4613         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
4614         it should no longer be needed.
4615         * lib/string_.h: Likewise.
4616         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
4617         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
4618         * modules/inttypes (inttypes.h): Likewise.
4619         * modules/math (math.h): Likewise.
4620         * modules/search (search.h): Likewise.
4621         * modules/signal (signal.h): Likewise.
4622         * modules/stdint (stdint.h): Likewise.
4623         * modules/stdio (stdio.h): Likewise.
4624         * modules/stdlib (stdlib.h): Likewise.
4625         * modules/string (string.h): Likewise.
4626         * modules/sys_time (sys/time.h): Likewise.
4627         * modules/time (time.h): Likewise.
4628         * modules/wchar (wchar.h): Likewise.
4629         * modules/wctype (wtype.h): Likewise.
4630
4631 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
4632
4633         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
4634
4635 2007-05-13  Bruno Haible  <bruno@clisp.org>
4636
4637         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
4638         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
4639         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
4640         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
4641         (gl_PREREQ_STRTOK_R): Don't require it here.
4642
4643 2007-05-13  Bruno Haible  <bruno@clisp.org>
4644
4645         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
4646         when used in C++ mode.
4647
4648 2007-05-12  Bruno Haible  <bruno@clisp.org>
4649
4650         * lib/linebuffer.h: Tweak doc.
4651         * lib/linebuffer.c: Likewise.
4652
4653 2007-05-12  James Youngman  <jay@gnu.org>
4654
4655         * lib/linebuffer.c (readlinebuffer_delim): New function,
4656         like readlinebuffer, but use a caller-specified delimiter.
4657         (readlinebuffer): Just call readlinebuffer_delim with '\n'
4658         as the delimiter.
4659         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
4660
4661 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
4662
4663         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
4664         * modules/openat (Files): Remove openat-die.c.
4665         (Depends-on): Add openat-die.
4666         * modules/openat-die: New module.
4667
4668 2007-05-06  Bruno Haible  <bruno@clisp.org>
4669
4670         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
4671         Update with info about Cygwin.
4672         * doc/functions/fprintf.texi: Update.
4673         * doc/functions/printf.texi: Update.
4674         * doc/functions/snprintf.texi: Update.
4675         * doc/functions/sprintf.texi: Update.
4676         * doc/functions/vfprintf.texi: Update.
4677         * doc/functions/vprintf.texi: Update.
4678         * doc/functions/vsnprintf.texi: Update.
4679         * doc/functions/vsprintf.texi: Update.
4680         Reported by Eric Blake.
4681
4682 2007-05-06  Bruno Haible  <bruno@clisp.org>
4683
4684         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
4685         padding ourselves for the floating-point directives.
4686         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
4687         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
4688         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4689         gl_PRINTF_FLAG_ZERO and test its result. Invoke
4690         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
4691         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4692         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
4693         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4694         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4695         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4696         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4697         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4698         * tests/test-snprintf-posix.h (test_function): Also check the width
4699         and some flags in the %f directive.
4700         * tests/test-sprintf-posix.h (test_function): Likewise.
4701         * tests/test-vasnprintf-posix.c (test_function): Likewise.
4702         * tests/test-vasprintf-posix.c (test_function): Likewise.
4703         * doc/functions/fprintf.texi: Update.
4704         * doc/functions/printf.texi: Update.
4705         * doc/functions/snprintf.texi: Update.
4706         * doc/functions/sprintf.texi: Update.
4707         * doc/functions/vfprintf.texi: Update.
4708         * doc/functions/vprintf.texi: Update.
4709         * doc/functions/vsnprintf.texi: Update.
4710         * doc/functions/vsprintf.texi: Update.
4711
4712 2007-05-06  Bruno Haible  <bruno@clisp.org>
4713
4714         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
4715         pass the ' flag character to sprintf or snprintf.
4716         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
4717         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
4718         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4719         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
4720         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
4721         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4722         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
4723         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4724         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4725         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4726         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4727         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4728         * tests/test-snprintf-posix.h (test_function): Also check the grouping
4729         flag.
4730         * tests/test-sprintf-posix.h (test_function): Likewise.
4731         * tests/test-vasnprintf-posix.c (test_function): Likewise.
4732         * tests/test-vasprintf-posix.c (test_function): Likewise.
4733         * doc/functions/fprintf.texi: Update.
4734         * doc/functions/printf.texi: Update.
4735         * doc/functions/snprintf.texi: Update.
4736         * doc/functions/sprintf.texi: Update.
4737         * doc/functions/vfprintf.texi: Update.
4738         * doc/functions/vprintf.texi: Update.
4739         * doc/functions/vsnprintf.texi: Update.
4740         * doc/functions/vsprintf.texi: Update.
4741
4742 2007-05-01  Bruno Haible  <bruno@clisp.org>
4743
4744         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
4745
4746 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
4747
4748         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
4749         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
4750
4751 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
4752
4753         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
4754         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
4755         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
4756
4757 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
4758
4759         * lib/argp-help.c (struct hol_entry): New member `ord'.
4760         (HOL_ENTRY_PTRCMP): Use ord for comparison
4761         (hol_sort): Initialize ord.
4762
4763 2007-05-01  Bruno Haible  <bruno@clisp.org>
4764
4765         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
4766         Reported by Eric Blake.
4767         * doc/gnulib.texi (Function Substitutes): Update.
4768
4769 2007-05-01  Bruno Haible  <bruno@clisp.org>
4770
4771         * doc/functions.texi: Remove file, now redundant through
4772         doc/functions/*.texi.
4773
4774 2007-05-01  Bruno Haible  <bruno@clisp.org>
4775
4776         * modules/argp (Depends-on): Add sleep.
4777
4778 2007-05-01  Bruno Haible  <bruno@clisp.org>
4779
4780         * modules/sleep-tests: New file.
4781         * tests/test-sleep.c: New file.
4782
4783         * modules/sleep: New file.
4784         * lib/sleep.c: New file.
4785         * m4/sleep.m4: New file.
4786         * lib/unistd_.h (sleep): New declaration.
4787         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
4788         HAVE_SLEEP.
4789         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
4790         * doc/functions/sleep.texi: Document the sleep module.
4791
4792 2007-05-01  Bruno Haible  <bruno@clisp.org>
4793
4794         * lib/sigprocmask.h: Remove file.
4795         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
4796         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
4797         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
4798         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
4799         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
4800         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
4801         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
4802         HAVE_SIGSET_T as a shell variable.
4803         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
4804         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
4805         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
4806         (Depends-on): Add signal. Remove verify.
4807         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
4808         (Include): Mention <signal.h> instead of sigprocmask.h.
4809         * NEWS: Mention the change.
4810         * lib/fatal-signal.c: Don't include sigprocmask.h.
4811
4812 2007-05-01  Bruno Haible  <bruno@clisp.org>
4813
4814         * modules/signal: New file.
4815         * lib/signal_.h: New file.
4816         * m4/signal_h.m4: New file.
4817
4818 2007-05-01  Bruno Haible  <bruno@clisp.org>
4819
4820         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
4821         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
4822         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
4823         HAVE_WCTYPE_CTMP_BUG into wctype.h.
4824
4825 2007-05-01  Bruno Haible  <bruno@clisp.org>
4826
4827         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
4828         configure time.
4829         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
4830         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
4831         * modules/sys_stat (Makefile.am): Substitute their values into
4832         sys/stat.h.
4833
4834 2007-05-01  Bruno Haible  <bruno@clisp.org>
4835
4836         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
4837         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
4838         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
4839
4840 2007-05-01  Bruno Haible  <bruno@clisp.org>
4841
4842         * doc/header/assert.texi: Undo last change: don't mention the gnulib
4843         'assert' module here.
4844
4845 2007-05-01  Bruno Haible  <bruno@clisp.org>
4846
4847         * doc/functions/*.texi: New files.
4848         * doc/functions/google-ranking.txt: New file.
4849         * doc/gnulib.texi (Function Substitutes): New chapter.
4850         (ctime, inet_ntoa): Remove sections.
4851         * doc/ctime.texi: Remove file.
4852         * doc/inet_ntoa.texi: Remove file.
4853         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
4854         dependencies.
4855         (%.info): New rule, specifying a --reference-limit.
4856
4857 2007-05-01  Bruno Haible  <bruno@clisp.org>
4858
4859         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
4860
4861 2007-05-01  Bruno Haible  <bruno@clisp.org>
4862
4863         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
4864         the portability of 'mkdir' to mingw systems.
4865
4866 2007-05-01  Bruno Haible  <bruno@clisp.org>
4867
4868         * doc/headers/google-ranking.txt: New file.
4869
4870 2007-04-30  Eric Blake  <ebb9@byu.net>
4871
4872         Prefer fseeko to fseek.
4873         * modules/getpass (Depends-on): Add fseeko.
4874         * lib/getpass.c (getpass): Use fseeko, not fseek.
4875
4876 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
4877
4878         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
4879         assumes the sorting is stable, while most qsort implementations
4880         are not.  Use argument addresses to ensure they never compare as
4881         equal.
4882
4883         * tests/test-argp-2.sh (usage-indent test): Fix output
4884         (func_compare): Restore diff options
4885         * tests/test-argp.c: Restore #include "progname.h"
4886
4887 2007-04-29  Bruno Haible  <bruno@clisp.org>
4888
4889         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
4890         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4891         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
4892         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4893         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
4894         (configure.ac): Define CHECK_SNPRINTF_POSIX.
4895         (TESTS, check_PROGRAMS): Add test-snprintf.
4896         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
4897         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
4898         (TESTS, check_PROGRAMS): Add test-vsnprintf.
4899         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
4900         assertions that fail on HP-UX, OSF/1, or IRIX.
4901         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
4902
4903 2007-04-29  Bruno Haible  <bruno@clisp.org>
4904
4905         * MODULES.html.sh (posix_functions): Remove 'contents'.
4906
4907 2007-04-29  Karl Berry  <karl@gnu.org>
4908
4909         * config/srclist.txt (gendocs_template_min): new entry.
4910
4911 2007-04-29  Bruno Haible  <bruno@clisp.org>
4912
4913         Work around fpurge bug on BSD systems.
4914         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
4915         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
4916         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
4917         fpurge to rpl_fpurge if the system already has this function.
4918         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
4919         the case where the system already has this function. Correct invariants
4920         on BSD systems.
4921         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
4922         BSD systems.
4923
4924 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
4925
4926         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
4927         proposed by Sven Verdoolaege.
4928
4929         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
4930         options.
4931         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
4932         (usage and help tests): Update
4933
4934 2007-04-29  Bruno Haible  <bruno@clisp.org>
4935
4936         * tests/test-fflush.c (main): Use a file of size 17, not 10.
4937         Print more information in case of failure. Disable a test on BeOS.
4938
4939 2007-04-29  Bruno Haible  <bruno@clisp.org>
4940
4941         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
4942         This helps debugging on systems on which no gdb is available.
4943
4944 2007-04-29  Bruno Haible  <bruno@clisp.org>
4945
4946         * lib/freading.h: Improve comments.
4947         * lib/fwriting.h: Likewise.
4948         * tests/test-freading.c (main): Don't check freading immediately after
4949         repositioning. Needed for glibc.
4950
4951 2007-04-29  Bruno Haible  <bruno@clisp.org>
4952
4953         * lib/freading.c (freading): Trivial simplification.
4954
4955 2007-04-28  Bruno Haible  <bruno@clisp.org>
4956
4957         * tests/test-fwriting.c (main): Also test the interaction between
4958         fflush and fwriting.
4959         * modules/fwriting-tests (Depends-on): Add fflush.
4960
4961         * tests/test-freading.c (main): Also test the interaction between
4962         fflush and freading.
4963         * modules/freading-tests (Depends-on): Add fflush.
4964
4965 2007-04-28  Bruno Haible  <bruno@clisp.org>
4966
4967         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
4968         fseeko and ftello.
4969         Suggested by Eric Blake.
4970
4971 2007-04-28  Jim Meyering  <jim@meyering.net>
4972
4973         Avoid false-negative in gl_STDINT_H's C99 conformance test.
4974         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
4975         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
4976
4977 2007-04-27  Eric Blake  <ebb9@byu.net>
4978
4979         * doc/headers/assert.texi (assert.h): Document assert module use.
4980
4981 2007-04-27  Bruno Haible  <bruno@clisp.org>
4982
4983         * doc/headers/*.texi: New files.
4984         * doc/gnulib.texi (Header File Substitutes): New chapter.
4985         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
4986         dependencies.
4987         (standards.info ,standards.html, standards.dvi): Update dependencies.
4988         (mostlyclean, clean): New targets.
4989
4990 2007-04-27  Bruno Haible  <bruno@clisp.org>
4991
4992         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
4993         * modules/sysexits (Files, Makefile.am): Update.
4994
4995         * lib/sys_socket_.h: Renamed from lib/socket_.h.
4996         * modules/sys_socket (Files, Makefile.am): Update.
4997
4998         * lib/sys_stat_.h: Renamed from lib/stat_.h.
4999         * modules/sys_stat (Files, Makefile.am): Update.
5000
5001 2007-04-27  Eric Blake  <ebb9@byu.net>
5002
5003         * lib/freading.h: Improve comments.
5004         * lib/fwriting.h: Likewise.
5005         * lib/fflush.c: Likewise.
5006
5007         Fix closein for mingw.
5008         * modules/closein-tests: Add tests for closein.
5009         * tests/test-closein.c: New file.
5010         * tests/test-closein.sh: Likewise.
5011         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
5012         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
5013
5014 2007-04-27  Bruno Haible  <bruno@clisp.org>
5015
5016         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
5017         version is < 6.
5018         * lib/math_.h [__DECC]: Likewise.
5019         * lib/stdio_.h [__DECC]: Likewise.
5020         * lib/stdlib_.h [__DECC]: Likewise.
5021         * lib/string_.h [__DECC]: Likewise.
5022         * lib/time_.h [__DECC]: Likewise.
5023         * lib/wchar_.h [__DECC]: Likewise.
5024         * lib/wctype_.h [__DECC]: Likewise.
5025
5026 2007-04-27  Bruno Haible  <bruno@clisp.org>
5027
5028         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
5029
5030 2007-04-27  Bruno Haible  <bruno@clisp.org>
5031
5032         * lib/fflush.c: Add comments.
5033         * modules/fpurge-tests (Depends-on): Add fflush.
5034         * modules/freadable-tests (Depends-on): Likewise.
5035         * modules/fwritable-tests (Depends-on): Likewise.
5036
5037 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
5038
5039         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
5040         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
5041         Report by Bruno Haible <bruno@clisp.org>.
5042
5043 2007-04-26  Eric Blake  <ebb9@byu.net>
5044
5045         Fix fflush on mingw.
5046         * modules/fflush (Depends-on): Add freading.
5047         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
5048         but unread data.
5049
5050 2007-04-26  Eric Blake  <ebb9@byu.net>
5051         and Bruno Haible  <bruno@clisp.org>
5052
5053         Implement freading and fwriting.
5054         * lib/freading.c: New file.
5055         * lib/freading.h: Likewise.
5056         * m4/freading.m4: Likewise.
5057         * modules/freading: Likewise.
5058         * modules/freading-tests: Likewise.
5059         * tests/test-freading.c: Likewise.
5060         * lib/fwriting.c: New file.
5061         * lib/fwriting.h: Likewise.
5062         * m4/fwriting.m4: Likewise.
5063         * modules/fwriting: Likewise.
5064         * modules/fwriting-tests: Likewise.
5065         * tests/test-fwriting.c: Likewise.
5066         * MODULES.html.sh (File stream based Input/Output): Mention them.
5067
5068 2007-04-26  Bruno Haible  <bruno@clisp.org>
5069
5070         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
5071         'long' when we assume it.
5072         Suggested by Eric Blake.
5073
5074 2007-04-26  Bruno Haible  <bruno@clisp.org>
5075
5076         Ensure fseeko, ftello are declared on glibc systems.
5077         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
5078         * modules/fseeko (configure.ac-early): Likewise.
5079         * modules/ftello (configure.ac-early): Likewise.
5080         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
5081         AC_FUNC_FSEEKO for this.
5082         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
5083         (gl_CHECK_FSEEKO): Remove macro.
5084
5085 2007-04-26  Bruno Haible  <bruno@clisp.org>
5086
5087         * tests/test-fflush.c (main): Also check the ftell result after
5088         fflush and fseek/fseeko.
5089         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
5090         file descriptor position cache in the stream.
5091         * lib/fseeko.c (rpl_fseeko): Likewise.
5092
5093 2007-04-26  Bruno Haible  <bruno@clisp.org>
5094
5095         * modules/fflush-tests (Depends-on): Add fseeko.
5096
5097 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
5098             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5099
5100         * lib/argz_.h: ensure error_t definition is obtained in same
5101         mechanism system argz.h would have.
5102         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
5103         argz facilities are known bad.  Err on the side of caution if
5104         cross-compiling.
5105
5106 2007-04-25  Eric Blake  <ebb9@byu.net>
5107
5108         * lib/fpurge.c (includes): Use stdlib.h for free.
5109         * tests/test-fflush.c (main): Also test fflush-fseeko.
5110
5111 2007-04-25  Bruno Haible  <bruno@clisp.org>
5112
5113         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
5114         * lib/fseeko.c: New file.
5115         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
5116         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
5117         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
5118         gl_FUNC_FSEEKO.
5119         (gl_FUNC_FSEEKO): Invoke it.
5120         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
5121         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
5122         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
5123
5124 2007-04-25  Bruno Haible  <bruno@clisp.org>
5125
5126         * modules/fflush (Depends-on): Add ftello.
5127
5128 2007-04-25  Bruno Haible  <bruno@clisp.org>
5129
5130         * modules/ftello-tests: New file.
5131         * tests/test-ftello.c: New file.
5132
5133         * modules/ftello: New file.
5134         * m4/ftello.m4: New file.
5135         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
5136         HAVE_FTELLO.
5137         * lib/stdio_.h (ftello): New declaration.
5138         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
5139         HAVE_FTELLO.
5140
5141 2007-04-25  Bruno Haible  <bruno@clisp.org>
5142
5143         * modules/fseeko-tests: New file.
5144         * tests/test-fseeko.c: New file.
5145
5146         * modules/fseeko: New file.
5147         * m4/fseeko.m4: New file.
5148         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
5149         HAVE_FSEEKO.
5150         * lib/stdio_.h (fseeko): New declaration.
5151         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
5152         HAVE_FSEEKO.
5153
5154 2007-04-25  Bruno Haible  <bruno@clisp.org>
5155
5156         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
5157
5158 2007-04-25  Bruno Haible  <bruno@clisp.org>
5159
5160         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
5161         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
5162         * tests/test-unistd.c: Likewise.
5163         * tests/test-fcntl.c: Likewise.
5164
5165 2007-04-23  Eric Blake  <ebb9@byu.net>
5166
5167         * lib/fflush.c: Fix missing include.
5168         Reported by Bruno Haible.
5169
5170 2007-04-23  Bruno Haible  <bruno@clisp.org>
5171
5172         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
5173         Reported by Eric Blake.
5174
5175 2007-04-23  Bruno Haible  <bruno@clisp.org>
5176
5177         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
5178
5179 2007-04-23  Bruno Haible  <bruno@clisp.org>
5180
5181         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
5182
5183 2007-04-23  Bruno Haible  <bruno@clisp.org>
5184
5185         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
5186         Needed on HP-UX 11.
5187
5188 2007-04-16  Eric Blake  <ebb9@byu.net>
5189
5190         Make fflush rely on fpurge.
5191         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
5192         open coding all variants.
5193         * modules/fflush (Depends-on): Add fpurge and unistd.
5194         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
5195         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
5196
5197         Fix --with-tests compilation on cygwin.
5198         * modules/argmatch-tests (Makefile.am): List gnulib library first
5199         in LDADD.
5200         * modules/argp-tests (Makefile.am): Likewise.
5201         * modules/array-list-tests (Makefile.am): Likewise.
5202         * modules/array-oset-tests (Makefile.am): Likewise.
5203         * modules/avltree-list-tests (Makefile.am): Likewise.
5204         * modules/avltree-oset-tests (Makefile.am): Likewise.
5205         * modules/avltreehash-list-tests (Makefile.am): Likewise.
5206         * modules/carray-list-tests (Makefile.am): Likewise.
5207         * modules/dirname-tests (Makefile.am): Likewise.
5208         * modules/frexp-tests (Makefile.am): Likewise.
5209         * modules/isnanl-tests (Makefile.am): Likewise.
5210         * modules/linked-list-tests (Makefile.am): Likewise.
5211         * modules/linkedhash-list-tests (Makefile.am): Likewise.
5212         * modules/lock-tests (Makefile.am): Likewise.
5213         * modules/rbtree-list-tests (Makefile.am): Likewise.
5214         * modules/rbtree-oset-tests (Makefile.am): Likewise.
5215         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
5216         * modules/tls-tests (Makefile.am): Likewise.
5217         * modules/tsearch-tests (Makefile.am): Likewise.
5218         * modules/xvasprintf-tests (Makefile.am): Likewise.
5219
5220         Fix fpurge for cygwin.
5221         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
5222         value.
5223         * modules/fpurge-tests (Depends-on): Clean up trash.
5224
5225 2007-04-16  Simon Josefsson  <simon@josefsson.org>
5226
5227         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
5228
5229         * m4/autobuild.m4: Re-indent.
5230
5231 2007-04-13  Bruno Haible  <bruno@clisp.org>
5232
5233         * modules/fpurge-tests: New file.
5234         * tests/test-fpurge.c: New file.
5235
5236         * modules/fpurge: New file.
5237         * lib/fpurge.h: New file.
5238         * lib/fpurge.c: New file.
5239         * m4/fpurge.m4: New file.
5240
5241 2007-04-13  Bruno Haible  <bruno@clisp.org>
5242
5243         * modules/fbufmode-tests: New file.
5244         * tests/test-fbufmode.c: New file.
5245
5246         * modules/fbufmode: New file.
5247         * lib/fbufmode.h: New file.
5248         * lib/fbufmode.c: New file.
5249         * m4/fbufmode.m4: New file.
5250
5251 2007-04-13  Bruno Haible  <bruno@clisp.org>
5252
5253         * modules/fwritable-tests: New file.
5254         * tests/test-fwritable.c: New file.
5255
5256         * modules/fwritable: New file.
5257         * lib/fwritable.h: New file.
5258         * lib/fwritable.c: New file.
5259         * m4/fwritable.m4: New file.
5260
5261 2007-04-13  Bruno Haible  <bruno@clisp.org>
5262
5263         * modules/freadable-tests: New file.
5264         * tests/test-freadable.c: New file.
5265
5266         * modules/freadable: New file.
5267         * lib/freadable.h: New file.
5268         * lib/freadable.c: New file.
5269         * m4/freadable.m4: New file.
5270
5271 2007-04-13  Bruno Haible  <bruno@clisp.org>
5272
5273         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
5274         MOSTLYCLEANFILES.
5275
5276 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
5277
5278         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
5279         gzip bootstrap.conf to avoid dragging in i18n machinery.
5280         (gnulib_tool_option): Use it.
5281
5282 2007-04-13  Bruno Haible  <bruno@clisp.org>
5283
5284         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
5285         %F directives.
5286         * tests/test-vasprintf-posix.c (test_function): Likewise.
5287         * tests/test-snprintf-posix.h (test_function): Likewise.
5288         * tests/test-sprintf-posix.h (test_function): Likewise.
5289         * tests/test-fprintf-posix.h (test_function): Likewise.
5290         * tests/test-printf-posix.h (test_function): Likewise.
5291         * tests/test-fprintf-posix.out: Likewise.
5292
5293 2007-04-13  Bruno Haible  <bruno@clisp.org>
5294
5295         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
5296         * modules/tls-tests (configure.ac): Likewise.
5297         Reported by Arto C. Nirkko <anirkko@insel.ch>.
5298
5299 2007-04-13  Bruno Haible  <bruno@clisp.org>
5300
5301         * lib/tls.c (glthread_tls_get): Fix return type.
5302         Patch by Arto C. Nirkko <anirkko@insel.ch>.
5303
5304 2007-04-12  Eric Blake  <ebb9@byu.net>
5305
5306         * modules/gettime (Depends-on): Remove gettime.
5307         Reported by Dmitry V. Levin.
5308
5309 2007-04-12  Bruno Haible  <bruno@clisp.org>
5310
5311         * modules/fflush (Include): Mention <stdio.h>.
5312         * modules/strtoimax (Include): Mention <inttypes.h>.
5313         * modules/strtoumax (Include): Likewise.
5314
5315 2007-04-12  Eric Blake  <ebb9@byu.net>
5316
5317         * .cvsignore: New file.
5318         * .gitignore: Likewise.
5319
5320 2007-04-12  Bruno Haible  <bruno@clisp.org>
5321
5322         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
5323         not before, since $(LDADD) often contains libgnu.a.
5324         * modules/striconv-tests (test_striconv_LDADD): Likewise.
5325         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
5326         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
5327         Needed on Cygwin.
5328
5329 2007-04-12  Eric Blake  <ebb9@byu.net>
5330
5331         Work around glibc's failure to flush stdin on fclose.
5332         * lib/closein.c (close_stdin): Flush stdin before closing.
5333
5334         Work around glibc's failure to reset seekable stdin on exit.
5335         * modules/closein: New module.
5336         * lib/closein.c: New file.
5337         * lib/closein.h: Likewise.
5338         * m4/closein.m4: Likewise.
5339         * MODULES.html.sh (File stream based Input/Output): Document it.
5340
5341 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5342
5343         * gnulib-tool: Rename generated 'autobuild' script to
5344         'do-autobuild' in --create-megatestdir output.
5345
5346         * doc/gnulib.texi (Build robot for gnulib): Fix.
5347
5348 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5349
5350         * modules/sysexits (Depends-on): Add absolute-header.
5351
5352 2007-04-12  Eric Blake  <ebb9@byu.net>
5353
5354         No need to preserve errno on success.
5355         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
5356         Reported by Bruno Haible.
5357
5358 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5359
5360         * MODULES.html.sh (Support for maintaining and releasing
5361         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
5362
5363 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5364
5365         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
5366
5367 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5368
5369         * modules/autobuild: New module.
5370
5371         * m4/autobuild.m4: New file.
5372
5373 2007-04-11  Bruno Haible  <bruno@clisp.org>
5374
5375         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
5376         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
5377         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
5378         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
5379         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5380         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5381         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5382         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5383         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5384         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5385         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
5386         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5387         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5388         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
5389         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5390         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5391         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
5392         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5393         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5394         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
5395         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5396         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5397         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
5398         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5399         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5400         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
5401         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5402         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5403         Reported by Eric Blake.
5404
5405 2007-04-11  Bruno Haible  <bruno@clisp.org>
5406
5407         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
5408
5409 2007-04-10  Bruno Haible  <bruno@clisp.org>
5410
5411         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
5412         for NaN and Infinity. Needed on FreeBSD 6.1.
5413         * tests/test-vasnprintf-posix.c (test_function): Undo last change
5414         regarding results for "%010a" of Infinity and NaN.
5415         * tests/test-vasprintf-posix.c (test_function): Likewise.
5416         * tests/test-snprintf-posix.h (test_function): Likewise.
5417         * tests/test-sprintf-posix.h (test_function): Likewise.
5418         * tests/test-fprintf-posix.h (test_function): Likewise.
5419         * tests/test-printf-posix.h (test_function): Likewise.
5420         * tests/test-fprintf-posix.out: Likewise.
5421
5422 2007-04-10  Bruno Haible  <bruno@clisp.org>
5423
5424         * modules/locale-tests: New file.
5425         * tests/test-locale.c: New file.
5426
5427         * modules/locale: New file.
5428         * lib/locale_.h: New file.
5429         * m4/locale_h.m4: New file.
5430
5431 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
5432             Bruno Haible  <bruno@clisp.org>
5433
5434         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
5435         be determined, test for availability of the copysignf, copysign,
5436         copysignl functions.
5437         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
5438         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
5439         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
5440
5441 2007-04-09  Eric Blake  <ebb9@byu.net>
5442
5443         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
5444         * modules/stdio (Makefile.am): Support fflush.
5445         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
5446         * modules/fflush: New file.
5447         * lib/fflush.c: Likewise.
5448         * m4/fflush.m4: Likewise.
5449         * modules/fflush-tests: New test.
5450         * tests/test-fflush.c: Likewise.
5451         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
5452
5453 2007-04-06  Bruno Haible  <bruno@clisp.org>
5454
5455         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
5456         (VASNPRINTF): Use signbit for faster determination whether to print a
5457         minus sign.
5458         * modules/vasnprintf (Files): Remove lib/float+.h.
5459         * modules/fprintf-posix (Depends-on): Add signbit.
5460         * modules/snprintf-posix (Depends-on): Likewise.
5461         * modules/sprintf-posix (Depends-on): Likewise.
5462         * modules/vasnprintf-posix (Depends-on): Likewise.
5463         * modules/vasprintf-posix (Depends-on): Likewise.
5464         * modules/vfprintf-posix (Depends-on): Likewise.
5465         * modules/vsnprintf-posix (Depends-on): Likewise.
5466         * modules/vsprintf-posix (Depends-on): Likewise.
5467
5468 2007-04-06  Bruno Haible  <bruno@clisp.org>
5469
5470         * tests/test-frexp.c (main): Test also the sign bit of zero results.
5471         * tests/test-frexpl.c (main): Likewise.
5472         * tests/test-ldexpl.c (main): Likewise.
5473         * modules/frexp-tests (Depends-on): Add signbit.
5474         * modules/frexpl-tests (Depdends-on): Likewise.
5475         * modules/ldexpl-tests (Depdends-on): Likewise.
5476
5477 2007-04-06  Bruno Haible  <bruno@clisp.org>
5478
5479         * modules/signbit-tests: New file.
5480         * tests/test-signbit.c: New file.
5481
5482         * modules/signbit: New file.
5483         * lib/signbitf.c: New file.
5484         * lib/signbitd.c: New file.
5485         * lib/signbitl.c: New file.
5486         * m4/signbit.m4: New file.
5487         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
5488         (signbit): New macro.
5489         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
5490         REPLACE_SIGNBIT.
5491         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
5492         REPLACE_FREXPL into math.h.
5493
5494 2007-04-06  Bruno Haible  <bruno@clisp.org>
5495
5496         * modules/isnanf-nolibm-tests: New file.
5497         * tests/test-isnanf.c: New file.
5498
5499         * modules/isnanf-nolibm: New file.
5500         * lib/isnanf.h: New file.
5501         * lib/isnanf.c: New file.
5502         * lib/isnan.c: Consider the USE_FLOAT macro.
5503         * m4/isnanf.m4: New file.
5504
5505 2007-04-06  Bruno Haible  <bruno@clisp.org>
5506
5507         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
5508         (Link): New section.
5509
5510         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
5511
5512 2007-04-06  Bruno Haible  <bruno@clisp.org>
5513
5514         Assume the 'long double' type.
5515         * m4/longdouble.m4: Remove file.
5516         * config/srclist.txt: Don't mention longdouble.m4.
5517         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
5518         * lib/float+.h: Likewise.
5519         * lib/frexp.c: Likewise.
5520         * lib/printf-args.h: Likewise.
5521         * lib/printf-args.c: Likewise.
5522         * lib/printf-frexp.c: Likewise.
5523         * lib/printf-parse.c: Likewise.
5524         * lib/vasnprintf.c: Likewise.
5525         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
5526         * m4/intl.m4: Likewise.
5527         * m4/isnanl.m4: Likewise.
5528         * m4/printf.m4: Likewise.
5529         * m4/printf-frexpl.m4: Likewise.
5530         * m4/vasnprintf.m4: Likewise.
5531         * modules/allocsa (Files): Remove m4/longdouble.m4.
5532         * modules/gettext (Files): Likewise.
5533         * modules/relocatable-prog-wrapper (Files): Likewise.
5534         * modules/vasnprintf (Files): Likewise.
5535         * modules/isnanl (Files): Likewise.
5536         (Include): Simplify.
5537         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
5538         (Include): Simplify.
5539         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
5540         (Include): Simplify.
5541         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
5542         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5543         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
5544         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5545         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
5546         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5547         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
5548         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5549         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
5550         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5551         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
5552         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5553         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
5554         * tests/test-isnanl.c: Likewise.
5555         * tests/test-snprintf-posix.h: Likewise.
5556         * tests/test-sprintf-posix.h: Likewise.
5557         * tests/test-vasnprintf-posix.c: Likewise.
5558         * tests/test-vasnprintf-posix2.c: Likewise.
5559         * tests/test-vasprintf-posix.c: Likewise.
5560
5561 2007-04-06  Bruno Haible  <bruno@clisp.org>
5562
5563         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
5564         * lib/math_.h [__DECC]: Include the overridden include file through
5565         #include_next, outside the double-inclusion guard.
5566         * lib/stdio_.h [__DECC]: Likewise.
5567         * lib/stdlib_.h [__DECC]: Likewise.
5568         * lib/string_.h [__DECC]: Likewise.
5569         * lib/time_.h [__DECC]: Likewise.
5570         * lib/wchar_.h [__DECC]: Likewise.
5571         * lib/wctype_.h [__DECC]: Likewise.
5572         * lib/inttypes_.h [__DECC]: Likewise.
5573         Reported by Albert Chin <china@thewrittenword.com> in
5574         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
5575
5576 2007-04-04  Eric Blake  <ebb9@byu.net>
5577
5578         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
5579         1.5.x.
5580
5581 2007-04-04  Bruno Haible  <bruno@clisp.org>
5582
5583         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
5584         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
5585
5586 2007-04-04  Bruno Haible  <bruno@clisp.org>
5587
5588         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
5589         results for "%010a" of Infinity and NaN.
5590         * tests/test-vasprintf-posix.c (test_function): Likewise.
5591         * tests/test-snprintf-posix.h (test_function): Likewise.
5592         * tests/test-sprintf-posix.h (test_function): Likewise.
5593         * tests/test-fprintf-posix.h (test_function): Remove these tests.
5594         * tests/test-printf-posix.h (test_function): Likewise.
5595         * tests/test-fprintf-posix.out: Update.
5596         Needed for FreeBSD 6.1.
5597
5598 2007-04-04  Bruno Haible  <bruno@clisp.org>
5599
5600         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
5601         directly used by the gnulib modules nor by gnulib-tool.
5602
5603 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
5604
5605         * DEPENDENCIES: Give overall description of version dependency
5606         desirability.  Use more-typical names for apps.
5607         Add shell, coreutils, diffutils, grep, tar, gzip.
5608
5609 2007-04-04  Simon Josefsson  <simon@josefsson.org>
5610
5611         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
5612
5613 2007-04-04  Karl Berry  <karl@gnu.org>
5614
5615         * MODULES.html.sh (func_module): missing '.
5616
5617 2007-04-03  Bruno Haible  <bruno@clisp.org>
5618
5619         * modules/argmatch-tests (Makefile.am): New variable
5620         test_argmatch_LDADD.
5621         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
5622         * modules/array-list-tests (Makefile.am): New variable
5623         test_array_list_LDADD.
5624         * modules/array-oset-tests (Makefile.am): New variable
5625         test_array_oset_LDADD.
5626         * modules/avltree-list-tests (Makefile.am): New variable
5627         test_avltree_list_LDADD.
5628         * modules/avltree-oset-tests (Makefile.am): New variable
5629         test_avltree_oset_LDADD.
5630         * modules/avltreehash-list-tests (Makefile.am): New variable
5631         test_avltreehash_list_LDADD.
5632         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
5633         test_canonicalize_lgpl_LDADD.
5634         * modules/carray-list-tests (Makefile.am): New variable
5635         test_carray_list_LDADD.
5636         * modules/dirname-tests (Makefile.am): New variable
5637         test_dirname_LDADD.
5638         * modules/linked-list-tests (Makefile.am): New variable
5639         test_linked_list_LDADD.
5640         * modules/linkedhash-list-tests (Makefile.am): New variable
5641         test_linkedhash_list_LDADD.
5642         * modules/rbtree-list-tests (Makefile.am): New variable
5643         test_rbtree_list_LDADD.
5644         * modules/rbtree-oset-tests (Makefile.am): New variable
5645         test_rbtree_oset_LDADD.
5646         * modules/rbtreehash-list-tests (Makefile.am): New variable
5647         test_rbtreehash_list_LDADD.
5648         * modules/xvasprintf-tests (Makefile.am): New variable
5649         test_xvasprintf_LDADD.
5650         Reported by Eric Blake.
5651
5652 2007-04-03  Eric Blake  <ebb9@byu.net>
5653
5654         * DEPENDENCIES: Weaken m4 requirements.
5655
5656 2007-04-03  Bruno Haible  <bruno@clisp.org>
5657
5658         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
5659         * modules/isnanl-tests (configure.ac): Likewise.
5660
5661 2007-04-03  Ben Pfaff  <blp@gnu.org>
5662
5663         * modules/iconv_open: Add $(srcdir)/ to source directory
5664         references in Makefile fragments that call gperf, to fix VPATH
5665         builds.
5666
5667 2007-04-03  Bruno Haible  <bruno@clisp.org>
5668
5669         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
5670         * lib/ldexpl.c: Undo last change.
5671
5672 2007-04-03  Bruno Haible  <bruno@clisp.org>
5673
5674         * modules/printf-frexpl (Depends-on): Undo last change.
5675         (Files): Add m4/ldexpl.m4.
5676
5677 2007-04-03  Bruno Haible  <bruno@clisp.org>
5678
5679         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
5680         * modules/isnanl (Link): New section.
5681
5682         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
5683         * modules/frexp (Link): New section.
5684
5685         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
5686         * modules/frexpl (Link): New section.
5687
5688         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
5689         * modules/ldexpl (Link): New section.
5690
5691 2007-04-03  Bruno Haible  <bruno@clisp.org>
5692
5693         * modules/TEMPLATE-EXTENDED: New file.
5694         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
5695
5696 2007-04-03  Bruno Haible  <bruno@clisp.org>
5697
5698         * DEPENDENCIES: New file.
5699         Suggested by Simon Josefsson.
5700
5701 2007-04-03  Bruno Haible  <bruno@clisp.org>
5702
5703         * doc/gnulib.texi: Escape @.
5704
5705 2007-04-03  James Youngman  <jay@gnu.org>
5706         and Paul Eggert  <eggert@cs.ucla.edu>
5707
5708         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
5709         birthtime on all systems that have birthtime, not just those which
5710         use st_birthtimensec rather than st_birthtim.  Putting zero in
5711         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
5712         that the birth time is not available for files on an NFS mount.
5713
5714 2007-04-03  Simon Josefsson  <simon@josefsson.org>
5715
5716         * modules/memxor: Move back from crypto/, suggested by Bruno.
5717         * modules/crypto/hmac-sha1: Fix memxor dependency.
5718
5719         * modules/crypto/gc: Moved from ../.
5720
5721 2007-04-02  Eric Blake  <ebb9@byu.net>
5722
5723         * lib/ldexpl.c (includes): Avoid libm.
5724
5725         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
5726
5727 2007-04-02  Bruno Haible  <bruno@clisp.org>
5728
5729         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
5730         on IRIX.
5731
5732 2007-04-02  Bruno Haible  <bruno@clisp.org>
5733
5734         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
5735         x86 or x86_64 platforms running MacOS X.
5736         Reported by Ryan Schmidt <@ryandesign.com>.
5737
5738 2007-04-02  Bruno Haible  <bruno@clisp.org>
5739
5740         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
5741         i386.
5742
5743 2007-04-01  Simon Josefsson  <simon@josefsson.org>
5744
5745         * modules/crypto/arcfour: Moved from ../.
5746         * modules/crypto/arcfour-tests: Moved from ../.
5747         * modules/crypto/arctwo: Moved from ../.
5748         * modules/crypto/arctwo-tests: Moved from ../.
5749         * modules/crypto/des: Moved from ../.
5750         * modules/crypto/des-tests: Moved from ../.
5751         * modules/crypto/gc-arcfour: Moved from ../.
5752         * modules/crypto/gc-arcfour-tests: Moved from ../.
5753         * modules/crypto/gc-arctwo: Moved from ../.
5754         * modules/crypto/gc-arctwo-tests: Moved from ../.
5755         * modules/crypto/gc-des: Moved from ../.
5756         * modules/crypto/gc-des-tests: Moved from ../.
5757         * modules/crypto/gc-hmac-md5: Moved from ../.
5758         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
5759         * modules/crypto/gc-hmac-sha1: Moved from ../.
5760         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
5761         * modules/crypto/gc-md2: Moved from ../.
5762         * modules/crypto/gc-md2-tests: Moved from ../.
5763         * modules/crypto/gc-md4: Moved from ../.
5764         * modules/crypto/gc-md4-tests: Moved from ../.
5765         * modules/crypto/gc-md5: Moved from ../.
5766         * modules/crypto/gc-md5-tests: Moved from ../.
5767         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
5768         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
5769         * modules/crypto/gc-random: Moved from ../.
5770         * modules/crypto/gc-rijndael: Moved from ../.
5771         * modules/crypto/gc-rijndael-tests: Moved from ../.
5772         * modules/crypto/gc-sha1: Moved from ../.
5773         * modules/crypto/gc-sha1-tests: Moved from ../.
5774         * modules/crypto/gc-tests: Moved from ../.
5775         * modules/crypto/hmac-md5: Moved from ../.
5776         * modules/crypto/hmac-md5-tests: Moved from ../.
5777         * modules/crypto/hmac-sha1: Moved from ../.
5778         * modules/crypto/hmac-sha1-tests: Moved from ../.
5779         * modules/crypto/md2: Moved from ../.
5780         * modules/crypto/md2-tests: Moved from ../.
5781         * modules/crypto/md4: Moved from ../.
5782         * modules/crypto/md4-tests: Moved from ../.
5783         * modules/crypto/md5: Moved from ../.
5784         * modules/crypto/md5-tests: Moved from ../.
5785         * modules/crypto/memxor: Moved from ../.
5786         * modules/crypto/rijndael: Moved from ../.
5787         * modules/crypto/rijndael-tests: Moved from ../.
5788         * modules/crypto/sha1: Moved from ../.
5789
5790 2007-03-30  James Youngman  <jay@gnu.org>
5791
5792         * tests/test-stat-time.c (prepare_test): use chmod() rather than
5793         rename() to change the ctime of a file (because ctime is unaffected
5794         by rename on jfs2 on AIX 5.1).
5795         (main): Start by doing cleanup, in case a previous run failed leaving
5796         test files behind.
5797
5798 2007-03-31  Bruno Haible  <bruno@clisp.org>
5799
5800         Support old proprietary implementations of iconv.
5801         * modules/iconv_open: New file.
5802         * lib/iconv_.h: New file.
5803         * m4/iconv_h.m4: New file.
5804         * lib/iconv_open.c: New file.
5805         * lib/iconv_open-aix.gperf: New file.
5806         * lib/iconv_open-hpux.gperf: New file.
5807         * lib/iconv_open-irix.gperf: New file.
5808         * lib/iconv_open-osf.gperf: New file.
5809         * m4/iconv_open.m4: New file.
5810         * modules/linebreak (Depends-on): Add iconv_open.
5811         * modules/striconv (Depends-on): Likewise.
5812         * modules/striconveh (Depends-on): Likewise.
5813         * modules/unicodeio (Depends-on): Likewise.
5814         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
5815         (iconv_t)(-1).
5816         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
5817         conversion if cd is (iconv_t)(-1).
5818         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
5819         is not possible.
5820
5821 2007-03-31  Bruno Haible  <bruno@clisp.org>
5822
5823         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
5824         work on Solaris either. Protect also second use of "autodetect_jp".
5825
5826 2007-03-31  Bruno Haible  <bruno@clisp.org>
5827
5828         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
5829         the function is not present.
5830
5831 2007-03-31  Bruno Haible  <bruno@clisp.org>
5832
5833         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
5834         the function is not present.
5835
5836 2007-03-31  Bruno Haible  <bruno@clisp.org>
5837
5838         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
5839         a bug in HP-UX iconv_open().
5840
5841 2007-03-31  Bruno Haible  <bruno@clisp.org>
5842
5843         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
5844         (Mathematics <math.h>): New section, add fpieee.
5845         (Input/output <stdio.h>): Add fseterr.
5846         (Mathematics <math.h>): New section, add printf-frexp.
5847         (Container data structures): Add sublist.
5848         (Core language properties): Add fpucw, inline.
5849         (Functions for greatest-width integer types <inttypes.h>): Add
5850         imaxabs, imaxdiv, inttypes.
5851         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
5852         isnanl-nolibm, ldexp.
5853         (Mathematics <math.h>): New section, add printf-frexpl.
5854         (Support for systems lacking POSIX:2001): Add fprintf-posix,
5855         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
5856         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
5857         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
5858         (Unicode string functions): Add unistr/u*-mbtoucr.
5859         (Java): Add javacomp-script, javaexec-script.
5860         (C#): Add csharpcomp-script, csharpexec-script.
5861         (Support for building libraries and executables): Add havelib,
5862         relocatable-*.
5863         (Support for maintaining and releasing projects): Renamed from
5864         'Support for maintaining and release projects'. Add announce-gen.
5865
5866 2007-03-31  Bruno Haible  <bruno@clisp.org>
5867
5868         * README: Talk primarily about git.
5869         (git and CVS): Renamed from CVS.
5870         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
5871         gnulib is available through git.
5872         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
5873
5874 2007-03-30  Bruno Haible  <bruno@clisp.org>
5875
5876         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
5877         * lib/poll_.h: Likewise.
5878         * lib/stat_.h: Likewise.
5879         * lib/sys_time_.h: Likewise.
5880         * lib/sysexit_.h: Likewise.
5881         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
5882         * lib/stdbool_.h: Likewise.
5883         * lib/byteswap_.h: Add double-inclusion guard.
5884
5885 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
5886
5887         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
5888
5889 2007-03-30  Karl Berry  <karl@gnu.org>
5890
5891         * config/srclist-update: double space after USA in the license
5892         substitution, since that's how it's usually (?) written.
5893
5894 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
5895
5896         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
5897         reported by Bruno Haible.
5898
5899 2007-03-29  Bruno Haible  <bruno@clisp.org>
5900
5901         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
5902         a bug in AIX iconv().
5903
5904 2007-03-29  Bruno Haible  <bruno@clisp.org>
5905
5906         * modules/ldexpl-tests: New file.
5907         * tests/test-ldexpl.c: New file.
5908
5909 2007-03-29  Bruno Haible  <bruno@clisp.org>
5910
5911         * lib/ldexpl.c: Include fpucw.h.
5912         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
5913         multiplication.
5914         * modules/ldexpl (Depends-on): Add fpucw.
5915
5916 2007-03-29  Bruno Haible  <bruno@clisp.org>
5917
5918         * modules/ldexpl: New file.
5919         * m4/ldexpl.m4: New file.
5920         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
5921         set.
5922         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
5923         REPLACE_LDEXPL.
5924         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
5925         REPLACE_LDEXPL.
5926         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
5927         gl_FUNC_LDEXPL_WORKS.
5928         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
5929         * modules/mathl (Files): Remove lib/ldexpl.c.
5930         (Depends-on): Add ldexpl.
5931
5932 2007-03-29  Bruno Haible  <bruno@clisp.org>
5933
5934         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
5935
5936 2007-03-29  Bruno Haible  <bruno@clisp.org>
5937
5938         * tests/test-striconveh.c (main): Don't assume that a direct conversion
5939         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
5940         and possibly also HP-UX.
5941         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
5942         work on AIX, IRIX, HP-UX, OSF/1.
5943         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
5944         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
5945         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
5946         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
5947         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
5948         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
5949
5950 2007-03-29  Bruno Haible  <bruno@clisp.org>
5951
5952         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
5953
5954 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
5955
5956         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
5957         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
5958
5959 2007-03-29  Eric Blake  <ebb9@byu.net>
5960
5961         * lib/acl-internal.h: Remove redundant include.
5962         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
5963         Cygwin when a file is locked.
5964
5965 2007-03-29  Bruno Haible  <bruno@clisp.org>
5966
5967         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
5968         file.
5969         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
5970
5971 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
5972
5973         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
5974         try to remove a parent directory if the child couldn't be removed
5975         (except for the first rmdir, which could fail because the child
5976         doesn't exist).  Problem reported by Jeff Blaine in
5977         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
5978
5979 2007-03-28  Bruno Haible  <bruno@clisp.org>
5980
5981         * lib/striconveh.c (utf8conv_carefully): New function.
5982         (mem_cd_iconveh_internal): Invoke it.
5983
5984 2007-03-28  Bruno Haible  <bruno@clisp.org>
5985
5986         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
5987         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
5988         input.
5989         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
5990         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
5991         unistr/u8-uctomb.
5992
5993 2007-03-28  Bruno Haible  <bruno@clisp.org>
5994
5995         * modules/unistr/u8-mbtoucr: New file.
5996         * lib/unistr/u8-mbtoucr.c: New file.
5997         * modules/unistr/u16-mbtoucr: New file.
5998         * lib/unistr/u16-mbtoucr.c: New file.
5999         * modules/unistr/u16-mbtoucr: New file.
6000         * lib/unistr/u16-mbtoucr.c: New file.
6001         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
6002
6003 2007-03-27  Simon Josefsson  <simon@josefsson.org>
6004             Bruno Haible  <bruno@clisp.org>
6005
6006         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
6007         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
6008         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
6009
6010         * m4/stdio_h.m4: Add stubs for vasprintf too.
6011
6012         * modules/stdio: Support vasprintf in sed command.
6013
6014         * modules/vasprintf: Depend on stdio for prototypes.  Remove
6015         vasprintf.h.  Add stdio module indicator.
6016
6017         * lib/stdio_.h: Declare asprintf and vasprintf, based on
6018         vasprintf.h.
6019
6020         * lib/vasprintf.h: File removed.
6021
6022         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
6023         * lib/vasprintf.c: Ditto.
6024         * lib/xvasprintf.c: Ditto.
6025         * tests/test-vasprintf-posix.c: Ditto.
6026         * tests/test-vasprintf.c: Ditto.
6027
6028 2007-03-27  Bruno Haible  <bruno@clisp.org>
6029
6030         Make vasnprintf multithread-safe.
6031         * lib/vasnprintf.c (decimal_point_char): New function.
6032         (VASNPRINTF): Use it.
6033         Suggested by Simon Josefsson.
6034
6035 2007-03-27  Eric Blake  <ebb9@byu.net>
6036
6037         Support sub-second birthtime on cygwin.
6038         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
6039         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
6040         (get_stat_birthtime): Also work with st_birthtim.
6041
6042 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
6043
6044         * lib/stat-time.h (USE_BIRTHTIME): Remove.
6045         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
6046         (get_stat_birthtime_ns): Do not try to use "spare" fields.
6047         (get_stat_birthtime_ns): Simplify compile-time tests.
6048         (get_stat_birthtime): Change the API to look like
6049         get_stat_mtime etc., except return a negative tv_nsec on error.
6050         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
6051         Don't check for "spare" fields.
6052         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
6053         or for struct stat.st_birthtime, as these tests aren't used.
6054         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
6055
6056 2007-03-27  Bruno Haible  <bruno@clisp.org>
6057
6058         * lib/stat-time.h: Include <sys/stat.h>.
6059
6060 2007-03-27  James Youngman  <jay@gnu.org>
6061
6062         * lib/stat-time.h (get_stat_birthtime): New function for
6063           retrieving st_birthtime as provided by UFS2 (hence *BSD).
6064         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
6065           and its variants.
6066         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
6067         * modules/stat-time-test: New file.
6068         * tests/test-stat-time.c: New test, devised by Bruno Haible.
6069
6070 2007-03-26  Bruno Haible  <bruno@clisp.org>
6071
6072         Better support of signalling NaNs.
6073         * lib/atanl.c: Include isnanl.h.
6074         (atanl): Perform test for NaN at the beginning of the function and
6075         through a call to isnanl.
6076         * lib/cosl.c: Include isnanl.h.
6077         (cosl): Perform test for NaN at the beginning of the function and
6078         through a call to isnanl.
6079         * lib/ldexpl.c: Include isnanl.h.
6080         (ldexpl): Perform test for NaN through a call to isnanl.
6081         * lib/logl.c: Include isnanl.h.
6082         (logl): Perform test for NaN at the beginning of the function and
6083         through a call to isnanl.
6084         * lib/sinl.c: Include isnanl.h.
6085         (sinl): Perform test for NaN at the beginning of the function and
6086         through a call to isnanl.
6087         * lib/sqrtl.c: Include isnanl.h.
6088         (sqrtl): Perform test for NaN at the beginning of the function and
6089         through a call to isnanl.
6090         * lib/tanl.c: Include isnanl.h.
6091         (tanl): Perform test for NaN at the beginning of the function and
6092         through a call to isnanl.
6093         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
6094         * modules/mathl (Depends-on): Add isnanl.
6095
6096 2007-03-26  Eric Blake  <ebb9@byu.net>
6097
6098         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
6099         regression in logic sense of previous patch.
6100
6101 2007-03-26  Bruno Haible  <bruno@clisp.org>
6102
6103         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
6104         unportable shell command "if ! ...".
6105         Reported by Ralf Wildenhues.
6106
6107 2007-03-25  Bruno Haible  <bruno@clisp.org>
6108
6109         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
6110         <sysexits.h> file, and only add EX_CONFIG.
6111         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
6112         absolute file name and whether it is sufficient. Substitute also
6113         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
6114         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
6115         ABSOLUTE_SYSEXITS_H into sysexits.h.
6116
6117 2007-03-25  Bruno Haible  <bruno@clisp.org>
6118
6119         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
6120         hints is NULL.
6121
6122 2007-03-25  Bruno Haible  <bruno@clisp.org>
6123
6124         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
6125         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
6126
6127 2007-03-25  Bruno Haible  <bruno@clisp.org>
6128
6129         * lib/vasnprintf.c: Include langinfo.h.
6130         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
6131         multithread-safe.
6132         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
6133         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
6134         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
6135         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6136         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6137         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6138         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6139         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
6140         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6141         Reported by Simon Josefsson.
6142
6143 2007-03-25  Bruno Haible  <bruno@clisp.org>
6144
6145         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
6146         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
6147         * modules/vasnprintf (Depends-on): Add stdint.
6148
6149 2007-03-25  Bruno Haible  <bruno@clisp.org>
6150
6151         * modules/fpieee: New file.
6152         * m4/fpieee.m4: New file.
6153         * modules/isnan-nolibm (Depends-on): Add fpieee.
6154         * modules/isnanl-nolibm (Depends-on): Add fpieee.
6155         * modules/isnanl (Depends-on): Add fpieee.
6156
6157 2007-03-25  Bruno Haible  <bruno@clisp.org>
6158
6159         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
6160
6161 2007-03-25  Bruno Haible  <bruno@clisp.org>
6162
6163         Avoid test failures on IRIX 6.5.
6164         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
6165         (main): Use it.
6166         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
6167         macros.
6168         (main): Use them.
6169
6170 2007-03-25  Bruno Haible  <bruno@clisp.org>
6171
6172         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
6173         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
6174         exists but doesn't work.
6175         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
6176         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
6177         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
6178         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
6179
6180 2007-03-25  Bruno Haible  <bruno@clisp.org>
6181
6182         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
6183         returns inf. Needed on IRIX 6.5.
6184
6185 2007-03-25  Bruno Haible  <bruno@clisp.org>
6186
6187         * tests/test-frexpl.c: Include isnanl-nolibm.h.
6188         (main): Use isnanl instead of x != x idiom.
6189         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
6190
6191         * tests/test-frexp.c: Include isnan.h.
6192         (main): Use isnan instead of x != x idiom.
6193         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
6194
6195 2007-03-25  Bruno Haible  <bruno@clisp.org>
6196
6197         * tests/test-frexp.c (NaN): New function/macro.
6198         (main): Use it instead of 0.0 / 0.0.
6199         * tests/test-isnan.c (NaN): New function/macro.
6200         (main): Use it instead of 0.0 / 0.0.
6201         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
6202         (test_function): Use it instead of 0.0 / 0.0.
6203         * tests/test-vasprintf-posix.c (NaN): New function/macro.
6204         (test_function): Use it instead of 0.0 / 0.0.
6205         * tests/test-snprintf-posix.h (NaN): New function/macro.
6206         (test_function): Use it instead of 0.0 / 0.0.
6207         * tests/test-sprintf-posix.h (NaN): New function/macro.
6208         (test_function): Use it instead of 0.0 / 0.0.
6209         * tests/test-fprintf-posix.h (NaN): New function/macro.
6210         (test_function): Use it instead of 0.0 / 0.0.
6211         * tests/test-printf-posix.h (NaN): New function/macro.
6212         (test_function): Use it instead of 0.0 / 0.0.
6213
6214         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
6215
6216 2007-03-25  Bruno Haible  <bruno@clisp.org>
6217
6218         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
6219
6220 2007-03-25  Bruno Haible  <bruno@clisp.org>
6221
6222         * lib/regexec.c (merge_state_with_log): Make static.
6223
6224 2007-03-25  Bruno Haible  <bruno@clisp.org>
6225
6226         * lib/trigl.c (kernel_rem_pio2): Make static.
6227
6228 2007-03-25  Bruno Haible  <bruno@clisp.org>
6229
6230         * lib/sincosl.c (sincosl_table): Make static.
6231
6232 2007-03-25  Bruno Haible  <bruno@clisp.org>
6233
6234         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
6235         if the compiler does not support C99.
6236
6237 2007-03-25  Bruno Haible  <bruno@clisp.org>
6238
6239         * modules/time (Makefile.am): Ensure all rule action lines start with a
6240         tab.
6241
6242 2007-03-24  Bruno Haible  <bruno@clisp.org>
6243
6244         * modules/tsearch-tests: New file.
6245         * tests/test-tsearch.sh: New file.
6246         * tests/test-tsearch.c: New file, mostly copied from glibc.
6247
6248         * modules/search-tests: New file.
6249         * tests/test-search.c: New file.
6250
6251         * modules/search: New file.
6252         * lib/search_.h: New file, incorporating lib/tsearch.h.
6253         * m4/search_h.m4: New file.
6254         * lib/tsearch.h: Remove file.
6255         * lib/tsearch.c: Include search.h instead of tsearch.h.
6256         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
6257         HAVE_TSEARCH.
6258         * modules/tsearch (Files): Remove lib/tsearch.h.
6259         (Depends-on): Add search.
6260         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
6261         (Include): Change tsearch.h into search.h.
6262
6263 2007-03-24  Bruno Haible  <bruno@clisp.org>
6264
6265         * modules/fpucw: New file.
6266         * lib/fpucw.h: New file.
6267         * lib/frexp.c: Include fpucw.h.
6268         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
6269         (FUNC): Use them.
6270         * lib/printf-frexp.c: Include fpucw.h.
6271         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
6272         (FUNC): Use them.
6273         * lib/vasnprintf.c: Include fpucw.h.
6274         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
6275         'long double' calculations.
6276         * tests/test-frexpl.c: Include fpucw.h.
6277         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
6278         * tests/test-printf-frexpl.c: Include fpucw.h.
6279         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
6280         * modules/frexpl (Depends-on): Add fpucw.
6281         * modules/printf-frexpl (Depends-on): Likewise.
6282         * modules/fprintf-posix (Depends-on): Likewise.
6283         * modules/snprintf-posix (Depends-on): Likewise.
6284         * modules/sprintf-posix (Depends-on): Likewise.
6285         * modules/vasnprintf-posix (Depends-on): Likewise.
6286         * modules/vasprintf-posix (Depends-on): Likewise.
6287         * modules/vfprintf-posix (Depends-on): Likewise.
6288         * modules/vsnprintf-posix (Depends-on): Likewise.
6289         * modules/vsprintf-posix (Depends-on): Likewise.
6290         * modules/frexpl-tests (Depends-on): Likewise.
6291         * modules/printf-frexpl-tests (Depends-on): Likewise.
6292
6293 2007-03-24  Bruno Haible  <bruno@clisp.org>
6294
6295         * lib/float+.h: New file.
6296         * lib/isnan.c: Include float+.h.
6297         (SIZE): New macro.
6298         (FUNC): Compare only SIZE bytes of the value.
6299         * lib/vasnprintf.c: Include float+.h.
6300         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
6301         SIZEOF_LDBL or SIZEOF_DBL bytes.
6302         * modules/isnan-nolibm (Files): Add lib/float+.h.
6303         * modules/isnanl-nolibm (Files): Add lib/float+.h.
6304         * modules/isnanl (Files): Add lib/float+.h.
6305         * modules/vasnprintf (Files): Add lib/float+.h.
6306
6307 2007-03-24  Bruno Haible  <bruno@clisp.org>
6308
6309         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
6310         include isnanl-nolibm.h.
6311
6312 2007-03-24  Bruno Haible  <bruno@clisp.org>
6313
6314         * tests/test-read-file.c (main): Don't produce spurious output for
6315         expected situations. Make the test fail if it encountered unexpected
6316         results.
6317
6318 2007-03-24  Bruno Haible  <bruno@clisp.org>
6319
6320         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
6321         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
6322
6323 2007-03-24  Bruno Haible  <bruno@clisp.org>
6324
6325         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
6326
6327 2007-03-24  Bruno Haible  <bruno@clisp.org>
6328
6329         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
6330         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
6331
6332         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
6333         * modules/utf8-ucs4: Turn into a symbolic link to module
6334         unistr/u8-mbtouc.
6335
6336         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
6337         utf8-ucs4-unsafe.
6338         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
6339         unistr/u8-mbtouc-unsafe.
6340
6341         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
6342         * modules/utf16-ucs4: Turn into a symbolic link to module
6343         unistr/u16-mbtouc.
6344
6345         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
6346         utf16-ucs4-unsafe.
6347         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
6348         unistr/u16-mbtouc-unsafe.
6349
6350         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
6351         * modules/ucs4-utf8: Turn into a symbolic link to module
6352         unistr/u8-ubtomb.
6353
6354         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
6355         * modules/ucs4-utf16: Turn into a symbolic link to module
6356         unistr/u16-ubtomb.
6357
6358 2007-03-24  Bruno Haible  <bruno@clisp.org>
6359
6360         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
6361         Enable the function only if HAVE_INLINE.
6362         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
6363         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
6364         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
6365         Enable the function only if HAVE_INLINE.
6366         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
6367         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
6368         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
6369         Enable the function only if HAVE_INLINE.
6370         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
6371         Enable the function only if HAVE_INLINE.
6372         * modules/utf8-ucs4: Update.
6373         * modules/utf8-ucs4-unsafe: Update.
6374         * modules/utf16-ucs4: Update.
6375         * modules/utf16-ucs4-unsafe: Update.
6376         * modules/ucs4-utf8: Update.
6377         * modules/ucs4-utf16: Update.
6378
6379 2007-03-24  Bruno Haible  <bruno@clisp.org>
6380
6381         * lib/utf8-ucs4.h: Remove file.
6382         * lib/utf8-ucs4-unsafe.h: Remove file.
6383         * lib/utf16-ucs4.h: Remove file.
6384         * lib/utf16-ucs4-unsafe.h: Remove file.
6385         * lib/ucs4-utf8.h: Remove file.
6386         * lib/ucs4-utf16.h: Remove file.
6387         * lib/unistr.h: Include their previous contents.
6388         * m4/utf-ucs4.m4: Remove file.
6389         * m4/ucs4-utf.m4: Remove file.
6390         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
6391         (Depends-on): Add unistr/base.
6392         (configure.ac): Remove gl_UTF_UCS4.
6393         (Makefile.am): Update.
6394         (Include): Change to unistr.h.
6395         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
6396         (Depends-on): Add unistr/base.
6397         (configure.ac): Remove gl_UTF_UCS4.
6398         (Makefile.am): Update.
6399         (Include): Change to unistr.h.
6400         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
6401         (Depends-on): Add unistr/base.
6402         (configure.ac): Remove gl_UTF_UCS4.
6403         (Makefile.am): Update.
6404         (Include): Change to unistr.h.
6405         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
6406         (Depends-on): Add unistr/base.
6407         (configure.ac): Remove gl_UTF_UCS4.
6408         (Makefile.am): Update.
6409         (Include): Change to unistr.h.
6410         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
6411         (Depends-on): Add unistr/base.
6412         (configure.ac): Remove gl_UCS4_UTF.
6413         (Makefile.am): Update.
6414         (Include): Change to unistr.h.
6415         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
6416         (Depends-on): Add unistr/base.
6417         (configure.ac): Remove gl_UCS4_UTF.
6418         (Makefile.am): Update.
6419         (Include): Change to unistr.h.
6420         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
6421         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
6422         utf8-ucs4-unsafe.h.
6423         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
6424         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
6425         utf16-ucs4-unsafe.h.
6426         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
6427         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
6428         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
6429         * lib/unistr/u8-strchr.c: Likewise.
6430         * lib/unistr/u8-strrchr.c: Likewise.
6431         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
6432         * lib/unistr/u16-strchr.c: Likewise.
6433         * lib/unistr/u16-strrchr.c: Likewise.
6434         * lib/striconveh.c: Update.
6435         * lib/linebreak.c: Update.
6436
6437 2007-03-24  Bruno Haible  <bruno@clisp.org>
6438
6439         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
6440         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
6441
6442 2007-03-22  Bruno Haible  <bruno@clisp.org>
6443
6444         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
6445
6446 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
6447
6448         * MODULES.html.sh (File system functions): New module write-any-file.
6449         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
6450         * m4/write-any-file.m4: New files.
6451
6452 2007-03-23  Eric Blake  <ebb9@byu.net>
6453
6454         * gnulib-tool: Rearrange space-tab sequences, since some editors
6455         like to eat them.
6456
6457 2007-03-23  Eric Blake  <ebb9@byu.net>
6458
6459         * lib/version-etc.c (version_etc_va): Update license wording to
6460         be more concise.  Recommended by Richard Stallman.
6461
6462 2007-03-22  Bruno Haible  <bruno@clisp.org>
6463
6464         * lib/poll.c (MSG_PEEK): New fallback definition.
6465
6466 2007-03-22  Bruno Haible  <bruno@clisp.org>
6467
6468         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
6469         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
6470         (main): Update.
6471         Fixes a compilation error on BeOS.
6472
6473 2007-03-22  Bruno Haible  <bruno@clisp.org>
6474
6475         * modules/frexpl-tests: New file.
6476         * tests/test-frexpl.c: New file.
6477
6478         * modules/frexpl: New file.
6479         * m4/frexpl.m4: New file.
6480         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
6481         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
6482         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
6483         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
6484         (Depends-on): Add frexpl. Remove isnanl-nolibm.
6485         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
6486
6487 2007-03-22  Bruno Haible  <bruno@clisp.org>
6488
6489         * lib/frexpl.c: Share code with lib/frexp.c.
6490         * modules/mathl (Files): Add lib/frexp.c.
6491         (Depends-on): Add isnanl-nolibm.
6492
6493 2007-03-22  Bruno Haible  <bruno@clisp.org>
6494
6495         * modules/printf-frexp (Files): Add m4/frexp.m4.
6496         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
6497         only if the found frexp function actually works.
6498
6499 2007-03-22  Bruno Haible  <bruno@clisp.org>
6500
6501         * lib/frexp.c: Remove older implementation that uses divisions.
6502
6503 2007-03-21  Bruno Haible  <bruno@clisp.org>
6504
6505         * modules/frexp-tests: New file.
6506         * tests/test-frexp.c: New file.
6507
6508         * modules/frexp: New file.
6509         * lib/frexp.c: New file.
6510         * m4/frexp.m4: New file.
6511         * lib/math_.h (frexp): New declaration.
6512         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
6513         REPLACE_FREXP.
6514         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
6515
6516 2007-03-21  Bruno Haible  <bruno@clisp.org>
6517
6518         * modules/isnanl-tests: New file.
6519         * tests/test-isnanl.c: New file.
6520
6521         * modules/isnanl: New file.
6522         * lib/isnanl.h: New file.
6523         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
6524         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
6525         gl_FUNC_ISNANL_WORKS.
6526         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
6527         New macros.
6528
6529 2007-03-21  Bruno Haible  <bruno@clisp.org>
6530
6531         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
6532         lib/isnanl.h.
6533         (Include): Update.
6534         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
6535         * lib/vasnprintf.c: Update.
6536         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
6537         tests/test-isnanl.h, remove tests/test-isnanl.c.
6538         (Makefile.am): Update.
6539         * tests/test-isnanl-nolibm.c: New file.
6540         * tests/test-isnanl.h: New file.
6541         * tests/test-isnanl.c: Remove file.
6542
6543 2007-03-21  Jim Meyering  <jim@meyering.net>
6544
6545         When trying to open ".", treat ESTALE like EACCES.
6546         * lib/savewd.c (savewd_save): Resort to forking not just upon
6547         failure with EACCES, but also when errno is ESTALE.
6548
6549 2007-03-20  Bruno Haible  <bruno@clisp.org>
6550
6551         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
6552         Needed on AIX 5.1. Reported by Matthew Woehlke.
6553
6554 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6555
6556         Suggestions by Bruno Haible:
6557         * lib/acl-internal.h: Include "gettext.h" rather than rolling
6558         our own.
6559         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
6560         * modules/acl (Depends-on): Add gettext.
6561
6562 2007-03-19  Bruno Haible  <bruno@clisp.org>
6563
6564         * modules/iconvme: Remove file.
6565         * lib/iconvme.h: Remove file.
6566         * lib/iconvme.c: Remove file.
6567         * m4/iconvme.m4: Remove file.
6568
6569 2007-03-19  Bruno Haible  <bruno@clisp.org>
6570
6571         * doc/relocatable-maint.texi: Break long shell script line.
6572         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
6573
6574 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6575
6576         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
6577         handle file_has_acl.
6578         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
6579         * lib/acl.c: Move header inclusions and related macro defns into
6580         lib/acl-internal.h.
6581         (S_ISLNK): Remove defn, since that's now done for us.
6582         (file_has_acl): Move to lib/file-has-acl.c.
6583         Call acl_trivial if available.  This is the crucial part of the fix.
6584         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
6585         shared within the library.  Rewrite a bit, partly to make it compatible
6586         with the GNU coding style.
6587         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
6588         Remove unnecessary double-quotes.
6589         Don't test for acl_to_text; the build will catch that.
6590         Replace acl_entries if it doesn't exist and it is needed.
6591         Check for -lsec and acl_trivial (as used on Solaris 10).
6592         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
6593         lib/file-has-acl.c.
6594         (Depends-on): Add sys_stat, for S_ISLNK.
6595
6596 2007-03-19  Ben Pfaff  <blp@gnu.org>
6597
6598         * doc/gnulib.texi: Fix typos.
6599         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
6600
6601 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6602
6603         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
6604         If size is zero here, buf must be zero.
6605
6606 2007-03-19  Simon Josefsson  <simon@josefsson.org>
6607
6608         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
6609         <bruno@clisp.org>.
6610
6611 2007-03-18  Bruno Haible  <bruno@clisp.org>
6612
6613         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
6614         Suggested by Eric Blake.
6615
6616 2007-03-18  Ben Pfaff  <blp@gnu.org>
6617
6618         * doc/relocatable.texi: Recommend using as prefix a directory
6619         that does not exist and will never be created.  Based on
6620         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
6621         and others.
6622
6623 2007-03-17  Bruno Haible  <bruno@clisp.org>
6624
6625         * lib/fchownat.c: Include lchown.h.
6626
6627 2007-03-17  Bruno Haible  <bruno@clisp.org>
6628
6629         Fix endless loop when the given allocated size was > INT_MAX.
6630         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
6631         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
6632         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
6633         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
6634         * lib/sprintf.c (sprintf): Likewise.
6635
6636 2007-03-17  Bruno Haible  <bruno@clisp.org>
6637
6638         * tests/test-argp-2.sh (func_compare): Output a context diff.
6639
6640 2007-03-17  Bruno Haible  <bruno@clisp.org>
6641
6642         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
6643         locale's decimal-point character.
6644
6645 2007-03-17  Bruno Haible  <bruno@clisp.org>
6646
6647         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
6648         before comparing it. Needed because on some platforms (e.g. x86) a
6649         'long double' occupies less bytes than sizeof (long double).
6650
6651 2007-03-17  Bruno Haible  <bruno@clisp.org>
6652
6653         * tests/test-crc.c (main): Make printf statements 64-bit clean.
6654         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
6655         * tests/test-getaddrinfo.c (simple): Likewise.
6656         * tests/test-read-file.c (main): Likewise.
6657
6658 2007-03-17  Bruno Haible  <bruno@clisp.org>
6659
6660         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
6661
6662 2007-03-17  Bruno Haible  <bruno@clisp.org>
6663
6664         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
6665         unused variable.
6666
6667 2007-03-17  Bruno Haible  <bruno@clisp.org>
6668
6669         * tests/test-c-strcasecmp.c: Include c-strcase.h.
6670         * tests/test-c-strncasecmp.c: Likewise.
6671
6672 2007-03-17  Bruno Haible  <bruno@clisp.org>
6673
6674         * modules/stdlib (Depends-on): Add unistd.
6675         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
6676         Needed for MacOS X 10.3.
6677
6678 2007-03-17  Bruno Haible  <bruno@clisp.org>
6679
6680         * lib/unistr/u-strdup.h: Include <stdlib.h>.
6681
6682 2007-03-17  Bruno Haible  <bruno@clisp.org>
6683
6684         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
6685
6686 2007-03-17  Bruno Haible  <bruno@clisp.org>
6687
6688         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
6689         to reflect files copied from gnulib (with or without modifications).
6690         Suggested by Jim Meyering.
6691
6692 2007-03-17  Eric Blake  <ebb9@byu.net>
6693
6694         * NEWS: Document stdlib change from 2007-02-18.
6695
6696 2007-03-17  Jim Meyering  <jim@meyering.net>
6697
6698         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
6699         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
6700         someone uses a name containing shell meta-characters.
6701         Reported by Alfred M. Szmidt.
6702
6703         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
6704
6705 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
6706
6707         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
6708         and copy gettext configuration files only if configure.ac contains
6709         a use of AM_GNU_GETTEXT_VERSION.
6710
6711 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
6712
6713         * build-aux/bootstrap (gnulib_name): New variable.
6714         (gnulib_tool_options): Use it.
6715
6716 2007-03-13  Simon Josefsson  <simon@josefsson.org>
6717
6718         * tests/test-des.c: Use new namespace.
6719
6720 2007-03-15  Bruno Haible  <bruno@clisp.org>
6721
6722         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
6723         Reported by James Youngman <jay@gnu.org>.
6724
6725 2007-03-15  Bruno Haible  <bruno@clisp.org>
6726
6727         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
6728         declared prototype. Needed with cc on OSF/1 5.1.
6729
6730 2007-03-15  Bruno Haible  <bruno@clisp.org>
6731
6732         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
6733         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
6734         (struct gl_list_implementation): Add dispose_fn argument to the
6735         'create_empty', 'create' methods.
6736         (struct gl_list_impl_base): Add field 'dispose_fn'.
6737         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
6738         argument.
6739         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
6740         dispose_fn argument.
6741         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
6742         dispose_fn on the dropped values.
6743         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
6744         dispose_fn argument.
6745         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
6746         dropped values.
6747         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
6748         (gl_tree_remove_node): Call dispose_fn on the dropped value.
6749         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
6750         (gl_tree_remove_node): Call dispose_fn on the dropped value.
6751         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
6752         argument.
6753         (gl_tree_list_free): Call dispose_fn on the dropped values.
6754         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
6755         the dropped values.
6756         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
6757         Add dispose_fn argument.
6758         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
6759         Call dispose_fn on the dropped values.
6760         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
6761         Add dispose_fn argument.
6762         (gl_sublist_create): Initialize the 'dispose_fn' field.
6763         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
6764         * tests/test-array_list.c (main): Update.
6765         * tests/test-carray_list.c (main): Update.
6766         * tests/test-avltree_list.c (main): Update.
6767         * tests/test-rbtree_list.c (main): Update.
6768         * tests/test-avltreehash_list.c (main): Update.
6769         * tests/test-rbtreehash_list.c (main): Update.
6770         * tests/test-linked_list.c (main): Update.
6771         * tests/test-linkedhash_list.c (main): Update.
6772         * tests/test-array_oset.c (main): Update.
6773
6774 2007-03-15  Bruno Haible  <bruno@clisp.org>
6775
6776         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
6777         (gl_oset_create_empty): Add dispose_fn argument.
6778         (struct gl_oset_implementation): Add dispose_fn argument to
6779         'create_empty' method.
6780         (struct gl_oset_impl_base): Add dispose_fn field.
6781         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
6782         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
6783         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
6784         values.
6785         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
6786         (gl_tree_oset_free): Call dispose_fn on the dropped values.
6787         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
6788         dropped value.
6789         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
6790         dropped value.
6791         * tests/test-array_oset.c (main): Update.
6792         * tests/test-avltree_oset.c (main): Update.
6793         * tests/test-rbtree_oset.c (main): Update.
6794         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
6795
6796 2007-03-13  Bruno Haible  <bruno@clisp.org>
6797
6798         * tests/test-stdbool.c (i): Update after last patch.
6799
6800 2007-03-12  Bruno Haible  <bruno@clisp.org>
6801
6802         * lib/quotearg.c: Include <wctype.h> early, before the definition of
6803         the iswprint macro. Needed on Solaris 2.5.1.
6804
6805 2007-03-12  Bruno Haible  <bruno@clisp.org>
6806
6807         * tests/test-printf-frexp.c (main): Declare x as volatile.
6808
6809 2007-03-12  Simon Josefsson  <simon@josefsson.org>
6810
6811         * doc/gnulib.texi (Build robot for gnulib): New section.
6812
6813 2007-03-12  Jim Meyering  <jim@meyering.net>
6814
6815         * build-aux/bootstrap: New file.
6816         * build-aux/bootstrap.conf: New file, from coreutils.
6817
6818 2007-03-11  Bruno Haible  <bruno@clisp.org>
6819
6820         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
6821
6822 2007-03-12  Simon Josefsson  <simon@josefsson.org>
6823
6824         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
6825         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
6826         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
6827
6828 2007-03-11  Bruno Haible  <bruno@clisp.org>
6829
6830         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
6831         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
6832
6833 2007-03-11  Bruno Haible  <bruno@clisp.org>
6834
6835         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
6836         formula. Needed for SunPRO C 5.0.
6837
6838 2007-03-11  Bruno Haible  <bruno@clisp.org>
6839
6840         * modules/long-options (Depends-on): Add getopt.
6841
6842 2007-03-11  Bruno Haible  <bruno@clisp.org>
6843
6844         * modules/modechange (Depends-on): Add stdbool.
6845
6846 2007-03-11  Bruno Haible  <bruno@clisp.org>
6847
6848         * modules/i-ring (Depends-on): Add stdbool.
6849
6850 2007-03-11  Bruno Haible  <bruno@clisp.org>
6851
6852         * modules/gc-des (Depends-on): Add stdbool.
6853
6854 2007-03-11  Bruno Haible  <bruno@clisp.org>
6855
6856         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
6857
6858 2007-03-11  Bruno Haible  <bruno@clisp.org>
6859
6860         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
6861
6862 2007-03-11  Bruno Haible  <bruno@clisp.org>
6863
6864         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
6865
6866 2007-03-11  Bruno Haible  <bruno@clisp.org>
6867
6868         * lib/vasnprintf.c (sprintf): Undefine.
6869
6870 2007-03-11  Bruno Haible  <bruno@clisp.org>
6871
6872         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
6873         initializers in SunPRO C and Compaq C compilers.
6874
6875 2007-03-11  Bruno Haible  <bruno@clisp.org>
6876
6877         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
6878         decrementing code ANSI C compliant.
6879
6880 2007-03-11  Bruno Haible  <bruno@clisp.org>
6881
6882         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
6883         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
6884
6885 2007-03-11  Bruno Haible  <bruno@clisp.org>
6886
6887         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
6888         <stdbool.h> substitute doesn't pass.
6889
6890 2007-03-11  Bruno Haible  <bruno@clisp.org>
6891
6892         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
6893
6894 2007-03-11  Bruno Haible  <bruno@clisp.org>
6895
6896         * gnulib-tool (func_create_megatestdir): Create also an autobuild
6897         script, for submission to autobuild.josefsson.org.
6898
6899 2007-03-10  Bruno Haible  <bruno@clisp.org>
6900
6901         * modules/canonicalize-lgpl-tests: New file.
6902         * tests/test-canonicalize-lgpl.sh: New file.
6903         * tests/test-canonicalize-lgpl.c: New file.
6904
6905         * modules/c-strcase-tests: New file.
6906         * tests/test-c-strcase.sh: New file.
6907         * tests/test-c-strcasecmp.c: New file.
6908         * tests/test-c-strncasecmp.c: New file.
6909
6910         * modules/atexit-tests: New file.
6911         * tests/test-atexit.sh: New file.
6912         * tests/test-atexit.c: New file.
6913
6914 2007-03-10  Bruno Haible  <bruno@clisp.org>
6915
6916         * tests/test-binary-io.sh: Use temporary filenames that are not so
6917         likely to clash with those of other tests (in a parallel make).
6918         * tests/test-binary-io.c: Likewise.
6919
6920 2007-03-10  Bruno Haible  <bruno@clisp.org>
6921
6922         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
6923         fallback; use #error instead.
6924         Suggested by Simon Josefsson.
6925
6926 2007-03-10  Bruno Haible  <bruno@clisp.org>
6927
6928         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
6929         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
6930         first and the last.
6931
6932 2007-03-10  Bruno Haible  <bruno@clisp.org>
6933
6934         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
6935
6936 2007-03-10  Bruno Haible  <bruno@clisp.org>
6937
6938         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
6939         "make distcheck".
6940         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
6941         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
6942         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
6943
6944 2007-03-10  Bruno Haible  <bruno@clisp.org>
6945
6946         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
6947         variable.
6948         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
6949         variable.
6950
6951 2007-03-09  Eric Blake  <ebb9@byu.net>
6952         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
6953
6954         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
6955         types are not being provided by gnulib.
6956         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
6957         types are supported.
6958
6959 2007-03-10  Bruno Haible  <bruno@clisp.org>
6960
6961         * lib/stdio_.h (__attribute__): New macro.
6962         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
6963         vsprintf): Specify __attribute__ __format__ for GCC.
6964         Suggested by Eric Blake.
6965
6966 2007-03-09  Bruno Haible  <bruno@clisp.org>
6967
6968         * modules/printf-posix-tests: New file.
6969         * tests/test-printf-posix.sh: New file.
6970         * tests/test-printf-posix.c: New file.
6971
6972         * modules/printf-posix: New file.
6973         * lib/printf.c: New file.
6974         * m4/printf-posix-rpl.m4: New file.
6975         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
6976         REPLACE_PRINTF.
6977         * lib/stdio_.h (printf): New declaration.
6978         (format, __format__, ____printf____, ____scanf____, ____strftime____,
6979         ____strfmon____): New macros.
6980         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
6981         REPLACE_PRINTF.
6982
6983 2007-03-09  Bruno Haible  <bruno@clisp.org>
6984
6985         * tests/test-vasnprintf-posix2.sh: New file.
6986         * tests/test-vasnprintf-posix2.c: New file.
6987         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
6988         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
6989         (Makefile.am): Activate test-vasnprintf-posix2.sh.
6990
6991         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
6992         a locale dependent decimal point, rather than always '.'.
6993
6994 2007-03-09  Eric Blake  <ebb9@byu.net>
6995
6996         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
6997         spite of platforms like Tandem/NSK that define it to -1.
6998
6999 2007-03-08  Bruno Haible  <bruno@clisp.org>
7000
7001         * modules/vprintf-posix-tests: New file.
7002         * tests/test-vprintf-posix.sh: New file.
7003         * tests/test-vprintf-posix.c: New file.
7004         * tests/test-printf-posix.h: New file.
7005
7006         * modules/vprintf-posix: New file.
7007         * lib/vprintf.c: New file.
7008         * m4/vprintf-posix.m4: New file.
7009         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
7010         REPLACE_VPRINTF.
7011         * lib/stdio_.h (vprintf): New declaration.
7012         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
7013         REPLACE_VPRINTF.
7014
7015 2007-03-08  Bruno Haible  <bruno@clisp.org>
7016
7017         * modules/fprintf-posix-tests: New file.
7018         * tests/test-fprintf-posix.sh: New file.
7019         * tests/test-fprintf-posix.c: New file.
7020
7021         * modules/fprintf-posix: New file.
7022         * lib/fprintf.c: New file.
7023         * m4/fprintf-posix.m4: New file.
7024         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
7025         REPLACE_FPRINTF.
7026         * lib/stdio_.h (fprintf): New declaration.
7027         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
7028         REPLACE_FPRINTF.
7029
7030 2007-03-08  Bruno Haible  <bruno@clisp.org>
7031
7032         * modules/vfprintf-posix-tests: New file.
7033         * tests/test-vfprintf-posix.sh: New file.
7034         * tests/test-vfprintf-posix.c: New file.
7035         * tests/test-fprintf-posix.h: New file.
7036         * tests/test-fprintf-posix.out: New file.
7037
7038         * modules/vfprintf-posix: New file.
7039         * lib/vfprintf.c: New file.
7040         * m4/vfprintf-posix.m4: New file.
7041         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
7042         REPLACE_VFPRINTF.
7043         * lib/stdio_.h (vfprintf): New declaration.
7044         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
7045         REPLACE_VFPRINTF.
7046
7047 2007-03-08  Bruno Haible  <bruno@clisp.org>
7048
7049         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
7050
7051 2007-03-08  Bruno Haible  <bruno@clisp.org>
7052
7053         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
7054         instead of 'expr' invocations.
7055         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7056         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7057         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7058         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7059         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7060         Suggested by Paul Eggert.
7061
7062 2007-03-08  Bruno Haible  <bruno@clisp.org>
7063
7064         * modules/fseterr-tests: New file.
7065         * tests/test-fseterr.c: New file.
7066
7067         * modules/fseterr: New file.
7068         * lib/fseterr.h: New file.
7069         * lib/fseterr.c: New file.
7070
7071 2007-03-08  Bruno Haible  <bruno@clisp.org>
7072
7073         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
7074         * lib/getopt_.h: Likewise.
7075         * lib/mbswidth.h: Likewise.
7076         * lib/setenv.h: Likewise.
7077         * lib/vasnprintf.h: Likewise.
7078         * lib/vasprintf.h: Likewise.
7079         * lib/verror.h: Likewise.
7080         * lib/xsetenv.h: Likewise.
7081         * lib/xvasprintf.h: Likewise.
7082
7083 2007-03-08  Jim Meyering  <jim@meyering.net>
7084
7085         * users.txt: Add parted.
7086
7087         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
7088
7089 2007-03-07  Bruno Haible  <bruno@clisp.org>
7090
7091         * m4/printf.m4: Make the shell script snippets copy&pastable.
7092
7093 2007-03-02  Bruno Haible  <bruno@clisp.org>
7094
7095         * lib/netinet_in_.h: New file.
7096         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
7097         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
7098         * modules/netinet_in (Files): Add lib/netinet_in_.h.
7099         (Depends-on): Add absolute-header.
7100         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
7101         into netinet/in.h.
7102
7103 2007-03-03  Bruno Haible  <bruno@clisp.org>
7104
7105         * lib/sys_select_.h: New file.
7106         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
7107         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
7108         * modules/sys_select (Files): Add lib/sys_select_.h.
7109         (Depends-on): Add absolute-header.
7110         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
7111         into sys/select.h.
7112
7113 2007-03-02  Bruno Haible  <bruno@clisp.org>
7114
7115         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
7116         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
7117         values.
7118         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
7119         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
7120         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
7121         * modules/sys_socket (Depends-on): Add absolute-header.
7122         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
7123         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
7124         (Include): Remove requirement of inclusion of <sys/types.h>.
7125
7126 2007-03-02  Bruno Haible  <bruno@clisp.org>
7127
7128         * lib/byteswap_.h (bswap_32): Fix formula.
7129
7130 2007-03-06  Bruno Haible  <bruno@clisp.org>
7131
7132         * modules/sprintf-posix-tests: New file.
7133         * tests/test-sprintf-posix.c: New file.
7134
7135         * modules/sprintf-posix: New file.
7136         * lib/sprintf.c: New file.
7137         * m4/sprintf-posix.m4: New file.
7138         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
7139         REPLACE_SPRINTF.
7140         * lib/stdio_.h (sprintf): New declaration.
7141         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
7142         REPLACE_SPRINTF.
7143
7144 2007-03-06  Bruno Haible  <bruno@clisp.org>
7145
7146         * modules/vsprintf-posix-tests: New file.
7147         * tests/test-vsprintf-posix.c: New file.
7148         * tests/test-sprintf-posix.h: New file.
7149
7150         * modules/vsprintf-posix: New file.
7151         * lib/vsprintf.c: New file.
7152         * m4/vsprintf-posix.m4: New file.
7153         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
7154         REPLACE_VSPRINTF.
7155         * lib/stdio_.h (vsprintf): New declaration.
7156         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
7157         REPLACE_VSPRINTF.
7158
7159 2007-03-06  Bruno Haible  <bruno@clisp.org>
7160
7161         * modules/vsnprintf (Depend-on): Remove minmax.
7162
7163 2007-03-06  Bruno Haible  <bruno@clisp.org>
7164
7165         * modules/snprintf-posix-tests: New file.
7166         * tests/test-snprintf-posix.c: New file.
7167
7168         * modules/snprintf-posix: New file.
7169         * m4/snprintf-posix.m4: New file.
7170         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
7171         gl_FUNC_SNPRINTF.
7172         (gl_FUNC_SNPRINTF): Invoke it.
7173         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
7174         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
7175         is set.
7176         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
7177
7178 2007-03-06  Bruno Haible  <bruno@clisp.org>
7179
7180         * modules/vsnprintf-posix-tests: New file.
7181         * tests/test-vsnprintf-posix.c: New file.
7182         * tests/test-snprintf-posix.h: New file.
7183
7184         * modules/vsnprintf-posix: New file.
7185         * m4/vsnprintf-posix.m4: New file.
7186         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
7187         gl_FUNC_VSNPRINTF.
7188         (gl_FUNC_VSNPRINTF): Invoke it.
7189         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
7190         * lib/stdio_.h (vsnprintf): Define as a replacement if
7191         REPLACE_VSNPRINTF is set.
7192         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
7193
7194 2007-03-06  Bruno Haible  <bruno@clisp.org>
7195
7196         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
7197         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
7198
7199 2007-03-06  Bruno Haible  <bruno@clisp.org>
7200
7201         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
7202         (asinl): Declare also if HAVE_DECL_ASINL is set.
7203         (atanl): Declare also if HAVE_DECL_ATANL is set.
7204         (ceill): Declare also if HAVE_DECL_CEILL is set.
7205         (cosl): Declare also if HAVE_DECL_COSL is set.
7206         (expl): Declare also if HAVE_DECL_EXPL is set.
7207         (floorl): Declare also if HAVE_DECL_FLOORL is set.
7208         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
7209         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
7210         (logl): Declare also if HAVE_DECL_LOGL is set.
7211         (sinl): Declare also if HAVE_DECL_SINL is set.
7212         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
7213         (tanl): Declare also if HAVE_DECL_TANL is set.
7214         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
7215         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
7216         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
7217         declaration of frexpl, ldexpl.
7218         * modules/printf-frexpl (Depends-on): Add math.
7219         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
7220
7221 2007-03-05  Bruno Haible  <bruno@clisp.org>
7222
7223         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
7224         frexpl and ldexpl are declared.
7225         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
7226
7227 2007-03-05  Bruno Haible  <bruno@clisp.org>
7228
7229         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
7230         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
7231
7232 2007-03-05  Bruno Haible  <bruno@clisp.org>
7233
7234         * lib/stdio_.h: Include <stddef.h>.
7235
7236 2007-03-05  Bruno Haible  <bruno@clisp.org>
7237
7238         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
7239
7240 2007-03-05  Bruno Haible  <bruno@clisp.org>
7241
7242         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
7243         NetBSD 4, from Ralf Wildenhues.
7244
7245 2007-03-04  Bruno Haible  <bruno@clisp.org>
7246
7247         * lib/vasprintf.h: Update #if logic for the case when the functions
7248         exist but are overridden.
7249
7250 2007-03-04  Bruno Haible  <bruno@clisp.org>
7251
7252         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
7253         implementations: glibc-2.4 and MacOS X 10.3.
7254         * tests/test-vasnprintf-posix.c (test_function): Test also the case
7255         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
7256         * tests/test-vasprintf-posix.c (test_function): Likewise.
7257
7258 2007-03-04  Bruno Haible  <bruno@clisp.org>
7259
7260         * modules/vasprintf-posix-tests: New file.
7261         * tests/test-vasprintf-posix.c: New file.
7262
7263         * modules/vasprintf-posix: New file.
7264         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
7265         defined.
7266         * m4/vasprintf-posix.m4: New file.
7267         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
7268         gl_FUNC_VASPRINTF.
7269         (gl_FUNC_VASPRINTF): Invoke it.
7270         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
7271         here.
7272         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
7273
7274 2007-03-04  Bruno Haible  <bruno@clisp.org>
7275
7276         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
7277         REPLACE_GETTIMEOFDAY.
7278         * modules/sys_time (Makefile.am): Likewise.
7279         * m4/sys_time_h.m4: Likewise.
7280         * m4/gettimeofday.m4: Likewise.
7281
7282 2007-03-04  Bruno Haible  <bruno@clisp.org>
7283
7284         * modules/vasnprintf-posix-tests: New file.
7285         * tests/test-vasnprintf-posix.c: New file.
7286
7287         * modules/vasnprintf-posix: New file.
7288         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
7289         printf-frexpl.h.
7290         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
7291         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
7292         REPLACE_VASNPRINTF is defined.
7293         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
7294         gl_FUNC_VASNPRINTF.
7295         (gl_FUNC_VASNPRINTF): Invoke it.
7296         * m4/vasnprintf-posix.m4: New file.
7297         * m4/printf.m4: New file.
7298
7299 2007-03-04  Bruno Haible  <bruno@clisp.org>
7300
7301         Compile progreloc.c only if --enable-relocatable is specified.
7302         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
7303         if --enable-relocatable was specified.
7304         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
7305         lib_SOURCES.
7306
7307 2007-03-04  Jim Meyering  <jim@meyering.net>
7308
7309         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
7310         Use it consistently, rather than enumerating errno constants.
7311
7312 2007-03-04  Bruno Haible  <bruno@clisp.org>
7313
7314         * modules/xvasprintf-tests: New file.
7315         * tests/test-xvasprintf.c: New file.
7316
7317         * modules/vasprintf-tests: New file.
7318         * tests/test-vasprintf.c: New file.
7319
7320         * modules/vasnprintf-tests: New file.
7321         * tests/test-vasnprintf.c: New file.
7322
7323         * modules/vsnprintf-tests: New file.
7324         * tests/test-vsnprintf.c: New file.
7325
7326         * modules/snprintf-tests: New file.
7327         * tests/test-snprintf.c: New file.
7328
7329 2007-03-04  Bruno Haible  <bruno@clisp.org>
7330
7331         Compile relocatable.c only if --enable-relocatable is specified.
7332         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
7333         gl_RELOCATABLE_LIBRARY.
7334         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
7335         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
7336         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
7337         gl_RELOCATABLE_LIBRARY.
7338         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
7339         (Makefile.am): Remove lib_SOURCES.
7340         * modules/relocatable-lib-lgpl (configure.ac): Invoke
7341         gl_RELOCATABLE_LIBRARY.
7342         (Makefile.am): Remove lib_SOURCES.
7343         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
7344         always.
7345         * modules/relocatable-prog-wrapper (configure.ac): Invoke
7346         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
7347
7348 2007-03-04  Bruno Haible  <bruno@clisp.org>
7349
7350         * modules/argmatch-tests: New file.
7351         * tests/test-argmatch.c: New file.
7352
7353         * tests/test-allocsa.c (main): Halve the number of loop runs.
7354
7355         * modules/alloca-opt-tests: New file.
7356         * tests/test-alloca-opt.c: New file.
7357
7358 2007-03-04  Jim Meyering  <jim@meyering.net>
7359
7360         Work around difference between Linux ACLs and Solaris 10 ZFS.
7361         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
7362         for EINVAL.
7363
7364 2007-03-03  Bruno Haible  <bruno@clisp.org>
7365
7366         * modules/relocatable-prog (Depends-on): Add back progreloc's
7367         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
7368
7369 2007-03-03  Bruno Haible  <bruno@clisp.org>
7370
7371         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
7372         * modules/relocatable-lib: New file.
7373
7374 2007-03-03  Bruno Haible  <bruno@clisp.org>
7375
7376         * modules/relocatable-prog: Renamed from modules/relocatable.
7377         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
7378
7379 2007-03-03  Bruno Haible  <bruno@clisp.org>
7380
7381         * modules/relocatable-script (Files): Add doc/relocatable.texi,
7382         m4/relocatable-lib.m4.
7383         (Depends-on): Remove 'relocatable'.
7384         (configure.ac): Add gl_RELOCATABLE_NOP.
7385
7386 2007-03-03  Bruno Haible  <bruno@clisp.org>
7387
7388         * modules/relocatable-prog-wrapper: New file.
7389         * modules/relocatable (Depends-on): Add it. Remove all other
7390         dependencies except progname.
7391         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
7392
7393         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
7394         (gl_FUNC_STRERROR): Nop.
7395         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
7396
7397         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
7398         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
7399
7400         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
7401         (gl_FUNC_READLINK): Update.
7402
7403         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
7404
7405 2007-03-03  Bruno Haible  <bruno@clisp.org>
7406
7407         * lib/xreadlink.c: Include <unistd.h> unconditionally.
7408         * modules/xreadlink (Depends-on): Add unistd.
7409         * modules/xreadlink-with-size (Depends-on): Likewise.
7410
7411 2007-03-03  Bruno Haible  <bruno@clisp.org>
7412
7413         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
7414         extracted from gt_FUNC_SETENV.
7415         (gt_FUNC_SETENV): Remove macro.
7416         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
7417         remove gt_FUNC_SETENV.
7418
7419 2007-03-03  Bruno Haible  <bruno@clisp.org>
7420
7421         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
7422         ENABLE_RELOCATABLE here.
7423         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
7424
7425 2007-03-03  Bruno Haible  <bruno@clisp.org>
7426
7427         * modules/rbtreehash-list-tests (Depends-on): Add progname.
7428         * tests/test-rbtreehash_list.c: Include progname.h.
7429         (main): Call set_program_name.
7430
7431         * modules/rbtree-oset-tests (Depends-on): Add progname.
7432         * tests/test-rbtree_oset.c: Include progname.h.
7433         (main): Call set_program_name.
7434
7435         * modules/rbtree-list-tests (Depends-on): Add progname.
7436         * tests/test-rbtree_list.c: Include progname.h.
7437         (main): Call set_program_name.
7438
7439         * modules/linked-list-tests (Depends-on): Add progname.
7440         * tests/test-linked_list.c: Include progname.h.
7441         (main): Call set_program_name.
7442
7443 2007-03-03  Bruno Haible  <bruno@clisp.org>
7444
7445         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
7446         All uses of __restrict changed to _Restrict_.
7447         * lib/glob_.h (__restrict): Remove macro.
7448
7449 2007-03-02  Bruno Haible  <bruno@clisp.org>
7450
7451         * modules/gettext (configure.ac): Require gettext infrastructure
7452         from version 0.16.1.
7453
7454 2007-03-02  Bruno Haible  <bruno@clisp.org>
7455
7456         * modules/linkedhash-list-tests (Depends-on): Add progname.
7457         * tests/test-linkedhash_list.c: Include progname.h.
7458         (main): Call set_program_name.
7459
7460         * modules/carray-list-tests (Depends-on): Add progname.
7461         * tests/test-carray_list.c: Include progname.h.
7462         (main): Call set_program_name.
7463
7464         * modules/avltreehash-list-tests (Depends-on): Add progname.
7465         * tests/test-avltreehash_list.c: Include progname.h.
7466         (main): Call set_program_name.
7467
7468         * modules/avltree-oset-tests (Depends-on): Add progname.
7469         * tests/test-avltree_oset.c: Include progname.h.
7470         (main): Call set_program_name.
7471
7472         * modules/avltree-list-tests (Depends-on): Add progname.
7473         * tests/test-avltree_list.c: Include progname.h.
7474         (main): Call set_program_name.
7475
7476         * modules/array-oset-tests (Depends-on): Add progname.
7477         * tests/test-array_oset.c: Include progname.h.
7478         (main): Call set_program_name.
7479
7480         * modules/array-list-tests (Depends-on): Add progname.
7481         * tests/test-array_list.c: Include progname.h.
7482         (main): Call set_program_name.
7483
7484         * modules/argp-tests (Depends-on): Add progname.
7485         * tests/test-argp.c: Include argp.h first. Include progname.h.
7486         (main): Call set_program_name.
7487
7488 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
7489
7490         * doc/gnulib-tool.texi (Initial import): Reword description of
7491         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
7492         limited effect even if defined after the first system include.
7493
7494 2007-03-01  Bruno Haible  <bruno@clisp.org>
7495
7496         * build-aux/config.libpath: Update to libtool-1.5.22.
7497         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
7498
7499 2007-03-01  Bruno Haible  <bruno@clisp.org>
7500
7501         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
7502         foo_CFLAGS.
7503         Reported by Ralf Wildenhues.
7504
7505 2007-03-01  Bruno Haible  <bruno@clisp.org>
7506
7507         * build-aux/install-reloc: Remove object files left over by some
7508         compilers.
7509         Reported by Ralf Wildenhues.
7510
7511 2007-03-01  Bruno Haible  <bruno@clisp.org>
7512
7513         * build-aux/install-reloc: Break long lines.
7514
7515 2007-03-01  Bruno Haible  <bruno@clisp.org>
7516
7517         * doc/relocatable.texi: Document that it may not work on OpenBSD.
7518         Reported by Ralf Wildenhues.
7519
7520 2007-03-01  Bruno Haible  <bruno@clisp.org>
7521
7522         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
7523         include ordering constraints.
7524
7525 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
7526
7527         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
7528         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
7529         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
7530         as another example.
7531         * lib/time_.h: Fix misspelling.
7532         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7533         Require gl_HEADER_TIME_H_DEFAULTS.
7534         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
7535         * m4/time_r.m4 (gl_TIME_R): Likewise.
7536         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
7537
7538 2007-03-01  Bruno Haible  <bruno@clisp.org>
7539
7540         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
7541         * m4/utimens.m4 (gl_UTIMENS): Likewise.
7542
7543 2007-03-01  Jim Meyering  <jim@meyering.net>
7544
7545         * modules/xreadlink (Maintainer): Add my name.
7546         * modules/xreadlink-with-size (Depends-on): Alphabetize.
7547
7548 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
7549             Bruno Haible  <bruno@clisp.org>
7550
7551         * build-aux/install-reloc: Compile also c-ctype.c.
7552         * build-aux/relocatable.sh.in: New file.
7553         * doc/relocatable.texi: New file.
7554         * doc/relocatable-maint.texi: New file.
7555         * doc/gnulib.texi: Include relocatable-maint.texi.
7556         * lib/progreloc.c: Include unistd.h unconditionally.
7557         * lib/relocwrapper.c: Include unistd.h unconditionally.
7558         Include c-ctype.h.
7559         (add_dotbin): Use c_tolower.
7560         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
7561         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
7562         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
7563         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
7564         to m4/relocatable-lib.m4.
7565         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
7566         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
7567         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
7568         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
7569         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
7570         * modules/relocatable: New file.
7571         * modules/relocatable-lib: New file.
7572         * modules/relocatable-script: New file.
7573
7574 2007-02-28  Bruno Haible  <bruno@clisp.org>
7575
7576         Import --enable-relocatable infrastructure.
7577         * build-aux/config.libpath: New file, from GNU gettext.
7578         * build-aux/install-reloc: New file, from GNU gettext.
7579         * build-aux/reloc-ldflags: New file, from GNU gettext.
7580         * lib/relocatable.h: New file, from GNU gettext.
7581         * lib/relocatable.c: New file, from GNU gettext.
7582         * lib/relocwrapper.c: New file, from GNU gettext.
7583         * m4/relocatable.m4: New file, from GNU gettext.
7584
7585 2007-02-28  Bruno Haible  <bruno@clisp.org>
7586
7587         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
7588
7589         * modules/xreadlink: New file, from GNU gettext with modifications.
7590         * lib/xreadlink.c: New file, from GNU gettext.
7591         * lib/xreadlink.h: Add comments.
7592         (xreadlink): New declaration.
7593
7594         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
7595         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
7596         lib/xreadlink-with-size.c.
7597         (configure.ac): Remove gl_XREADLINK invocation.
7598         (Makefile.am): Augment lib_SOURCES.
7599         * m4/xreadlink.m4: Remove file.
7600         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
7601         (xreadlink_with_size): Renamed from xreadink.
7602         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
7603         * modules/canonicalize (Depends-on): Replace xreadlink with
7604         xreadlink-with-size.
7605         * lib/canonicalize.c (canonicalize_filename_mode): Update.
7606
7607 2007-02-25  Jim Meyering  <jim@meyering.net>
7608
7609         * build-aux/announce-gen: When complaining about excess arguments,
7610         list them.
7611
7612 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
7613
7614         * README: Document signed integer overflow situation more
7615         accurately.
7616
7617 2007-02-25  Bruno Haible  <bruno@clisp.org>
7618
7619         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
7620         'a' or 'A' conversion.
7621
7622 2007-02-25  Bruno Haible  <bruno@clisp.org>
7623
7624         * modules/filename: Renamed from modules/pathname.
7625         (Files): Replace lib/pathname.h with lib/filename.h. Replace
7626         lib/concatpath.c with lib/concat-filename.c.
7627         (Makefile.am): Update.
7628         (Include): Replace pathname.h with filename.h.
7629         * lib/filename.h: Renamed from lib/pathname.h.
7630         (concatenated_filename): Renamed from concatenated_pathname.
7631         * lib/concat-filename.c: Renamed from lib/concatpath.c.
7632         (concatenated_filename): Renamed from concatenated_pathname.
7633         * lib/findprog.c: Include filename.h instead of pathname.h.
7634         (find_in_path): Update.
7635         * lib/javacomp.c: Include filename.h instead of pathname.h.
7636         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
7637         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
7638         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
7639         is_oldgcj_14_13_usable, is_javac_usable): Update.
7640         * lib/javaexec.c: Include filename.h instead of pathname.h.
7641         (execute_java_class): Update.
7642         * modules/findprog: Update.
7643         * modules/javacomp: Update.
7644         * modules/javaexec: Update.
7645         * MODULES.html.sh (File system functions): Add 'filename', remove
7646         'pathname'.
7647
7648 2007-02-25  Bruno Haible  <bruno@clisp.org>
7649
7650         * modules/printf-frexpl-tests: New file.
7651         * tests/test-printf-frexpl.c: New file.
7652
7653         * modules/printf-frexpl: New file.
7654         * lib/printf-frexpl.h: New file.
7655         * lib/printf-frexpl.c: New file.
7656         * m4/printf-frexpl.m4: New file.
7657
7658 2007-02-25  Bruno Haible  <bruno@clisp.org>
7659
7660         * modules/printf-frexp-tests: New file.
7661         * tests/test-printf-frexp.c: New file.
7662
7663         * modules/printf-frexp: New file.
7664         * lib/printf-frexp.h: New file.
7665         * lib/printf-frexp.c: New file.
7666         * m4/printf-frexp.m4: New file.
7667
7668 2007-02-25  Bruno Haible  <bruno@clisp.org>
7669
7670         Assume automake >= 1.10 for the tests.
7671         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
7672         * modules/arctwo-tests: Likewise.
7673         * modules/argp-tests: Likewise.
7674         * modules/avltree-list-tests: Likewise.
7675         * modules/avltree-oset-tests: Likewise.
7676         * modules/avltreehash-list-tests: Likewise.
7677         * modules/carray-list-tests: Likewise.
7678         * modules/crc-tests: Likewise.
7679         * modules/des-tests: Likewise.
7680         * modules/gc-arcfour-tests: Likewise.
7681         * modules/gc-arctwo-tests: Likewise.
7682         * modules/gc-des-tests: Likewise.
7683         * modules/gc-hmac-md5-tests: Likewise.
7684         * modules/gc-hmac-sha1-tests: Likewise.
7685         * modules/gc-md2-tests: Likewise.
7686         * modules/gc-md4-tests: Likewise.
7687         * modules/gc-md5-tests: Likewise.
7688         * modules/gc-pbkdf2-sha1-tests: Likewise.
7689         * modules/gc-rijndael-tests: Likewise.
7690         * modules/gc-sha1-tests: Likewise.
7691         * modules/gc-tests: Likewise.
7692         * modules/getaddrinfo-tests: Likewise.
7693         * modules/hmac-md5-tests: Likewise.
7694         * modules/hmac-sha1-tests: Likewise.
7695         * modules/linked-list-tests: Likewise.
7696         * modules/linkedhash-list-tests: Likewise.
7697         * modules/lock-tests: Likewise.
7698         * modules/md2-tests: Likewise.
7699         * modules/md4-tests: Likewise.
7700         * modules/md5-tests: Likewise.
7701         * modules/rbtree-list-tests: Likewise.
7702         * modules/rbtree-oset-tests: Likewise.
7703         * modules/rbtreehash-list-tests: Likewise.
7704         * modules/read-file-tests: Likewise.
7705         * modules/rijndael-tests: Likewise.
7706         * modules/stdint-tests: Likewise.
7707         * modules/tls-tests: Likewise.
7708
7709 2007-02-24  Bruno Haible  <bruno@clisp.org>
7710
7711         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
7712         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
7713         function; instead check whether isnan with a double argument links.
7714         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
7715         function; instead check whether isnan with a 'long double' argument
7716         links.
7717         Reported by Eric Blake <ebb9@byu.net>.
7718
7719 2007-02-24  Bruno Haible  <bruno@clisp.org>
7720
7721         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
7722         defined.
7723         * lib/isnanl.c: Remove all code. Just include isnan.c.
7724         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
7725
7726 2007-02-25  Jim Meyering  <jim@meyering.net>
7727
7728         Avoid conflicting types for 'unsetenv' on FreeBSD.
7729         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
7730         conflicting with FreeBSD's (5.0 and 6.1) function declaration
7731         in stdlib.h.
7732
7733 2007-02-24  Bruno Haible  <bruno@clisp.org>
7734
7735         * modules/isnanl-nolibm-tests: New file.
7736         * tests/test-isnanl.c: New file.
7737
7738         * modules/isnanl-nolibm: New file.
7739         * lib/isnanl.h: New file.
7740         * lib/isnanl.c: New file.
7741         * m4/isnanl.m4: New file.
7742
7743 2007-02-24  Bruno Haible  <bruno@clisp.org>
7744
7745         * modules/isnan-nolibm-tests: New file.
7746         * tests/test-isnan.c: New file.
7747
7748         * modules/isnan-nolibm: New file.
7749         * lib/isnan.h: New file.
7750         * lib/isnan.c: New file.
7751         * m4/isnan.m4: New file.
7752
7753 2007-02-24  Bruno Haible  <bruno@clisp.org>
7754
7755         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
7756         assume that an exponent fits in 20 bits.
7757
7758 2007-02-24  Jim Meyering  <jim@meyering.net>
7759
7760         * m4/regex.m4: Update the description of the configure-time option,
7761         --without-included-regex, to state accurately what the defaults are,
7762         and perhaps to give people an idea why using this option is risky.
7763
7764 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
7765
7766         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
7767         loops on small arguments.  This attempts to avoid the problem
7768         Bruno Haible reported for AIX 4.3.2 in
7769         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
7770
7771 2007-02-23  Bruno Haible  <bruno@clisp.org>
7772
7773         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
7774         Needed for help2man.
7775
7776 2007-02-23  Karl Berry  <karl@gnu.org>
7777
7778         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
7779         exists, foo.h should be cvs-ignored, not committed.
7780
7781 2007-02-23  Eric Blake  <ebb9@byu.net>
7782
7783         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
7784         * lib/stat-time.h (includes): Likewise.
7785         * lib/utimecmp.c (includes): Likewise.
7786         * lib/utimens.h (includes): Likewise.
7787         * lib/getdate.y (includes): Also include "timespec.h" for use
7788         internal to the module.
7789         * modules/utimens (Depends-on): Revert yesterday's patch.
7790         * modules/nanosleep (Depends-on): Add missing dependency.
7791
7792 2007-02-22  Bruno Haible  <bruno@clisp.org>
7793
7794         * lib/glob.c: Don't include getlogin_r.h.
7795
7796 2007-02-22  Jim Meyering  <jim@meyering.net>
7797
7798         * modules/utimens (Depends-on): Add timespec, required for
7799         utimens.h's inclusion of timespec.h.
7800
7801 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
7802
7803         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
7804         long unreadable paths in GNU/Linux.  Problem reported by Andreas
7805         Schwab in
7806         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
7807         I'll try to think of a better way to fix the Solaris problem.
7808
7809         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
7810         like glibc; on Solaris 10, it fails with errno == EINVAL.
7811         POSIX says the behavior is unspecified if the first argument is NULL,
7812         so play it safe and never pass NULL to the system getcwd.
7813
7814 2007-02-21  Jim Meyering  <jim@meyering.net>
7815
7816         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
7817         of gettimeofday.  It would conflict with the one now always
7818         provided via sys_time_.h.  Reported by Matthew Woehlke, as
7819         an IRIX 6.5 build failure.
7820
7821 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
7822
7823         Minor fixups to port to Solaris 10 with Sun C 5.8.
7824         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
7825         * modules/getcwd (Depends-on): Add dirfd.
7826         * lib/putenv.c (putenv): #undef it.
7827         (rpl_putenv): New decl.
7828         (malloc, free): Include <stdlib.h> rather than prototyping separately.
7829
7830 2007-02-20  Bruno Haible  <bruno@clisp.org>
7831
7832         * modules/stdio-tests: New file.
7833         * tests/test-stdio.c: New file.
7834
7835         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
7836         (Depends-on): Add stdio.
7837         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
7838         (Include): Use <stdio.h> instead of vsnprintf.h.
7839         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
7840         HAVE_DECL_VSNPRINTF.
7841         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
7842
7843         * modules/snprintf (Files): Remove lib/snprintf.h.
7844         (Depends-on): Add stdio.
7845         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
7846         (Include): Use <stdio.h> instead of snprintf.h.
7847         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
7848         HAVE_DECL_SNPRINTF.
7849         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
7850         * lib/getaddrinfo.c: Likewise.
7851
7852         * modules/stdio: New file.
7853         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
7854         * lib/snprintf.h: Remove file.
7855         * lib/vsnprintf.h: Remove file.
7856         * lib/.cppi-disable: Remove snprintf.h.
7857         * m4/stdio_h.m4: New file.
7858         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
7859
7860 2007-02-20  Jim Meyering  <jim@meyering.net>
7861
7862         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
7863         used by e.g., mingw.  From Bruno Haible.
7864
7865 2007-02-19  Bruno Haible  <bruno@clisp.org>
7866
7867         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
7868         warnings.
7869         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7870
7871 2007-02-19  Bruno Haible  <bruno@clisp.org>
7872
7873         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
7874         from mingw users.
7875
7876 2007-02-19  Bruno Haible  <bruno@clisp.org>
7877
7878         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
7879         warnings.
7880         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
7881
7882 2007-02-19  Jim Meyering  <jim@meyering.net>
7883
7884         Don't use FD after a successful "fdopendir (fd)".
7885         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
7886         Reset it by calling dirfd on the just-obtained DIR*.
7887
7888         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
7889         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
7890
7891 2007-02-18  Bruno Haible  <bruno@clisp.org>
7892
7893         * lib/readlink.c: Include <unistd.h>.
7894         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
7895         HAVE_READLINK.
7896         * modules/readlink (Depends-on): Add unistd.
7897         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7898         (Include): Add <unistd.h>.
7899
7900         * lib/getlogin_r.h: Remove file.
7901         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
7902         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
7903         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
7904         HAVE_DECL_GETLOGIN_R.
7905         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
7906         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7907         (Include): Use <unistd.h> instead of getlogin_r.h.
7908
7909         * lib/getcwd.h: Remove file.
7910         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
7911         * lib/xgetcwd.c: Likewise.
7912         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
7913         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
7914         * modules/getcwd (Files): Remove lib/getcwd.h.
7915         (Depends-on): Add unistd.
7916         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7917         (Include): Use <unistd.h> instad of getcwd.h.
7918
7919         * lib/ftruncate.c: Include <unistd.h> first.
7920         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
7921         Set HAVE_FTRUNCATE.
7922         * modules/ftruncate (Depends-on): Add unistd.
7923         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7924
7925         * lib/fchdir.c: Include <unistd.h> first.
7926         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
7927         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
7928         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
7929         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7930         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
7931
7932         * lib/dup2.c: Include <unistd.h> first.
7933         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
7934         HAVE_DUP2.
7935         * modules/dup2 (Depends-on): Add unistd.
7936         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7937
7938         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
7939         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
7940         REPLACE_CHOWN. Don't define chown as a macro here.
7941         * modules/chown (Depends-on): Add unistd.
7942         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7943
7944         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
7945         Add definition for GL_LINK_WARNING.
7946         (chown, dup2): New declarations.
7947         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
7948         link warning.
7949         (ftruncate): New declaration.
7950         (getcwd): New declaration, taken from old getcwd.h.
7951         (getlogin_r): New declaration, taken from old getlogin_r.h.
7952         (readlink): New declaration.
7953         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
7954         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
7955         (gl_PREREQ_UNISTD): Remove macro.
7956         (gl_UNISTD_MODULE_INDICATOR): New macro.
7957         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
7958         many new variables. Don't set UNISTD_H.
7959         * modules/unistd (Description): Change.
7960         (Depends-on): Add link-warning.
7961         (configure.ac): Update.
7962         (Makefile.am): Create unistd.h always. Substitute many new variables
7963         into it.
7964
7965 2007-02-18  Bruno Haible  <bruno@clisp.org>
7966
7967         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
7968         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
7969         HAVE_GETSUBOPT.
7970         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
7971         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
7972         * lib/getsubopt.h: Remove file.
7973         * modules/getsubopt (Files): Remove lib/getsubopt.h.
7974         (Depends-on): Add stdlib.
7975         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7976         (Includes): Use <stdlib.h> instead of getsubopt.h.
7977         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
7978         Set HAVE_GETSUBOPT.
7979         * lib/getsubopt.c: Don't include getsubopt.h.
7980
7981 2007-02-18  Bruno Haible  <bruno@clisp.org>
7982
7983         * modules/fchdir (Depends-on): Add dup2.
7984
7985 2007-02-18  Bruno Haible  <bruno@clisp.org>
7986
7987         * lib/stdlib_.h: Handle glibc's special invocation convention
7988         specially.
7989
7990 2007-02-18  Bruno Haible  <bruno@clisp.org>
7991
7992         * modules/stdlib-tests: New file.
7993         * tests/test-stdlib.c: New file.
7994
7995         * modules/mkstemp (Files): Remove lib/mkstemp.h.
7996         (Depends-on): Add stdlib.
7997         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
7998         (Includes): Use <stdlib.h> instead of mkstemp.h.
7999         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
8000         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
8001         * lib/mkstemp.c: Don't include mkstemp.h.
8002         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
8003         * lib/stdlib--.h: Don't include mkstemp.h.
8004
8005         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
8006         (Depends-on): Add stdlib.
8007         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8008         (Includes): Use <stdlib.h> instead of mkdtemp.h.
8009         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
8010         HAVE_MKDTEMP.
8011         * lib/mkdtemp.c: Don't include mkdtemp.h.
8012         * lib/clean-temp.c: Don't include mkdtemp.h.
8013
8014         * modules/exit (Files): Remove lib/exit.h.
8015         (Depends-on): Add stdlib.
8016         (Makefile.am): Remove lib_SOURCES.
8017         (Include): Use <stdlib.h> instead of exit.h.
8018         * lib/argmatch.c: Don't include exit.h.
8019         * lib/execute.c: Likewise.
8020         * lib/pagealign_alloc.c: Likewise.
8021         * lib/pipe.c: Likewise.
8022         * lib/wait-process.c: Likewise.
8023         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
8024         * lib/exitfail.c: Likewise.
8025         * lib/savewd.c: Likewise.
8026         * lib/xsetenv.c: Likewise.
8027
8028         * modules/stdlib: New file.
8029         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
8030         and extra comments about mkstemp().
8031         * lib/exit.h: Remove file.
8032         * lib/mkdtemp.h: Remove file.
8033         * lib/mkstemp.h: Remove file.
8034         * m4/stdlib_h.m4: New file.
8035         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
8036
8037 2007-02-18  Bruno Haible  <bruno@clisp.org>
8038
8039         * modules/math-tests: New file.
8040         * tests/test-math.c: New file.
8041
8042         * modules/math: New file.
8043         * modules/mathl (Files): Remove lib/mathl.h.
8044         (Depends-on): Add math.
8045         (Makefile.am): Don't mention mathl.h.
8046         (Include): Use <math.h> instead of mathl.h.
8047         * lib/math_.h: New file.
8048         * lib/mathl.h: Remove file.
8049         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
8050         mathl.h.
8051         * lib/asinl.c: Likewise.
8052         * lib/atanl.c: Likewise.
8053         * lib/ceill.c: Likewise.
8054         * lib/cosl.c: Likewise.
8055         * lib/expl.c: Likewise.
8056         * lib/floorl.c: Likewise.
8057         * lib/frexpl.c: Likewise.
8058         * lib/ldexpl.c: Likewise.
8059         * lib/logl.c: Likewise.
8060         * lib/sincosl.c: Likewise.
8061         * lib/sinl.c: Likewise.
8062         * lib/sqrtl.c: Likewise.
8063         * lib/tanl.c: Likewise.
8064         * lib/trigl.c: Likewise.
8065         * m4/math_h.m4: New file.
8066         * MODULES.html.sh (Mathematics): Add math.
8067
8068 2007-02-17  Bruno Haible  <bruno@clisp.org>
8069
8070         * modules/wctype-tests: New file.
8071         * tests/test-wctype.c: New file.
8072
8073         * modules/wchar-tests: New file.
8074         * tests/test-wchar.c: New file.
8075
8076         * modules/unistd-tests: New file.
8077         * tests/test-unistd.c: New file.
8078
8079         * modules/time-tests: New file.
8080         * tests/test-time.c: New file.
8081
8082         * modules/sysexits-tests: New file.
8083         * tests/test-sysexits.c: New file.
8084
8085         * modules/sys_time-tests: New file.
8086         * tests/test-sys_time.c: New file.
8087
8088         * modules/sys_stat-tests: New file.
8089         * tests/test-sys_stat.c: New file.
8090
8091         * modules/sys_socket-tests: New file.
8092         * tests/test-sys_socket.c: New file.
8093
8094         * modules/sys_select-tests: New file.
8095         * tests/test-sys_select.c: New file.
8096
8097         * modules/string-tests: New file.
8098         * tests/test-string.c: New file.
8099
8100         * modules/stdbool-tests: New file.
8101         * tests/test-stdbool.c: New file.
8102
8103         * modules/netinet_in-tests: New file.
8104         * tests/test-netinet_in.c: New file.
8105
8106         * modules/inttypes-tests: New file.
8107         * tests/test-inttypes.c: New file.
8108
8109         * modules/fcntl-tests: New file.
8110         * tests/test-fcntl.c: New file.
8111
8112         * modules/byteswap-tests: New file.
8113         * tests/test-byteswap.c: New file.
8114
8115         * modules/arpa_inet-tests: New file.
8116         * tests/test-arpa_inet.c: New file.
8117
8118 2007-02-17  Bruno Haible  <bruno@clisp.org>
8119
8120         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
8121         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
8122         if the corresponding module is not enabled. Emit link warnings if
8123         the function is used nevertheless.
8124         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
8125         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
8126         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
8127         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
8128         * modules/inttypes (Depends-on): Add link-warning.
8129         (Makefile.am): Copy the contents of build-aux/link-warning.h into
8130         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
8131         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
8132         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
8133         * modules/imaxdiv (configure.ac): Likewise.
8134         * modules/strtoimax (configure.ac): Likewise.
8135         * modules/strtoumax (configure.ac): Likewise.
8136
8137 2007-02-17  Bruno Haible  <bruno@clisp.org>
8138
8139         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
8140         gl_STRING_MODULE_INDICATOR_DEFAULTS.
8141         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
8142         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
8143
8144 2007-02-17  Bruno Haible  <bruno@clisp.org>
8145
8146         * modules/link-warning: New file.
8147         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
8148         * lib/string_.h (GL_LINK_WARNING): Remove definition.
8149         * modules/string (Depends-on): Add link-warning.
8150         (Makefile.am): Copy the contents of build-aux/link-warning.h into
8151         string.h.
8152         * MODULES.html.sh (Support for building libraries and executables): Add
8153         link-warning.
8154
8155 2007-02-17  Bruno Haible  <bruno@clisp.org>
8156
8157         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
8158         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
8159         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
8160         long lines.
8161
8162 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
8163             Bruno Haible  <bruno@clisp.org>
8164
8165         * modules/tmpfile: New file.
8166         * lib/tmpfile.c: New file.
8167         * m4/tmpfile.m4: New file.
8168         * MODULES.html.sh (func_all_modules): New section "Input/output".
8169
8170 2007-02-15  Bruno Haible  <bruno@clisp.org>
8171
8172         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
8173         (supports_delete_on_close): New function.
8174         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
8175
8176 2007-02-14  Bruno Haible  <bruno@clisp.org>
8177
8178         * modules/mbspcasecmp-tests: New file.
8179         * tests/test-mbspcasecmp.sh: New file.
8180         * tests/test-mbspcasecmp.c: New file.
8181
8182         New module mbspcasecmp.
8183         * modules/mbspcasecmp: New file.
8184         * lib/mbspcasecmp.c: New file.
8185         * lib/string_.h (strncasecmp): Change warning message.
8186         (mbspcasecmp): New declaration.
8187         * m4/mbspcasecmp.m4: New file.
8188         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8189         GNULIB_MBSPCASECMP.
8190         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
8191         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
8192
8193 2007-02-14  Bruno Haible  <bruno@clisp.org>
8194
8195         * modules/mbsncasecmp-tests: New file.
8196         * tests/test-mbsncasecmp.sh: New file.
8197         * tests/test-mbsncasecmp.c: New file.
8198
8199         New module mbsncasecmp.
8200         * modules/mbsncasecmp: New file.
8201         * lib/mbsncasecmp.c: New file.
8202         * lib/string_.h (mbsncasecmp): New declaration.
8203         * m4/mbsncasecmp.m4: New file.
8204         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8205         GNULIB_MBSNCASECMP.
8206         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
8207         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
8208
8209 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
8210
8211         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
8212         Verify that it doesn't overlap with our flags.
8213         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
8214         do not have the desired effect in multibyte locales; instead, use
8215         mbscasecmp.
8216         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
8217         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
8218         we don't require GNU fnmatch ourselves (if our users require it, they
8219         should do so explicitly).
8220
8221         Fix regex code so it doesn't rely on strcasecmp.
8222         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
8223         Otherwise, include gnulib's langinfo.h.
8224         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
8225         undesirable behavior in non-C locales.  Instead, rely on localecharset.
8226         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
8227         * modules/regex (FILES): Remove m4/codeset.m4.
8228         (Depends-on): Add localcharset.  Remove strcase.
8229
8230 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8231
8232         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
8233         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
8234
8235 2007-02-13  Bruno Haible  <bruno@clisp.org>
8236
8237         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
8238         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8239
8240 2007-02-12  Bruno Haible  <bruno@clisp.org>
8241
8242         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
8243         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
8244         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
8245         time warning rather than a link error.
8246
8247 2007-02-12  Bruno Haible  <bruno@clisp.org>
8248
8249         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
8250         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
8251         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8252
8253 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
8254
8255         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
8256         args, not 2.
8257
8258 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
8259
8260         New module 'time', so that apps can include <time.h> as per
8261         POSIX and GNU instead of separate include files like time_r.h
8262         and timegm.h.  This implementation tries out a simpler approach
8263         for replacing decls in standard include files (as compared to
8264         the string module), somewhat as an experiment.
8265
8266         * config/srclist.txt: Comment out mktime.c for now.
8267         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
8268         since it doesn't apply any more.  Use generic wording instead.
8269         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
8270         'time'.
8271         * lib/time_.h, m4/time_h.m4, modules/time: New files.
8272         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
8273         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
8274         Don't include <sys/types.h>; no longer needed since we assume C89.
8275         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
8276         * lib/strftime.c: Likewise.
8277         * lib/time_r.c: Likewise.
8278         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
8279         * lib/nanosleep.c: Include <time.h> first, to check interface.
8280         * lib/strptime.c: Likewise.
8281         * lib/time_r.c: Likewise.
8282         * lib/timegm.c: Likewise.
8283         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
8284         needed.
8285         * lib/timegm.c: Don't include timegm.h; no longer needed.
8286         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
8287         time.h now handles any problems in that area.
8288         (struct timespec, nanosleep): Remove; time.h now arranges for these.
8289         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
8290         that time.h defines struct timespec.
8291         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
8292         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
8293         handles that.
8294         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
8295         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
8296         needed.  Set REPLACE_LOCALTIME.
8297         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
8298         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
8299         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
8300         nanosleep; time_h.m4 now does that.  Don't require
8301         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
8302         module handles this now.
8303         * modules/getdate (Depends-on): Remove timespec.  Add time.
8304         * modules/nanosleep (Depends-on): Likewise.
8305         * modules/stat-time (Depends-on): Likewise.
8306         * modules/nanosleep (Include): Include time.h, not timespec.h.
8307         * modules/strptime (Files): Remove lib/strptime.h.
8308         (Depends-on): Add extensions, time.
8309         (Include): Include time.h, not strptime.h.
8310         * modules/time_r (Files): Remove lib/time_r.h.
8311         (Depends-on): Add time.
8312         (Include): Include time.h, not time_r.h.
8313         * modules/timegm: Likewise.
8314         * modules/timespec (Description): Now does timespec-related decls
8315         of our own, instead of struct timespec itself.
8316         (Depends-on): Add time; remove extensions.
8317         (Maintainer): Add self.
8318         * modules/utimecmp (Depends-on): Add time; remove timespec.
8319         * modules/utimens (Depends-on): Likewise.
8320         * modules/xnanosleep (Depends-on): Likewise.
8321
8322 2007-02-11  Bruno Haible  <bruno@clisp.org>
8323
8324         * lib/c-strstr.c: Include allocsa.h.
8325         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8326         * lib/c-strcasestr.c: Include allocsa.h.
8327         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8328         * lib/strcasestr.c: Include allocsa.h.
8329         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8330         * lib/mbsstr.c: Include allocsa.h.
8331         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
8332         allocsa/freesa instead of malloc/free.
8333         * lib/mbscasestr.c: Include allocsa.h.
8334         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
8335         allocsa/freesa instead of malloc/free.
8336         * modules/c-strstr (Depends-on): Add allocsa.
8337         * modules/c-strcasestr (Depends-on): Likewise.
8338         * modules/strcasestr (Depends-on): Likewise.
8339         * modules/mbsstr (Depends-on): Likewise.
8340         * modules/mbscasestr (Depends-on): Likewise.
8341
8342 2007-02-11  Bruno Haible  <bruno@clisp.org>
8343
8344         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
8345
8346         * modules/mbsspn-tests: New file.
8347         * tests/test-mbsspn.sh: New file.
8348         * tests/test-mbsspn.c: New file.
8349
8350 2007-02-11  Bruno Haible  <bruno@clisp.org>
8351
8352         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
8353
8354         * modules/mbspbrk-tests: New file.
8355         * tests/test-mbspbrk.sh: New file.
8356         * tests/test-mbspbrk.c: New file.
8357
8358 2007-02-11  Bruno Haible  <bruno@clisp.org>
8359
8360         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
8361         unneeded cast.
8362
8363         * modules/mbscspn-tests: New file.
8364         * tests/test-mbscspn.sh: New file.
8365         * tests/test-mbscspn.c: New file.
8366
8367 2007-02-11  Bruno Haible  <bruno@clisp.org>
8368
8369         * modules/mbscasecmp-tests: New file.
8370         * tests/test-mbscasecmp.sh: New file.
8371         * tests/test-mbscasecmp.c: New file.
8372
8373 2007-02-11  Bruno Haible  <bruno@clisp.org>
8374
8375         Ensure O(n) worst-case complexity of mbscasestr.
8376         * lib/mbscasestr.c: Include stdbool.h.
8377         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
8378         functions.
8379         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
8380         the bookkeeping indicates that it's worth it.
8381         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
8382
8383         * modules/mbscasestr-tests: New file.
8384         * tests/test-mbscasestr1.c: New file.
8385         * tests/test-mbscasestr2.sh: New file.
8386         * tests/test-mbscasestr2.c: New file.
8387         * tests/test-mbscasestr3.sh: New file.
8388         * tests/test-mbscasestr3.c: New file.
8389         * tests/test-mbscasestr4.sh: New file.
8390         * tests/test-mbscasestr4.c: New file.
8391         * m4/locale-tr.m4: New file.
8392
8393 2007-02-11  Bruno Haible  <bruno@clisp.org>
8394
8395         Ensure O(n) worst-case complexity of mbsstr.
8396         * lib/mbsstr.c: Include stdbool.h.
8397         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
8398         functions.
8399         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
8400         bookkeeping indicates that it's worth it.
8401         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
8402
8403         * modules/mbsstr-tests: New file.
8404         * tests/test-mbsstr1.c: New file.
8405         * tests/test-mbsstr2.sh: New file.
8406         * tests/test-mbsstr2.c: New file.
8407         * tests/test-mbsstr3.sh: New file.
8408         * tests/test-mbsstr3.c: New file.
8409         * m4/locale-fr.m4: New file.
8410
8411 2007-02-11  Bruno Haible  <bruno@clisp.org>
8412
8413         * lib/mbsrchr.c (mbsrchr): Fix bug.
8414
8415         * modules/mbsrchr-tests: New file.
8416         * tests/test-mbsrchr.sh: New file.
8417         * tests/test-mbsrchr.c: New file.
8418
8419 2007-02-11  Bruno Haible  <bruno@clisp.org>
8420
8421         * lib/mbschr.c (mbschr): Fix bug.
8422
8423         * modules/mbschr-tests: New file.
8424         * tests/test-mbschr.sh: New file.
8425         * tests/test-mbschr.c: New file.
8426         * m4/locale-zh.m4: New file.
8427
8428 2007-02-11  Bruno Haible  <bruno@clisp.org>
8429
8430         Support for copying multibyte string iterators.
8431         * lib/mbiter.h: Include <string.h>.
8432         (mbiter_multi_copy): New function.
8433         (mbi_copy): New macro.
8434         * lib/mbuiter.h: Include <string.h>.
8435         (mbuiter_multi_copy): New function.
8436         (mbui_copy): New macro.
8437
8438 2007-02-11  Bruno Haible  <bruno@clisp.org>
8439
8440         New module mbslen.
8441         * modules/mbslen: New file.
8442         * lib/mbslen.c: New file.
8443         * lib/string_.h (mbslen): New declaration.
8444         * m4/mbslen.m4: New file.
8445         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8446         GNULIB_MBSLEN.
8447         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
8448         * MODULES.html.sh (Internationalization functions): Add mbslen.
8449
8450 2007-02-11  Bruno Haible  <bruno@clisp.org>
8451
8452         Ensure O(n) worst-case complexity of strcasestr substitute.
8453         * lib/strcasestr.c: Include stdbool.h.
8454         (knuth_morris_pratt): New function.
8455         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
8456         bookkeeping indicates that it's worth it.
8457         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
8458
8459         * modules/strcasestr-tests: New file.
8460         * tests/test-strcasestr.c: New file.
8461
8462 2007-02-11  Bruno Haible  <bruno@clisp.org>
8463
8464         Ensure O(n) worst-case complexity of c_strcasestr.
8465         * lib/c-strcasestr.c: Include stdbool.h, string.h.
8466         (knuth_morris_pratt): New function.
8467         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
8468         the bookkeeping indicates that it's worth it.
8469         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
8470
8471         * modules/c-strcasestr-tests: New file.
8472         * tests/test-c-strcasestr.c: New file.
8473
8474 2007-02-11  Bruno Haible  <bruno@clisp.org>
8475
8476         Ensure O(n) worst-case complexity of c_strstr.
8477         * lib/c-strstr.c: Include stdbool.h, string.h.
8478         (knuth_morris_pratt): New function.
8479         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
8480         bookkeeping indicates that it's worth it.
8481         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
8482
8483         * lib/c-strstr.c: Complete rewrite for maintainability.
8484
8485         * modules/c-strstr-tests: New file.
8486         * tests/test-c-strstr.c: New file.
8487
8488 2007-02-11  Bruno Haible  <bruno@clisp.org>
8489
8490         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
8491         5.2.1 and earlier, whereby \055 was treated just like the range
8492         delimiter '-'.
8493         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
8494
8495 2007-02-08  Bruno Haible  <bruno@clisp.org>
8496
8497         * modules/regex (Depends-on): Add stdbool.
8498         Reported by Dalibor Topic <robilad@kaffe.org>.
8499
8500 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
8501
8502         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
8503         Prefer returning from main to exiting from it.
8504         Remove unnecessary parens after sizeof.
8505
8506 2007-02-05  Bruno Haible  <bruno@clisp.org>
8507
8508         New module mbssep.
8509         * modules/mbssep: New file.
8510         * lib/mbssep.c: New file.
8511         * lib/string_.h (strsep): Add a conditional link warning.
8512         (mbssep): New declaration.
8513         * m4/mbssep.m4: New file.
8514         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8515         GNULIB_MBSSEP.
8516         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
8517         * MODULES.html.sh (Internationalization functions): Add mbssep.
8518
8519 2007-02-05  Bruno Haible  <bruno@clisp.org>
8520
8521         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
8522         Optimize search in case of 1 delimiter.
8523
8524 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
8525
8526         * lib/acl.h: Include sys/types.h before sys/acl.h.
8527
8528 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
8529
8530         Merge upstream fix for glibc bugzilla #3957:
8531
8532         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
8533
8534         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
8535         bit for RE_HAT_LISTS_NOT_NEWLINE.
8536         (build_charclass_op): Remove bogus comment.
8537
8538 2007-02-05  Simon Josefsson  <simon@josefsson.org>
8539
8540         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
8541
8542 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
8543
8544         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
8545         * lib/memmem.c [!defined _LIBC]: Include config.h.
8546
8547 2007-02-04  Bruno Haible  <bruno@clisp.org>
8548
8549         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
8550         warning message.
8551
8552 2007-02-04  Bruno Haible  <bruno@clisp.org>
8553
8554         New module mbstok_r.
8555         * modules/mbstok_r: New file.
8556         * lib/mbstok_r.c: New file.
8557         * lib/string_.h (strtok_r): Change argument names to match the
8558         comments. Add a conditional link warning.
8559         (mbstok_r): New declaration.
8560         * m4/mbstok_r.m4: New file.
8561         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8562         GNULIB_MBSTOK_R.
8563         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
8564         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
8565
8566 2007-02-04  Bruno Haible  <bruno@clisp.org>
8567
8568         New module mbsspn.
8569         * modules/mbsspn: New file.
8570         * lib/mbsspn.c: New file.
8571         * lib/string_.h (strspn): Add a conditional link warning.
8572         (mbsspn): New declaration.
8573         * m4/mbsspn.m4: New file.
8574         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8575         GNULIB_MBSSPN.
8576         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
8577         * MODULES.html.sh (Internationalization functions): Add mbsspn.
8578
8579 2007-02-04  Bruno Haible  <bruno@clisp.org>
8580
8581         New module mbspbrk.
8582         * modules/mbspbrk: New file.
8583         * lib/mbspbrk.c: New file.
8584         * lib/string_.h (strpbrk): Add a conditional link warning.
8585         (mbspbrk): New declaration.
8586         * m4/mbspbrk.m4: New file.
8587         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8588         GNULIB_MBSPBRK.
8589         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
8590         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
8591
8592 2007-02-04  Bruno Haible  <bruno@clisp.org>
8593
8594         New module mbscspn.
8595         * modules/mbscspn: New file.
8596         * lib/mbscspn.c: New file.
8597         * lib/string_.h (strcspn): Add a conditional link warning.
8598         (mbscspn): New declaration.
8599         * m4/mbscspn.m4: New file.
8600         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8601         GNULIB_MBSCSPN.
8602         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
8603         * MODULES.html.sh (Internationalization functions): Add mbscspn.
8604
8605 2007-02-04  Bruno Haible  <bruno@clisp.org>
8606
8607         New module mbscasestr, reduced goal of strcasestr.
8608         * modules/mbscasestr: New file.
8609         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
8610         (mbscasestr): Renamed from strcasestr.
8611         * lib/strcasestr.c: Don't include mbuiter.h.
8612         (strcasestr): Remove support for multibyte locales.
8613         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
8614         Change the conditional link warning.
8615         (mbscasestr): New declaration.
8616         * m4/mbscasestr.m4: New file.
8617         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
8618         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
8619         REPLACE_STRCASESTR.
8620         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
8621         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8622         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
8623         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
8624         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
8625         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
8626         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
8627         (Depends-on): Remove mbuiter.
8628         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
8629
8630 2007-02-04  Bruno Haible  <bruno@clisp.org>
8631
8632         Simplify handling of strncasecmp.
8633         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
8634         the conditional link warning.
8635         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8636         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
8637         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
8638         * modules/strcase (configure.ac): Don't invoke
8639         gl_STRING_MODULE_INDICATOR.
8640         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
8641
8642 2007-02-04  Bruno Haible  <bruno@clisp.org>
8643
8644         New module mbscasecmp, reduced goal of strcasecmp.
8645         * modules/mbscasecmp: New file.
8646         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
8647         (mbscasecmp): Renamed from strcasecmp.
8648         * lib/strcasecmp.c: Don't include mbuiter.h.
8649         (strcasecmp): Remove support for multibyte locales.
8650         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
8651         Change the conditional link warning.
8652         (mbscasecmp): New declaration.
8653         * m4/mbscasecmp.m4: New file.
8654         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
8655         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
8656         REPLACE_STRCASECMP.
8657         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
8658         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8659         GNULIB_MBSCASECMP.
8660         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
8661         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
8662         * modules/strcase (Files): Remove m4/mbrtowc.m4.
8663         (Depends-on): Remove mbuiter.
8664         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
8665
8666 2007-02-04  Bruno Haible  <bruno@clisp.org>
8667
8668         New module mbsstr. Remove module strstr.
8669         * modules/mbsstr: New file.
8670         * modules/strstr: Remove file.
8671         * lib/mbsstr.c: Renamed from lib/strstr.c.
8672         (mbsstr): Renamed from strstr.
8673         * lib/string_.h (strstr): Remove declaration. Change the conditional
8674         link warning.
8675         (mbsstr): New declaration.
8676         * m4/mbsstr.m4: New file.
8677         * m4/strstr.m4: Remove file.
8678         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
8679         REPLACE_STRSTR.
8680         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
8681         Don't initialize GNULIB_STRSTR.
8682         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
8683         substitute GNULIB_STRSTR and REPLACE_STRSTR.
8684         * MODULES.html.sh (Internationalization functions): Add mbsstr.
8685         (Support for systems lacking ANSI C 89): Remove strstr.
8686
8687 2007-02-04  Bruno Haible  <bruno@clisp.org>
8688
8689         New module mbsrchr.
8690         * modules/mbsrchr: New file.
8691         * lib/mbsrchr.c: New file.
8692         * lib/string_.h (strrchr): Add a conditional link warning.
8693         (mbsrchr): New declaration.
8694         * m4/mbsrchr.m4: New file.
8695         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8696         GNULIB_MBSRCHR.
8697         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
8698         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
8699
8700 2007-02-04  Bruno Haible  <bruno@clisp.org>
8701
8702         New module mbschr.
8703         * modules/mbschr: New file.
8704         * lib/mbschr.c: New file.
8705         * lib/string_.h (strchr): Add a conditional link warning.
8706         (mbschr): New declaration.
8707         * m4/mbschr.m4: New file.
8708         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8709         GNULIB_MBSCHR.
8710         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
8711         * MODULES.html.sh (Internationalization functions): Add mbschr.
8712
8713 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
8714
8715         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
8716
8717         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
8718
8719 2007-02-04  Bruno Haible  <bruno@clisp.org>
8720
8721         New module description section 'configure.ac-early'.
8722         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
8723         (func_get_autoconf_early_snippet): New function.
8724         (func_import, func_create_testdir): Use it. Remove special cases for
8725         modules 'extensions' and 'lock'.
8726         * modules/extensions (configure.ac-early): Require
8727         gl_USE_SYSTEM_EXTENSIONS.
8728         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
8729
8730 2007-02-04  Bruno Haible  <bruno@clisp.org>
8731
8732         Make use of gcj-4.3's -fsource and -ftarget option.
8733         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
8734         and if so try the options -fsource and -ftarget.
8735         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
8736         source_version, ftarget_option, target_version arguments.
8737         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
8738         (is_envjavac_oldgcj_14_14_usable): Renamed from
8739         is_envjavac_gcj_14_14_usable.
8740         (is_envjavac_oldgcj_14_13_usable): Renamed from
8741         is_envjavac_gcj_14_13_usable.
8742         (is_gcj_present): Update.
8743         (is_gcj_43, is_gcj43_usable): New functions.
8744         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
8745         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
8746         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
8747         try the options -fsource and -ftarget.
8748
8749 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
8750
8751         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
8752         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
8753         larger value.
8754
8755 2007-02-03  Jim Meyering  <jim@meyering.net>
8756
8757         Give tools a better chance to allocate space for very large buffers.
8758         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
8759
8760         Make pwd and readlink work also when run with an unreadable parent dir
8761         on systems with openat support.
8762         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
8763         provided getcwd function, even when we have openat support.
8764         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
8765
8766 2007-02-02  Bruno Haible  <bruno@clisp.org>
8767
8768         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
8769         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
8770         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
8771         portability problems if one of these functions is only used on specific
8772         platforms.
8773         Reported by Paul Eggert.
8774
8775 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
8776
8777         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
8778         is causing more trouble than it's curing.
8779         * lib/regex_internal.h (__mempcpy): Remove.
8780         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
8781         (and make the code a tad smaller to boot).
8782         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
8783
8784 2007-02-02  Jim Meyering  <jim@meyering.net>
8785
8786         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
8787         section, not in the Makefile.am: one.
8788
8789 2007-02-02  Eric Blake  <ebb9@byu.net>
8790
8791         * lib/strchrnul.c: Always include config.h first.
8792
8793         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
8794         gnulib strstr is not necessary here.
8795
8796 2007-02-02  Simon Josefsson  <simon@josefsson.org>
8797
8798         * m4/socklen.m4: Fix typo.
8799
8800 2007-02-02  Eric Blake  <ebb9@byu.net>
8801
8802         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
8803         * modules/netinet_in (Makefile.am): Likewise.
8804
8805 2007-02-01  Bruno Haible  <bruno@clisp.org>
8806
8807         * lib/string_.h (GL_LINK_WARNING): New macro.
8808         (strcasecmp, strstr, strcasestr): If provided by the system,
8809         conditionally define as a macro that leads to a warning instead of to
8810         an error.
8811         (strncasecmp): Conditionally define as a macro that leads to a warning.
8812
8813 2007-02-01  Karl Berry  <karl@gnu.org>
8814
8815         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
8816
8817 2007-02-01  Bruno Haible  <bruno@clisp.org>
8818
8819         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
8820         renamings.
8821
8822 2007-02-01  Eric Blake  <ebb9@byu.net>
8823
8824         * modules/regex (Depends-on): Revert dependence on mempcpy.
8825         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
8826         module's definition of mempcpy.
8827         Reported by Paul Eggert.
8828
8829 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
8830
8831         * lib/string_.h: If the gnulib module XYZ is not present, undefine
8832         the symbol XYZ before redefining it.  This fixes a problem with
8833         programs that don't use XYZ, when compiled on systems that define
8834         XYZ to something else.
8835
8836 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
8837
8838         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
8839         occurs when "mkdir -m foo" creates a setgid directory that is (1)
8840         writeable to group or other and (2) is intended to have a special
8841         mode bit that is set or cleared.  In such a case, the directory
8842         should be neither group- nor other-writeable until the special
8843         mode bits are right.
8844
8845 2007-01-31  Eric Blake  <ebb9@byu.net>
8846
8847         * modules/mountlist (Depends-on): Add strstr.
8848
8849         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
8850         bug.
8851         * modules/string (Makefile.am): Remove redundant replacement.
8852         * modules/regex (Depends-on): Add mempcpy.
8853
8854 2007-01-31  Bruno Haible  <bruno@clisp.org>
8855
8856         New module description field 'Link'.
8857         * gnulib-tool (func_usage): Document --extract-link-directive.
8858         (sed_extract_prog): Recognize 'Link' directive.
8859         (func_get_link_directive): New function.
8860         (func_import): Show summary of link directives.
8861         Handle --extract-link-directive option.
8862         * modules/acl (Link): New section.
8863         * modules/clock-time (Link): New section.
8864         * modules/euidaccess (Link): New section.
8865         * modules/gettext (Link): New section.
8866         * modules/iconv (Link): New section.
8867         * modules/lock (Link): New section.
8868         * modules/nanosleep (Link): New section.
8869         * modules/readline (Link): New section.
8870
8871 2007-01-27  Bruno Haible  <bruno@clisp.org>
8872
8873         Enforce the use of gnulib modules for unportable <string.h> functions.
8874         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
8875         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
8876         (gl_HEADER_STRING_H_BODY): Require it.
8877         * lib/string_.h: If the gnulib module XYZ is not present, redefine
8878         the symbol XYZ to one that gives a link error.
8879         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
8880         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
8881         * modules/mempcpy (configure.ac): Likewise.
8882         * modules/memrchr (configure.ac): Likewise.
8883         * modules/stpcpy (configure.ac): Likewise.
8884         * modules/stpncpy (configure.ac): Likewise.
8885         * modules/strcase (configure.ac): Likewise.
8886         * modules/strcasestr (configure.ac): Likewise.
8887         * modules/strchrnul (configure.ac): Likewise.
8888         * modules/strdup (configure.ac): Likewise.
8889         * modules/strndup (configure.ac): Likewise.
8890         * modules/strnlen (configure.ac): Likewise.
8891         * modules/strpbrk (configure.ac): Likewise.
8892         * modules/strsep (configure.ac): Likewise.
8893         * modules/strstr (configure.ac): Likewise.
8894         * modules/strtok_r (configure.ac): Likewise.
8895
8896 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
8897
8898         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
8899
8900 2007-01-30  Jim Meyering  <jim@meyering.net>
8901
8902         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
8903
8904 2007-01-29  Bruno Haible  <bruno@clisp.org>
8905
8906         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
8907         * lib/execute.c: Likewise.
8908         * lib/pipe.c: Likewise.
8909         * lib/printf-args.h: Likewise.
8910         * lib/printf-args.c: Likewise.
8911         * lib/printf-parse.c: Likewise.
8912         * lib/vasnprintf.c: Likewise.
8913
8914 2007-01-29  Eric Blake  <ebb9@byu.net>
8915
8916         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
8917         declaration.
8918
8919 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
8920
8921         * lib/strptime.h (strptime): Use 'restrict' for args where
8922         POSIX requires this.
8923         * lib/strptime.c (strptime): Likewise.
8924         Change license notice from LGPL to GPL, since gnulib-tool will
8925         change this as needed.
8926         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
8927         defined.
8928         Include "strptime.h" first, to check interface.
8929         Do not #undef _LIBC and _NL_CURRENT.
8930         Do not include <stdlib.h>; no longer needed.
8931         Include "time_r.h" and declare ptime_locale_status
8932         only if _LIBC is not defined.
8933         (__P): Remove unused macro.
8934         (match_string): Bring back glibc version, but use it only if _LIBC
8935         is defined.
8936         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
8937         Remove unnecessary assertion and abort() call.
8938         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
8939         * m4/strptime.m4: Fix serial number comment.
8940         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
8941         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
8942         (Depends-on): Add time_r.
8943
8944 2007-01-29  Bruno Haible  <bruno@clisp.org>
8945
8946         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
8947         strptime.
8948         * modules/strptime (Depends-on): Add stdbool.
8949         * lib/strptime.h: Include <time.h> always. Add comments.
8950
8951 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
8952
8953         * modules/strptime: New file.
8954         * lib/strptime.h: New file.
8955         * lib/strptime.c: New file.
8956         * m4/strptime.m4: New file.
8957
8958 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
8959
8960         * MODULES.html.sh: New module mpsort.
8961         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
8962
8963         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
8964         a circularity problem with HP-UX ia64 reported by Bob Proulx in
8965         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
8966         All uses changed.
8967         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
8968         All uses changed.
8969         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
8970         to _Restrict_.
8971         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
8972         the parameter matches the prototype.
8973
8974 2007-01-28  Jim Meyering  <jim@meyering.net>
8975
8976         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
8977         sys/time.h here, reverting that part of the previous patch:
8978         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
8979
8980 2007-01-28  Bruno Haible  <bruno@clisp.org>
8981
8982         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
8983         value of $(SYS_TIME_H).
8984         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
8985         remove it conditionally, too. [added by Jim Meyering]
8986         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
8987         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
8988         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
8989         GETTIMEOFDAY_REPLACEMENT to 1.
8990
8991 2007-01-28  Bruno Haible  <bruno@clisp.org>
8992
8993         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
8994         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
8995         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
8996         Set UNISTD_H instead of UNISTD_H2.
8997         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
8998
8999 2007-01-28  Bruno Haible  <bruno@clisp.org>
9000
9001         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
9002         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
9003
9004 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9005
9006         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
9007         (func_create_testdir): Ensure C locale for `grep' and `tr'
9008         character ranges.
9009         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
9010         ACLOCAL_AMFLAGS parsing state machine.
9011
9012 2007-01-27  Bruno Haible  <bruno@clisp.org>
9013
9014         * modules/unistr/base: Update.
9015
9016 2007-01-27  Bruno Haible  <bruno@clisp.org>
9017
9018         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
9019         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
9020         * modules/unistr/u32-mbtouc-unsafe: Renamed from
9021         modules/unistr/u32-mbtouc.
9022         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
9023         * lib/unistr.h: Update.
9024         * lib/linebreak.c: Update.
9025         * modules/unistr/u32-mbtouc: Renamed from
9026         modules/unistr/u32-mbtouc-safe.
9027         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
9028         * lib/unistr.h: Update.
9029         * lib/unistr/u32-to-u8.c: Update.
9030         * lib/unistr/u32-to-u16.c: Update.
9031
9032 2007-01-27  Bruno Haible  <bruno@clisp.org>
9033
9034         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
9035         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
9036         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
9037         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
9038         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
9039         * modules/unistr/u16-mbtouc-unsafe: Renamed from
9040         modules/unistr/u16-mbtouc.
9041         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
9042         * lib/unistr.h: Update.
9043         * lib/linebreak.c: Update.
9044         * modules/linebreak: Update.
9045         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
9046         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
9047         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
9048         * modules/unistr/u16-mbtouc: Renamed from
9049         modules/unistr/u16-mbtouc-safe.
9050         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
9051         * lib/unistr.h: Update.
9052         * lib/unistr/u16-to-u8.c: Update.
9053         * modules/unistr/u16-to-u8: Update.
9054         * lib/unistr/u16-to-u32.c: Update.
9055         * modules/unistr/u16-to-u32: Update.
9056
9057 2007-01-27  Bruno Haible  <bruno@clisp.org>
9058
9059         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
9060         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
9061         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
9062         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
9063         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
9064         * modules/unistr/u8-mbtouc-unsafe: Renamed from
9065         modules/unistr/u8-mbtouc.
9066         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
9067         * lib/unistr.h: Update.
9068         * lib/striconveh.c: Update.
9069         * modules/striconveh: Update.
9070         * lib/linebreak.c: Update.
9071         * modules/linebreak: Update.
9072         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
9073         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
9074         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
9075         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
9076         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
9077         * lib/unistr.h: Update.
9078         * lib/striconveh.c: Update.
9079         * modules/striconveh: Update.
9080         * lib/unistr/u8-to-u16.c: Update.
9081         * modules/unistr/u8-to-u16: Update.
9082         * lib/unistr/u8-to-u32.c: Update.
9083         * modules/unistr/u8-to-u32: Update.
9084
9085 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9086
9087         Sync from Libtool.
9088         * lib/argz.c: Do not include strings.h nor memory.h, include
9089         string.h unconditionally.  Patch by Simon Josefsson.
9090
9091 2007-01-27  Bruno Haible  <bruno@clisp.org>
9092
9093         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
9094         from gl_HEADER_STRING_H_BODY.
9095         (gl_HEADER_STRING_H_BODY): Require it.
9096         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
9097         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
9098         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
9099         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
9100         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
9101         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
9102         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9103         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
9104         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
9105         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
9106         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
9107         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
9108         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
9109         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
9110         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9111
9112 2007-01-27  Bruno Haible  <bruno@clisp.org>
9113
9114         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
9115         check_PROGRAMS into noinst_PROGRAMS.
9116         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
9117         check_PROGRAMS in this case.
9118         (func_import): Set for_test to false.
9119         (func_create_testdir): Set for_test to true.
9120
9121 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
9122             Bruno Haible  <bruno@clisp.org>
9123
9124         * modules/strcasestr (Files): Remove lib/strcasestr.h.
9125         (Depends-on): Add string.
9126         (Includes): Use <string.h> instead of strcasestr.h.
9127         * modules/string (Makefile.am): Also substitute the value of
9128         REPLACE_STRCASESTR.
9129         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
9130         assume strcasestr is declared in <string.h> not <strings.h>. Also
9131         set REPLACE_STRCASESTR.
9132         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
9133         REPLACE_STRCASESTR.
9134         * lib/strcasestr.h: Remove file.
9135         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
9136         * lib/string_.h (strcasestr): New declaration.
9137
9138 2007-01-27  Bruno Haible  <bruno@clisp.org>
9139
9140         * lib/string_.h: Use 'extern'.
9141
9142 2007-01-27  Jim Meyering  <jim@meyering.net>
9143
9144         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
9145         of set-but-not-used local, "q".
9146
9147         * lib/mempcpy.c: Include <config.h> before <string.h>.
9148         This fixes a compilation error on HP-UX, due to the system's
9149         "restrict"-using mempcpy prototype.
9150
9151 2007-01-26  Bruno Haible  <bruno@clisp.org>
9152
9153         Small optimization.
9154         * lib/javacomp.c: Include c-strstr.h.
9155          (is_envjavac_gcj): Use c_strstr instead of strstr.
9156         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
9157
9158 2007-01-26  Bruno Haible  <bruno@clisp.org>
9159
9160         * MODULES.html.sh (Unicode string functions): Add the new modules.
9161
9162         * modules/uniconv/u32-strconv-to-locale: New file.
9163         * lib/uniconv/u32-strconv-to-locale.c: New file.
9164
9165         * modules/uniconv/u16-strconv-to-locale: New file.
9166         * lib/uniconv/u16-strconv-to-locale.c: New file.
9167
9168         * modules/uniconv/u8-strconv-to-locale: New file.
9169         * lib/uniconv/u8-strconv-to-locale.c: New file.
9170
9171         * modules/uniconv/u32-strconv-from-locale: New file.
9172         * lib/uniconv/u32-strconv-from-locale.c: New file.
9173
9174         * modules/uniconv/u16-strconv-from-locale: New file.
9175         * lib/uniconv/u16-strconv-from-locale.c: New file.
9176
9177         * modules/uniconv/u8-strconv-from-locale: New file.
9178         * lib/uniconv/u8-strconv-from-locale.c: New file.
9179
9180         * modules/uniconv/u32-strconv-to-enc: New file.
9181         * lib/uniconv/u32-strconv-to-enc.c: New file.
9182         * modules/uniconv/u32-strconv-to-enc-tests: New file.
9183         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
9184
9185         * modules/uniconv/u16-strconv-to-enc: New file.
9186         * lib/uniconv/u16-strconv-to-enc.c: New file.
9187         * lib/uniconv/u-strconv-to-enc.h: New file.
9188         * modules/uniconv/u16-strconv-to-enc-tests: New file.
9189         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
9190
9191         * modules/uniconv/u8-strconv-to-enc: New file.
9192         * lib/uniconv/u8-strconv-to-enc.c: New file.
9193         * modules/uniconv/u8-strconv-to-enc-tests: New file.
9194         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
9195
9196         * modules/uniconv/u32-strconv-from-enc: New file.
9197         * lib/uniconv/u32-strconv-from-enc.c: New file.
9198         * modules/uniconv/u32-strconv-from-enc-tests: New file.
9199         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
9200
9201         * modules/uniconv/u16-strconv-from-enc: New file.
9202         * lib/uniconv/u16-strconv-from-enc.c: New file.
9203         * modules/uniconv/u16-strconv-from-enc-tests: New file.
9204         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
9205
9206         * modules/uniconv/u8-strconv-from-enc: New file.
9207         * lib/uniconv/u8-strconv-from-enc.c: New file.
9208         * lib/uniconv/u-strconv-from-enc.h: New file.
9209         * modules/uniconv/u8-strconv-from-enc-tests: New file.
9210         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
9211
9212         * modules/uniconv/u32-conv-from-enc: New file.
9213         * lib/uniconv/u32-conv-from-enc.c: New file.
9214         * modules/uniconv/u32-conv-from-enc-tests: New file.
9215         * tests/uniconv/test-u32-conv-from-enc.c: New file.
9216
9217         * modules/uniconv/u16-conv-from-enc: New file.
9218         * lib/uniconv/u16-conv-from-enc.c: New file.
9219         * lib/uniconv/u-conv-from-enc.h: New file.
9220         * modules/uniconv/u16-conv-from-enc-tests: New file.
9221         * tests/uniconv/test-u16-conv-from-enc.c: New file.
9222
9223         * modules/uniconv/u8-conv-from-enc: New file.
9224         * lib/uniconv/u8-conv-from-enc.c: New file.
9225         * modules/uniconv/u8-conv-from-enc-tests: New file.
9226         * tests/uniconv/test-u8-conv-from-enc.c: New file.
9227
9228         * modules/uniconv/base: New file.
9229         * lib/uniconv.h: New file.
9230
9231 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
9232
9233         * doc/gnulib-tool.texi (Initial import): Update to match current
9234         behavior with strdup module.
9235         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
9236         * lib/memmem.h: Remove; all uses removed.  This is now done
9237         by <string.h>.
9238         * lib/mempcpy.h: Likewise.
9239         * lib/memrchr.h: Likewise.
9240         * lib/stpcpy.h: Likewise.
9241         * lib/stpncpy.h: Likewise.
9242         * lib/strcase.h: Likewise.
9243         * lib/strchrnul.h: Likewise.
9244         * lib/strdup.h: Likewise.
9245         * lib/strndup.h: Likewise.
9246         * lib/strnlen.h: Likewise.
9247         * lib/strpbrk.h: Likewise.
9248         * lib/strsep.h: Likewise.
9249         * lib/strstr.h: Likewise.
9250         * lib/strtok_r.h: Likewise.
9251         * lib/string_.h: New file.
9252         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
9253         Rely on <string.h> instead.
9254         * lib/canon-host.c: Likewise.
9255         * lib/chdir-long.c: Likewise.
9256         * lib/concatpath.c: Likewise.
9257         * lib/exclude.c: Likewise.
9258         * lib/fchdir.c: Likewise.
9259         * lib/getaddrinfo.c: Likewise.
9260         * lib/getcwd.c: Likewise.
9261         * lib/getsubopt.c: Likewise.
9262         * lib/glob.c: Likewise.
9263         * lib/hard-locale.c: Likewise.
9264         * lib/iconvme.c: Likewise.
9265         * lib/javacomp.c: Likewise.
9266         * lib/mempcpy.c: Likewise.
9267         * lib/memrchr.c: Likewise.
9268         * lib/regex_internal.h: Likewise.
9269         * lib/stpncpy.c: Likewise.
9270         * lib/strcasecmp.c: Likewise.
9271         * lib/strchrnul.c: Likewise.
9272         * lib/strdup.c: Likewise.
9273         * lib/striconv.c: Likewise.
9274         * lib/striconveh.c: Likewise.
9275         * lib/striconveha.c: Likewise.
9276         * lib/strncasecmp.c: Likewise.
9277         * lib/strndup.c: Likewise.
9278         * lib/strnlen.c: Likewise.
9279         * lib/strsep.c: Likewise.
9280         * lib/strstr.c: Likewise.
9281         * lib/strtok_r.c: Likewise.
9282         * lib/userspec.c: Likewise.
9283         * lib/w32spawn.h: Likewise.
9284         * lib/xstrndup.c: Likewise.
9285         * lib/mountlist.c (strstr): Remove decl.
9286         * m4/string_h.m4: New file.
9287         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
9288         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
9289         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
9290         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
9291         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
9292         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
9293         Set REPLACE_STRCASECMP if necessary.
9294         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
9295         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
9296         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
9297         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
9298         HAVE_DECL_STRDUP if necessary.
9299         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
9300         since gl_FUNC_STRNDUP does that now.
9301         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
9302         Check for decl here...
9303         (gl_PREREQ_STRNLEN): ... not here.
9304         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
9305         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
9306         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
9307         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
9308         necessary.
9309         * modules/string: New file.
9310         * modules/memmem (Files): Remove special-purpose include file.
9311         (Depends-on): Add string.
9312         (Include): Include <string.h>, not the removed file.
9313         * modules/mempcpy: Likewise.
9314         * modules/memrchr: Likewise.
9315         * modules/stpcpy: Likewise.
9316         * modules/stpncpy: Likewise.
9317         * modules/strcase: Likewise.
9318         * modules/strchrnul: Likewise.
9319         * modules/strdup: Likewise.
9320         * modules/strndup: Likewise.
9321         * modules/strnlen: Likewise.
9322         * modules/strpbrk: Likewise.
9323         * modules/strsep: Likewise.
9324         * modules/strstr: Likewise.
9325         * modules/strtok_r: Likewise.
9326         * tests/test-dirname.c: Don't include "strdup.h", since
9327         <string.h> now suffices.
9328         * tests/test-memmem.c: Don't include "memmem.h", since
9329         <string.h> now suffices.
9330
9331 2007-01-25  Bruno Haible  <bruno@clisp.org>
9332
9333         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
9334         *resultp is 0.
9335
9336         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
9337         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
9338         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
9339         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
9340
9341         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
9342         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
9343         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
9344         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
9345         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
9346         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
9347
9348 2007-01-24  Bruno Haible  <bruno@clisp.org>
9349
9350         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
9351         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
9352         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
9353         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
9354         gl_FUNC_FTS_CORE.
9355         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
9356         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
9357         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
9358         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
9359         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
9360         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
9361         gl_FUNC_FCHOWNAT.
9362         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
9363         gl_FUNC_STRFTIME.
9364         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
9365         Reported by Ralf Wildenhues.
9366
9367 2007-01-24  Bruno Haible  <bruno@clisp.org>
9368
9369         Drop AC_REQUIRE calls that are redundant with the module dependencies.
9370         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
9371         gl_GETADDRINFO.
9372         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
9373         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
9374         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
9375
9376 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
9377
9378         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
9379         Don't use 'exit'; just return from 'main'.
9380         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
9381
9382         * lib/fnmatch_.h: Readjust white space and comments to match
9383         glibc, to avoid spurious diffs.
9384
9385 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9386
9387         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
9388         2004-12-01 change by Jakub Jelinek, since this code won't compile
9389         if !LIBC.  Problem reported by Bob Proulx.
9390
9391 2007-01-23  Bruno Haible  <bruno@clisp.org>
9392
9393         * lib/striconveh.c: Include c-strcaseeq.h.
9394         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
9395         * modules/striconveh (Depends-on): Add c-strcaseeq.
9396
9397 2007-01-23  Bruno Haible  <bruno@clisp.org>
9398
9399         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
9400
9401         * modules/c-strcaseeq: New file.
9402         * lib/c-strcaseeq.h: New file.
9403
9404         * modules/streq: New file.
9405         * lib/streq.h: New file.
9406
9407 2007-01-23  Bruno Haible  <bruno@clisp.org>
9408
9409         * modules/striconveha-tests: New file.
9410         * tests/test-striconveha.c: New file.
9411
9412         * lib/striconveha.h: Include <stdbool.h>.
9413         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
9414         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
9415         (mem_iconveha_notranslit): Renamed from mem_iconveha.
9416         (mem_iconveha): New function.
9417         (str_iconveha_notranslit): Renamed from str_iconveha.
9418         (str_iconveha): New function.
9419         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
9420         c-strcase.
9421
9422 2007-01-23  Bruno Haible  <bruno@clisp.org>
9423
9424         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
9425         encodings without forgiving before trying any encoding with handler.
9426         (str_iconveha): Try all encodings without forgiving before trying any
9427         encoding with handler.
9428
9429 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9430
9431         Import the following changes from libc.
9432
9433         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
9434
9435         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
9436
9437         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
9438
9439         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
9440         normal_bracket label.
9441
9442         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
9443
9444         [BZ #361]
9445         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
9446         to normal_bracket after fetching the next character.
9447
9448 2007-01-22  Bruno Haible  <bruno@clisp.org>
9449
9450         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
9451         argument.
9452         * lib/striconveh.c (iconv_carefully_1): New function.
9453         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
9454         argument.
9455         (str_cd_iconveh): Update.
9456         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
9457         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
9458         * tests/test-striconveh.c (MAGIC): New macro.
9459         (new_offsets): New function.
9460         (main): Test call with and without offsets.
9461
9462 2007-01-22  Bruno Haible  <bruno@clisp.org>
9463
9464         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
9465         * modules/sys_select (Makefile.am): Likewise.
9466         * modules/sys_socket (Makefile.am): Likewise.
9467         * modules/sys_time (Makefile.am): Likewise.
9468
9469 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9470
9471         * modules/gettimeofday (License): Change from GPL to LGPL, since
9472         gettimeofday is a library function.
9473
9474 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9475
9476         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
9477
9478 2007-01-21  Bruno Haible  <bruno@clisp.org>
9479
9480         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
9481
9482 2007-01-21  Bruno Haible  <bruno@clisp.org>
9483
9484         * modules/striconveha: New file.
9485         * lib/striconveha.h: New file.
9486         * lib/striconveha.c: New file.
9487         * MODULES.html.sh (Internationalization functions): Add striconveha.
9488         * lib/striconv.c (str_iconv): Optimize the case of an empty input
9489         string.
9490         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
9491
9492 2007-01-21  Bruno Haible  <bruno@clisp.org>
9493
9494         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
9495         * lib/striconveh.c (str_iconveh): Likewise.
9496
9497 2007-01-21  Bruno Haible  <bruno@clisp.org>
9498
9499         * lib/striconveh.h (mem_iconveh): New declaration.
9500         * lib/striconveh.c (mem_iconveh): New function.
9501         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
9502
9503 2007-01-21  Bruno Haible  <bruno@clisp.org>
9504
9505         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
9506
9507         * lib/striconveh.h (mem_cd_iconveh): Change specification.
9508         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
9509         original result buffer.
9510         (str_cd_iconveh): Update.
9511         * tests/test-striconveh.c (main): Update.
9512
9513         * lib/striconv.h (mem_cd_iconv): Change specification.
9514         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
9515         result buffer.
9516         (str_cd_iconv): Update.
9517         * tests/test-striconv.c (main): Update.
9518
9519 2007-01-21  Bruno Haible  <bruno@clisp.org>
9520
9521         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
9522
9523 2007-01-20  Jim Meyering  <jim@meyering.net>
9524
9525         * lib/userspec.c (parse_with_separator): If a user or group string
9526         starts with "+", skip the corresponding name-to-ID look-up, since
9527         such a look-up must fail: user and group names may not include "+".
9528
9529 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
9530
9531         * lib/poll.c: Include sys/time.h and time.h unconditionally,
9532         since we now assume the sys_time module.
9533         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
9534         check for sys/time.h; no longer needed.
9535         * modules/poll (Depends-on): Depend on sys_time.
9536
9537 2007-01-18  Bruno Haible  <bruno@clisp.org>
9538
9539         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
9540         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
9541
9542         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
9543         gettimeofday.
9544
9545         * tests/test-gettimeofday.c: Include <time.h>.
9546         (dummy): Remove variable.
9547
9548         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
9549         gl_HEADER_SYS_TIME_H.
9550         (gl_HEADER_SYS_TIME_H): New macro.
9551
9552         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
9553         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9554         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
9555         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
9556         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9557         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
9558         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
9559         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9560         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
9561         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
9562         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9563
9564         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
9565         last change; it caused a compilation error when cross-compiling to
9566         Cygwin.
9567
9568 2007-01-18  Jim Meyering  <jim@meyering.net>
9569
9570         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
9571         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
9572         than the race-prone "test -d sys || mkdir sys".
9573         (configure.ac): Use AC_PROG_MKDIR_P.
9574         * modules/sys_select: Likewise.
9575         * modules/sys_socket: Likewise.
9576         * modules/sys_time: Likewise.
9577
9578 2007-01-18  Eric Blake  <ebb9@byu.net>
9579
9580         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
9581         replace gettimeofday.
9582         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
9583         name, to avoid infinite recursion.
9584
9585 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
9586
9587         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
9588         module sys_time.
9589         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
9590         assume timespec.h defines struct timeval.
9591         * lib/settime.c: Likewise.
9592         * lib/utimens.c: Likewise.
9593         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
9594         since we now assume the gettimeofday module.
9595         * lib/tempname.c (__gen_tempname): Likewise.
9596         * lib/gettimeofday.h: Remove.
9597         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
9598         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
9599         Include <time.h>, for 'time()'.
9600         (localtime_buffer_addr): Also use this workaround if
9601         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
9602         to simplify the uses.  All uses changed.
9603         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
9604         that #undef is inside {}, and 'const' follows type name consistently.
9605         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
9606         (gettimeofday): Do not use the maximum possible value for
9607         tv->tv_usec, since that might break usages other than ls.c.
9608         Instead, we'll leave ls.c alone.  This undoes today's patch
9609         by Bruno.  Add a compile-time warning for 1s-clock resolution;
9610         we've never observed the problem but might as well keep the
9611         canary.
9612         * lib/nanosleep.c: Include timespec.h first, for interface check.
9613         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
9614         now assume the sys_time module.
9615         * lib/tempname.c: Likewise.
9616         * lib/timespec.h: Likewise.
9617         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
9618         needed.
9619         * lib/strftime.c: Likewise.
9620         * lib/timespec.h: Likewise.
9621         * lib/posixtm.c: Include posixtm.h first, for interface check.
9622         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
9623         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
9624         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
9625         * lib/sys_time_.h: New file.
9626         * lib/timespec.h (struct timespec): Use long int, not long.
9627         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
9628         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
9629         Remove obsolescent call to AC_HEADER_TIME.
9630         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
9631         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9632         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
9633         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
9634         Likewise.
9635         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
9636         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
9637         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
9638         into the sys_time module.  Check for gettimeofday just once.
9639         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
9640         for gettimeofday signature to just check the signature.  Merely
9641         compile it, since linking doesn't test signature.  Improve test for
9642         whether gettimeofday.o is actually needed.
9643         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
9644         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
9645         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
9646         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9647         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
9648         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
9649         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
9650         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
9651         than worrying about sys/time.h.
9652         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
9653         Don't bother worrying about TIME_WITH_SYS_TIME.
9654         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
9655         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
9656         * m4/sys_time_h.m4: New file.
9657         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
9658         Don't include sys/time.h.  Return from main rather than exiting.
9659         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
9660         all uses changed.
9661         * modules/gethrxtime (Depends-on): Add sys_time.
9662         * modules/gettime (Depends-on): Likewise.
9663         * modules/gettimeofday (Depends-on): Likewise.
9664         * modules/nanosleep (Depends-on): Likewise.
9665         * modules/settime (Depends-on): Likewise.
9666         * modules/tempname (Depends-on): Likewise.
9667         * modules/utimens (Depends-on): Likewise.
9668         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
9669         (Include:) Change back to <sys/time.h>.
9670         (Maintainer:) Add self.
9671         * modules/sys_time: New file.
9672         * modules/tempname (Depends-on): Add gettimeofday.
9673         * tests/test-gettimeofday.c: Include <sys/time.h>
9674         rather than gettimeofday.h.
9675
9676 2007-01-17  Bruno Haible  <bruno@clisp.org>
9677
9678         * gnulib-tool (func_get_license): Revert last patch. Instead, let
9679         the license default to GPL.
9680         (func_create_testdir): Don't complain if a module is LGPL and its
9681         tests module depends on GPLed modules.
9682
9683 2007-01-17  Bruno Haible  <bruno@clisp.org>
9684
9685         * lib/gettimeofday.c (gettimeofday): Add code for the case
9686         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
9687         maximum possible value for tv->tv_usec, rather than the minimum one.
9688
9689 2005-10-08  Martin Lambers  <marlam@marlam.de>
9690 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
9691 2007-01-16  Bruno Haible  <bruno@clisp.org>
9692
9693         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
9694         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
9695         gl_FUNC_GETTIMEOFDAY.
9696         (Include): Add gettimeofday.h.
9697         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
9698         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
9699         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
9700         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
9701         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
9702         * lib/gettimeofday.h: New file.
9703         * lib/gettimeofday.c: Include <sys/timeb.h>.
9704         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
9705         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9706         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
9707         fall back on time().
9708
9709         * tests/test-gettimeofday.c: New file.
9710         * modules/gettimeofday-tests: New file.
9711
9712 2007-01-16  Eric Blake  <ebb9@byu.net>
9713
9714         * modules/fnmatch (Depends-on): Depend on wchar.
9715         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
9716         * m4/fnmatch.m4: Likewise.
9717         * modules/mbchar (Makefile.am): Assume <wchar.h>.
9718         * m4/mbchar.m4: Likewise.
9719         * modules/mbswidth (Depends-on): Depend on wchar.
9720         * lib/mbswidth.c: Assume <wchar.h>.
9721         * m4/mbswidth.m4: Likewise.
9722         * modules/quotearg (Depends-on): Depend on wchar.
9723         * lib/quotearg.c: Assume <wchar.h>.
9724         * m4/quotearg.m4: Likewise.
9725         * modules/regex (Depends-on): Depend on wchar.
9726         * lib/regex_internal.h: Assume <wchar.h>.
9727         * m4/regex.m4: Likewise.
9728         * modules/stdint (Depends-on): Depend on wchar.
9729         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
9730         * m4/stdint.m4: Likewise.
9731         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
9732         * modules/strftime (Depends-on): Depend on wchar.
9733         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
9734         * modules/strtol (Depends-on): Depend on wchar.
9735         * lib/strtol.c: Assume <wchar.h>.
9736         * modules/wcwidth (Depends-on): Depend on wchar.
9737         * lib/wcwidth.h: Assume <wchar.h>.
9738         * m4/wcwidth.m4: Likewise.
9739
9740 2007-01-16  Bruno Haible  <bruno@clisp.org>
9741
9742         * modules/csharpexec-script: New, created from...
9743         * modules/csharpexec: ... this.
9744
9745 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
9746
9747         * modules/javaexec-script: New, created from...
9748         * modules/javaexec: ... this.
9749
9750 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9751
9752         * modules/poll (Dependencies): Add sys_select.
9753
9754 2007-01-15  Jim Meyering  <jim@meyering.net>
9755
9756         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
9757         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
9758         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
9759         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
9760
9761 2007-01-15  Bruno Haible  <bruno@clisp.org>
9762
9763         * modules/striconveh: New file.
9764         * lib/striconveh.h: New file.
9765         * lib/striconveh.c: New file.
9766         * MODULES.html.sh (Internationalization functions): Add striconveh.
9767
9768         * modules/striconveh-tests: New file.
9769         * tests/test-striconveh.c: New file.
9770
9771 2007-01-15  Bruno Haible  <bruno@clisp.org>
9772
9773         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
9774         not from GNU libiconv or GNU libc.
9775
9776 2007-01-15  Bruno Haible  <bruno@clisp.org>
9777
9778         * doc/gnulib-intro.texi (Copyright): Explain the different license
9779         terms for module descriptions, autoconf macros, tests, documentation.
9780
9781 2007-01-14  Bruno Haible  <bruno@clisp.org>
9782
9783         * modules/striconv-tests: New file.
9784         * tests/test-striconv.c: New file.
9785
9786 2007-01-14  Bruno Haible  <bruno@clisp.org>
9787
9788         * modules/iconv-tests: New file.
9789         * tests/test-iconv.c: New file.
9790
9791 2007-01-14  Bruno Haible  <bruno@clisp.org>
9792
9793         * gnulib-tool (func_get_license): For test modules, use the license of
9794         the main module.
9795
9796 2007-01-14  Bruno Haible  <bruno@clisp.org>
9797
9798         * modules/iconv (Include): Clarify that <iconv.h> can only be included
9799         if iconv is found to exist.
9800
9801 2007-01-14  Bruno Haible  <bruno@clisp.org>
9802
9803         * modules/c-ctype-tests: New file.
9804         * tests/test-c-ctype.c: New file.
9805
9806 2007-01-14  Bruno Haible  <bruno@clisp.org>
9807
9808         * modules/binary-io-tests: New file.
9809         * tests/test-binary-io.sh: New file.
9810         * tests/test-binary-io.c: New file.
9811
9812 2007-01-14  Bruno Haible  <bruno@clisp.org>
9813
9814         * modules/array-oset-tests: New file.
9815         * tests/test-array_oset.c: New file.
9816
9817 2007-01-14  Bruno Haible  <bruno@clisp.org>
9818
9819         * modules/array-list-tests: New file.
9820         * tests/test-array_list.c: New file.
9821
9822 2007-01-14  Bruno Haible  <bruno@clisp.org>
9823
9824         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
9825         and make.
9826         Reported by Simon Josefsson in
9827         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
9828
9829 2007-01-14  Bruno Haible  <bruno@clisp.org>
9830
9831         * modules/allocsa-tests: New file.
9832         * tests/test-allocsa.c: New file.
9833
9834 2007-01-14  Bruno Haible  <bruno@clisp.org>
9835
9836         * modules/fchdir (Depends-on): Add absolute-header.
9837         * modules/unistd (Depends-on): Likewise.
9838
9839 2006-12-30  Bruno Haible  <bruno@clisp.org>
9840
9841         * modules/fchdir: New file.
9842         * modules/unistd (Files): Add lib/unistd_.h.
9843         (Makefile.am): Generate unistd.h from unistd_.h.
9844         * lib/fchdir.c: New file.
9845         * lib/dirent_.h: New file.
9846         * lib/unistd_.h: New file.
9847         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
9848         * m4/fchdir.m4: New file.
9849         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
9850         (gl_HEADER_UNISTD): Invoke it.
9851         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
9852         function.
9853         * lib/backupfile.c (opendir, closedir): Undefine.
9854         * lib/chown.c (open, close): Undefine.
9855         * lib/clean-temp.c (open, close): Undefine.
9856         * lib/copy-file.c (open, close): Undefine.
9857         * lib/execute.c (open, close): Undefine.
9858         * lib/fsusage.c (open, close): Undefine.
9859         * lib/gc-gnulib.c (open, close): Undefine.
9860         * lib/getcwd.c (opendir, closedir): Undefine.
9861         * lib/glob.c (opendir, closedir): Undefine.
9862         * lib/javacomp.c (open, close): Undefine.
9863         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
9864         * lib/openat-proc.c (open, close): Undefine.
9865         * lib/pagealign_alloc.c (open, close): Undefine.
9866         * lib/pipe.c (open, close): Undefine.
9867         * lib/progreloc.c (open, close): Undefine.
9868         * lib/savedir.c (opendir, closedir): Undefine.
9869         * lib/utime.c (open, close): Undefine.
9870         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
9871
9872 2007-01-10  Bruno Haible  <bruno@clisp.org>
9873
9874         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
9875
9876 2007-01-12  Eric Blake  <ebb9@byu.net>
9877
9878         Provide a robust <wchar.h>.  Further simplifications are now
9879         possible in other modules, but not included here.
9880         * modules/wchar: New module.
9881         * m4/wchar.m4: New file.
9882         * lib/wchar_.h: Likewise.
9883         * modules/mbchar (Depends-on): Depend on wchar, as the first use
9884         of the new module.
9885         * MODULES.html.sh (Extended multibyte and wide character utilities):
9886         New section.
9887
9888 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
9889
9890         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
9891         to a reasonable default for memory allocation.
9892         (xreadlink): Don't allocate a huge buffer, to work around a buggy
9893         file system that reports garbage st_size values for symlinks.
9894         Problem reported by Liyang Hu.
9895
9896 2007-01-11  Simon Josefsson  <simon@josefsson.org>
9897
9898         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
9899         Emacs .#* auto-save files).
9900
9901 2007-01-11  Bruno Haible  <bruno@clisp.org>
9902
9903         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
9904         directory.
9905
9906 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9907
9908         Use @...@ consistently in lib/wctype_.h.
9909         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
9910         on it being set to 1 or 0.
9911         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
9912         go back to AC_SUBSTing it.
9913         * modules/wctype (Makefile.am): Undo previous change.
9914
9915 2007-01-10  Eric Blake  <ebb9@byu.net>
9916
9917         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
9918         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
9919         * modules/wctype (Makefile.am): Likewise.
9920         Reported by Chris McGuire.
9921
9922 2007-01-10  Jim Meyering  <jim@meyering.net>
9923
9924         fts.c: a small readability/maintainability improvement
9925         * lib/fts.c (fts_read): Make this code slightly more readable and
9926         maintainable by hoisting the "sp->fts_cur = p" assignments to
9927         immediately follow the statements that set P.  Derived from
9928         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
9929
9930 2007-01-10  Eric Blake  <ebb9@byu.net>
9931
9932         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
9933         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
9934         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
9935         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
9936         Reported by Chris McGuire.
9937
9938 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9939
9940         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
9941         in sed script.
9942
9943 2007-01-09  Bruno Haible  <bruno@clisp.org>
9944
9945         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
9946         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
9947         variables.
9948         (func_module): Use them.
9949
9950 2007-01-09  Bruno Haible  <bruno@clisp.org>
9951
9952         * modules/unistr/base: New file.
9953         * lib/unistr.h: New file.
9954
9955         * modules/unistr/u8-to-u16: New file.
9956         * lib/unistr/u8-to-u16.c: New file.
9957
9958         * modules/unistr/u8-to-u32: New file.
9959         * lib/unistr/u8-to-u32.c: New file.
9960
9961         * modules/unistr/u16-to-u8: New file.
9962         * lib/unistr/u16-to-u8.c: New file.
9963
9964         * modules/unistr/u16-to-u32: New file.
9965         * lib/unistr/u16-to-u32.c: New file.
9966
9967         * modules/unistr/u32-to-u8: New file.
9968         * lib/unistr/u32-to-u8.c: New file.
9969
9970         * modules/unistr/u32-to-u16: New file.
9971         * lib/unistr/u32-to-u16.c: New file.
9972
9973         * modules/unistr/u8-check: New file.
9974         * modules/unistr/u16-check: New file.
9975         * modules/unistr/u32-check: New file.
9976         * lib/unistr/u8-check.c: New file.
9977         * lib/unistr/u16-check.c: New file.
9978         * lib/unistr/u32-check.c: New file.
9979
9980         * modules/unistr/u8-chr: New file.
9981         * modules/unistr/u16-chr: New file.
9982         * modules/unistr/u32-chr: New file.
9983         * lib/unistr/u8-chr.c: New file.
9984         * lib/unistr/u16-chr.c: New file.
9985         * lib/unistr/u32-chr.c: New file.
9986
9987         * modules/unistr/u8-cmp: New file.
9988         * modules/unistr/u16-cmp: New file.
9989         * modules/unistr/u32-cmp: New file.
9990         * lib/unistr/u8-cmp.c: New file.
9991         * lib/unistr/u16-cmp.c: New file.
9992         * lib/unistr/u32-cmp.c: New file.
9993
9994         * modules/unistr/u8-cpy: New file.
9995         * modules/unistr/u16-cpy: New file.
9996         * modules/unistr/u32-cpy: New file.
9997         * lib/unistr/u8-cpy.c: New file.
9998         * lib/unistr/u16-cpy.c: New file.
9999         * lib/unistr/u32-cpy.c: New file.
10000         * lib/unistr/u-cpy.h: New file.
10001
10002         * modules/unistr/u8-cpy-alloc: New file.
10003         * modules/unistr/u16-cpy-alloc: New file.
10004         * modules/unistr/u32-cpy-alloc: New file.
10005         * lib/unistr/u8-cpy-alloc.c: New file.
10006         * lib/unistr/u16-cpy-alloc.c: New file.
10007         * lib/unistr/u32-cpy-alloc.c: New file.
10008         * lib/unistr/u-cpy-alloc.h: New file.
10009
10010         * modules/unistr/u8-endswith: New file.
10011         * modules/unistr/u16-endswith: New file.
10012         * modules/unistr/u32-endswith: New file.
10013         * lib/unistr/u8-endswith.c: New file.
10014         * lib/unistr/u16-endswith.c: New file.
10015         * lib/unistr/u32-endswith.c: New file.
10016         * lib/unistr/u-endswith.h: New file.
10017
10018         * modules/unistr/u8-mblen: New file.
10019         * modules/unistr/u16-mblen: New file.
10020         * modules/unistr/u32-mblen: New file.
10021         * lib/unistr/u8-mblen.c: New file.
10022         * lib/unistr/u16-mblen.c: New file.
10023         * lib/unistr/u32-mblen.c: New file.
10024
10025         * modules/unistr/u8-mbtouc: New file.
10026         * modules/unistr/u16-mbtouc: New file.
10027         * modules/unistr/u32-mbtouc: New file.
10028         * lib/unistr/u8-mbtouc.c: New file.
10029         * lib/unistr/u16-mbtouc.c: New file.
10030         * lib/unistr/u32-mbtouc.c: New file.
10031
10032         * modules/unistr/u8-mbtouc-safe: New file.
10033         * modules/unistr/u16-mbtouc-safe: New file.
10034         * modules/unistr/u32-mbtouc-safe: New file.
10035         * lib/unistr/u8-mbtouc-safe.c: New file.
10036         * lib/unistr/u16-mbtouc-safe.c: New file.
10037         * lib/unistr/u32-mbtouc-safe.c: New file.
10038
10039         * modules/unistr/u8-move: New file.
10040         * modules/unistr/u16-move: New file.
10041         * modules/unistr/u32-move: New file.
10042         * lib/unistr/u8-move.c: New file.
10043         * lib/unistr/u16-move.c: New file.
10044         * lib/unistr/u32-move.c: New file.
10045         * lib/unistr/u-move.h: New file.
10046
10047         * modules/unistr/u8-next: New file.
10048         * modules/unistr/u16-next: New file.
10049         * modules/unistr/u32-next: New file.
10050         * lib/unistr/u8-next.c: New file.
10051         * lib/unistr/u16-next.c: New file.
10052         * lib/unistr/u32-next.c: New file.
10053
10054         * modules/unistr/u8-prev: New file.
10055         * modules/unistr/u16-prev: New file.
10056         * modules/unistr/u32-prev: New file.
10057         * lib/unistr/u8-prev.c: New file.
10058         * lib/unistr/u16-prev.c: New file.
10059         * lib/unistr/u32-prev.c: New file.
10060
10061         * modules/unistr/u8-set: New file.
10062         * modules/unistr/u16-set: New file.
10063         * modules/unistr/u32-set: New file.
10064         * lib/unistr/u8-set.c: New file.
10065         * lib/unistr/u16-set.c: New file.
10066         * lib/unistr/u32-set.c: New file.
10067         * lib/unistr/u-set.h: New file.
10068
10069         * modules/unistr/u8-startswith: New file.
10070         * modules/unistr/u16-startswith: New file.
10071         * modules/unistr/u32-startswith: New file.
10072         * lib/unistr/u8-startswith.c: New file.
10073         * lib/unistr/u16-startswith.c: New file.
10074         * lib/unistr/u32-startswith.c: New file.
10075         * lib/unistr/u-startswith.h: New file.
10076
10077         * modules/unistr/u8-stpcpy: New file.
10078         * modules/unistr/u16-stpcpy: New file.
10079         * modules/unistr/u32-stpcpy: New file.
10080         * lib/unistr/u8-stpcpy.c: New file.
10081         * lib/unistr/u16-stpcpy.c: New file.
10082         * lib/unistr/u32-stpcpy.c: New file.
10083         * lib/unistr/u-stpcpy.h: New file.
10084
10085         * modules/unistr/u8-stpncpy: New file.
10086         * modules/unistr/u16-stpncpy: New file.
10087         * modules/unistr/u32-stpncpy: New file.
10088         * lib/unistr/u8-stpncpy.c: New file.
10089         * lib/unistr/u16-stpncpy.c: New file.
10090         * lib/unistr/u32-stpncpy.c: New file.
10091         * lib/unistr/u-stpncpy.h: New file.
10092
10093         * modules/unistr/u8-strcat: New file.
10094         * modules/unistr/u16-strcat: New file.
10095         * modules/unistr/u32-strcat: New file.
10096         * lib/unistr/u8-strcat.c: New file.
10097         * lib/unistr/u16-strcat.c: New file.
10098         * lib/unistr/u32-strcat.c: New file.
10099         * lib/unistr/u-strcat.h: New file.
10100
10101         * modules/unistr/u8-strchr: New file.
10102         * modules/unistr/u16-strchr: New file.
10103         * modules/unistr/u32-strchr: New file.
10104         * lib/unistr/u8-strchr.c: New file.
10105         * lib/unistr/u16-strchr.c: New file.
10106         * lib/unistr/u32-strchr.c: New file.
10107
10108         * modules/unistr/u8-strcmp: New file.
10109         * modules/unistr/u16-strcmp: New file.
10110         * modules/unistr/u32-strcmp: New file.
10111         * lib/unistr/u8-strcmp.c: New file.
10112         * lib/unistr/u16-strcmp.c: New file.
10113         * lib/unistr/u32-strcmp.c: New file.
10114
10115         * modules/unistr/u8-strcpy: New file.
10116         * modules/unistr/u16-strcpy: New file.
10117         * modules/unistr/u32-strcpy: New file.
10118         * lib/unistr/u8-strcpy.c: New file.
10119         * lib/unistr/u16-strcpy.c: New file.
10120         * lib/unistr/u32-strcpy.c: New file.
10121         * lib/unistr/u-strcpy.h: New file.
10122
10123         * modules/unistr/u8-strcspn: New file.
10124         * modules/unistr/u16-strcspn: New file.
10125         * modules/unistr/u32-strcspn: New file.
10126         * lib/unistr/u8-strcspn.c: New file.
10127         * lib/unistr/u16-strcspn.c: New file.
10128         * lib/unistr/u32-strcspn.c: New file.
10129         * lib/unistr/u-strcspn.h: New file.
10130
10131         * modules/unistr/u8-strdup: New file.
10132         * modules/unistr/u16-strdup: New file.
10133         * modules/unistr/u32-strdup: New file.
10134         * lib/unistr/u8-strdup.c: New file.
10135         * lib/unistr/u16-strdup.c: New file.
10136         * lib/unistr/u32-strdup.c: New file.
10137         * lib/unistr/u-strdup.h: New file.
10138
10139         * modules/unistr/u8-strlen: New file.
10140         * modules/unistr/u16-strlen: New file.
10141         * modules/unistr/u32-strlen: New file.
10142         * lib/unistr/u8-strlen.c: New file.
10143         * lib/unistr/u16-strlen.c: New file.
10144         * lib/unistr/u32-strlen.c: New file.
10145         * lib/unistr/u-strlen.h: New file.
10146
10147         * modules/unistr/u8-strmblen: New file.
10148         * modules/unistr/u16-strmblen: New file.
10149         * modules/unistr/u32-strmblen: New file.
10150         * lib/unistr/u8-strmblen.c: New file.
10151         * lib/unistr/u16-strmblen.c: New file.
10152         * lib/unistr/u32-strmblen.c: New file.
10153
10154         * modules/unistr/u8-strmbtouc: New file.
10155         * modules/unistr/u16-strmbtouc: New file.
10156         * modules/unistr/u32-strmbtouc: New file.
10157         * lib/unistr/u8-strmbtouc.c: New file.
10158         * lib/unistr/u16-strmbtouc.c: New file.
10159         * lib/unistr/u32-strmbtouc.c: New file.
10160
10161         * modules/unistr/u8-strncat: New file.
10162         * modules/unistr/u16-strncat: New file.
10163         * modules/unistr/u32-strncat: New file.
10164         * lib/unistr/u8-strncat.c: New file.
10165         * lib/unistr/u16-strncat.c: New file.
10166         * lib/unistr/u32-strncat.c: New file.
10167         * lib/unistr/u-strncat.h: New file.
10168
10169         * modules/unistr/u8-strncmp: New file.
10170         * modules/unistr/u16-strncmp: New file.
10171         * modules/unistr/u32-strncmp: New file.
10172         * lib/unistr/u8-strncmp.c: New file.
10173         * lib/unistr/u16-strncmp.c: New file.
10174         * lib/unistr/u32-strncmp.c: New file.
10175
10176         * modules/unistr/u8-strncpy: New file.
10177         * modules/unistr/u16-strncpy: New file.
10178         * modules/unistr/u32-strncpy: New file.
10179         * lib/unistr/u8-strncpy.c: New file.
10180         * lib/unistr/u16-strncpy.c: New file.
10181         * lib/unistr/u32-strncpy.c: New file.
10182         * lib/unistr/u-strncpy.h: New file.
10183
10184         * modules/unistr/u8-strnlen: New file.
10185         * modules/unistr/u16-strnlen: New file.
10186         * modules/unistr/u32-strnlen: New file.
10187         * lib/unistr/u8-strnlen.c: New file.
10188         * lib/unistr/u16-strnlen.c: New file.
10189         * lib/unistr/u32-strnlen.c: New file.
10190         * lib/unistr/u-strnlen.h: New file.
10191
10192         * modules/unistr/u8-strpbrk: New file.
10193         * modules/unistr/u16-strpbrk: New file.
10194         * modules/unistr/u32-strpbrk: New file.
10195         * lib/unistr/u8-strpbrk.c: New file.
10196         * lib/unistr/u16-strpbrk.c: New file.
10197         * lib/unistr/u32-strpbrk.c: New file.
10198         * lib/unistr/u-strpbrk.h: New file.
10199
10200         * modules/unistr/u8-strrchr: New file.
10201         * modules/unistr/u16-strrchr: New file.
10202         * modules/unistr/u32-strrchr: New file.
10203         * lib/unistr/u8-strrchr.c: New file.
10204         * lib/unistr/u16-strrchr.c: New file.
10205         * lib/unistr/u32-strrchr.c: New file.
10206
10207         * modules/unistr/u8-strspn: New file.
10208         * modules/unistr/u16-strspn: New file.
10209         * modules/unistr/u32-strspn: New file.
10210         * lib/unistr/u8-strspn.c: New file.
10211         * lib/unistr/u16-strspn.c: New file.
10212         * lib/unistr/u32-strspn.c: New file.
10213         * lib/unistr/u-strspn.h: New file.
10214
10215         * modules/unistr/u8-strstr: New file.
10216         * modules/unistr/u16-strstr: New file.
10217         * modules/unistr/u32-strstr: New file.
10218         * lib/unistr/u8-strstr.c: New file.
10219         * lib/unistr/u16-strstr.c: New file.
10220         * lib/unistr/u32-strstr.c: New file.
10221         * lib/unistr/u-strstr.h: New file.
10222
10223         * modules/unistr/u8-strtok: New file.
10224         * modules/unistr/u16-strtok: New file.
10225         * modules/unistr/u32-strtok: New file.
10226         * lib/unistr/u8-strtok.c: New file.
10227         * lib/unistr/u16-strtok.c: New file.
10228         * lib/unistr/u32-strtok.c: New file.
10229         * lib/unistr/u-strtok.h: New file.
10230
10231         * modules/unistr/u8-uctomb: New file.
10232         * modules/unistr/u16-uctomb: New file.
10233         * modules/unistr/u32-uctomb: New file.
10234         * lib/unistr/u8-uctomb.c: New file.
10235         * lib/unistr/u16-uctomb.c: New file.
10236         * lib/unistr/u32-uctomb.c: New file.
10237
10238         * MODULES.html.sh (Unicode string functions): Add the new modules.
10239
10240 2007-01-08  Bruno Haible  <bruno@clisp.org>
10241
10242         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
10243         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
10244         subdirectories.
10245
10246 2007-01-08  Karl Berry  <karl@gnu.org>
10247
10248         * doc/error.texi: mention that main() fns must set program_name
10249         when progname is used.
10250
10251 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
10252
10253         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
10254         WCTYPE_H is empty, for the benefit of builds from non-distclean
10255         directories.  Problem reported by Eric Blake in
10256         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
10257
10258 2007-01-08  Bruno Haible  <bruno@clisp.org>
10259
10260         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
10261         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
10262         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
10263         PROVIDE_CANONICALIZE_FILENAME_MODE.
10264         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
10265
10266 2007-01-08  Bruno Haible  <bruno@clisp.org>
10267
10268         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
10269         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
10270         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
10271         * lib/fts.c: Likewise.
10272         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
10273
10274 2006-12-25  Bruno Haible  <bruno@clisp.org>
10275
10276         * modules/utf8-ucs4-safe: New file.
10277         * lib/utf8-ucs4-safe.h: New file.
10278         * lib/unistr/utf8-ucs4-safe.c: New file.
10279
10280         * modules/utf16-ucs4-safe: New file.
10281         * lib/utf16-ucs4-safe.h: New file.
10282         * lib/unistr/utf16-ucs4-safe.c: New file.
10283
10284         * MODULES.html.sh (Unicode string functions): Add the new modules.
10285
10286 2007-01-08  Bruno Haible  <bruno@clisp.org>
10287
10288         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
10289         (Depends-on): Add unitypes.
10290         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
10291         (u8_mbtouc_aux): Move out to separate file.
10292         (u8_mbtouc): Use ucs4_t, uint8_t types.
10293         * lib/unistr/utf8-ucs4.c: New file.
10294
10295         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
10296         (Depends-on): Add unitypes.
10297         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
10298         (u16_mbtouc_aux): Move out to separate file.
10299         (u16_mbtouc): Use ucs4_t, uint16_t types.
10300         * lib/unistr/utf16-ucs4.c: New file.
10301
10302         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
10303         (Depends-on): Add unitypes.
10304         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
10305         (u8_uctomb_aux): Move out to separate file.
10306         (u8_uctomb): Use ucs4_t, uint8_t types.
10307         * lib/unistr/ucs4-utf8.c: New file.
10308
10309         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
10310         (Depends-on): Add unitypes.
10311         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
10312         (u16_uctomb_aux): Move out to separate file.
10313         (u16_uctomb): Use ucs4_t, uint16_t types.
10314         * lib/unistr/ucs4-utf16.c: New file.
10315
10316 2006-12-25  Bruno Haible  <bruno@clisp.org>
10317
10318         * modules/unitypes: New file.
10319         * lib/unitypes.h: New file.
10320         * MODULES.html.sh (func_all_modules): New section "Unicode string
10321         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
10322         this section. Add unitypes.
10323
10324 2007-01-08  Bruno Haible  <bruno@clisp.org>
10325
10326         Avoid variable names that conflict with those from libtool.
10327         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
10328         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
10329         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
10330         library_names_spec to acl_library_names_spec, hardcode_* to
10331         acl_hardcode_*.
10332         Reported by Ralf Wildenhues.
10333
10334 2007-01-08  Bruno Haible  <bruno@clisp.org>
10335
10336         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
10337         definition.
10338         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
10339         definition.
10340         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
10341         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
10342         definition.
10343         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
10344         definition.
10345         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
10346         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
10347         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
10348         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
10349         definition.
10350         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
10351         definition.
10352         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
10353         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
10354         GC_USE_<algorithm>.
10355         * lib/gc-libgcrypt.c: Likewise.
10356         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
10357         * modules/gc-arctwo (configure.ac): Likewise.
10358         * modules/gc-des (configure.ac): Likewise.
10359         * modules/gc-hmac-md5 (configure.ac): Likewise.
10360         * modules/gc-hmac-sha1 (configure.ac): Likewise.
10361         * modules/gc-md2 (configure.ac): Likewise.
10362         * modules/gc-md4 (configure.ac): Likewise.
10363         * modules/gc-md5 (configure.ac): Likewise.
10364         * modules/gc-random (configure.ac): Likewise.
10365         * modules/gc-rijndael (configure.ac): Likewise.
10366         * modules/gc-sha1 (configure.ac): Likewise.
10367
10368 2007-01-08  Bruno Haible  <bruno@clisp.org>
10369
10370         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
10371         macro definition.
10372         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
10373         definition.
10374         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
10375         definition.
10376         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
10377         * modules/fcntl-safer (configure.ac): Likewise.
10378         * modules/fopen-safer (configure.ac): Likewise.
10379         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
10380         GNULIB_FWRITEERROR macro definition.
10381
10382 2007-01-08  Bruno Haible  <bruno@clisp.org>
10383
10384         * m4/gnulib-common.m4: New file.
10385         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
10386         (func_get_filelist): Add m4/gnulib-common.m4.
10387
10388 2007-01-08  Bruno Haible  <bruno@clisp.org>
10389
10390         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
10391         command.
10392
10393 2007-01-08  Jim Meyering  <jim@meyering.net>
10394
10395         Use a more robust test for a "can't happen" condition.
10396         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
10397         narrowed the st_size value.  Presuming the "can't happen" condition
10398         is true, that narrowing could conceivably convert an invalid st_size
10399         value into a valid one.  Instead, use a change based on Matthew
10400         Woehlke's original patch.
10401
10402         Slight readability improvement: use an assert-like macro
10403         in place of literal "abort ()" uses.
10404         * lib/fts.c (fts_assert): Define.
10405         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
10406         Use this macro instead of a bare 'abort'.
10407
10408 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
10409
10410         Don't worry about using IRIX 5.3's wctype.h broken definitions;
10411         simply work around them.
10412         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
10413         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
10414         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
10415         declaring.
10416         Don't bother to define as macros, since the standard doesn't require it.
10417         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
10418         longer worry about IRIX 5.3.
10419         (HAVE_WCTYPE_CTMP_BUG): Remove.
10420
10421 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10422
10423         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
10424         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
10425         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10426         Problems reported by Georg Schwarz for IRIX 5.3.
10427
10428         * gnulib-tool (autoconf_minversion): Take the maximum version number
10429         found, not the minimum.  Problem reported by James Youngman.
10430
10431 2007-01-03  Karl Berry  <karl@gnu.org>
10432
10433         * doc/error.texi: new file, explaining interaction with progname.
10434         * doc/gnulib.texi: include it.  Update copyright.
10435
10436 2007-01-03  Simon Josefsson  <simon@josefsson.org>
10437
10438         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
10439         AC_CANONICAL_HOST, to improve autobuild outputs.
10440
10441 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
10442             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10443
10444         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
10445         sockets, server sockets, and other file descriptors.  Count errors
10446         to compute the return value.  Reorder the code a bit to be easier
10447         to follow.  Don't set event bits that were not requested (except
10448         POLLERR and POLLHUP).
10449
10450 2007-01-01  Bruno Haible  <bruno@clisp.org>
10451
10452         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
10453
10454 2007-01-03  Jim Meyering  <jim@meyering.net>
10455
10456         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
10457
10458 2007-01-02  Bruno Haible  <bruno@clisp.org>
10459
10460         * modules/settime (Include): Require timespec.h.
10461         * modules/nanosleep (Include): Likewise.
10462
10463 2007-01-01  Bruno Haible  <bruno@clisp.org>
10464
10465         * gnulib-tool (func_emit_copyright_notice): Bump year.
10466         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
10467
10468 2007-01-01  Bruno Haible  <bruno@clisp.org>
10469
10470         Improve support for OpenBSD.
10471         * build-aux/config.rpath (libname_spec): Export.
10472         (library_names_spec): New variable. Export.
10473         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
10474         library_names_spec from the config.rpath output. Locate shared library
10475         through the name pattern in library_names_spec.
10476
10477 2007-01-01  Eric Blake  <ebb9@byu.net>
10478
10479         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
10480
10481 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
10482
10483         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
10484         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
10485         assume the C locale, and avoid an "eval" that could cause trouble.
10486         Problem with SORT reported by Bob Proulx.
10487
10488         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
10489         Define.  Trivial patch from Henning Nielsen Lund, originally
10490         sent to bug-grep@gnu.org today.
10491
10492 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
10493
10494         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
10495         struct stat.  Problem reported by Henning Nielsen Lund.
10496         * lib/acl.c: Include acl.h first, to check interface.  Don't
10497         bother to include sys/types.h and sys/stat.h again.
10498
10499 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
10500
10501         Import the following change from libc; problem reported by
10502         Sven Verdoolaege.
10503
10504         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
10505
10506         [BZ #1373]
10507         * lib/argp.h: Remove __NTH for __argp_usage inline function.
10508
10509 2006-12-28  Jim Meyering  <jim@meyering.net>
10510
10511         * build-aux/announce-gen: Do not assume that the package
10512         builds any of tar.gz, tar.bz2, and .xdelta files.
10513         Suggestion from Simon Josefsson.
10514
10515 2006-12-28  Simon Josefsson  <simon@josefsson.org>
10516
10517         * modules/announce-gen: New file.
10518
10519 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
10520
10521         * lib/mbchar.h: Just include <wctype.h>; the wctype module
10522         handles its gotchas now.
10523         * lib/mbswidth.c: Likewise.
10524         * lib/wcwidth.h: Likewise.
10525         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
10526         and iswcntrl; the wctype module does this stuff now.
10527         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
10528         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
10529         * modules/mbchar (Depends-on): Add wctype.
10530         * modules/mbswidth (Depends-on): Likewise.
10531         * modules/wcwidth (Depends-on): Likewise.
10532
10533 2006-12-27  Eric Blake  <ebb9@byu.net>
10534
10535         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
10536         module uses more than what <wctype.h> is required to provide.
10537
10538 2006-12-26  Eric Blake  <ebb9@byu.net>
10539
10540         * gnulib-tool (sed_extract_prog): Avoid space-tab.
10541
10542 2006-12-26  Eric Blake  <ebb9@byu.net>
10543
10544         * modules/absolute-header: New module.
10545         * modules/fcntl (Depends-on): Depend on it.
10546         * modules/inttypes (Depends-on): Likewise.
10547         * modules/stdint (Depends-on): Likewise.
10548         * modules/sys_stat (Depends-on): Likewise.
10549         * modules/wctype (Depends-on): Likewise.
10550         * MODULES.html.sh (Support for building libraries and
10551         executables): Document it.
10552
10553 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
10554
10555         * gnulib-tool (SED): Remove, undoing previous change.
10556         The problem was that it broke coreutils on Solaris, because
10557         "sed --posix" leaked into a makefile.
10558         (sed): New alias, if 'alias' and GNU sed.
10559
10560 2006-12-24  Jim Meyering  <jim@meyering.net>
10561
10562         Work around an fchownat bug in glibc-2.4:
10563         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
10564         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
10565         in spite of the -P option.
10566         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
10567         New macros.
10568         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
10569         * modules/openat (Files): Add lib/fchownat.c.
10570         * lib/openat.c (fchownat): Don't define here.  Move to...
10571         * lib/fchownat.c: ...this new file.
10572
10573 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
10574
10575         Fix bug reported by Bruno Haible in
10576         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
10577         where quotearg.c didn't compile on Mac OS X 10.2 because it
10578         lacks <wchar.h> and wint_t.
10579         * lib/wctype_.h (__wctype_wint_t): New type.
10580         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
10581         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
10582         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
10583         Arg is now of type __wctype_wint_t, not wint_t.
10584         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
10585         substitute HAVE_WINT_T.
10586         * modules/wctype (Files): Add m4/wint_t.m4.
10587         (wctype.h): Substitute HAVE_WINT_T.
10588
10589 2006-12-23  Bruno Haible  <bruno@clisp.org>
10590
10591         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
10592
10593 2006-12-23  Bruno Haible  <bruno@clisp.org>
10594
10595         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
10596         S_ISLNK.
10597         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
10598         mingw.
10599
10600 2006-12-22  Bruno Haible  <bruno@clisp.org>
10601
10602         * lib/copy-file.c: Include acl.h.
10603         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
10604         Close the file descriptors only after being done with copy_acl.
10605         * modules/copy-file (Depends-on): Add acl.
10606
10607 2006-12-22  Bruno Haible  <bruno@clisp.org>
10608
10609         * gnulib-tool (SED): New variable.
10610         Use $SED instead of sed everywhere.
10611
10612 2006-12-22  Bruno Haible  <bruno@clisp.org>
10613
10614         * modules/no-c++: New file.
10615         * m4/no-c++.m4: New file.
10616         * MODULES.html.sh (Support for building libraries and executables):
10617         Add no-c++.
10618
10619 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
10620
10621         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
10622         Include <limits.h>, and use its INT_MAX to rewrite the
10623         j loop so that it does not overflow 'int'.  Problem reported by
10624         Ralf Wildenhues in
10625         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
10626         Play it safe by shifting left by 1 rather than multiplying by 2,
10627         as GCC is less likely to optimize this away when the value
10628         is signed (when it assumes overflow leads to undefined behavior).
10629         Also, don't assume time_t uses two's complement.
10630
10631 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
10632
10633         * MODULES.html.sh: New module wctype.
10634         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
10635         * lib/fnmatch.c: Don't bother to include <wchar.h> before
10636         <wctype.h>, since the new wctype module should fix this.
10637         * lib/quotearg.c: Include <wctype.h> unconditionally, since
10638         the wctype module should arrange for it.
10639         * lib/regex_internal.h: Likewise.
10640         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
10641         since the wctype module should handle this now.
10642         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
10643         * modules/fnmatch (Depends-on): Add wctype.
10644         * modules/quotearg (Depends-on): Likewise.
10645         * modules/regex (Depends-on): Likewise.
10646
10647 2006-12-19  Bruno Haible  <bruno@clisp.org>
10648
10649         * lib/strdup.h [C++]: Wrap definitions in extern "C".
10650         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
10651
10652 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10653
10654         * modules/savewd (Depends-on): Fix dependency on fcntl.
10655
10656 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
10657
10658         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
10659         conforms to C99, rather than relying on the user's environment
10660         setting of STDINT_H.
10661
10662 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
10663         and Eric Blake  <ebb9@byu.net>
10664
10665         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
10666         This is more consistent with the other defines here.
10667         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
10668         Port to z/OS.  Problem reported by Paul Gilmartin.
10669         Change local vars to use gl_ prefix rather than ac_.
10670         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
10671         with other defines.
10672         * modules/double-slash-root: New module.
10673         * modules/dirname (Files): Remove m4/double-slash-root.m4.
10674         (Depends-on): Add double-slash-root.
10675         * MODULES.html.sh (File system functions): Mention new module.
10676
10677 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
10678
10679         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
10680         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
10681         This is for the benefit of gzip, which doesn't do i18n.
10682
10683 2006-12-12  Jim Meyering  <jim@meyering.net>
10684
10685         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
10686         Reported by Andreas Schwab <schwab@suse.de>.
10687
10688 2006-12-12  Bruno Haible  <bruno@clisp.org>
10689
10690         Merge these changes.
10691         2006-09-05  Bruno Haible  <bruno@clisp.org>
10692         * lib/iconvme.c (iconv_string): No need to save and restore errno when
10693         iconv_alloc succeeded.
10694         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
10695         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
10696         test for " && dest " at the end - dest is always != NULL there. Call
10697         iconv with 4xNULL arguments initially, to reset the state. Call iconv
10698         with 2xNULL arguments, also to flush the state storage. Handle the
10699         IRIX iconv behaviour. Realloc the final result, to throw away unused
10700         memory.
10701
10702 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
10703
10704         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
10705         and fchmodat unconditionally, since glibc 2.4 has them.
10706         Problem reported by Arkadiusz Miskiewicz.
10707
10708 2006-12-10  Bruno Haible  <bruno@clisp.org>
10709
10710         * gnulib-tool (func_import): Show the include files only for those
10711         modules that are copied and specified.
10712         Reported by Karl Berry.
10713
10714 2006-12-08  Jim Meyering  <jim@meyering.net>
10715
10716         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
10717         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
10718
10719         * build-aux/announce-gen: Add two new options, both optional:
10720         --bootstrap-tools=TOOL_LIST
10721               a comma-separated list of tools, e.g.,
10722               autoconf,automake,bison,gnulib
10723         --gnulib-snapshot-date=DATE
10724               if gnulib is in the bootstrap tool list,
10725               then report this as the snapshot date.
10726               If not specified, use the current date/time.
10727               If you specify a date here, be sure it's UTC.
10728
10729 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10730
10731         * tests/test-argp-2.sh: Fix test to match actual output.
10732         (func_compare): Fix sed script to be portable.
10733
10734 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
10735
10736         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
10737         workaround for this case.  It is not autoconfigured now; offhand
10738         it's hard to see how to autoconfigure it.
10739
10740 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
10741
10742         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
10743         a directory that is about to be chowned.  Such a directory's
10744         initial file permissions should permit the owner only and this
10745         should not be changed until after the chown, since the group and
10746         other bits would be incorrect if they granted permission before
10747         the chown.
10748
10749         Fix porting problem for iswctype reported by Georg Schwarz in:
10750         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
10751         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
10752         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
10753         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
10754         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
10755
10756 2006-12-03  Jim Meyering  <jim@meyering.net>
10757
10758         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
10759         p->fts_statp may not yet be defined.
10760         (fts_read): Instead, set it in the caller, once p->fts_statp is
10761         sure to be defined, and corresponds to a top-level directory.
10762         This bug made du -x fail.  Here's the coreutils test case:
10763         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
10764         Reported by Mike Frysinger.
10765
10766 2006-12-01  Jim Meyering  <jim@meyering.net>
10767
10768         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
10769         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
10770         Reported by Simon Josefsson.
10771
10772 2006-11-30  Jim Meyering  <jim@meyering.net>
10773
10774         * m4/warning.m4: Use the all-permissive copyright notice
10775         recommended by RMS (rather than LGPL).
10776         * m4/vararrays.m4: Likewise.
10777         * m4/flexmember.m4: Likewise.
10778
10779 2006-11-29  Bruno Haible  <bruno@clisp.org>
10780
10781         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10782         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
10783         using +=.
10784         Reported by Simon Josefsson <simon@josefsson.org>.
10785
10786 2006-11-28  James Youngman <jay@gnu.org>
10787
10788         * README: Advise users that they might find the bug-gnulib@gnu.org
10789         and autotools-announce@gnu.org mailing lists useful.
10790
10791 2006-11-28  Bruno Haible  <bruno@clisp.org>
10792
10793         * m4/ptrdiff_max.m4: Remove file.
10794
10795 2006-11-21  Bruno Haible  <bruno@clisp.org>
10796
10797         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
10798         _AC_COMPUTE_INT.
10799         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10800         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
10801         _AC_COMPUTE_INT.
10802         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10803         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
10804         _AC_COMPUTE_INT.
10805         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10806
10807 2006-11-28  Jim Meyering  <jim@meyering.net>
10808
10809         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
10810         warning from "gcc -Wshadow" about shadowing the builtin.
10811
10812 2006-11-27  Bruno Haible  <bruno@clisp.org>
10813
10814         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
10815         _AC_COMPUTE_INT.
10816         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10817
10818 2006-11-27  Bruno Haible  <bruno@clisp.org>
10819             Paul Eggert  <eggert@cs.ucla.edu>
10820
10821         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
10822
10823 2006-11-26  Bruno Haible  <bruno@clisp.org>
10824
10825         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10826         noinst_LTLIBRARIES.
10827
10828 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
10829             Bruno Haible  <bruno@clisp.org>
10830
10831         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
10832         if compiling with "gcc -ansi".
10833
10834 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
10835
10836         Fix some incompatibilities with gcc -ansi -pedantic.
10837         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
10838         if compiling pedantically with GCC, unless it's C99 or later.
10839         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
10840         it mishandles gcc -ansi -pedantic as well.
10841         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
10842         if gcc -pedantic.
10843         * lib/regexec.c (check_node_accept_bytes): Don't use auto
10844         initializers for struct if -pedantic, unless it's C99 or later.
10845
10846 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
10847
10848         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
10849         Don't close an fd more than once. Identical atimes indicate
10850         success, not failure.
10851
10852 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
10853
10854         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
10855
10856 2006-11-23  Jim Meyering  <jim@meyering.net>
10857
10858         * build-aux/announce-gen: New file.  From coreutils.
10859
10860 2006-11-22  Jim Meyering  <jim@meyering.net>
10861
10862         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
10863         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
10864         (fts_read): Use a temporary to narrow the overused st_size member
10865         before using it in a switch statement.  Reported by Matthew Woehlke.
10866
10867         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
10868         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
10869
10870 2006-11-20  Bruno Haible  <bruno@clisp.org>
10871
10872         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
10873         changequote instead of pairs of brackets.
10874         Reported by Andreas Schwab <schwab@suse.de>.
10875
10876 2006-11-21  Jim Meyering  <jim@meyering.net>
10877
10878         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
10879         so as to remain compatible with older compilers.
10880         Patch from Michael Deutschmann.
10881
10882 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
10883
10884         * MODULES.html.sh (File system functions): Add openat.
10885
10886         * lib/openat.h (rpl_fstatat): New macro, if
10887         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
10888         (fstatat): Define to rpl_fstatat under the same conditions,
10889         unless COMPILING_FSTATAT.
10890         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
10891         seems to have the bug.
10892         * lib/fstatat.c: New file.
10893         * modules/openat (Files): Add it.
10894
10895 2006-11-20  Bruno Haible  <bruno@clisp.org>
10896
10897         * Makefile: New file.
10898
10899 2006-11-20  Jim Meyering  <jim@meyering.net>
10900
10901         The beginnings of syntax-related checks for gnulib.
10902         * lib/Makefile: New file.
10903         * lib/t-idcache: New script.  Ensure that the two halves of
10904         idcache.c stay in sync.
10905
10906         * lib/idcache.c: Adjust comments in user- and group- portions to
10907         be more accurate, and to be consistent with one another.
10908
10909 2006-11-20  Jim Meyering  <jim@meyering.net>
10910
10911         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
10912         continue using the flexible array member (thus, this module performs
10913         half as many malloc calls), with the addition that...
10914         (getgroup, getuser): Consistently record a non-match via an empty
10915         "name" string, and map an empty string match to a NULL return value.
10916         * modules/idcache (Depends-on): Re-add flexmember.
10917
10918         * lib/idcache.c (getuser): Remove all uses of the register keyword.
10919         (getuidbyname, getgroup, getgidbyname): Likewise.
10920
10921         Use cleaner syntax: NULL rather than 0.
10922         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
10923
10924 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
10925
10926         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
10927         It mishandled the case where the group was missing.
10928         Problem reported by Greg Schafer.
10929         * modules/idcache: Likewise.
10930
10931 2006-11-18  Jim Meyering  <jim@meyering.net>
10932
10933         * check-module (%exempt_header): Add exception for some
10934         conditionally-included headers.
10935
10936         * modules/i-ring (Depends-on): Add verify.
10937         (License): Change to LGPL.
10938
10939 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
10940
10941         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
10942         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
10943         and inttostr.h.  Use snprintf rather than uinttostr, so that
10944         LGPLed code doesn't depend on GPLed.
10945
10946 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
10947
10948         * modules/inline (License): Change from GPL to LGPL.
10949
10950 2006-11-17  Jim Meyering  <jim@meyering.net>
10951
10952         * modules/d-type (License): Switch to LGPL.
10953
10954 2006-11-15  Bruno Haible  <bruno@clisp.org>
10955
10956         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
10957
10958 2006-11-15  Eric Blake  <ebb9@byu.net>
10959
10960         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
10961         the module dependency.
10962
10963 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10964             Bruno Haible  <bruno@clisp.org>
10965
10966         * gnulib-tool (func_create_testdir): Add license consistency check.
10967
10968 2006-11-15  Eric Blake  <ebb9@byu.net>
10969
10970         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
10971         random "(cached)" in configure output.
10972
10973 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10974
10975         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
10976         test for conforming inttypes.h is both announced and cached.
10977
10978         * MODULES.html.sh (seen_modules, seen_files): New variables.
10979         (func_module): Rewrite to use a few less gnulib-tool and sed
10980         invocations.  Avoid a couple of quadratic algorithms for ...
10981         (missed_modules, missed_files): ... these, with ...
10982         (func_append, func_tmpdir): ... these new functions, from
10983         gnulib-tool.  Analogously, install traps for cleanup.
10984
10985         * tests/test-gc.c (main): Remove unused variables.
10986         * tests/test-read-file.c: Include stdlib.h, for 'free'.
10987
10988 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
10989
10990         * modules/inttostr (License): Change to LGPL.
10991
10992 2006-11-14  Eric Blake  <ebb9@byu.net>
10993
10994         * modules/tempname (License): Change to LGPL.
10995
10996 2006-11-14  Eric Blake  <ebb9@byu.net>
10997
10998         * doc/functions.texi (Function Portability): *printf functions on
10999         Cygwin now understand all POSIX size specifiers.
11000
11001 2006-11-14  Bruno Haible  <bruno@clisp.org>
11002
11003         * modules/c-ctype (License): Change to LGPL.
11004
11005 2006-11-12  Bruno Haible  <bruno@clisp.org>
11006
11007         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
11008         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
11009         for GNOME libraries, for which the include files are installed in
11010         subdirectories of $prefix/include.
11011
11012 2006-11-12  Bruno Haible  <bruno@clisp.org>
11013
11014         * m4/lib-link.m4: Require at least autoconf-2.54.
11015         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
11016         name to underscores for the --with option.
11017
11018 2006-11-13  Bruno Haible  <bruno@clisp.org>
11019
11020         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
11021         the tests directory.
11022         Reported by Ralf Wildenhues.
11023
11024 2006-11-13  Bruno Haible  <bruno@clisp.org>
11025
11026         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
11027         (func_emit_initmacro_end): Undo the override here.
11028         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
11029         Works around the famous automake error in coreutils.
11030
11031 2006-11-13  Eric Blake  <ebb9@byu.net>
11032
11033         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
11034         element, not its node.
11035
11036 2006-11-12  Bruno Haible  <bruno@clisp.org>
11037
11038         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
11039         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
11040
11041 2006-11-12  Bruno Haible  <bruno@clisp.org>
11042
11043         * gnulib-tool: New option --local-symlink.
11044         (func_usage): Document it.
11045         (lsymbolic): New variable.
11046         (func_import, func_create_testdir): If --symlink was not specified,
11047         test whether --local-symlink was specified and the file comes from
11048         the local_gnulib_dir.
11049
11050 2006-11-12  Bruno Haible  <bruno@clisp.org>
11051
11052         * gnulib-tool (func_ln): New function.
11053         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
11054
11055 2006-11-12  Bruno Haible  <bruno@clisp.org>
11056
11057         Finish support for source files in subdirectories.
11058         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
11059         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
11060         AUTOMAKE_OPTIONS.
11061         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
11062
11063 2006-11-12  Bruno Haible  <bruno@clisp.org>
11064
11065         * gnulib-tool (func_get_automake_snippet): Synthesize also an
11066         EXTRA_lib_SOURCES augmentation.
11067         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
11068
11069 2006-11-12  Jim Meyering  <jim@meyering.net>
11070
11071         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
11072         file descriptors.  This also averts a failure on systems with
11073         native openat support when a traversed directory lacks "x" access.
11074         * lib/fts_.h: Include "i-ring.h"
11075         (struct FTS) [fts_fd_ring]: New member.
11076         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
11077         (FCHDIR): Add parentheses.
11078         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
11079         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
11080         When descending, rather than simply closing the previous
11081         fts_cwd_fd value, push that file descriptor onto the ring.
11082         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
11083         (fts_open): Initialize the new fd_ring member.
11084         (fts_close): Clear the ring.
11085         (fts_safe_changedir): When possible, use our new fd_ring to skip
11086         the diropen and fstat and dev/ino comparison that would normally
11087         accompany a virtual `chdir ("..")'.
11088
11089         * modules/fts (Depends-on): Add i-ring.
11090         * modules/i-ring: New module.
11091         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
11092         * m4/i-ring.m4: New file.
11093
11094 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11095
11096         * gnulib-tool (func_create_testdir): Fix replacement of
11097         `build-aux' in configure.ac.  Run autotools in gltests
11098         subdirectory.
11099         (func_create_testdir, func_create_megatestdir, test): There is
11100         no need for '--force' in most autotool invocations in a new
11101         tree.  Actually fail the whole test if any of the tools, or the
11102         configure or make stages fail.
11103
11104         Sync from Automake.
11105         * build-aux/gnupload: Revert last change.  Add pointer to upload
11106         instructions of the GNU Maintenance Instructions.
11107         Suggestion by Karl Berry.
11108
11109 2006-11-10  Jim Meyering  <jim@meyering.net>
11110
11111         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
11112
11113 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
11114
11115         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
11116         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
11117         (bind_textdomain_codeset) [! ENABLE_NLS]:
11118         Evaluate all the arguments.  That way, callers get compatible behavior
11119         if the arguments have side effects.  Also, it avoids some GCC
11120         diagnostics in some cases; Joel E. Denny reported problems when Bison
11121         was configured with --enable-gcc-warnigs.
11122
11123 2006-11-10  Jim Meyering  <jim@meyering.net>
11124
11125         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
11126         relevant options in CFLAGS (like -O, -fno-inline) are taken into
11127         account.
11128
11129 2006-11-10  Jim Meyering  <jim@meyering.net>
11130
11131         * modules/inline: New file/module.
11132         * modules/xalloc (Files): Remove m4/inline.m4.
11133         (Depends-on): Add inline, instead.
11134         * modules/oset: Likewise.
11135         * modules/list: Likewise.
11136
11137 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
11138
11139         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
11140         Problem reported by Matthew Woehlke.
11141
11142 2006-11-09  Bruno Haible  <bruno@clisp.org>
11143
11144         * lib/tempname.c (gen_tempname): Remove variant that invokes
11145         __gen_tempname.
11146         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
11147         __gen_tempname.
11148
11149 2006-11-08  Bruno Haible  <bruno@clisp.org>
11150
11151         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
11152         to 'yes' instead of 'cross-compiling'.
11153
11154 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
11155
11156         * lib/quotearg.h (quotearg_free): New decl.
11157         * lib/quotearg.c (quotearg_free): New function.
11158         (slot0, nslots, slotvec0, slotvec):
11159         Now file-scope so that quotearg_free can get at them.
11160
11161 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11162
11163         Sync from Automake.
11164         * build-aux/gnupload: Add missing 'gnu' to example URL.
11165         Report by Karl Berry.
11166
11167 2006-11-08  Bruno Haible  <bruno@clisp.org>
11168
11169         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
11170         Suggested by Paul Eggert.
11171
11172 2006-11-08  Jim Meyering  <jim@meyering.net>
11173
11174         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
11175         It's already included if !_LIBC.
11176         (fts_safe_changedir): Add a comment.
11177
11178 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
11179
11180         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
11181         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
11182         Matthew Woehlke.
11183
11184         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
11185         definitions up, to avoid colliding with change below.
11186         (static_inline) [HAVE_INLINE]: New macro.
11187         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
11188         Provide extern decls when !HAVE_INLINE.  Do not define unless
11189         static_inline is defined, either by us or by xmalloc.c.  Use
11190         static_inline rather than static inline.
11191         (XCALLOC): Optimize sizeof(T) = 1 case.
11192         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
11193
11194 2006-11-07  Bruno Haible  <bruno@clisp.org>
11195
11196         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
11197         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
11198         AC_C_INLINE.
11199         * modules/xalloc (Files): Add m4/inline.m4.
11200
11201 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11202
11203         * README: Fix typo.
11204         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
11205         (Miscellanous Notes): ...from this.
11206
11207 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
11208
11209         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
11210         Mention that offsetof should be used instead of sizeof.
11211         From Bruno Haible.
11212
11213 2006-11-07  Bruno Haible  <bruno@clisp.org>
11214
11215         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
11216
11217 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
11218
11219         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
11220         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
11221         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
11222         (gl_tree_add_before, gl_tree_add_after):
11223         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
11224         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
11225         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
11226         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
11227         (gl_linked_add_after, gl_linked_add_at): Likewise.
11228         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
11229         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
11230         (gl_tree_add_before, gl_tree_add_after): Likewise.
11231         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
11232         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
11233         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
11234
11235 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11236
11237         * lib/gl_oset.h: Use C comment style, not C++ comment style.
11238
11239 2006-11-06  Bruno Haible  <bruno@clisp.org>
11240
11241         * m4/inline.m4: New file.
11242         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
11243         * modules/list (Files): Add m4/inline.m4.
11244         * modules/oset (Files): Likewise.
11245
11246 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
11247
11248         * lib/idcache.c: Include <stddef.h>, for offsetof.
11249         (struct userid.name): Change from char * to a flexible array member.
11250         All uses changed.
11251         * modules/idcache (Depends-on): Add flexmember.
11252
11253         * MODULES.html.sh (Core language properties): New module flexmember.
11254         * modules/flexmember, m4/flexmember.m4: New files.
11255
11256         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
11257         inline functions that are identical with the old xnmalloc_inline,
11258         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
11259         that we can avoid some unnecessary integer multiplications and
11260         divisions in the common case where the element size is known at
11261         compile time.
11262         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
11263         needed.
11264         (xnboundedmalloc): Remove.
11265         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
11266         arguments, for consistency with rest of this header.
11267         (xcharalloc): Rewrite using XNMALLOC.
11268         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
11269         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
11270         versions have been moved to lib/xalloc.h and renamed to be the
11271         non-*_inline versions.
11272         (xmalloc, xrealloc): Implement without reference to the xnmalloc
11273         and xnrealloc functions, since those functions are now inline and
11274         now call us.
11275         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
11276         renaming described above.
11277         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
11278         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
11279         captures the dependency in AC_C_INLINE.
11280
11281         New module canonicalize-lgpl, proposed by Charles Wilson in
11282         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
11283         with a few small changes afterwards.
11284         * MODULES.html.sh (File system functions): New module
11285         canonicalize-lgpl.
11286         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
11287         and canonicalize_file_name.
11288         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
11289         * modules/canonicalize-lgpl: New files.
11290
11291 2006-11-05  Bruno Haible  <bruno@clisp.org>
11292
11293         * gnulib-tool (func_import, func_create_testdir): Create directories
11294         also for files in subdirectories of lib/.
11295
11296 2006-11-05  Bruno Haible  <bruno@clisp.org>
11297
11298         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
11299         ANSI C compliant.
11300
11301 2006-11-03  Bruno Haible  <bruno@clisp.org>
11302
11303         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
11304         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
11305         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
11306         (xnboundedmalloc): New inline function.
11307         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
11308         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
11309         xmalloc.
11310         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
11311         xmalloc.
11312         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
11313         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
11314         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
11315         xmalloc.
11316         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
11317         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
11318         xmalloc.
11319         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
11320         gl_tree_add_after): Use XMALLOC instead of xmalloc.
11321         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
11322         xmalloc.
11323         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
11324         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
11325         gl_tree_add_after): Use XMALLOC instead of xmalloc.
11326         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
11327         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
11328         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
11329         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
11330
11331 2006-11-03  Bruno Haible  <bruno@clisp.org>
11332
11333         * lib/c-ctype.h [C++]: Define functions without name mangling.
11334         * lib/fwriteerror.h [C++]: Likewise.
11335         * lib/gcd.h [C++]: Likewise.
11336         * lib/linebreak.h [C++]: Likewise.
11337
11338 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
11339
11340         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
11341         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
11342         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
11343         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11344         Check for functions and headers just once.
11345         Check for declaration of canonicalize_file_name.
11346         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
11347
11348 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
11349
11350         * gnulib-tool (func_import): Fix typo in actioncmd.
11351
11352 2006-11-02  Bruno Haible  <bruno@clisp.org>
11353
11354         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
11355         newline sequence in the Makefile.am snippet as a space, like "make"
11356         does.
11357         Reported by Roger Persson <perrog@gmail.com>.
11358
11359 2006-11-01  Bruno Haible  <bruno@clisp.org>
11360
11361         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
11362         already declared in <string.h>.
11363         * lib/strcase.h (strncasecmp): Don't declare it if yes.
11364
11365 2006-11-01  Bruno Haible  <bruno@clisp.org>
11366
11367         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
11368         * lib/strcase.h: Include <string.h>.
11369         (strcasecmp): Define to rpl_strcasecmp here.
11370
11371 2006-11-01  Bruno Haible  <bruno@clisp.org>
11372
11373         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
11374
11375 2006-11-01  Eric Blake  <ebb9@byu.net>
11376
11377         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
11378
11379         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
11380
11381 2006-10-29  Bruno Haible  <bruno@clisp.org>
11382
11383         Make it compile in C++ mode.
11384         * lib/full-write.c (full_rw): Add a cast.
11385
11386 2006-11-01  Bruno Haible  <bruno@clisp.org>
11387
11388         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
11389         be POSIX compliant.
11390         Reported by Roger Persson <perrog@gmail.com>.
11391
11392 2006-11-01  Eric Blake  <ebb9@byu.net>
11393
11394         * lib/getopt_.h: Fix comments.
11395
11396 2006-10-31  Eric Blake  <ebb9@byu.net>
11397
11398         * modules/tmpdir (Depends-on): Add sys_stat.
11399         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
11400         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
11401         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
11402         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
11403         tempname.
11404
11405 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
11406
11407         Avoid some C++ diagnostics reported by Bruno Haible.
11408         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
11409         xmalloc.
11410         (quotearg_alloc): Use xcharalloc rather than xmalloc.
11411         (struct slotvec): Move to top level.
11412         (quotearg_n_options): Rewrite to avoid xmalloc.
11413         * lib/xalloc.h (xcharalloc): New function.
11414         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
11415         [defined __cplusplus]: Add function template that provides result
11416         type propagation.  This part of the change is from Bruno Haible.
11417
11418 2006-10-29  Bruno Haible  <bruno@clisp.org>
11419
11420         Make it compile in C++ mode.
11421         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
11422         * lib/strnlen1.c (strnlen1): Cast memchr result.
11423         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
11424         * lib/clean-temp.c (string_equals, string_hash): Add casts.
11425         (create_temp_dir): Rename local variable 'template'.
11426         (compile_csharp_using_sscli): Add cast.
11427         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
11428         * lib/findprog.c (find_in_path): Likewise.
11429         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
11430         * lib/wait-process.c (register_slave_subprocess): Likewise.
11431
11432 2006-10-22  Bruno Haible  <bruno@clisp.org>
11433
11434         * modules/tsearch: New file.
11435         * lib/tsearch.h: New file.
11436         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
11437         * m4/tsearch.m4: New file.
11438         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
11439
11440 2006-10-29  Eric Blake  <ebb9@byu.net>
11441
11442         * lib/arcfour.c: Assume config.h.
11443         * lib/arctwo.c: Likewise.
11444         * lib/base64.c: Likewise.
11445         * lib/check-version.c: Likewise.
11446         * lib/crc.c: Likewise.
11447         * lib/des.c: Likewise.
11448         * lib/gc-gnulib.c: Likewise.
11449         * lib/gc-libgcrypt.c: Likewise.
11450         * lib/gc-pbkdf2-sha1.c: Likewise.
11451         * lib/getaddrinfo.c: Likewise.
11452         * lib/getdelim.c: Likewise.
11453         * lib/getline.c: Likewise.
11454         * lib/hmac-md5.c: Likewise.
11455         * lib/hmac-sha1.c: Likewise.
11456         * lib/iconvme.c: Likewise.
11457         * lib/md2.c: Likewise.
11458         * lib/md4.c: Likewise.
11459         * lib/memxor.c: Likewise.
11460         * lib/read-file.c: Likewise.
11461         * lib/readline.c: Likewise.
11462         * lib/rijndael-alg-fst.c: Likewise.
11463         * lib/rijndael-api-fst.c: Likewise.
11464         * lib/xgetdomainname.c: Likewise.
11465
11466 2006-10-28  Eric Blake  <ebb9@byu.net>
11467
11468         * lib/xstrndup.c: Assume config.h.
11469
11470 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
11471
11472         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
11473         stat-macros.h is now for our own macros, whereas stat_h is for
11474         macros in the <sys/stat.h> name space.
11475         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
11476         (STAT_MACROS_H): Remove.
11477         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
11478         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
11479         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
11480         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
11481         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
11482         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
11483         Move these macros to ...
11484         * lib/stat_.h: here.  Don't include stat-macros.h.
11485         * lib/canonicalize.c: Don't include stat-macros.h.
11486         * lib/chown.c: Likewise.
11487         * lib/euidaccess.c: Likewise.
11488         * lib/file-type.c: Likewise.
11489         * lib/filemode.c: Likewise.
11490         * lib/glob.c: Likewise.
11491         * lib/isapipe.c: Likewise.
11492         * lib/lchown.c: Likewise.
11493         * lib/lstat.c: Likewise.
11494         * lib/mkdir-p.c: Likewise.
11495         * lib/rmdir.c: Likewise.
11496         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
11497         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
11498         unless mkdir isn't declared, to speed up 'configure'.
11499         Always create sys/stat.h, since it's unlikely any real sys/stat.h
11500         would define all the S_* symbols.
11501         * modules/canonicalize (Depends-on):
11502         Depend on sys_stat, not stat-macros.
11503         * modules/chown: Likewise.
11504         * modules/euidaccess: Likewise.
11505         * modules/filemode: Likewise.
11506         * modules/file-type: Likewise.
11507         * modules/glob: Likewise.
11508         * modules/isapipe: Likewise.
11509         * modules/lchown: Likewise.
11510         * modules/lstat: Likewise.
11511         * modules/mkancesdirs: Likewise.
11512         * modules/rmdir: Likewise.
11513         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
11514         * modules/modechange: Likewise.
11515         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
11516         (configure.ac): Remove gl_STAT_MACROS.
11517         * modules/sys_stat (Depends-on): Remove stat-macros.
11518
11519 2006-10-27  Bruno Haible  <bruno@clisp.org>
11520
11521         * m4/signed.m4: Remove file.
11522         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
11523         invocation.
11524         * modules/vasnprintf (Files): Remove m4/signed.m4.
11525
11526 2006-10-27  Bruno Haible  <bruno@clisp.org>
11527
11528         Update to GNU gettext 0.16.
11529         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
11530         m4/inttypes-h.m4, m4/signed.m4.
11531         * m4/gettext.m4: Update to GNU gettext 0.16.
11532         * m4/intl.m4: New file, from GNU gettext.
11533         * m4/intldir.m4: New file, from GNU gettext.
11534         * config/srclist.txt: Update
11535
11536 2006-10-27  Eric Blake  <ebb9@byu.net>
11537
11538         * MODULES.html.sh: Document tempname.
11539         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
11540         dependencies.
11541         (Files): Move lib/tempname.c...
11542         * modules/tempname: ...to this new module.
11543         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
11544         (gl_PREREQ_TEMPNAME): Move...
11545         * m4/tempname.m4: ...to this new file.
11546         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
11547         * modules/sys_stat (Depends-on): Add stat-macros.
11548         * lib/stat_.h (includes): Pick up stat macros.
11549         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
11550         if stat macros are broken.
11551         * lib/tempname.c (includes): No need to include "stat-macros.h".
11552         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
11553         (direxists, __path_search) [!_LIBC]: Don't compile these in
11554         gnulib; the tmpdir module covers that.
11555         * lib/tempname.h: New file.
11556
11557 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
11558
11559         * COPYING: Explain how gnulib-tool converts licence headers.
11560         Almost all wording by Eric Blake.
11561
11562 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
11563
11564         * lib/mbchar.h (is_basic_table): Make read-only.
11565         * lib/mbchar.c (is_basic_table): Likewise.
11566         Reported by John Darrington.
11567
11568 2006-10-25  Bruno Haible  <bruno@clisp.org>
11569
11570         * lib/progname.h (set_program_name): Undefine before defining.
11571
11572 2006-10-25  Bruno Haible  <bruno@clisp.org>
11573
11574         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
11575         false for non-gcc C++ compilers.
11576         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
11577
11578 2006-10-24  Bruno Haible  <bruno@clisp.org>
11579
11580         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
11581         iconv implementations like Irix iconv.
11582
11583 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11584
11585         * modules/vararrays: New file.
11586         * m4/vararrays.m4: New file, taken from diffutils.
11587         * MODULES.html.sh: New module vararrays.
11588
11589 2006-10-24  Karl Berry  <karl@gnu.org>
11590
11591         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
11592         Don't call GNU Unix.
11593
11594 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11595
11596         * users.txt: Add Libtool.
11597
11598         Sync from Libtool:
11599
11600         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11601
11602         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
11603         to gnulib's policy of including config.h unconditionally.
11604
11605 2006-10-24  Bruno Haible  <bruno@clisp.org>
11606
11607         * modules/wcwidth (Files): Add m4/wint_t.m4.
11608         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
11609         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
11610
11611 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11612
11613         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
11614         to pacify GCC with some -W flags enabled.  Problem reported by
11615         Bruno Haible.
11616
11617 2006-10-24  Jim Meyering  <jim@meyering.net>
11618
11619         * MODULES.html.sh: Remove uinttostr.  It's not a module.
11620         Reported by Karl Berry.
11621
11622 2006-10-23  Bruno Haible  <bruno@clisp.org>
11623
11624         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
11625
11626 2006-10-24  Bruno Haible  <bruno@clisp.org>
11627
11628         * lib/gl_list.h: Use C comment style, not C++ comment style.
11629
11630 2006-10-23  Eric Blake  <ebb9@byu.net>
11631
11632         * lib/getaddrinfo.c (includes): Add missing include.
11633
11634 2006-10-23  Bruno Haible  <bruno@clisp.org>
11635             Paul Eggert  <eggert@cs.ucla.edu>
11636
11637         Ability to rename obstack_free.
11638         * lib/obstack.h (__obstack_free): New macro. Declare instead of
11639         obstack_free.
11640         (obstack_free): Invoke the __obstack_free macro.
11641         * lib/obstack.c (obstack_free): Use __obstack_free macro.
11642
11643 2006-10-23  Bruno Haible  <bruno@clisp.org>
11644             Paul Eggert  <eggert@cs.ucla.edu>
11645
11646         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
11647         __argc, __argv from the declaration. (They are defined as macros on
11648         mingw.)
11649
11650 2006-10-22  Bruno Haible  <bruno@clisp.org>
11651
11652         * doc/gnulib-intro.texi: New file.
11653         * doc/gnulib.texi: Include it.
11654
11655 2006-10-21  Bruno Haible  <bruno@clisp.org>
11656
11657         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
11658         "Introduction", "Miscellanous Notes", "Particular Modules".
11659
11660 2006-10-21  Bruno Haible  <bruno@clisp.org>
11661
11662         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11663         Change mostlyclean-local rule to avoid sh syntax error from bash
11664         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
11665
11666 2006-10-23  Jim Meyering  <jim@meyering.net>
11667
11668         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
11669         in place of snprintf.
11670
11671         * modules/inttostr (Files): Add lib/uinttostr.c.
11672         * lib/uinttostr.c (inttostr): New file/function.
11673         * lib/inttostr.h (uinttostr): Declare.
11674         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
11675         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
11676         Add uinttostr.
11677         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
11678
11679 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
11680
11681         * lib/canonicalize.c (ELOOP): Define if not already defined.
11682         Problem reported by Bruno Haible in
11683         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
11684
11685 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
11686
11687         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
11688         Problem reported by Perry Smith and Ville Laurikari.
11689
11690         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
11691         uses.
11692
11693 2006-10-19  Bruno Haible  <bruno@clisp.org>
11694
11695         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
11696         for mingw.
11697
11698 2006-10-19  Bruno Haible  <bruno@clisp.org>
11699
11700         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
11701         Needed for mingw.
11702
11703 2006-10-19  Bruno Haible  <bruno@clisp.org>
11704
11705         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
11706
11707 2006-10-19  Bruno Haible  <bruno@clisp.org>
11708
11709         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
11710         it.
11711
11712 2006-10-19  Bruno Haible  <bruno@clisp.org>
11713
11714         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
11715         invocation.
11716
11717 2006-10-19  Bruno Haible  <bruno@clisp.org>
11718
11719         * gnulib-tool (func_create_testdir): Don't include ftruncate and
11720         mountlist by default.
11721
11722 2006-10-16  Bruno Haible  <bruno@clisp.org>
11723
11724         * lib/c-strstr.c: Include c-strstr.h.
11725
11726 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
11727
11728         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
11729         in a slash.
11730
11731 2006-10-18  Bruno Haible  <bruno@clisp.org>
11732
11733         * lib/lock.h [C++]: Wrap definitions in extern "C".
11734
11735 2006-10-18  Bruno Haible  <bruno@clisp.org>
11736
11737         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
11738         gl_LIBOBJS list.
11739
11740 2006-10-18  Bruno Haible  <bruno@clisp.org>
11741
11742         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
11743
11744 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
11745
11746         * lib/xstrtol.h: Include gettext.h.
11747         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
11748         Problem reported by Eric Blake.
11749         * modules/xstrtol (Depends-on): Add gettext-h.
11750
11751 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
11752
11753         * lib/strftime.c (advance): New macro.
11754         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
11755         incomplete type, so you can't add 0 to it.  Problem and patch
11756         reported by Eelco Dolstra for dietlibc.
11757
11758 2006-10-18  Jim Meyering  <jim@meyering.net>
11759
11760         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
11761         type for a local, and rename it: s/up/user_proc/.
11762
11763 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
11764
11765         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
11766         READ_UTMP_USER_PROCESS.
11767         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
11768
11769 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
11770
11771         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
11772         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
11773
11774 2006-10-17  Eric Blake  <ebb9@byu.net>
11775
11776         * lib/sigprocmask.c (sigprocmask): Fix typo.
11777
11778         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
11779
11780         * modules/clean-temp (Makefile.am): Don't add to make output...
11781         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
11782         config.h.
11783
11784 2006-10-17  Bruno Haible  <bruno@clisp.org>
11785
11786         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
11787         differently if DEFAULT_TEXT_DOMAIN is set.
11788
11789 2006-10-16  Bruno Haible  <bruno@clisp.org>
11790
11791         * lib/clean-temp.c: Include fwriteerror.h.
11792
11793 2006-10-16  Bruno Haible  <bruno@clisp.org>
11794
11795         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
11796
11797 2006-10-16  Bruno Haible  <bruno@clisp.org>
11798
11799         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
11800         * lib/sigprocmask.h: Include <sys/types.h>.
11801         (sigset_t): Use the system's definition if present.
11802
11803 2006-10-17  Eric Blake  <ebb9@byu.net>
11804
11805         * lib/xvasprintf.c (includes): Assume config.h.
11806         * lib/xasprintf.c (includes): Likewise.
11807
11808 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
11809
11810         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
11811         at least as wide as intmax_t.
11812
11813 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
11814
11815         (Imported from Automake.)
11816         * build-aux/gnupload: Update to version 1.1 of directive file.
11817
11818 2006-10-16  Eric Blake  <ebb9@byu.net>
11819
11820         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
11821         match Automake 1.10a.
11822
11823 2006-10-14  Bruno Haible  <bruno@clisp.org>
11824
11825         * modules/sigprocmask: New file.
11826         * lib/sigprocmask.h: New file.
11827         * lib/sigprocmask.c: New file.
11828         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
11829         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
11830         request sigprocmask.o.
11831         (gl_PREREQ_SIGPROCMASK): New macro.
11832         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
11833         (Depends-on): Add sigprocmask.
11834         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
11835         gt_SIGNALBLOCKING. Test for 'raise' only once.
11836         * lib/fatal-signal.c: Include sigprocmask.h.
11837         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
11838         unblock_fatal_signals): Define always.
11839         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
11840         sigprocmask.
11841
11842 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11843
11844         Sync from Automake.
11845         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
11846         which incorrectly sets the mode of an existing destination
11847         directory.  In some cases the unpatched install-sh could do the
11848         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
11849         system.  We hope this is rare in practice, but it's clearly worth
11850         fixing.  Problem reported by Alex Unleashed in
11851         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
11852         Also, don't bother to check for -m bugs unless we're using -m;
11853         suggested by Stepan Kasal.
11854
11855 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11856
11857         Sync from Automake.
11858         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
11859         `-c' flag, so they appear at the same position as in %FASTDEP%
11860         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
11861         which ignores unknown options only after the first non-option.
11862         Bug report against M4 by Nelson H. F. Beebe.
11863
11864 2006-10-13  Jim Meyering  <jim@meyering.net>
11865
11866         Fix a bug in yesterday's change.
11867         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
11868         p->fts_statp->st_dev would be used uninitialized.
11869         Ensures that we always call fts_stat on the very first entry.
11870         Miklos Szeredi reported that find -xdev stopped working.
11871
11872 2006-10-12  Bruno Haible  <bruno@clisp.org>
11873
11874         * gnulib-tool (func_get_automake_snippet): Append an automatically
11875         computed EXTRA_DIST augmentation.
11876         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
11877         * modules/alloca-opt (Makefile.am): Likewise.
11878         * modules/allocsa (Makefile.am): Likewise.
11879         * modules/arcfour (Makefile.am): Likewise.
11880         * modules/arctwo (Makefile.am): Likewise.
11881         * modules/argmatch (Makefile.am): Likewise.
11882         * modules/argz (Makefile.am): Likewise.
11883         * modules/atexit (Makefile.am): Likewise.
11884         * modules/backupfile (Makefile.am): Likewise.
11885         * modules/byteswap (Makefile.am): Likewise.
11886         * modules/c-strtod (Makefile.am): Likewise.
11887         * modules/c-strtold (Makefile.am): Likewise.
11888         * modules/calloc (Makefile.am): Likewise.
11889         * modules/canon-host (Makefile.am): Likewise.
11890         * modules/canonicalize (Makefile.am): Likewise.
11891         * modules/chdir-long (Makefile.am): Likewise.
11892         * modules/chdir-safer (Makefile.am): Likewise.
11893         * modules/check-version (Makefile.am): Likewise.
11894         * modules/chown (Makefile.am): Likewise.
11895         * modules/cloexec (Makefile.am): Likewise.
11896         * modules/close-stream (Makefile.am): Likewise.
11897         * modules/closeout (Makefile.am): Likewise.
11898         * modules/crc (Makefile.am): Likewise.
11899         * modules/csharpexec (Makefile.am): Likewise.
11900         * modules/cycle-check (Makefile.am): Likewise.
11901         * modules/des (Makefile.am): Likewise.
11902         * modules/dev-ino (Makefile.am): Likewise.
11903         * modules/dirfd (Makefile.am): Likewise.
11904         * modules/dirname (Makefile.am): Likewise.
11905         * modules/dup2 (Makefile.am): Likewise.
11906         * modules/eealloc (Makefile.am): Likewise.
11907         * modules/error (Makefile.am): Likewise.
11908         * modules/euidaccess (Makefile.am): Likewise.
11909         * modules/exclude (Makefile.am): Likewise.
11910         * modules/exitfail (Makefile.am): Likewise.
11911         * modules/fcntl-safer (Makefile.am): Likewise.
11912         * modules/fcntl (Makefile.am): Likewise.
11913         * modules/file-type (Makefile.am): Likewise.
11914         * modules/fileblocks (Makefile.am): Likewise.
11915         * modules/filemode (Makefile.am): Likewise.
11916         * modules/filenamecat (Makefile.am): Likewise.
11917         * modules/fnmatch (Makefile.am): Likewise.
11918         * modules/fopen-safer (Makefile.am): Likewise.
11919         * modules/fpending (Makefile.am): Likewise.
11920         * modules/fprintftime (Makefile.am): Likewise.
11921         * modules/free (Makefile.am): Likewise.
11922         * modules/fsusage (Makefile.am): Likewise.
11923         * modules/ftruncate (Makefile.am): Likewise.
11924         * modules/fts (Makefile.am): Likewise.
11925         * modules/gc-arcfour (Makefile.am): Likewise.
11926         * modules/gc-des (Makefile.am): Likewise.
11927         * modules/gc-hmac-md5 (Makefile.am): Likewise.
11928         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
11929         * modules/gc-md4 (Makefile.am): Likewise.
11930         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
11931         * modules/gc-sha1 (Makefile.am): Likewise.
11932         * modules/gc (Makefile.am): Likewise.
11933         * modules/getaddrinfo (Makefile.am): Likewise.
11934         * modules/getcwd (Makefile.am): Likewise.
11935         * modules/getdelim (Makefile.am): Likewise.
11936         * modules/getdomainname (Makefile.am): Likewise.
11937         * modules/getgroups (Makefile.am): Likewise.
11938         * modules/gethostname (Makefile.am): Likewise.
11939         * modules/gethrxtime (Makefile.am): Likewise.
11940         * modules/getline (Makefile.am): Likewise.
11941         * modules/getloadavg (Makefile.am): Likewise.
11942         * modules/getlogin_r (Makefile.am): Likewise.
11943         * modules/getndelim2 (Makefile.am): Likewise.
11944         * modules/getopt (Makefile.am): Likewise.
11945         * modules/getpagesize (Makefile.am): Likewise.
11946         * modules/getpass-gnu (Makefile.am): Likewise.
11947         * modules/getpass (Makefile.am): Likewise.
11948         * modules/getsubopt (Makefile.am): Likewise.
11949         * modules/gettime (Makefile.am): Likewise.
11950         * modules/gettimeofday (Makefile.am): Likewise.
11951         * modules/getugroups (Makefile.am): Likewise.
11952         * modules/getusershell (Makefile.am): Likewise.
11953         * modules/glob (Makefile.am): Likewise.
11954         * modules/group-member (Makefile.am): Likewise.
11955         * modules/hard-locale (Makefile.am): Likewise.
11956         * modules/hash (Makefile.am): Likewise.
11957         * modules/hmac-md5 (Makefile.am): Likewise.
11958         * modules/hmac-sha1 (Makefile.am): Likewise.
11959         * modules/human (Makefile.am): Likewise.
11960         * modules/idcache (Makefile.am): Likewise.
11961         * modules/imaxabs (Makefile.am): Likewise.
11962         * modules/imaxdiv (Makefile.am): Likewise.
11963         * modules/inet_ntop (Makefile.am): Likewise.
11964         * modules/inet_pton (Makefile.am): Likewise.
11965         * modules/intprops (Makefile.am): Likewise.
11966         * modules/inttostr (Makefile.am): Likewise.
11967         * modules/inttypes (Makefile.am): Likewise.
11968         * modules/isapipe (Makefile.am): Likewise.
11969         * modules/javaversion (Makefile.am): Likewise.
11970         * modules/lchmod (Makefile.am): Likewise.
11971         * modules/lchown (Makefile.am): Likewise.
11972         * modules/localcharset (Makefile.am): Likewise.
11973         * modules/long-options (Makefile.am): Likewise.
11974         * modules/lstat (Makefile.am): Likewise.
11975         * modules/malloc (Makefile.am): Likewise.
11976         * modules/mathl (Makefile.am): Likewise.
11977         * modules/mbchar (Makefile.am): Likewise.
11978         * modules/md2 (Makefile.am): Likewise.
11979         * modules/md4 (Makefile.am): Likewise.
11980         * modules/md5 (Makefile.am): Likewise.
11981         * modules/memcasecmp (Makefile.am): Likewise.
11982         * modules/memchr (Makefile.am): Likewise.
11983         * modules/memcmp (Makefile.am): Likewise.
11984         * modules/memcoll (Makefile.am): Likewise.
11985         * modules/memcpy (Makefile.am): Likewise.
11986         * modules/memmem (Makefile.am): Likewise.
11987         * modules/memmove (Makefile.am): Likewise.
11988         * modules/mempcpy (Makefile.am): Likewise.
11989         * modules/memrchr (Makefile.am): Likewise.
11990         * modules/memset (Makefile.am): Likewise.
11991         * modules/memxor (Makefile.am): Likewise.
11992         * modules/mkancesdirs (Makefile.am): Likewise.
11993         * modules/mkdir-p (Makefile.am): Likewise.
11994         * modules/mkdir (Makefile.am): Likewise.
11995         * modules/mkdtemp (Makefile.am): Likewise.
11996         * modules/mkstemp (Makefile.am): Likewise.
11997         * modules/mktime (Makefile.am): Likewise.
11998         * modules/modechange (Makefile.am): Likewise.
11999         * modules/mountlist (Makefile.am): Likewise.
12000         * modules/nanosleep (Makefile.am): Likewise.
12001         * modules/obstack (Makefile.am): Likewise.
12002         * modules/openat (Makefile.am): Likewise.
12003         * modules/pagealign_alloc (Makefile.am): Likewise.
12004         * modules/pathmax (Makefile.am): Likewise.
12005         * modules/physmem (Makefile.am): Likewise.
12006         * modules/poll (Makefile.am): Likewise.
12007         * modules/posixtm (Makefile.am): Likewise.
12008         * modules/posixver (Makefile.am): Likewise.
12009         * modules/putenv (Makefile.am): Likewise.
12010         * modules/quote (Makefile.am): Likewise.
12011         * modules/quotearg (Makefile.am): Likewise.
12012         * modules/raise (Makefile.am): Likewise.
12013         * modules/read-file (Makefile.am): Likewise.
12014         * modules/readline (Makefile.am): Likewise.
12015         * modules/readlink (Makefile.am): Likewise.
12016         * modules/readtokens (Makefile.am): Likewise.
12017         * modules/readutmp (Makefile.am): Likewise.
12018         * modules/realloc (Makefile.am): Likewise.
12019         * modules/regex (Makefile.am): Likewise.
12020         * modules/rename-dest-slash (Makefile.am): Likewise.
12021         * modules/rename (Makefile.am): Likewise.
12022         * modules/rijndael (Makefile.am): Likewise.
12023         * modules/rmdir (Makefile.am): Likewise.
12024         * modules/rpmatch (Makefile.am): Likewise.
12025         * modules/safe-read (Makefile.am): Likewise.
12026         * modules/safe-write (Makefile.am): Likewise.
12027         * modules/same-inode (Makefile.am): Likewise.
12028         * modules/same (Makefile.am): Likewise.
12029         * modules/save-cwd (Makefile.am): Likewise.
12030         * modules/savedir (Makefile.am): Likewise.
12031         * modules/setenv (Makefile.am): Likewise.
12032         * modules/settime (Makefile.am): Likewise.
12033         * modules/sha1 (Makefile.am): Likewise.
12034         * modules/sig2str (Makefile.am): Likewise.
12035         * modules/snprintf (Makefile.am): Likewise.
12036         * modules/stat-macros (Makefile.am): Likewise.
12037         * modules/stat-time (Makefile.am): Likewise.
12038         * modules/stdbool (Makefile.am): Likewise.
12039         * modules/stdint (Makefile.am): Likewise.
12040         * modules/stdlib-safer (Makefile.am): Likewise.
12041         * modules/stpcpy (Makefile.am): Likewise.
12042         * modules/stpncpy (Makefile.am): Likewise.
12043         * modules/strcase (Makefile.am): Likewise.
12044         * modules/strcasestr (Makefile.am): Likewise.
12045         * modules/strchrnul (Makefile.am): Likewise.
12046         * modules/strcspn (Makefile.am): Likewise.
12047         * modules/strdup (Makefile.am): Likewise.
12048         * modules/strerror (Makefile.am): Likewise.
12049         * modules/strftime (Makefile.am): Likewise.
12050         * modules/strndup (Makefile.am): Likewise.
12051         * modules/strnlen (Makefile.am): Likewise.
12052         * modules/strpbrk (Makefile.am): Likewise.
12053         * modules/strsep (Makefile.am): Likewise.
12054         * modules/strstr (Makefile.am): Likewise.
12055         * modules/strtod (Makefile.am): Likewise.
12056         * modules/strtoimax (Makefile.am): Likewise.
12057         * modules/strtok_r (Makefile.am): Likewise.
12058         * modules/strtol (Makefile.am): Likewise.
12059         * modules/strtoll (Makefile.am): Likewise.
12060         * modules/strtoul (Makefile.am): Likewise.
12061         * modules/strtoull (Makefile.am): Likewise.
12062         * modules/strtoumax (Makefile.am): Likewise.
12063         * modules/strverscmp (Makefile.am): Likewise.
12064         * modules/sys_socket (Makefile.am): Likewise.
12065         * modules/sys_stat (Makefile.am): Likewise.
12066         * modules/sysexits (Makefile.am): Likewise.
12067         * modules/time_r (Makefile.am): Likewise.
12068         * modules/timegm (Makefile.am): Likewise.
12069         * modules/timespec (Makefile.am): Likewise.
12070         * modules/tmpfile-safer (Makefile.am): Likewise.
12071         * modules/trim (Makefile.am): Likewise.
12072         * modules/unistd-safer (Makefile.am): Likewise.
12073         * modules/unlinkdir (Makefile.am): Likewise.
12074         * modules/unlocked-io (Makefile.am): Likewise.
12075         * modules/userspec (Makefile.am): Likewise.
12076         * modules/utime (Makefile.am): Likewise.
12077         * modules/utimecmp (Makefile.am): Likewise.
12078         * modules/utimens (Makefile.am): Likewise.
12079         * modules/vasnprintf (Makefile.am): Likewise.
12080         * modules/vasprintf (Makefile.am): Likewise.
12081         * modules/vsnprintf (Makefile.am): Likewise.
12082         * modules/xalloc (Makefile.am): Likewise.
12083         * modules/xgetcwd (Makefile.am): Likewise.
12084         * modules/xnanosleep (Makefile.am): Likewise.
12085         * modules/xreadlink (Makefile.am): Likewise.
12086         * modules/xstrtod (Makefile.am): Likewise.
12087         * modules/xstrtol (Makefile.am): Likewise.
12088         * modules/xstrtold (Makefile.am): Likewise.
12089         * modules/yesno (Makefile.am): Likewise.
12090         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
12091
12092 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
12093
12094         * modules/error (Makefile.am): Distribute files through
12095         EXTRA_DIST, not lib_SOURCES.
12096
12097 2006-10-12  Eric Blake  <ebb9@byu.net>
12098
12099         * modules/error (Makefile.am): Distribute files in /lib.
12100         * modules/obstack (Makefile.am): Likewise.
12101
12102 2006-10-12  Bruno Haible  <bruno@clisp.org>
12103
12104         * modules/acl (Makefile.am): Distribute all files in lib/ through
12105         EXTRA_DIST.
12106         * modules/arcfour (Makefile.am): Likewise.
12107         * modules/arctwo (Makefile.am): Likewise.
12108         * modules/argmatch (Makefile.am): Likewise.
12109         * modules/argz (Makefile.am): Likewise.
12110         * modules/atexit (Makefile.am): Likewise.
12111         * modules/backupfile (Makefile.am): Likewise.
12112         * modules/c-strtod (Makefile.am): Likewise.
12113         * modules/c-strtold (Makefile.am): Likewise.
12114         * modules/calloc (Makefile.am): Likewise.
12115         * modules/canon-host (Makefile.am): Likewise.
12116         * modules/canonicalize (Makefile.am): Likewise.
12117         * modules/chdir-long (Makefile.am): Likewise.
12118         * modules/chdir-safer (Makefile.am): Likewise.
12119         * modules/check-version (Makefile.am): Likewise.
12120         * modules/chown (Makefile.am): Likewise.
12121         * modules/cloexec (Makefile.am): Likewise.
12122         * modules/close-stream (Makefile.am): Likewise.
12123         * modules/closeout (Makefile.am): Likewise.
12124         * modules/crc (Makefile.am): Likewise.
12125         * modules/cycle-check (Makefile.am): Likewise.
12126         * modules/des (Makefile.am): Likewise.
12127         * modules/dirfd (Makefile.am): Likewise.
12128         * modules/dirname (Makefile.am): Likewise.
12129         * modules/dup2 (Makefile.am): Likewise.
12130         * modules/euidaccess (Makefile.am): Likewise.
12131         * modules/exclude (Makefile.am): Likewise.
12132         * modules/exitfail (Makefile.am): Likewise.
12133         * modules/fcntl-safer (Makefile.am): Likewise.
12134         * modules/file-type (Makefile.am): Likewise.
12135         * modules/fileblocks (Makefile.am): Likewise.
12136         * modules/filemode (Makefile.am): Likewise.
12137         * modules/filenamecat (Makefile.am): Likewise.
12138         * modules/fnmatch (Makefile.am): Likewise.
12139         * modules/fopen-safer (Makefile.am): Likewise.
12140         * modules/fpending (Makefile.am): Likewise.
12141         * modules/fprintftime (Makefile.am): Likewise.
12142         * modules/free (Makefile.am): Likewise.
12143         * modules/fsusage (Makefile.am): Likewise.
12144         * modules/ftruncate (Makefile.am): Likewise.
12145         * modules/fts (Makefile.am): Likewise.
12146         * modules/gc (Makefile.am): Likewise.
12147         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
12148         * modules/getaddrinfo (Makefile.am): Likewise.
12149         * modules/getcwd (Makefile.am): Likewise.
12150         * modules/getdelim (Makefile.am): Likewise.
12151         * modules/getdomainname (Makefile.am): Likewise.
12152         * modules/getgroups (Makefile.am): Likewise.
12153         * modules/gethostname (Makefile.am): Likewise.
12154         * modules/gethrxtime (Makefile.am): Likewise.
12155         * modules/getline (Makefile.am): Likewise.
12156         * modules/getloadavg (Makefile.am): Likewise.
12157         * modules/getlogin_r (Makefile.am): Likewise.
12158         * modules/getopt (Makefile.am): Likewise.
12159         * modules/getpass (Makefile.am): Likewise.
12160         * modules/getpass-gnu (Makefile.am): Likewise.
12161         * modules/getsubopt (Makefile.am): Likewise.
12162         * modules/gettime (Makefile.am): Likewise.
12163         * modules/gettimeofday (Makefile.am): Likewise.
12164         * modules/getugroups (Makefile.am): Likewise.
12165         * modules/getusershell (Makefile.am): Likewise.
12166         * modules/glob (Makefile.am): Likewise.
12167         * modules/group-member (Makefile.am): Likewise.
12168         * modules/hard-locale (Makefile.am): Likewise.
12169         * modules/hash (Makefile.am): Likewise.
12170         * modules/hmac-md5 (Makefile.am): Likewise.
12171         * modules/hmac-sha1 (Makefile.am): Likewise.
12172         * modules/human (Makefile.am): Likewise.
12173         * modules/idcache (Makefile.am): Likewise.
12174         * modules/imaxabs (Makefile.am): Likewise.
12175         * modules/imaxdiv (Makefile.am): Likewise.
12176         * modules/inet_ntop (Makefile.am): Likewise.
12177         * modules/inet_pton (Makefile.am): Likewise.
12178         * modules/inttostr (Makefile.am): Likewise.
12179         * modules/isapipe (Makefile.am): Likewise.
12180         * modules/lchown (Makefile.am): Likewise.
12181         * modules/long-options (Makefile.am): Likewise.
12182         * modules/lstat (Makefile.am): Likewise.
12183         * modules/malloc (Makefile.am): Likewise.
12184         * modules/mathl (Makefile.am): Likewise.
12185         * modules/mbchar (Makefile.am): Likewise.
12186         * modules/md2 (Makefile.am): Likewise.
12187         * modules/md4 (Makefile.am): Likewise.
12188         * modules/md5 (Makefile.am): Likewise.
12189         * modules/memcasecmp (Makefile.am): Likewise.
12190         * modules/memchr (Makefile.am): Likewise.
12191         * modules/memcmp (Makefile.am): Likewise.
12192         * modules/memcoll (Makefile.am): Likewise.
12193         * modules/memcpy (Makefile.am): Likewise.
12194         * modules/memmem (Makefile.am): Likewise.
12195         * modules/memmove (Makefile.am): Likewise.
12196         * modules/mempcpy (Makefile.am): Likewise.
12197         * modules/memrchr (Makefile.am): Likewise.
12198         * modules/memset (Makefile.am): Likewise.
12199         * modules/memxor (Makefile.am): Likewise.
12200         * modules/mkancesdirs (Makefile.am): Likewise.
12201         * modules/mkdir (Makefile.am): Likewise.
12202         * modules/mkdir-p (Makefile.am): Likewise.
12203         * modules/mkdtemp (Makefile.am): Likewise.
12204         * modules/mkstemp (Makefile.am): Likewise.
12205         * modules/mktime (Makefile.am): Likewise.
12206         * modules/modechange (Makefile.am): Likewise.
12207         * modules/mountlist (Makefile.am): Likewise.
12208         * modules/nanosleep (Makefile.am): Likewise.
12209         * modules/openat (Makefile.am): Likewise.
12210         * modules/pagealign_alloc (Makefile.am): Likewise.
12211         * modules/physmem (Makefile.am): Likewise.
12212         * modules/poll (Makefile.am): Likewise.
12213         * modules/posixtm (Makefile.am): Likewise.
12214         * modules/posixver (Makefile.am): Likewise.
12215         * modules/putenv (Makefile.am): Likewise.
12216         * modules/quote (Makefile.am): Likewise.
12217         * modules/quotearg (Makefile.am): Likewise.
12218         * modules/raise (Makefile.am): Likewise.
12219         * modules/read-file (Makefile.am): Likewise.
12220         * modules/readline (Makefile.am): Likewise.
12221         * modules/readlink (Makefile.am): Likewise.
12222         * modules/readtokens (Makefile.am): Likewise.
12223         * modules/readutmp (Makefile.am): Likewise.
12224         * modules/realloc (Makefile.am): Likewise.
12225         * modules/regex (Makefile.am): Likewise.
12226         * modules/rename (Makefile.am): Likewise.
12227         * modules/rename-dest-slash (Makefile.am): Likewise.
12228         * modules/rijndael (Makefile.am): Likewise.
12229         * modules/rmdir (Makefile.am): Likewise.
12230         * modules/rpmatch (Makefile.am): Likewise.
12231         * modules/safe-read (Makefile.am): Likewise.
12232         * modules/safe-write (Makefile.am): Likewise.
12233         * modules/same (Makefile.am): Likewise.
12234         * modules/save-cwd (Makefile.am): Likewise.
12235         * modules/savedir (Makefile.am): Likewise.
12236         * modules/setenv (Makefile.am): Likewise.
12237         * modules/settime (Makefile.am): Likewise.
12238         * modules/sha1 (Makefile.am): Likewise.
12239         * modules/sig2str (Makefile.am): Likewise.
12240         * modules/snprintf (Makefile.am): Likewise.
12241         * modules/stdlib-safer (Makefile.am): Likewise.
12242         * modules/stpcpy (Makefile.am): Likewise.
12243         * modules/stpncpy (Makefile.am): Likewise.
12244         * modules/strcase (Makefile.am): Likewise.
12245         * modules/strcasestr (Makefile.am): Likewise.
12246         * modules/strchrnul (Makefile.am): Likewise.
12247         * modules/strcspn (Makefile.am): Likewise.
12248         * modules/strdup (Makefile.am): Likewise.
12249         * modules/strerror (Makefile.am): Likewise.
12250         * modules/strftime (Makefile.am): Likewise.
12251         * modules/strndup (Makefile.am): Likewise.
12252         * modules/strnlen (Makefile.am): Likewise.
12253         * modules/strpbrk (Makefile.am): Likewise.
12254         * modules/strsep (Makefile.am): Likewise.
12255         * modules/strstr (Makefile.am): Likewise.
12256         * modules/strtod (Makefile.am): Likewise.
12257         * modules/strtoimax (Makefile.am): Likewise.
12258         * modules/strtok_r (Makefile.am): Likewise.
12259         * modules/strtol (Makefile.am): Likewise.
12260         * modules/strtoll (Makefile.am): Likewise.
12261         * modules/strtoul (Makefile.am): Likewise.
12262         * modules/strtoull (Makefile.am): Likewise.
12263         * modules/strtoumax (Makefile.am): Likewise.
12264         * modules/strverscmp (Makefile.am): Likewise.
12265         * modules/time_r (Makefile.am): Likewise.
12266         * modules/timegm (Makefile.am): Likewise.
12267         * modules/tmpfile-safer (Makefile.am): Likewise.
12268         * modules/unistd-safer (Makefile.am): Likewise.
12269         * modules/unlinkdir (Makefile.am): Likewise.
12270         * modules/userspec (Makefile.am): Likewise.
12271         * modules/utime (Makefile.am): Likewise.
12272         * modules/utimecmp (Makefile.am): Likewise.
12273         * modules/utimens (Makefile.am): Likewise.
12274         * modules/vasnprintf (Makefile.am): Likewise.
12275         * modules/vasprintf (Makefile.am): Likewise.
12276         * modules/vsnprintf (Makefile.am): Likewise.
12277         * modules/xalloc (Makefile.am): Likewise.
12278         * modules/xgetcwd (Makefile.am): Likewise.
12279         * modules/xnanosleep (Makefile.am): Likewise.
12280         * modules/xreadlink (Makefile.am): Likewise.
12281         * modules/xstrtod (Makefile.am): Likewise.
12282         * modules/xstrtol (Makefile.am): Likewise.
12283         * modules/xstrtold (Makefile.am): Likewise.
12284         * modules/yesno (Makefile.am): Likewise.
12285
12286 2006-10-12  Jim Meyering  <jim@meyering.net>
12287
12288         * m4/getloadavg.m4: Revert the change below.
12289
12290         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
12291         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
12292         fail with a symlink, which is what coreutils' ./bootstrap now
12293         creates by default.
12294
12295 2006-10-12  Bruno Haible  <bruno@clisp.org>
12296
12297         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
12298         mingw.
12299         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
12300         MSVC and mingw explicitly.
12301
12302 2006-10-11  Simon Josefsson  <jas@extundo.com>
12303             Bruno Haible  <bruno@clisp.org>
12304
12305         Add support for multiple gnulib-tool invocations in the scope of a
12306         single configure.ac file.
12307         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
12308         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
12309         with the same contents as the _LIBADD variable.
12310         (func_emit_initmacro_start, func_emit_initmacro_end,
12311         func_emit_initmacro_done): New functions.
12312         (func_import, func_create_testdir): Invoke them. Allow the identifiers
12313         gl_LIBOBJS and gl_LTLIBOBJS.
12314
12315 2006-10-11  Bruno Haible  <bruno@clisp.org>
12316
12317         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
12318         (func_create_testdir): Don't create po/Makefile.am, don't invoke
12319         autoreconf. Instead, invoke autopoint explicitly but move back the
12320         *.m4 files from gnulib.
12321
12322 2006-10-11  Bruno Haible  <bruno@clisp.org>
12323
12324         * gnulib-tool (func_usage): Make module names after --create-testdir
12325         optional.
12326         (func_create_testdir): If no module was specified, use nearly all
12327         modules.
12328
12329 2006-10-12  Jim Meyering  <jim@meyering.net>
12330
12331         Big performance improvement for fts-based tools that use FTS_NOSTAT.
12332         Avoid spurious inode-mismatch problems on non-POSIX file systems.
12333         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
12334         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
12335         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
12336         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
12337         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
12338         (fts_set_stat_required): New function.
12339         (fts_open): Defer the calls to fts_stat, if possible or requested.
12340         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
12341         into fts_stat itself.
12342         (fts_read): Perform any required (deferred) fts_stat call.
12343         (fts_build): Likewise, for the directory we're about to open and read.
12344         In the readdir loop, carefully decide whether each entry will require
12345         an eventual call to fts_stat, using dirent.d_type info if available.
12346         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
12347         a command line argument into this function.  Update all callers.
12348         Map a return value of FTS_DOT to FTS_D for a command line argument.
12349         * modules/fts (Depends-on): Add d-type.  Alphabetize.
12350         Thanks to Miklos Szeredi for his tenacity and for the initial
12351         bug report about "find" failing on a FUSE-based file system.
12352
12353         * lib/fts.c (fts_open): Use consistent indentation.
12354
12355 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
12356
12357         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
12358         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
12359         reported by Jim Meyering.  All uses of cache variables renamed
12360         to match Autoconf's.
12361         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
12362         the other one.
12363
12364         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
12365         Fix misspelling in diagnostic.
12366
12367 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
12368
12369         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
12370         defined.  Problem reported by Matthew Woehlke.
12371
12372         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
12373         Add support for Tandem NonStop R series.
12374         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
12375         Use new macro.
12376
12377         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
12378         (has_trailing_slash): Omit size arg; all callers changed.
12379         Omit 'inline', since it doesn't help performance and we'd
12380         need to configure it.
12381         Don't count //, ///, etc. as having a trailing slash.
12382         As a side effect, this removes a C99ism reported by Matthew Woehlke.
12383         (rpl_rename_dest_slash): On failure, use rename's errno rather
12384         than (in some cases) an incorrect or junk errno.
12385         Simplify code by removing need to compute length; this does
12386         cause it to make two passes instead of one over the file name,
12387         but it's worth it.
12388
12389         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
12390         change, since Autoconf's version may no longer be appropriate now
12391         that we are using CVS Autoconf's version.  Add support for Tandem.
12392
12393 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
12394             Bruno Haible  <bruno@clisp.org>
12395
12396         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
12397         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
12398         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
12399         gl_AC_TYPE_LONG_LONG.
12400
12401         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
12402         instead of HAVE_LONG_LONG.
12403         * lib/printf-args.c (printf_fetchargs): Likewise.
12404         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
12405         * lib/vasnprintf.c (VASNPRINTF): Likewise.
12406         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
12407         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
12408         gl_AC_TYPE_LONG_LONG.
12409
12410 2006-10-11  Bruno Haible  <bruno@clisp.org>
12411
12412         * m4/longlong.m4: Add comments.
12413         * m4/ulonglong.m4: Likewise.
12414
12415 2006-10-10  Bruno Haible  <bruno@clisp.org>
12416
12417         Make it possible to #define stpcpy, strdup to aliases.
12418         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
12419         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
12420
12421 2006-10-10  Bruno Haible  <bruno@clisp.org>
12422
12423         Make it possible to #define gcd to an alias.
12424         * lib/gcd.c: Include config.h.
12425
12426 2006-10-10  Bruno Haible  <bruno@clisp.org>
12427
12428         Make it possible to #define c_isascii to an alias.
12429         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
12430         defined. Undefine the macros before defining them, to avoid gcc
12431         warnings.
12432         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
12433         define NO_C_CTYPE_MACROS early.
12434
12435 2006-10-10  Bruno Haible  <bruno@clisp.org>
12436
12437         Make it possible to #define set_program_name to an alias.
12438         * lib/progname.c: Don't undefine set_program_name; instead, undefine
12439         ENABLE_RELOCATABLE early.
12440
12441 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
12442
12443         Port to Tandem NSK OSS, which has 64-bit signed int but at most
12444         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
12445         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
12446         More generally, don't assume that 64-bit signed int is available
12447         if unsigned int is, and vice versa.
12448         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
12449         unsigned symbols, not on their signed counterparts.
12450         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
12451         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
12452         (UINT64_C, UINTMAX_C):
12453         Likewise.
12454         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
12455         unsigned counterparts.
12456         (Have_long_long, Unsigned): New macros.
12457         (Int): Renamed from INT.
12458         (strtoimax): Use the new macros.
12459         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
12460         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
12461         * modules/inttypes (inttypes.h): Substitute
12462         HAVE_UNSIGNED_LONG_LONG_INT.
12463         * modules/stdint (stdint.h): Likewise.
12464         (Files): Add m4/ulonglong.m4.
12465
12466 2006-10-10  Bruno Haible  <bruno@clisp.org>
12467
12468         Fix a gcc -Wshadow warning.
12469         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
12470         to 'bucket'.
12471         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
12472         gl_linked_indexof_from_to): Likewise.
12473         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
12474         Likewise.
12475         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
12476         Likewise.
12477         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
12478         Reported by Eric Blake.
12479
12480 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
12481
12482         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
12483         for NetBSD.  Problem reported by Bruno Haible.
12484
12485 2006-10-09  Jim Meyering  <jim@meyering.net>
12486
12487         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
12488         Patch from Bruno Haible.
12489
12490 2006-10-09  Jim Meyering  <jim@meyering.net>
12491
12492         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
12493         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
12494         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
12495
12496 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
12497
12498         Don't include <config.h> twice; this doesn't work in some cases,
12499         e.g., when config.h has "#define intmax_t long long int" and
12500         we include <config.h>, <inttypes.h>, <config.h> in that order.
12501         Problem reported by Matthew Woehlke in:
12502         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
12503         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
12504         * lib/fts-cycle.c: Don't include config.h.
12505         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
12506         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
12507         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
12508         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
12509         inttypes.h.
12510         * lib/xstrtoumax.c: Likewise.
12511         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
12512         __strtol and the like, so that this module is more like its siblings.
12513         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
12514         Remove; no longer needed now that we assume gnulib inttypes.h.
12515
12516 2006-10-08  Bruno Haible  <bruno@clisp.org>
12517
12518         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
12519         option.
12520
12521 2006-10-07  Jim Meyering  <jim@meyering.net>
12522
12523         * modules/inttypes (inttypes.h): Revert what seems to have been
12524         an inadvertent part of today's change: use "|", not "/" in the
12525         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
12526
12527 2006-10-07  Bruno Haible  <bruno@clisp.org>
12528
12529         * modules/sublist: New file.
12530
12531 2006-10-07  Bruno Haible  <bruno@clisp.org>
12532
12533         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
12534         * modules/argz (argz.h): Likewise.
12535         * modules/arpa_inet (arpa/inet.h): Likewise.
12536         * modules/byteswap (byteswap.h): Likewise.
12537         * modules/configmake (configmake.h): Likewise.
12538         * modules/fcntl (fcntl.h): Likewise.
12539         * modules/fnmatch (fnmatch.h): Likewise.
12540         * modules/getopt (getopt.h): Likewise.
12541         * modules/glob (glob.h): Likewise.
12542         * modules/inttypes (inttypes.h): Likewise.
12543         * modules/netinet_in (netinet/in.h): Likewise.
12544         * modules/poll (poll.h): Likewise.
12545         * modules/stdbool (stdbool.h): Likewise.
12546         * modules/stdint (stdint.h): Likewise.
12547         * modules/sys_select (sys/select.h): Likewise.
12548         * modules/sys_socket (sys/socket.h): Likewise.
12549         * modules/sys_stat (sys/stat.h): Likewise.
12550         * modules/sysexits (sysexits.h): Likewise.
12551         * modules/unistd (unistd.h): Likewise.
12552         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12553         Add a "DO NOT EDIT" comment to the generated file.
12554         (func_import): Likewise for gnulib-comp.m4.
12555
12556 2006-10-07  Bruno Haible  <bruno@clisp.org>
12557
12558         * lib/gl_sublist.h: New file.
12559         * lib/gl_sublist.c: New file.
12560
12561 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
12562
12563         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
12564         name (relative to the original working directory) and the file
12565         name component (relative to the temporary working directory).  All
12566         callers changed.
12567         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
12568         * lib/mkdir-p.c (make_dir_parents): Likewise.
12569         * lib/mkdir-p.h (make_dir_parents): Likewise.
12570
12571 2006-10-06  Eric Blake  <ebb9@byu.net>
12572
12573         Define several macros for use by the clean-temp module.
12574         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
12575         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
12576         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
12577
12578         * lib/clean-temp.h (close_stream_temp): New declaration.
12579         * lib/clean-temp.c (includes): Pull in headers according to what
12580         other modules are in use.
12581         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
12582
12583 2006-10-06  Bruno Haible  <bruno@clisp.org>
12584
12585         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
12586         instead of fopen, fwriteerror.
12587
12588 2006-10-06  Bruno Haible  <bruno@clisp.org>
12589
12590         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
12591         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
12592         int.
12593         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
12594         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
12595         Return an error indicator.
12596         Suggested by Eric Blake.
12597
12598 2006-10-06  Bruno Haible  <bruno@clisp.org>
12599
12600         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
12601         Reported by Eric Blake.
12602
12603 2006-10-06  Bruno Haible  <bruno@clisp.org>
12604
12605         * modules/closeout (Description): Mention stderr too.
12606
12607 2006-10-06  Bruno Haible  <bruno@clisp.org>
12608         and Paul Eggert  <eggert@cs.ucla.edu>
12609
12610         * lib/closeout.c (close_stdout): Also close stderr.
12611         * lib/closeout.h: Update comment.
12612
12613 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
12614
12615         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
12616         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
12617         * lib/dirchownmod.c: Include lchown.h.
12618         * lib/lchown.c: Don't include files that lchown.h now includes.
12619         Don't declare chown, since lchown.h now does that.
12620         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
12621         (lchown): Define to rpl_chown if lchown is declared but
12622         does not exist.  Declare using a prototype if lchown is not
12623         declared.  Add a copyright notice.
12624         * lib/mkstemp.h: Include <unistd.h>.
12625         * lib/openat.c: Include lchown.h.
12626
12627         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
12628         we now test for that separately.
12629         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
12630         rather than O_NOFOLLOW, when testing whether it's possible to
12631         avoid a race condition reliably.
12632         * lib/savewd.c (savewd_chdir): Likewise.
12633
12634         Remove macros that are no longer needed now that stdint.h is
12635         reliable.
12636         * lib/fsusage.c (UINTMAX_MAX): Remove.
12637         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
12638         * lib/utimecmp.c (SIZE_MAX): Remove.
12639
12640         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
12641
12642         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
12643         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
12644         O_NOATIME works.
12645
12646 2006-10-05  Bruno Haible  <bruno@clisp.org>
12647
12648         * lib/gl_list.h (gl_sortedlist_search_from_to,
12649         gl_sortedlist_indexof_from_to): New declarations.
12650         (gl_list_implementation): New fields sortedlist_search_from_to,
12651         sortedlist_indexof_from_to.
12652         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
12653         inline functions.
12654         * lib/gl_list.c (gl_sortedlist_search_from_to,
12655         gl_sortedlist_indexof_from_to): New functions.
12656         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
12657         function.
12658         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
12659         (gl_array_sortedlist_search_from_to): New function.
12660         (gl_array_list_implementation): Update.
12661         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
12662         function.
12663         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
12664         (gl_carray_sortedlist_search_from_to): New function.
12665         (gl_carray_list_implementation): Update.
12666         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
12667         gl_linked_sortedlist_indexof_from_to): New functions.
12668         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
12669         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
12670         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
12671         gl_tree_sortedlist_indexof_from_to): New functions.
12672         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
12673         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
12674         Update.
12675         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
12676         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
12677         Update.
12678
12679 2006-10-05  Bruno Haible  <bruno@clisp.org>
12680
12681         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
12682         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
12683         (struct gl_list_implementation): Add fields search_from_to,
12684         indexof_from_to. Remove fields search, indexof.
12685         (gl_list_search): Use the search_from_to method.
12686         (gl_list_search_from, gl_list_search_from_to): New functions.
12687         (gl_list_indexof): Use the indexof_from_to method.
12688         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
12689         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
12690         (gl_list_search_from, gl_list_search_from_to): New functions.
12691         (gl_list_indexof): Use the indexof_from_to method.
12692         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
12693         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
12694         gl_array_indexof. Add start_index, end_index arguments.
12695         (gl_array_search_from_to): Renamed from gl_array_search. Add
12696         start_index, end_index arguments.
12697         (gl_array_remove, gl_array_list_implementation): Update.
12698         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
12699         gl_carray_indexof. Add start_index, end_index arguments.
12700         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
12701         start_index, end_index arguments.
12702         (gl_carray_remove, gl_carray_list_implementation): Update.
12703         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
12704         gl_linked_search. Add start_index, end_index arguments.
12705         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
12706         start_index, end_index arguments.
12707         (gl_linked_remove): Update.
12708         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
12709         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
12710         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
12711         field to 'size_t'.
12712         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
12713         gl_tree_search. Add start_index, end_index arguments.
12714         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
12715         start_index, end_index arguments.
12716         (gl_tree_remove): Update.
12717         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
12718         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
12719         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
12720         function.
12721         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
12722         gl_tree_search. Add start_index, end_index arguments.
12723         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
12724         start_index, end_index arguments.
12725         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
12726         Update.
12727         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
12728
12729 2006-10-05  Bruno Haible  <bruno@clisp.org>
12730
12731         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
12732
12733         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
12734         fwriteerror_temp): New declarations.
12735         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
12736         (descriptors): New variable.
12737         (cleanup): First, close the descriptors.
12738         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
12739         fclose_temp, fwriteerror_temp): New functions.
12740
12741 2006-10-04  Jim Meyering  <jim@meyering.net>
12742
12743         * lib/fts.c (fts_open): Tiny comment change.
12744
12745 2006-10-04  Bruno Haible  <bruno@clisp.org>
12746
12747         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
12748         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
12749         gl_LOCK_BODY.
12750         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
12751         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
12752         gl_LOCK_EARLY_BODY.
12753         (gl_LOCK): Require gl_LOCK_BODY.
12754
12755 2006-10-04  Bruno Haible  <bruno@clisp.org>
12756
12757         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
12758         (gl_oset_search_atleast): New declaration.
12759         (struct gl_oset_implementation): Add field 'search_atleast'.
12760         (gl_oset_search_atleast): New inline function.
12761         * lib/gl_oset.c (gl_oset_search_atleast): New function.
12762         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
12763         (gl_array_oset_implementation): Update.
12764         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
12765         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
12766         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
12767
12768 2006-10-04  Bruno Haible  <bruno@clisp.org>
12769
12770         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
12771
12772 2006-10-03  Bruno Haible  <bruno@clisp.org>
12773
12774         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
12775         from gl_avltreehash_list_implementation.
12776
12777 2006-10-03  Bruno Haible  <bruno@clisp.org>
12778
12779         * lib/gl_oset.c (gl_oset_add): Fix return type.
12780
12781 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
12782
12783         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
12784
12785 2006-10-02  Eric Blake  <ebb9@byu.net>
12786
12787         * modules/strnlen (Depends-on): Add extensions.
12788
12789 2006-10-02  Eric Blake  <ebb9@byu.net>
12790
12791         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
12792         definition in 2.60+.
12793
12794 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
12795
12796         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
12797         checks.
12798
12799 2006-10-02  Bruno Haible  <bruno@clisp.org>
12800
12801         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
12802         to the AUTOMAKE_OPTIONS.
12803         Reported by Jim Meyering.
12804
12805 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
12806
12807         Work around bug in Solaris 10 /proc file system:
12808         /proc/self/fd/NNN/.. isn't the parent directory of
12809         the directory whose file descriptor is NNN.  This needs to
12810         be worked around at run time, not compile time, since a
12811         program might be built on Solaris 8, where things work, and
12812         run on Solaris 10.
12813         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
12814         to use the following interface instead:
12815         (OPENAT_BUFFER_SIZE): New macro.
12816         (openat_proc_name): New function.
12817         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
12818         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
12819         Likewise.
12820         * lib/openat-proc.c: New file.
12821         * modules/openat (Files): Add lib/openat-proc.c.
12822         (Depends-on): Add same-inode, stdbool.
12823         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
12824
12825 2006-09-29  Bruno Haible  <bruno@clisp.org>
12826
12827         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
12828         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
12829         argument. Set stdout_closed before testing for ferror, not after.
12830         (fwriteerror, fwriteerror_no_ebadf): New functions.
12831
12832 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12833
12834         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
12835
12836 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
12837
12838         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
12839         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
12840
12841 2006-09-28  Jim Meyering  <jim@meyering.net>
12842
12843         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
12844         Include <unistd.h>.
12845
12846 2006-09-28  Bruno Haible  <bruno@clisp.org>
12847
12848         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
12849         * modules/linkedhash-list (Depends-on): Likewise.
12850         * modules/rbtreehash-list (Depends-on): Likewise.
12851
12852 2006-09-28  Bruno Haible  <bruno@clisp.org>
12853
12854         * lib/strndup.h: Simplify the redefinition of strndup.
12855         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
12856         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
12857
12858 2006-09-28  Bruno Haible  <bruno@clisp.org>
12859
12860         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
12861         * lib/gl_linkedhash_list.c: Likewise.
12862         * lib/gl_rbtreehash_list.c: Likewise.
12863
12864 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
12865
12866         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
12867         getaddrinfo.
12868
12869         * lib/__fpending.h: Don't include <stdio_ext.h> unless
12870         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
12871         it causes <stdio_ext.h> to cause a compile-time error.
12872         Problem reported by Nelson H. F. Beebe.
12873         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
12874         of HAVE_DECL___PENDING.
12875
12876         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
12877         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
12878         declaration.
12879
12880 2006-09-27  Jim Meyering  <jim@meyering.net>
12881
12882         This file could end up with a definition for a function
12883         named __strndup, rather than rpl_strndup on a system with
12884         incomplete weak_alias support.
12885         * lib/strndup.c (strndup): Rename from __strndup.
12886         Remove #defines that used to map __strndup to strndup.
12887         Don't use K&R prototypes.
12888         Remove LIBC-related code, since this file is not sync'd with glibc.
12889         * lib/strndup.h: Revamp, accordingly.
12890         * m4/strndup.m4: Modernize.
12891
12892 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
12893
12894         * modules/savewd (Depends-on): Add 'raise'.
12895         * lib/savewd.c: Include <signal.h>, for 'raise'.
12896
12897 2006-09-26  Jim Meyering  <jim@meyering.net>
12898
12899         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
12900         when we detect Darwin 8.7.0's acl_get_file bug.
12901         Rearrange to perform the new (below) run-test while $LIBS
12902         contains any acl-related library.  Set USE_ACL at the end.
12903         (gl_ACL_GET_FILE): New function.
12904
12905 2006-09-26  Eric Blake  <ebb9@byu.net>
12906
12907         * lib/verror.c: Include <config.h> unconditionally.
12908
12909 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
12910
12911         * modules/clock-time (Maintainer): Add self.
12912         * modules/getlogin_r (Depends-on): Add extensions.
12913
12914 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12915
12916         * modules/clock-time: New module.
12917         * modules/nanosleep (Depends-on): Add clock-time.
12918         * modules/gethrxtime (Depends-on): Likewise.
12919         * modules/gettime (Depends-on): Likewise.
12920         * modules/settime (Depends-on): Likewise.
12921
12922         * modules/fts-lgpl: Depend on openat.
12923         * modules/mkancesdirs: Depend on savewd.
12924         * modules/mkdir-p: Likewise.
12925
12926 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12927
12928         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
12929
12930         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
12931         `gl_have_arbitrary_file_name_length_limit' to
12932         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
12933         actually works between configure runs.
12934
12935 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12936             Bruno Haible  <bruno@clisp.org>
12937
12938         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
12939
12940 2006-09-25  Jim Meyering  <jim@meyering.net>
12941
12942         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
12943         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
12944
12945 2006-09-25  Eric Blake  <ebb9@byu.net>
12946
12947         * gnulib-tool (func_import, func_create_testdir): Fix typos in
12948         exec's in 2006-09-18 patch when shuffling fds.
12949
12950 2006-09-25  Bruno Haible  <bruno@clisp.org>
12951
12952         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
12953         Reported by Jim Meyering.
12954
12955 2006-09-24  Jim Meyering  <jim@meyering.net>
12956
12957         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
12958         compare a pointer against a literal "0".  That caused failures with
12959         at least HP-UX's hpcc.
12960
12961 2006-09-22  Simon Josefsson  <jas@extundo.com>
12962
12963         * modules/gc-sha1:
12964         * modules/gc-md4:
12965         * modules/gc-hmac-sha1:
12966         * modules/gc-hmac-md5:
12967         * modules/gc-des:
12968         * modules/gc-arcfour: Distribute more files.
12969
12970 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12971
12972         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
12973         (gl_linked_iterator_from_to): Initialize struct completely.
12974         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
12975         (gl_tree_iterator_from_to): Likewise
12976         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
12977         * lib/gl_array_list.c [lint] (gl_array_iterator)
12978         (gl_array_iterator_from_to): Likewise.
12979         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
12980         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
12981         (gl_carray_iterator_from_to): Likewise.
12982
12983         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
12984         * lib/md4.c (md4_process_block): Remove unused variable.
12985         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
12986         parentheses for clarity.
12987
12988 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12989
12990         * modules/bison-i18n (Depends-on): Add gettext.
12991
12992 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12993
12994         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
12995         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
12996         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
12997         also add missing comma that caused broken test.
12998         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
12999         stdlib.h, for `abort'.
13000         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
13001         variables.
13002         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
13003         include unistd.h if present, for `rmdir'.
13004         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
13005         variables.
13006         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
13007         in the process include standard headers for prototypes.
13008         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
13009         gets declared on GNU/Linux.
13010         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
13011         unistd.h, for `rmdir'.
13012         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
13013
13014         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
13015         always true.
13016         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
13017
13018         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
13019
13020 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13021
13022         * gnulib-tool (func_version): Create output all at once.  This
13023         may help avoid triggering unnecessary SIGPIPEs, and at any
13024         rate it doesn't hurt.
13025
13026 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13027             Bruno Haible  <bruno@clisp.org>
13028
13029         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
13030         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
13031         * m4/signed.m4 (bh_C_SIGNED): Likewise.
13032
13033         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
13034         (gl_FUNC_VASPRINTF): Invoke it.
13035
13036 2006-09-22  Bruno Haible  <bruno@clisp.org>
13037
13038         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
13039         getloadavg.c as first argument.
13040
13041 2006-09-22  Bruno Haible  <bruno@clisp.org>
13042
13043         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
13044         at the beginning of the gl_INIT macro.
13045         * modules/getloadavg (configure.ac): Pass $gl_source_base to
13046         gl_GETLOADAVG.
13047
13048 2006-09-22  Bruno Haible  <bruno@clisp.org>
13049
13050         * gnulib-tool (func_create_megatestdir): Don't include the config-h
13051         module.
13052         Suggested by Ralf Wildenhues.
13053
13054 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
13055
13056         Import this patch from libc:
13057
13058         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
13059
13060         * lib/regex_internal.c (re_string_reconstruct): Handle
13061         offset < pstr->valid_raw_len && pstr->offsets_needed case.
13062         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
13063         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
13064         re_string_context_at.
13065
13066         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
13067         now requires it.
13068         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
13069         gl_REGEX now does it for us.
13070         (gl_REGEX): Add test taken from
13071         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
13072
13073         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
13074         Check that large offsets work.  Modernize Autoconf usages.
13075         Prefer "yes" to mean a good thing rather than a bad.
13076         Don't put "#define mkstemp" in config.h, as this might interfere
13077         with standard system headers that "#define mkstemp mkstemp64".
13078
13079         * modules/mkstemp (Depends-on): Add extensions, so that
13080         mkstemp is visible on some platforms.
13081         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
13082         (Include): Change to "mkstemp.h" from <stdlib.h>.
13083         (Files): Add mkstemp.h.
13084
13085         * lib/mkstemp.h: New file, since some standard headers
13086         #define mkstemp.
13087         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
13088         Include "mkstemp.h".
13089         Make the _LIBC code resemble glibc original more,
13090         e.g., use K&R style.
13091         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
13092         (mkstemp): Remove, since mkstemp.h does this for us.
13093         * lib/stdlib--.h: Include mkstemp.h.
13094
13095         Import this patch from libc:
13096
13097         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
13098
13099         * lib/tempname.c (__gen_tempname): Change attempts_min
13100         into a macro.  Use preprocessor to decide how to initialize
13101         attempts [Coverity CID 67].
13102
13103 2006-09-20  Bruno Haible  <bruno@clisp.org>
13104
13105         * lib/mkdtemp.c: Import from libc.
13106         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
13107                 * sysdeps/posix/tempname.c (__gen_tempname): Change
13108                 attempts_min into a macro.  Use preprocessor to decide how to
13109                 initialize attempts [Coverity CID 67].
13110         2001-11-27  Paul Eggert  <eggert@twinsun.com>
13111                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
13112                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
13113
13114 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13115
13116         * gnulib-tool (func_exit): New function, to allow to pass the
13117         exit status portably through the trap.  Use everywhere.
13118         (--help, --version): Signal a write error.
13119         (trap): catch SIGPIPE, for write errors.
13120         Exit at the end of the trap, with the correct exit status.
13121
13122 2006-09-19  Karl Berry  <karl@gnu.org>
13123
13124         * doc/gnulib.texi: note about the license texinfo files.
13125
13126 2006-09-19  Eric Blake  <ebb9@byu.net>
13127
13128         * gnulib-tool: Avoid space-tab.
13129
13130 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
13131
13132         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
13133         that prevented coreutils 6.1 from building.  Problem reported
13134         by Petter Reinholdtsen.
13135
13136 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
13137
13138         * gnulib-tool (avoidlist): Fix typo that broke options like
13139         --avoid=lock that are used by coreutils bootstrap.
13140
13141 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
13142
13143         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
13144         more systematically.
13145
13146 2006-09-18  Jim Meyering  <jim@meyering.net>
13147
13148         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
13149
13150 2006-09-18  Bruno Haible  <bruno@clisp.org>
13151
13152         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
13153
13154 2006-09-18  Bruno Haible  <bruno@clisp.org>
13155
13156         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
13157         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
13158         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
13159         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
13160         * m4/gettext.m4: Require autoconf >= 2.52.
13161         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
13162         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
13163         of gl_cv_header_inttypes_h.
13164
13165 2006-09-18  Bruno Haible  <bruno@clisp.org>
13166
13167         * lib/javaversion.c: Include configmake.h.
13168
13169 2006-09-18  Bruno Haible  <bruno@clisp.org>
13170
13171         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
13172         avoid that the while loops be executed in a subshell.
13173
13174 2006-09-18  Bruno Haible  <bruno@clisp.org>
13175
13176         * MODULES.html.sh (func_module): Break long lines.
13177         Suggested by Bruce Korb <bkorb@gnu.org>.
13178
13179 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13180
13181         Speed up by a factor of 1.12.
13182         * gnulib-tool (nl): New variable.
13183         (func_import): Rewrite include directive extraction to only read each
13184         directive once.
13185
13186 2006-09-17  Bruno Haible  <bruno@clisp.org>
13187
13188         * modules/javaversion (Makefile.am): Remove DEFS setting.
13189         (Depends-on): Add configmake, for PKGDATADIR definition.
13190
13191 2006-09-17  Bruno Haible  <bruno@clisp.org>
13192
13193         * gnulib-tool (func_create_testdir): Rewrite all files at once.
13194
13195 2006-09-17  Bruno Haible  <bruno@clisp.org>
13196
13197         * gnulib-tool (func_append): New function, stolen from libtool.m4.
13198         (func_modules_transitive_closure, func_modules_add_dummy,
13199         func_modules_to_filelist, func_import, func_create_testdir,
13200         func_create_megatestdir, ...): Use it wherever possible.
13201         Suggested by Ralf Wildenhues.
13202
13203 2006-09-16  Karl Berry  <karl@gnu.org>
13204
13205         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
13206         to avoid sectioning errors.
13207         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
13208         [ifinfo]: blank line after @center-ed titles.
13209         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
13210         Spell FSF address consistently with others.
13211         (These changes approved by rms.)
13212
13213 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13214
13215         Speed up by a factor of 1.61.
13216         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
13217         already checked module names again.
13218
13219 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13220
13221         Speed up by a factor of 1.13.
13222         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
13223         for new_files, and the input to func_add_or_update.
13224
13225 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13226
13227         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
13228         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
13229
13230 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13231
13232         * modules/mkancesdirs (Depends-on): Add fcntl.
13233         * modules/savewd: New file.
13234         * MODULES.html.sh (File system functions): Add savewd.
13235
13236         * modules/configmake (Makefile.am): Add support for the
13237         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
13238
13239 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13240
13241         * m4/savewd.m4: New file.
13242
13243 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13244
13245         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
13246         (dirchownmod): New arg FD.  All callers changed.
13247         Use FD rather than opening the directory ourself, as opening is
13248         now the caller's responsibility.
13249         * lib/dirchownmod.h: Likewise.
13250         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
13251         hosts that require <sys/types.h> before <sys/stat.h>.  Include
13252         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
13253         (test_dir): Remove.
13254         (mkancesdirs): Return length of prefix of FILE that has already
13255         been made, or -2 if there is a child doing the work.  Redo
13256         algorithm so that it is O(N) rather than O(N**2).  Optimize away
13257         ".", and treat ".." specially since it might stray back into
13258         already-created areas.  Use a subprocess if necessary.  New arg
13259         WD; all users changed.  MAKE_DIR function should now return 1
13260         if it creates a directory that is not readable.  Return -2 if
13261         a child process is spun off.
13262         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
13263         Adjust signature to match code.
13264         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
13265         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
13266         all users changed.
13267         * lib/savewd.c, lib/savewd.h: New files.
13268
13269 2006-09-15  Jim Meyering  <jim@meyering.net>
13270
13271         * modules/rename-dest-slash: New module.
13272         * MODULES.html.sh (posix_compat): Add it here.
13273
13274         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
13275
13276 2006-09-15  Jim Meyering  <jim@meyering.net>
13277
13278         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
13279         file.
13280
13281         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
13282
13283 2006-09-15  Jim Meyering  <jim@meyering.net>
13284
13285         * lib/rename-dest-slash.c (has_trailing_slash): Use
13286         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
13287         (rpl_rename_dest_slash): Perform the cheaper trailing slash
13288         test before testing whether SRC is a directory.
13289         Suggestions from Bruno Haible.
13290
13291         Avoid a warning about an unused variable.
13292         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
13293         into the #ifdef block where it's used.
13294
13295         * lib/rename-dest-slash.c: New file.
13296
13297 2006-09-14  Bruno Haible  <bruno@clisp.org>
13298
13299         * lib/allocsa.c: Include <config.h> unconditionally.
13300         * lib/asnprintf.c: Likewise.
13301         * lib/asprintf.c: Likewise.
13302         * lib/c-strcasecmp.c: Likewise.
13303         * lib/c-strcasestr.c: Likewise.
13304         * lib/c-strncasecmp.c: Likewise.
13305         * lib/c-strstr.c: Likewise.
13306         * lib/classpath.c: Likewise.
13307         * lib/clean-temp.c: Likewise.
13308         * lib/concatpath.c: Likewise.
13309         * lib/copy-file.c: Likewise.
13310         * lib/csharpcomp.c: Likewise.
13311         * lib/csharpexec.c: Likewise.
13312         * lib/execute.c: Likewise.
13313         * lib/fatal-signal.c: Likewise.
13314         * lib/findprog.c: Likewise.
13315         * lib/fwriteerror.c: Likewise.
13316         * lib/gl_array_list.c: Likewise.
13317         * lib/gl_array_oset.c: Likewise.
13318         * lib/gl_avltree_list.c: Likewise.
13319         * lib/gl_avltree_oset.c: Likewise.
13320         * lib/gl_avltreehash_list.c: Likewise.
13321         * lib/gl_carray_list.c: Likewise.
13322         * lib/gl_linked_list.c: Likewise.
13323         * lib/gl_linkedhash_list.c: Likewise.
13324         * lib/gl_list.c: Likewise.
13325         * lib/gl_oset.c: Likewise.
13326         * lib/gl_rbtree_list.c: Likewise.
13327         * lib/gl_rbtree_oset.c: Likewise.
13328         * lib/gl_rbtreehash_list.c: Likewise.
13329         * lib/imaxabs.c: Likewise.
13330         * lib/imaxdiv.c: Likewise.
13331         * lib/javacomp.c: Likewise.
13332         * lib/javaexec.c: Likewise.
13333         * lib/javaversion.c: Likewise.
13334         * lib/linebreak.c: Likewise.
13335         * lib/localcharset.c: Likewise.
13336         * lib/lock.c: Likewise.
13337         * lib/mbchar.c: Likewise.
13338         * lib/mbswidth.c: Likewise.
13339         * lib/mkdtemp.c: Likewise.
13340         * lib/pipe.c: Likewise.
13341         * lib/printf-args.c: Likewise.
13342         * lib/printf-parse.c: Likewise.
13343         * lib/progname.c: Likewise.
13344         * lib/progreloc.c: Likewise.
13345         * lib/readlink.c: Likewise.
13346         * lib/sh-quote.c: Likewise.
13347         * lib/stpcpy.c: Likewise.
13348         * lib/stpncpy.c: Likewise.
13349         * lib/strcasecmp.c: Likewise.
13350         * lib/strcasestr.c: Likewise.
13351         * lib/strcspn.c: Likewise.
13352         * lib/striconv.c: Likewise.
13353         * lib/strncasecmp.c: Likewise.
13354         * lib/strnlen1.c: Likewise.
13355         * lib/strstr.c: Likewise.
13356         * lib/strtok_r.c: Likewise.
13357         * lib/tls.c: Likewise.
13358         * lib/tmpdir.c: Likewise.
13359         * lib/unicodeio.c: Likewise.
13360         * lib/unsetenv.c: Likewise.
13361         * lib/vasnprintf.c: Likewise.
13362         * lib/vasprintf.c: Likewise.
13363         * lib/wait-process.c: Likewise.
13364         * lib/xallocsa.c: Likewise.
13365         * lib/xsetenv.c: Likewise.
13366         * lib/xstriconv.c: Likewise.
13367
13368 2006-09-13  Simon Josefsson  <jas@extundo.com>
13369
13370         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
13371         that internally, suggested by Ralf Wildenhues
13372         <Ralf.Wildenhues@gmx.de>.
13373
13374 2006-09-13  Simon Josefsson  <jas@extundo.com>
13375
13376         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
13377         @LIBOBJS@.
13378         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13379
13380 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
13381
13382         * lib/_fpending.c: Include <config.h> unconditionally, since we no
13383         longer worry about uses that don't define HAVE_CONFIG_H.
13384         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
13385         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
13386         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
13387         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
13388         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
13389         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
13390         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
13391         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
13392         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
13393         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
13394         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
13395         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
13396         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
13397         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
13398         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
13399         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
13400         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
13401         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
13402         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
13403         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
13404         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
13405         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
13406         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
13407         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
13408         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
13409         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
13410         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
13411         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
13412         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
13413         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
13414         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
13415         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
13416         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
13417         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
13418         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
13419         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
13420         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
13421         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
13422         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
13423         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
13424         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
13425         Likewise.
13426
13427 2006-09-13  Eric Blake  <ebb9@byu.net>
13428
13429         * lib/getopt.c: Fix typo in last commit.
13430
13431 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13432
13433         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
13434         dgettext.
13435
13436 2006-09-12  Jim Meyering  <jim@meyering.net>
13437
13438         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
13439         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
13440         Reported by Nelson H. F. Beebe.
13441
13442 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13443
13444         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
13445         program_invocation_name and program_invocation_short_name are
13446         initialized.
13447         * lib/argp-namefrob.h: Move declarations of program_invocation_name
13448         and program_invocation_short_name to argp.h, so they are visible
13449         to user programs.
13450         * lib/argp.h: Likewise
13451
13452 2006-09-10  Bruno Haible  <bruno@clisp.org>
13453
13454         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
13455         m4/inttypes_h.m4, m4/uintmax_t.m4.
13456
13457 2006-09-10  Bruno Haible  <bruno@clisp.org>
13458
13459         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
13460         gl_AC_TYPE_UINTMAX_T.
13461
13462 2006-09-10  Bruno Haible  <bruno@clisp.org>
13463
13464         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
13465
13466 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13467
13468         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
13469         convention.  Text proposed by Bruno Haible.
13470         (struct argp_option): Document the use of N_() wrappers.
13471
13472         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
13473         '\v', and translate the two parts separately, instead of feeding
13474         the whole string to gettext.  This allows to exclude
13475         '\v' from the strings visible to the translator by writing doc
13476         strings as N_("..") "\v" N_("..").
13477
13478 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
13479
13480         * config/srclist.txt: Undo latest change; the bug was fixed.
13481
13482 2006-09-09  Bruno Haible  <bruno@clisp.org>
13483
13484         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
13485         assignments if building a library without libtool.
13486         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
13487         in func_emit_lib_Makefile_am.
13488         (func_import): When building a static library libfoo.a, arrange to
13489         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
13490         (func_create_testdir): Likewise.
13491         * modules/gc (configure.ac, Makefile.am): If building statically,
13492         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
13493         * modules/iconvme (configure.ac, Makefile.am): Likewise.
13494         * modules/striconv (configure.ac, Makefile.am): Likewise.
13495         Based on a suggestion by Ralf Wildenhues.
13496
13497 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13498
13499         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
13500         Check for unistd.h too, since Autoconf doesn't assume POSIX.
13501         Also:
13502
13503         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13504         Add year_2050_test to catch glibc bug 2821
13505         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
13506
13507         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13508         Prefer #ifdef to #if.
13509
13510         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
13511         Return from 'main' instead of calling 'exit'.
13512
13513 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13514
13515         * lib/mktime.c (guess_time_tm): Fix bug where mktime
13516         returned the maximum time_t value rather than (time_t) -1.
13517         Problem originally reported by William Bardwell
13518         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
13519
13520         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
13521         Moved to here ...
13522         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
13523         ... from here.
13524
13525 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13526
13527         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
13528         2821 is fixed.
13529
13530 2006-09-08  Jim Meyering  <jim@meyering.net>
13531
13532         Don't make generated files read-only.  That would bother too many
13533         people.  However, do retain the ability to work when targets are
13534         read-only: remove the destination and temporary files before writing
13535         them (when generated via sed or echo), or by using the -f option for
13536         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
13537         * modules/alloca-opt, modules/argz, modules/arpa_inet:
13538         * modules/byteswap, modules/configmake, modules/fcntl:
13539         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
13540         * modules/localcharset, modules/netinet_in, modules/poll:
13541         * modules/stdbool, modules/stdint, modules/sys_select:
13542         * modules/sys_socket, modules/sys_stat, modules/sysexits:
13543
13544 2006-09-08  Jim Meyering  <jim@meyering.net>
13545
13546         Avoid new build failure on FreeBSD 6.0.
13547         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
13548         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
13549         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
13550
13551 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13552
13553         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
13554
13555 2006-09-07  Jim Meyering  <jim@meyering.net>
13556
13557         Fix global typo in last change: use chmod u-w, not chmod u-x.
13558         Spotted by Paul Eggert and Bruce Korb.
13559         * modules/alloca-opt, modules/argz, modules/arpa_inet:
13560         * modules/byteswap, modules/configmake, modules/fcntl:
13561         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
13562         * modules/localcharset, modules/netinet_in, modules/poll:
13563         * modules/stdbool, modules/stdint, modules/sys_select:
13564         * modules/sys_socket, modules/sys_stat, modules/sysexits:
13565
13566 2006-09-06  Jim Meyering  <jim@meyering.net>
13567
13568         Make generated files be read-only.
13569         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
13570         Ensure that each generated file is now read-only.
13571         * modules/argz: Likewise.
13572         * modules/arpa_inet: Likewise.
13573         * modules/byteswap: Likewise.
13574         * modules/configmake: Likewise.
13575         * modules/fcntl: Likewise.
13576         * modules/fnmatch: Likewise.
13577         * modules/getopt: Likewise.
13578         * modules/glob: Likewise.
13579         * modules/inttypes: Likewise.
13580         * modules/netinet_in: Likewise.
13581         * modules/poll: Likewise.
13582         * modules/stdbool: Likewise.
13583         * modules/stdint: Likewise.
13584         * modules/sys_select: Likewise.
13585         * modules/sys_socket: Likewise.
13586         * modules/sys_stat: Likewise.
13587         * modules/sysexits: Likewise.
13588         * modules/localcharset: Same as above, but continue using temporary
13589         file named "t-$@" (why different?) rather than the "$@-t" used
13590         everywhere else.
13591
13592         * modules/sysexits (Makefile.am): Replace literal occurrences
13593         of "sysexit.h" more readable, and more consistent, "$@".
13594
13595 2006-09-06  Bruno Haible  <bruno@clisp.org>
13596
13597         * modules/striconv: New file.
13598         * modules/xstriconv: New file.
13599         * MODULES.html.sh (Internationalization functions): Add striconv,
13600         xstriconv.
13601
13602 2006-09-06  Bruno Haible  <bruno@clisp.org>
13603
13604         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
13605         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
13606         not using libtool correctly.
13607
13608 2006-09-06  Bruno Haible  <bruno@clisp.org>
13609
13610         * lib/striconv.h: New file.
13611         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
13612         iconvstring.c.
13613         * lib/xstriconv.h: New file.
13614         * lib/xstriconv.c: New file.
13615
13616 2006-09-06  Bruno Haible  <bruno@clisp.org>
13617
13618         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
13619         lib_..._LDFLAGS.
13620
13621 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13622
13623         * lib/argz_.h: Sync from Libtool.
13624
13625         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
13626                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13627
13628         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
13629
13630 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
13631
13632         * modules/trim: New file.
13633
13634 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
13635
13636         * lib/trim.h: New file.
13637         * lib/trim.c: New file.
13638
13639 2006-09-05  Bruno Haible  <bruno@clisp.org>
13640
13641         * MODULES.html.sh (String handling): Add trim.
13642
13643 2006-09-04  Karl Berry  <karl@gnu.org>
13644
13645         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
13646         until next release.
13647
13648 2006-09-03  Bruno Haible  <bruno@clisp.org>
13649
13650         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
13651         correctly.
13652
13653 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13654
13655         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
13656         not gl_GETLOADAVG.  Omit unneeded semicolons.
13657         Problems reported by Ralf Wildenhues in
13658         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
13659         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
13660         at the end, which is the usual gnulib style.
13661
13662         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
13663         of doing all the work ourselves.
13664         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
13665         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
13666
13667 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13668
13669         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
13670         Problem reported by Ralf Wildenhues in
13671         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
13672
13673         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
13674         HAVE_STRUCT_STATFS_F_FSTYPENAME.
13675
13676 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13677
13678         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
13679         yesterday's patch by changing test -n to test -z.
13680
13681 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13682
13683         * modules/getloadavg (Files): Add m4/getloadavg.m4.
13684         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
13685         the former is now obsolescent.
13686
13687         * modules/chdir-long (Depends-on): Add fcntl.
13688
13689 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13690
13691         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
13692         obsolescent, and programs should use gnulib instead.
13693         * m4/getloadavg.m4: New file, with contents taken from Autoconf
13694         but with prefixes changed.
13695
13696 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13697
13698         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
13699         or stdbool.h, because they might not exist while configuring.
13700
13701         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
13702         Don't include unistd.h or limits.h; not needed, since chdir-long.h
13703         does that for us.
13704         (O_DIRECTORY): Remove.
13705
13706 2006-08-31  Eric Blake  <ebb9@byu.net>
13707
13708         * gnulib-tool: Don't let emacs change spaces to TAB.
13709
13710 2006-08-31  Bruno Haible  <bruno@clisp.org>
13711
13712         * gnulib-tool: When calling func_import more than once, do it in a
13713         subshell.
13714         Reported by Eric Blake <ebb9@byu.net>.
13715
13716 2006-08-31  Bruno Haible  <bruno@clisp.org>
13717
13718         * gnulib-tool (nl): Remove variable.
13719         (sed_transform_lib_file): Use more robust test for config-h module.
13720         (func_import): Fix typo in 2006-08-25 patch.
13721
13722 2006-08-31  Bruno Haible  <bruno@clisp.org>
13723
13724         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
13725         specified, augment Makefile.am variables instead of assigning them.
13726
13727 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13728
13729         Work around a bug in both the Linux and SunOS 64-bit kernels:
13730         nanosleep mishandles sleeps for longer than 2**31 seconds.
13731         Problem reported by Frank v Waveren in
13732         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
13733         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
13734         Check for nanosleep bug.
13735         (LIB_NANOSLEEP): Append clock_gettime library if needed.
13736
13737 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13738
13739         Work around a bug in both the Linux and SunOS 64-bit kernels:
13740         nanosleep mishandles sleeps for longer than 2**31 seconds.
13741         Problem reported by Frank v Waveren in
13742         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
13743         * lib/nanosleep.c (BILLION): New constant.
13744         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
13745         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
13746         implementation.
13747
13748 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13749
13750         * modules/nanosleep (Depends-on): Add gettime.
13751
13752 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13753         and Simon Josefsson  <jas@extundo.com>
13754         and Oskar Liljeblad  <oskar@osk.mine.nu>
13755
13756         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
13757         * gnulib-tool (func_import): New license type 'unmodifiable license
13758         text'.
13759         * modules/fdl: Use it.  Longer description.
13760         * module/gpl, module/lgpl: New files.
13761
13762 2006-08-30  Jim Meyering  <jim@meyering.net>
13763
13764         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
13765         shadowing the parameter.
13766
13767 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13768
13769         Sync from Libtool:
13770
13771         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13772
13773         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
13774         sharing with gnulib.  Report by Eric Blake.
13775
13776 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13777
13778         * modules/isapipe: New file.
13779         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
13780
13781 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13782
13783         * modules/configmake (Makefile.am): Add a comment, and omit
13784         the CONFIGMAKE_ prefix from generated macro names.  Suggested
13785         by Bruno Haible.
13786
13787 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13788
13789         * m4/isapipe.m4: New file.
13790
13791 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13792
13793         * lib/isapipe.c, lib/isapipe.h: New files.
13794
13795 2006-08-29  Jim Meyering  <jim@meyering.net>
13796
13797         * modules/configmake (Makefile.am): Make configmake.h depend on
13798         Makefile.  Otherwise, a stale configmake.h could hang around.
13799
13800 2006-08-29  Eric Blake  <ebb9@byu.net>
13801
13802         * lib/error.c (error_at_line, print_errno_message): Match libc, after
13803         resolution of upstream bug 3044.
13804
13805 2006-08-29  Bruno Haible  <bruno@clisp.org>
13806
13807         * modules/localcharset (Depends-on): Add configmake.
13808         (Makefile.am): Remove setting of LIBDIR through DEFS.
13809
13810 2006-08-29  Bruno Haible  <bruno@clisp.org>
13811
13812         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
13813         defined.
13814
13815 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13816
13817         * modules/fcntl: New file.
13818         * modules/chdir-safer (Depends-on): Add fcntl.
13819         * modules/fts: Likewise.
13820         * modules/mkdir-p: Likewise.
13821
13822         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
13823         This undoes the most recent change, since we're now addressing the
13824         problem in a different way.
13825
13826         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
13827         into output, since the output might be called Makefile.am even
13828         if $makefile_name is something different.
13829         (func_import): Use $makefile_am rather than
13830         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
13831         empty.
13832
13833         * modules/inttypes (Files): Add m4/inttypes-h.m4.
13834
13835 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13836
13837         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
13838         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
13839         recent change to stdint.m4, since we're now addressing the problem in a
13840         different way.
13841
13842 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13843
13844         * m4/fcntl_h.m4: New file.
13845
13846 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13847
13848         * lib/fcntl_.h: New file.
13849         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
13850         the fcntl module.
13851         * lib/dirchownmod.c: Likewise.
13852         * lib/fts.c: Likewise.
13853
13854         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
13855         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
13856         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
13857         just before including <inttypes.h>, to avoid circular inclusion.
13858
13859 2006-08-28  Jim Meyering  <jim@meyering.net>
13860
13861         * doc/visibility.texi: Actually read and correct the grammar of the
13862         sentence affected by yesterday's change.
13863
13864 2006-08-28  Eric Blake  <ebb9@byu.net>
13865
13866         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
13867         needs wrapper.
13868
13869 2006-08-28  Eric Blake  <ebb9@byu.net>
13870
13871         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
13872
13873 2006-08-28  Eric Blake  <ebb9@byu.net>
13874
13875         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
13876
13877 2006-08-28  Bruno Haible  <bruno@clisp.org>
13878
13879         * modules/c-strstr: New file, from GNU gettext.
13880         * MODULES.html.sh (String handling): Add c-strstr.
13881
13882 2006-08-28  Bruno Haible  <bruno@clisp.org>
13883
13884         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
13885         macros.
13886         Reported by Eric Blake.
13887
13888 2006-08-28  Bruno Haible  <bruno@clisp.org>
13889
13890         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
13891         (VASNPRINTF): Return a string of length > INT_MAX without failing.
13892         * lib/vasprintf.c: Include errno.h, limits.h.
13893         (EOVERFLOW): New fallback definition.
13894         (vasprintf): Test here whether the string length is > INT_MAX.
13895         * lib/vsnprintf.c: Include errno.h, limits.h.
13896         (EOVERFLOW): New fallback definition.
13897         (vsnprintf): Fix bug when generated string was too long for the buffer.
13898         Test here whether the string length is > INT_MAX.
13899
13900 2006-08-28  Bruno Haible  <bruno@clisp.org>
13901
13902         * lib/inttypes_.h (SCNX*): Remove definitions.
13903         Reported by Eric Blake.
13904
13905 2006-08-28  Bruno Haible  <bruno@clisp.org>
13906
13907         * lib/c-strstr.h: New file, from GNU gettext.
13908         * lib/c-strstr.c: New file, from GNU gettext.
13909
13910 2006-08-28  Bruno Haible  <bruno@clisp.org>
13911
13912         * gnulib-tool: Reorder some statements.
13913
13914 2006-08-28  Bruno Haible  <bruno@clisp.org>
13915
13916         * gnulib-tool: New option --makefile-name.
13917         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
13918         $makefile_name.
13919         (func_import): Write $makefile_name to the cache file, and read it from
13920         there unless explicitly specified. Use $makefile_name as file name
13921         instead of Makefile.am. Adjust the recommendations accordingly.
13922
13923 2006-08-28  Bruno Haible  <bruno@clisp.org>
13924
13925         * gnulib-tool (func_verify_module): Check against misapplying patch.
13926
13927 2006-08-28  Bruno Haible  <bruno@clisp.org>
13928
13929         * gnulib-tool (func_relativize, func_relconcat): New functions.
13930         Give an error if --local-dir is given with --update.
13931         Remove trailing slashes from $local_gnulib_dir.
13932         (func_import): Store the relativized $local_gnulib_dir in
13933         gnulib-cache.m4, and read it from there if not specified explicitly.
13934
13935 2006-08-28  Bruno Haible  <bruno@clisp.org>
13936
13937         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
13938         is the current directory. Respect also $local_gnulib_dir.
13939
13940 2006-08-28  Bruno Haible  <bruno@clisp.org>
13941             Simon Josefsson  <jas@extundo.com>
13942
13943         BeOS portability.
13944         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
13945
13946 2006-08-27  Jim Meyering  <jim@meyering.net>
13947
13948         * doc/visibility.texi: Remove duplicate word: "pointer".
13949
13950 2006-08-26  Bruno Haible  <bruno@clisp.org>
13951
13952         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
13953         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
13954         (Makefile.am): Create inttypes.h from inttypes_.h.
13955         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
13956
13957         * modules/imaxabs: New file.
13958
13959         * modules/imaxdiv: New file.
13960
13961 2006-08-26  Bruno Haible  <bruno@clisp.org>
13962
13963         * m4/inttypes.m4: New file.
13964         * m4/_inttypes_h.m4: Remove file.
13965         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
13966         PRI_MACROS_BROKEN.
13967         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
13968
13969         * m4/imaxabs.m4: New file.
13970
13971         * m4/imaxdiv.m4: New file.
13972
13973 2006-08-26  Bruno Haible  <bruno@clisp.org>
13974
13975         * lib/inttypes_.h: New file.
13976         * lib/inttypes.h: Remove file.
13977         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
13978
13979         * lib/imaxabs.c: New file.
13980
13981         * lib/imaxdiv.c: New file.
13982
13983 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
13984
13985         New config-h module, so that "make" output needn't be cluttered
13986         by -DHAVE_CONFIG_H.
13987         * MODULES.html.sh (Support for building libraries and executables):
13988         Add config-h.
13989         * modules/config-h: New file.
13990         * gnulib-tool (nl, sed_transform_lib_file): New vars.
13991         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
13992         the config-h module is used.
13993
13994         New configmake module, so that "make" output needn't be cluttered
13995         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
13996         * MODULES.html.sh (Support for building libraries and executables):
13997         Add configmake.
13998         * modules/configmake: New file.
13999
14000 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14001
14002         * m4/config-h.m4: New file.
14003
14004 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14005
14006         * config/srclist.txt: Add elisp-comp.
14007
14008 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14009
14010         * MODULES.html.sh (Support for building libraries and executables):
14011         Add elisp-comp.
14012         * build-aux/elisp-comp: New file.
14013         * modules/elisp-comp: New file.
14014
14015 2006-08-24  Bruno Haible  <bruno@clisp.org>
14016
14017         * gnulib-tool (func_create_testdir): Use non-default values of
14018         sourcebase and m4base.
14019
14020 2006-08-24  Bruno Haible  <bruno@clisp.org>
14021
14022         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
14023         HTML structure.
14024
14025 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
14026
14027         * modules/openat (Depends-on): Add lchown.
14028
14029 2006-08-23  Bruno Haible  <bruno@clisp.org>
14030
14031         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
14032         of gl_LOCK_EARLY instead of gl_LOCK.
14033
14034 2006-08-23  Bruno Haible  <bruno@clisp.org>
14035
14036         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
14037         on OSF/1 to no.
14038         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
14039
14040 2006-08-23  Bruno Haible  <bruno@clisp.org>
14041
14042         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
14043         as unusable.
14044
14045         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
14046         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
14047         (gl_LOCK): New macro.
14048
14049 2006-08-22  Simon Josefsson  <jas@extundo.com>
14050
14051         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
14052         to md5 module.
14053
14054 2006-08-22  Simon Josefsson  <jas@extundo.com>
14055
14056         * MODULES.html.sh: Add "Support for maintaining and release
14057         projects".
14058
14059         * build-aux/gnupload: New file, from coreutils.
14060
14061 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
14062
14063         Avoid the need for AC_LIBSOURCES in m4 macros.
14064         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
14065         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
14066         * modules/check-version (EXTRA_DIST): Add check-version.h.
14067         * modules/crc (EXTRA_DIST): Add crc.h.
14068         * modules/des (EXTRA_DIST): Add des.h.
14069         * modules/gc (EXTRA_DIST): Add gc.h.
14070         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
14071         * modules/getline (EXTRA_DIST): Add getline.h.
14072         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
14073         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
14074         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
14075         * modules/md2 (EXTRA_DIST): Add md2.h.
14076         * modules/md4 (EXTRA_DIST): Add md4.h.
14077         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
14078         * modules/read-file (EXTRA_DIST): Add read-file.h.
14079         * modules/readline (EXTRA_DIST): Add readline.h.
14080         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
14081         rijndael-api-fst.h.
14082
14083 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
14084
14085         * m4/rijndael.m4 (gl_ARCFOUR):
14086         * m4/arctwo.m4 (gl_ARCTWO):
14087         * m4/check-version.m4 (gl_CHECK_VERSION):
14088         * m4/crc.m4 (gl_CRC):
14089         * m4/des.m4 (gl_DES):
14090         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
14091         * m4/gc.m4 (gl_GC):
14092         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
14093         * m4/getline.m4 (gl_FUNC_GETLINE):
14094         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
14095         * m4/hmac-md5.m4 (gl_HMAC_MD5):
14096         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
14097         * m4/md2.m4 (gl_MD2):
14098         * m4/md4.m4 (gl_MD4):
14099         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
14100         * m4/read-file.m4 (gl_FUNC_READ_FILE):
14101         * m4/readline.m4 (gl_FUNC_READLINE):
14102         * m4/rijndael.m4 (gl_RIJNDAEL):
14103         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
14104         to get the necessary .h files and whatnot.
14105
14106 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
14107
14108         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
14109         gnulib rather than the other way around.
14110         * config/srclistvars.sh (COREUTILS): Remove.
14111
14112 2006-08-22  Jim Meyering  <jim@meyering.net>
14113
14114         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
14115
14116         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
14117
14118 2006-08-22  Eric Blake  <ebb9@byu.net>
14119
14120         * modules/regexprops-generic: New file.
14121         * MODULES.html.sh (Support for building documentation): List it.
14122
14123 2006-08-22  Eric Blake  <ebb9@byu.net>
14124
14125         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
14126         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
14127         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
14128         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
14129
14130 2006-08-22  Bruno Haible  <bruno@clisp.org>
14131
14132         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
14133         and lib_LTLIBRARIES like the other lib_* variables.
14134
14135 2006-08-22  Bruno Haible  <bruno@clisp.org>
14136
14137         * build-aux/x-to-1.in: New file, from GNU gettext.
14138
14139 2006-08-22  Bruno Haible  <bruno@clisp.org>
14140
14141         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
14142         <utmpx.h> exists.
14143
14144 2006-08-22  Bruno Haible  <bruno@clisp.org>
14145
14146         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
14147         <utmpx.h> exists.
14148
14149 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
14150
14151         BeOS portability.
14152         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
14153         exist.
14154         Problem reported by Bruno Haible.
14155
14156 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
14157
14158         Avoid the need for AC_LIBSOURCES in m4 macros.
14159         * modules/acl (EXTRA_DIST): Add acl.h.
14160         * modules/argmatch (Files): Add m4/argmatch.m4.
14161         (configure.ac): Add gl_ARGMATCH.
14162         (EXTRA_DIST): Renamed from lib_SOURCES, for
14163         consistency with the other modules.  Remove argmatch.c.
14164         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
14165         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
14166         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
14167         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
14168         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
14169         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
14170         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
14171         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
14172         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
14173         * modules/closeout (EXTRA_DIST): Add closeout.h.
14174         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
14175         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
14176         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
14177         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
14178         dirname.h; remove basename.c and stripslash.c.
14179         * modules/exclude (EXTRA_DIST): Add exclude.h.
14180         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
14181         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
14182         * modules/file-type (EXTRA_DIST): Add file-type.h.
14183         * modules/filemode (EXTRA_DIST): Add filemode.h.
14184         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
14185         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
14186         * modules/fpending (EXTRA_DIST): Add __fpending.h.
14187         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
14188         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
14189         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
14190         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
14191         * modules/getdate (EXTRA_DIST): Add getdate.c.
14192         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
14193         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
14194         * modules/getpass (EXTRA_DIST): Add getpass.h.
14195         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
14196         * modules/group-member (EXTRA_DIST): Add group-member.h.
14197         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
14198         * modules/hash (EXTRA_DIST): Add hash.h.
14199         * modules/human (EXTRA_DIST): Add human.h.
14200         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
14201         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
14202         * modules/lchown (EXTRA_DIST): Add lchown.h.
14203         * modules/long-options (EXTRA_DIST): Add long-options.h.
14204         * modules/lstat (EXTRA_DIST): Add lstat.h.
14205         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
14206         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
14207         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
14208         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
14209         * modules/memxor (EXTRA_DIST): Add memxor.h.
14210         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
14211         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
14212         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
14213         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
14214         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
14215         * modules/physmem (EXTRA_DIST): Add physmem.h.
14216         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
14217         * modules/posixver (EXTRA_DIST): Add posixver.h.
14218         * modules/quote (EXTRA_DIST): Add quote.h.
14219         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
14220         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
14221         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
14222         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
14223         regex_internal.h regexec.c.
14224         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
14225         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
14226         * modules/same (EXTRA_DIST): Add same.h.
14227         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
14228         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
14229         * modules/savedir (EXTRA_DIST): Add savedir.h.
14230         * modules/sha1 (EXTRA_DIST): Add sha1.h.
14231         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
14232         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
14233         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
14234         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
14235         * modules/strdup (EXTRA_DIST): Add strdup.h.
14236         * modules/strftime (EXTRA_DIST): Add strftime.h.
14237         * modules/strndup (EXTRA_DIST): Add strndup.h.
14238         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
14239         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
14240         * modules/time_r (EXTRA_DIST): Add time_r.h.
14241         * modules/timespec (EXTRA_DIST): Add timespec.h.
14242         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
14243         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
14244         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
14245         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
14246         * modules/userspec (EXTRA_DIST): Add userspec.h.
14247         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
14248         * modules/utimens (EXTRA_DIST): Add utimens.h.
14249         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
14250         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
14251         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
14252         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
14253         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
14254         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
14255         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
14256         * modules/yesno (EXTRA_DIST): Add yesno.h.
14257
14258 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
14259
14260         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
14261
14262         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
14263         * m4/dev-ino.m4, same-inode.m4: Remove.
14264
14265         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
14266         * m4/acl.m4 (AC_FUNC_ACL):
14267         * m4/backupfile.m4 (gl_BACKUPFILE):
14268         * m4/c-strtod.m4 (gl_C99_STRTOLD):
14269         * m4/canon-host.m4 (gl_CANON_HOST):
14270         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
14271         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
14272         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
14273         * m4/cloexec.m4 (gl_CLOEXEC):
14274         * m4/close-stream.m4 (gl_CLOSE_STREAM):
14275         * m4/closeout.m4 (gl_CLOSEOUT):
14276         * m4/dirfd.m4 (gl_FUNC_DIRFD):
14277         * m4/dirname.m4 (gl_DIRNAME):
14278         * m4/exclude.m4 (gl_EXCLUDE):
14279         * m4/exitfail.m4 (gl_EXITFAIL):
14280         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
14281         * m4/file-type.m4 (gl_FILE_TYPE):
14282         * m4/filemode.m4 (gl_FILEMODE):
14283         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
14284         * m4/fpending.m4 (gl_FUNC_FPENDING):
14285         * m4/fprintftime.m4 (gl_FPRINTFTIME):
14286         * m4/fts.m4 (gl_FUNC_FTS):
14287         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
14288         * m4/getdate.m4 (gl_GETDATE):
14289         * m4/gethrxtime.m4 (gl_GETHRXTIME):
14290         * m4/getpagesize.m4 (gl_GETPAGESIZE):
14291         * m4/getpass.m4 (gl_FUNC_GETPASS):
14292         * m4/gettime.m4 (gl_GETTIME):
14293         * m4/getugroups.m4 (gl_GETUGROUPS):
14294         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
14295         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
14296         * m4/hard-locale.m4 (gl_HARD_LOCALE):
14297         * m4/hash.m4 (gl_HASH):
14298         * m4/idcache.m4 (gl_IDCACHE):
14299         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
14300         * m4/lchown.m4 (gl_FUNC_LCHOWN):
14301         * m4/long-options.m4 (gl_LONG_OPTIONS):
14302         * m4/lstat.m4 (gl_FUNC_LSTAT):
14303         * m4/md5.m4 (gl_MD5):
14304         * m4/memcasecmp.m4 (gl_MEMCASECMP):
14305         * m4/memcoll.m4 (gl_MEMCOLL):
14306         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
14307         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
14308         * m4/memxor.m4 (gl_MEMXOR):
14309         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
14310         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
14311         * m4/modechange.m4 (gl_MODECHANGE):
14312         * m4/mountlist.m4 (gl_MOUNTLIST):
14313         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
14314         * m4/openat.m4 (gl_FUNC_OPENAT):
14315         * m4/pathmax.m4 (gl_PATHMAX):
14316         * m4/physmem.m4 (gl_PHYSMEM):
14317         * m4/posixtm.m4 (gl_POSIXTM):
14318         * m4/posixver.m4 (gl_POSIXVER):
14319         * m4/quote.m4 (gl_QUOTE):
14320         * m4/quotearg.m4 (gl_QUOTEARG):
14321         * m4/readtokens.m4 (gl_READTOKENS):
14322         * m4/readutmp.m4 (gl_READUTMP):
14323         * m4/regex.m4 (gl_REGEX):
14324         * m4/safe-read.m4 (gl_SAFE_READ):
14325         * m4/safe-write.m4 (gl_SAFE_WRITE):
14326         * m4/same.m4 (gl_SAME):
14327         * m4/save-cwd.m4 (gl_SAVE_CWD):
14328         * m4/savedir.m4 (gl_SAVEDIR):
14329         * m4/settime.m4 (gl_SETTIME):
14330         * m4/sha1.m4 (gl_SHA1):
14331         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
14332         * m4/stat-macros.m4 (gl_STAT_MACROS):
14333         * m4/stat-time.m4 (gl_STAT_TIME):
14334         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
14335         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
14336         * m4/strdup.m4 (gl_FUNC_STRDUP):
14337         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
14338         * m4/strndup.m4 (gl_FUNC_STRNDUP):
14339         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
14340         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
14341         * m4/time_r.m4 (gl_TIME_R):
14342         * m4/timespec.m4 (gl_TIMESPEC):
14343         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
14344         * m4/unlinkdir.m4 (gl_UNLINKDIR):
14345         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
14346         * m4/userspec.m4 (gl_USERSPEC):
14347         * m4/utimecmp.m4 (gl_UTIMECMP):
14348         * m4/utimens.m4 (gl_UTIMENS):
14349         * m4/xalloc.m4 (gl_XALLOC):
14350         * m4/xgetcwd.m4 (gl_XGETCWD):
14351         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
14352         * m4/xreadlink.m4 (gl_XREADLINK):
14353         * m4/xstrtod.m4 (gl_XSTRTOD):
14354         * m4/yesno.m4 (gl_YESNO):
14355         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
14356         to get the necessary .h files and whatnot.
14357
14358 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
14359             Bruno Haible  <bruno@clisp.org>
14360
14361         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
14362         /bin/sh understanding of '!' conditional negation.
14363
14364 2006-08-21  Jim Meyering  <jim@meyering.net>
14365
14366         * modules/openat (Depends-on): Really alphabetize.
14367
14368         * modules/acl (Depends-on): Add error and quote.
14369
14370         * check-module (find_included_lib_files): Add at-func.c to the
14371         ok-to-include-more-than-once white list.
14372
14373         * modules/openat (Depends-on): Add lstat.  Alphabetize.
14374
14375 2006-08-21  Bruno Haible  <bruno@clisp.org>
14376
14377         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14378         Emit a pkgdata_DATA variable only if some snippets add contents to it.
14379         Reported by Martin Lambers <marlam@marlam.de>.
14380
14381 2006-08-21  Bruno Haible  <bruno@clisp.org>
14382
14383         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
14384         specify an installation location, don't emit a noinst_LIBRARIES or
14385         noinst_LTLIBRARIES assignment.
14386
14387 2006-08-21  Bruno Haible  <bruno@clisp.org>
14388
14389         BeOS portability.
14390         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
14391         BeOS has mbrtowc() but no <wctype.h>.
14392
14393 2006-08-21  Bruno Haible  <bruno@clisp.org>
14394
14395         BeOS portability.
14396         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
14397         exist.
14398
14399 2006-08-21  Bruno Haible  <bruno@clisp.org>
14400
14401         BeOS portability.
14402         * lib/mbchar.h: Include <wctype.h> only if it exists.
14403
14404 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14405
14406         Remove files that are no longer needed by their respective modules.
14407         * m4/obstack.m4: Remove.
14408         * m4/strerror_r.m4: Remove.
14409         * m4/uint32_t.m4: Remove.
14410         * m4/uintptr_t.m4: Remove.
14411         * m4/ullong_max.m4: Remove.
14412         * m4/xstrtoimax.m4: Remove.
14413         * m4/xstrtoumax.m4: Remove.
14414
14415         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
14416         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
14417         dependencies now capture this.
14418
14419         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
14420         Do not use AC_LIBSOURCES, since gnulib modules now do this.
14421         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
14422         * m4/human.m4 (gl_HUMAN): Likewise.
14423         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
14424         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
14425
14426         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
14427
14428         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
14429         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
14430         stdint.
14431         * m4/human.m4 (gl_HUMAN): Likewise.
14432         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
14433         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
14434         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
14435         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
14436         * m4/xstrtol (gl_XSTRTOL): Likewise.
14437
14438         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
14439         AC_TYPE_LONG_LONG_INT.
14440         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
14441         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
14442         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
14443         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
14444
14445         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
14446         on stdbool.
14447
14448         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
14449         (gl_PREREQ_XSTRTOUL): Remove.
14450
14451         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
14452
14453         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
14454         mode.
14455
14456 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14457
14458         Add and change modules to make it easier for coreutils to use
14459         gnulib-tool.
14460         * modules/backupfile (Files): Remove m4/d-ino.m4.
14461         (Depends-on): Add d-ino.
14462         * modules/cycle-check (Depends-on): Add stdint.
14463         (lib_SOURCES): Add cycle-check.h.
14464         * modules/d-ino: New module.
14465         * modules/d-type: New module.
14466         * modules/error (Files): Remove m4/strerror_r.m4.
14467         * modules/filemode (Files): Add m4/st_dm_mode.m4.
14468         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
14469         m4/inttypes_h.m4, m4/uintmax_t.m4.
14470         (Depends-on): Add stdint.
14471         (lib_SOURCES): Add fsusage.h.
14472         * modules/getcwd (Files): Remove d-ino.m4.
14473         (Depends-on): Add d-ino.
14474         * modules/getndelim2 (Depends-on): Add stdint.
14475         * modules/glob (Files): Remove m4/d-type.m4.
14476         (Depends-on): Add d-type.
14477         * modules/host-os: New module.
14478         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
14479         m4/inttypes_h.m4, m4/uintmax_t.m4.
14480         * Depends-on: Add stdint.
14481         (lib_SOURCES): Add human.h.
14482         * modules/inttostr (Files): Remove m4/intmax_t.m4,
14483         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
14484         m4/uintmax_t.m4, m4/ulonglong.m4.
14485         (Depends-on): Add stdint.
14486         (EXTRA_DIST): Add inttostr.h.
14487         * modules/lchmod: New module.
14488         * modules/link-follow: New module.
14489         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
14490         (Depends-on): Add lchmod.
14491         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
14492         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
14493         (Depends-on): Add stdint.
14494         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
14495         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
14496         (Depends-on): Add stdint.
14497         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
14498         * modules/perl: New module.
14499         * modules/regex (Depends-on): Add stdint.
14500         * modules/rmdir-errno: New module.
14501         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
14502         m4/intmax_t.m4.
14503         (Depends-on): Add stdint.
14504         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
14505         m4/uintmax_t.m4.
14506         (Depends-on): Add stdint.
14507         * modules/unlink-busy: New module.
14508         * modules/utimecmp (Depends-on): Add stdint.
14509         * modules/uptime: New module.
14510         * modules/winsz-ioctl: New module.
14511         * modules/winsz-termios: New module.
14512         * modules/xnanosleep (Depends-on): Add nanosleep.
14513         * modules/ullong_max: Remove.
14514         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
14515         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
14516         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
14517         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
14518         (Depends-on): Add inttypes.
14519         (lib_SOURCES): Add xstrtol.h.
14520         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
14521         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
14522         * MODULES.html.sh: Move 'assert' into the assert section.
14523         Move 'dummy' into the linking section.
14524         Remove ullong_max.
14525         Add section for compatibility checks for POSIX:2001 functions,
14526         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
14527         winsz-ioctl, and winsz-termios into it.
14528         Add lchmod.
14529         Add top-level Misc section and put host-os, perl, and uptime
14530         into it.
14531
14532 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14533
14534         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
14535         now assume the stdint module.  Do not include inttypes.h.
14536         * lib/fsusage.h: Likewise.
14537         * lib/getndelim2.c: Likewise.
14538         * lib/human.h: Likewise.
14539         * lib/inttostr.h: Likewise.
14540         * lib/obstack.c: Likewise.
14541         * lib/regex_internal.h: Likewise.
14542         * lib/tempname.c: Likewise.
14543         * lib/utimecmp.c: Likewise.
14544         * lib/xstrtol.h: Likewise.
14545
14546         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
14547
14548         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
14549         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
14550         * lib/xtime.h: Likewise.
14551
14552 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14553
14554         * modules/openat (Files): Add lib/fchmodat.c.
14555         Fixes problem reported by Jay Youngman.
14556
14557 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14558
14559         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
14560         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
14561
14562 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
14563             Bruno Haible  <bruno@clisp.org>
14564
14565         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
14566         and is a script that invokes bison. Tighten the code. Add comments.
14567
14568 2006-08-18  Jim Meyering  <jim@meyering.net>
14569
14570         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
14571         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
14572         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
14573         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
14574
14575 2006-08-18  Bruno Haible  <bruno@clisp.org>
14576
14577         * modules/bison-i18n: New file.
14578         * MODULES.html.sh (Internationalization functions): Add it.
14579
14580 2006-08-18  Bruno Haible  <bruno@clisp.org>
14581
14582         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
14583         sys/statvfs.h. When getmntinfo was found, check its declaration and
14584         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
14585
14586 2006-08-18  Bruno Haible  <bruno@clisp.org>
14587
14588         * m4/bison-i18n.m4: New file, from bison.
14589
14590 2006-08-18  Bruno Haible  <bruno@clisp.org>
14591
14592         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
14593         (ME_DUMMY): Treat "kernfs" as a dummy.
14594         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
14595
14596 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14597
14598         Update from coreutils.
14599
14600         2006-08-15  Jim Meyering  <jim@meyering.net>
14601
14602         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
14603
14604         2006-01-17  Jim Meyering  <jim@meyering.net>
14605
14606         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
14607
14608         2006-01-11  Jim Meyering  <jim@meyering.net>
14609
14610         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
14611         Check for the lchmod function.
14612
14613 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14614
14615         Update from coreutils.
14616
14617         * lib/__fpending.h: Add copyright notice.
14618         * lib/fprintftime.h: Likewise.
14619         * lib/savedir.c: Use (C) in copyright notice.
14620         * lib/savedir.h: Likewise.
14621
14622         2006-08-15  Jim Meyering  <jim@meyering.net>
14623
14624         * lib/at-func.c: New file, with the logic of all emulated at-functions.
14625         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
14626         in support of the EXPECTED_ERRNO macro.
14627         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
14628         definitions.  Instead, define the appropriate symbols and include
14629         "at-func.c".
14630         * lib/mkdirat.c (mkdirat): Likewise.
14631         * lib/fchmodat.c (fchmodat): Likewise.
14632         (ENOSYS): Remove definition.
14633         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
14634         it.  Don't include "unistd--.h" -- it wasn't ever used.
14635
14636         2006-01-17  Jim Meyering  <jim@meyering.net>
14637
14638         Rewrite fts.c not to change the current working directory,
14639         by using openat, fstatat, fdopendir, etc..
14640
14641         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
14642         (HAVE_OPENAT_SUPPORT): Define.
14643         [_LIBC] (fchdir): Don't undef or define; no longer used.
14644         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
14645         Now, this `function' always succeeds, and consumes its file descriptor
14646         parameter -- so callers must not close such FDs.  Update callers.
14647         (diropen_fd, opendirat, cwd_advance_fd): New functions.
14648         (diropen): Add parameter, SP.  Adjust all callers.
14649         Implement using diropen_fd, rather than open.
14650         (fts_open): Initialize new member, fts_cwd_fd.
14651         Remove fts_rft-setting code.
14652         (fts_close): Close fts_cwd_fd, if necessary.
14653         (__opendir2): Define in terms of opendir or opendirat,
14654         depending on whether the FST_NOCHDIR flag is set.
14655         (fts_build): Since fts_safe_changedir consumes its FD, and since
14656         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
14657         and close the dup'd file descriptor upon failure.
14658         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
14659         (fts_safe_changedir): Tweak semantics to reflect that this function
14660         now calls cwd_advance_fd and hence consumes its FD argument.
14661         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
14662         [struct FTS] (fts_rft): Remove now-unused member.
14663         [struct FTS] (fts_cycle.state): Improve comment.
14664
14665         * lib/openat.c (openat_needs_fchdir): New function.
14666         * lib/openat.h (openat_needs_fchdir): Declare it.
14667
14668 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
14669
14670         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
14671         Problem and fix reported by Pádraig Brady in
14672         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
14673
14674 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14675
14676         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
14677
14678 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14679
14680         * lib/memcoll.c (memcoll): Optimize for the common case where the
14681         arguments are bytewise equal.
14682
14683 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14684
14685         * doc/regexprops-generic.texi: Add a copyright notice.
14686
14687 2006-08-15  Bruno Haible  <bruno@clisp.org>
14688
14689         * modules/tmpdir (License): Change to LGPL.
14690
14691 2006-08-15  Bruno Haible  <bruno@clisp.org>
14692
14693         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
14694         module.
14695
14696 2006-08-14  Simon Josefsson  <jas@extundo.com>
14697
14698         * config/srclist.txt: Add gnupload.
14699
14700 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14701
14702         Change copyright notice from LGPL 2 to GPL 2, since that's the
14703         standard form used in the gnulib repository.
14704         * tests/test-lock.c: Likewise.
14705         * tests/test-stdint.c: Likewise.
14706         * tests/test-tls.c: Likewise.
14707
14708         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
14709         prelude-manager.  User shorter URLs for GNU projects, without '?'.
14710         Add copyright notice.
14711
14712         * check-module: Add copyright notice.  Output a copyright
14713         notice if "--version" is specified.
14714         * modules/COPYING: New file.
14715         * tests/test-getaddrinfo.c: Add copyright notice.
14716         * tests/test-verify.c: Likewise.
14717
14718 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14719
14720         Change copyright notice from LGPL 2 to GPL 2, since that's the
14721         standard form used in the gnulib repository.
14722         * lib/lock.c: LGPL -> GPL.
14723         * lib/lock.h: Likewise.
14724         * lib/strnlen1.c: Likewise.
14725         * lib/strnlen1.h: Likewise.
14726         * lib/tls.c: Likewise.
14727         * lib/tls.h: Likewise.
14728         * lib/tmpdir.c: Likewise.
14729
14730         * lib/TODO: Remove; this belongs only in coreutils.
14731
14732 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14733
14734         Add copyright notices to long-enough files that lack them, since
14735         otherwise the files aren't clearly free.  Use the same notice that
14736         getdate.texi already uses.
14737         * doc/alloca-opt.texi: Add copyright notice.
14738         * doc/alloca.texi: Likewise.
14739         * doc/ctime.texi: Likewise.
14740         * doc/functions.texi: Likewise.
14741         * doc/gcd.texi: Likewise.
14742         * doc/gnulib-tool.texi: Likewise.
14743         * doc/inet_ntoa.texi: Likewise.
14744         * doc/visibility.texi: Likewise.
14745
14746         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
14747         * doc/quote.texi: Add copyright notice.
14748
14749         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
14750         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
14751         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
14752         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
14753         is now obsolete, and give a pointer to the Sun list.
14754         Add copyright notice.
14755
14756 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14757
14758         * config/srclistvars.sh: Add copyright notice.
14759
14760 2006-08-14  Eric Blake  <ebb9@byu.net>
14761
14762         Import the following change from libc:
14763
14764         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
14765
14766         Upstream bug 2997.
14767         * lib/misc/error.c: Add space between program name and message if file
14768         name is missing.
14769
14770 2006-08-12  Karl Berry  <karl@gnu.org>
14771
14772         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
14773         remove, these originate in gnulib now.
14774
14775 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14776
14777         * doc/Makefile (standards.info standards.html standards.dvi):
14778         Also depend on make-stds.texi.
14779
14780 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14781
14782         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
14783         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
14784
14785         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
14786         in wchar_t.  Problem reported by Eric Blake.
14787
14788         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
14789         LEN is smaller than SIZE.  Suggested by Bruno Haible.
14790         Also, help the compiler to keep LEN in a register.
14791
14792 2006-08-11  Eric Blake  <ebb9@byu.net>
14793
14794         * users.txt: Sort.  Add tar.
14795
14796 2006-08-11  Bruno Haible  <bruno@clisp.org>
14797
14798         * users.txt: New file.
14799
14800 2006-08-11  Bruno Haible  <bruno@clisp.org>
14801
14802         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
14803         before <wchar.h>. Needed for OSF/1 and BSD/OS.
14804
14805 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
14806
14807         * modules/snprintf (Depends-on): Remove minmax.
14808         (Maintainer): Add self and Bruno.
14809
14810 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
14811
14812         * lib/.cppi-disable: Add snprintf.h, socket_.h.
14813         * lib/snprintf.c: Include <errno.h> and <limits.h>.
14814         (EOVERFLOW): Define if the system does not.
14815         Do not include "minmax.h"; it wasn't used.
14816         (snprintf): Don't assume size_t promotes to an unsigned type.
14817         Fix bug when generated string was too long for the buffer: the
14818         buffer's contents are supposed to be the initial prefix of the
14819         output.  Don't assume vasnprintf returns EOVERFLOW if the size
14820         exceeds INT_MAX; do the check ourselves.
14821
14822         Import the following changes from libc:
14823
14824         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
14825
14826         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
14827         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
14828         set wc to the byte which couldn't be converted.
14829         (re_string_reconstruct): Don't clear valid_raw_len before calling
14830         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
14831         tip_context using re_string_context_at.
14832
14833         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
14834
14835         * lib/posix/regex.h: g++ still cannot handled [restrict].
14836
14837         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
14838
14839         * lib/posix/regex.h: Remove special handling for VMS.
14840
14841 2006-08-10  Jim Meyering  <jim@meyering.net>
14842
14843         * modules/same-inode: New module.
14844         * modules/dev-ino: New module.
14845         * modules/cycle-check: Depend on these modules, rather than simply
14846         including their .h files.
14847         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
14848         required via m4/cycle-check.m4.
14849         * modules/same: Depend on new same-inode module, rather than
14850         including same-inode.h.
14851         * modules/chdir-safer: New file.
14852
14853         * modules/chown (Depends-on): Add stat-macros.
14854
14855 2006-08-10  Jim Meyering  <jim@meyering.net>
14856
14857         * m4/cycle-check.m4: New file.
14858         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
14859         * m4/dev-ino.m4, m4/same-inode.m4: New files.
14860
14861 2006-08-10  Eric Blake  <ebb9@byu.net>
14862
14863         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
14864         in from original proposal.
14865
14866 2006-08-10  Eric Blake  <ebb9@byu.net>
14867         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14868
14869         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
14870         namespace.
14871
14872 2006-08-10  Bruno Haible  <bruno@clisp.org>
14873
14874         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
14875         as well.
14876
14877 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14878
14879         Sync from coreutils.
14880
14881         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
14882
14883         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
14884         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
14885
14886 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14887
14888         * modules/restrict: Remove; no longer needed now that we assume
14889         Autoconf 2.59 or later.
14890         * MODULES.html.sh: Remove 'restrict'.
14891         * modules/argp (Depends-on): Remove 'restrict'.
14892         * modules/base64 (Depends-on): Likewise.
14893         * modules/gc (Depends-on): Likewise.
14894         * modules/getaddrinfo (Depends-on): Likewise.
14895         * modules/glob (Depends-on): Likewise.
14896         * modules/inet_ntop (Depends-on): Likewise.
14897         * modules/inet_pton (Depends-on): Likewise.
14898         * modules/memxor (Depends-on): Likewise.
14899         * modules/regex (Depends-on): Likewise.
14900         * modules/strtok_r (Depends-on): Likewise.
14901         * modules/time_r (Depends-on): Likewise.
14902
14903 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14904
14905         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
14906         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
14907         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
14908         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
14909         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
14910         * m4/memxor.m4 (gl_MEMXOR): Likewise.
14911         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
14912         gl_C_RESTRICT replaced by AC_C_RESTRICT.
14913
14914         Merge from coreutils.
14915         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
14916         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
14917         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
14918         * m4/time_r.m4 (gl_TIME_R): Likewise.
14919
14920 2006-08-09  Karl Berry  <karl@gnu.org>
14921
14922         * config/srclist.txt: no more gettext-tools, per Bruno.
14923
14924 2006-08-08  Eric Blake  <ebb9@byu.net>
14925
14926         * modules/verror: New module.
14927         * MODULES.html.sh: Document it.
14928
14929 2006-08-08  Eric Blake  <ebb9@byu.net>
14930
14931         * lib/verror.h, lib/verror.c: New files.
14932
14933 2006-08-08  Eric Blake  <ebb9@byu.net>
14934
14935         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
14936         verror_at_line output complies with GNU Coding Standards even when
14937         file is NULL.
14938
14939 2006-08-07  Bruno Haible  <bruno@clisp.org>
14940
14941         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
14942         versions of AIX.
14943         Reported by Ralf Wildenhues.
14944
14945 2006-08-07  Bruno Haible  <bruno@clisp.org>
14946
14947         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
14948         in an AC_DEFUN. Needed so that the autoconf snippets can use
14949         AC_REQUIRE.
14950
14951 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14952
14953         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14954         Initialize pkgdata_DATA.
14955         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
14956         overriding it.
14957
14958 2006-08-06  Eric Blake  <ebb9@byu.net>
14959
14960         * lib/error.h: Fold in some upstream changes from glibc.
14961         * lib/error.c: Likewise.
14962
14963 2006-08-04  Bruno Haible  <bruno@clisp.org>
14964
14965         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14966         Make the mostlyclean-local rule depend on mostlyclean-generic.
14967         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
14968
14969 2006-07-31  Bruno Haible  <bruno@clisp.org>
14970
14971         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
14972         <stdlib.h>, <string.h>.
14973
14974 2006-07-30  Bruno Haible  <bruno@clisp.org>
14975
14976         * modules/readlink (License): Change to LGPL.
14977
14978 2006-07-30  Bruno Haible  <bruno@clisp.org>
14979
14980         * modules/javaversion (Makefile.am): Distribute javaversion.java and
14981         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
14982         set PKGDATADIR to point to it.
14983
14984 2006-07-30  Bruno Haible  <bruno@clisp.org>
14985
14986         * modules/csharpexec (configure.ac): Comment out macro invocation.
14987         * modules/javaexec (configure.ac): Likewise.
14988         * modules/javacomp-script (configure.ac): Likewise.
14989
14990         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
14991
14992 2006-07-30  Bruno Haible  <bruno@clisp.org>
14993
14994         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
14995         linked-list.
14996
14997 2006-07-30  Bruno Haible  <bruno@clisp.org>
14998
14999         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
15000
15001 2006-07-30  Bruno Haible  <bruno@clisp.org>
15002
15003         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15004         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
15005         get removed.
15006
15007 2006-07-29  Bruno Haible  <bruno@clisp.org>
15008
15009         Make it possible for gnulib-tool to work with locally modified or
15010         augmented gnulib repositories.
15011         * gnulib-tool (func_usage): Document --local-dir option.
15012         (local_gnulib_dir): New variable.
15013         Handle --local-dir option.
15014         (func_lookup_file): New function.
15015         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
15016         (func_get_description, func_get_filelist, func_get_description,
15017         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
15018         func_get_automake_snippet, func_get_include_directive,
15019         func_get_license, func_get_maintainer): Use func_lookup_file.
15020         (func_import, func_create_testdir): Use func_lookup_file.
15021
15022 2006-07-29  Bruno Haible  <bruno@clisp.org>
15023
15024         * modules/setenv (Depends-on): Add unistd.
15025
15026 2006-07-29  Bruno Haible  <bruno@clisp.org>
15027
15028         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
15029
15030 2006-07-29  Bruno Haible  <bruno@clisp.org>
15031
15032         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
15033
15034 2006-07-29  Bruno Haible  <bruno@clisp.org>
15035
15036         * gnulib-tool (import, update): If there is no Makefile.am, look at
15037         aclocal.m4, instead of bailing out.
15038
15039 2006-07-29  Bruno Haible  <bruno@clisp.org>
15040
15041         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
15042         Categorize the options by when they are useful.
15043
15044 2006-07-29  Bruno Haible  <bruno@clisp.org>
15045
15046         * gnulib-tool (func_usage): Document option --no-libtool.
15047         Handle option --no-libtool.
15048         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
15049         for changed semantics of $libtool variable.
15050         (func_import): Likewise. If libtool is not used, show this through
15051         an option --no-libtool.
15052         (func_create_testdir): Update.
15053
15054 2006-07-29  Bruno Haible  <bruno@clisp.org>
15055
15056         * gnulib-tool (func_import): Extend error message about missing
15057         --doc-base.
15058
15059 2006-07-29  Bruno Haible  <bruno@clisp.org>
15060
15061         * gnulib-tool (func_import): Don't create the $docbase directory if
15062         there is no file to store there.
15063
15064 2006-07-29  Bruno Haible  <bruno@clisp.org>
15065
15066         * gnulib-tool (autoconf_minversion): If a --dir option is given and
15067         relevant, look for configure.ac there, not in the current directory.
15068         Also use a simple search for AC_PREREQ, not "autoconf --trace".
15069
15070 2006-07-29  Bruno Haible  <bruno@clisp.org>
15071
15072         * gnulib-tool (SORT): New variable.
15073         (func_usage): Undocument --assume-autoconf option.
15074         Remove --assume-autoconf option handling.
15075         (autoconf_minversion): Determine from the contents of configure.ac.
15076         (func_import): Remove autoconf_minversion handling.
15077         Suggested by Eric Blake.
15078
15079 2006-07-29  Bruno Haible  <bruno@clisp.org>
15080
15081         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
15082
15083 2006-07-29  Bruno Haible  <bruno@clisp.org>
15084
15085         * config/srclist.txt (*setenv.[ch]): Remove rules.
15086
15087 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15088
15089         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
15090
15091 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15092
15093         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
15094         arpa/inet.h.
15095
15096 2006-07-28  Simon Josefsson  <jas@extundo.com>
15097
15098         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
15099         * modules/inet_pton (Depends-on): Likewise.
15100
15101 2006-07-28  Simon Josefsson  <jas@extundo.com>
15102
15103         * m4/netinet_in_h.m4: New file.
15104
15105 2006-07-28  Simon Josefsson  <jas@extundo.com>
15106
15107         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
15108         #include's.
15109
15110 2006-07-28  Simon Josefsson  <jas@extundo.com>
15111
15112         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
15113         #include's.
15114
15115 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
15116
15117         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
15118         setgid on directories only if they set these bits.
15119         * lib/modechange.h: Remove obsolete comment about masks.
15120
15121 2006-07-28  Eric Blake  <ebb9@byu.net>
15122
15123         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
15124         macro expansion.
15125
15126 2006-07-28  Bruno Haible  <bruno@clisp.org>
15127
15128         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
15129
15130 2006-07-28  Bruno Haible  <bruno@clisp.org>
15131
15132         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
15133
15134 2006-07-28  Bruno Haible  <bruno@clisp.org>
15135
15136         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
15137         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
15138         Define fallbacks.
15139         Avoids link error on FreeBSD 4.x.
15140         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15141
15142         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
15143         encoding.
15144         * lib/mbswidth.c (iswcntrl): Likewise.
15145
15146 2006-07-27  Bruno Haible  <bruno@clisp.org>
15147
15148         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
15149         test.
15150
15151 2006-07-27  Bruno Haible  <bruno@clisp.org>
15152
15153         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
15154         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
15155         defined.
15156
15157 2006-07-26  Eric Blake  <ebb9@byu.net>
15158
15159         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
15160
15161 2006-07-26  Eric Blake  <ebb9@byu.net>
15162
15163         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
15164         like mingw that lack mkstemp.
15165         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
15166         avoid compilation warning on mingw.
15167
15168 2006-07-26  Bruno Haible  <bruno@clisp.org>
15169
15170         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
15171         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
15172         INT_FAST*_MIN, INTPTR_MIN.
15173
15174 2006-07-25  Bruno Haible  <bruno@clisp.org>
15175
15176         * modules/version-etc (Depends-on): Add stdarg.
15177
15178 2006-07-25  Bruno Haible  <bruno@clisp.org>
15179
15180         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
15181         complex commands.
15182
15183 2006-07-25  Bruno Haible  <bruno@clisp.org>
15184
15185         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
15186         defined in <stdarg.h> or config.h.
15187
15188 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
15189
15190         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
15191         (gl_STDIO_SAFER): Remove.
15192
15193 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
15194
15195         * MODULES.html.sh (File stream based Input/Output):
15196         Add fopen-safer, tmpfile-safer; remove stdio-safer.
15197         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
15198         * modules/fopen-safer, modules/tmpfile-safer: New files.
15199         * modules/stdio-safer: Remove.
15200
15201 2006-07-24  Bruno Haible  <bruno@clisp.org>
15202
15203         * modules/tmpdir: New file.
15204         * MODULES.html.sh (File system functions): Add it.
15205
15206 2006-07-24  Bruno Haible  <bruno@clisp.org>
15207
15208         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
15209         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
15210
15211 2006-07-24  Bruno Haible  <bruno@clisp.org>
15212
15213         * modules/clean-temp: New file.
15214
15215 2006-07-24  Bruno Haible  <bruno@clisp.org>
15216
15217         * m4/tmpdir.m4: New file, from GNU gettext.
15218
15219 2006-07-24  Bruno Haible  <bruno@clisp.org>
15220
15221         * lib/tmpdir.h: New file, from GNU gettext.
15222         * lib/tmpdir.c: New file, from GNU gettext.
15223
15224 2006-07-24  Bruno Haible  <bruno@clisp.org>
15225
15226         * lib/clean-temp.h: New file, from GNU gettext.
15227         * lib/clean-temp.c: New file, from GNU gettext.
15228
15229 2006-07-23  Eric Blake  <ebb9@byu.net>
15230
15231         * modules/stdio-safer (Files): Add tmpfile-safer.c.
15232         (Depends-on): Add binary-io.
15233
15234 2006-07-23  Eric Blake  <ebb9@byu.net>
15235
15236         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
15237
15238 2006-07-23  Eric Blake  <ebb9@byu.net>
15239
15240         * lib/tmpfile-safer.c: New file.
15241         * lib/stdio-safer.h (fopen_safer): Add prototype.
15242         * lib/stdio--.h (tmpfile): Make safer.
15243
15244 2006-07-23  Bruno Haible  <bruno@clisp.org>
15245
15246         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
15247         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
15248         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
15249         gl_linked_remove_at): Use it.
15250
15251 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15252         and Simon Josefsson <jas@extundo.com>
15253
15254         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
15255
15256         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
15257
15258 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15259
15260         * modules/close-stream: New file.
15261         * modules/closeout (Description): Make it clear that it exits
15262         with a diagnostic on error.
15263         (Depends-on): Add close-stream.  Remove fpending, stdbool.
15264         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
15265
15266 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15267
15268         * m4/close-stream.m4: New file.
15269
15270 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15271
15272         * lib/close-stream.c, lib/close-stream.h: New files.
15273
15274 2006-07-22  Bruno Haible  <bruno@clisp.org>
15275
15276         Merge from GNU gettext 0.15.
15277
15278         2006-05-01  Bruno Haible  <bruno@clisp.org>
15279
15280                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
15281
15282         2006-07-22  Bruno Haible  <bruno@clisp.org>
15283
15284                 * modules/javaversion: New file.
15285                 * MODULES.html.sh (Java): Add javaversion.
15286
15287         2006-03-12  Bruno Haible  <bruno@clisp.org>
15288
15289                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
15290
15291         2005-12-04  Bruno Haible  <bruno@clisp.org>
15292
15293                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
15294                 (untested).
15295
15296         2006-06-21  Bruno Haible  <bruno@clisp.org>
15297
15298                 Avoid warnings from recent versions of mcs.
15299                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
15300                 -o, -L, -r any more. Use options documented since mcs-1.0
15301                 instead. Similarly for -g.
15302
15303         2005-12-04  Bruno Haible  <bruno@clisp.org>
15304
15305                 * build-aux/csharpcomp.sh.in: Suffix for resources is
15306                 .resources, not .resource.
15307
15308         2005-07-09  Bruno Haible  <bruno@clisp.org>
15309
15310                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
15311                 add a .dll suffix.
15312                 Reported by Mark Junker <mjscod@gmx.de>.
15313
15314         2006-07-22  Bruno Haible  <bruno@clisp.org>
15315
15316                 * modules/gettext: Upgrade to gettext-0.15.
15317                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
15318                 m4/visibility.m4.
15319                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
15320
15321 2006-07-22  Bruno Haible  <bruno@clisp.org>
15322
15323         Merge from GNU gettext 0.15.
15324
15325         2006-03-25  Bruno Haible  <bruno@clisp.org>
15326
15327                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
15328
15329         2006-07-21  Bruno Haible  <bruno@clisp.org>
15330
15331                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
15332                 "1.1".
15333
15334         2006-05-09  Bruno Haible  <bruno@clisp.org>
15335
15336                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
15337                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
15338                 for the conftestver execution.
15339
15340         2006-05-01  Bruno Haible  <bruno@clisp.org>
15341
15342                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
15343                 optional target-version argument. Verify that the compiler
15344                 groks source of the specified source-version, or add -source
15345                 option as necessary. Verify that the compiler produces
15346                 bytecode in the specified target-version, or add -target and
15347                 -source options as necessary. Make the result of the test
15348                 available as variable CONF_JAVAC. Also log error output in
15349                 config.log.
15350
15351         2006-03-11  Bruno Haible  <bruno@clisp.org>
15352
15353                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
15354
15355         2006-05-09  Bruno Haible  <bruno@clisp.org>
15356
15357                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
15358                 CLASSPATH_SEPARATOR to a semicolon.
15359
15360         2006-03-12  Bruno Haible  <bruno@clisp.org>
15361
15362                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
15363                 available as variable CONF_JAVA, for subsequent autoconf
15364                 tests. Also log error output in config.log.
15365
15366         2006-07-19  Bruno Haible  <bruno@clisp.org>
15367
15368                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
15369                 that getline works on glibc2 systems. Needed to avoid trouble
15370                 in relocatable.c.
15371                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
15372
15373         2005-12-04  Bruno Haible  <bruno@clisp.org>
15374
15375                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
15376                 launcher (untested).
15377
15378         2005-12-04  Bruno Haible  <bruno@clisp.org>
15379
15380                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
15381
15382         2006-07-22  Bruno Haible  <bruno@clisp.org>
15383
15384                 * gettext.m4: Update from GNU gettext-0.15.
15385                 * nls.m4: Likewise.
15386                 * po.m4: Likewise.
15387                 * inttypes-pri.m4: Likewise.
15388                 * inttypes-h.m4: Renamed from inttypes.m4.
15389                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
15390
15391 2006-07-22  Bruno Haible  <bruno@clisp.org>
15392
15393         Merge from GNU gettext 0.15.
15394
15395         2005-07-05  Bruno Haible  <bruno@clisp.org>
15396
15397                 * printf-args.c (printf_fetchargs): Work around broken
15398                 definition of wint_t on mingw.
15399
15400         2005-02-12  Bruno Haible  <bruno@clisp.org>
15401
15402                 * xallocsa.h: Add extern "C" for C++.
15403
15404         2006-05-17  Bruno Haible  <bruno@clisp.org>
15405
15406                 Cygwin portability.
15407                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
15408
15409         2006-04-30  Bruno Haible  <bruno@clisp.org>
15410
15411                 * progreloc.c: Include <mach-o/dyld.h> if available.
15412                 (find_executable): Use _NSGetExecutablePath when possible.
15413
15414         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
15415
15416                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
15417                 function.
15418
15419         2005-12-29  Bruno Haible  <bruno@clisp.org>
15420
15421                 * progreloc.c (set_program_name_and_installdir): Fix
15422                 compilation error.
15423
15424         2005-12-04  Bruno Haible  <bruno@clisp.org>
15425
15426                 Cygwin portability.
15427                 * progreloc.c: Include <windows.h> also on Cygwin.
15428                 (find_executable): Add support for Cygwin.
15429                 (set_program_name_and_installdir): Handle also platforms with
15430                 nonempty EXEEXT.
15431
15432         2006-07-11  Bruno Haible  <bruno@clisp.org>
15433
15434                 * javacomp.c: Fix a comment.
15435                 Reported by Jim Meyering.
15436
15437         2006-04-30  Bruno Haible  <bruno@clisp.org>
15438
15439                 * javacomp.h (compile_java_class): Add source_version,
15440                 target_version arguments.
15441                 * javacomp.c: Rewritten to choose only a compiler that
15442                 respects the specified source_version and target_version.
15443
15444         2006-06-27  Bruno Haible  <bruno@clisp.org>
15445
15446                 Assume correct S_ISDIR macro.
15447                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
15448
15449         2006-07-22  Bruno Haible  <bruno@clisp.org>
15450
15451                 * javaversion.h: New file, from GNU gettext.
15452                 * javaversion.c: New file, from GNU gettext.
15453                 * javaversion.java: New file, from GNU gettext.
15454                 * javaversion.class: New file, from GNU gettext.
15455
15456         2006-05-17  Bruno Haible  <bruno@clisp.org>
15457
15458                 Cygwin portability.
15459                 * javaexec.c (execute_java_class): Test for jview program
15460                 also on Cygwin.
15461
15462         2006-04-09  Bruno Haible  <bruno@clisp.org>
15463
15464                 * fatal-signal.c: Don't include string.h.
15465                 (at_fatal_signal): Use a copying loop instead of memcpy.
15466
15467         2005-12-04  Bruno Haible  <bruno@clisp.org>
15468
15469                 * csharpexec.c: Add support for 'clix' launcher (untested).
15470                 (execute_csharp_using_sscli): New function.
15471                 (execute_csharp_program): Call it.
15472
15473         2006-06-21  Bruno Haible  <bruno@clisp.org>
15474
15475                 Avoid warnings from recent versions of mcs.
15476                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
15477                 -o, -L, -r any more. Use options documented since mcs-1.0
15478                 instead. Similarly for -g.
15479
15480         2005-07-09  Bruno Haible  <bruno@clisp.org>
15481
15482                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
15483                 add a .dll suffix.
15484                 Reported by Mark Junker <mjscod@gmx.de>.
15485
15486         2006-06-17  Bruno Haible  <bruno@clisp.org>
15487
15488                 * config.charset: Update for NetBSD 3.0.
15489
15490         2006-05-17  Bruno Haible  <bruno@clisp.org>
15491
15492                 Cygwin portability.
15493                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
15494
15495         2006-05-16  Bruno Haible  <bruno@clisp.org>
15496
15497                 * localcharset.c [CYGWIN]: Include <windows.h>.
15498                 (get_charset_aliases): For Cygwin, return the same CPxxx
15499                 aliases list as under WIN32.
15500                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
15501                 the environment variables. Fall back to GetACP().
15502
15503         2006-04-05  Bruno Haible  <bruno@clisp.org>
15504
15505                 * config.charset: Update Juan Manuel Guerrero's address.
15506
15507         2005-02-12  Bruno Haible  <bruno@clisp.org>
15508
15509                 * allocsa.h: Add extern "C" for C++.
15510
15511         2005-02-10  Bruno Haible  <bruno@clisp.org>
15512
15513                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
15514                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
15515
15516         2006-07-22  Bruno Haible  <bruno@clisp.org>
15517
15518                 * gettext.h: Update to GNU gettext-0.15.
15519
15520 2006-07-22  Bruno Haible  <bruno@clisp.org>
15521
15522         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
15523         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
15524         lib-prefix.m4, longdouble.m4, ssize_t.m4.
15525
15526 2006-07-21  Eric Blake  <ebb9@byu.net>
15527
15528         * modules/stdlib-safer: New file.
15529         * MODULES.html.sh (File stream based Input/Output): Add
15530         stdlib-safer.
15531
15532 2006-07-21  Eric Blake  <ebb9@byu.net>
15533
15534         * lib/stdlib-safer.h: New file from coreutils, required by
15535         stdlib--.h.
15536
15537 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
15538
15539         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
15540
15541 2006-07-20  Bruno Haible  <bruno@clisp.org>
15542
15543         * gnulib-tool: Recognize new option --assume-autoconf.
15544         (autoconf_minversion): New variable.
15545         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
15546
15547 2006-07-20  Bruno Haible  <bruno@clisp.org>
15548
15549         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
15550
15551 2006-07-19  Derek R. Price  <derek@ximbiot.com>
15552
15553         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
15554         Reindent and repaginate.
15555
15556 2006-07-19  Derek Price  <derek@ximbiot.com>
15557
15558         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
15559         Correct grammar.
15560
15561 2006-07-17  Bruno Haible  <bruno@clisp.org>
15562
15563         * modules/list: New file.
15564         * modules/array-list: New file.
15565         * modules/carray-list, modules/carray-list-tests: New files.
15566         * modules/linked-list, modules/linked-list-tests: New files.
15567         * modules/avltree-list, modules/avltree-list-tests: New files.
15568         * modules/rbtree-list, modules/rbtree-list-tests: New files.
15569         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
15570         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
15571         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
15572         * modules/oset: New file.
15573         * modules/array-oset: New file.
15574         * modules/avltree-oset, modules/avltree-oset-tests: New files.
15575         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
15576         * tests/test-carray_list.c: New file.
15577         * tests/test-linked_list.c: New file.
15578         * tests/test-avltree_list.c: New file.
15579         * tests/test-rbtree_list.c: New file.
15580         * tests/test-linkedhash_list.c: New file.
15581         * tests/test-avltreehash_list.c: New file.
15582         * tests/test-rbtreehash_list.c: New file.
15583         * tests/test-avltree_oset.c: New file.
15584         * tests/test-rbtree_oset.c: New file.
15585         * MODULES.html.sh (Container data structures): New section.
15586
15587 2006-07-17  Bruno Haible  <bruno@clisp.org>
15588
15589         * m4/gl_list.m4: New file.
15590
15591 2006-07-17  Bruno Haible  <bruno@clisp.org>
15592
15593         * lib/gl_list.h: New file.
15594         * lib/gl_list.c: New file.
15595         * lib/gl_array_list.h: New file.
15596         * lib/gl_array_list.c: New file.
15597         * lib/gl_carray_list.h: New file.
15598         * lib/gl_carray_list.c: New file.
15599         * lib/gl_linked_list.h: New file.
15600         * lib/gl_linked_list.c: New file.
15601         * lib/gl_anylinked_list1.h: New file.
15602         * lib/gl_anylinked_list2.h: New file.
15603         * lib/gl_avltree_list.h: New file.
15604         * lib/gl_avltree_list.c: New file.
15605         * lib/gl_anyavltree_list1.h: New file.
15606         * lib/gl_anyavltree_list2.h: New file.
15607         * lib/gl_rbtree_list.h: New file.
15608         * lib/gl_rbtree_list.c: New file.
15609         * lib/gl_anyrbtree_list1.h: New file.
15610         * lib/gl_anyrbtree_list2.h: New file.
15611         * lib/gl_anytree_list1.h: New file.
15612         * lib/gl_anytree_list2.h: New file.
15613         * lib/gl_linkedhash_list.h: New file.
15614         * lib/gl_linkedhash_list.c: New file.
15615         * lib/gl_anyhash_list1.h: New file.
15616         * lib/gl_anyhash_list2.h: New file.
15617         * lib/gl_avltreehash_list.h: New file.
15618         * lib/gl_avltreehash_list.c: New file.
15619         * lib/gl_rbtreehash_list.h: New file.
15620         * lib/gl_rbtreehash_list.c: New file.
15621         * lib/gl_anytreehash_list1.h: New file.
15622         * lib/gl_anytreehash_list2.h: New file.
15623
15624         * lib/gl_oset.h: New file.
15625         * lib/gl_oset.c: New file.
15626         * lib/gl_array_oset.h: New file.
15627         * lib/gl_array_oset.c: New file.
15628         * lib/gl_avltree_oset.h: New file.
15629         * lib/gl_avltree_oset.c: New file.
15630         * lib/gl_rbtree_oset.h: New file.
15631         * lib/gl_rbtree_oset.c: New file.
15632         * lib/gl_anytree_oset.h: New file.
15633
15634 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15635
15636         * m4/mkancesdirs.m4: New file.
15637         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
15638         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
15639         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
15640         it.
15641
15642 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15643
15644         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
15645         * lib/mkancesdirs.h: New files.
15646         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
15647         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
15648         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
15649         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
15650         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
15651         callers changed.  Revamp internals significantly, by not
15652         attempting to create directories that are temporarily more
15653         permissive than the final results.  Do not attempt to use
15654         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
15655         This removes some race conditions, fixes some bugs, and simplifies
15656         things.  Use new dirchownmod function to do owner and mode changes.
15657         * lib/mkdir-p.h: Likewise.
15658         * lib/modechange.c (octal_to_mode): New function.
15659         (struct mode_change): New member mentioned.
15660         (make_node_op_equals): New arg mentioned.  All callers changed.
15661         (mode_compile): Keep track of which mode bits the user has explicitly
15662         mentioned.
15663         (mode_adjust): New arg DIR, so that we implement the X op correctly.
15664         New arg PMODE_BITS, to keep track of which mode bits the user
15665         mentioned; it treats S_ISUID and S_ISGID speciall.
15666         All callers changed.
15667         * lib/modechange.h: Likewise.
15668
15669 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15670
15671         * MODULES.html.sh: Add mkancestors.
15672         * modules/mkancesdirs: New module.
15673         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
15674         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
15675         The chdir-safer and afs files are now orphans; I'll remove them
15676         unless someone speaks up.
15677         Add lib/dirchownmod.c, lib/dirchownmod.h.
15678         (Depends-on): Remove alloca, chown, save-cwd, dirname.
15679         Add lchown, mkancesdirs.
15680         (Maintainer): Add self.
15681
15682 2006-07-15  Karl Berry  <karl@gnu.org>
15683
15684         * gnulib-tool: help message wording/arrangement.
15685
15686 2006-07-14  Simon Josefsson  <jas@extundo.com>
15687
15688         * doc/gnulib.texi (Libtool and Windows): New section.
15689
15690 2006-07-12  Simon Josefsson  <jas@extundo.com>
15691
15692         * modules/gendocs (License): Fix license, approved by Karl.
15693
15694 2006-07-12  Eric Blake  <ebb9@byu.net>
15695
15696         * MODULES.html.sh: Add gendocs.
15697
15698 2006-07-11  Eric Blake  <ebb9@byu.net>
15699
15700         * modules/fdl: New module, to install doc/fdl.texi.
15701         * MODULES.html.sh: Add new section for documentation modules.
15702         * gnulib-tool: Avoid space-tab.
15703         (--doc-base): New option, to manage files from doc.
15704
15705 2006-07-11  Eric Blake  <ebb9@byu.net>
15706
15707         * m4/absolute-header.m4: Fix comments to match recent change.
15708
15709 2006-07-11  Eric Blake  <ebb9@byu.net>
15710
15711         * gnulib-tool: List --doc-base before --tests-base.
15712
15713 2006-07-11  Derek R. Price  <derek@ximbiot.com>
15714
15715         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
15716
15717 2006-07-11  Bruno Haible  <bruno@clisp.org>
15718
15719         * README: Mention where to put documentation.
15720
15721 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15722
15723         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
15724
15725 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
15726
15727         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
15728         to stdint.m4.
15729
15730 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
15731
15732         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
15733         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
15734         "no/such/file/stdint.h" when there is no such file, so that
15735         the resulting C code can be parsed by dodgy compilers.
15736         Problems reported by Bob Proulx.
15737
15738 2006-07-10  Derek R. Price  <derek@ximbiot.com>
15739
15740         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
15741         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
15742         macros into the GNU _D_EXACT_NAMLEN.
15743         * lib/savedir.c:  Likewise.
15744         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
15745
15746 2006-07-10  Derek R. Price  <derek@ximbiot.com>
15747         and Paul Eggert  <eggert@cs.ucla.edu>
15748
15749         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
15750         * m4/savedir.m4:
15751         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
15752         macros into the GNU _D_EXACT_NAMLEN.
15753
15754 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15755
15756         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
15757         around the absolute name, to work around a problem with the HP-UX
15758         11.23 native C compiler, reported by Bob Proulx.
15759
15760 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15761
15762         * doc/maintain.texi, make-stds.texi: Sync from
15763         <http://savannah.gnu.org/projects/gnustandards>.
15764
15765 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15766
15767         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
15768
15769 2006-07-09  Jim Meyering  <jim@meyering.net>
15770
15771         * m4/glob.m4: Remove a doubled word in a comment.
15772
15773 2006-07-09  Jim Meyering  <jim@meyering.net>
15774
15775         * lib/argp-pv.c: Remove a doubled word in a comment.
15776         * lib/check-version.c (check_version): Likewise.
15777         * lib/javacomp.c (compile_java_class): Likewise.
15778
15779 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
15780
15781         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
15782         for the benefit of people using Autoconf 2.60.  If you want to
15783         support older Autoconf versions you can copy m4/onceonly_2_57.m4
15784         (or m4/onceonly.m4, if pre-2.57) manually.
15785
15786 2006-07-08  Jim Meyering  <jim@meyering.net>
15787
15788         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
15789         comment.
15790         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
15791         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
15792         comment.
15793
15794 2006-07-08  Jim Meyering  <jim@meyering.net>
15795
15796         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
15797
15798 2006-07-07  Simon Josefsson  <jas@extundo.com>
15799
15800         * tests/test-crc.c: Change expected crc value, the test vector
15801         were probably computed using the old broken crc.c?
15802
15803 2006-07-06  Simon Josefsson  <jas@extundo.com>
15804
15805         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
15806         now the canonical place for the M4 file).
15807
15808         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
15809         from the sys_socket dependency now.
15810
15811         * modules/inet_pton (Files): Ditto.
15812
15813         * modules/inet_ntop (Files): Ditto.
15814
15815 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15816
15817         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
15818         not gl_PREREQ_GETUSERSHELL.
15819
15820 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15821
15822         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
15823         with only one argument, for Autoconf 2.60.
15824         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
15825         expand to nothing, so add a shell command to avoid syntax error.
15826         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
15827
15828 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15829
15830         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
15831
15832 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15833
15834         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
15835         no longer needed.  Check for isblank decl.
15836         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
15837         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
15838         of existence.
15839
15840 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15841
15842         * lib/getloadavg.c: Use __VMS, not VMS.
15843         * lib/getopt.c: Likewise.
15844         * lib/getpagesize.h: Likewise.
15845         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
15846         and probably does not work.
15847
15848 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15849
15850         * lib/.cppi-disable: Add wcwidth.
15851         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
15852         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
15853         (ISGRAPH): Remove.  All uses changed to isgraph.
15854         (FOLD) [!defined _LIBC]: Remove special case.
15855         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
15856         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
15857         HAVE_ISBLANK.
15858         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
15859         case.
15860
15861 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
15862
15863         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
15864         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
15865         brackets.  Other minor changes to suppress some compiler
15866         warnings.
15867
15868 2006-07-06  Derek R. Price  <derek@ximbiot.com>
15869         and Paul Eggert  <eggert@cs.ucla.edu>
15870
15871         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
15872         of invoking obsolescent AC_HEADER_DIRENT macro.
15873         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
15874         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
15875         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
15876         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
15877         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
15878         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
15879         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
15880         * m4/readdir.m4: Remove; no longer needed.
15881
15882 2006-07-06  Derek R. Price  <derek@ximbiot.com>
15883         and Paul Eggert  <eggert@cs.ucla.edu>
15884
15885         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
15886         Don't worry about this obsolete case any more.
15887         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
15888         directories.
15889         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
15890         worry about this obsolete case any more.
15891         * lib/fts.c: Likewise.
15892         * lib/getcwd.c: Likewise.
15893         * lib/glob.h: Likewise.
15894         * lib/savedir.c: Likewise.
15895
15896 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
15897
15898         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
15899         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
15900         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
15901         needed.
15902         All uses removed.
15903         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
15904         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
15905         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
15906         needed.
15907         * m4/getdate.m4 (gl_GETDATE): Likewise.
15908         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
15909         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
15910         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
15911         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
15912         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
15913         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
15914         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
15915         needed.
15916
15917 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
15918
15919         * lib/memcasecmp.c: Include <limits.h>.
15920         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
15921         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
15922         Don't assume isdigit succeeds only on '0' through '9'.
15923
15924 2006-07-05  Eric Blake  <ebb9@byu.net>
15925
15926         * modules/getaddrinfo (Depends-on): Add snprintf.
15927
15928 2006-07-05  Eric Blake  <ebb9@byu.net>
15929
15930         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
15931         to avoid 'header present but could not be compiled' on cygwin.
15932
15933 2006-07-05  Eric Blake  <ebb9@byu.net>
15934
15935         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
15936         missing from netdb.h.
15937         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
15938
15939 2006-07-05  Derek R. Price  <derek@ximbiot.com>
15940
15941         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
15942         no longer needed.
15943         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
15944         * m4/getdate.m4 (gl_GETDATE): Likewise.
15945         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
15946         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
15947         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
15948         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
15949         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
15950
15951 2006-07-05  Derek R. Price  <derek@ximbiot.com>
15952
15953         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
15954         All uses of is_space replaced by isspace.
15955         * lib/exit.h: Don't talk about STDC_HEADERS.
15956         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
15957         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
15958         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
15959         replaced by isprint etc.
15960         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
15961         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
15962         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
15963         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
15964         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
15965         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
15966
15967 2006-07-05  Bruno Haible  <bruno@clisp.org>
15968
15969         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
15970         the function exists, before testing against AIX.
15971         Reported by Martin Lambers <marlam@marlam.de>.
15972
15973 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
15974
15975         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
15976         From Mark D. Baushke.
15977
15978 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
15979
15980         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
15981         to the absolute name, not just one, to bypass Sun C 5.8's
15982         "warning: #include of /usr/include/... may be non-portable".
15983
15984 2006-07-04  Eric Blake  <ebb9@byu.net>
15985
15986         * modules/dirname-tests: New test module.
15987         * tests/test-dirname.c: New file, replacing dirname.c
15988         TEST_DIRNAME section that was recently deleted.
15989
15990 2006-07-04  Bruno Haible  <bruno@clisp.org>
15991
15992         Assume ANSI C header files and <ctype.h> functions.
15993         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
15994         (mbsnwidth): Use isprint, iscntrl instead.
15995
15996 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15997
15998         Merge from coreutils.
15999         * MODULES.html.sh: Add xstrtold.
16000         * modules/xstrtold: New file.
16001         * modules/cycle-check (Files): Add lib/same-inode.h.
16002         * modules/dirname (Files): Add m4/double-slash-root.m4.
16003         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
16004         * modules/mkdir-p (Files): Add lib/same-inode.h.
16005         * modules/same (Files): Add lib/same-inode.h.
16006
16007 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16008
16009         * m4/absolute-header.m4: Renamed from full-header-path.m4.
16010         This is to keep the terminology clean; POSIX talks about
16011         "absolute pathnames", not "full pathnames", but the GNU
16012         Coding Standards say to use "path" for something else;
16013         so use "absolute" to keep both sides happy.
16014         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
16015         Set gl_absolute_header, not gl_full_header_path.
16016         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
16017         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
16018         All uses changed.
16019
16020         Merge from coreutils.
16021
16022         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
16023
16024         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
16025         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
16026         want to require the building of c-strtod.o.
16027         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
16028         needs -lm directly.
16029         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
16030
16031         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
16032
16033         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
16034         --as-needed option if available.  Problem reported by Albert Chin in
16035         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
16036         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
16037         cc merely issues a bunch of annoying warnings for --as-needed
16038         (this problem was reported by Bob Proulx).  Also, try linking with
16039         -lm to detect a bug in binutils 2.16 (this problem was reported
16040         by Ralf Wildenhues).
16041
16042         2006-06-18  Jim Meyering  <jim@meyering.net>
16043
16044         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
16045         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
16046         macro.
16047         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
16048         also check for glibc-2.4's abort-inducing bug.
16049
16050         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
16051         Low-probability clean-up should be to use rmdir to get rid of
16052         the just-created directory, not unlink.
16053
16054         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
16055         configure fail, and request a bug report to inform us about it.
16056         Add a comment that, barring reports to the contrary, in 2007 we'll
16057         assume ftruncate is universally available.
16058
16059         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
16060
16061         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
16062
16063         2006-03-12  Jim Meyering  <jim@meyering.net>
16064
16065         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
16066         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
16067         * m4/same.m4 (gl_SAME): Likewise.
16068         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
16069
16070         2006-03-11  Eric Blake  <ebb9@byu.net>
16071
16072         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
16073         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
16074         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
16075         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
16076
16077 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16078
16079         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
16080         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
16081         reported by Mark D. Baushke, one in
16082         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
16083
16084         Merge from coreutils.
16085
16086         * lib/.cppi-disable: Add stdint_.h.
16087         * lib/.cvsignore: Add stdint.h.
16088
16089         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
16090
16091         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
16092         both double and long double versions.
16093         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
16094         * lib/xstrtold.c: New file.
16095         * lib/xstrtod.h (xstrtold): New decl.
16096
16097         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
16098
16099         * lib/filemode.c (setst): Remove.
16100         (strmode): Rewrite to avoid setst.  This makes the code shorter,
16101         (arguably) clearer, and the generated code is a bit smaller on my
16102         Debian GNU/Linux stable x86 host.
16103
16104         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
16105
16106         * lib/filemode.c: Include "filemode.h" first, to test the interface.
16107         Assume that filemode.h includes sys/types.h and sys/stat.h.
16108         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
16109         (ftypelet): Reorder to put common cases first, for efficiency.
16110         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
16111         to do 'M'.
16112         (strmode): Renamed from mode_string, and now stores 12 bytes instead
16113         of 10, for compatibility with FreeBSD.  All callers changed.
16114         (filemodestring): Now stores 12 bytes instead of 10, and sets file
16115         types that can't be deduced solely from st_mode.  First arg is now a
16116         const pointer.
16117         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
16118         (strmode): Renamed from mode_string.
16119         (filemodestring): New decl.
16120         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
16121         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
16122         needed.
16123         (S_ISPORT, S_ISWHT): New macros, if not already defined.
16124
16125         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
16126
16127         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
16128         fsusage.h now does that.  Include fsusage.h first, to test interface.
16129         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
16130         at most one method (the old code could have generated decls that
16131         didn't conform to C89, not that this was ever exercised).
16132         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
16133
16134         2006-03-19  Jim Meyering  <jim@meyering.net>
16135
16136         Work even in a chroot where d_ino values for entries in "/"
16137         don't match the stat.st_ino values for the same names.
16138         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
16139         number, iterate through all entries again, using lstat instead.
16140         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
16141         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
16142
16143         * lib/getcwd.c (__getcwd): Clarify a comment.
16144         Use memcpy in place of a call to strcpy.
16145
16146         2006-03-12  Jim Meyering  <jim@meyering.net>
16147
16148         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
16149         matches that of the current directory (which we're about to chdir ".."
16150         out of), then save the dev-ino of the parent, instead.
16151
16152         * lib/same-inode.h (SAME_INODE): New file/macro.
16153         * lib/chdir-safer.c (SAME_INODE): Remove definition.
16154         Include "same-inode.h", instead.
16155         * lib/same.c: Likewise.
16156         * lib/cycle-check.h: Include "same-inode.h".
16157         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
16158         * lib/cycle-check.c (SAME_INODE): Remove definition.
16159         * lib/root-dev-ino.h: Include "same-inode.h".
16160
16161         2006-03-11  Eric Blake  <ebb9@byu.net>
16162
16163         * lib/same.c (same_name): s/base_name/last_component/
16164         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
16165         * lib/filenamecat.c (file_name_concat): Likewise.
16166
16167         2006-03-11  Eric Blake  <ebb9@byu.net>,
16168                     Paul Eggert  <eggert@cs.ucla.edu>
16169
16170         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
16171         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
16172         drive prefix.
16173         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
16174         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
16175         (last_component): New method.
16176         * lib/dirname.c (dir_len): Determine when drive letters need a
16177         subsequent slash.  Preserve // when it is special.
16178         (dir_name): Don't append dot when drive letter is absolute.
16179         [TEST_DIRNAME]: Move into a full-blown gnulib test.
16180         * lib/basename.c (base_name): New semantics - malloc the result.
16181         Preserve // when it is special.  Preserve relative files that look
16182         like drive letters.
16183         (base_len): Preserve // when it is special.
16184         (last_component): New method, similar to old base_name semantics.
16185         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
16186         base_name.  Strip redundant slashes from ///.
16187
16188 2006-07-03  Jim Meyering  <jim@meyering.net>
16189
16190         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
16191         macro is used before the first cycle_check call.
16192
16193 2006-07-03  Eric Blake  <ebb9@byu.net>
16194
16195         * modules/dirname (Depends-on): Add xstrndup.
16196
16197 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
16198
16199         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
16200         test cases, so that config.log is a bit easier to follow.
16201
16202 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
16203
16204         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
16205         both are 64 bits, since this seems to be the tradition, and this
16206         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
16207         we ever run into a host that prefers long long to long in this
16208         case, we'll need another configure-time test.  Problem reported by
16209         Jim Meyering.
16210
16211 2006-07-02  Eric Blake  <ebb9@byu.net>
16212
16213         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
16214
16215 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16216
16217         * modules/inttypes (Depends-on): No longer depends on stdint.
16218         * modules/stdint (Description): Say more about assumptions.
16219         Say that the fast types might differ.  Say macros are used.
16220         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
16221         (Makefile.am): Revise list of substituted symbols to match
16222         new stdint.m4.
16223         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
16224         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
16225         * tests/test-stdint.c (verify_same_types)
16226         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
16227         the code conforms to C99/C89.
16228         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
16229         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
16230
16231 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16232
16233         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
16234         but fix a bug, by requiring at least 64 bits.
16235         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
16236         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
16237         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
16238         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
16239
16240         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
16241         changes.  Make 2.59 a prerequisite.  Check and substitute for
16242         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
16243         inttypes.h.  Do not use special include files; just use the
16244         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
16245         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
16246         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
16247         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
16248         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
16249         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
16250         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
16251         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
16252         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
16253         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
16254         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
16255         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
16256         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
16257         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
16258         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
16259         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
16260         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
16261         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
16262         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
16263         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
16264         WINT_MAX.  Check for C99 conformance more strictly, by detecting
16265         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
16266         not check for things that C99 does not require, e.g., int8_t.  If
16267         a test isn't needed unless <stdint.h> isn't working, and is
16268         unlikely to be needed for any other reason, then don't do it
16269         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
16270         size_t, since we assume C89 freestanding at least.  Do not check
16271         for sig_atomic_t, wchar_t, or wint_t, since the code now does
16272         the right thing even if the types are not defined.  Instead use:
16273         (gl_STDINT_TYPE_PROPERTIES): New macro.
16274         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
16275         testing whether <sys/types.h> clashes, as Autoconf does this for
16276         us now.  All uses removed.
16277         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
16278         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
16279         (gl_CHECK_TYPE_SAME):
16280         Remove; no longer needed.
16281         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
16282         exists, since we'll return 0 anyway in that case.
16283         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
16284
16285 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16286
16287         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
16288         possible collision with system files.
16289         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
16290         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
16291         WCHAR_MIN and WCHAR_MAX in this case.
16292         (<stddef.h>): Do not include; no longer needed.
16293         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
16294         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
16295         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
16296         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
16297         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
16298         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
16299         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
16300         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
16301         !defined(__c99))]: Include in this case too, since it's harmless
16302         now.
16303         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
16304         dangerous to do so.
16305         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
16306         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
16307         (_STDINT_MIN, _STDINT_MAX): New macros.
16308         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
16309         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
16310         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
16311         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
16312         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
16313         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
16314         macros, not typedefs; this simplifies things quite a bit.
16315         Use long int for all types narrower than int64_t.
16316         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
16317         Define in terms of long long int or int64_t or long int,
16318         not int64_t or int32_t.  This saves some compile-time testing.
16319         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
16320         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
16321         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
16322         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
16323         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
16324         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
16325         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
16326         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
16327         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
16328         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
16329         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
16330         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
16331         undef any previous version and define our own version, for
16332         simplicity and consistency with the new macros for types.
16333         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
16334         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
16335         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
16336         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
16337         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
16338         @WINT_T_SUFFIX@ to keep things simple here.
16339         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
16340         Simplify by assuming typical 8/16/32/64 host, since we're
16341         already doing that elsewhere anyway.
16342         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
16343         and assume long long int is 64 bits if available.  This
16344         speeds up 'configure'.
16345
16346 2006-07-01  Eric Blake  <ebb9@byu.net>
16347
16348         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
16349         Reported by Andreas Buening.
16350
16351 2006-07-01  Eric Blake  <ebb9@byu.net>
16352
16353         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
16354
16355 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
16356
16357         * lib/getaddrinfo.c: fixed typo
16358
16359 2006-06-29  Jim Meyering  <jim@meyering.net>
16360
16361         * modules/strftime (Maintainer): Add my name, since with the
16362         FPRINTFTIME changes strftime.c has forked from glibc.
16363
16364 2006-06-29  Eric Blake  <ebb9@byu.net>
16365
16366         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
16367
16368 2006-06-29  Eric Blake  <ebb9@byu.net>
16369
16370         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
16371
16372 2006-06-29  Eric Blake  <ebb9@byu.net>
16373
16374         * lib/stat_.h: New file.
16375
16376 2006-06-29  Eric Blake  <ebb9@byu.net>
16377
16378         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
16379         unused static function.
16380
16381 2006-06-29  Eric Blake  <ebb9@byu.net>
16382
16383         * doc/functions.texi (Function Portability): Document missing lstat
16384         on mingw.
16385
16386 2006-06-29  Eric Blake  <ebb9@byu.net>
16387
16388         * MODULES.html.sh: Add sys_stat.
16389         * modules/sys_stat: New module.
16390         * modules/mkstemp (Depends-on): Add sys_stat.
16391
16392 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16393
16394         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
16395
16396 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16397
16398         * m4/c-bs-a.m4: Removed.
16399
16400 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16401
16402         * lib/strftime.c: Assume strftime() exists.
16403
16404 2006-06-29  Derek Price  <derek@ximbiot.com>
16405
16406         * modules/c-bs-a: Removed - \a is C89.
16407         * MODULES.html.sh: Remove c-bs-a.
16408
16409 2006-06-29  Bruno Haible  <bruno@clisp.org>
16410
16411         * modules/wcwidth (License): Change to LGPL.
16412
16413 2006-06-28  Simon Josefsson  <jas@extundo.com>
16414
16415         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
16416         on _WIN32.
16417
16418         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
16419         getnameinfo.
16420
16421 2006-06-28  Simon Josefsson  <jas@extundo.com>
16422
16423         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
16424
16425 2006-06-28  Simon Josefsson  <jas@extundo.com>
16426
16427         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
16428         functions there.  It will succeed on Windows XP, but on Windows
16429         2000 and (presumably) earlier, it will fail, and use the internal
16430         re-implementation.
16431         (use_win32_p): New function.
16432         (getaddrinfo): Use strtoul on servname, to support numeric ports.
16433         Support AI_NUMERICSERV to disable getservbyname.
16434         (getnameinfo): New function, only supports
16435         NI_NUMERICHOST|NI_NUMERICSERV for now.
16436
16437         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
16438         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
16439         getnameinfo.
16440
16441 2006-06-28  Eric Blake  <ebb9@byu.net>
16442
16443         * modules/wcwidth: New file.
16444         * modules/mbchar (Depends-on): Add wcwidth.
16445         * modules/mbswidth (Depends-on): Add wcwidth.
16446         * MODULES.html.sh: Add wcwidth.
16447
16448 2006-06-28  Eric Blake  <ebb9@byu.net>
16449
16450         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
16451         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
16452
16453 2006-06-28  Eric Blake  <ebb9@byu.net>
16454
16455         * lib/xvasprintf.h: Fix comments.
16456
16457 2006-06-28  Eric Blake  <ebb9@byu.net>
16458
16459         * lib/mbchar.h (wcwidth): Include wcwidth.h.
16460         * lib/mbswidth.c (wcwidth): Move from here...
16461         * lib/wcwidth.h: ...to this new file.
16462
16463 2006-06-28  Derek R. Price  <derek@ximbiot.com>
16464
16465         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
16466
16467         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
16468         it's obsolete.
16469         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
16470
16471 2006-06-28  Derek R. Price  <derek@ximbiot.com>
16472
16473         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
16474         Autoconf 2.60 says this stuff was obsolete.
16475
16476 2006-06-28  Bruno Haible  <bruno@clisp.org>
16477
16478         * modules/wcwidth (Files): Add m4/wchar_t.m4.
16479
16480 2006-06-28  Bruno Haible  <bruno@clisp.org>
16481
16482         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
16483         gt_TYPE_WCHAR_T.
16484
16485 2006-06-28  Bruno Haible  <bruno@clisp.org>
16486
16487         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
16488         declaration for wcwidth.
16489         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
16490
16491 2006-06-28  Bruno Haible  <bruno@clisp.org>
16492
16493         * lib/mkdtemp.c [MINGW]: Include <io.h>.
16494         (mkdir): Define using _mkdir.
16495
16496 2006-06-28  Bruno Haible  <bruno@clisp.org>
16497
16498         * lib/getaddrinfo.h: Fix POSIX URL.
16499         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
16500         _WIN32.
16501         (use_win32_p): Make static.
16502         (getaddrinfo): Reject service name if it is empty or does not consist
16503         solely of decimal digits, or if its value is > 65535.
16504         (getnameinfo): Remove useless casts.
16505
16506 2006-06-27  Simon Josefsson  <jas@extundo.com>
16507
16508         * modules/sys_select: New file, suggested by Bruno Haible, Paul
16509         Eggert and Martin Lambers.
16510
16511 2006-06-27  Simon Josefsson  <jas@extundo.com>
16512
16513         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
16514         Eggert and Martin Lambers.
16515
16516 2006-06-27  Bruno Haible  <bruno@clisp.org>
16517
16518         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
16519         result to 0, not to empty.
16520         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
16521
16522 2006-06-27  Bruno Haible  <bruno@clisp.org>
16523
16524         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
16525
16526 2006-06-26  Simon Josefsson  <jas@extundo.com>
16527
16528         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
16529         present.
16530
16531 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
16532
16533         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
16534         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
16535         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
16536
16537 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
16538
16539         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
16540
16541 2006-06-26  Bruno Haible  <bruno@clisp.org>
16542
16543         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
16544
16545 2006-06-26  Bruno Haible  <bruno@clisp.org>
16546
16547         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
16548
16549 2006-06-26  Bruno Haible  <bruno@clisp.org>
16550
16551         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
16552         SGI C compiler in pre-C99 mode.
16553         Suggested by Mark D. Baushke and Larry Jones.
16554
16555 2006-06-26  Bruno Haible  <bruno@clisp.org>
16556
16557         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
16558         WCHAR_MAX.
16559         Reported by Mark D. Baushke and Larry Jones.
16560
16561 2006-06-26  Bruno Haible  <bruno@clisp.org>
16562
16563         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
16564         in pre-C99 mode.
16565         Suggested by Mark D. Baushke and Larry Jones.
16566
16567 2006-06-23  Simon Josefsson  <jas@extundo.com>
16568             Bruno Haible  <bruno@clisp.org>
16569
16570         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
16571         Emit mostlyclean-local rule.
16572         (func_emit_tests_Makefile_am): Likewise.
16573         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
16574
16575 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
16576
16577         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
16578
16579 2006-06-23  Bruno Haible  <bruno@clisp.org>
16580
16581         * tests/test-stdint.c: Update to match ISO C 99 Technical
16582         Corrigendum 1.
16583
16584 2006-06-23  Bruno Haible  <bruno@clisp.org>
16585
16586         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
16587
16588 2006-06-23  Bruno Haible  <bruno@clisp.org>
16589
16590         * lib/stdint_.h: Treat IRIX like OpenBSD.
16591
16592 2006-06-23  Bruno Haible  <bruno@clisp.org>
16593
16594         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
16595         ISO C 99 Technical Corrigendum 1.
16596
16597 2006-06-22  Simon Josefsson  <jas@extundo.com>
16598
16599         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
16600         MinGW.
16601
16602 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16603
16604         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
16605         needed.  Some compiler complained about some of them.  Problem reported
16606         by Larry Jones in
16607         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
16608
16609 2006-06-21  Simon Josefsson  <jas@extundo.com>
16610
16611         * tests/test-getaddrinfo.c: New file.
16612
16613         * modules/getaddrinfo-tests: New file.
16614
16615         * MODULES.html.sh: Add inet_pton.
16616
16617         * modules/inet_pton: New file.
16618
16619 2006-06-21  Simon Josefsson  <jas@extundo.com>
16620
16621         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
16622         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
16623         of using the (limited) gnulib implementation on Windows XP.
16624
16625         * m4/inet_pton.m4: New file.
16626
16627 2006-06-21  Simon Josefsson  <jas@extundo.com>
16628
16629         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
16630         variable.
16631
16632         * lib/socket_.h: Don't define WINVER.
16633
16634         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
16635         slightly modified to work in gnulib.
16636
16637 2006-06-21  Simon Josefsson  <jas@extundo.com>
16638
16639         * doc/gnulib.texi (Windows sockets): Add.
16640
16641 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
16642
16643         * lib/read-file.c (fread_file): Start with buffer allocation of
16644         0 bytes rather than 1 byte; this simplifies the code.
16645         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
16646         code to free buffer and save/restore errno.
16647         (internal_read_file): Remove unused local.
16648
16649 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
16650
16651         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
16652         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
16653         Problem reported by Denis Excoffier in
16654         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
16655
16656 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16657
16658         * modules/sys_socket, modules/socklen: Include sys/types since
16659         FreeBSD 4.x's sys/socket.h needs it.
16660
16661 2006-06-19  Simon Josefsson  <jas@extundo.com>
16662
16663         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
16664
16665 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
16666
16667         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
16668
16669 2006-06-19  Bruno Haible  <bruno@clisp.org>
16670
16671         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
16672         and FULL_PATH_INTTYPES_H in angle brackets.
16673         Reported by Mark D. Baushke <mdb@gnu.org>.
16674
16675 2006-06-17  Eric Blake  <ebb9@byu.net>
16676
16677         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
16678         errno.
16679
16680 2006-06-17  Bruno Haible  <bruno@clisp.org>
16681
16682         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
16683         <sys/inttypes.h>.
16684
16685 2006-06-17  Bruno Haible  <bruno@clisp.org>
16686
16687         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
16688         whether errno is declared. Assume <errno.h> declares errno.
16689
16690 2006-06-17  Bruno Haible  <bruno@clisp.org>
16691
16692         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
16693
16694 2006-06-17  Bruno Haible  <bruno@clisp.org>
16695
16696         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
16697         problem on Solaris 2.5.1.
16698
16699 2006-06-16  Eric Blake  <ebb9@byu.net>
16700
16701         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
16702         * lib/unicodeio.c [!defined errno]: Likewise.
16703         * lib/strtol.c [!defined errno]: Likewise.
16704         * lib/strtod.c [!defined errno]: Likewise.
16705
16706 2006-06-15  Eric Blake  <ebb9@byu.net>
16707
16708         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
16709
16710 2006-06-15  Eric Blake  <ebb9@byu.net>
16711
16712         * config/srclist.txt (ssize_t.m4): Lose sync.
16713
16714 2006-06-15  Bruno Haible  <bruno@clisp.org>
16715
16716         * modules/stdint (Files): Include m4/full-header-path.m4,
16717         m4/size_max.m4, m4/wchar_t.m4.
16718         (Makefile.am): Many more substitutions.
16719         * modules/stdint-tests: New file.
16720         * tests/test-stdint.c: New file.
16721
16722 2006-06-15  Bruno Haible  <bruno@clisp.org>
16723
16724         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
16725         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
16726         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
16727         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
16728         gl_CHECK_TYPE_SAME): New macros.
16729
16730 2006-06-15  Bruno Haible  <bruno@clisp.org>
16731
16732         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
16733
16734 2006-06-15  Bruno Haible  <bruno@clisp.org>
16735
16736         * lib/stdint_.h: Rewritten to be fully auto-configured.
16737         Fixes bug on HP-UX/IA64.
16738
16739 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
16740
16741         * lib/getdate.y (__attribute__): Don't define if already defined.
16742         Problem reported by Larry Jones.
16743         * lib/utimens.c (__attribute__): Likewise.
16744
16745 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
16746
16747         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
16748         reported by Andreas Schwab.
16749
16750 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16751             Bruno Haible  <bruno@clisp.org>
16752
16753         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
16754         check for the declaration of strnlen and a run test that exposes the
16755         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
16756         rpl_strndup.
16757
16758 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16759             Bruno Haible  <bruno@clisp.org>
16760
16761         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
16762
16763 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16764
16765         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
16766         compile test, for Tru64 4.0D.
16767
16768 2006-05-28  Karl Berry  <karl@gnu.org>
16769
16770         * config/srclist.txt (printf-args.c): lose sync.
16771
16772 2006-05-26  Martin Lambers  <marlam@marlam.de>
16773
16774         * lib/getpass.c: Updates the test for the native W32 API, and adds
16775         missing includes, thus fixing compilation warnings.
16776
16777 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
16778
16779         * lib/exclude.c (exclude_fnmatch): New function.
16780         (excluded_file_name): Call exclude_fnmatch.
16781         * lib/exclude.h (excluded_file_name): New prototype
16782
16783 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
16784
16785         * lib/tempname.c (small_open, large_open): New macros.
16786         (__open, __open64) [!_LIBC]: Remove.
16787         (__gen_tempname): Use small_open and large_open instead of __open
16788         and __open64.  This fixes a portability bug on HP-UX 11.11i
16789         reported by Simon Wing-Tang in
16790         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
16791
16792 2006-05-24  Bruno Haible  <bruno@clisp.org>
16793
16794         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
16795         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
16796         Reported by Thorsten Maerz <torte@netztorte.de> via
16797         Aaron Stone <aaron@serendipity.cx>.
16798
16799 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16800
16801         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
16802         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
16803         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
16804         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
16805         not really conditional on the cache.
16806         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
16807
16808 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16809
16810         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
16811         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
16812         (my_usleep): Don't mishandle maximum value.
16813
16814 2006-05-19  Jim Meyering  <jim@meyering.net>
16815
16816         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
16817
16818 2006-05-17  Bruno Haible  <bruno@clisp.org>
16819
16820         Cygwin portability.
16821         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
16822
16823 2006-05-17  Bruno Haible  <bruno@clisp.org>
16824
16825         * lib/stdint_.h: Fix recognition of Cygwin.
16826
16827 2006-05-15  Bruno Haible  <bruno@clisp.org>
16828
16829         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
16830         on libtool patch by Ralf Wildenhues.
16831
16832 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16833
16834         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
16835         test for C99 conformance; (bool) 0.5 is an integer constant
16836         expression, but (bool) -0.5 is not.  Problem reported by Fedor
16837         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
16838
16839 2006-05-11  Simon Josefsson  <jas@extundo.com>
16840
16841         * m4/xvasprintf.m4: Fix obvious typo.
16842
16843 2006-05-11  Jim Meyering  <jim@meyering.net>
16844
16845         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
16846         James Lemley.
16847
16848 2006-05-10  Simon Josefsson  <jas@extundo.com>
16849
16850         * lib/md4.c: Typo fix, update copyright years.
16851         (K1, K2): Don't use L because it turn computations into 64-bit on
16852         64-bit platforms.
16853
16854 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
16855
16856         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
16857         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
16858         unwanted sign propagation, e.g., on hosts with 64-bit int.
16859         There still are some problems with reeelly weird theoretical hosts
16860         (e.g., 33-bit int) but it's not worth worrying about now.
16861         * lib/sha1.c (rol): Likewise.
16862         (K1, K2, K3, K4): Remove unnecessary L suffix.
16863
16864 2006-05-10  Bruno Haible  <bruno@clisp.org>
16865
16866         * lib/des.c: Cast to avoid warnings.
16867
16868 2006-05-09  Bruno Haible  <bruno@clisp.org>
16869
16870         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
16871         (Depends-on): Depend also on xsize, stdarg.
16872         (configure.ac): Add gl_XVASPRINTF.
16873
16874 2006-05-09  Bruno Haible  <bruno@clisp.org>
16875
16876         * m4/xvasprintf.m4: New file.
16877
16878 2006-05-09  Bruno Haible  <bruno@clisp.org>
16879
16880         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
16881         (EOVERFLOW): Define fallback value.
16882         (xstrcat): New function.
16883         (xvasprintf): Recognize the special case of a string concatenation.
16884
16885 2006-05-08  Eric Blake  <ebb9@byu.net>
16886
16887         * gnulib-tool (func_version): Base copyright year on CVS date.
16888         (func_emit_copyright_notice): New function.
16889         (func_emit_lib_Makefile_am): Use it.
16890         (func_emit_tests_Makefile_am): Likewise.
16891         (func_import): Likewise.
16892
16893 2006-05-08  Bruno Haible  <bruno@clisp.org>
16894
16895         * modules/stdarg: New file.
16896         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
16897
16898 2006-05-08  Bruno Haible  <bruno@clisp.org>
16899
16900         * m4/stdarg.m4: New file, from GNU gettext.
16901
16902 2006-05-08  Bruno Haible  <bruno@clisp.org>
16903
16904         * config/srclist.txt (build-aux/config.rpath): different from latest
16905         release.
16906
16907 2006-05-08  Bruno Haible  <bruno@clisp.org>
16908
16909         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
16910
16911 2006-05-05  Jim Meyering  <jim@meyering.net>
16912
16913         * m4/warning.m4: New file, derived from bison's file by the same name.
16914
16915 2006-05-03  Bruno Haible  <bruno@clisp.org>
16916
16917         * lib/stdint_.h: Shorter URL.
16918         * lib/inttypes.h: Likewise.
16919
16920 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
16921
16922         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
16923
16924 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
16925
16926         * lib/verify.h: Document the internals better.  Most of this change
16927         was written by Bruno Haible.
16928
16929 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
16930
16931         * doc/verify.texi: New file, partly based on a proposal by
16932         Bruno Haible.
16933
16934 2006-05-02  Bruno Haible  <bruno@clisp.org>
16935
16936         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
16937         test from here...
16938         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
16939
16940 2006-04-29  Bruno Haible  <bruno@clisp.org>
16941
16942         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
16943         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
16944
16945 2006-04-29  Bruno Haible  <bruno@clisp.org>
16946
16947         * gnulib-tool: Make --update option actually work.
16948
16949 2006-04-29  Bruno Haible  <bruno@clisp.org>
16950
16951         * doc/gcd.texi: New file.
16952         * doc/gnulib.texi: Include it.
16953
16954 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
16955
16956         * lib/getdate.y (get_date): When adding relative date, start with the
16957         initial time, not with the result of the first mktime call.
16958
16959 2006-04-25  Bruno Haible  <bruno@clisp.org>
16960
16961         * gnulib-tool (func_import): Output the include directives in three
16962         blocks, sorted separately.
16963         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16964
16965 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
16966
16967         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
16968         to define main with arguments, for C++.  Reported by Eric Blake.
16969         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
16970         Prefer 'int main ()' to 'int main (void)', for C++.
16971         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
16972         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
16973         for 'main', for C99 and C++.
16974
16975 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
16976
16977         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
16978         Don't assume that exit status -1 is valid.
16979         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
16980         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
16981         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
16982         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
16983         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
16984         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
16985         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
16986         functions can be used without declaring them, or that you can
16987         exit with status -1.
16988         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
16989
16990 2006-04-24  Karl Berry  <karl@gnu.org>
16991
16992         * config/srclist.txt (longdouble.m4): sync lost.
16993
16994 2006-04-24  Eric Blake  <ebb9@byu.net>
16995
16996         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
16997
16998 2006-04-24  Bruno Haible  <bruno@clisp.org>
16999
17000         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
17001         poll() implementation in AIX.
17002         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17003
17004 2006-04-24  Bruno Haible  <bruno@clisp.org>
17005
17006         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
17007         assigned exactly once.
17008
17009 2006-04-23  Claudio Fontana  <claudio@gnu.org>
17010             Bruno Haible  <bruno@clisp.org>
17011
17012         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
17013         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
17014         for AM_CPPFLAGS.
17015
17016 2006-04-23  Bruno Haible  <bruno@clisp.org>
17017
17018         * modules/copy-file: Depend on unistd.
17019         * modules/execute: Likewise.
17020         * modules/fatal-signal: Likewise.
17021         * modules/findprog: Likewise.
17022         * modules/mkdtemp : Likewise.
17023         * modules/pipe: Likewise.
17024         * modules/wait-process: Likewise.
17025
17026 2006-04-23  Bruno Haible  <bruno@clisp.org>
17027
17028         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
17029         condition was already detected.
17030         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17031
17032 2006-04-23  Bruno Haible  <bruno@clisp.org>
17033
17034         * lib/copy-file.c: Include <unistd.h> unconditionally.
17035         * lib/execute.c: Likewise.
17036         * lib/fatal-signal.c: Likewise.
17037         * lib/findprog.c: Likewise.
17038         * lib/mkdtemp.c: Likewise.
17039         * lib/pipe.h: Likewise.
17040         * lib/pipe.c: Likewise.
17041         * lib/wait-process.h: Likewise.
17042
17043 2006-04-23  Bruno Haible  <bruno@clisp.org>
17044
17045         * gnulib-tool (func_usage): Fix --import description. Document
17046         --update.
17047         (func_import): Create temporary file in a temporary directory, if
17048         --dry-run is specified. Silence errors from 'grep' when there are no
17049         m4 files in $m4dir.
17050         (func_create_testdir): Silence errors from 'grep' when there are no
17051         m4 files in $m4dir.
17052         Reported by Karl Berry <karl@freefriends.org>.
17053
17054 2006-04-20  Bruno Haible  <bruno@clisp.org>
17055
17056         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
17057         one argument, so that the code will be portable to Autoconf 2.60.
17058         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
17059         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
17060         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
17061
17062 2006-04-19  Derek Price  <derek@ximbiot.com>
17063             Eric Blake  <ebb9@byu.net>
17064
17065         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
17066         rather than "/full/path.h".  Update comment to match.  Shorten &
17067         generalize m4_translit call via AS_TR_CPP.
17068
17069 2006-04-19  Derek Price  <derek@ximbiot.com>
17070             Eric Blake  <ebb9@byu.net>
17071
17072         * lib/inttypes.h: Correct grammar in comment.
17073
17074 2006-04-18  Derek Price  <derek@ximbiot.com>
17075             Paul Eggert  <eggert@cs.ucla.edu>
17076
17077         * modules/inttypes: New file.
17078         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
17079
17080 2006-04-18  Derek Price  <derek@ximbiot.com>
17081             Paul Eggert  <eggert@cs.ucla.edu>
17082
17083         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
17084         New files.
17085
17086 2006-04-18  Derek Price  <derek@ximbiot.com>
17087             Paul Eggert  <eggert@cs.ucla.edu>
17088
17089         * lib/inttypes.h: New file.
17090         * lib/strtoimax.c: Assume <inttypes.h>.
17091
17092 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
17093
17094         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
17095         isn't mounted.  Problem reported by Kir Kolyshkin.
17096
17097 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
17098
17099         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
17100         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
17101         Derek R. Price.
17102         * lib/regex.h (RE_DUP_MAX): Update comment to match current
17103         implementation.
17104
17105 2006-04-12  Eric Blake  <ebb9@byu.net>
17106
17107         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
17108         is now done automatically by the corresponding Autoconf macro.
17109
17110 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
17111
17112         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
17113         time_r.h.
17114
17115 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17116
17117         Merge regex changes from libc, removing some of our
17118         POSIX-conformance changes that were rejected and redoing them in a
17119         less-intrusive way.
17120
17121         * lib/regcomp.c (re_compile_internal, init_dfa):
17122         Length arg is now size_t, not Idx.  All uses changed.
17123         (peek_token): Forward decl now says internal_function.
17124         (__re_error_msgid, __re_error_msgid_idx):
17125         Now static rather than extern with attribute_hidden.
17126         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
17127         For some reason libc prefers K&R style defns for external functions.
17128         (regerror) [!defined _LIBC]: Likewise.
17129         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
17130         (seek_collating_symbol_entry, lookup_collation_sequence_value):
17131         (build_range_exp, build_collating_symbol):
17132         Use K&R-style defn.
17133         (re_compile_fastmap): Use '\0' to memset, not 0.
17134         (utf8_sb_map): Make the calculations more obvious.
17135         (init_dfa, parse_bracket_exp, build_charclass_op):
17136         Call calloc and cast result, as glibc does.
17137         (init_word_char, fetch_token, peek_token, peek_token_bracket):
17138         (build_range_exp, build_collating_symbol):
17139         Now internal functions.
17140
17141         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
17142
17143         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
17144         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
17145         Don't depend on VMS; depend on __VMS instead, for POSIX
17146         namespace cleanness.
17147         (regoff_t): Define to ssize_t, not long int.
17148
17149         Remove the REG_ macros named below.  Instead, make the old names
17150         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
17151         __USE_GNU_REGEX.
17152         (REG_BACKSLASH_ESCAPE_IN_LISTS):
17153         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
17154         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
17155         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
17156         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
17157         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
17158         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
17159         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
17160         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
17161         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
17162         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
17163         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
17164         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
17165         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
17166         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
17167         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
17168         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
17169         (REG_NREGS):
17170         Remove.  All uses replaced by the old RE_* names.
17171         (RE_BACKSLASH_ESCAPE_IN_LISTS):
17172         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
17173         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
17174         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
17175         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
17176         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
17177         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
17178         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
17179         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
17180         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
17181         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
17182         Don't bother having these macros be independent of each others'
17183         values, since they no longer exist in the POSIX name space.
17184
17185         Rename the following member names back to their old names,
17186         unless !__USE_GNU_REGEX.  All uses changed back.
17187         (buffer): Renamed from re_buffer.
17188         (allocated): Renamed from re_allocated.
17189         (used): Renamed from re_used.
17190         (syntax): Renamed from re_syntax.
17191         (fastmap): Renamed from re_fastmap.
17192         (translate): Renamed from re_translate.
17193         (can_be_null): Renamed from re_can_be_null.
17194         (regs_allocated): Renamed from re_regs_allocated.
17195         (fastmap_accurate): Renamed from re_fastmap_accurate.
17196         (no_sub): Renamed from re_no_sub.
17197         (not_bol): Renamed from re_not_bol.
17198         (not_eol): Renamed from re_not_eol.
17199         (newline_anchor): Renamed from re_newline_anchor.
17200         (num_regs): Renamed from rm_num_regs.
17201         (start): Renamed from rm_start.
17202         (end): Renamed from rm_end.
17203
17204         (free_state): Move up a bit.
17205
17206         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
17207         #define to be empty.
17208         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
17209         when that is what is intended.
17210         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
17211         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
17212         (MAX): New macro.
17213         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
17214         All uses changed back to re_malloc, etc.  It's now the caller's
17215         responsibility to check for overflow; all callers changed.
17216         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
17217         (re_x2nrealloc): Remove.
17218         (free_state): Remove decl.
17219
17220         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
17221         (re_set_registers, re_exec):
17222         Use K&R-style defn.
17223
17224         2006-01-31  Roland McGrath  <roland@redhat.com>
17225
17226         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
17227         Reported by Mike Frysinger <vapier@gentoo.org>.
17228
17229         2006-01-15  Andreas Jaeger  <aj@suse.de>
17230
17231         [BZ #1950]
17232         * lib/regex_internal.c (re_string_reconstruct): Adjust for
17233         build_wcs_upper_buffer change.
17234         (build_wcs_upper_buffer): Change return type.
17235
17236         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
17237
17238         * lib/regex_internal.h: Include <stdint.h> if available.
17239
17240         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
17241
17242         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
17243
17244         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
17245
17246         * lib/regcomp.c: Adjust for changed secondary hash function.
17247
17248         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
17249
17250         * lib/regex.h: Pretty printing.
17251         Clean up namespace a bit.
17252
17253         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
17254
17255         * lib/regexec.c (update_cur_sifted_state, check_arrival,
17256         check_arrival_add_next_nodes): Avoid using uninitialized variable.
17257
17258         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17259                     Ulrich Drepper  <drepper@redhat.com>
17260
17261         [BZ #1302]
17262         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
17263         changed.
17264         (bitset_word_t): Renamed from bitset_word.  All uses changed.
17265
17266         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
17267
17268         [BZ #281]
17269         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
17270         * lib/regcomp.c: Remove unnecessary uses of
17271         unsigned RE_TRANSLATE_TYPE.
17272         * lib/regex_internal.h: Likewise.
17273         * lib/regex_internal.c: Likewise.
17274         * lib/regexec.c: Likewise.
17275         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
17276
17277         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
17278
17279         * lib/regexec.c (find_recover_state): Remove unnecessary
17280         initialization.
17281         (transit_state_bkref): Make DFA a const pointer.
17282         (get_subexp): Likewise.
17283         (check_arrival): Likewise.
17284         (update_cur_sifted_state): Likewise.
17285         (re_search_internal): Likewise.
17286         (prune_impossible_nodes): Likewise.
17287         (acquire_init_state_context): Likewise.
17288         (proceed_next_node): Likewise.
17289         (set_regs): Likewise.
17290         (free_fail_stack_return): Likewise.
17291         (check_arrival_expand_ecl): Mark DFA parameter as const.
17292         (check_arrival_expand_ecl_sub): Likewise.
17293         (check_subexp_limits): Likewise.
17294         (sub_epsilon_src_nodes):  Likewise.
17295         (add_epsilon_src_nodes):  Likewise.
17296         (merge_state_array): Likewise.
17297         (update_regs): Likewise.
17298         (build_trtable): Likewise.
17299         (sift_states_backward): Mark MCTX parameter as const.
17300         (build_sifted_states): Likewise.
17301         (update_cur_sifted_state): Likewise.
17302         (sift_states_mkref): Likewise.
17303         (check_arrival_expand_ecl): Mark eclosure as const.
17304         (check_dst_limits_calc_pos_1): Likewise.
17305         * lib/regex_internal.h (re_match_context_t): Make dfa a const
17306         pointer.
17307
17308         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
17309
17310         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
17311         (transit_state_sb): Likewise.
17312         (transit_state_mb): Likewise.
17313         (sift_states_iter_mb): Likewise.
17314         (check_arrival_add_next_nodes): Likewise.
17315         (check_node_accept_bytes): Change first parameter to pointer-to-const.
17316         [_LIBC] (re_search_2_stub): Use mempcpy.
17317
17318         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
17319         mbrtowc for very simple UTF-8 case.
17320
17321         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
17322         a pointer-to-const.
17323         (re_acquire_state_context): Likewise.
17324         * lib/regex_internal.h: Adjust prototypes.
17325
17326         * lib/regex.c: Prevent using C++ compilers.
17327
17328         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
17329         (re_acquire_state_context): Likewise.
17330
17331 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17332
17333         * modules/regex (Depends-on): Add ssize_t.
17334
17335 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17336
17337         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
17338         translation table.
17339
17340 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17341
17342         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
17343
17344 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
17345             Bruno Haible  <bruno@clisp.org>
17346
17347         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
17348         <sys/types.h> and <inttypes.h>.
17349
17350 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17351
17352         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
17353         `__error_t_defined', so argp.h will not typedef the former.
17354
17355 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
17356
17357         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
17358         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
17359         glibc names.  Even if glibc is changed to conform to POSIX, the
17360         traditional names will be available anyway, since regex depends on
17361         the extensions module.  Also, fix a longstanding typo in the
17362         implementation of Spencer ERE test #75 from grep 2.3.  Problems
17363         reported by Emanuele Giaquinta.  Also, change sense of cached
17364         variable, so that the message makes sense.
17365
17366 2006-03-24  Simon Josefsson  <jas@extundo.com>
17367
17368         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
17369         including some doc fixes.
17370         (base64_encode_alloc): Fix +1 bug on allocation failures.
17371
17372 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17373
17374         * lib/base64.c (base64_encode): Do not read past end of array with
17375         unsanitized input on systems with CHAR_BIT > 8.
17376
17377 2006-03-24  Eric Blake  <ebb9@byu.net>
17378
17379         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
17380
17381 2006-03-22  Karl Berry  <karl@gnu.org>
17382
17383         * config/srclist.txt (*setenv.[ch]): get from coreutils.
17384         * config/srclistvars.sh (COREUTILS): new var.
17385
17386 2006-03-17  Jim Meyering  <jim@meyering.net>
17387
17388         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
17389         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
17390
17391 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
17392
17393         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
17394         no longer needs it.  Instead, check that regoff_t is as least
17395         as wide as ptrdiff_t.
17396
17397         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
17398         so that our regex.h stays compatible with the installed regex.
17399         This is helpful for installers who configure --without-included-regex.
17400         Problem reported by Emanuele Giaquinta.
17401
17402 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
17403
17404         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
17405         Typedef to long int, not to off_, as POSIX will likely change
17406         in that direction.
17407
17408 2006-03-15  Eric Blake  <ebb9@byu.net>
17409
17410         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
17411
17412 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
17413
17414         * lib/argp-help.c (validate_uparams): Fix typo
17415         * lib/argp-parse.c (argp_default_options): Consistently begin help
17416         messages with a lowercase letter.
17417
17418 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
17419
17420         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
17421         overrun buffers and shouldn't be used (much as gets shouldn't be
17422         used).
17423         * lib/time_r.c (asctime_r, ctime_r): Likewise.
17424
17425 2006-03-08  Simon Josefsson  <jas@extundo.com>
17426
17427         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
17428         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17429
17430 2006-03-08  Simon Josefsson  <jas@extundo.com>
17431
17432         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
17433         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17434
17435 2006-03-08  Simon Josefsson  <jas@extundo.com>
17436
17437         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
17438         signal that configure disabled the device.
17439
17440 2006-03-08  Simon Josefsson  <jas@extundo.com>
17441
17442         * build-aux/maint.mk: Fix refresh-po, to handle no translated
17443         languages.
17444
17445 2006-03-07  Simon Josefsson  <jas@extundo.com>
17446
17447         * modules/getopt (Depends-on): Add unistd.
17448
17449         * modules/unistd: New file.
17450
17451 2006-03-07  Simon Josefsson  <jas@extundo.com>
17452
17453         * modules/gc-random: New file.
17454
17455 2006-03-07  Simon Josefsson  <jas@extundo.com>
17456
17457         * m4/unistd_h.m4: New file.
17458
17459 2006-03-07  Simon Josefsson  <jas@extundo.com>
17460
17461         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
17462         test to be side-effect free by storing the result in the cache
17463         variable gl_cv_lib_readline, and moving the assignment of
17464         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
17465         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17466
17467 2006-03-07  Simon Josefsson  <jas@extundo.com>
17468
17469         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
17470         error on missing devices (the functions will return an error).
17471
17472         * m4/gc.m4: Move random stuff to gc-random.m4
17473
17474 2006-03-07  Simon Josefsson  <jas@extundo.com>
17475
17476         * lib/unistd_.h: New file.
17477
17478 2006-03-07  Simon Josefsson  <jas@extundo.com>
17479
17480         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
17481
17482 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17483
17484         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
17485         Problem reported by Juan Manuel Guerrero.
17486
17487 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17488
17489         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
17490         the unistd module.
17491         * lib/getlogin_r.c: Likewise.
17492         * lib/getlogin_r.h: Likewise.
17493         * lib/glob.c: Likewise.
17494         * lib/pagealign_alloc.c: Likewise.
17495         * lib/unistd_.h: Remove; no longer needed.
17496
17497 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17498
17499         * MODULES.html.sh (Support for systems lacking POSIX:2001):
17500         Add unistd.
17501         * modules/c-stack (Depends-on): Add unistd.
17502         * modules/getlogin_r: Likewise.
17503         * modules/glob: Likewise.
17504         * modules/pagealign_alloc: Likewise.
17505         * modules/unistd (Files): Remove lib/unistd_.h.
17506         (EXTRA_DIST): Remove.
17507         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
17508         need unistd_.h.
17509         (MOSTLYCLEANFILES): Remove unistd.h-t.
17510
17511 2006-03-03  Simon Josefsson  <jas@extundo.com>
17512
17513         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
17514
17515 2006-03-03  Simon Josefsson  <jas@extundo.com>
17516
17517         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
17518         libidn and bison.
17519
17520 2006-03-03  Simon Josefsson  <jas@extundo.com>
17521
17522         * build-aux/maint.mk: Add indent target.
17523
17524 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
17525
17526         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
17527         our replacement poll.h in any case, to avoid a differing
17528         declaration from a system header.  Seen on AIX.
17529
17530 2006-03-01  Simon Josefsson  <jas@extundo.com>
17531
17532         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
17533         <kasal@ucw.cz>.
17534
17535 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17536
17537         * modules/gettime (Depends-on): Add extensions module.
17538         * modules/nanosleep (Depends-on): Likewise.
17539         * modules/settime (Depends-on): Likewise.
17540
17541 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17542
17543         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
17544         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
17545         pedantically.
17546         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
17547         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
17548
17549         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
17550         not "==".  Reported by Ralf Wildenhues.
17551
17552 2006-03-01  Karl Berry  <karl@gnu.org>
17553
17554         * doc/Copyright/request-*: new files, synced from gnuorg.
17555
17556 2006-03-01  Karl Berry  <karl@gnu.org>
17557
17558         * config/srclist.txt (Copyright/*): new entries.
17559
17560 2006-02-28  Simon Josefsson  <jas@extundo.com>
17561
17562         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
17563
17564 2006-02-27  Simon Josefsson  <jas@extundo.com>
17565
17566         * lib/base64.h: Indent #define's.  From Jim Meyering
17567         <jim@meyering.net>.
17568
17569 2006-02-27  Jim Meyering  <jim@meyering.net>
17570
17571         Revert the change of 2006-02-24, so these files can continue
17572         to be sync'd from gettext.
17573         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
17574         of `config.h'.
17575
17576 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17577
17578         * modules/intprops: New file.
17579         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
17580         Add intprops.
17581         * modules/getloadavg (Files): Remove lib/intprops.h.
17582         (Depends-on): Add intprops.
17583         * modules/human: Likewise.
17584         * modules/inttostr: Likewise.
17585         * modules/openat: Likewise.
17586         * modules/sig2str: Likewise.
17587         * modules/userspec: Likewise.
17588         * modules/utimecmp: Likewise.
17589         * modules/xnanosleep: Likewise.
17590         * modules/xstrtol: Likewise.
17591
17592 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
17593
17594         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
17595         * modules/lock-tests (TESTS): Use $(EXEEXT).
17596         * modules/tls-tests: Likewise.
17597         * modules/argp-tests: Likewise.
17598         (check_PROGRAMS): New var, replacing...
17599         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
17600
17601 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17602
17603         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
17604         `config.h'.
17605
17606 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
17607
17608         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
17609
17610 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17611
17612         Sync from coreutils.
17613         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
17614         gl_CHDIR_SAFER.
17615
17616 2006-02-22  Jim Meyering  <jim@meyering.net>
17617
17618         Sync from coreutils.
17619         * m4/chdir-safer.m4: New file.
17620
17621 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
17622
17623         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
17624         AT_FDCWD exceeds INT_MAX.
17625         * lib/openat.h (AT_FDCWD): Likewise.
17626
17627 2006-02-17  Eric Blake  <address@hidden>
17628
17629         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
17630
17631 2006-02-16  Simon Josefsson  <jas@extundo.com>
17632
17633         * modules/getaddrinfo (Depends-on): Add sys_socket.
17634
17635 2006-02-15  Simon Josefsson  <jas@extundo.com>
17636
17637         * build-aux/maint.mk: Add dsyntax-check rule.
17638
17639 2006-02-15  Eric Blake  <ebb9@byu.net>
17640
17641         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
17642         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
17643         'present but cannot compile' warnings on cygwin.
17644         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
17645         use ws2tcpip.h if sys/socket.h works.
17646         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
17647         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
17648
17649 2006-02-14  Simon Josefsson  <jas@extundo.com>
17650
17651         * modules/maintainer-makefile (Files): Rename.
17652
17653         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
17654         and (the local) Makefile.cfg to maint-cfg.mk.
17655
17656         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
17657         to the latter.
17658
17659         * modules/maintainer-makefile: New module.
17660
17661         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
17662         severaly stripped to make it possible to build it up from scratch
17663         with reliable tests.
17664
17665         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
17666         fixes to permit overriding the default actions when configure and
17667         makefile are not available.
17668
17669 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
17670
17671         Sync from coreutils.
17672         * modules/lstat (Depends-on): Don't depend on xalloc.
17673         (License): Change from GPL to LGPL, since this is now simply a
17674         replacement for a libc function.
17675
17676 2006-02-14  Jim Meyering  <jim@meyering.net>
17677
17678         Sync from coreutils.
17679
17680         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
17681         failure on deficient systems, and simplify gnulib lgpl dependencies.
17682         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
17683         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
17684
17685         * lib/xalloc-die.c: Remove unused definition of N_.
17686
17687 2006-02-14  Jim Meyering  <jim@meyering.net>
17688
17689         Sync from coreutils.
17690         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
17691         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
17692         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
17693         double-quote uses of that variable, to accommodate the rare case in
17694         which getmntent is available in none of the libraries checked.  This
17695         happens at least on FreeBSD 5.0.
17696
17697 2006-02-13  Simon Josefsson  <jas@extundo.com>
17698
17699         * gnulib-tool (Usage): Fix --import, from
17700         karl@freefriends.org (Karl Berry).
17701
17702 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
17703
17704         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
17705
17706 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
17707
17708         * lib/argp-namefrob.h: Restore changes accidentally lost during the
17709         "autoupdate" on 2005-12-12.
17710
17711 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
17712
17713         * modules/closeout (Depends-on): Remove atexit.
17714
17715 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
17716
17717         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
17718         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
17719
17720 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
17721
17722         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
17723         __EXTENSIONS__ if this causes compilation to fail.  Problem
17724         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
17725         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
17726
17727 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
17728
17729         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
17730         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
17731         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
17732         All uses changed.
17733
17734 2006-01-26  Simon Josefsson  <jas@extundo.com>
17735
17736         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
17737         prototype is visible on mingw32.
17738
17739         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
17740         for mingw32.
17741
17742         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
17743         mingw32).
17744
17745 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
17746
17747         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
17748         attempt to open for write; this always fails, at least on POSIX
17749         hosts.  This reinstates the 2006-01-09 change, which was
17750         inadvertently removed.
17751
17752 2006-01-26  Bruno Haible  <bruno@clisp.org>
17753
17754         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
17755         Reported by Paul Eggert.
17756
17757 2006-01-26  Bruno Haible  <bruno@clisp.org>
17758             Paul Eggert  <eggert@cs.ucla.edu>
17759
17760         * lib/stdbool_.h (_Bool)
17761         [(! (defined __cplusplus || defined __BEOS__)
17762           && !defined __GNUC__
17763           && !(defined __HP_cc || defined __xlc__
17764                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
17765                || defined __sgi))]:
17766         #define to signed char in these cases too; this simplifies
17767         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
17768         etc., separately) and makes it more conservative.
17769
17770 2006-01-25  Simon Josefsson  <jas@extundo.com>
17771
17772         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
17773         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
17774         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
17775
17776 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
17777
17778         * lib/argp-namefrob.h: Bugfix. Remove stray #
17779
17780 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
17781
17782         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
17783         so that we test the test.
17784         Check for yet another HP-UX cc bug involving *bool |= bool.
17785
17786 2006-01-25  Karl Berry  <karl@gnu.org>
17787
17788         * config/srclist.txt (vasnprintf.c): sync lost.
17789
17790 2006-01-25  Jim Meyering  <jim@meyering.net>
17791
17792         Sync from the stable (b5) branch of coreutils:
17793
17794         * lib/fts.c (fts_children): Don't let close() clobber errno from
17795         failed fchdir().
17796
17797         * lib/fts.c (fts_stat): When following a symlink-to-directory,
17798         don't necessarily interpret stat-fails+lstat-succeeds as indicating
17799         a dangling symlink.  That can also happen at least for ELOOP.
17800         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
17801         FYI, this bug predates the inclusion of fts.c in coreutils.
17802
17803         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
17804         in their own block, so pre-c99 compilers don't object.
17805
17806         Avoid the double-free (first in fts_read, second in fts_close) that
17807         would occur when an `active' directory is made inaccessible (e.g.,
17808         via chmod a-x) during a traversal.
17809         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
17810         before returning.  Reproduce this failure by
17811         mkdir -p a/b; cd a; chmod a-x . b
17812         Reported by Stavros Passas.
17813
17814 2006-01-25  Jim Meyering  <jim@meyering.net>
17815
17816         * lib/fileblocks.c: Remove more useless parentheses.
17817         * lib/readutmp.h: Likewise.
17818
17819 2006-01-25  Bruno Haible  <bruno@clisp.org>
17820
17821         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
17822         warnings.
17823         Reported by Paul Eggert.
17824
17825 2006-01-25  Bruno Haible  <bruno@clisp.org>
17826
17827         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
17828         rid of a trap command. For Solaris sh.
17829         Reported by Mark D. Baushke <mdb@gnu.org>.
17830
17831 2006-01-24  Simon Josefsson  <jas@extundo.com>
17832
17833         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
17834         Bruno.
17835
17836 2006-01-24  Karl Berry  <karl@gnu.org>
17837
17838         * config/srclist.txt (argp-namefrob.h): sync lost.
17839
17840 2006-01-24  Jim Meyering  <jim@meyering.net>
17841
17842         * modules/openat (Files): Add lib/intprops.h.
17843         From Mark D. Baushke.
17844
17845 2006-01-24  Jim Meyering  <jim@meyering.net>
17846
17847         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
17848         Reported by Mark D. Baushke.
17849
17850 2006-01-24  Jim Meyering  <jim@meyering.net>
17851
17852         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
17853
17854 2006-01-24  Bruno Haible  <bruno@clisp.org>
17855
17856         * modules/strnlen (Maintainer): Change from glibc to all.
17857
17858 2006-01-24  Bruno Haible  <bruno@clisp.org>
17859
17860         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
17861         Patch by Paul Eggert.
17862
17863 2006-01-24  Bruno Haible  <bruno@clisp.org>
17864
17865         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
17866         already has it.
17867         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
17868         2005-11-26.
17869
17870         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
17871         'signed char' to avoid problems with the built-in _Bool type.
17872         Reported by Paul Eggert on 2005-11-26.
17873
17874 2006-01-24  Bruno Haible  <bruno@clisp.org>
17875
17876         * gnulib-tool (func_import): Avoid constructing complicated sed
17877         expressions inside backquote.
17878         Report and solution by Mark D. Baushke <mdb@gnu.org>.
17879
17880 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
17881
17882         These changes imported from libc.
17883         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
17884         test and two separate function calls.
17885         * lib/strndup.c (__strndup): Add libc_hidden_def.
17886
17887 2006-01-23  Simon Josefsson  <jas@extundo.com>
17888
17889         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
17890         Remove the test_*_SOURCES variable: automake infers it by default.
17891         * modules/tls-tests: Likewise.
17892
17893 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17894
17895         Work around porting bugs reported by Dieter in
17896         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
17897         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
17898         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
17899         Include "getopt.h" first, to check interface.
17900         (getenv): Declare only if defined HAVE_DECL_GETENV &&
17901         !HAVE_DECL_GETENV.
17902         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
17903         (__strndup): Revert to K&R-style function dfns, the glibc style.
17904         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
17905         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
17906         Include strnlen.h first, to get prototype properly.
17907         (strnlen): Renamed from __strnlen.
17908         Remove weak alias.
17909
17910 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17911
17912         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
17913
17914 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17915
17916         * config/srclist.txt: Adjust to reflect glibc reorganization.
17917         This affects only comments.
17918
17919 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17920
17921          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
17922          Reported by Bruce Korb <bkorb@gnu.org>.
17923
17924 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
17925
17926         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
17927         to pacify gcc -Wswitch-default.
17928
17929 2006-01-22  Bruno Haible  <bruno@clisp.org>
17930
17931         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
17932         temporary buffer for sprintf, take into account the precision also
17933         for 'd', 'i', 'u', 'o', 'x', 'X'.
17934
17935 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
17936
17937         * modules/argp-tests: New module
17938         * tests/test-argp.c: New file
17939         * tests/test-argp-2.sh: New file
17940
17941 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
17942
17943         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
17944         (__argp_base_name): Removed
17945         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
17946         typo.
17947         (__argp_base_name): Provide macro definition or extern declaration
17948         depending on the configuration
17949
17950 2006-01-20  Simon Josefsson  <jas@extundo.com>
17951
17952         * modules/inet_ntop (Depends-on): Depend on sys_socket.
17953
17954 2006-01-20  Simon Josefsson  <jas@extundo.com>
17955
17956         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
17957
17958 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17959
17960         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
17961         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
17962         Suggested by Bruno Haible.
17963
17964 2006-01-20  Karl Berry  <karl@gnu.org>
17965
17966         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
17967         until changes propagate, I guess.
17968
17969 2006-01-19  Simon Josefsson  <jas@extundo.com>
17970
17971         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
17972
17973 2006-01-19  Simon Josefsson  <jas@extundo.com>
17974
17975         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
17976
17977 2006-01-19  Simon Josefsson  <jas@extundo.com>
17978
17979         * gnulib-tool: Set check_PROGRAMS.
17980
17981         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
17982         modules/des-tests, modules/gc-arcfour-tests,
17983         modules/gc-arctwo-tests, modules/gc-des-tests,
17984         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
17985         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
17986         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
17987         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
17988         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
17989         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
17990         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
17991         test_*_SOURCES.
17992
17993 2006-01-18  Simon Josefsson  <jas@extundo.com>
17994
17995         * modules/socklen (Depends-on): Depend on sys_socket.
17996
17997 2006-01-18  Simon Josefsson  <jas@extundo.com>
17998
17999         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
18000         modules/des-tests, modules/gc-arcfour-tests,
18001         modules/gc-arctwo-tests, modules/gc-des-tests,
18002         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
18003         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
18004         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
18005         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
18006         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
18007         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
18008         $(EXEEXT) to automake TESTS variable, for mingw32.
18009
18010 2006-01-17  Simon Josefsson  <jas@extundo.com>
18011
18012         * modules/socklen (Include): Need sys/socket.h.
18013
18014 2006-01-17  Bruno Haible  <bruno@clisp.org>
18015
18016         * modules/ssize_t (Include): Add <sys/types.h>.
18017
18018 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
18019
18020         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
18021         it's not portable and it doesn't work with cross-compiles.
18022         Problem reported by Bruno Haible.  Fix missing-$ typo in
18023         'test "gl_cv_ignore_unused_libraries" ...' that prevented
18024         -zignore from being used with Sun's C compiler.
18025
18026 2006-01-12  Simon Josefsson  <jas@extundo.com>
18027
18028         * lib/base64.c: Fix warning, reported by Bruno Haible
18029         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
18030
18031 2006-01-12  Bruno Haible  <bruno@clisp.org>
18032
18033         * modules/ldd: New file.
18034         * build-aux/ldd.sh.in: New file.
18035         * MODULES.html.sh (Support for building libraries and executables): Add
18036         ldd.
18037
18038 2006-01-12  Bruno Haible  <bruno@clisp.org>
18039
18040         * m4/ldd.m4: New file.
18041
18042 2006-01-12  Bruno Haible  <bruno@clisp.org>
18043
18044         * gnulib-tool (func_import, func_create_testdir): Don't go into an
18045         endless loop while replacing $auxdir with build-aux.
18046
18047 2006-01-11  Simon Josefsson  <jas@extundo.com>
18048
18049         * lib/stdint_.h (SIZE_MAX): Add missing (.
18050
18051 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
18052
18053         Sync from coreutils.
18054         * lib/md5.c: Fix commentary typos.
18055         (alignof, UNALIGNED_P): No need for a GCC-specific version.
18056         * lib/md5.h (__attribute__): Remove; unused.
18057         * lib/sha1.c: Fix commentary to match md5 better.
18058         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
18059         so that we don't need to worry about alignment.  All uses changed.
18060         This merges the 2005-10-28 md5 change into sha1.
18061
18062 2006-01-11  Jim Meyering  <jim@meyering.net>
18063
18064         Sync from coreutils.
18065         * lib/md5.c (OP): Fix spacing.
18066
18067 2006-01-11  Bruno Haible  <bruno@clisp.org>
18068
18069         Ensure automatic ordering between gl_LOCK and gl_ARGP.
18070         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
18071         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
18072
18073 2006-01-11  Bruno Haible  <bruno@clisp.org>
18074
18075         Ensure automatic ordering between gl_LOCK and gl_ARGP.
18076         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
18077         the "early" section as well.
18078
18079 2006-01-11  Bruno Haible  <bruno@clisp.org>
18080
18081         Avoid "ar: no archive members specified" error on MacOS X.
18082         * gnulib-tool (func_modules_add_dummy): New function.
18083         (func_import, func_create_testdir): Invoke it.
18084
18085 2006-01-11  Bruno Haible  <bruno@clisp.org>
18086
18087         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
18088         with $auxdir in AC_CONFIG_FILES statements.
18089
18090 2006-01-11  Bruno Haible  <bruno@clisp.org>
18091
18092         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18093         Initialize also noinst_HEADERS to empty.
18094
18095 2006-01-11  Bruno Haible  <bruno@clisp.org>
18096
18097         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
18098         variables.
18099         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
18100         autoreconf.
18101
18102 2006-01-11  Bruno Haible  <bruno@clisp.org>
18103
18104         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
18105         overridable by the user.
18106         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18107
18108 2006-01-10  Simon Josefsson  <jas@extundo.com>
18109
18110         * modules/sys_socket: New file.
18111
18112 2006-01-10  Simon Josefsson  <jas@extundo.com>
18113
18114         * m4/sys_socket_h.m4: New file.
18115
18116 2006-01-10  Simon Josefsson  <jas@extundo.com>
18117
18118         * lib/socket_.h: New file.
18119
18120 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18121
18122         * modules/readutmp (Maintainer): Add myself.
18123
18124 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18125
18126         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
18127         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
18128         People who are still concerned with buggy memcmp implementations
18129         can invoke gl_FUNC_MEMCMP themselves.
18130
18131 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18132
18133         * lib/regex_internal.h (BITSET_WORD_BITS):
18134         Work around a bug in 64-bit PGC (before version 6.1-2), where the
18135         preprocessor mishandles large unsigned values as if they were signed.
18136         Problem reported by Claudio Fontana in
18137         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
18138
18139 2006-01-10  Jim Meyering  <jim@meyering.net>
18140
18141         Avoid the double-free (first in fts_read, second in fts_close) that
18142         would occur when an `active' directory is made inaccessible (e.g.,
18143         via chmod a-x) during a traversal.
18144         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
18145         before returning.  Reproduce this failure by
18146         mkdir -p a/b; cd a; chmod a-x . b
18147         Reported by Stavros Passas.
18148
18149         Sync from coreutils.
18150         * lib/sha1.c: Tweak grammar in a comment.
18151
18152 2006-01-10  Jim Meyering  <jim@meyering.net>
18153
18154         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
18155         Patch by Joerg Sonnenberger.
18156
18157 2006-01-10  Bruno Haible  <bruno@clisp.org>
18158
18159         * modules/readutmp: Depend on module free.
18160         * modules/strtok_r: Depend on module restrict.
18161
18162 2006-01-10  Bruno Haible  <bruno@clisp.org>
18163
18164         * modules/gettext (configure.ac): Add an invocation of
18165         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
18166
18167 2006-01-10  Bruno Haible  <bruno@clisp.org>
18168
18169         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
18170         Reported by Werner Lemberg <wl@gnu.org>.
18171
18172 2006-01-10  Bruno Haible  <bruno@clisp.org>
18173
18174         * lib/localcharset.c: Update from GNU gettext.
18175
18176 2006-01-10  Bruno Haible  <bruno@clisp.org>
18177
18178         * lib/argp.h (__const): Remove macro. Use const instead.
18179         * lib/argp-fmtstream.h (__const): Likewise.
18180         * lib/glob_.h (__const): Remove macro.
18181         * lib/glob-libc.h: Use const instead of __const.
18182
18183 2006-01-10  Bruno Haible  <bruno@clisp.org>
18184
18185         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
18186         variable.
18187         Needed to avoid an automake error regarding the 'gettext' module.
18188
18189 2006-01-09  Simon Josefsson  <jas@extundo.com>
18190
18191         * modules/inet_ntop (Depends-on): Add restrict.
18192
18193 2006-01-09  Simon Josefsson  <jas@extundo.com>
18194
18195         * modules/gc-rijndael-tests (License): Put under LGPL.
18196
18197         * modules/gc-des-tests (License): Likewise.
18198
18199         * modules/gc-arcfour-tests (License): Likewise.
18200
18201         * modules/gc-arctwo-tests (License): Likewise.
18202
18203         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
18204
18205         * modules/gc-hmac-sha1-tests (Files): Likewise.
18206
18207         * modules/gc-hmac-md5-tests (License): Likewise.
18208
18209         * modules/gc-sha1-tests (License): Likewise.
18210
18211         * modules/gc-md5-tests (License): Likewise.
18212
18213         * modules/gc-md4-tests (License): Likewise.
18214
18215         * modules/gc-md2-tests (License): Likewise.
18216
18217         * modules/gc-tests (License): Likewise.
18218
18219         * modules/des-tests (License): Likewise.
18220
18221         * modules/md4-tests (License): Likewise.
18222
18223         * modules/md2-tests (License): Likewise.
18224
18225 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18226
18227         Sync from coreutils:
18228
18229         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
18230         * modules/lib-ignore: New file.
18231         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
18232         chdir-safer.m4, lchmod.m4.
18233         * modules/openat: Add mkdirat.c, openat-priv.h.
18234
18235 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18236
18237         Sync from coreutils.
18238         * m4/lib-ignore.m4: New file.
18239         * m4/lchmod.m4: New file.
18240
18241 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18242
18243         Sync from coreutils.
18244         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
18245         for write access: POSIX says that must fail.
18246         * lib/fts.c (diropen): Likewise.
18247         * lib/save-cwd.c (save_cwd): Likewise.
18248         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
18249         well, for minor improvements on hosts that lack O_DIRECTORY.
18250         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
18251         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
18252         Fall back on chown if open failed with EACCES.
18253
18254         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
18255         Report an error at compile-time if only a 1-second nominal clock
18256         resolution is found.
18257
18258         * lib/lchmod.h: New file.
18259         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
18260         (make_dir_parents): Use lchown rather than chown, and
18261         lchmod rather than chmod.
18262
18263         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
18264         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
18265         "proc" reported by n0dalus.
18266
18267         * lib/mountlist.c: Include <limits.h>.
18268         (dev_from_mount_options)
18269         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
18270         New function.  It no longer assumes "dev=" has the System V meaning
18271         on Linux (since it doesn't).  It also parses "dev=" more carefully.
18272         (read_file_system_list)
18273         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
18274         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
18275         dev= in that case.
18276
18277         * lib/posixtm.h (PDS_PRE_2000): New macro.
18278         * lib/posixtm.c (year): Arg is now syntax_bits rather than
18279         allow_century.  All usages changed.  Reject dates outside the range
18280         1969-1999 if PDS_PRE_2000 is used.
18281
18282 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18283
18284         Sync from coreutils.
18285         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
18286         (Time of day items): Mention the possibility of leap seconds.
18287         Problem reported by Dr. David Alan Gilbert.
18288
18289 2006-01-09  Jim Meyering  <jim@meyering.net>
18290
18291         Sync from coreutils.
18292
18293         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
18294
18295         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
18296
18297         * lib/modechange.c (mode_compile): Reject an invalid mode string
18298         that starts with an octal digit.  From Andreas Gruenbacher.
18299
18300         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
18301         and dup to open_safer and dup_safer, respectively.
18302         (openat_permissive): Fix typo in comment.
18303
18304         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
18305         "gettext.h"; either no longer needed or are guaranteed by openat.h.
18306         (_): Remove; no longer needed.
18307         (openat): Renamed from rpl_openat; no need for rpl_openat
18308         since openat.h renames openat for us.
18309         Replace most of the body with a call to openat_permissive,
18310         to avoid duplicate code.
18311         Port to (probably hypothetical) environments were mode_t is
18312         wider than int.
18313         (openat_permissive): Require mode arg, so that we can check
18314         types better.  Put it just after flags.  Change cwd failure
18315         indicator from pointer-to-bool to pointer-to-errno-value.
18316         All callers changed.
18317         Invoke openat_save_fail and/or openat_restore_fail if
18318         cwd_errno is null, so that openat can call us.
18319         (openat_permissive, fdopendir, fstatat, unlinkat):
18320         Simplify errno handling to avoid some duplicate code,
18321         as it's OK to set errno on success.
18322         * lib/openat.h: Revamp code so that function macros depend on
18323         __OPENAT_PREFIX only, not also on AT_FDCWD.
18324         (openat_ro): Remove.  Caller changed to use openat_permissive.
18325         (openat_permissive): Now a macro, if not a function.
18326         (openat_restore_fail, openat_save_fail): Now always functions,
18327         since mkdirat needs them even if __OPENAT_PREFIX is defined.
18328
18329         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
18330         and openat.c.
18331         * lib/mkdirat.c: Include openat-priv.h.
18332         Remove definitions of macros defined therein.
18333         * lib/openat.c: Likewise.
18334
18335         * lib/mkdirat.c (mkdirat): New file and function.
18336         * lib/openat.h (mkdirat): Declare.
18337
18338         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
18339
18340         * lib/openat.h (openat_permissive): Declare.
18341         (openat_ro): Define.
18342
18343         * lib/openat.c (EXPECTED_ERRNO): New macro.
18344         (openat_permissive): New function -- used in remove.c rewrite.
18345         (all functions): Set errno just before returning, only if there
18346         was an actual failure.
18347         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
18348
18349         Emulate openat-family functions using Linux's procfs, if possible.
18350         Idea and some code based on Ulrich Drepper's glibc changes.
18351
18352         * lib/openat.c: (BUILD_PROC_NAME): New macro.
18353         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
18354         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
18355         before falling back on save_cwd and restore_cwd.
18356         (fdopendir, fstatat, unlinkat): Likewise.
18357
18358         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
18359         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
18360
18361         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
18362         as second argument to va_arg.  Otherwise, some versions of gcc
18363         warn that `if this code is reached, the program will abort'.
18364
18365 2006-01-09  Jim Meyering  <jim@meyering.net>
18366
18367         Sync from coreutils.
18368         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
18369         Require openat-priv.h.
18370
18371 2006-01-09  Bruno Haible  <bruno@clisp.org>
18372
18373         * modules/strnlen (Include): Use strnlen.h.
18374
18375 2006-01-09  Bruno Haible  <bruno@clisp.org>
18376
18377         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
18378
18379 2006-01-09  Bruno Haible  <bruno@clisp.org>
18380
18381         * lib/sysexit_.h (EX_OK): New macro.
18382         Suggested by Martin Lambers <marlam@marlam.de>.
18383
18384 2006-01-09  Bruno Haible  <bruno@clisp.org>
18385
18386         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
18387         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
18388
18389 2006-01-09  Bruno Haible  <bruno@clisp.org>
18390
18391         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
18392         numbers.
18393
18394 2006-01-09  Bruno Haible  <bruno@clisp.org>
18395
18396         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
18397         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
18398         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
18399         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
18400
18401 2006-01-09  Bruno Haible  <bruno@clisp.org>
18402
18403         * build-aux/javacomp.sh.in: New file, moved from lib/.
18404         * modules/javacomp-script (Files): Update.
18405         (configure.ac): Add AC_CONFIG_FILES invocation.
18406         (EXTRA_DIST): Remove variable.
18407
18408         * build-aux/javaexec.sh.in: New file, moved from lib/.
18409         * modules/javaexec (Files): Update.
18410         (configure.ac): Add AC_CONFIG_FILES invocation.
18411         (EXTRA_DIST): Remove javaexec.sh.in.
18412
18413         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
18414         * modules/csharpcomp-script (Files): Update.
18415         (configure.ac): Add AC_CONFIG_FILES invocation.
18416         (EXTRA_DIST): Remove variable.
18417
18418         * build-aux/csharpexec.sh.in: New file, moved from lib/.
18419         * modules/csharpexec (Files): Update.
18420         (configure.ac): Add AC_CONFIG_FILES invocation.
18421         (EXTRA_DIST): Remove csharpexec.sh.in.
18422
18423 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
18424
18425         Sync from coreutils.
18426
18427         Add POSIX ACL support
18428         * lib/acl.h (copy_acl, set_acl): Add declarations.
18429         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
18430         systems other than Linux.
18431         (chmod_or_fchmod): New function: use fchmod when possible,
18432         and chmod otherwise.
18433         (file_has_acl): Add a POSIX ACL implementation, with a
18434         Linux-specific subcase.
18435         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
18436         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
18437         acls are unsupported.
18438         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
18439         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
18440         are unsupported.
18441
18442 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
18443
18444         Sync from coreutils.
18445         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
18446
18447 2006-01-07  Bruno Haible  <bruno@clisp.org>
18448
18449         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
18450         gl_EARLY.
18451
18452 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18453
18454         * lib/strftime.c (tzname): Don't declare if it is already #defined.
18455         Problem reported for Mingw by Mark Junker.
18456
18457 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18458
18459         * README: Gnulib normally doesn't generate a tarball.
18460
18461 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
18462
18463         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
18464         long int, not int, for nanosecond counts, so that people who are
18465         used to POSIX struct timespec won't be surprised.  Reported by Jim
18466         Meyering.
18467
18468 2005-12-28  Bruno Haible  <bruno@clisp.org>
18469
18470         * build-aux/config.rpath: Update from GNU gettext.
18471
18472 2005-12-16  Jim Meyering  <jim@meyering.net>
18473
18474         * modules/fprintftime: New module.
18475         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
18476
18477 2005-12-16  Jim Meyering  <jim@meyering.net>
18478
18479         * m4/fprintftime.m4: New file.
18480
18481 2005-12-16  Jim Meyering  <jim@meyering.net>
18482
18483         * lib/fprintftime.c, lib/fprintftime.h: New files.
18484
18485 2005-12-15  Simon Josefsson  <jas@extundo.com>
18486
18487         * modules/socklen (configure.ac): Fix M4 macro name, to align with
18488         new m4/socklen.m4.
18489
18490 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18491
18492         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
18493         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
18494
18495 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18496
18497         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
18498         * lib/argp-help.c (fill_in_uparams): Check if the constructed
18499         struct uparams is valid. Fall back to the default values if it is
18500         not.
18501
18502 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18503
18504         * modules/argp (Files): Add argp-pin.c
18505         (Depends-on): dirname
18506         (lib_SOURCES): Add argp-pin.c
18507
18508 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18509
18510         * m4/argp.m4:  Check if program_invocation_name and
18511         program_invocation_short_name are declared and define appropriate
18512         macros if they are not.
18513
18514 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18515
18516         * lib/argp-help.c (__argp_base_name): New function
18517         (__argp_short_program_name): Rewrite using __argp_base_name
18518         * lib/argp-namefrob.h: Define program_invocation_name and
18519         program_invocation_short_name if requested
18520         (__argp_base_name): Add prototype
18521         * lib/argp-parse.c (argp_def): Use gettext wrappers
18522         (argp_default_parser): Use __argp_base_name
18523         * lib/argp-pin.c: New file. Defines program_invocation_name and
18524         program_invocation_short_name on systems that lack them.
18525
18526 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18527
18528         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
18529         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
18530         porting problem reported by Georg Schwarz in
18531         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
18532
18533 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18534
18535         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
18536         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
18537         porting problem reported by Georg Schwarz in
18538         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
18539
18540 2005-12-05  Bruno Haible  <bruno@clisp.org>
18541
18542         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
18543         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
18544         Reported by Mark Junker <mjscod@gmx.de>.
18545
18546 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
18547
18548         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
18549         Use implementation from Albert Chin, with some
18550         comments/corrections by Stepan Kasal and myself.
18551
18552 2005-12-02  Bruno Haible  <bruno@clisp.org>
18553
18554         * gnulib-tool (func_import): Accept GPLed build tool modules when
18555         --lgpl is given.
18556         * modules/csharpcomp-script: New file.
18557         * modules/csharpcomp: Depend on it.
18558         * modules/javacomp-script: New file.
18559         * modules/javacomp: Depend on it.
18560         Suggested by Simon Josefsson.
18561
18562 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
18563
18564         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
18565         statement, to work around an HP-UX 10.20 compiler bug reported by
18566         Peter O'Gorman.
18567
18568 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
18569
18570         * modules/savedir (Depends-on): Add openat.
18571
18572 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
18573
18574         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
18575         (uintmax_t) [defined uintmax_t]: Do not declare.
18576         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
18577         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
18578         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
18579         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
18580         sake of portability to weird hosts that C allows (though we don't
18581         know of any practical examples).
18582
18583         * lib/savedir.h (fdsavedir): New decl.
18584         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
18585         contains most of the former guts of savedir.
18586         (savedir): Use savedirstream.
18587         Include "openat.h".
18588
18589 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18590
18591         * modules/obstack (Files): Add m4/ulonglong.m4.
18592         Problem reported by Davide Angelocola.
18593
18594 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
18595
18596         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
18597         coreutils no longer futzes with rounding modes.
18598
18599 2005-11-14  Jim Meyering  <jim@meyering.net>
18600
18601         * lib/mkstemp-safer.c: Include <config.h>, required for possible
18602         replacement of mkstemp.
18603
18604 2005-11-10  Simon Josefsson  <jas@extundo.com>
18605
18606         * lib/readline.c: Remove EOL.
18607
18608 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18609
18610         * modules/gethrxtime (Depends-on): Add gettime.
18611
18612 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18613
18614         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
18615         or gettimeofday; no longer needed.
18616
18617 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18618
18619         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
18620         time business.
18621         (gethrxtime) [! (HAVE_NANOUPTIME
18622         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
18623         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
18624         our own approximation.
18625
18626 2005-11-08  Eric Blake  <ebb9@byu.net>
18627
18628         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
18629
18630 2005-11-08  Eric Blake  <ebb9@byu.net>
18631
18632         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
18633
18634 2005-11-04  Bruno Haible  <bruno@clisp.org>
18635
18636         * gnulib-tool: Implement --update mode.
18637
18638 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18639
18640         Fix porting problem reported by Theodoros V. Kalamatianos.
18641         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
18642         Don't assume that futimes failing means we must fail.
18643
18644 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18645
18646         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
18647         variables to suggest the intended function of the PATH_MAX check.
18648
18649 2005-10-30  Kean Johnston  <jkj@sco.com>
18650
18651         Trivial changes to support SCO systems.
18652         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
18653         as PATH_MAX.
18654         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
18655         where __ptr is null when no I/O is pending.
18656
18657 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18658
18659         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
18660         leave errno alone.  Problem reported by Dmitry V. Levin.
18661
18662 2005-10-28  Simon Josefsson  <jas@extundo.com>
18663
18664         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
18665         Test more.
18666
18667         * tests/test-gc-md2.c, tests/test-md2.c: New files.
18668
18669         * modules/md2, modules/md2-tests: New files.
18670
18671 2005-10-28  Simon Josefsson  <jas@extundo.com>
18672
18673         * m4/inet_ntop.m4: More tests.
18674
18675         * m4/gc-md2.m4, md2.m4: New file.
18676
18677 2005-10-28  Simon Josefsson  <jas@extundo.com>
18678
18679         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
18680         "restrict" keywords, as per POSIX.  Protect the function
18681         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
18682         Don't use K&R prototypes.  Check the sprintf return values.
18683         Re-define EAFNOSUPPORT if not present.  Indent.
18684
18685         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
18686         suggested by Bruno Haible <bruno@clisp.org>.
18687
18688         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
18689
18690         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
18691
18692         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
18693         libgcrypt).
18694
18695         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
18696
18697         * lib/md2.h, lib/md2.c: New files.
18698
18699 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
18700
18701         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
18702         errno alone.  Problem reported by Frederic Jolliton.
18703
18704 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
18705
18706         * modules/verify (License): Change from GPL to LGPL.  This is a
18707         tiny module and there are apparently near-equivalents that are
18708         under the BSD license.
18709
18710 2005-10-24  Simon Josefsson  <jas@extundo.com>
18711
18712         * modules/sha1: Relicense to LGPL.
18713
18714 2005-10-24  Simon Josefsson  <jas@extundo.com>
18715
18716         * lib/md4.h: Shrink buffer size, now that we changed the type.
18717
18718 2005-10-23  Simon Josefsson  <jas@extundo.com>
18719
18720         * gnulib-tool (func_import): Fix --tests-base.
18721
18722 2005-10-22  Simon Josefsson  <jas@extundo.com>
18723
18724         * modules/arcfour (Depends-on): Need stdint.
18725
18726 2005-10-22  Simon Josefsson  <jas@extundo.com>
18727
18728         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
18729         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
18730
18731 2005-10-22  Simon Josefsson  <jas@extundo.com>
18732
18733         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
18734         suggested by Bruno Haible <bruno@clisp.org>.
18735
18736 2005-10-22  Simon Josefsson  <jas@extundo.com>
18737
18738         * lib/crc.h: Include stddef.h, for size_t.
18739
18740 2005-10-22  Simon Josefsson  <jas@extundo.com>
18741
18742         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
18743         arcfour_context struct (simplify test vector testing in GNU
18744         Shishi).
18745
18746 2005-10-21  Simon Josefsson  <jas@extundo.com>
18747
18748         * modules/des, modules/des-tests: New files.
18749
18750         * modules/gc-des, modules/gc-des-tests: New files.
18751
18752         * tests/test-des.c, tests/test-gc-des.c: New file.
18753
18754 2005-10-21  Simon Josefsson  <jas@extundo.com>
18755
18756         * modules/arctwo, modules/arctwo-tests: New files.
18757
18758         * tests/test-arctwo.c: New file.
18759
18760         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
18761
18762         * tests/test-gc-arctwo.c: New file.
18763
18764 2005-10-21  Simon Josefsson  <jas@extundo.com>
18765
18766         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
18767         Bruno Haible <bruno@clisp.org>.
18768
18769         * m4/gc-des.m4: New file.
18770
18771 2005-10-21  Simon Josefsson  <jas@extundo.com>
18772
18773         * m4/arctwo.m4: New file.
18774
18775         * m4/gc-arctwo.m4: New file.
18776
18777 2005-10-21  Simon Josefsson  <jas@extundo.com>
18778
18779         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
18780         block.
18781
18782 2005-10-21  Simon Josefsson  <jas@extundo.com>
18783
18784         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
18785         <bruno@clisp.org>.
18786
18787         * lib/hmac-sha1.c (hmac_sha1): Likewise.
18788
18789         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
18790         Bruno Haible <bruno@clisp.org>.
18791
18792         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
18793         <bruno@clisp.org>.
18794
18795 2005-10-21  Simon Josefsson  <jas@extundo.com>
18796
18797         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
18798
18799 2005-10-21  Simon Josefsson  <jas@extundo.com>
18800
18801         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
18802
18803 2005-10-21  Simon Josefsson  <jas@extundo.com>
18804
18805         * lib/des.h, lib/des.c: New files.
18806
18807         * lib/gc-gnulib.c: Support DES.c
18808
18809 2005-10-21  Simon Josefsson  <jas@extundo.com>
18810
18811         * lib/arctwo.h, lib/arctwo.c: New files.
18812
18813         * lib/gc-gnulib.c: Support ARCTWO.
18814
18815 2005-10-21  Simon Josefsson  <jas@extundo.com>
18816
18817         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
18818         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18819
18820 2005-10-21  Simon Josefsson  <jas@extundo.com>
18821
18822         * gnulib-tool (func_import, func_create_testdir): Define automake
18823         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
18824         Makefile.am snippet),
18825         suggested by Bruno Haible <bruno@clisp.org>.
18826
18827         * modules/gc (Makefile.am): Use it.
18828
18829 2005-10-21  Bruno Haible  <bruno@clisp.org>
18830
18831         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
18832         patch.
18833
18834 2005-10-19  Simon Josefsson  <jas@extundo.com>
18835
18836         * tests/test-gc-rijndael.c: New file.
18837
18838         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
18839
18840 2005-10-19  Simon Josefsson  <jas@extundo.com>
18841
18842         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
18843         interface too.
18844
18845 2005-10-19  Simon Josefsson  <jas@extundo.com>
18846
18847         * tests/test-gc-arcfour.c: New file.
18848
18849         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
18850
18851 2005-10-19  Simon Josefsson  <jas@extundo.com>
18852
18853         * modules/gc-md4, modules/gc-md4-tests: New file.
18854
18855         * tests/test-gc-md4.c: New file.
18856
18857 2005-10-19  Simon Josefsson  <jas@extundo.com>
18858
18859         * m4/gc-md4.m4: New file.
18860
18861 2005-10-19  Simon Josefsson  <jas@extundo.com>
18862
18863         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
18864         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
18865         <kasal@ucw.cz>.
18866
18867 2005-10-19  Simon Josefsson  <jas@extundo.com>
18868
18869         * m4/gc-arcfour.m4: New file.
18870
18871         * m4/gc-rijndael.m4: New file.
18872
18873 2005-10-19  Simon Josefsson  <jas@extundo.com>
18874
18875         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
18876
18877 2005-10-19  Simon Josefsson  <jas@extundo.com>
18878
18879         * lib/gc-gnulib.c: Support ARCFOUR.
18880
18881 2005-10-19  Simon Josefsson  <jas@extundo.com>
18882
18883         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
18884         support.
18885
18886         * lib/gc.h: Add ECB enum type.
18887
18888         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
18889
18890 2005-10-18  Simon Josefsson  <jas@extundo.com>
18891
18892         * tests/test-md5.c: New file.
18893
18894         * modules/md5-tests: New file.
18895
18896 2005-10-18  Simon Josefsson  <jas@extundo.com>
18897
18898         * tests/test-md4.c: New file.
18899
18900         * modules/md4, modules/md4-tests: New files.
18901
18902 2005-10-18  Simon Josefsson  <jas@extundo.com>
18903
18904         * m4/md4.m4: New file.
18905
18906 2005-10-18  Simon Josefsson  <jas@extundo.com>
18907
18908         * lib/md4.h, lib/md4.c: New files, based on md5.?.
18909
18910 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
18911
18912         * gnulib-tool (func_create_testdir): Omit the second check whether
18913         BUILT_SOURCES in nonempty.
18914
18915 2005-10-17  Simon Josefsson  <jas@extundo.com>
18916
18917         * tests/test-rijndael.c: New file.
18918
18919 2005-10-17  Simon Josefsson  <jas@extundo.com>
18920
18921         * modules/sha1: Depend on stdint instead of md5.
18922
18923         * modules/md5: Depend on stdint, remove uint32_t.
18924
18925 2005-10-17  Simon Josefsson  <jas@extundo.com>
18926
18927         * modules/gc-sha1-tests: New file.
18928
18929         * tests/test-gc-sha1.c: New file.
18930
18931 2005-10-17  Simon Josefsson  <jas@extundo.com>
18932
18933         * m4/md5.m4: Remove call to uint32_t.m4.
18934
18935 2005-10-17  Simon Josefsson  <jas@extundo.com>
18936
18937         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
18938
18939         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
18940         md5.h.
18941
18942         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
18943
18944         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
18945
18946 2005-10-17  Simon Josefsson  <jas@extundo.com>
18947
18948         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
18949
18950 2005-10-17  Simon Josefsson  <jas@extundo.com>
18951
18952         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
18953
18954 2005-10-17  Simon Josefsson  <jas@extundo.com>
18955
18956         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
18957
18958         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
18959
18960 2005-10-17  Bruno Haible  <bruno@clisp.org>
18961
18962         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
18963         that it can also be used in a test.
18964
18965 2005-10-16  Bruno Haible  <bruno@clisp.org>
18966
18967         * gnulib-tool (func_emit_tests_Makefile_am): Also define
18968         TESTS_ENVIRONMENT, so that individual tests can augment it.
18969
18970         * gnulib-tool (func_create_testdir): Use an intermediate target for
18971         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
18972         macros, like $(ALLOCA_H), which cannot be passed through the command
18973         line.
18974
18975 2005-10-15  Simon Josefsson  <jas@extundo.com>
18976
18977         * modules/rijndael-tests: New file.
18978
18979         * modules/rijndael: New file.
18980
18981 2005-10-15  Simon Josefsson  <jas@extundo.com>
18982
18983         * m4/rijndael.m4: New file.
18984
18985 2005-10-15  Simon Josefsson  <jas@extundo.com>
18986
18987         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
18988
18989         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
18990
18991 2005-10-14  Simon Josefsson  <jas@extundo.com>
18992
18993         * tests/test-arcfour.c: New file.
18994
18995         * modules/arcfour, modules/arcfour-tests: New files.
18996
18997 2005-10-14  Simon Josefsson  <jas@extundo.com>
18998
18999         * m4/arcfour.m4: New file.
19000
19001 2005-10-14  Simon Josefsson  <jas@extundo.com>
19002
19003         * lib/arcfour.h, lib/arcfour.c: New files.
19004
19005 2005-10-14  Roland McGrath  <roland@redhat.com>
19006
19007         Import from libc.  [BZ #1331]
19008         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
19009         macro argument.
19010         Reported by Matej Vela <vela@debian.org>.
19011
19012 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
19013
19014         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
19015         include <wchar.h>; no longer needed.
19016
19017 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
19018
19019         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
19020
19021 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
19022         and  Ulrich Drepper  <drepper@redhat.com>
19023
19024         Import from libc.
19025         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
19026         instead of inline stream orientation test and two separate
19027         function calls.  Pay no attention to USE_IN_LIBIO.
19028
19029 2005-10-13  Simon Josefsson  <jas@extundo.com>
19030
19031         * modules/gc-hmac-md5-tests: New file.
19032
19033         * tests/test-gc-hmac-sha1.c: New file.
19034
19035         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
19036
19037         * modules/gc-hmac-md5-tests: New file.
19038
19039         * tests/test-gc-md5.c: New file.
19040
19041         * modules/gc-md5-tests: New file.
19042
19043 2005-10-13  Simon Josefsson  <jas@extundo.com>
19044
19045         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
19046         Move memory allocation outside of loop.
19047
19048 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
19049
19050         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
19051         intermediate directory is in a read-only file system.  Problem
19052         reported by Eric Blake.
19053
19054 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
19055
19056         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
19057
19058 2005-10-12  Simon Josefsson  <jas@extundo.com>
19059
19060         * tests/test-hmac-sha1.c: New file.
19061
19062         * modules/hmac-sha1-tests: New file.
19063
19064         * modules/hmac-sha1: New file.
19065
19066 2005-10-12  Simon Josefsson  <jas@extundo.com>
19067
19068         * modules/gc-sha1: New file.
19069
19070 2005-10-12  Simon Josefsson  <jas@extundo.com>
19071
19072         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
19073
19074         * tests/test-gc-pbkdf2-sha1.c: New file.
19075
19076 2005-10-12  Simon Josefsson  <jas@extundo.com>
19077
19078         * modules/gc-md5, modules/gc-hmac-md5: New files.
19079
19080         * modules/gc (Files): Remove md5, memxor and hmac files.
19081
19082 2005-10-12  Simon Josefsson  <jas@extundo.com>
19083
19084         * m4/gc-pbkdf2-sha1.m4: New file.
19085
19086         * m4/gc-hmac-sha1.m4: New file.
19087
19088         * m4/gc-sha1: New file.
19089
19090         * m4/hmac-sha1.m4: New file.
19091
19092 2005-10-12  Simon Josefsson  <jas@extundo.com>
19093
19094         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
19095
19096         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
19097
19098 2005-10-12  Simon Josefsson  <jas@extundo.com>
19099
19100         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
19101         suggested by Bruno Haible <bruno@clisp.org>.
19102
19103 2005-10-12  Simon Josefsson  <jas@extundo.com>
19104
19105         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
19106
19107 2005-10-12  Simon Josefsson  <jas@extundo.com>
19108
19109         * lib/gc-pbkdf2-sha1.c: New file.
19110
19111         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
19112
19113 2005-10-12  Simon Josefsson  <jas@extundo.com>
19114
19115         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
19116
19117         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
19118
19119 2005-10-12  Simon Josefsson  <jas@extundo.com>
19120
19121         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
19122         GC_USE_HMAC_MD5, respectively.
19123
19124         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
19125         (gc_md5): Fix typo.
19126
19127         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
19128
19129         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
19130
19131         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
19132
19133 2005-10-12  Bruno Haible  <bruno@clisp.org>
19134
19135         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
19136         Reported by Stepan Kasal <kasal@ucw.cz>.
19137
19138 2005-10-11  Simon Josefsson  <jas@extundo.com>
19139
19140         * tests/test-crc.c: New file.
19141
19142         * modules/crc, modules/crc-tests: New files.
19143
19144 2005-10-11  Simon Josefsson  <jas@extundo.com>
19145
19146         * m4/crc.m4: New file.
19147
19148 2005-10-11  Simon Josefsson  <jas@extundo.com>
19149
19150         * lib/gc.h: Add gc_hash and gc_hash_buffer.
19151
19152         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
19153
19154         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
19155
19156 2005-10-11  Simon Josefsson  <jas@extundo.com>
19157
19158         * lib/crc.h, lib/crc.c: New files.
19159
19160         * lib/gc.h (gc_hash_buffer): Add doc.
19161
19162 2005-10-11  Bruno Haible  <bruno@clisp.org>
19163
19164         * modules/c-strcasestr: New file.
19165         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
19166
19167 2005-10-11  Bruno Haible  <bruno@clisp.org>
19168
19169         * modules/c-strcase: New file.
19170         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
19171
19172 2005-10-11  Bruno Haible  <bruno@clisp.org>
19173
19174         * lib/strcasecmp.c: Include limits.h.
19175         (strcasecmp): Avoid integer overflow on exotic platforms.
19176         * lib/strncasecmp.c: Include limits.h.
19177         (strncasecmp): Avoid integer overflow on exotic platforms.
19178         Reported by Paul Eggert.
19179
19180 2005-10-11  Bruno Haible  <bruno@clisp.org>
19181
19182         * lib/c-strcasestr.h: New file, from GNU gettext.
19183         * lib/c-strcasestr.c: New file, from GNU gettext.
19184
19185 2005-10-11  Bruno Haible  <bruno@clisp.org>
19186
19187         * lib/c-strcase.h: New file, from GNU gettext.
19188         * lib/c-strcasecmp.c: New file, from GNU gettext.
19189         * lib/c-strncasecmp.c: New file, from GNU gettext.
19190
19191 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
19192
19193         * modules/mempcpy (License): GPL -> LGPL.
19194         * modules/strchrnul (License): Likewise.
19195         * modules/sysexits (License): Likewise.
19196
19197 2005-10-08  Simon Josefsson  <jas@extundo.com>
19198
19199         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
19200
19201 2005-10-07  Simon Josefsson  <jas@extundo.com>
19202
19203         * m4/memxor.m4: Remove gl_C_RESTRICT call.
19204
19205 2005-10-06  Simon Josefsson  <jas@extundo.com>
19206
19207         * tests/test-hmac-md5.c: New file.
19208
19209         * modules/hmac-md5-tests: New file.
19210
19211         * modules/hmac-md5: New file.
19212
19213 2005-10-06  Simon Josefsson  <jas@extundo.com>
19214
19215         * m4/hmac-md5.m4: New file.
19216
19217         * m4/memxor.m4: Require gl_C_RESTRICT.
19218
19219 2005-10-06  Simon Josefsson  <jas@extundo.com>
19220
19221         * lib/memxor.c (memxor): Avoid casts and warnings.
19222
19223 2005-10-06  Simon Josefsson  <jas@extundo.com>
19224
19225         * lib/hmac-md5.c: New file.
19226
19227         * lib/hmac.h: New file.
19228
19229 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
19230
19231         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
19232         promotes to int, not unsigned int, to catch the AIX 5.3
19233         compiler bug.
19234
19235 2005-10-05  Simon Josefsson  <jas@extundo.com>
19236
19237         * modules/memxor: New file.
19238
19239         * modules/iconv (Files): Move config.rpath to havelib, it is used
19240         there.
19241
19242         * modules/havelib (Files): Add config.rpath.
19243
19244 2005-10-05  Simon Josefsson  <jas@extundo.com>
19245
19246         * m4/memxor.m4: New file.
19247
19248 2005-10-05  Simon Josefsson  <jas@extundo.com>
19249
19250         * lib/memxor.c (memxor): Fix compiler error.
19251
19252         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
19253         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
19254
19255         * lib/memxor.h, lib/memxor.c: New files.
19256
19257         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
19258         we assume all systems have it, suggested by Jim Meyering
19259         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
19260         any systems lack sys/socket.h; mingw32 is known to lack it, but we
19261         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
19262         same reasons.
19263
19264 2005-10-05  Simon Josefsson  <jas@extundo.com>
19265
19266         * config/srclist.txt: Add glibc bug 1423 for md5.h.
19267
19268 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
19269
19270         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
19271         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
19272         needed, since the source code now assumes these .h files.
19273
19274 2005-10-05  Derek Price  <derek@ximbiot.com>
19275
19276         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
19277
19278 2005-10-05  Bruno Haible  <bruno@clisp.org>
19279
19280         * modules/stdint (License): Change to LGPL.
19281
19282 2005-10-04  Simon Josefsson  <jas@extundo.com>
19283
19284         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
19285         D. Baushke" <mdb@gnu.org>.
19286
19287 2005-10-04  Bruno Haible  <bruno@clisp.org>
19288
19289         * lib/verify.h (verify_true): Provide alternative definition for C++.
19290
19291 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
19292
19293         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
19294         (SSIZE_MAX): New macro, if not already defined.
19295         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
19296         than 2 GiB.
19297
19298 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19299
19300         Sync from coreutils.
19301         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
19302         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
19303         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
19304         ULLONG_MAX doesn't work with 2.7.2.1.
19305
19306 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19307
19308         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
19309         From Ben Pfaff.
19310
19311         * modules/exclude (Depends-on): Depend on verify.
19312         * modules/strtoimax (Depends-on): Likewise.
19313         * modules/utimecmp (Depends-on): Likewise.
19314
19315 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19316
19317         * lib/exclude.c: Include verify.h.
19318         (verify): Remove.  All callers changed to use verify.h's version.
19319         * lib/strtoimax.c: Likewise.
19320         * lib/utimecmp.c: Likewis.e
19321
19322         Sync from coreutils.
19323         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
19324         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
19325         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
19326         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
19327         bother returning ENOSYS if settimeofday or stime fails; just let
19328         them return whatever errno they want to return.
19329         * lib/utimens.c: Include unistd.h, for dup2.
19330         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
19331         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
19332
19333 2005-10-02  Jim Meyering  <jim@meyering.net>
19334
19335         Sync from coreutils.
19336         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
19337         from glibc-2.2.5 that fails for read-only files.
19338
19339 2005-10-02  Jim Meyering  <jim@meyering.net>
19340
19341         Sync from coreutils.
19342         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
19343         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
19344         `#if HAVE_CONFIG_H'.
19345         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
19346         Remove AT_FDCWD test.
19347         Do not consume the fd unless successful.
19348         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
19349         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
19350         block, so that we don't even try to compile it if settimeofday is
19351         available.  This works around a compilation failure on OSF1 V5.1,
19352         due to stime requiring a `long int*' while tv_sec is `int'.
19353
19354 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
19355
19356         Sync from coreutils.
19357         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
19358         against `yes', rather than just testing for nonempty.
19359
19360 2005-10-01  Simon Josefsson  <jas@extundo.com>
19361
19362         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
19363         and Darwin.
19364
19365         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
19366         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
19367         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
19368         freeaddrinfo and gai_strerror are declared by the POSIX headers.
19369         Check if struct addrinfo is declared.
19370
19371 2005-10-01  Simon Josefsson  <jas@extundo.com>
19372
19373         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
19374         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
19375         AI_* and EAI_* definitions.  Protect function declarations.
19376
19377 2005-10-01  Jim Meyering  <jim@meyering.net>
19378
19379         Sync from coreutils.
19380
19381         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
19382         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
19383         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
19384         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
19385         in the inet and nsl libraries.  Required on Solaris 5.7.
19386
19387 2005-10-01  Jim Meyering  <jim@meyering.net>
19388
19389         Sync from coreutils.
19390         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
19391         in the inet and nsl libraries.  Required on Solaris 5.7.
19392
19393 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
19394
19395         * lib/getdelim.c (getdelim): Remove unused variables.
19396
19397 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
19398
19399         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
19400         so that the code works even with ancient cpp.  Portability problem
19401         with GCC 2.7.2.1 reported by Thomas M.Ott.
19402
19403 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
19404
19405         * modules/regex (Depends-on): Add strcase.
19406
19407         * modules/gethostname (Licence): Change from GPL to LGPL, since
19408         gethostname.c is a trivial implementation of a standard library
19409         function.
19410         * modules/poll (License): Change from GPL to LGPL, since it's
19411         derived from LGPL code.
19412
19413 2005-09-27  Jim Meyering  <jim@meyering.net>
19414
19415         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
19416         HAVE_CONFIG_H.
19417
19418         * lib/intprops.h (signed_type_or_expr__): Define.
19419         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
19420         for unsigned types.
19421
19422 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
19423
19424         * lib/verify.h (verify_expr): Remove, replacing with:
19425         (verify_true): New macro that returns true instead of void.
19426         (verify_type__): Remove.
19427         (verify): Use verify_true rather than verify_type__.
19428
19429 2005-09-26  Bruno Haible  <bruno@clisp.org>
19430
19431         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
19432         is necessary.
19433         (lib_SOURCES): Remove mbchar.c.
19434         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
19435         (Files): Add m4/mbrtowc.m4.
19436         * modules/mbiter: Likewise.
19437         * modules/mbuiter: Likewise.
19438
19439 2005-09-26  Bruno Haible  <bruno@clisp.org>
19440
19441         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
19442         compile mbchar.c if they are not both present.
19443         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
19444         * m4/mbiter.m4 (gl_MBITER): Likewise.
19445         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
19446         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
19447         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
19448
19449 2005-09-25  Jim Meyering  <jim@meyering.net>
19450
19451         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
19452         also uses socklen_t.
19453
19454 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
19455
19456         * lib/utimens.c (ENOSYS): Define if not already defined.
19457         (futimens): Support having a null PATH if the file descriptor
19458         is nonnegative.
19459
19460         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
19461         Remove.
19462         (__attribute): Define to empty unless GCC 3.1 or later.
19463         This works around a core dump on OpenBSD 3.4, which has GCC
19464         2.95.3, which dumps core when given __attribute__(()).  It also
19465         simplifies other tests, since we really don't want to bother with
19466         worrying about which ancient version of GCC supported what.
19467         Original problem reported by Yoann Vandoorselaere, with part of
19468         the fix suggested by Derek Price.
19469
19470 2005-09-24  Jim Meyering  <jim@meyering.net>
19471
19472         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
19473         so we can once again use a positive bitfield width of 1 -- now we
19474         don't have to explain why we were using a bitfield width of 2.
19475
19476 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
19477
19478         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
19479         and similarly for the other external symbols.  Problem reported
19480         by James Gallager.
19481
19482         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
19483         bug reported by Jim Meyering.
19484
19485         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
19486         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
19487         not needed, since socklen is a prerequisite module.
19488
19489 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
19490
19491         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
19492         Problem reported by Eric Blake.
19493         (getaddrinfo): Initialize se so that it's not garbage.
19494         Redo internal storage allocation so that it doesn't make unportable
19495         assumptions about alignment.
19496         Fix a memory leak.
19497
19498         * lib/utimens.c (futimens): Use futimesat if available.
19499         Prefer it to futimes since it doesn't have the futimes bug.
19500
19501         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
19502         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
19503         Instead, declare a function that returns a pointer to an array,
19504         and use verify_type__ to declare the size of the array.
19505         Problem and germ of a solution reported by Bruno Haible.
19506         (verify_type__): Use 2, not 1, for bitfield size, to avoid
19507         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
19508
19509 2005-09-23  Jim Meyering  <jim@meyering.net>
19510
19511         Sync from coreutils.
19512         Correct build failure (socklen_t not defined) on at least
19513         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
19514         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
19515
19516 2005-09-23  Jim Meyering  <jim@meyering.net>
19517
19518         * modules/getaddrinfo (Depends-on): Add socklen.
19519
19520 2005-09-23  Bruno Haible  <bruno@clisp.org>
19521
19522         * tests/test-verify.c: New file.
19523
19524 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19525
19526         Sync from coreutils.
19527
19528         * modules/argmatch (Depends-on): Add verify.
19529         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
19530         unistd-safer.
19531         * modules/save-cwd (Depends-on): Likewise.
19532
19533         * modules/openat (Files): Add lib/openat-die.c.
19534         (Depends-on): Remove error, exitfail.
19535         Add dirname.
19536
19537         * modules/verify: New file.
19538         * MODULES.html.sh (Diagnostics <assert.h>): New section,
19539         with "verify" module.
19540
19541 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19542
19543         Sync from coreutils.
19544
19545         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
19546         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
19547         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
19548         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
19549         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
19550         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
19551         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
19552         Don't bother checking for string.h, stdlib.h, unistd.h.
19553         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
19554         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
19555         module's job.
19556         * m4/jm-macros.m4 (gl_MACROS): Likewise.
19557         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
19558
19559         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
19560         (gl_GETDATE): Use it.
19561
19562         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
19563
19564 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19565
19566         Sync from coreutils.
19567
19568         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
19569         stat-time.h.
19570         * lib/argmatch.h: Include verify.h
19571         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
19572         (ARGMATCH_ASSERT): Remove; unused.
19573         * lib/canonicalize.c: Assume STDC_HEADERS.
19574         * lib/exclude.c: Include "strcase.h".
19575         * lib/regex_internal.h [!defined _LIBC]: Likewise.
19576         * lib/getusershell.c: Include stdio--.h rather than stdio.h
19577         and stdio-safer.h.
19578         (getusershell): Call fopen, not fopen_safer.
19579         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
19580         Do not include unistd-safer.h.
19581         (save_cwd): Don't call fd_safer; no longer needed
19582         now that we include fcntl--.h.
19583
19584         * lib/getdate.y (relative_time): New type.
19585         (RELATIVE_TIME_0): New constant.
19586         (parser_control): Use relative_time instead of doing it ourselves.
19587         (%union): Add new relative_time rel member.
19588         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
19589         Now typeless.
19590         (relunit, relunit_snumber): Now of type rel.
19591         (zone, rel, relunit, get_date): Adjust to above changes.
19592
19593         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
19594         Do not include unistd-safer.h.
19595         (getloadavg): Don't call fd_safer; no longer needed
19596         now that we include fcntl--.h.
19597
19598         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
19599         (make_dir_parents): Treat ENOSYS like EEXIST.
19600
19601         Improve quality of diagnostics on restore_cwd failure.
19602         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
19603         (make_dir_parents): Last arg is now int * (for errno), not bool *.
19604         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
19605         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
19606         each time through the loop.  Do not diagnose restore_cwd failure;
19607         that is the caller's job (and perhaps the caller does not care).
19608
19609         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
19610         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
19611         If the file already exists but is not a directory, don't bother
19612         to try to make its parents.
19613         Close potential file descriptor leak if we can't chdir("/") (!).
19614         Don't always return true if chdir($PWD) fails; return true only
19615         if the requested action was done successfully (except for the
19616         chdir($PWD)).
19617         Don't log final directory unless we actually made it.
19618         Refactor to avoid duplicate code to fix up permissions.
19619         Don't attempt to fix up parent permissions if chdir($PWD) fails.
19620
19621         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
19622         to make it a bit faster and (I hope) clearer.
19623         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
19624         Fix bug in formats like %2N.
19625
19626         * lib/verify.h: New file.
19627
19628 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19629
19630         Sync from coreutils.
19631         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
19632
19633 2005-09-22  Jim Meyering  <jim@meyering.net>
19634
19635         Sync from coreutils.
19636
19637         * m4/lstat.m4 (gl_FUNC_LSTAT):
19638         Use AC_LIBSOURCES to require lstat.c and lstat.h.
19639         Remove obsolete comment.
19640         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
19641         * m4/xstrtod.m4: Likewise.
19642
19643         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
19644
19645 2005-09-22  Jim Meyering  <jim@meyering.net>
19646
19647         Sync from coreutils.
19648
19649         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
19650
19651         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
19652         the .tm_year member, since otherwise gcc-4.0 would now warn about
19653         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
19654
19655         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
19656         order to avoid an unsuppressible warning from gcc on 64-bit systems.
19657
19658         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
19659         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
19660         when run in a time zone for which daylight savings time is in effect
19661         for the starting date.
19662
19663         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
19664         stop us from restricting permissions of just-created absolute-named
19665         directories.
19666         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
19667         to restore initial working directory.
19668         * lib/mkdir-p.c (make_dir_parents): New parameter:
19669         different_working_dir, to tell caller if/when we change the working
19670         directory and are unable to return to the initial one.
19671         * lib/mkdir-p.h (make_dir_parents): Update prototype.
19672         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
19673         `return false'.  This fixes a bug introduced on 2004-07-30.
19674
19675         * lib/openat.c (fdopendir): Be sure to close the supplied
19676         file descriptor before returning.  This makes our replacement
19677         implementation a little closer to Solaris's, where fdopendir
19678         ties the file descriptor to the returned DIR* pointer.
19679         * lib/openat.c (unlinkat): New function.
19680         * lib/openat.h (unlinkat): Add prototype.
19681         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
19682         (openat_restore_fail): Rename from openat_restore_die.
19683         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
19684
19685         Provide an alternative to exiting immediately upon save_cwd or
19686         restore_cwd failure.  Now, an application can arrange e.g.,
19687         to perform a longjump in that case.
19688         * lib/openat.c: Include dirname.h.
19689         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
19690         (rpl_openat, fdopendir, fstatat): Call openat_save_die
19691         and openat_restore_die rather than calling error directly.
19692         Don't include "error.h" or "exitfail.h"; they're no longer needed.
19693
19694         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
19695         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
19696         define.
19697
19698         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
19699         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
19700                             int utc, int nanoseconds);
19701         Background:
19702         date should not have to allocate a megabyte of virtual memory to
19703         handle a format argument like +%1048575T.  When implemented with
19704         strftime, it must allocate such a buffer, use strftime to fill it
19705         in, print it, then free it.
19706         With fprintftime, it simply prints everything and exits.
19707         With no need for memory allocation, that's one fewer way to fail.
19708         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
19709         optional field width, not before, so we accept %9:z, not %:9z.
19710         (my_strftime): Be sure to use L_('x') for literals.
19711
19712         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
19713         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
19714         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
19715         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
19716         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
19717         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
19718         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
19719         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
19720         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
19721         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
19722         * lib/xgethostname.c, lib/xreadlink.c:
19723         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
19724
19725         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
19726         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
19727         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
19728         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
19729         and don't include <sys/file.h>).
19730
19731 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
19732
19733         Sync from coreutils.
19734
19735         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
19736         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
19737         [!LDAV_DONE]: Avoid unused variable warning.
19738
19739 2005-09-21  Bruno Haible  <bruno@clisp.org>
19740
19741         * lib/unicodeio.h (unicode_to_mb): New declaration.
19742
19743 2005-09-20  Derek Price  <derek@ximbiot.com>
19744
19745         * lib/getaddrinfo.c: Don't include <netdb.h> included from
19746         getaddrinfo.h.
19747
19748 2005-09-20  Bruno Haible  <bruno@clisp.org>
19749
19750         * gnulib-tool: Remove trailing slashes from the values specified for
19751         --source-base, --m4-base, --tests-base, --aux-dir.
19752         Suggested by Simon Josefsson <jas@extundo.com>.
19753
19754 2005-09-20  Bruno Haible  <bruno@clisp.org>
19755
19756         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
19757         func_modules_to_filelist, func_import, func_create_testdir): Make all
19758         sorting results locale-independent, so that gnulib-cache.m4 doesn't
19759         change when gnulib-tool is invoked in a different locale.
19760
19761 2005-09-19  Simon Josefsson  <jas@extundo.com>
19762
19763         * m4/socklen.m4: Fix typo.
19764
19765 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19766
19767         Use a consistent style for including <config.h>.
19768         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
19769         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
19770         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
19771         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
19772         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
19773         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
19774         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
19775         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
19776         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
19777         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
19778         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
19779         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
19780         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
19781         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
19782         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
19783         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
19784         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
19785         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
19786         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
19787         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
19788         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
19789         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
19790         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
19791         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
19792         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
19793         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
19794         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
19795         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
19796         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
19797         lib/xstrtoumax.c, lib/yesno.c:
19798         Standardize inclusion of config.h.
19799         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
19800         lib/inttostr.h:  Removed inclusion of config.h from header files.
19801         * lib/inttostr.c:  Adjusted in-tree users.
19802         * lib/timespec.h: Remove superfluous warning to include config.h.
19803         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
19804         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
19805         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
19806         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
19807         config.h with HAVE_CONFIG_H.
19808
19809 2005-09-19  Jim Meyering  <jim@meyering.net>
19810
19811         * modules/pathmax (License): Change to LGPL.
19812
19813 2005-09-19  Derek Price  <derek@ximbiot.com>
19814
19815         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
19816
19817 2005-09-19  Bruno Haible  <bruno@clisp.org>
19818
19819         * gnulib-tool (import): Provide default for --tests-base.
19820
19821 2005-09-19  Bruno Haible  <bruno@clisp.org>
19822
19823         * doc/quote.texi: New file, extracted from gnulib.texi.
19824         * doc/ctime.texi: New file, extracted from gnulib.texi.
19825         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
19826         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
19827         * doc/gnulib.texi: Include them.
19828
19829 2005-09-18  Bruno Haible  <bruno@clisp.org>
19830
19831         Portability fix.
19832         * gnulib-tool (func_readlink): New function.
19833         (func_ln_if_changed): Use it.
19834
19835 2005-09-18  Bruno Haible  <bruno@clisp.org>
19836
19837         * gnulib-tool: Support --with-tests also with --import.
19838         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
19839         (func_import): Use variables $testsbase and $inctests. Emit a
19840         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
19841         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
19842         SUBDIRS += $testsdir.
19843         (func_create_testdir): Update.
19844
19845 2005-09-18  Bruno Haible  <bruno@clisp.org>
19846
19847         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
19848         instead of $dry_run.
19849         (func_cp_if_changed, func_mv_if_changed): Remove functions.
19850         (func_ln_if_changed): Don't handle dry-run here.
19851         (func_import): In dry-run mode, detect more precisely which actions
19852         would be performed, and don't use "...ing" verbs.
19853
19854 2005-09-18  Bruno Haible  <bruno@clisp.org>
19855
19856         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
19857         (func_import): Use join on two temporary files instead of three nested
19858         loops, in order to determine which files are new or old.
19859
19860 2005-09-18  Bruno Haible  <bruno@clisp.org>
19861
19862         * gnulib-tool (func_import): Comment out code that spits out the
19863         new files with --dry-run.
19864
19865 2005-09-18  Bruno Haible  <bruno@clisp.org>
19866
19867         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
19868
19869 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
19870
19871         * lib/stat-time.h: New file.
19872         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
19873         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
19874         in a different way.
19875         (timespec_cmp): New function.
19876         * lib/utimecmp.c: Include stat-time.h.
19877         (SYSCALL_RESOLUTION): Depend on whether various struct stat
19878         members exist, not on the obsolescent ST_MTIM_NSEC.
19879         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
19880
19881 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
19882
19883         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
19884
19885 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
19886
19887         * MODULES.html.sh (File system functions): Add stat-time.
19888         * modules/stat-time: New file.
19889         * modules/timespec (Files): Remove m4/st_mtim.m4; this
19890         is now done in a different way, by the stat-time module.
19891         * modules/utimecmp (Depends-on): Add stat-time.
19892
19893 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
19894
19895         * m4/st_mtim.m4: Remove.  Superseded by...
19896         * m4/stat-time.m4: New file.
19897         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
19898         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
19899
19900 2005-09-15  Derek Price  <derek@ximbiot.com>
19901
19902         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
19903
19904 2005-09-15  Derek Price  <derek@ximbiot.com>
19905
19906         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
19907         * lib/regex_internal.c: Ditto, using this...
19908         (__GNUC_PREREQ): ...new macro.
19909         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
19910         using...
19911         (__GNUC_PREREQ): ...this new macro.
19912
19913         * lib/strstr.h: Include string.h. Define strstr as a macro here.
19914
19915 2005-09-15  Derek Price  <derek@ximbiot.com>
19916             Paul Eggert  <eggert@cs.ucla.edu>
19917
19918         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
19919         changes, consolidating in...
19920         * lib/regex_internal.h: ...this file.
19921
19922 2005-09-13  Jim Meyering  <jim@meyering.net>
19923
19924         * lib/canon-host.c: Filter through gnu indent and reword comments
19925         slightly.
19926         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
19927
19928 2005-09-13  Derek Price  <derek@ximbiot.com>
19929
19930         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
19931         failure.
19932         Reported by Jim Meyering  <jim@meyering.net>.
19933
19934 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
19935
19936         * lib/base64.c: Typo.
19937         (base64_encode): Put b64str in initialized data section.
19938
19939 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
19940
19941         Merge glibc and coreutils changes into gnulib, plus a few
19942         extra fixes.
19943         * lib/md5.c: Use #error rather than a string.
19944         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
19945         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
19946         (__attribute__): Define to empty for non recent-GCC.
19947         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
19948         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
19949         Renamed from their non-__ counterparts, with new macros replacing
19950         them if not _LIBC.  Add __THROW attribute.
19951         (rol): Remove.
19952         (struct md5_ctx): Align buffer if using GCC.
19953         * lib/sha1.h (struct sha1_ctx): Likewise.
19954         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
19955         The old name was backwards.
19956         (NOTSWAP): Remove; not used.
19957         (rol): New macro, moved here from md5.h.
19958         (sha1_process_block): Remove a FIXME that doesn't make sense.
19959
19960 2005-09-12  Derek Price  <derek@ximbiot.com>
19961
19962         Return usable errors from canon-host.
19963         * lib/canon-host.h: New file.
19964         * lib/canon-host.c (canon_host): Wrap...
19965         (canon_host_r): ...this new function, which now relies exclusively on
19966         getaddrinfo.
19967         (ch_strerror): New function.
19968         (last_cherror): New global.
19969         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
19970         interface.
19971         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
19972         void *.
19973         (freeaddrinfo): Free ai->ai_canonname when set.
19974
19975 2005-09-12  Derek Price  <derek@ximbiot.com>
19976
19977         Make canon-host require getaddrinfo.
19978         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
19979         AC_LIBSOURCE canon-host.h.  Call...
19980         (gl_PREREQ_CANON_HOST): ...this new function, which requires
19981         gl_GETADDRINFO.
19982         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
19983
19984 2005-09-12  Derek Price  <derek@ximbiot.com>
19985
19986         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
19987         LGPL.
19988         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
19989
19990 2005-09-12  Derek Price  <derek@ximbiot.com>
19991
19992         * lib/gai_strerror.c: Include config.h when available.  Include
19993         getaddrinfo.h before other headers to test interface.
19994         Reported by Larry Jones <lawrence.jones@ugs.com>.
19995
19996 2005-09-12  Derek Price  <derek@ximbiot.com>
19997             Paul Eggert  <eggert@cs.ucla.edu>
19998
19999         * modules/glob (Files): Add glob-libc.h.
20000
20001 2005-09-12  Derek Price  <derek@ximbiot.com>
20002             Paul Eggert  <eggert@cs.ucla.edu>
20003
20004         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
20005         glob_.h, glob-libc.h.
20006         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
20007
20008 2005-09-12  Derek Price  <derek@ximbiot.com>
20009             Paul Eggert  <eggert@cs.ucla.edu>
20010
20011         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
20012         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
20013         protecting things that should be done only in gnulib contexts.
20014         * lib/glob_.h: New file, containing only the glob things needed for
20015         gnulib.
20016         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
20017         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
20018         (glob, globfree, glob_pattern_p): Now defined simply in terms of
20019         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
20020         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
20021         and to respect the namespace rules better.
20022
20023 2005-09-08  Simon Josefsson  <jas@extundo.com>
20024
20025         * modules/socklen: New file.
20026
20027 2005-09-08  Simon Josefsson  <jas@extundo.com>
20028
20029         * m4/socklen.m4: New file.
20030
20031 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20032
20033         * modules/utimens (Files): Add m4/utimbuf.m4, since
20034         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
20035         Reported by Sergey Poznyakoff.
20036
20037 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20038
20039         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
20040         definitions, since that's the preferred style in glibc.
20041         Fix a minor spacing issue, and update copyright notice to match
20042         glibc's.
20043
20044 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20045
20046         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
20047
20048 2005-09-06  Simon Josefsson  <jas@extundo.com>
20049
20050         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
20051         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
20052
20053 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
20054
20055         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
20056         warning.
20057
20058 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
20059
20060         * config/srclist.txt: Add glibc bug 1302.
20061
20062 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
20063
20064         Change bitset word type from unsigned int to unsigned long int,
20065         as this has better performance on typical 64-bit hosts.
20066         Port bitset code to hosts with unusual word sizes.
20067         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
20068         (build_collating_symbol):
20069         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
20070         argument is a bitset.  This is merely a style issue, but it makes
20071         it clearer that an entire array is expected.
20072         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
20073         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
20074         Port to the case where bitset_word is not the same as unsigned int.
20075         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
20076         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
20077         Likewise.
20078         * lib/regexec.c (check_dst_limits_calc_pos_1,
20079         check_subexp_matching_top):
20080         (build_trtable, group_nodes_into_DFAstates):
20081         Likewise.
20082         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
20083         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
20084         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
20085         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
20086         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
20087         * lib/regcomp.c (optimize_subexps, lower_subexp):
20088         Work even if bitset_word has holes in its bitwise representation.
20089         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
20090         * lib/regexec.c (check_dst_limits_calc_pos_1,
20091         check_subexp_matching_top):
20092         Likewise.
20093         * lib/regex_internal.c (re_string_reconstruct):
20094         Don't assume UCHAR_MAX == 255.
20095         * lib/regex_internal.h (bitset_set_all): Likewise.
20096         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
20097         All uses changed.
20098         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
20099         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
20100         All uses changed.
20101         (BITSET_WORD_MAX): New macro.
20102         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
20103         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
20104         (bitset_empty, bitset_copy):
20105         Prefer sizeof (bitset) to multiplying it out ourselves.
20106         (bitset_not_merge): Remove; unused.
20107         (bitset_contain): Return bool, not unsigned int with one bit on.
20108         All callers changed.
20109         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
20110         alignment than re_node_set; do this by defining a new internal
20111         type struct dests_alloc and using it to allocate memory.
20112
20113 2005-09-05  Bruno Haible  <bruno@clisp.org>
20114
20115         * gnulib-tool (func_import): Fix comparison in handling of symbolic
20116         links.
20117
20118 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
20119
20120         * modules/size_max (Makefile.am): Add size_max.h
20121
20122 2005-09-04  Derek Price  <derek@ximbiot.com>
20123
20124         * gnulib-tool (func_import): Fix reversed $symbolic logic.
20125
20126 2005-09-03  Simon Josefsson  <jas@extundo.com>
20127
20128         * gnulib-tool: Fix typo.
20129
20130 2005-09-03  Simon Josefsson  <jas@extundo.com>
20131
20132         * config/srclist.txt: Add glibc bug 1293.
20133
20134 2005-09-03  Derek Price  <derek@ximbiot.com>
20135
20136         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
20137         From Larry Jones <lawrence.jones@ugs.com>.
20138
20139 2005-09-02  Simon Josefsson  <jas@extundo.com>
20140
20141         * modules/socklen: New file.
20142
20143 2005-09-02  Simon Josefsson  <jas@extundo.com>
20144
20145         * modules/havelib: New module.
20146
20147         * modules/gettext, modules/iconv, modules/lock, modules/readline:
20148         Use havelib.
20149
20150 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
20151
20152         Check for arithmetic overflow when calculating sizes, to prevent
20153         some buffer-overflow issues.  These patches are conservative, in the
20154         sense that when I couldn't determine whether an overflow was possible,
20155         I inserted a run-time check.
20156         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
20157         macros.
20158         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
20159         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
20160         (re_xnrealloc, re_x2nrealloc): New inline functions.
20161         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
20162         parse_bracket_exp):
20163         (build_equiv_class, build_charclass): Check for arithmetic overflow
20164         in size expression calculations.
20165         * lib/regex_internal.c (re_string_realloc_buffers):
20166         (build_wcs_upper_buffer, re_node_set_add_intersect):
20167         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
20168         (re_dfa_add_node, register_state): Likewise.
20169         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
20170         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
20171         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
20172         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
20173
20174 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
20175
20176         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
20177         m4/ulonglong.m4.  Problem reported by Martin Lambers.
20178
20179 2005-09-02  Bruno Haible  <bruno@clisp.org>
20180
20181         Support for lib vs. lib64 distinction on biarch platforms.
20182         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
20183         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
20184         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
20185
20186 2005-09-02  Bruno Haible  <bruno@clisp.org>
20187
20188         * gnulib-tool (import): In the other first-use case, provide defaults
20189         as well.
20190
20191 2005-09-02  Bruno Haible  <bruno@clisp.org>
20192
20193         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
20194         patches not yet found in the latest gettext release.
20195
20196 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20197
20198         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
20199         to avoid a collision with bits/local_lim.h in glibc.
20200         All uses changed.  Problem reported by Dmitry V. Levin in
20201         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
20202
20203         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
20204         bugs in int versus size_t comparisons.
20205         (re_string_context_at): Fix bug where the code assumed that
20206         Idx is signed.
20207
20208         Use bool where appropriate.
20209         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
20210         All callers changed.
20211         (calc_eclosure_iter): Likewise, for ROOT arg.
20212         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
20213         (build_charclass_op): Likewise, for NON_MATCH arg.
20214         * lib/regex_internal.c (re_string_allocate, re_string_construct):
20215         (re_string_construct_common): Likewise, for ICASE arg.
20216         * lib/regexec.c (re_search_2_stub, re_search_stub):
20217         Likewise, for RET_LEN arg.
20218         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
20219         (set_regs): Likewise, for FL_BACKTRACK arg.
20220         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
20221         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
20222         (calc_eclosure_iter, parse_bracket_exp):
20223         Use bool for internal variables that are booleans.
20224         * lib/regexec.c (re_search_internal, check_matching,
20225         proceed_next_node):
20226         (set_regs, build_sifted_states, sift_states_bkref):
20227         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
20228         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
20229         (find_collation_sequence_value):
20230         Likewise.
20231         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
20232         (re_node_set_compare):
20233         Return bool, not int. All callers changed.
20234         * lib/regexec.c (check_halt_node_context, check_dst_limits):
20235         (build_trtable, check_node_accept): Likewise.
20236         * lib/regex_internal.h: Include stdbool.h.
20237
20238         Fix bugs uncovered when converting to bool.
20239         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
20240         failure instead of charging ahead blindly.
20241         * lib/regex_internal.c (register_state): Likewise.
20242         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
20243         for freeing internal storage.
20244         (group_nodes_into_DFA_states): Use unsigned int, not int, for
20245         bitset pieces used as boolean, to avoid undefined behavior
20246         on hosts that do int overflow checking.
20247
20248 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20249
20250         * config/srclist.txt: Add glibc bugs 1285-1287.
20251
20252 2005-09-01  Jim Meyering  <jim@meyering.net>
20253
20254         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
20255         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
20256         Require gl_STAT_MACROS, too.
20257
20258 2005-09-01  Bruno Haible  <bruno@clisp.org>
20259
20260         * gnulib-tool (import): In the first-use case, provide defaults.
20261
20262 2005-09-01  Bruno Haible  <bruno@clisp.org>
20263
20264         * gnulib-tool (func_import): Remove the .tmp files.
20265
20266 2005-09-01  Bruno Haible  <bruno@clisp.org>
20267
20268         * gnulib-tool (func_import): Fix handling of symbolic links.
20269
20270 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20271
20272         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
20273         old glibc regex code mishandles strings longer than 2**31 bytes.
20274         This patch fixes this when the regex code is used in gnulib
20275         (i.e., outside glibc).
20276
20277         This patch should not affect the use of the regex code inside
20278         glibc.  No doubt this problem also needs to be handled for glibc
20279         as well, but the result will be an incompatible change to the
20280         glibc ABI, and the old ABI will have to be supported too.  That
20281         can be the the subject for another patch.
20282
20283         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
20284         governing whether the rest of this patch is active.  By default,
20285         the macro is disabled and the patch has no effect.
20286         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
20287         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
20288         (struct re_pattern_buffer, re_search, re_search_2, re_match):
20289         (re_match_2, re_set_registers): Use the new types.
20290         * lib/regex_internal.h (Idx, re_hashval_t): New types.
20291         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
20292         New macros.
20293         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
20294         (re_string_context_at, bin_tree_t, re_dfastate_t):
20295         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
20296         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
20297         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
20298         (re_string_char_size_at, re_string_wchar_at):
20299         (re_string_elem_size_at):
20300         Use the new types and macros to port to 64-bit hosts.
20301         Use unsigned types for internal values, so that the code
20302         mostly works even for arrays larger than SSIZE_MAX.
20303         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
20304         (search_duplicated_node, calc_eclosure_iter, fetch_number):
20305         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
20306         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
20307         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
20308         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
20309         (calc_inveclosure, parse_dup_op, build_range_exp):
20310         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
20311         (fetch_number, create_token_tree, mark_opt_subexp):
20312         Likewise.
20313         * lib/regex_internal.c (re_string_construct_common,
20314         create_ci_newstate):
20315         (create_cd_newstate, re_string_allocate, re_string_construct):
20316         (re_string_realloc_buffers, build_wcs_upper_buffer):
20317         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
20318         (re_string_reconstruct, re_string_peek_byte_case):
20319         (re_string_fetch_byte_case, re_string_context_at):
20320         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
20321         (re_node_set_init_copy, re_node_set_add_intersect):
20322         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
20323         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
20324         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
20325         (re_acquire_state, re_acquire_state_context, register_state):
20326         Likewise.
20327         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
20328         search_cur_bkref_entry):
20329         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
20330         (re_search_internal, re_search_2_stub, re_search_stub)
20331         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
20332         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
20333         (update_cur_sifted_state, check_dst_limits):
20334         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
20335         (check_subexp_limits, sift_states_bkref, merge_state_array):
20336         (check_subexp_matching_top, get_subexp, get_subexp_sub):
20337         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
20338         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
20339         (expand_bkref_cache, check_node_accept_bytes):
20340         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
20341         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
20342         (acquire_init_state_context, check_halt_node_context):
20343         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
20344         (sift_states_backward, clean_state_log_if_needed):
20345         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
20346         (find_recover_state, transit_state_sb, transit_state_mb):
20347         (transit_state_bkref, build_trtable, match_ctx_clean):
20348         Likewise.
20349         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
20350         to work around an assumption that REG_MISSING is negative.
20351
20352         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
20353         (seek_collating_symbol_entry) [defined _LIBC]:
20354         (lookup_collation_sequence_value) [defined _LIBC]:
20355         (build_range_exp, build_collating_symbol) [defined _LIBC]:
20356         Use prototypes rather than old-style function definitions.
20357         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
20358         (transit_state_sb) [0]:
20359         (find_collation_sequence_value) [defined _LIBC]: Likewise.
20360
20361         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
20362         rm_eo.
20363
20364         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
20365         (optimize_subexps, lower_subexp):
20366         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
20367         since the signed shift might overflow.  Use 1u<<31 instead.
20368         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
20369         Likewise.
20370         * lib/regexec.c (check_dst_limits_calc_pos_1,
20371         check_subexp_matching_top): Likewise.
20372
20373         * lib/regcomp.c (optimize_subexps, lower_subexp):
20374         Use CHAR_BIT rather than 8, for clarity.
20375         * lib/regexec.c (check_dst_limits_calc_pos_1):
20376         (check_subexp_matching_top): Likewise.
20377         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
20378         have to worry about portability issues when shifting it left.
20379         Remove no-longer-needed test for table_size > 0.
20380         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
20381         in a word, as the resulting behavior is undefined.
20382         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
20383         in one case, a <= should have been an <, and in another case the
20384         whole test was missing.
20385         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
20386         the standard name CHAR_BIT.
20387         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
20388         this is not true on one's complement and signed-magnitude hosts.
20389
20390         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
20391         next_last_offset.
20392         (struct re_dfa_t): Remove unused member states_alloc.
20393         * lib/regcomp.c (init_dfa): Don't initialize unused members.
20394
20395 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20396
20397         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
20398         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
20399         and large-file glibc and in 32-bit large-file Solaris.
20400
20401 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20402
20403         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
20404         lengths fit in regoff_t; this isn't true if regoff_t is the same
20405         width as size_t.
20406         * lib/regex.c (re_search_internal): 5th arg is LAST_START
20407         (= START + RANGE) instead of RANGE.  This avoids overflow
20408         problems when regoff_t is the same width as size_t.
20409         All callers changed.
20410         (re_search_2_stub): Check for overflow when adding the
20411         sizes of the two strings.
20412         (re_search_stub): Check for overflow when adding START
20413         to RANGE; if it occurs, substitute the extreme value.
20414
20415 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20416
20417         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
20418
20419 2005-08-31  Jim Meyering  <jim@meyering.net>
20420
20421         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
20422         a pointer-to-const.
20423         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
20424         (register_state): Likewise.
20425         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
20426         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
20427         (group_nodes_into_DFAstates): Likewise.
20428
20429 2005-08-31  Jim Meyering  <jim@meyering.net>
20430
20431         * check-module: Add a FIXME comment.
20432
20433 2005-08-31  Eric Blake  <ebb9@byu.net>
20434
20435         * modules/unistd-safer (Files): Add unistd--.h.
20436         * modules/stdio-safer (Files): Add stdio--.h.
20437
20438 2005-08-31  Derek Price  <derek@ximbiot.com>
20439
20440         * lib/getdelim.c (getdelim): Return EOF on EOF.
20441         Reported by Larry Jones <lawrence.jones@ugs.com>.
20442
20443 2005-08-31  Bruno Haible  <bruno@clisp.org>
20444
20445         Avoid unnecessary diffs in the generated lib/Makefile.am.
20446         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
20447         the generated files.
20448         (func_import): Don't set cmd.
20449
20450 2005-08-31  Bruno Haible  <bruno@clisp.org>
20451
20452         * lib/strstr.c: Include <stddef.h>, for NULL.
20453         * lib/strcasestr.c: Likewise.
20454         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20455
20456 2005-08-31  Bruno Haible  <bruno@clisp.org>
20457
20458         * gnulib-tool: New option --macro-prefix.
20459         (func_import): Use macro_prefix.
20460         (import): Handle option --macro-prefix.
20461
20462 2005-08-31  Bruno Haible  <bruno@clisp.org>
20463
20464         * gnulib-tool (import): Rename most ac_* variables to cached_*.
20465         Also use new variables cached_lgpl, cached_libtool.
20466
20467 2005-08-31  Bruno Haible  <bruno@clisp.org>
20468
20469         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
20470         always instantiating them.
20471
20472 2005-08-31  Bruno Haible  <bruno@clisp.org>
20473
20474         * gnulib-tool (func_import): Read the previous cached settings
20475         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
20476         earlier added by gnulib but are now dropped. Warn when a gnulib file
20477         overwrites a non-gnulib file.
20478
20479 2005-08-31  Bruno Haible  <bruno@clisp.org>
20480
20481         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
20482         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
20483         projects that don't keep autogenerated files in CVS. Put into
20484         actioncmd only the specified modules, not the transitive closure.
20485
20486 2005-08-31  Bruno Haible  <bruno@clisp.org>
20487
20488         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
20489         Create directories that shall be filled.
20490         (import): Don't look for gl_* macros in configure.ac. Recurse across
20491         all directories containing a gnulib-cache.m4 files, if meaningful.
20492
20493 2005-08-31  Bruno Haible  <bruno@clisp.org>
20494
20495         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
20496         (import): Set seen_libtool when we see gl_LIBTOOL.
20497
20498 2005-08-31  Bruno Haible  <bruno@clisp.org>
20499
20500         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
20501         declaration macro definitions from generated gnulib.m4.
20502
20503 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
20504
20505         * lib/iconvme.h: Add prototype for iconv_alloc.
20506
20507 2005-08-29  Simon Josefsson  <jas@extundo.com>
20508
20509         * lib/iconvme.c: Fix errno.
20510
20511 2005-08-29  Bruno Haible  <bruno@clisp.org>
20512
20513         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
20514         that it works when the directory contains spaces.
20515
20516 2005-08-29  Bruno Haible  <bruno@clisp.org>
20517
20518         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
20519
20520 2005-08-29  Bruno Haible  <bruno@clisp.org>
20521
20522         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
20523         Emit more advice.
20524
20525 2005-08-29  Bruno Haible  <bruno@clisp.org>
20526         and Stepan Kasal  <kasal@ucw.cz>
20527
20528         * check-module: If more parameters are given, check each of them
20529         separately; add more exceptions, as noted by Jim Meyering.
20530         (check_module): New procedure.
20531         (%exempt_header): Now contains all exceptions.
20532
20533 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
20534
20535         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
20536
20537 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
20538
20539         * lib/iconvme.c: Split iconv_string into iconv_alloc.
20540
20541 2005-08-28  Bruno Haible  <bruno@clisp.org>
20542
20543         * m4/gnulib-tool.m4: New file.
20544
20545 2005-08-27  Jim Meyering  <jim@meyering.net>
20546
20547         * modules/unistd-safer (Files): Add pipe-safer.c.
20548         * modules/fcntl-safer (Files): Add creat-safer.c.
20549
20550 2005-08-27  Jim Meyering  <jim@meyering.net>
20551
20552         * m4/stdlib-safer.m4: New file.  From coreutils.
20553         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
20554         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
20555         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
20556         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
20557         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
20558
20559 2005-08-27  Jim Meyering  <jim@meyering.net>
20560
20561         * lib/fopen-safer.c: Merge minor changes from coreutils.
20562         * lib/dup-safer.c: Likewise.
20563         * lib/fd-safer.c: Likewise.
20564
20565         Merge from coreutils.
20566         * lib/stdio--.h: New file.
20567         * lib/stdlib--.h: New file.
20568         * lib/mkstemp-safer.c: New file.
20569
20570         GNU tar needs these.
20571         * lib/pipe-safer.c: New file.
20572         * lib/creat-safer.c: New file.
20573         * lib/fcntl--.h (creat): Define to creat_safer.
20574         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
20575         * lib/unistd--.h (pipe): Define to pipe_safer.
20576         * lib/unistd-safer.h: Declare pipe_safer.
20577
20578 2005-08-26  Simon Josefsson  <jas@extundo.com>
20579
20580         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
20581         Haible <bruno@clisp.org>.
20582
20583 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
20584
20585         * lib/regex_internal.h: Remove all references to
20586         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
20587         or better.
20588         (bitset_not, bitset_merge, bitset_not_merge):
20589         (bitset_mask, re_string_allocate, re_string_construct):
20590         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
20591         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
20592         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
20593         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
20594         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
20595         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
20596         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
20597         (re_acquire_state_context):
20598         Remove unnecessary forward decls.
20599         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
20600         Put __attribute at function definition,
20601         now that the function decl has been removed.
20602         * lib/regex_internal.c (re_string_peek_byte_case):
20603         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
20604         Likewise.
20605
20606 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
20607
20608         * m4/regex.m4: Add AC_PREREQ(2.50).
20609         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
20610
20611 2005-08-25  Simon Josefsson  <jas@extundo.com>
20612
20613         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
20614         __fsetlocking.
20615
20616 2005-08-25  Simon Josefsson  <jas@extundo.com>
20617
20618         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
20619         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
20620         GLIBC specific code.
20621
20622 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20623
20624         Make regex safe for g++.  This fixes one real bug (an "err"
20625         that should have been "*err").  g++ problem reported by
20626         Sam Steingold.
20627         * lib/regex_internal.h (re_calloc): New macro, consistent with
20628         re_malloc etc.  All callers of calloc changed to use re_calloc.
20629         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
20630         not int.  All callers changed.
20631         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
20632         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
20633         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
20634         (find_recover_state): Change "err" to "*err"; this fixes what
20635         appears to be a real bug.
20636         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
20637         versus int.
20638
20639 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20640
20641         * modules/regex (Depends-on): Add malloc, since the code
20642         assumes that !malloc(0) means failure.
20643
20644 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20645
20646         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
20647
20648         alloca modernization/simplification for regex.
20649         * lib/regex.c: Remove portability cruft for alloca.  This no longer
20650         needs to be at the start of the file, and can be moved into
20651         regex_internal.h and simplified.
20652         * lib/regex_internal.h: Include <alloca.h>.
20653         (__libc_use_alloca) [!defined _LIBC]: New macro.
20654         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
20655         now works outside glibc.
20656
20657 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20658
20659         * config/srclist.txt: Add glibc bugs 1241, 1245.
20660
20661 2005-08-25  Jim Meyering  <jim@meyering.net>
20662
20663         * lib/open-safer.c: Include <config.h>.
20664         Otherwise, we'd lose LARGEFILE support in any file using
20665         e.g. "fcntl--.h"
20666
20667 2005-08-25  Bruno Haible  <bruno@clisp.org>
20668
20669         * m4/minmax.m4: Require autoconf 2.52.
20670         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
20671         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
20672         alternatives of translit over the alphabet.
20673         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
20674
20675 2005-08-24  Simon Josefsson  <jas@extundo.com>
20676
20677         * tests/test-getpass.c: New file.
20678
20679 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20680
20681         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
20682         for GNU regex features.
20683
20684 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20685
20686         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
20687         * lib/regex.h (regerror): Likewise.
20688
20689         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
20690         requires this.  (The code never needed it.)
20691
20692         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
20693         All uses of recently-renamed identifiers changed to use the new,
20694         POSIX-compliant names.  The code will build and run just fine
20695         without these changes, but it's better to eat our own dog food
20696         and use the standard-conforming names.
20697
20698         * lib/regex.h: Fix a multitude of POSIX name space violations.
20699         These changes have an effect only for programs that define
20700         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
20701         do not change anything for programs compiled in the normal way.
20702         Also, there is no effect on the ABI.
20703
20704         (_REGEX_SOURCE): New macro.
20705         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
20706         defined and _GNU_SOURCE is not; this fixes a name space violation.
20707
20708         Rename the following macros to obey POSIX requirements.
20709         The old names are still visible as macros if _REGEX_SOURCE is defined.
20710         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
20711         RE_BACKSLASH_ESCAPE_IN_LISTS.
20712         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
20713         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
20714         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
20715         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
20716         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
20717         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
20718         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
20719         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
20720         (REG_INTERVALS): renamed from RE_INTERVALS.
20721         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
20722         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
20723         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
20724         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
20725         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
20726         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
20727         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
20728         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
20729         RE_UNMATCHED_RIGHT_PAREN_ORD.
20730         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
20731         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
20732         (REG_DEBUG): renamed from RE_DEBUG.
20733         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
20734         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
20735         unusual, since we can't clash with the POSIX REG_ICASE.
20736         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
20737         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
20738         (REG_NO_SUB): renamed from RE_NO_SUB.
20739         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
20740         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
20741         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
20742         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
20743         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
20744         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
20745         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
20746         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
20747         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
20748         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
20749         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
20750         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
20751         RE_SYNTAX_POSIX_MINIMAL_BASIC.
20752         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
20753         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
20754         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
20755         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
20756         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
20757         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
20758         (REG_FIXED): Renamed from REGS_FIXED.
20759         (REG_NREGS): Renamed from RE_NREGS.
20760
20761         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
20762         of other REG_* macros, since POSIX says the user is allowed to
20763         #undef these macros selectively.
20764
20765         (reg_errcode_t): Update comment stating what other tables need
20766         to be consistent.
20767
20768         Rename the following enum values to obey POSIX requirements.
20769         The old names are still visible as macros.
20770         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
20771         is not defined, since GNU is supposed to be a superset of POSIX as
20772         much as possible, and since we want reg_errcode_t to be a signed
20773         type for implementation consistency.
20774         (_REG_NOERROR): Renamed from REG_NOERROR.
20775         (_REG_NOMATCH): Renamed from REG_NOMATCH.
20776         (_REG_BADPAT): Renamed from REG_BADPAT.
20777         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
20778         (_REG_ECTYPE): Renamed from REG_ECTYPE.
20779         (_REG_EESCAPE): Renamed from REG_EESCAPE.
20780         (_REG_ESUBREG): Renamed from REG_ESUBREG.
20781         (_REG_EBRACK): Renamed from REG_EBRACK.
20782         (_REG_EPAREN): Renamed from REG_EPAREN.
20783         (_REG_EBRACE): Renamed from REG_EBRACE.
20784         (_REG_BADBR): Renamed from REG_BADBR.
20785         (_REG_ERANGE): Renamed from REG_ERANGE.
20786         (_REG_ESPACE): Renamed from REG_ESPACE.
20787         (_REG_BADRPT): Renamed from REG_BADRPT.
20788         (_REG_EEND): Renamed from REG_EEND.
20789         (_REG_ESIZE): Renamed from REG_ESIZE.
20790         (_REG_ERPAREN): Renamed from REG_ERPAREN.
20791         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
20792         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
20793         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
20794         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
20795
20796         (_REG_RE_NAME, _REG_RM_NAME): New macros.
20797         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
20798         changed.  But support the old name if the new one is not defined
20799         and if _REGEX_SOURCE.
20800
20801         Change the following member names in struct re_pattern_buffer.
20802         The old names are still supported if !_REGEX_SOURCE.
20803         The new names are always supported, regardless of _REGEX_SOURCE.
20804         (re_buffer): Renamed from buffer.
20805         (re_allocated): Renamed from allocated.
20806         (re_used): Renamed from used.
20807         (re_syntax): Renamed from syntax.
20808         (re_fastmap): Renamed from fastmap.
20809         (re_translate): Renamed from translate.
20810         (re_can_be_null): Renamed from can_be_null.
20811         (re_regs_allocated): Renamed from regs_allocated.
20812         (re_fastmap_accurate): Renamed from fastmap_accurate.
20813         (re_no_sub): Renamed from no_sub.
20814         (re_not_bol): Renamed from not_bol.
20815         (re_not_eol): Renamed from not_eol.
20816         (re_newline_anchor): Renamed from newline_anchor.
20817
20818         Change the following member names in struct re_registers.
20819         The old names are still supported if !_REGEX_SOURCE.
20820         The new names are always supported, regardless of _REGEX_SOURCE.
20821         (rm_num_regs): Renamed from num_regs.
20822         (rm_start): Renamed from start.
20823         (rm_end): Renamed from end.
20824
20825         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
20826         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
20827         Prepend __ to parameter names.
20828
20829         Undo yesterday's changes.
20830
20831 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20832
20833         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
20834         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
20835         lib/regex.c.
20836
20837 2005-08-24  Jim Meyering  <jim@meyering.net>
20838
20839         Sync from coreutils.
20840         * m4/fcntl-safer.m4: New file.
20841
20842         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
20843         and object files for this module.
20844
20845 2005-08-24  Jim Meyering  <jim@meyering.net>
20846
20847         Sync from coreutils.
20848         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
20849
20850 2005-08-24  Jim Meyering  <jim@meyering.net>
20851
20852         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
20853         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
20854
20855 2005-08-24  Jim Meyering  <jim@meyering.net>
20856
20857         * modules/fcntl-safer: New module.
20858         * modules/fts (Depends-on): Add fcntl-safer.
20859         * MODULES.html.sh (File descriptor based Input/Output):
20860         Add fcntl-safer.
20861
20862 2005-08-24  Bruno Haible  <bruno@clisp.org>
20863
20864         Support for unit test modules.
20865         * modules/README: Mention tests modules.
20866         * modules/TEMPLATE-TESTS: New file.
20867         * gnulib-tool: New options --extract-tests-module, --with-tests and
20868         --tests-base (unused for the moment).
20869         (testsbase, inctests): New variables.
20870         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
20871         (func_verify_module): Exclude TEMPLATE-TESTS.
20872         (func_verify_nontests_module, func_verify_tests_module): New functions.
20873         (func_get_dependencies): Add implicit dependency for tests modules.
20874         (func_get_tests_module): New function.
20875         (func_modules_transitive_closure): When --with-tests was specified,
20876         include the unit tests as well, unless explicitly avoided.
20877         (func_emit_lib_Makefile_am): Ignore the tests modules here.
20878         (func_emit_tests_Makefile_am): New function.
20879         (func_create_testdir): When --with-tests was specified, emit a
20880         tests/ directory.
20881         * MODULES.html.sh (Future developments): Update.
20882
20883 2005-08-24  Bruno Haible  <bruno@clisp.org>
20884
20885         * modules/tls-tests: New file.
20886         * tests/test-tls.c: New file, from GNU gettext.
20887
20888 2005-08-24  Bruno Haible  <bruno@clisp.org>
20889
20890         * modules/lock-tests: New file.
20891         * tests/test-lock.c: New file, from GNU gettext.
20892
20893 2005-08-24  Bruno Haible  <bruno@clisp.org>
20894
20895         * lib/lock.h: Add multiple inclusion guard.
20896         * lib/tls.h: Add multiple inclusion guard.
20897
20898 2005-08-24  Bruno Haible  <bruno@clisp.org>
20899
20900         * gnulib-tool: Add support for the --aux-dir option to
20901         --create-testdir, --create-megatestdir, --test, --megatest.
20902         (func_create_testdir, func_create_megatestdir): Optionally emit a
20903         AC_CONFIG_AUX_DIR directive.
20904         (create-testdir, create-megatestdir, test, megatest): Provide a
20905         default value for $auxdir.
20906
20907 2005-08-24  Bruno Haible  <bruno@clisp.org>
20908
20909         * gnulib-tool (import): Use compound statement instead of subshell
20910         where possible.
20911
20912 2005-08-24  Bruno Haible  <bruno@clisp.org>
20913
20914         * gnulib-tool (import): Change --aux-dir default to "build-aux".
20915
20916 2005-08-24  Bruno Haible  <bruno@clisp.org>
20917
20918         * gnulib-tool (func_version): Update.
20919
20920 2005-08-24  Bruno Haible  <bruno@clisp.org>
20921
20922         * gnulib-tool (func_import, func_create_testdir,
20923         func_create_megatestdir): Quote all autoconf macro arguments.
20924
20925 2005-08-24  Bruno Haible  <bruno@clisp.org>
20926
20927         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
20928         option --force, because --force causes the aclocal.m4 of each
20929         subdirectory to be newer than the corresponding config.h.in.
20930
20931 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
20932
20933         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
20934         All contents moved to gl_REGEX.
20935         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
20936         assume that it does.
20937
20938 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
20939
20940         * lib/regex.h (REG_NOSYS)
20941         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
20942         Define, since POSIX requires it as of 2001.
20943         (_REG_ENOSYS)
20944         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
20945         New private symbol, used to keep the enum signed in all cases.
20946         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
20947         Youngman in
20948         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
20949
20950         * lib/regex_internal.c (re_string_skip_chars, register_state):
20951         (calc_state_hash):
20952         Remove forward decls; no longer needed now that we use prototypes.
20953         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
20954         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
20955         (clean_state_log_if_needed): Likewise.
20956
20957 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
20958
20959         * config/srclist.txt: Add glibc bugs 1231-1233.
20960
20961 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20962
20963         Fix problems reported by Sam Steingold in
20964         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
20965         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
20966         assumed that reg_errcode_t is a signed type, which is not
20967         necessarily true if _XOPEN_SOURCE is not defined.
20968         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
20969         since some compilers warn about it otherwise.
20970
20971 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20972
20973         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
20974         (init_word_char, create_initial_state, duplicate_node_closure):
20975         (fetch_token, peek_token_bracket, build_range_exp):
20976         (build_collating_symbol): Remove forward decls; no longer needed
20977         now that we use prototypes.
20978
20979         * lib/regcomp.c:
20980         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
20981         (re_compile_fastmap_iter, regcomp, regerror, regfree):
20982         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
20983         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
20984         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
20985         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
20986         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
20987         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
20988         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
20989         (build_range_exp, build_collating_symbol, parse_bracket_exp):
20990         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
20991         (build_charclass, build_charclass_op, fetch_number, create_tree):
20992         (create_token_tree, mark_opt_subexp, duplicate_tree):
20993         Use prototypes rather than old-style definitions.
20994
20995         * lib/regex_internal.c:
20996         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
20997         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
20998         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
20999         (re_string_reconstruct, re_string_peek_byte_case):
21000         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
21001         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
21002         (re_node_set_init_copy, re_node_set_add_intersect):
21003         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
21004         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
21005         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
21006         (re_acquire_state, re_acquire_state_context, register_state):
21007         (create_ci_newstate, create_cd_newstate, free_state):
21008         Likewise.
21009         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
21010         re_search_2):
21011         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
21012         (re_search_internal, prune_impossible_nodes):
21013         (acquire_init_state_context, check_matching, static):
21014         (check_halt_node_context, check_halt_state_context, proceed_next_node):
21015         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
21016         (update_regs, sift_states_backward, build_sifted_states):
21017         (clean_state_log_if_needed, merge_state_array):
21018         (update_cur_sifted_state, add_epsilon_src_nodes):
21019         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
21020         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
21021         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
21022         (find_recover_state, check_subexp_matching_top, transit_state_mb):
21023         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
21024         (check_arrival, check_arrival_add_next_nodes):
21025         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
21026         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
21027         (check_node_accept_bytes, check_node_accept, extend_buffers):
21028         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
21029         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
21030         (sift_ctx_init):
21031         Likewise.
21032
21033         * lib/regex_internal.h:
21034         (re_string_allocate, re_string_construct, re_string_reconstruct):
21035         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
21036         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
21037         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
21038         (re_string_context_at, re_string_peek_byte_case):
21039         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
21040         is defined, since we now use prototypes always.
21041
21042         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
21043         C89 or better.  All uses removed.
21044
21045 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21046
21047         * config/srclist.txt: Add glibc bugs 1220-1227.
21048
21049 2005-08-20  Jim Meyering  <jim@meyering.net>
21050
21051         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
21052         of unused local, dfa.
21053
21054 2005-08-20  Bruno Haible  <bruno@clisp.org>
21055
21056         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
21057
21058 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21059
21060         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
21061         (re_node_set_insert_last, re_dfa_add_node):
21062         Rename local variables to avoid GCC shadowing warnings.
21063
21064 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21065
21066         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
21067         [defined lint]: Suppress bogus uninitialized-variable warnings.
21068
21069         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
21070         and let the caller return REG_ESPACE if out of space.  This
21071         removes an uninitialied-variable warning with GCC 4.0.1, and also
21072         avoids taking the address of a local variable.  All callers
21073         changed.
21074
21075 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21076
21077         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
21078         $LIBCSRC/posix/regexec.c.
21079         Add glibc bug 1217 for regcomp.c.
21080
21081 2005-08-19  Jim Meyering  <jim@meyering.net>
21082
21083         * lib/regexec.c (proceed_next_node): Redo local variables to
21084         avoid GCC shadowing warnings.
21085
21086 2005-08-18  Bruno Haible  <bruno@clisp.org>
21087
21088         * lib/strstr.c (strstr): Fix return value in multibyte case.
21089         * lib/strcasestr.c (strcasestr): Likewise.
21090
21091 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
21092
21093         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
21094
21095 2005-08-17  Jim Meyering  <jim@meyering.net>
21096
21097         Make the %s format (seconds since the epoch) work for a negative
21098         number and when used with a zero-padded field width, e.g. %015s.
21099
21100         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
21101         label so that it precedes the code to set `digits'.  Otherwise,
21102         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
21103         print `00-22'.  Now, it prints `-0022', as it should.
21104
21105 2005-08-17  Bruno Haible  <bruno@clisp.org>
21106
21107         * modules/strstr (Files): Add m4/mbrtowc.m4.
21108         (Depends-on): Add mbuiter.
21109
21110 2005-08-17  Bruno Haible  <bruno@clisp.org>
21111
21112         * modules/strcasestr: New file.
21113         * MODULES.html.sh (String handling, based on ANSI C 89): Add
21114         strcasestr.
21115
21116 2005-08-17  Bruno Haible  <bruno@clisp.org>
21117
21118         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
21119
21120 2005-08-17  Bruno Haible  <bruno@clisp.org>
21121
21122         * modules/mbuiter: New file.
21123         * MODULES.html.sh (Extended multibyte and wide character utilities):
21124         Add mbuiter.
21125
21126 2005-08-17  Bruno Haible  <bruno@clisp.org>
21127
21128         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
21129         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
21130
21131 2005-08-17  Bruno Haible  <bruno@clisp.org>
21132
21133         * m4/strcasestr.m4: New file.
21134
21135 2005-08-17  Bruno Haible  <bruno@clisp.org>
21136
21137         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
21138         * lib/strstr.c: Completely rewritten, with multibyte locale support.
21139
21140 2005-08-17  Bruno Haible  <bruno@clisp.org>
21141
21142         * lib/strcasestr.h: New file.
21143         * lib/strcasestr.c: New file.
21144
21145 2005-08-17  Bruno Haible  <bruno@clisp.org>
21146
21147         * lib/strcasecmp.c: Use mbuiter.h.
21148
21149 2005-08-17  Bruno Haible  <bruno@clisp.org>
21150
21151         * lib/mbuiter.h: New file.
21152
21153 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
21154
21155         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
21156         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
21157         and gl_GETOPT are both invoked via different paths (as happens
21158         with GNU tar CVS because it uses both argp and getopt), the former
21159         wins.
21160
21161 2005-08-16  Bruno Haible  <bruno@clisp.org>
21162
21163         * modules/tls: New file.
21164         * MODULES.html.sh (Multithreading): Add tls.
21165
21166 2005-08-16  Bruno Haible  <bruno@clisp.org>
21167
21168         * modules/strnlen1: New file.
21169         * MODULES.html.sh (String handling): Add strnlen1.
21170
21171 2005-08-16  Bruno Haible  <bruno@clisp.org>
21172
21173         * modules/strcase (Files): Add m4/mbrtowc.m4.
21174         (Depends-on): Add strnlen1, mbchar.
21175
21176 2005-08-16  Bruno Haible  <bruno@clisp.org>
21177
21178         * modules/mbiter: New file.
21179         * MODULES.html.sh (Extended multibyte and wide character utilities):
21180         Add mbiter.
21181
21182 2005-08-16  Bruno Haible  <bruno@clisp.org>
21183
21184         * modules/mbfile: New file.
21185         * MODULES.html.sh (Extended multibyte and wide character utilities):
21186         Add mbfile.
21187
21188 2005-08-16  Bruno Haible  <bruno@clisp.org>
21189
21190         * modules/mbchar: New file.
21191         * MODULES.html.sh (Extended multibyte and wide character utilities):
21192         New section.
21193
21194 2005-08-16  Bruno Haible  <bruno@clisp.org>
21195
21196         * m4/tls.m4: New file, from GNU gettext.
21197
21198 2005-08-16  Bruno Haible  <bruno@clisp.org>
21199
21200         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
21201         always.
21202         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
21203
21204 2005-08-16  Bruno Haible  <bruno@clisp.org>
21205
21206         * m4/mbiter.m4: New file.
21207
21208 2005-08-16  Bruno Haible  <bruno@clisp.org>
21209
21210         * m4/mbfile.m4: New file.
21211
21212 2005-08-16  Bruno Haible  <bruno@clisp.org>
21213
21214         * m4/mbchar.m4: New file.
21215
21216 2005-08-16  Bruno Haible  <bruno@clisp.org>
21217
21218         * lib/tls.h: New file, from GNU gettext.
21219         * lib/tls.c: New file, from GNU gettext.
21220
21221 2005-08-16  Bruno Haible  <bruno@clisp.org>
21222
21223         * lib/strnlen1.h: New file.
21224         * lib/strnlen1.c: New file.
21225
21226 2005-08-16  Bruno Haible  <bruno@clisp.org>
21227
21228         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
21229         (mbi_init): Update.
21230         (mbi_avail, mbi_advance): Let the iteration end before the terminating
21231         NUL byte, not after it.
21232
21233 2005-08-16  Bruno Haible  <bruno@clisp.org>
21234
21235         * lib/strcase.h (strcasecmp): Add note in comments.
21236         * lib/strncasecmp.c: Use code from strcasecmp.c.
21237         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
21238         (strcasecmp): Work correctly in multibyte locales.
21239
21240 2005-08-16  Bruno Haible  <bruno@clisp.org>
21241
21242         * lib/mbiter.h: New file.
21243
21244 2005-08-16  Bruno Haible  <bruno@clisp.org>
21245
21246         * lib/mbfile.h: New file.
21247
21248 2005-08-16  Bruno Haible  <bruno@clisp.org>
21249
21250         * lib/mbchar.h: New file.
21251         * lib/mbchar.c: New file.
21252
21253 2005-08-16  Bruno Haible  <bruno@clisp.org>
21254
21255         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
21256         the valid ones. Makes the comparison operations transitive:
21257         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
21258         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
21259
21260 2005-08-15  Simon Josefsson  <jas@extundo.com>
21261
21262         * modules/ssize_t (License): Change to 'unlimited'.
21263
21264         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
21265
21266 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21267
21268         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
21269         Add comments for each pending glibc patch.
21270
21271 2005-08-15  Bruno Haible  <bruno@clisp.org>
21272
21273         * lib/regex.h (__restrict_arr): Don't define to __restrict if
21274         __cplusplus is defined.
21275
21276 2005-08-14  Jim Meyering  <jim@meyering.net>
21277
21278         Sync from coreutils.
21279
21280         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
21281         Use the hash-table-based cycle-detection code not just when
21282         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
21283         Reported by James Youngman in
21284         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
21285         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
21286         FTS_TIGHT_CYCLE_CHECK.
21287         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
21288         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
21289         once again.
21290         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
21291         * lib/fts.c (fd_safer): Remove decl.
21292         Include fcntl--.h rather than unistd-safer.h
21293         (fts_safe_changedir): Don't call fd_safer; no longer needed
21294         now that we include fcntl--.h.
21295
21296 2005-08-12  Simon Josefsson  <jas@extundo.com>
21297
21298         * modules/getndelim2: Use ssize_t module.
21299         * modules/getnline: Likewise.
21300         * modules/safe-read: Likewise.
21301         * modules/xreadlink: Likewise.
21302
21303         * modules/ssize_t: New file.
21304
21305 2005-08-12  Simon Josefsson  <jas@extundo.com>
21306
21307         * m4/readline.m4: Look for termcap, curses or ncurses if required.
21308
21309 2005-08-12  Simon Josefsson  <jas@extundo.com>
21310
21311         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21312         ssize_t.
21313
21314 2005-08-12  Simon Josefsson  <jas@extundo.com>
21315
21316         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
21317         readline, getdelim and check_version.
21318         (Support for systems lacking ISO C 99: Sizes of integer types):
21319         Add size_max.
21320
21321 2005-08-12  Bruno Haible  <bruno@clisp.org>
21322
21323         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
21324
21325 2005-08-11  Simon Josefsson  <jas@extundo.com>
21326
21327         * modules/readline: New file.
21328
21329         * modules/strnlen (Files): Add strnlen.h.
21330
21331 2005-08-11  Simon Josefsson  <jas@extundo.com>
21332
21333         * m4/readline.m4: New file.
21334
21335 2005-08-11  Simon Josefsson  <jas@extundo.com>
21336
21337         * lib/readline.h, readline.c: New file.
21338
21339 2005-08-11  Simon Josefsson  <jas@extundo.com>
21340
21341         * doc/gnulib.texi (Initial import, Finishing touches): Mention
21342         gl_AVOID.
21343
21344 2005-08-11  Bruno Haible  <bruno@clisp.org>
21345
21346         * lib/strnlen.h (strnlen): Change parameter name to match comment.
21347
21348 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
21349
21350         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
21351
21352 2005-08-10  Simon Josefsson  <jas@extundo.com>
21353
21354         * tests/test-iconvme.c: New file.
21355
21356 2005-08-10  Simon Josefsson  <jas@extundo.com>
21357
21358         * m4/strnlen.m4: New file.
21359
21360         * m4/strndup.m4: Don't check for strnlen declaration, done in
21361         strnlen.m4.
21362
21363 2005-08-10  Simon Josefsson  <jas@extundo.com>
21364
21365         * lib/strndup.c: Use strnlen.h.
21366
21367         * lib/strnlen.h: New file.
21368
21369 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
21370
21371         * README: Typos.
21372
21373 2005-08-02  Simon Josefsson  <jas@extundo.com>
21374
21375         * modules/readline: New file.
21376
21377 2005-08-02  Simon Josefsson  <jas@extundo.com>
21378
21379         * modules/getdelim: New file.
21380
21381         * modules/getline: Rewrite, don't use getndelim2.
21382
21383 2005-08-02  Simon Josefsson  <jas@extundo.com>
21384
21385         * m4/getline.m4: Separate out getdelim stuff into separate module.
21386
21387         * m4/getdelim.m4: New file.
21388
21389 2005-08-02  Simon Josefsson  <jas@extundo.com>
21390
21391         * lib/getline.h, getline.c: Rewrite.
21392
21393         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
21394
21395 2005-07-31  Bruno Haible  <bruno@clisp.org>
21396
21397         * lib/lock.h (gl_lock_initializer): New macro.
21398         (gl_lock_define_initialized): Use it.
21399         (gl_rwlock_initializer): New macro.
21400         (gl_rwlock_define_initialized): Use it.
21401         (gl_recursive_lock_initializer): New macro.
21402         (gl_recursive_lock_define_initialized): Use it.
21403
21404 2005-07-30  Karl Berry  <karl@gnu.org>
21405
21406         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
21407         Report from Ben Pfaff, regarding getopt.
21408
21409 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
21410
21411         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
21412         normal way.
21413         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
21414         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
21415         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
21416         (gl_GETOPT): Use the new macros.  Most of the implementation
21417         is moved to the new macros.  This is for programs like Emacs
21418         that don't want all the functionality of gl_GETOPT.
21419
21420 2005-07-26  Bruno Haible  <bruno@clisp.org>
21421
21422         * m4/lock.m4: Update from GNU gettext.
21423
21424 2005-07-26  Bruno Haible  <bruno@clisp.org>
21425
21426         * lib/lock.h: Update from GNU gettext.
21427         * lib/lock.c: Update from GNU gettext.
21428
21429 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
21430
21431         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
21432         obsolescent AC_TRY_RUN.  Include the default includes files, for
21433         'exit'.
21434
21435 2005-07-24  Bruno Haible  <bruno@clisp.org>
21436
21437         * modules/visibility: New file.
21438         * MODULES.html.sh (Misc): Add visibility.
21439
21440 2005-07-24  Bruno Haible  <bruno@clisp.org>
21441
21442         * m4/visibility.m4: New file.
21443
21444 2005-07-24  Bruno Haible  <bruno@clisp.org>
21445
21446         * doc/visibility.texi: New file.
21447
21448 2005-07-22  Bruno Haible  <bruno@clisp.org>
21449
21450         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
21451         $(ALLOCA_H), redundant through BUILT_SOURCES.
21452         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
21453         redundant through BUILT_SOURCES.
21454         * modules/byteswap (Makefile.am): Remove explicit dependency on
21455         $(BYTESWAP_H), redundant through BUILT_SOURCES.
21456         * modules/fnmatch (Makefile.am): Remove explicit dependency on
21457         $(FNMATCH_H), redundant through BUILT_SOURCES.
21458         * modules/getopt (Makefile.am): Remove explicit dependency on
21459         $(GETOPT_H), redundant through BUILT_SOURCES.
21460         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
21461         redundant through BUILT_SOURCES.
21462         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
21463         redundant through BUILT_SOURCES.
21464         * modules/stdbool (Makefile.am): Remove explicit dependency on
21465         $(STDBOOL_H), redundant through BUILT_SOURCES.
21466         * modules/stdint (Makefile.am): Remove explicit dependency on
21467         $(STDINT_H), redundant through BUILT_SOURCES.
21468         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
21469         Remove explicit dependency on $(SYSEXITS_H).
21470         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
21471
21472 2005-07-18  Simon Josefsson  <jas@extundo.com>
21473
21474         * lib/check-version.c (check_version): Accept identical versions too.
21475
21476 2005-07-18  Bruno Haible  <bruno@clisp.org>
21477
21478         * modules/lock: New file.
21479         * MODULES.html.sh (Multithreading): New section.
21480
21481 2005-07-18  Bruno Haible  <bruno@clisp.org>
21482
21483         * m4/lock.m4: New file, from GNU gettext.
21484
21485 2005-07-18  Bruno Haible  <bruno@clisp.org>
21486
21487         * lib/lock.h: New file, from GNU gettext.
21488         * lib/lock.c: New file, from GNU gettext.
21489
21490 2005-07-18  Bruno Haible  <bruno@clisp.org>
21491
21492         * lib/lock.h (gl_once_t): New type.
21493         (gl_once_define, gl_once): New macros.
21494         * lib/lock.c (fresh_once): New variable.
21495         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
21496         functions.
21497
21498 2005-07-16  Simon Josefsson  <jas@extundo.com>
21499
21500         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
21501         workaround, suggested by Bruno.
21502
21503 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
21504
21505         * modules/xalloc (Depends-on): Add xalloc-die.
21506         * modules/xvasprintf (Depends-on): Add xalloc-die.
21507
21508 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
21509
21510         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
21511         with a minor change.
21512
21513 2005-07-15  Bruno Haible  <bruno@clisp.org>
21514
21515         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
21516         When using lib/poll.c, define poll as rpl_poll.
21517
21518 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
21519
21520         * modules/argp (Depends-on): Remove unlocked-io.
21521
21522 2005-07-14  Derek Price  <derek@ximbiot.com>
21523
21524         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
21525         for glob symlink bug.
21526
21527 2005-07-14  Bruno Haible  <bruno@clisp.org>
21528
21529         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
21530         Instead, test for *_unlocked function declarations directly.
21531
21532 2005-07-11  Simon Josefsson  <jas@extundo.com>
21533
21534         * modules/size_max: New file.
21535
21536         * modules/xsize: Depend on size_max module for size_max.m4.
21537
21538 2005-07-11  Simon Josefsson  <jas@extundo.com>
21539
21540         * lib/size_max.h: New file.
21541
21542 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
21543
21544         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
21545         copyright symbol and the year.
21546         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
21547         (version_etc_va): Use parameterized copyright notice.
21548         Reword to conform to the current GNU coding standards.
21549
21550 2005-07-11  Karl Berry  <karl@gnu.org>
21551
21552         * doc/gnulib.texi (Quoting): new node.
21553         (Initial import): more info, from Patrice.
21554
21555 2005-07-11  Bruno Haible  <bruno@clisp.org>
21556
21557         * gnulib-tool (func_usage): Document option --avoid.
21558         (Command line options): Handle --avoid.
21559         (func_acceptable): New function.
21560         (func_modules_transitive_closure): Use it.
21561
21562 2005-07-11  Bruno Haible  <bruno@clisp.org>
21563
21564         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
21565         Reported by Jim Meyering.
21566
21567 2005-07-10  Bruno Haible  <bruno@clisp.org>
21568
21569         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
21570         Needed when size_t is smaller than 'unsigned int'.
21571         Reported by Paul Eggert.
21572
21573 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21574
21575         * modules/argp (Depends-on): Add unlocked-io
21576
21577 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21578
21579         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
21580         block of defines.
21581
21582 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
21583
21584         * config/srclist.txt: Comment out regcomp.c, since we have a porting
21585         fix now.
21586
21587 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
21588         and Paul Eggert  <eggert@cs.ucla.edu>
21589
21590         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
21591         in wint_t, not wchar_t.  Remove now-unnecessary cast.
21592
21593 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21594
21595         * modules/regex (Files): Add lib/regex_internal.c,
21596         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
21597         (Depends-on): Add extensions.
21598         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
21599
21600 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21601
21602         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
21603         pathconf.
21604         * m4/same.m4 (gl_SAME): Likewise.
21605         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
21606
21607         * m4/regex.m4: Adjust to new libc regex implementation.
21608         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
21609         all the .c and .h parts of (the new) regex.
21610         Quote the m4 stuff better.
21611         Check for RE_ICASE bug of old gnulib.
21612         Check for REG_STARTEND of recent libc.
21613         Rename local variables from jm_* to gl_*.
21614         Quote operand of "test -f".
21615         Say "recent enough" version of libc, not "version 2".
21616         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
21617         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
21618         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
21619         Remove check for btowc, isascii.
21620         Require AM_LANGINFO_CODESET.
21621
21622 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21623
21624         * lib/regex.c, regex.h: Sync from libc.
21625         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
21626         * lib/regexec.c:
21627         New files, synced from libc, except that regex_internal.h
21628         currently has a small porting fix.
21629
21630 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21631
21632         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
21633         regex_internal.c, regexec.c.
21634         Add regex_internal.h too, but as a comment, since the libc version
21635         is currently broken in gnulib mode.
21636
21637 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
21638
21639         Support programs like Emacs that use gnulib but not gettext.
21640         * MODULES.html.sh (Internationalization functions): Add gettext-h.
21641         * modules/gettext-h: New file.
21642         * modules/gettext (Files): Remove lib/gettext.h.
21643         (Depends-on): Add gettext-h.
21644         (Makefile.am): Remove lib_SOURCES.
21645         * modules/argmatch, modules/c-stack, modules/closeout:
21646         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
21647         * modules/execute, modules/file-type, modules/getaddrinfo:
21648         * modules/getopt, modules/human, modules/javacomp:
21649         * modules/javaexec, modules/mkdir-p, modules/obstack:
21650         * modules/openat, modules/pagealign_alloc, modules/pipe:
21651         * modules/quotearg, modules/regex, modules/rpmatch:
21652         * modules/unicodeio, modules/userspec, modules/version-etc:
21653         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
21654         * modules/xsetenv:
21655         Depend on gettext-h, not gettext.
21656
21657 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
21658
21659         * gnulib-tool (func_import): Add support for 'public domain' license.
21660         * modules/alloca, modules/atexit, modules/memmove:
21661         Now public domain, not GPL.
21662         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
21663         * modules/realloc, modules/strerror, modules/strtod:
21664         Now LGPL, not GPL.
21665
21666 2005-07-05  Bruno Haible  <bruno@clisp.org>
21667
21668         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
21669         autoconf CVS. Needed for mingw.
21670
21671 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21672
21673         Remove the dependency of the strftime module on the tzset module.
21674         * modules/strftime (Depends-on): Remove dependency on tzset.
21675
21676 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21677
21678         Remove the dependency of the strftime module on the tzset module.
21679         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
21680         gl_FUNC_TZSET_CLOBBER.
21681
21682 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21683
21684         Remove the dependency of the strftime module on the tzset module.
21685         * lib/strftime.c (my_strftime)
21686         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
21687         Copy the input structure, to work around some of the bug with
21688         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
21689         Solaris releases, you should also use the tzset module, but we won't
21690         require it as a dependency any more since we don't want LGPLed code
21691         to depend on GPLed code.
21692
21693 2005-07-02  Jim Meyering  <jim@meyering.net>
21694
21695         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
21696         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
21697         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
21698         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
21699
21700 2005-07-02  Jim Meyering  <jim@meyering.net>
21701
21702         * lib/backupfile.c (backup_args): Change a `0' to NULL.
21703
21704 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
21705
21706         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
21707         declares only 'struct timespec;' (!).
21708
21709 2005-07-01  Jim Meyering  <jim@meyering.net>
21710
21711         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
21712         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
21713         * lib/save-cwd.c, tempname.c:
21714         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
21715         and don't include <sys/file.h>).
21716
21717 2005-06-29  Jim Meyering  <jim@meyering.net>
21718
21719         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
21720         type name.  Use the variable name instead.
21721         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
21722         Likewise.
21723
21724 2005-06-28  Simon Josefsson  <jas@extundo.com>
21725
21726         * modules/check-version (Files): Add check-version.m4.
21727
21728 2005-06-28  Simon Josefsson  <jas@extundo.com>
21729
21730         * m4/check-version.m4: New file, suggested by Jim Meyering
21731         <jim@meyering.net>.
21732
21733 2005-06-28  Simon Josefsson  <jas@extundo.com>
21734
21735         * lib/check-version.h, lib/check-version.c: New files.
21736
21737 2005-06-28  Simon Josefsson  <jas@extundo.com>
21738
21739         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
21740         collision with global variable.  Better indentation.  Don't
21741         increment buffer pointer beyond buffer end.  Based on comments
21742         from Paul Eggert <eggert@cs.ucla.edu>.
21743
21744         * lib/base64.h: Indent.
21745
21746 2005-06-28  Simon Josefsson  <jas@extundo.com>
21747
21748         * doc/gnulib.texi (Library version handling): New section.
21749
21750 2005-06-28  Jim Meyering  <jim@meyering.net>
21751
21752         * check-module (find_included_lib_files): Hard-code another
21753         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
21754         but modules/fts-lgpl (correctly) does not list those files.
21755
21756         * modules/canonicalize (Files): Add lib/pathmax.h.
21757
21758 2005-06-25  Simon Josefsson  <jas@extundo.com>
21759
21760         * modules/check-version: New file.
21761
21762 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
21763
21764         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
21765         initializer of struct addrinfo, as an indication that we don't
21766         care how many members the structure has.
21767
21768 2005-06-24  Derek Price  <derek@ximbiot.com>
21769         and Bruno Haible  <bruno@clisp.org>
21770
21771         Remove stat module & update lstat.
21772         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
21773         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
21774         * m4/stat.m4: Remove this file.
21775
21776 2005-06-24  Derek Price  <derek@ximbiot.com>
21777         and Bruno Haible  <bruno@clisp.org>
21778
21779         Remove stat module & update lstat.
21780         * lib/stat.c: Remove this file...
21781         (slash_aware_lstat): ...moving this content and its support...
21782         * lib/lstat.c (rpl_lstat): ...into here.
21783         * lib/lstat.h: New file.
21784
21785 2005-06-24  Derek Price  <derek@ximbiot.com>
21786         and Bruno Haible  <bruno@clisp.org>
21787
21788         Remove stat module & update lstat.
21789         * config/srclist.txt (libc sources): Remove stat.
21790
21791 2005-06-24  Derek Price  <derek@ximbiot.com>
21792         and Bruno Haible  <bruno@clisp.org>
21793
21794         Remove stat module & update lstat.
21795         * MODULES.html.sh (stat): Remove.
21796         * MODULES.html: Regenerated.
21797         * modules/lstat (Description): Correct function name.
21798         (Files): Add "lstat.h".
21799         (Depends-on): Remove stat, add xalloc, stat-macros.
21800         * modules/stat: Remove this file.
21801         (Include): Add "lstat.h", remove <sys/stat.h>.
21802
21803 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
21804
21805         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
21806         (ranged_convert): Don't save conversion in a temporary struct.
21807         This causes a warning with GCC 4.0.0, and anyway in the typical
21808         case it's not worth the extra 100 bytes or so of code.
21809         (ranged_convert, __mktime_internal): When calling a function via a
21810         pointer P, use P () rather than (*P) (), as we now assume C89 or
21811         better.
21812
21813 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
21814
21815         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
21816         "who -r" failed to give output.  Problem reported by Tim Waugh.
21817
21818         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
21819         (xcalloc): Use it to avoid needless tests.
21820         Problem reported by Jim Meyering.
21821
21822 2005-06-20  Derek Price  <derek@ximbiot.com>
21823
21824         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
21825         unnecessary for Autoconfs > 2.59c.
21826
21827 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21828
21829         * lib/argp.h (__option_is_short): Check upper limit of
21830         __key. Isprint() requires its argument to have the value
21831         of an unsigned char or EOF.
21832
21833 2005-06-16  Jim Meyering  <jim@meyering.net>
21834
21835         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
21836         when either N or S is zero.
21837
21838 2005-06-16  Derek Price  <derek@ximbiot.com>
21839
21840         * m4/bison.m4: Declare YACC & YFLAGS precious.
21841
21842 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
21843
21844         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
21845         multibyte string or pattern, fall back on unibyte matching.
21846         Problem reported by James Youngman.
21847
21848 2005-06-08  Bruno Haible  <bruno@clisp.org>
21849
21850         * modules/csharpcomp: New file.
21851         * MODULES.html.sh (C#): Add csharpcomp.
21852
21853 2005-06-08  Bruno Haible  <bruno@clisp.org>
21854
21855         * m4/csharpcomp.m4: New file, from GNU gettext.
21856
21857 2005-06-08  Bruno Haible  <bruno@clisp.org>
21858
21859         * lib/csharpcomp.h: New file, from GNU gettext.
21860         * lib/csharpcomp.c: New file, from GNU gettext.
21861         * lib/csharpcomp.sh.in: New file, from GNU gettext.
21862
21863 2005-06-08  Bruno Haible  <bruno@clisp.org>
21864
21865         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
21866         warning on mingw.
21867
21868 2005-06-07  Derek Price  <derek@ximbiot.com>
21869
21870         Sync from CVS.
21871         * lib/glob_.h: Indent nested #ifdef.
21872
21873 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
21874
21875         Sync from coreutils.
21876         Use "file name" when talking about file names, instead of "filename"
21877         or "path", as per the GNU coding standards.
21878         * lib/mkdir-p.c: Renamed from makepath.c.
21879         (make_dir_parents): Renamed from make_path.  All callers changed.
21880         * lib/mkdir-p.h: Likewise.  All includers changed.
21881         * lib/filenamecat.c: Renamed from path-concat.c.
21882         (file_name_concat): Renamed from path_concat.  All callers changed.
21883         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
21884         * lib/filenamecat.h: Likewise.  All includers changed.
21885         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
21886         in comments or local variable names.
21887         * lib/basename.c: Likewise.
21888         * lib/canonicalize.c, canonicalize.h: Likewise.
21889         * lib/dirname.c, dirname.h: Likewise.
21890         * lib/euidaccess.c: Likewise.
21891         * lib/exclude.c: Likewise
21892         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
21893         * lib/fsusage.c, fsuage.h: Likewise.
21894         * lib/fts.c, fts_.h: Likewise.
21895         * lib/getcwd.c: Likewise.
21896         * lib/getloadavg.c: Likewise.
21897         * lib/mkstemp.c: Likewise.
21898         * lib/mountlist.c, mountlist.h: Likewise.
21899         * lib/openat.c, openat.h: Likewise.
21900         * lib/readlink-stub.c: Likewise.
21901         * lib/readutmp.c, readutmp.h: Likewise.
21902         * lib/rename.c: Likewise.
21903         * lib/rmdir.c: Likewise.
21904         * lib/same.c: Likewise.
21905         * lib/savedir.c: Likewise.
21906         * lib/stripslash.c: Likewise.
21907         * lib/tempname.c: Likewise.
21908         * lib/xreadlink.c: Likewise.
21909         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
21910         All uses changed.
21911         * lib/exclude.h: Likewise.
21912
21913         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
21914         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
21915         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
21916         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
21917         * lib/pathmax.h: Include <limits.h> unconditionally, since other
21918         files have been getting away with it for years (MORE/BSD 4.3
21919         is extinct now).
21920         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
21921         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
21922
21923         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
21924         Define to 256, not 255, as per modern POSIX.
21925
21926 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
21927
21928         Sync from coreutils.
21929         Use "file name" when talking about file names, instead of "filename"
21930         or "path", as per the GNU coding standards.
21931         * MODULES.html.sh: mkdir-p renamed from makepath.
21932         filenamecat renamed from path-concat.
21933         * modules/filenamecat: Renamed from modules/path-concat.
21934         (Files): filenamecat.h and filenamecat.c renamed from
21935         path-concat.h and path-concat.c.
21936         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
21937         (Include): filenamecat.h, not path-concat.h.
21938         * modules/mkdir-p: Renamed from modules/makepath.
21939         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
21940         makepath.c.
21941         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
21942         (Include): mkdir-p.h, not makepath.h.
21943
21944 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
21945
21946         Sync from coreutils.
21947         * m4/mkdir-p.m4: Renamed from makepath.m4.
21948         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
21949         Rename files from makepath.c to mkdir-p.c, and from
21950         makepath.h to mkdir-p.h.
21951         * m4/filenamecat.m4: Renamed from path-concat.m4.
21952         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
21953         Rename files from path-concat.c to filenamecat.c,
21954         and from path-concat.h to filenamecat.h.
21955         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
21956         "file name" in local variables or comments.
21957         * m4/rename.m4: Likewise.
21958
21959 2005-06-01  Bruno Haible  <bruno@clisp.org>
21960
21961         * modules/csharpexec: New file.
21962         * MODULES.html.sh (C#): New section.
21963
21964 2005-06-01  Bruno Haible  <bruno@clisp.org>
21965
21966         * m4/csharp.m4: New file, from GNU gettext.
21967         * m4/csharpexec.m4: New file, from GNU gettext.
21968
21969 2005-06-01  Bruno Haible  <bruno@clisp.org>
21970
21971         * lib/csharpexec.h: New file, from GNU gettext.
21972         * lib/csharpexec.c: New file, from GNU gettext.
21973         * lib/csharpexec.sh.in: New file, from GNU gettext.
21974
21975 2005-05-31  Derek Price  <derek@ximbiot.com>
21976             Paul Eggert  <eggert@cs.ucla.edu>
21977
21978         Sync from cvs.
21979         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
21980
21981 2005-05-31  Derek Price  <derek@ximbiot.com>
21982             Paul Eggert  <eggert@cs.ucla.edu>
21983
21984         Sync from cvs.
21985         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
21986
21987 2005-05-29  Derek Price  <derek@ximbiot.com>
21988
21989         * config/srclist.txt (glob_.h, glob.c): Add these files.
21990
21991 2005-05-29  Derek Price  <derek@ximbiot.com>
21992
21993         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
21994         * modules/glob: New file.
21995         * modules/getlogin_r: Add link to POSIX spec in description.
21996
21997 2005-05-29  Derek Price  <derek@ximbiot.com>
21998             Paul Eggert  <eggert@cs.ucla.edu>
21999
22000         * m4/glob.m4: New file.
22001
22002 2005-05-29  Derek Price  <derek@ximbiot.com>
22003             Paul Eggert  <eggert@cs.ucla.edu>
22004
22005         * lib/glob_.h, lib/glob.c: New files.
22006
22007 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
22008
22009         * modules/fts (Files): Remove m4/inttypes-pri.m4.
22010         * modules/fts-lgpl (Depends-on): Remove gettext.
22011
22012 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
22013
22014         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
22015         and don't require gt_INTTYPES_PRI.
22016
22017 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
22018
22019         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
22020
22021         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
22022         the configuration hassle isn't worth it.
22023         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
22024         (LONGEST_MODIFIER, PRIuMAX): Remove.
22025
22026 2005-05-27  Bruno Haible  <bruno@clisp.org>
22027
22028         * lib/getlogin_r.h: Remove second include of <stddef.h>.
22029
22030 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
22031
22032         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
22033         _POSIX_PTHREAD_SEMANTICS for Solaris.
22034
22035 2005-05-25  Derek Price  <derek@ximbiot.com>
22036
22037         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
22038
22039 2005-05-25  Derek Price  <derek@ximbiot.com>
22040             Paul Eggert  <eggert@cs.ucla.edu>
22041
22042         * modules/getlogin_r, m4/getlogin_r.m4: New files.
22043         * lib/getlogin_r.c, getlogin_r.h: New files.
22044
22045 2005-05-25  Bruno Haible  <bruno@clisp.org>
22046             Derek Price  <derek@ximbiot.com>
22047
22048         * lib/getlogin_r.h: Simplify API documentation.
22049
22050 2005-05-23  Derek Price  <derek@ximbiot.com>
22051
22052         * modules/minmax (Files): Add m4/minmax.m4.
22053         (configure.ac): Add gl_MINMAX.
22054
22055 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
22056
22057         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
22058         so that unistd-safer.h (GPL'ed code) need not be included.
22059
22060 2005-05-22  Bruno Haible  <bruno@clisp.org>
22061
22062         * m4/minmax.m4: New file.
22063         Based on a patch by Derek Price <derek@ximbiot.com>.
22064
22065 2005-05-22  Bruno Haible  <bruno@clisp.org>
22066
22067         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
22068         (INT64_MIN): Fix definition.
22069         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
22070
22071         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
22072         NEED_SIGNED_INT_TYPES.
22073
22074         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
22075         HAVE_SYSTEM_INTTYPES.
22076
22077 2005-05-22  Bruno Haible  <bruno@clisp.org>
22078
22079         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
22080         Also include <sys/param.h> if it defines MIN, MAX.
22081         Based on a patch by Derek Price <derek@ximbiot.com>.
22082
22083 2005-05-21  Jim Meyering  <jim@meyering.net>
22084
22085         * modules/fts (Files): Add m4/inttypes-pri.m4.
22086         (Depends-on): Add lstat and remove gettext.  Alphabetize.
22087
22088 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22089
22090         New fts module.
22091         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
22092         (setup_dir, free_dir): New functions.
22093         (enter_dir, leave_dir): Define trivial
22094         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
22095         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
22096         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
22097         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
22098         Move to fts-cycle.c.
22099         (fts_open): Use setup_dir.
22100         (fts_close): Use free_dir.
22101         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
22102         This adds a label and some gotos, but the alternatives were messier.
22103         Check for memory allocation failure when entering a dir.
22104         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
22105         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
22106         (FTS): New member fts_cycle, that is a union that contains the
22107         old active_dir_ht and cycle_state.  All uses changed to mention
22108         fts_cycle.ht and fts_cycle.state.
22109         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
22110         fts.c, with the following changes:
22111         (setup_dir, free_dir): New functions.
22112         (enter_dir): Now returns bool.  Return true if successful, false
22113         if memory exhausted.  All callers changed.
22114         Do not bother partly cleaning up on
22115         memory allocation failure; that is free_dir's job.
22116         However, free ad if hash_insert fails, to avoid memory leak.
22117         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
22118         fts->fts_options to see which union member to use.
22119
22120 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22121
22122         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
22123         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
22124
22125 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22126
22127         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
22128
22129 2005-05-20  Jim Meyering  <jim@meyering.net>
22130
22131         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
22132         Now a macro, to pacify GCC.
22133
22134 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
22135
22136         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
22137         of -1.
22138
22139 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
22140
22141         * lib/chown.c (rpl_chown): Return -1 on failure.
22142
22143 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
22144
22145         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
22146         Don't check for stddef.h.
22147         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
22148         don't use its results.
22149         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
22150         since we include them unconditionally.  Don't require
22151         AM_STDBOOL_H, since stdbool is a prerequisite.
22152         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
22153         since we assume C89 or better.
22154         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
22155         as we don't use their results.
22156         Don't check for fchdir, memmove, memset, strrchr, as we use
22157         them unconditionally.
22158         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
22159         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
22160
22161 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
22162
22163         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
22164         Include <stddef.h> unconditionally, since we assume C89 now.
22165         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
22166         * lib/fts.c: Include fts_.h first, to check interface.
22167         Do not include intprops.h; no longer needed.
22168         Include cycle-check.h and hash.h, since fts_.h no longer does.
22169         Remove unnecessary casts of closedir to void.
22170         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
22171         decide whether to decrement nlinks.
22172         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
22173         (FTS): Use struct hash_table * instead of Hash_table, so that
22174         we no longer need to include hash.h here.
22175
22176 2005-05-18  Jim Meyering  <jim@meyering.net>
22177
22178         * modules/dirfd (License): Change to LGPL.  Most of the code
22179         is already in the public domain.
22180
22181 2005-05-18  Jim Meyering  <jim@meyering.net>
22182
22183         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
22184         Reported by Yoann Vandoorselaere.
22185
22186 2005-05-17  Jim Meyering  <jim@meyering.net>
22187
22188         * m4/fts.m4: New file, from coreutils.
22189
22190 2005-05-17  Jim Meyering  <jim@meyering.net>
22191
22192         * lib/fts.c, lib/fts_.h: New files, from coreutils.
22193
22194 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22195
22196         Sync from coreutils.
22197         * m4/unlinkdir.m4: New file.
22198
22199 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22200
22201         Sync from coreutils.
22202         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
22203         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
22204         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
22205         White space changes only.
22206         * lib/makepath.c (make_path): Port to hosts where leading "//" is
22207         special.
22208         * lib/yesno.c: Include getline.h, not ctype.h.
22209         (yesno): Don't remove leading white space; POSIX doesn't allow it.
22210         Use getline to remove arbitrary restriction on response length.
22211
22212 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22213
22214         * config/srclist-update: Spell out "Street" in FSF postal
22215         mail address; this is the style the FSF seems to prefer.
22216
22217         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
22218         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
22219         this updates FSF postal mail address.
22220
22221         Sync from coreutils.
22222         * modules/unlinkdir: New file.
22223         * modules/yesno (Depends-on): Add getline.
22224         * MODULES.html.sh (File system functions): Add unlinkdir.
22225
22226 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22227
22228         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
22229         lib/strsep.h:
22230         Change the initial comment to refer to GPL, not LGPL.
22231         gnulib-tool will change it to LGPL as needed.
22232
22233         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
22234         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
22235         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
22236         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
22237         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
22238         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
22239         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
22240         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
22241         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
22242         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
22243         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
22244         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
22245         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
22246         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
22247         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
22248         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
22249         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
22250         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
22251         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
22252         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
22253         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
22254         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
22255         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
22256         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
22257         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
22258         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
22259         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
22260         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
22261         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
22262         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
22263         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
22264         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
22265         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
22266         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
22267         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
22268         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
22269         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
22270         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
22271         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
22272         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
22273         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
22274         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
22275         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
22276         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
22277         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
22278         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
22279         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
22280         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
22281         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
22282         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
22283         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
22284         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
22285         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
22286         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
22287         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
22288         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
22289         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
22290         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
22291         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
22292         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
22293         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
22294         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
22295         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
22296         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
22297         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
22298         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
22299         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
22300         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
22301         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
22302         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
22303         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
22304         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
22305         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
22306         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
22307         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
22308         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
22309         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
22310         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
22311         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
22312         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
22313         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
22314         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
22315         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
22316         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
22317         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
22318         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
22319         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
22320         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
22321         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
22322         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
22323         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
22324         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
22325         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
22326         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
22327         lib/yesno.c, lib/yesno.h:
22328         Update FSF postal mail address.
22329
22330 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22331
22332         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
22333         tests/test-memmem.c, tests/test-stpncpy.c:
22334         Update FSF postal mail address.
22335
22336 2005-05-13  Bruno Haible  <bruno@clisp.org>
22337
22338         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
22339         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
22340         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
22341         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
22342         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
22343         Add support for 64-bit integers in the MSVC compiler.
22344
22345 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22346
22347         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
22348
22349 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
22350
22351         * gnulib-tool (func_import): Sort and uniquify recommended includes.
22352
22353 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
22354
22355         * doc/getdate.texi (General date syntax): Don't say that date
22356         date --iso-8601=ns generates acceptable dates; it doesn't yet.
22357         Problem reported by Nic Ferrier.
22358
22359 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22360
22361         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
22362         specified in ai_socktype. Fix invalid ai_protocol
22363         check. ai_protocol is usually set to 0 or depending on
22364         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
22365         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
22366         ai_socktype / ai_protocol in the returned addrinfo structure.
22367
22368 2005-05-10  Simon Josefsson  <jas@extundo.com>
22369
22370         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
22371         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22372
22373 2005-05-10  Karl Berry  <karl@gnu.org>
22374
22375         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
22376         (from http://www.gnu.org/licenses).
22377         * doc/COPYING.LIB: also rename to COPYING.LESSER.
22378         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
22379         fdl.texi suffices.
22380
22381 2005-05-10  Karl Berry  <karl@gnu.org>
22382
22383         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
22384         (COPYING.DOC): remove.
22385
22386         * config/srclist-update: new FSF address.
22387
22388 2005-05-10  Derek Price  <derek@ximbiot.com>
22389
22390         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
22391         possible.
22392
22393 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22394             Bruno Haible  <bruno@clisp.org>
22395
22396         * modules/inet_ntop: New file.
22397         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22398         inet_ntop.
22399
22400 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22401             Bruno Haible  <bruno@clisp.org>
22402
22403         * m4/inet_ntop.m4: New file.
22404
22405 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22406             Bruno Haible  <bruno@clisp.org>
22407
22408         * lib/inet_ntop.h: New file.
22409         * lib/inet_ntop.c: New file, from glibc with modifications.
22410
22411 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
22412
22413         * modules/time_r (License): Change to LGPL.
22414         * modules/extensions (License): Change to LGPL.  Actually,
22415         the license is more permissive than that, but currently gnulib-tool
22416         doesn't know how to handle more-permissive licenses.
22417
22418         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
22419         Problem reported by Dave Love.
22420
22421 2005-05-08  Jim Meyering  <jim@meyering.net>
22422
22423         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
22424         blank.
22425
22426 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
22427
22428         * modules/argmatch (Depends-on): Add stdbool.
22429         * modules/backupfile (Depends-on): Likewise.
22430         * modules/chdir-long (Depends-on): Likewise.
22431         * modules/closeout (Depends-on): Likewise.
22432         * modules/cycle-check (Depends-on): Likewise.
22433         * modules/dirname (Depends-on): Likewise.
22434         * modules/fnmatch (Depends-on): Likewise.
22435         * modules/fsusage (Depends-on): Likewise.
22436         * modules/fwriteerror (Depends-on): Likewise.
22437         * modules/getcwd (Depends-on): Likewise.
22438         * modules/getloadavg (Depends-on): Likewise.
22439         * modules/hard-locale (Depends-on): Likewise.
22440         * modules/makepath (Depends-on): Likewise.
22441         * modules/mountlist (Depends-on): Likewise.
22442         * modules/nanosleep (Depends-on): Likewise.
22443         * modules/posixtm (Depends-on): Likewise.
22444         * modules/quotearg (Depends-on): Likewise.
22445         * modules/readtokens (Depends-on): Likewise.
22446         * modules/readtokens0 (Depends-on): Likewise.
22447         * modules/readutmp (Depends-on): Likewise.
22448         * modules/save-cwd (Depends-on): Likewise.
22449         * modules/strftime (Depends-on): Likewise.
22450         * modules/userspec (Depends-on): Likewise.
22451         * modules/utimecmp (Depends-on): Likewise.
22452         * modules/xgetcwd (Depends-on): Likewise.
22453         * modules/xnanosleep (Depends-on): Likewise.
22454         * modules/xstrtod (Depends-on): Likewise.
22455         * modules/yesno (Depends-on): Likewise.
22456
22457 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
22458
22459         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
22460         needless checks.
22461
22462 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22463
22464         Merge from coreutils.  Among other things,
22465         add bulletproofing for cases where stdin, stdout, or stderr are closed.
22466         * lib/fd-safer.c: New file.
22467         * lib/fcntl-safer.h, open-safer.c: Remove.
22468         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
22469         * lib/dup-safer.c: Include unistd-safer.h first.
22470         Don't include errno.h.
22471         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
22472         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
22473         * lib/file-type.c: Rely on file-type.h change.
22474         * lib/getloadavg.c: Include unistd-safer.h.
22475         (getloadavg): Use safer open.
22476         * lib/getusershell.c: Include "stdio-safer.h".
22477         (getusershell): Use safer fopen.
22478         * lib/long-options.c (long_options): Use NULL rather than 0.
22479         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
22480         'free'.
22481         * lib/modechange.c: Likewise.
22482         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
22483         (MODE_DONE): New constant.
22484         (struct mode_change): Remove 'next' member.
22485         (make_node_op_equals): New function; like the old one of the
22486         same name, except it allocates an array.
22487         (mode_compile, mode_create_from_ref): Use it.
22488         (mode_compile): Allocate result as an array, not a linked list.
22489         Parse octal string ourself, so that we catch mistakes like "+0".
22490         (mode_adjust): Arg is an array, not a linked list.
22491         * lib/modechange.c: Include stat-macros.h, xalloc.h.
22492         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
22493         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
22494         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
22495         Remove.  This is now stat-macros.h's job.
22496         (talloc): Remove.  All callers replaced by xalloc, so that
22497         our invokers don't have to worry about reporting memory failures.
22498         (make_node_op_equals): Remove.
22499         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
22500         New constants.
22501         (struct mode_change): Moved here from modechange.h.
22502         (mode_append_entry): Remove.
22503         (mode_compile): Remove MASKED_OPS arg, since it encouraged
22504         apps to have incorrect behavior.  Use simpler algorithm for head
22505         and tail.  Don't futz with umask; that's now the job of mode_adjust.
22506         Detect more invalid usages rather than having somewhat-random behavior.
22507         Don't insert an "a=" action, as that leads to incorrect behavior.
22508         (mode_compile, mode_create_from_ref): Return NULL on error instead
22509         of an enum, since now there's only one way to have an error.  All
22510         callers changed.
22511         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
22512         at the correct time.  Simplify calculation of "+u" and its ilk.
22513         Don't mishandle "+X".
22514         (mode_free): Remove "register" and localize decls.
22515         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
22516         (struct mode_change): Move to modechange.c; callers don't
22517         need to see this stuff.
22518         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
22519         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
22520         (mode_change, mode_adjust): Reflect the new signatures noted above.
22521         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
22522         that might redefine system include files.
22523         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
22524         (my_usleep): Use NULL rather than (void *) 0.
22525         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
22526         Use siginterrupt to specify that system calls should be interrupted.
22527         (rpl_nanosleep): Move initialization of suspended closer to call of
22528         my_usleep.
22529         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
22530         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
22531         (desirable_utmp_entry): New function.
22532         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
22533         using x2nrealloc, to simplify logic.
22534         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
22535         size calculation.  Do not assume utmp file is a regular file.
22536         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
22537         (READ_UTMP_CHECK_PIDS): New constant.
22538         * lib/save-cwd.c: Include unistd-safer.h.
22539         (save_cwd): Use fd_safer.
22540         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
22541         [!_LIBC] Include "stat-macros.h" instead.
22542         * lib/unistd-safer.h (fd_safer): New decl.
22543
22544 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22545
22546         * modules/getloadavg (Depends-on): Add unistd-safer.
22547         * modules/getusershell (Depends-on): Add stdio-safer.
22548         * modules/lstat (Depends-on): Remove xalloc.
22549         * modules/mkstemp (Depends-on): Add stat-macros.
22550         * modules/modechange (Depends-on): Remove xstrtol.
22551         Add stat-macros, xalloc.
22552         * modules/save-cwd (Depends-on): Add unistd-safer.
22553         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
22554         * modules/unistd-safer (Files): Add lib/fd-safer.c
22555         (Makefile.am): Remove lib_SOURCES.
22556
22557         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
22558         Remove fcntl-safer; unistd-safer supersedes it.
22559
22560 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22561
22562         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
22563         AC_HEADER_STAT.
22564         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
22565         (gl_PREREQ_CHOWN): Remove.
22566         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
22567         it.  Don't require AC_HEADER_STAT.
22568         (gl_PREREQ_LSTAT): Remove.
22569         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
22570         Don't require AC_HEADER_STAT.
22571         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
22572         (gl_PREREQ_RMDIR): Remove.
22573         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
22574         mention stat-macros.h or AC_HEADER_STAT, since we'll make
22575         the stat-macros module a prerequisite.
22576         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
22577         * m4/filemode.m4 (gl_FILEMODE): Likewise.
22578         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
22579         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
22580         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
22581         variable names.
22582         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
22583         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
22584         variable prefixes.
22585         * m4/fcntl-safer.m4: Remove.
22586         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
22587         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
22588         Invoke gl_PREREQ_FD_SAFER.
22589         (gl_PREREQ_FD_SAFER): New macro.
22590         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
22591         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
22592         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
22593         Remove duplicate call to AC_LIBOBJ(readutmp).
22594         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
22595
22596         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
22597         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
22598
22599 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22600
22601         * MODULES.html.sh (Misc): Add byteswap.
22602
22603 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22604
22605         * modules/getcwd (Depends-on): Add extensions.
22606         * modules/openat (Depends-on): Likewise.
22607
22608 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22609
22610         * modules/byteswap: New file.
22611
22612 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22613
22614         * m4/byteswap.m4: New file.
22615
22616 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22617
22618         * lib/byteswap_.h: New file.
22619
22620 2005-04-25  Karl Berry  <karl@gnu.org>
22621
22622         * m4/gettext.m4: Update from GNU gettext 0.14.4.
22623
22624 2005-04-25  Albert Chin  <china@thewrittenword.com>
22625
22626         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
22627         Toolkit C bug.
22628
22629 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
22630
22631         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
22632         (func_ln_if_changed) Remove forcibly for no error message
22633         in case file does not exist.
22634
22635 2005-04-19  Simon Josefsson  <jas@extundo.com>
22636
22637         * gnulib-tool (Options): Make --symlink mean --symbolic.
22638
22639 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
22640
22641         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
22642
22643 2005-04-16  Simon Josefsson  <jas@extundo.com>
22644
22645         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
22646
22647 2005-04-15  Simon Josefsson  <jas@extundo.com>
22648
22649         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
22650
22651 2005-04-15  Simon Josefsson  <jas@extundo.com>
22652
22653         * gnulib-tool: Rename --symlink to --symbolic.
22654
22655 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
22656
22657         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
22658         symbolic links to files instead of copying/moving.  Add --aux-dir,
22659         specifying directory relative --dir where auxiliary build tools
22660         are placed.
22661
22662 2005-04-14  Bruno Haible  <bruno@clisp.org>
22663
22664         * modules/allocsa (License): Change to LGPL.
22665         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
22666
22667 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
22668
22669         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
22670         that "UTC +1 second" continues to work.  Problem reported
22671         by Dmitry V. Levin.
22672         (relunit_snumber): New rule.
22673         (relunit): Use it.
22674
22675 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
22676
22677         * lib/getdate.y (universal_time_zone_table): New constant.
22678         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
22679         universal_time_zone_table.
22680         (lookup_zone): Prefer universal_time_zone_table to
22681         local_time_zone_table, so that "GMT" time stamps are allowed in
22682         London during the summer.  Problem reported by Ian Abbott.
22683
22684 2005-04-12  Jim Meyering  <jim@meyering.net>
22685
22686         * lib/human.c (humblock): Set *options even when returning due to
22687         xstrtoumax conversion failure.  Thanks to a used-uninitialized
22688         warning from gcc-4.
22689
22690 2005-04-09  Jim Meyering  <jim@meyering.net>
22691
22692         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
22693         -Wuninitialized: initialize tm0.tm_year.
22694
22695 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
22696
22697         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
22698         count, since there's no maximum.  All uses changed.
22699         Add member dsts_seen.
22700         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
22701         not being INT_MAX.
22702         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
22703         Use pc_rels_seen to decide whther a date is absolute.
22704
22705         * lib/getdate.y (number): Don't overwrite year.
22706         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
22707         check.
22708
22709 2005-04-02  Simon Josefsson  <jas@extundo.com>
22710
22711         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
22712         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
22713
22714 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
22715
22716         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
22717         where no absolute path name can be longer than PATH_MAX.
22718
22719 2005-03-27  Jim Meyering  <jim@meyering.net>
22720
22721         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
22722
22723 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
22724
22725         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
22726         "one's complement" -> "ones' complement" in comment, as per Knuth.
22727         "value of type" -> "type or expression" in comment.
22728         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
22729
22730 2005-03-26  Jim Meyering  <jim@meyering.net>
22731
22732         Comment nits.
22733         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
22734         Correct typos: s/or/of/.
22735
22736 2005-03-26  Jim Meyering  <jim@meyering.net>
22737
22738         * modules/check-include-files: Move to ../ and rename to...
22739         * check-module: ...this.
22740
22741 2005-03-25  Jim Meyering  <jim@meyering.net>
22742
22743         * modules/xvasprintf (Files): Add xalloc.h.
22744
22745 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
22746
22747         * modules/gettext (Files): config/config.rpath ->
22748         build-aux/config.rpath
22749         * modules/iconv (Files): Likewise.
22750         Problem reported by Oskar Liljeblad.
22751
22752 2005-03-23  Jim Meyering  <jim@meyering.net>
22753
22754         * modules/check-include-files: New script to check for
22755         missing dependencies, multiple includes, etc.
22756
22757         * modules/c-strtold (Depends-on): Add xalloc.
22758         * modules/c-strtod (Depends-on): Add xalloc.
22759         * modules/hash (Depends-on): Add xalloc.
22760         (Files): Remove lib/xalloc.h.
22761
22762         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
22763         * modules/userspec (Files): Add lib/inttostr.h.
22764
22765 2005-03-23  Jim Meyering  <jim@meyering.net>
22766
22767         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
22768
22769 2005-03-22  Jim Meyering  <jim@meyering.net>
22770
22771         * modules/stat-macros: New module.
22772         * modules/canonicalize, modules/euidaccess, modules/file-type,
22773         * modules/filemode, modules/lchown, modules/makepath,
22774         * modules/rmdir, modules/stat: Depend on new stat-macros module
22775         rather than listing lib/stat-macros.h manually.
22776         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
22777
22778 2005-03-22  Jim Meyering  <jim@meyering.net>
22779
22780         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
22781
22782 2005-03-22  Bruno Haible  <bruno@clisp.org>
22783
22784         * config/srclist.txt: Replace target directory 'config' with
22785         'build-aux'.
22786         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
22787         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
22788         ../build-aux/.
22789
22790 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
22791
22792         * modules/chdir-long (Depends-on): Add mempcpy.
22793
22794         * modules/acl, modules/backupfile, modules/c-strtod,
22795         modules/c-strtold, modules/canon-host, modules/canonicalize,
22796         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
22797         modules/exclude, modules/exitfail, modules/file-type,
22798         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
22799         modules/getdate, modules/getline, modules/getpagesize,
22800         modules/getpass, modules/getugroups, modules/group-member,
22801         modules/hard-locale, modules/hash, modules/human, modules/idcache,
22802         modules/inttostr, modules/long-options, modules/makepath,
22803         modules/md5, modules/memcasecmp, modules/memcoll,
22804         modules/modechange, modules/mountlist, modules/path-concat,
22805         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
22806         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
22807         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
22808         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
22809         modules/strftime, modules/strndup, modules/strverscmp,
22810         modules/timespec, modules/unlocked-io, modules/userspec,
22811         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
22812         modules/yesno:
22813         Remove lib_SOURCES line from Makefile.am section, as this is now
22814         done automatically by the corresponding Autoconf macro.
22815
22816 2005-03-21  Jim Meyering  <jim@meyering.net>
22817
22818         Changes imported from coreutils.
22819
22820         * lib/cycle-check.c: Don't include xalloc.h.
22821
22822         * lib/path-concat.c: Don't include assert.h.
22823         (path_concat): Remove assertion that would have triggered
22824         for ABASE starting with more than one slash.
22825         Reported by Andreas Schwab.
22826
22827         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
22828         properly when ABASE is an absolute file name.
22829         Correct the description of this function.
22830         Include <assert.h>.
22831         Add an assertion and a test driver.
22832         This fixes a bug introduced on 2004-07-02.
22833         Andreas Schwab reported the resulting failure of cp --parents:
22834         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
22835
22836 2005-03-21  Jim Meyering  <jim@meyering.net>
22837
22838         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
22839         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
22840
22841 2005-03-21  Jim Meyering  <jim@meyering.net>
22842         and  Paul Eggert  <eggert@cs.ucla.edu>
22843
22844         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
22845         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
22846         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
22847         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
22848         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
22849         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
22850         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
22851         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
22852         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
22853         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
22854         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
22855         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
22856         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
22857         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
22858         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
22859         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
22860         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
22861         for these modules.
22862
22863 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
22864
22865         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
22866         (which shouldn't happen), generate nothing instead of returning 0
22867         immediately, so that nstrftime (NULL, ...) doesn't return 0.
22868
22869 2005-03-16  Bruno Haible  <bruno@clisp.org>
22870
22871         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
22872         HAVE_LONGLONG_64BIT.
22873
22874 2005-03-16  Bruno Haible  <bruno@clisp.org>
22875
22876         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
22877         HAVE_LONGLONG_64BIT.
22878
22879 2005-03-16  Bruno Haible  <bruno@clisp.org>
22880
22881         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
22882         HAVE_LONGLONG_64BIT.
22883
22884 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
22885
22886         * lib/strftime.c (my_strftime): Prepend space to format so that we can
22887         reliably distinguish strftime failure from empty output on POSIX
22888         hosts.
22889
22890 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
22891
22892         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
22893         (iconv_string): Don't guess a size-zero buffer, as that might cause
22894         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
22895         result would be 'too large', where 'too large' is (heuristically)
22896         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
22897         overflow concerns.  This will prevent some unwanted malloc failures
22898         when the inputs are very large.
22899
22900 2005-03-15  Karl Berry  <karl@gnu.org>
22901
22902         * config/srclist.txt (config.rpath): from gettext.
22903         * config/config.rpath: update.
22904
22905 2005-03-15  Bruno Haible  <bruno@clisp.org>
22906
22907         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
22908         to 'negate'.
22909
22910         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
22911         variable.
22912
22913         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
22914         results.
22915
22916 2005-03-14  Simon Josefsson  <jas@extundo.com>
22917
22918         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
22919         <fx@gnu.org>.
22920
22921 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
22922
22923         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
22924         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
22925         intprops.h.
22926         * lib/strtol.c: Likewise.
22927
22928 2005-03-14  Jim Meyering  <jim@meyering.net>
22929
22930         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
22931         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
22932         to be nonzero so that we (and caller) can detect the difference
22933         between a valid zero-length expansion and an error return, even
22934         when the underlying strftime fails before writing anything into
22935         that location.
22936
22937 2005-03-14  Bruno Haible  <bruno@clisp.org>
22938
22939         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
22940         Update from GNU gettext 0.14.3.
22941
22942 2005-03-10  Jim Meyering  <jim@meyering.net>
22943
22944         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
22945
22946 2005-03-10  Jim Meyering  <jim@meyering.net>
22947
22948         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
22949         so that this module works on systems without fchdir.
22950
22951 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
22952
22953         Factor int-properties macros into a single file, except for
22954         glibc-related files.
22955         * lib/intprops.h: New file.
22956         * lib/getloadavg.c: Include it instead of limits.h.
22957         (INT_STRLEN_BOUND): Remove.
22958         * lib/human.c: Include intprops.h.
22959         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
22960         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
22961         302/1000.
22962         * lib/inttostr.h: Include intprops.h instead of limits.h.
22963         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
22964         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
22965         for consistency with intprops.h.
22966         (time_t_is_integer, twos_complement_arithmetic): Use them.
22967         * lib/sig2str.h: Include <signal.h>, intprops.h.
22968         (INT_STRLEN_BOUND): Remove.
22969         * lib/strftime.c (TYPE_SIGNED): Remove.
22970         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
22971         * lib/strtol.c: Adjust comments to match intprops.h.
22972         * lib/userspec.c: Include intprops.h.
22973         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
22974         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
22975         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
22976         instead of rolling our own expressions.
22977         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
22978
22979         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
22980         instead of int.
22981         (my_strftime): Do not mishandle years close to INT_MAX, by doing
22982         the right thing even if adding 1900 would overflow.  Similarly
22983         for tm_mon + 1 and tm_yday + 1.
22984         Make %Y always equivalent to %C%y, and similarly for %G and %g.
22985         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
22986         (DO_SIGNED_NUMBER): New macro.
22987         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
22988
22989 2005-03-07  Bruno Haible  <bruno@clisp.org>
22990
22991         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
22992
22993 2005-03-07  Bruno Haible  <bruno@clisp.org>
22994
22995         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
22996
22997 2005-03-04  Derek R. Price  <derek@ximbiot.com>
22998
22999         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
23000         (func_import): Only replace files via --import when they have actually
23001         changed.
23002
23003 2005-03-03  Derek R. Price  <derek@ximbiot.com>
23004
23005         * m4/mmap-anon.m4: New file.
23006         * m4/pagealign_alloc.m4: New file.
23007
23008 2005-03-03  Derek R. Price  <derek@ximbiot.com>
23009             Bruno Haible  <bruno@clisp.org>
23010
23011         * modules/pagealign_alloc: New file.
23012         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
23013
23014 2005-03-03  Derek R. Price  <derek@ximbiot.com>
23015             Bruno Haible  <bruno@clisp.org>
23016
23017         * lib/pagealign_alloc.h: New file.
23018         * lib/pagealign_alloc.c: New file.
23019
23020 2005-03-03  Bruno Haible  <bruno@clisp.org>
23021
23022         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
23023         Use an all-permissive copyright notice, recommended by RMS.
23024
23025 2005-03-02  Bruno Haible  <bruno@clisp.org>
23026
23027         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
23028         of AIX, the replacement has to be done only after <string.h> is
23029         included, therefore not in config.h. stpncpy.h does the replacement,
23030         and stpncpy.c uses it.
23031
23032 2005-03-02  Bruno Haible  <bruno@clisp.org>
23033
23034         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
23035         stpncpy.c uses it.
23036
23037 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23038
23039         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
23040         The workaround isn't strictly needed for POSIX conformance, and
23041         it's too much of a pain to configure and maintain.  We'll ask
23042         people to fix their kernels instead.
23043         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
23044         (NANOSLEEP_BUG_WORKAROUND): Remove.
23045         (xnanosleep): Remove the workaround.
23046
23047 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23048
23049         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
23050         Reported by Derek Price.
23051         (Include): Add "timespec.h".
23052
23053         * modules/xnanosleep (Depends-on): Remove gethrxtime.
23054
23055 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23056
23057         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
23058         to detect nanosleep bug.
23059
23060 2005-03-01  Bruno Haible  <bruno@clisp.org>
23061
23062         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
23063
23064 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
23065
23066         * modules/gethrxtime: New file.
23067         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
23068         (Depends-on): Add gethrxtime.
23069         (configure.ac): Add gl_XNANOSLEEP.
23070         (Makefile.am): Remove lib_SOURCES line.
23071
23072 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
23073
23074         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
23075         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
23076
23077 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
23078
23079         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
23080         * lib/timespec.h (gettime): Return void, since it always
23081         succeeds now.  All uses changed.
23082         * lib/gettime.c (gettime) Likewise.
23083         [HAVE_NANOTIME]: Prefer nanotime.
23084         Assume gettimeofday succeeds, as POSIX requires.
23085         Assime time () succeeds, since other code already does.
23086         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
23087         (timespec_subtract): Remove.
23088         (NANOSLEEP_BUG_WORKAROUND): New constant.
23089         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
23090         things considerably.  Use it only on GNU/Linux hosts, since the
23091         workaround shouldn't be needed elsewhere.
23092
23093 2005-02-24  Bruno Haible  <bruno@clisp.org>
23094
23095         * modules/gettext (Files): Add m4/glibc2.m4.
23096
23097 2005-02-24  Bruno Haible  <bruno@clisp.org>
23098
23099         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
23100         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
23101         * m4/progtest.m4:
23102         Update from GNU gettext 0.14.2.
23103         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
23104
23105 2005-02-24  Bruno Haible  <bruno@clisp.org>
23106
23107         * lib/localcharset.c: Update from GNU gettext 0.14.2.
23108         * lib/config.charset: Update from GNU gettext 0.14.2.
23109
23110 2005-02-24  Bruno Haible  <bruno@clisp.org>
23111
23112         * lib/gettext.h: Update from GNU gettext 0.14.2.
23113
23114 2005-02-23  Simon Josefsson  <jas@extundo.com>
23115
23116         * m4/iconvme.m4: New file.
23117
23118 2005-02-23  Jim Meyering  <jim@meyering.net>
23119
23120         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
23121         change.
23122         Thanks to Bruno Haible for catching it.
23123
23124 2005-02-22  Simon Josefsson  <jas@extundo.com>
23125
23126         * modules/iconvme: New file.
23127
23128         * MODULES.html.sh: Add iconvme.
23129
23130 2005-02-22  Simon Josefsson  <jas@extundo.com>
23131
23132         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
23133
23134 2005-02-22  Simon Josefsson  <jas@extundo.com>
23135
23136         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
23137
23138 2005-02-22  Jim Meyering  <jim@meyering.net>
23139
23140         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
23141         s/ifndef/ifdef/.
23142
23143 2005-02-20  Neil Conway  <neilc@samurai.com>
23144
23145         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
23146         returned by OSX/Darwin if the specified buffer is not large
23147         enough for the hostname.
23148
23149 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23150
23151         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
23152         pass it to _help, otherwise the latter coredumps trying to
23153         dereference state.root_argp.
23154
23155 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23156
23157         * modules/chdir-long (Depends-on): Add memrchr.
23158         * modules/memrchr (Files): Add lib/memrchr.h.
23159         (Include): "memrchr.h".
23160
23161 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23162
23163         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
23164
23165 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23166
23167         * lib/memrchr.h: New file.
23168         * lib/chdir-long.c: Include it.
23169         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
23170         Don't bother including stddef.h.
23171
23172 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
23173
23174         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
23175         inclusion.
23176         Include <sys/types.h>, for dev_t.
23177         (ME_DUMMY, ME_REMOTE): Move from here....
23178         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
23179         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
23180         Dmitry V. Levin.
23181         Include mountlist.h first, to test the interface.
23182
23183 2005-01-29  Bruno Haible  <bruno@clisp.org>
23184
23185         * lib/progname.c (program_name): Initialize.
23186         Needed when linking statically on MacOS X.
23187
23188 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
23189
23190         Sync from coreutils.
23191         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
23192         (Depends-on): Add c-strtod.
23193         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
23194
23195 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
23196
23197         Sync from coreutils.
23198         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
23199
23200         Remove files that are specific to coreutils.
23201         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
23202
23203 2005-01-28  Bruno Haible  <bruno@clisp.org>
23204
23205         * modules/javacomp: New file.
23206         * MODULES.html.sh (Java): Add javacomp.
23207
23208 2005-01-28  Bruno Haible  <bruno@clisp.org>
23209
23210         * m4/javacomp.m4: New file, from GNU gettext.
23211
23212 2005-01-28  Bruno Haible  <bruno@clisp.org>
23213
23214         * lib/javacomp.sh.in: New file, from GNU gettext.
23215         * lib/javacomp.h: New file, from GNU gettext.
23216         * lib/javacomp.c: New file, from GNU gettext.
23217
23218 2005-01-26  Simon Josefsson  <jas@extundo.com>
23219
23220         * lib/gai_strerror.c: Use GPL in header.
23221
23222 2005-01-26  Bruno Haible  <bruno@clisp.org>
23223
23224         * modules/javaexec: New file.
23225         * MODULES.html.sh (Java): Add javaexec.
23226
23227 2005-01-26  Bruno Haible  <bruno@clisp.org>
23228
23229         * m4/javaexec.m4: New file, from GNU gettext.
23230
23231 2005-01-26  Bruno Haible  <bruno@clisp.org>
23232
23233         * lib/javaexec.sh.in: New file, from GNU gettext.
23234         * lib/javaexec.h: New file, from GNU gettext.
23235         * lib/javaexec.c: New file, from GNU gettext.
23236
23237 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23238
23239         * modules/lchown (Depends-on): Remove lchown.h
23240
23241 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23242
23243         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
23244         must be defined if the header file was not found, in order
23245         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
23246
23247 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23248
23249         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
23250         initializers for struct pentry_state.
23251         (__argp_error): Check return value of __asprintf
23252         (__argp_failure): Translate error message
23253
23254         * lib/argp-parse.c: Removed braces around the expansion of N_()
23255
23256 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
23257
23258         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
23259         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
23260         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
23261         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
23262         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
23263         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
23264         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
23265         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
23266         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
23267         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
23268         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
23269         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
23270         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
23271         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
23272         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
23273         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
23274         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
23275         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
23276         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
23277         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
23278         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
23279         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
23280         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
23281         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
23282         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
23283         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
23284         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
23285         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
23286         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
23287         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
23288         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
23289         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
23290         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
23291         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
23292         xstrtol.m4, xstrtoumax.m4, yesno.m4:
23293         Use an all-permissive copyright notice, recommended by RMS.
23294
23295 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
23296
23297         * modules/chdir-long (Depends-on): Remove mempcpy.
23298
23299 2005-01-21  Jim Meyering  <jim@meyering.net>
23300
23301         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
23302         same value as for Solaris 9.
23303
23304         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
23305         component length.  This included changing the parameter to be
23306         of type `char *' rather than `char const *'.
23307         * lib/chdir-long.h (chdir_long): Update prototype.
23308
23309         * lib/openat.c (fdopendir, fstatat): New functions.
23310         * lib/openat.h: Include headers required for use of DIR and struct
23311         stat.
23312         [AT_SYMLINK_NOFOLLOW]: Define.
23313         (fdopendir, fstatat): Add prototypes.
23314
23315 2005-01-21  Bruno Haible  <bruno@clisp.org>
23316
23317         * modules/classpath: New file.
23318         * MODULES.html.sh (Java): Add classpath.
23319
23320 2005-01-21  Bruno Haible  <bruno@clisp.org>
23321
23322         * lib/classpath.h: New file, from GNU gettext.
23323         * lib/classpath.c: New file, from GNU gettext.
23324
23325 2005-01-20  Simon Josefsson  <jas@extundo.com>
23326
23327         * modules/version-etc-fsf: New file.
23328
23329 2005-01-20  Simon Josefsson  <jas@extundo.com>
23330
23331         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
23332         * lib/version-etc.c: Remove version_etc_copyright.
23333         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
23334         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
23335
23336 2005-01-20  Simon Josefsson  <jas@extundo.com>
23337
23338         * lib/base64.h (isbase64): Add.
23339
23340         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
23341         using a unsigned prototype, don't inline.
23342         (base64_decode): Use it.
23343
23344 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23345
23346         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
23347         it.
23348
23349 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23350
23351         * lib/save-cwd.c (save_cwd): Remove code to support the case
23352         where fchdir is missing or flaky.
23353
23354 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23355
23356         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
23357
23358 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
23359
23360         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
23361         AC_LIBSOURCES now does this.
23362         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
23363         with new ullong_max module.
23364
23365 2005-01-19  Bruno Haible  <bruno@clisp.org>
23366
23367         * modules/sh-quote: New file.
23368         * MODULES.html.sh (Executing programs): Add sh-quote.
23369
23370 2005-01-19  Bruno Haible  <bruno@clisp.org>
23371
23372         * lib/sh-quote.h: New file, from GNU gettext.
23373         * lib/sh-quote.c: New file, from GNU gettext.
23374
23375 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23376
23377         Merge from coreutils.
23378         * m4/ullong_max.m4: New file.
23379         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
23380         (gl_MACROS): Assume localeconv exists.
23381
23382 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23383
23384         Merge changes from coreutils, as described below in several
23385         changelogs dated today.
23386
23387         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
23388         (O_DIRECTORY): Remove; not needed here, since "." must be
23389         a directory.  All uses removed.
23390         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
23391         universal on Suns, and we also need to test for IRIX.
23392         Revamp code to use 'if' rather than '#if'.
23393         Avoid unnecessary comparison of cwd->desc to 0.
23394
23395         * lib/utimens.c (futimens): Robustify the previous patch, by checking
23396         for known valid error numbers rather than observed invalid ones.
23397
23398 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23399
23400         * modules/ullong_max: New file.
23401
23402         * modules/chdir-long, modules/openat: New files.
23403         * modules/save-cwd (Depends-on): Depend on chdir-long.
23404         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
23405
23406 2005-01-18  Jim Meyering  <jim@meyering.net>
23407
23408         Merge from coreutils.
23409         * m4/chdir-long.m4, m4/openat.m4: New files.
23410         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
23411         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
23412         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
23413         is sane and DOES follow symlinks.  Besides, testing 20 different
23414         systems found no broken chown implementations.
23415         Prompted by a change in rsync's copy of this macro.
23416         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
23417
23418         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
23419
23420         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
23421         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
23422         NULL-means-set-to-current-time semantics.
23423         Remove temporary file immediately, rather than waiting
23424         for configure's at-exit trap code to do it.
23425
23426 2005-01-18  Jim Meyering  <jim@meyering.net>
23427
23428         * lib/version-etc.c (version_etc_copyright): Update copyright date.
23429
23430         * lib/utimens.c (futimens): Account for the fact that futimes
23431         can also fail with errno == ENOSYS or errno == ENOENT.
23432         Patch from Dmitry V. Levin.
23433
23434         Change the name of the robust chdir function from chdir to chdir_long.
23435         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
23436         (restore_cwd): Use chdir_long, not chdir.
23437         * lib/chdir-long.c: Renamed from chdir.c.
23438         * lib/chdir-long.h: Renamed from chdir.h.
23439         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
23440         Hurd.
23441
23442 2005-01-18  Bruno Haible  <bruno@clisp.org>
23443
23444         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
23445         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
23446         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
23447         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
23448         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
23449         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
23450         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
23451         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
23452         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
23453         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
23454         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
23455         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
23456         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
23457         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
23458         Use an all-permissive copyright notice, recommended by RMS.
23459
23460 2005-01-18  Bob Proulx  <bob@proulx.com>
23461
23462         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
23463         simplify offsetof() macro construct to avoid compile failure with
23464         native HP-UX 11.0 ANSI C compiler.
23465
23466 2005-01-17  Bruno Haible  <bruno@clisp.org>
23467
23468         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
23469         redundant because stpncpy.m4 takes care of it.
23470
23471 2005-01-17  Bruno Haible  <bruno@clisp.org>
23472
23473         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
23474
23475 2005-01-17  Bruno Haible  <bruno@clisp.org>
23476
23477         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
23478         used.
23479
23480 2005-01-17  Bruno Haible  <bruno@clisp.org>
23481
23482         * lib/fwriteerror.h (fwriteerror): Change specification to include
23483         fclose.
23484         * lib/fwriteerror.c: Include <stdbool.h>.
23485         (fwriteerror): At the end, close the file stream. Record whether
23486         stdout was already closed.
23487
23488 2005-01-17  Bruno Haible  <bruno@clisp.org>
23489
23490         * lib/execute.c (environ): Declare if needed.
23491         * lib/pipe.c (environ): Likewise.
23492         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
23493
23494 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23495
23496         * modules/argp: Depend on vsnprintf
23497
23498 2005-01-10  Jim Meyering  <jim@meyering.net>
23499
23500         * modules/closeout (Depends-on): Add atexit.
23501
23502 2005-01-06  Bruno Haible  <bruno@clisp.org>
23503
23504         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
23505
23506 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
23507
23508         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
23509         definitions to be after all include files, to avoid collisions.
23510         Problem reported by Bob Proulx.
23511
23512 2005-01-04  Jim Meyering  <jim@meyering.net>
23513
23514         Changes imported from coreutils.
23515         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
23516         as the mkstemp template, use a temporary directory and an
23517         8.3-friendly template to avoid trouble on systems like DJGPP.
23518         Reported by Juan M. Guerrero via Stepan Kasal.
23519         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
23520         close. Remove the temporary directory right away, rather than waiting
23521         for configure's at-exit trap code to do it.
23522         Suggestion from Stepan Kasal.
23523
23524 2005-01-01  Simon Josefsson  <jas@extundo.com>
23525
23526         * gnulib-tool: Print #include directives when --import'ing.
23527
23528 2004-12-28  Simon Josefsson  <jas@extundo.com>
23529
23530         * tests/test-base64.c: Include required header files.  Remove
23531         unused variables.
23532
23533 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
23534
23535         * modules/error (Depends-on): Remove gettext.
23536
23537 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
23538
23539         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
23540         not needed.  This removes a dependency on the gettext module.
23541         [defined _LIBC]: Do not include <libintl.h>; not needed.
23542
23543 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
23544
23545         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
23546         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
23547
23548 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
23549
23550         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
23551         HAVE_DECL_STRTOLD.
23552
23553 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23554
23555         * modules/getdate (Depends-on): Remove alloca-opt.
23556
23557 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23558
23559         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
23560
23561 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23562
23563         * lib/argp-parse.c: Include <stddef.h>.
23564         (alignof, alignto): New macros.
23565         (parser_init): Don't assume that void * is aligned sufficiently
23566         for struct option.
23567
23568         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
23569         need to extend the stack.
23570         (YYINITDEPTH): New macro, so that the initial stack isn't overly
23571         large.
23572
23573 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23574
23575         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
23576
23577 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
23578
23579         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
23580         (2004-10-24) change.  Apparently this was a false alarm.
23581
23582         * modules/getdate: Depend on alloca-opt, not alloca.
23583
23584 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
23585
23586         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
23587         Remove now-obsolete comment about AIX.
23588         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
23589         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
23590         (YYMAXDEPTH): New macro.
23591
23592 2004-12-18  Simon Josefsson  <jas@extundo.com>
23593
23594         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
23595
23596 2004-12-18  Bruno Haible  <bruno@clisp.org>
23597
23598         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
23599
23600 2004-12-18  Bruno Haible  <bruno@clisp.org>
23601
23602         * lib/fatal-signal.c (fatal_signals): Make non-const.
23603         (init_fatal_signals): New function.
23604         (uninstall_handlers, install_handlers): Ignore signals that were set to
23605         SIG_IGN.
23606         (at_fatal_signal): Call init_fatal_signals.
23607         (init_fatal_signal_set): Likewise. Ignore signals that were set to
23608         SIG_IGN.
23609         Reported by Paul Eggert.
23610
23611 2004-12-18  Bruno Haible  <bruno@clisp.org>
23612
23613         * doc/alloca.texi: New file.
23614         * doc/alloca-opt.texi: New file.
23615
23616 2004-12-17  Jim Meyering  <jim@meyering.net>
23617
23618         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
23619         Otherwise, install-sh could exit with improper exit status when
23620         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
23621
23622 2004-12-16  Simon Josefsson  <jas@extundo.com>
23623
23624         * tests/test-base64.c: Add license.
23625
23626 2004-12-15  Stepan Kasal  <address@hidden>
23627
23628         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
23629
23630 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
23631
23632         * modules/getcwd (Files): Add m4/d-ino.m4.
23633         Suggested by Mark D. Baushke.
23634
23635 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
23636
23637         * lib/getdate.y (textint): New member "negative".
23638         (time_zone_hhmm): New function.
23639         Expect 14 shift-reduce conflicts, not 13.
23640         (o_colon_minutes): New rule.
23641         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
23642         (yylex): Set the "negative" member of signed numbers.
23643
23644 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
23645
23646         * doc/getdate.texi (Time of day items, Time zone items):
23647         Describe new formats +00:00, UTC+00:00.
23648
23649 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
23650
23651         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
23652         spurious "-l"s.  Problem reported by Stepan Kasal.
23653
23654 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
23655
23656         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
23657         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
23658
23659 2004-12-04  Simon Josefsson  <jas@extundo.com>
23660
23661         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
23662         Vandoorselaere <yoann@prelude-ids.org>.
23663
23664 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23665
23666         Changes imported from coreutils.
23667         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
23668         exist.
23669         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
23670
23671 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23672
23673         Changes imported from coreutils.
23674         * lib/hard-locale.c: Assume <locale.h> exists.
23675         Include "strdup.h".
23676         (GLIBC_VERSION): New macro.
23677         (hard_locale): Assume setlocale exists.
23678         Rewrite to avoid #ifdef.
23679         Use strdup rather than malloc + strcpy.
23680         * lib/human.c: Assume <locale.h> exists.
23681         (human_readable): Assume localeconv exists.
23682
23683 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23684
23685         * modules/hard-locale (Depends-on): Add strdup.
23686
23687 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
23688
23689         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
23690         convert T2, not T.  (Imported from libc.)
23691
23692 2004-11-30  Simon Josefsson  <jas@extundo.com>
23693
23694         * modules/restrict (License): Change to LGPL.
23695
23696 2004-11-30  Simon Josefsson  <jas@extundo.com>
23697
23698         * m4/restrict.m4: Add copyright and copying conditions.
23699
23700 2004-11-30  Simon Josefsson  <jas@extundo.com>
23701
23702         * m4/base64.m4: New file.
23703
23704 2004-11-30  Simon Josefsson  <jas@extundo.com>
23705
23706         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
23707         base64.
23708
23709         * tests/test-base64.c: New file.
23710
23711         * modules/base64: New file.
23712
23713 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
23714
23715         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
23716         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
23717
23718         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
23719
23720 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
23721
23722         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
23723         (__getcwd.c): Don't restore errno; glibc doesn't.
23724         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
23725         first, falling back to our code only if its results look suspicious.
23726         Ensure that the resulting buffer is only as large as necessary.
23727
23728         * lib/readutmp.c: Include readutmp.h first.
23729         Include <errno.h>, since readutmp.h no longer does that.
23730         * lib/readutmp.h: Don't include <errno.h>,
23731         <sys/param.h>, <time.h>; not needed to establish interface.
23732         (errno): Remove decl.
23733         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
23734         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
23735         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
23736
23737 2004-11-28  Simon Josefsson  <jas@extundo.com>
23738
23739         * lib/base64.h, base64.c: New file.
23740
23741 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
23742
23743         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
23744
23745 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
23746
23747         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
23748         (Depends-on): Remove pathmax, same.  Add mempcpy.
23749         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
23750         (Makefile.am): Append getcwd.h to lib_SOURCES.
23751         (Include): Add getcwd.h.
23752         (Maintainer): Change from Jim Meyering to "all, glibc",
23753         since getdate now uses intended-for-glibc code.
23754         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
23755         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
23756
23757 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
23758
23759         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
23760         HP's ANSI C compiler.
23761         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
23762         Declaring int functions causes warnings on some modern systems and
23763         shouldn't be needed to compile on ancient ones.
23764         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
23765         defined.
23766
23767         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
23768         with the following changes.
23769         (__set_errno): Parenthesize properly.
23770         Include <stdbool.h>.
23771         (MIN, MAX, MATCHING_INO): New macros.
23772         (__getcwd): Define with prototype, not K&R form.
23773         Use heuristics to allocate default buffer on stack if possible.
23774         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
23775         behavior, and to avoid the PATH_MAX limit when computing
23776         ../../../../...
23777         Use MATCHING_INO to compare inode number to file.
23778         Check for arithmetic overflow in size calculations.
23779         Fix bug in reallocation of dot array that caused getcwd to fail
23780         on directories nested deeper than 75.
23781         Be more careful about saving errno on error.
23782         Do not use realloc; use only free+malloc, as this is a bit
23783         more flexible and avoids a needless copy operation.
23784         Do not inspect st_dev and st_ino for symbolic links; POSIX
23785         doesn't specify the latter.
23786         Check for closedir errors.
23787         Avoid needless casts.
23788         Use "#ifdef weak_alias" around weak_alias, to be like other
23789         glibc code.
23790         The following changes to getcwd.c have effect only when used in
23791         gnulib; they have no effect inside glibc proper.
23792         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
23793         as alloca isn't used.
23794         (alloca, __alloca): Likewise.
23795         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
23796         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
23797         unconditionally, as gnulib assumes C89 or better.
23798         Do not include <sys/param.h>.
23799         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
23800         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
23801         better.
23802         (NULL) [!defined NULL]: Remove; we assume C89 or better.
23803         Include <dirent.h> in a way that is compatible with modern Autoconf.
23804         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
23805         New macros, if not already defined.
23806         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
23807         Use "_LIBC", not "defined _LIBC", for consistency.
23808         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
23809         a mempcpy module.
23810         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
23811         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
23812         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
23813         credit only to Jim Meyering and adjust the copyright dates.
23814         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
23815         <stdlib.h>, <unistd.h>, "pathmax.h".
23816         Instead, include "xgetcwd.h" (first) and "getcwd.h".
23817         (INITIAL_BUFFER_SIZE): Remove.
23818         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
23819
23820 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
23821
23822         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
23823         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
23824         Use the _ONCE methods, for efficiency.
23825         Check for fcntl.h.  In test program, include <errno.h>
23826         and <fcntl.h> if available.  Remove old K&R cruft from
23827         test program.  Check for common errors in GNU/Linux,
23828         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
23829         don't do AC_LIBOBJ, as that's getcwd.m4's job.
23830         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
23831         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
23832         name accordingly.
23833         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
23834         accommodate new getcwd.c.
23835         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
23836         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
23837         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
23838         that's all we need now.
23839
23840 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23841
23842         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
23843         argp-parse.c depends on getopt internals, that means we should
23844         always use our getopt, to be on the safe side.
23845         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
23846         order not to spoil the result of an eventual previous invocation
23847         of gl_GETOPT_SUBSTITUTE.
23848
23849 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23850
23851         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
23852         redefinition warnings. To avoid them, include the defines
23853         in `#if !defined __need_getopt ... #endif'. The only place
23854         where __getopt_argv_const is used is in definitions
23855         of getopt_long and getopt_long_only below, which are as well
23856         protected by `#ifndef __need_getopt'.
23857         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
23858         __need_getopt after including <stdio.h> and <unistd.h> These
23859         headers might have defined it.
23860
23861 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
23862
23863         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
23864
23865 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
23866
23867         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
23868         (futimens): New function, which uses futimes if available.
23869         (futimens, utimens): Support timespec==NULL, with same semantics
23870         as utime and utimens.
23871         * lib/utimens.h (futimens): New decl.
23872
23873 2004-11-23  Jim Meyering  <jim@meyering.net>
23874
23875         * lib/getopt_.h: Remove trailing blanks.
23876
23877 2004-11-23  Jim Meyering  <jim@meyering.net>
23878
23879         * lib/__fpending.c: Add comment.
23880
23881 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
23882
23883         * modules/canonicalize (Depends-on): Add xreadlink.
23884         Problem reported by James Youngman.
23885
23886 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
23887
23888         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
23889         New macros.
23890         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
23891         optopt): Use them instead of invoking ## directly; otherwise, the
23892         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
23893
23894 2004-11-19  Bruno Haible  <bruno@clisp.org>
23895
23896         * lib/strtok_r.c: Move comments from here...
23897         * lib/strtok_r.h: ... to here.
23898
23899 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
23900
23901         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
23902         implementations that mishandle size_t overflow.
23903
23904 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
23905
23906         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
23907         might fail.  Problem reported by Yoann Vandoorselaere.
23908         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
23909         implementations that mishandle size_t overflow.
23910
23911 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23912
23913         * modules/canon-host (Depends-on): Add strdup.
23914
23915 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23916
23917         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
23918
23919 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23920
23921         * lib/canon-host.c: Include "strdup.h".
23922         (canon_host): Use getaddrinfo if available, so that IPv6 works.
23923         Use strdup instead of malloc/strcpy to duplicate strings.
23924
23925         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
23926         (human_space_before_unit): New constant.
23927         * lib/human.c (human_readable): Support it.
23928
23929         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
23930         (xgetcwd): Set errno correctly when failing.
23931         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
23932         the failure is actually due to a PATH_MAX problem.
23933
23934         Further getopt changes to make it more likely that glibc will
23935         buy the changes back.
23936         * lib/getopt.c (POSIXLY_CORRECT): New constant.
23937         (getopt): Use it, so to preserve glibc semantic
23938         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
23939         when compiling for libc.
23940         * lib/getopt_.h (__getopt_argv_const): Bring it back.
23941         (getopt_long, getopt_long_only): Use it.
23942
23943         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
23944         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
23945         (getopt): Argv is now char * const *, as per standard.
23946         (_getopt_internal_r, _getopt_internal): Argv is now char **,
23947         not char *__getopt_argv_const *.
23948         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
23949         _getopt_long_only_r): Likewise.
23950         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
23951         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
23952         _getopt_long_r, _getopt_long_only_r): Likewise.
23953         * lib/getopt_.h (__getopt_argv_const): Remove.
23954         (getopt): Argv is now char * const *, as per standard.
23955
23956         * lib/getdate.y (tORDINAL): New token.
23957         (day, relunit): Allow it for relative times.
23958         (relative_time_table): Use tORDINAL for ordinals.
23959
23960 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23961
23962         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
23963         Document that "second" isn't allowed as an ordinal number.
23964
23965 2004-11-16  Jim Meyering  <jim@meyering.net>
23966
23967         * modules/closeout (Depends-on): Add fpending.
23968
23969 2004-11-15  Jim Meyering  <jim@meyering.net>
23970
23971         * lib/closeout.c: Include "__fpending.h" once again.
23972         Include <stdbool.h>.
23973         (close_stdout): Don't fail just because stdout was closed initially,
23974         since some programs don't write to stdout in the normal course of
23975         operation (other than --version and --help), and we don't want this
23976         function to make e.g. `touch file >&-' fail.
23977         But do fail if it was closed and someone has tried to write to it.
23978         E.g., `printf foo >&-' must fail.
23979
23980 2004-11-13  Jim Meyering  <jim@meyering.net>
23981
23982         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
23983
23984 2004-11-12  Simon Josefsson  <jas@extundo.com>
23985
23986         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
23987         small doc fix is still pending.
23988
23989 2004-11-11  Simon Josefsson  <jas@extundo.com>
23990
23991         * modules/strtok_r: New file.
23992
23993         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23994         strtok_r.
23995
23996 2004-11-11  Simon Josefsson  <jas@extundo.com>
23997
23998         * m4/strtok_r.m4: New file.
23999
24000         * m4/getopt.m4: Replace opterr.
24001
24002 2004-11-11  Simon Josefsson  <jas@extundo.com>
24003
24004         * lib/strtok_r.h, strtok_r.c: New file.
24005
24006 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
24007
24008         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
24009         of replacing opterr, getopt, etc.  This should handle the
24010         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
24011
24012 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
24013
24014         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
24015         we can stop lying to compilers about the constness of argv when we
24016         are compiled outside glibc.
24017         (getopt, getopt_long, getopt_long_only): Use it.
24018         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
24019         _getopt_internal, getopt): Likewise.
24020         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
24021         _getopt_long_only_r): Likewise.
24022         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
24023         _getopt_long_r, _getopt_long_only_r): Likewise.
24024
24025         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
24026         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
24027         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
24028         the other external symbols.
24029         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
24030         declaration, since the above renaming now works around collisions.
24031
24032 2004-11-11  Jim Meyering  <jim@meyering.net>
24033
24034         * lib/linebreak.c: Remove trailing blanks.
24035         * lib/alloca_.h: Likewise.
24036         * lib/acosl.c: Likewise.
24037         * lib/euidaccess.c: Likewise.
24038         * lib/allocsa.h: Likewise.
24039
24040 2004-11-10  Simon Josefsson  <jas@extundo.com>
24041
24042         * m4/getaddrinfo.m4: New file.
24043
24044 2004-11-10  Simon Josefsson  <jas@extundo.com>
24045
24046         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
24047
24048 2004-11-10  Simon Josefsson  <jas@extundo.com>
24049
24050         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24051         getaddrinfo.
24052
24053         * modules/getaddrinfo: New file.
24054
24055 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24056
24057         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
24058
24059 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24060
24061         * lib/mktime.c (SHR): New macro, which is a portable
24062         substitute for >> that should work even on Crays.
24063         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
24064         Problem reported by Mark D. Baushke in
24065         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
24066         * lib/getdate.y (SHR): Likewise.
24067         (tm_diff): Use it.
24068         * lib/strftime.c (SHR): Likewise.
24069         (tm_diff): Use it.
24070         * lib/quotearg.c (struct quoting_options): Use unsigned int for
24071         quote_these_too, so that right shifts are well defined.  All uses
24072         changed.
24073
24074 2004-11-10  Jim Meyering  <jim@meyering.net>
24075
24076         Ensure that no close failure goes unreported.
24077         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
24078         return early when it seems there's nothing to flush.
24079         Don't include __fpending.h.
24080
24081 2004-11-10  Jim Meyering  <jim@meyering.net>
24082
24083         * modules/closeout (Depends-on): Remove fpending.
24084
24085 2004-11-10  Jim Meyering  <jim@meyering.net>
24086
24087         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
24088
24089 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
24090
24091         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
24092         gl_FUNC_STRFTIME.
24093         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
24094         and AC_REQUIRE when possible, to avoid duplicate checks.
24095         Check for <wchar.h>.
24096
24097 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
24098
24099         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
24100
24101 2004-11-09  Bruno Haible  <bruno@clisp.org>
24102
24103         * m4/sockpfaf.m4: New file.
24104
24105 2004-11-05  Bruno Haible  <bruno@clisp.org>
24106
24107         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
24108         Reported by Mark D. Baushke <mdb@cvshome.org>.
24109
24110 2004-11-04  Bruno Haible  <bruno@clisp.org>
24111
24112         2004-09-11  Bruno Haible  <bruno@clisp.org>
24113                 * allocsa.valgrind: New file.
24114         2004-02-06  Bruno Haible  <bruno@clisp.org>
24115                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
24116                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
24117                 Reported by Christopher Seip <chris.seip@hp.com>.
24118
24119 2004-11-04  Bruno Haible  <bruno@clisp.org>
24120
24121         * modules/allocsa (Files): Add lib/allocsa.valgrind.
24122         (Makefile.am): Distribute it.
24123
24124 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
24125
24126         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
24127         with errno == ERANGE if the buffer is too small.
24128         Problem reported by Mark D. Baushke.
24129
24130 2004-11-03  Albert Chin  <china@thewrittenword.com>
24131             Paul Eggert  <eggert@cs.ucla.edu>
24132
24133         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
24134         equivalent, substitute $ac_type for equivalent type rather than
24135         blindly using uint32_t *always* which won't work if uint32_t is not
24136         available.  Define _UINT32_T to work around typedef of uint32_t if
24137         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
24138         2.5.1.
24139
24140 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
24141
24142         * m4/jm-macros.m4: Sync from coreutils.
24143         (gl_MACROS): Check for mbrlen, for pathchk.
24144         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
24145
24146 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
24147
24148         * lib/xreadlink.c (MAXSIZE): New macro.
24149         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
24150         size does not exceed MAXSIZE.  Avoid cast.
24151         As suggested by Mark D. Baushke in
24152         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
24153         if readlink fails with buffer size just under MAXSIZE, try again
24154         with MAXSIZE.
24155
24156 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
24157
24158         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
24159
24160 2004-11-02  Derek R. Price  <derek@ximbiot.com>
24161         and  Paul Eggert  <eggert@cs.ucla.edu>
24162
24163         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
24164         (get_date): Overparenthesize to avoid GCC warning.
24165
24166 2004-11-02  Bruno Haible  <bruno@clisp.org>
24167
24168         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
24169         returns void.
24170
24171 2004-11-02  Bruno Haible  <bruno@clisp.org>
24172
24173         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
24174         function returns void.
24175
24176 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
24177
24178         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
24179         fflush_unlocked, flockfile, funlockfile, funlockfile,
24180         fputs_unlocked, putc_unlocked.
24181
24182 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
24183
24184         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
24185         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
24186         already declared.
24187
24188 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24189
24190         * modules/getdate (Files): Add doc/getdate.texi.
24191         (Depends-on): Add setenv, xalloc.
24192
24193 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24194
24195         * lib/getdate.y: Add support for TZ="foo" within a date string.
24196         Fix some bugs near time_t boundaries.  Reject dates with
24197         out-of-range components, e.g., "Sept 31".
24198         Include <stdlib.h>, "setenv.h", "xalloc.h".
24199         (ISDIGIT_LOCALE): Remove; unused.
24200         Note that the TZ and time functions used here are not reentrant.
24201         (mktime_ok, get_tz): New functions.
24202         (TZBUFSIZE): New constant.
24203         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
24204         This requires that we sometimes generate our own TZ="XXX..." setting.
24205
24206 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24207
24208         * doc/getdate.texi: New file, from coreutils with modifications for
24209         the new TZ parsing.
24210
24211 2004-10-27  Derek R. Price  <derek@ximbiot.com>
24212
24213         * lib/mktime.c (not_equal_tm): Remove redundant check.
24214
24215 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
24216
24217         * modules/regex (lib_SOURCES): Add regex.c.
24218         Reported by James Youngman in
24219         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
24220
24221 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
24222
24223         * lib/getdate.y: Use Bison 1.875 features, and some minor
24224         code cleanups.  This change does not affect semantics.
24225         Don't include <stdlib.h>; no longer needed.
24226         Don't include unlocked-io.h; only the "#if TEST" code uses
24227         stdio, and performance isn't crucial there.
24228         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
24229         Bison 1.875 features as described below.
24230         All uses of "PC." replaced by "pc->".
24231         (YYSTYPE): Add a forward declaration.
24232         (yylex, yyerror): Use full prototypes in forward decls.
24233         Use "%pure-parser" rather than obsolescent "%pure_parser".
24234         Use %parse-param and %lex-param instead of obsolescent
24235         YYPARSE_PARAM and YYLEX_PARAM.
24236         (meridian_table, month_and_day_table, time_units_table,
24237         relative_time_table, time_zone_table, military_table,
24238         lookup_zone, lookup_word, get_date):
24239         Use NULL instead of 0 where appropriate.
24240         (to_hour): Avoid abort (), to avoid a dependency on
24241         stdlib.h.
24242         (yyerror, yylex): Now accepts parser_control * arg.
24243         (main) [TEST]: Use '\0' rather than 0 for char.
24244
24245 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
24246
24247         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
24248
24249 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
24250
24251         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
24252         It's now the caller's responsibility to handle the case where
24253         !HAVE_GETPAGESIZE && !defined getpagesize.
24254
24255         * lib/mktime.c (leapyear): Arg is long int, not int.
24256
24257 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
24258
24259         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
24260
24261 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
24262
24263         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
24264         missing.  Problem reported by James Youngman.
24265
24266 2004-10-16  Simon Josefsson  <jas@extundo.com>
24267
24268         * gnulib-tool: Fix comments.  Fix parse problem.
24269         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
24270
24271 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
24272
24273         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
24274         implementation of getopt_long.  Problem reported by Alexander Taler in:
24275         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
24276
24277 2004-10-15  Bruno Haible  <bruno@clisp.org>
24278
24279         * gnulib-tool: Untabify. Initialize supplied_libname.
24280         (func_usage): More homogenous output.
24281         (func_modules_transitive_closure, func_modules_to_filelist,
24282         func_emit_lib_Makefile_am): New functions.
24283         (func_import): New function, extracted from big case statement. Use
24284         func_get_license, func_modules_transitive_closure,
24285         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
24286         opt_lgpl. Don't use test -a, as it's not portable.
24287         (func_create_testdir): Use func_modules_transitive_closure,
24288         func_modules_to_filelist, func_emit_lib_Makefile_am.
24289
24290 2004-10-15  Bruno Haible  <bruno@clisp.org>
24291
24292         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
24293
24294 2004-10-15  Bruno Haible  <bruno@clisp.org>
24295
24296         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
24297         the portions belonging to each module.
24298         Suggested by Derek Robert Price <derek@ximbiot.com>.
24299
24300 2004-10-12  Simon Josefsson  <jas@extundo.com>
24301
24302         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
24303         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
24304         to real functions.
24305
24306 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24307
24308         * modules/vsnprintf: New file.
24309
24310 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24311
24312         * m4/vsnprintf.m4: New file.
24313
24314 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24315
24316         * lib/vsnprintf.h: New file.
24317         * lib/vsnprintf.c: New file.
24318
24319 2004-10-11  Bruno Haible  <bruno@clisp.org>
24320
24321         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
24322         vsnprintf.
24323
24324 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
24325
24326         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
24327
24328 2004-10-07  Bruno Haible  <bruno@clisp.org>
24329
24330         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
24331         fits into the provided buffer.
24332
24333 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
24334
24335         * lib/diacrit.c, diacrit.h: Add GPL notice.
24336
24337         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
24338         notice.
24339         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
24340         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
24341         This avoids a potential constant-folding bug.
24342
24343 2004-10-05  Bruno Haible  <bruno@clisp.org>
24344
24345         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
24346         for the declaration of strsep.
24347
24348 2004-10-05  Bruno Haible  <bruno@clisp.org>
24349
24350         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
24351
24352 2004-10-04  Simon Josefsson  <jas@extundo.com>
24353
24354         * modules/memmem: New file.
24355         * tests/test-memmem.c: New file.
24356         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
24357
24358 2004-10-04  Simon Josefsson  <jas@extundo.com>
24359
24360         * m4/memmem.m4: New file.
24361
24362 2004-10-04  Simon Josefsson  <jas@extundo.com>
24363
24364         * lib/memmem.h: New file.
24365         * lib/memmem.c: New file, taken from glibc.
24366
24367 2004-10-04  Simon Josefsson  <jas@extundo.com>
24368
24369         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
24370         '#ifdef USE_UNLOCKED_IO'.
24371
24372 2004-10-04  Simon Josefsson  <jas@extundo.com>
24373
24374         * config/srclist.txt: Add memmem from glibc.
24375
24376 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24377
24378         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
24379
24380         * modules/argmatch, modules/argp, modules/closeout, modules/error,
24381         modules/exclude, modules/getdate, modules/getline,
24382         modules/getndelim2, modules/getpass, modules/getpass-gnu,
24383         modules/getusershell, modules/linebuffer, modules/md5,
24384         modules/mountlist, modules/posixtm, modules/readtokens,
24385         modules/readutmp, modules/regex, modules/sha1,
24386         modules/version-etc, modules/yesno:
24387         Remove dependency on unlocked-io.
24388
24389 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24390
24391         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
24392
24393         * m4/unlocked-io.m4: Add copyright notice.
24394         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
24395
24396 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24397
24398         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
24399         * lib/xmalloc.c (xmemdup): Likewise.
24400         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
24401         XFREE): Remove these long-obsolescent macros.
24402         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
24403         * lib/xstrdup.c: Remove.
24404
24405         * lib/regex.c (re_comp): Cast gettext return value to char *,
24406         Problem reported by Martin Neitzel via Mark D. Baushke.
24407
24408 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24409
24410         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
24411         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
24412         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
24413         regex.c, sha1.c, version-etc.c, yesno.c:
24414         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
24415         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
24416         the includer's responsibility.
24417
24418         Sync from coreutils.
24419
24420         * lib/modechange.c (mode_compile): Don't decrement a pointer that
24421         points to the start of a string, as the C Standard says the
24422         resulting behavior is undefined.
24423
24424         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
24425         simple -> simple_backups, numbered_existing ->
24426         numbered_existing_backups, numbered -> numbered_backups
24427         to avoid shadowing problems.  All uses changed.
24428         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
24429         * lib/backupfile.c (check_extension, numbered_backup):
24430         Rename locals to avoid shadowing 'basename'.
24431         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
24432         once.
24433
24434         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
24435         * lib/.cvsignore: Add getopt.h.
24436
24437 2004-10-04  Bruno Haible  <bruno@clisp.org>
24438
24439         * modules/README: New file.
24440         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
24441         not a module.
24442
24443 2004-10-02  Jim Meyering  <jim@meyering.net>
24444
24445         * lib/dirfd.h, getpagesize.h: Add copyright notice.
24446
24447 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24448
24449         * modules/strsep: New file.
24450
24451 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24452
24453         * m4/strsep.m4: New file.
24454
24455 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24456
24457         * lib/strsep.h: New file.
24458         * lib/strsep.c: New file.
24459
24460 2004-10-01  Simon Josefsson  <jas@extundo.com>
24461
24462         * lib/snprintf.c (snprintf): Handle size==0.
24463
24464 2004-10-01  Simon Josefsson  <jas@extundo.com>
24465             Bruno Haible  <bruno@clisp.org>
24466
24467         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
24468         (snprintf): Declare 'args'.
24469
24470 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
24471
24472         * lib/snprintf.c: Remove comments as to why each header is needed.
24473
24474 2004-10-01  Bruno Haible  <bruno@clisp.org>
24475
24476         * MODULES.html.sh: Add strsep.
24477
24478 2004-09-30  Simon Josefsson  <jas@extundo.com>
24479
24480         * modules/snprintf: New file.
24481
24482 2004-09-30  Simon Josefsson  <jas@extundo.com>
24483
24484         * m4/snprintf.m4: New file.
24485
24486 2004-09-30  Simon Josefsson  <jas@extundo.com>
24487
24488         * lib/snprintf.h, lib/snprintf.c: New files.
24489
24490 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24491
24492         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
24493         (hol_entry_help): Never translate an empty string.
24494         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
24495         * lib/argp.h (OPTION_NO_TRANS): New option.
24496
24497 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24498
24499         * modules/argp (Maintainer): Replace Simon Josefsson
24500         by Sergey Poznyakoff.
24501
24502 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24503
24504         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
24505         changes merged back into glibc.
24506
24507 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24508
24509         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
24510
24511 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
24512
24513         * lib/xvasprintf.c: Include xalloc.h.
24514         (xvasprintf): Use xalloc_die, not xmalloc_die.
24515
24516 2004-09-29  Bruno Haible  <bruno@clisp.org>
24517
24518         * modules/alloca-opt: New file, derived from modules/alloca.
24519         * modules/allocsa: Depend on alloca-opt instead of alloca.
24520         * modules/setenv: Likewise.
24521         * modules/vasnprintf: Likewise.
24522         * MODULES.html.sh: Add alloca-opt.
24523
24524 2004-09-28  Simon Josefsson  <jas@extundo.com>
24525
24526         * gnulib-tool: New parameter --lgpl, to asseert that modules are
24527         LGPL, and to replace license template from GPL to LGPL.
24528
24529 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
24530
24531         * modules/dummy: Change license to LGPL.
24532
24533 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
24534
24535         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
24536
24537 2004-09-24  Simon Josefsson  <jas@extundo.com>
24538
24539         * modules/minmax (License): Change from GPL to LGPL.
24540
24541 2004-09-23  Simon Josefsson  <jas@extundo.com>
24542
24543         * gnulib-tool (--import): Typo.
24544
24545 2004-09-23  Simon Josefsson  <jas@extundo.com>
24546
24547         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
24548
24549 2004-09-22  Bruno Haible  <bruno@clisp.org>
24550
24551         * modules/*: Add 'License' field.
24552         * gnulib-tool: Accept --extract-license option.
24553         (func_get_license): New function.
24554
24555 2004-09-21  Bruno Haible  <bruno@clisp.org>
24556
24557         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
24558         Reported by Simon Josefsson.
24559
24560 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24561
24562         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
24563         gl_AC_TYPE_LONG_LONG.
24564
24565 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24566
24567         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
24568
24569 2004-09-18  Simon Josefsson  <jas@extundo.com>
24570         and  Paul Eggert  <eggert@cs.ucla.edu>
24571
24572         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
24573         calls with autoreconf.  Define GL_LIB.
24574
24575 2004-09-14  Karl Berry  <karl@gnu.org>
24576
24577         * config/srclist.txt: unsync setenv.c, sigh.
24578
24579 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
24580
24581         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
24582         Problem reported by Bruno Haible in:
24583         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
24584
24585 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
24586
24587         * config/srclist.txt: Comment out argp-pvh.c.
24588
24589 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
24590
24591         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
24592         in case some system header has #define'd it.  Problem reported by
24593         Soeren D. Schulze in
24594         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
24595
24596 2004-09-09  Karl Berry  <karl@gnu.org>
24597
24598         * regex.[ch]: delete from the root.  These were supposed to be
24599                 synced with emacs cvs, but this has not happened for about
24600                 a year, and anyway nothing else uses emacs regex.[ch].
24601                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
24602                 lib/regex[.ch] is untouched.
24603
24604 2004-09-09  Bruno Haible  <bruno@clisp.org>
24605
24606         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
24607
24608 2004-09-09  Bruno Haible  <bruno@clisp.org>
24609
24610         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
24611         modifications.
24612         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
24613
24614 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
24615
24616         * modules/xvasprintf: New file.
24617         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
24618
24619 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
24620
24621         * lib/xvasprintf.h: New file.
24622         * lib/xvasprintf.c: New file.
24623         * lib/xasprintf.c: New file.
24624
24625 2004-09-08  Bruno Haible  <bruno@clisp.org>
24626
24627         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
24628
24629 2004-09-08  Bruno Haible  <bruno@clisp.org>
24630
24631         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
24632         length is > INT_MAX.
24633         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
24634         more.
24635
24636 2004-09-08  Bruno Haible  <bruno@clisp.org>
24637
24638         * lib/stdint_.h: New file, taken from GNU clisp.
24639
24640 2004-09-08  Bruno Haible  <bruno@clisp.org>
24641             Oskar Liljeblad  <oskar@osk.mine.nu>
24642
24643         * modules/stdint: New file.
24644         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
24645
24646 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24647
24648         Import from coreutils.
24649         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
24650         strings on unbounded length.  alloca's performance benefits aren't
24651         that important here.
24652         (V_STRDUP): Remove.
24653         (parse_with_separator): New function, with most of the internals
24654         of the old parse_user_spec.  Allow user to omit both user and group,
24655         for compatibility with FreeBSD.
24656         Clone only the user name, not the entire spec.
24657         Do not set *uid, *gid unless entirely successful.
24658         Avoid memory leak in some failing cases.
24659         Fix regression for USER.GROUP reported by Dmitry V. Levin in
24660         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
24661         (parse_user_spec): Rewrite to use parse_with_separator.
24662
24663 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24664
24665         * modules/userspec: Don't depend on alloca.
24666
24667 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24668
24669         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
24670
24671 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
24672
24673         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
24674         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
24675         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
24676
24677 2004-08-16  Simon Josefsson  <jas@extundo.com>
24678
24679         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
24680         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
24681         Add --dry-run for --import.
24682         Let user provided command line parameters override configure.ac
24683         settings.
24684
24685 2004-08-12  Simon Josefsson  <jas@extundo.com>
24686
24687         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
24688         as discussed with Paul Eggert in threads rooted at
24689         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
24690         and
24691         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
24692         Before, the test was empty, and relied on ELIDE_CODE in source
24693         code.)
24694         (gl_PREREQ_GETOPT): New macro.
24695         (gl_GETOPT): Use them.
24696
24697 2004-08-12  Simon Josefsson  <jas@extundo.com>
24698
24699         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
24700         * lib/getopt_.h: Renamed from getopt.h.
24701
24702 2004-08-12  Simon Josefsson  <jas@extundo.com>
24703
24704         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
24705         Change default library name from libfoo to libgnu.
24706         Now, if you have a configure.ac that says:
24707                 gl_SOURCE_BASE(gl)
24708                 gl_M4_BASE(gl/m4)
24709                 gl_MODULES(error getopt etcetera)
24710                 gl_INIT
24711         you can import all you need by running:
24712                 ../gnulib/gnulib-tool --import
24713
24714         * modules/getopt (Files): Rename getopt.h to getopt_.h.
24715         (Makefile.am): Rewrite, use logic from argz.
24716         (Include): Use <getopt.h> instead of "getopt.h".
24717
24718 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24719
24720         * modules/argp (Files): Add m4/unlocked-io.m4.
24721         (Depends-on): Add extensions.
24722
24723 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24724
24725         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
24726         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
24727         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
24728         Check for program_invocation_name, program_invocation_short_name,
24729         flockfile, funlockfile, features.h, _getopt_long_only_r.
24730
24731 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24732
24733         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
24734         its complicated substitute.
24735         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
24736         and program_invocation_name.
24737         (__argp_basename) [!_LIBC]: Remove; the only use was
24738         replaced by its body.
24739         (__argp_short_program_name): Change condition from
24740         !defined __argp_short_program_name to
24741         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
24742         to match argp-namefrob.h.
24743         (__argp_failure): Don't assume strerror_r returns char *.
24744         * lib/argp-parse.c (N_): Define unconditionally.
24745         (argp_default_options): Fill out initializers with 0 to avoid
24746         gcc warnings.
24747
24748 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24749
24750         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
24751         getopt1.c.
24752
24753 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24754
24755         Merge from coreutils.
24756
24757         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
24758
24759         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
24760         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
24761
24762 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24763
24764         Merge from coreutils.
24765
24766         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
24767         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
24768         for Reliant Unix 5.43.
24769
24770         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
24771         (union fooround): Use uintmax_t, not long int.
24772         The rest is a merge from libc:
24773         [defined _LIBC]: Include <shlib-compat.h>.
24774         (_obstack) [defined _LIBC]: Remove after 2.3.4.
24775
24776         * lib/settime.c (settime): Recode to avoid warning with
24777         Sun Forte C 6U2.
24778
24779         * lib/strverscmp.c: Convert to UTF-8.
24780
24781 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24782
24783         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
24784         m4/uintmax_t.m4.
24785
24786 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24787
24788         * modules/xalloc-die: New file.
24789         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
24790
24791         * modules/md5 (Files): Add m4/uint32_t.m4.
24792         * modules/sha1: Renamed from modules/sha.
24793         (Files):
24794         Rename lib/sha.h to lib/sha1.h.
24795         Rename lib/sha.c to lib/sha1.c.
24796         Rename m4/sha.m4 to m4/sha1.m4.
24797         (lib_SOURCES): Likewise.
24798         (configure.ac): Rename gl_SHA to gl_SHA1.
24799         (Include): sha.h -> sha1.h.
24800
24801 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24802
24803         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
24804         * m4/sha1.m4: Renamed from sha.m4.
24805         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
24806
24807 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24808
24809         * lib/obstack.h (obstack_empty_p):
24810         Don't assume that chunk->contents is suitably aligned.
24811         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
24812         Likewise. Problem reported by Benno in
24813         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
24814
24815         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
24816         readable.  This could be improved further but it'd take some work.
24817
24818 2004-08-08  Simon Josefsson  <jas@extundo.com>
24819
24820         * modules/xgethostname (Depends-on): Remove exit and error (not
24821         used).
24822
24823         * modules/getpass-gnu: Add getpass.h.
24824         (Depends-on): Add stdbool.
24825         * modules/getpass: Add getpass.h.
24826
24827 2004-08-08  Simon Josefsson  <jas@extundo.com>
24828
24829         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
24830         Check getpass declaration.
24831
24832 2004-08-08  Simon Josefsson  <jas@extundo.com>
24833
24834         * lib/xgethostname.c: Don't include error.h (not used).
24835
24836         * lib/getpass.h: Add.
24837         * lib/getpass.c: Include getpass.h first.
24838
24839 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
24840
24841         * lib/xalloc-die.c: New file.
24842         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
24843         All uses removed.
24844         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
24845         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
24846         xalloc-die.c.
24847         (_, N_, xalloc_die): Move to xalloc-die.c.
24848         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
24849         so that we needn't mess with xalloc_msg_memory_exhausted.
24850
24851         * lib/sha1.h: Renamed from sha.h.
24852         (SHA1_H): Renamed from _SHA_H.
24853         (sha1_ctx): Renamed from sha_ctx.
24854         (sha1_init_ctx): Renamed from sha_init_ctx.
24855         (sha1_process_block): Renamed from sha_process_block.
24856         (sha1_process_bytes): Renamed from sha_process_bytes.
24857         (sha1_finish_ctx): Renamed from sha_finish_ctx.
24858         (sha1_read_ctx): Renamed from sha_read_ctx.
24859         (sha1_stream): Renamed from sha_stream.
24860         (sha1_buffer): Renamed from sha_buffer.
24861         * lib/sha1.c: Likewise; renamed from sha.c.
24862         Do not include <sys/types.h>.
24863         Include <stddef.h> rather than <stdlib.h>.
24864
24865 2004-08-08  Bruno Haible  <bruno@clisp.org>
24866
24867         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
24868         FILESYSTEM_PREFIX_LEN.
24869         * lib/progreloc.c: Likewise.
24870         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
24871
24872 2004-08-06  Simon Josefsson  <jas@extundo.com>
24873
24874         * modules/progname (Depends-on): Don't depend on stdbool.
24875
24876 2004-08-06  Simon Josefsson  <jas@extundo.com>
24877
24878         * modules/getsubopt: New file.
24879         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24880         getsubopt.
24881
24882 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
24883
24884         More merge from coreutils.
24885
24886         * m4/utimens.m4, m4/utimecmp.m4: New files.
24887         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
24888         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
24889         prereq.m4, sha.m4: Import changes from coreutils.
24890
24891 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
24892
24893         More merge from coreutils.
24894         * modules/raise, modules/readtokens0, modules/utimens:
24895         * modules/utimecmp, module/xnanosleep: New files.
24896         * modules/strftime: Add lib/strftime.h.
24897         Change include from <time.h> to "strftime.h".
24898         * modules/yesno: Add lib/yesno.h.
24899         * modules/backupfile: Remove lib/addext.c.
24900         * modules/euidaccess: Add stat-macros.h.
24901         * modules/canonicalize, modules/euidaccess,
24902         modules/filemode, modules/lchown, modules/makepath,
24903         modules/rmdir, modules/stat: Likewise.
24904
24905 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
24906
24907         Merge from tar.
24908         * lib/argp-help.c (make_hol, hol_append): Don't assume that
24909         SIZE_MAX is a valid preprocessor constant.
24910         (__argp_basename): Change from "#ifndef _LIBC"
24911         to "#ifndef __argp_short_program_name", so that
24912         we don't compile these functions for tar.
24913
24914         More merges from coreutils.
24915         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
24916         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
24917         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
24918         * lib/addext.c: Remove; no longer needed.
24919         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
24920         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
24921         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
24922         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
24923         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
24924         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
24925         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
24926         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
24927         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
24928         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
24929         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
24930         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
24931         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
24932         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
24933         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
24934         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
24935         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
24936         Import changes from coreutils.
24937
24938 2004-08-05  Simon Josefsson  <jas@extundo.com>
24939
24940         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
24941
24942 2004-08-05  Simon Josefsson  <jas@extundo.com>
24943
24944         * m4/getsubopt.m4: New file.
24945
24946 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
24947
24948         Merge from coreutils.
24949
24950         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
24951         * m4/getcwd-path-max.m4: New files.
24952
24953         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
24954         FILESYSTEM_PREFIX_LEN ->
24955         FILE_SYSTEM_PREFIX_LEN.
24956         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
24957         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
24958         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
24959         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
24960
24961         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
24962         prerequisite modules now handle the DOS stuff.
24963         Don't check for unistd.h.
24964
24965 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
24966
24967         Merge from coreutils.
24968
24969         * lib/.gdb-history: Remove; this doesn't belong here.
24970
24971         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
24972         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
24973         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
24974         * lib/getcwd.c: New files.
24975
24976         * lib/dirname.h: Include <stdbool.h>.
24977         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
24978         for consistency with POSIX terminology.  All uses changed.
24979         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
24980         (strip_trailing_slashes): Use bool for booleans.
24981         * lib/stripslash.c (strip_trailing_slashes): Likewise.
24982
24983         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
24984         sometimes returns a positive errno value even when it succeeds.
24985         (print_errno_message) [!LIBC]: Fall back on strerror if
24986         __strerror_r fails.
24987
24988         * lib/path-concat.c (mempcpy): Don't define if a system header defines
24989         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
24990         (longest_relative_suffix): New function.
24991         (path_concat): Use it.  Assume first argument is not NULL.
24992         Port to DOS.  Omit redundant separators.
24993         Report an error instead of returning NULL.
24994         Use mempcpy instead of memcpy.
24995         (xpath_concat): Remove: not declared or used.
24996
24997         * lib/same.h: Include <stdbool.h>
24998         (same_name): Return bool, not int.
24999         * lib/same.c (same_name): Likewise.
25000         (errno): Don't declare; we assume C89 or better now.
25001
25002         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
25003         if not already defined.
25004
25005         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
25006         * lib/dup-safer.c (errno): Likewise.
25007
25008 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
25009
25010         Merge from coreutils.
25011         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
25012         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
25013         * modules/path-concat: Don't depend on strdup.
25014
25015 2004-08-03  Simon Josefsson  <jas@extundo.com>
25016
25017         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
25018         * lib/progname.h: Don't include stdbool.h.
25019
25020 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
25021
25022         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
25023         * MODULES.html.sh (func_all_modules): Remove fatal.
25024
25025 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
25026
25027         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
25028
25029 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
25030
25031         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
25032         working.
25033
25034 2004-08-02  Simon Josefsson  <jas@extundo.com>
25035
25036         * lib/getsubopt.h: New file, with comments from Bruno Haible.
25037         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
25038         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
25039
25040 2004-08-01  Simon Josefsson  <jas@extundo.com>
25041
25042         * lib/xgetdomainname.c: Include stdlib.h, for free().
25043
25044 2004-07-19  Bruno Haible  <bruno@clisp.org>
25045
25046         * MODULES.html.sh (func_all_modules): Add dummy.
25047
25048 2004-07-16  Simon Josefsson  <jas@extundo.com>
25049
25050         * modules/dummy: New file.
25051
25052 2004-07-16  Simon Josefsson  <jas@extundo.com>
25053
25054         * lib/dummy.c: New file.
25055
25056 2004-07-16  Bruno Haible  <bruno@clisp.org>
25057
25058         * lib/backupfile.h: Add extern "C" for C++.
25059         * lib/closeout.h: Likewise.
25060         * lib/copy-file.h: Likewise.
25061         * lib/findprog.h: Likewise.
25062         * lib/full-write.h: Likewise.
25063         * lib/pathname.h: Likewise.
25064         * lib/progname.h: Likewise.
25065         * lib/stpcpy.h: Likewise.
25066         * lib/stpncpy.h: Likewise.
25067         * lib/strcase.h: Likewise.
25068         * lib/strstr.h: Likewise.
25069         * lib/xalloc.h: Likewise.
25070
25071         * lib/mbswidth.h: Add extern "C" for C++.
25072         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
25073
25074 2004-07-13  Robert Millan  <robertmh@gnu.org>
25075
25076         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
25077
25078 2004-07-09  Simon Josefsson  <jas@extundo.com>
25079
25080         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
25081         failed without this.)
25082
25083 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
25084
25085         * modules/chown (Files): Add lib/fchown-stub.c, since
25086         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
25087
25088 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
25089
25090         * lib/fchown-stub.c: New file.
25091
25092 2004-06-24  Jim Meyering  <jim@meyering.net>
25093
25094         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
25095
25096 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25097
25098         * modules/argz: Omit "#include".
25099
25100         * MODULES.html.sh (func_all_modules): Add calloc, to match
25101         2004-06-01 addition of calloc module.
25102
25103 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25104
25105         * m4/argz.m4: New file, which is autoupdated from libtool.
25106
25107 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25108
25109         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
25110         libtool.
25111
25112 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25113
25114         * config/srclist-update: Don't insist on "USA." before the
25115         close-comment, as libtool omits the period and puts the */ on a
25116         separate line.
25117         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
25118         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
25119
25120 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
25121
25122         * modules/argz: New file.
25123         * MODULES.html.sh (func_all_modules): Add argz.
25124
25125 2004-06-12  Jim Meyering  <jim@meyering.net>
25126         and  Paul Eggert  <eggert@cs.ucla.edu>
25127
25128         * modules/hash (Files): Add lib/xalloc.h.
25129         * modules/pipe (Depends-on): Add wait-process.
25130         * modules/stat (Depends-on): Add xalloc.
25131         * modules/userspec (Files): Add lib/userspec.h.
25132         * modules/xstrto
25133
25134         Upgrade from gettext-0.13.
25135         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
25136         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
25137         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
25138
25139 2004-06-10  Jim Meyering  <jim@meyering.net>
25140
25141         * lib/calloc.c: New file.
25142
25143 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
25144
25145         * lib/getdate.y (yylex): Allow space between sign and number.
25146         Problem reported by Dan Jacobson.
25147
25148 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
25149
25150         Merge from coreutils CVS.
25151
25152         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
25153         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
25154         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
25155         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
25156         xstrtol.m4: Fix copyright date and/or serial number.
25157
25158         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
25159         See if we need an fchown replacement.
25160         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
25161         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
25162         and use the replacement function if we detect either defect.
25163
25164         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
25165         gl_UTIMECMP.
25166
25167 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
25168         and  Jim Meyering  <jim@meyering.net>
25169
25170         Merge from coreutils CVS.
25171
25172         * lib/stat-macros.h: New file, with contents from file-type.h
25173         and coreutils' system.h.
25174         * lib/file-type.c: Include "stat-macros.h".
25175         * lib/file-type.h (file_type): Move all macro definitions to new file,
25176         stat-macros.h.
25177
25178         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
25179         Wrap old code with this conditional.
25180         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
25181         function that does not dereference symlinks.
25182         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
25183
25184         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
25185         dependency problems.
25186         (xreadlink): Accept new arg SIZE, for efficiency.
25187         All decls and uses changed.
25188         * lib/xreadlink.h: Include <stddef.h>, for size_t.
25189
25190         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
25191         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
25192
25193         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
25194         sysexits.h.
25195
25196 2004-06-01  Jim Meyering  <jim@meyering.net>
25197
25198         * m4/calloc.m4: New file.
25199
25200 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
25201
25202         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
25203         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
25204         Also, fix a typo in a diagnostic.
25205
25206 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
25207
25208         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
25209         or AC_FUNC_REALLOC.
25210
25211 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
25212
25213         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
25214         macros to be defined.
25215         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
25216         the allocator returns NULL because the requested size is zero.
25217
25218 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
25219
25220         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
25221         var.  Add comment explaining why libc still defines it.  This
25222         merges the following patch from glibc:
25223         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
25224
25225 2004-05-20  Andreas Schwab  <schwab@suse.de>
25226
25227         * m4/free.m4: Replace free if it not known to work, not the other
25228         way round.
25229
25230 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
25231
25232         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
25233         present in glibc since revision 1.1 of this file.
25234         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
25235         obstack_alignment_mask, obstack_alloc, obstack_base,
25236         obstack_blank, obstack_blank_fast, obstack_chunk_size,
25237         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
25238         obstack_grow0, obstack_init, obstack_int_grow,
25239         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
25240         obstack_next_free, obstack_object_size, obstack_ptr_grow,
25241         obstack_ptr_grow_fast, obstack_room): Remove declarations of
25242         nonexistent functions.
25243
25244 2004-05-18  Karl Berry  <karl@gnu.org>
25245
25246         * config/srclist.txt: break link for vasnprintf.c.
25247
25248 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
25249
25250         Port obstack to the AS/400, where pointers are 16 bytes wide and
25251         you cannot cast an integer to a valid pointer.  This patch is
25252         currently waiting to be integrated into glibc; see
25253         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
25254
25255         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
25256         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
25257         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
25258         (struct obstack): temp member is now a union of a pointer and
25259         an integer, instead of an integer.  All integer uses changed.
25260         This does not affect the physical layout of struct obstack,
25261         except on hosts (like the AS/400) where the size or alignment of
25262         void * is greater than that of ptrdiff_t.
25263         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
25264         __STDC__)]: Store temporary in pointer member of union, not
25265         integer member.
25266         * lib/obstack.c: Include <stddef.h>, for offsetof.
25267         (struct fooalign): Remove; it doesn't need a name.
25268         (union fooround): Change double to long double, and add void *.
25269         (DEFAULT_ALIGNMENT): Use offsetof to compute.
25270         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
25271         not a macro.  Hence the values are always int; so remove all
25272         casts-to-int in uses.
25273
25274 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
25275
25276         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
25277         we can get this patch merged into glibc.
25278
25279 2004-05-17  Derek R. Price  <derek@ximbiot.com>
25280             Paul Eggert  <eggert@cs.ucla.edu>
25281
25282         * m4/argp: Depend on alloca.
25283
25284 2004-05-17  Derek R. Price  <derek@ximbiot.com>
25285             Paul Eggert  <eggert@cs.ucla.edu>
25286
25287         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
25288         freecoding.
25289
25290 2004-05-17  Bruno Haible  <bruno@clisp.org>
25291
25292         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
25293         precision that consists of a '.' followed by an empty digit string.
25294         Patch by Tor Lillqvist <tml@iki.fi>.
25295
25296 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
25297
25298         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
25299         for backward compatibility with older code.  We need our own
25300         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
25301         it under some other name, and our alloca.h will define it.
25302
25303 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
25304             Derek Price  <derek@ximbiot.com>
25305
25306         * lib/alloca.c: Include <alloca.h>, to get our interface.
25307         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
25308         include <alloca.h> first.  Use C89 prototype for alloca; this
25309         requires including <stddef.h> for size_t.  Use extern "C" if C++.
25310         Use #elif for simplicity, since we can assume C89 now.
25311         Don't try to source the system alloca.h since it will not be found
25312         and to prevent recursively including its replacement.
25313         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
25314         * lib/regex.c: Likewise.
25315
25316 2004-05-16  Derek Price  <derek@ximbiot.com>
25317             Paul Eggert  <eggert@cs.ucla.edu>
25318
25319         getline cleanup.  This changes the getndelim2 API: both order of
25320         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
25321         no delimiter).
25322
25323         * lib/getline.c: Don't include stddef.h or stdio.h, since our
25324         interface does that.
25325         (getline): Always use getdelim, so that we don't have two
25326         copies of this code.
25327         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
25328         if available.
25329         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
25330         (GETNDELIM2_MAXIMUM): New macro.
25331         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
25332         instead of the old practice of delim2==0.  All callers changed.
25333         Return -1 on overflow, instead of returning junk.
25334         Do not set *linesize unless allocation succeeds.
25335         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
25336         that we include sys/types.h.
25337         * lib/getnline.h: Likewise.
25338         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
25339         (getndelim2): Reorder arguments.
25340         * lib/getnline.c (getnline, getndelim):
25341         Don't discard the NMAX argument.
25342         (getnline): Invoke getndelim, to avoid code duplication.
25343         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
25344         of (size_t) -1 by callers of the getnline family.
25345
25346 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
25347
25348         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
25349         Check for gettimeofday.
25350         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
25351         Check for settimeofday, stime.
25352
25353 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
25354
25355         * lib/nanosleep.c (suspended): Change its type from int to
25356         sig_atomic_t volatile.
25357         (first_call): Make it private to rpl_nanosleep, and have it
25358         be zero initially as that's a bit faster.
25359         (my_usleep): Round up fractional times instead of truncating them,
25360         as this is the usual meaning for 'sleep'.
25361
25362         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
25363         doesn't work.
25364         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
25365         (ENOSYS): Define if not defined.
25366         (settime): Fall back on stime if it exists and settimeofday fails.
25367         But don't bother with fallbacks if a method fails with errno == EPERM.
25368
25369 2004-05-11  Jim Meyering  <jim@meyering.net>
25370
25371         Prior to this change, the save_cwd caller required read access to the
25372         current directory on most systems (ones with the fchdir function).
25373
25374         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
25375         fails, try write-only, and finally, resort to using xgetcwd.
25376
25377 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
25378
25379         * lib/obstack.c, obstack.h: Import changes from libc.
25380
25381 2004-04-28  Bruno Haible  <bruno@clisp.org>
25382
25383         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
25384         also implicitly appends .exe to executables.
25385         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
25386         accepts Windows pathnames.
25387         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
25388         Treat Cygwin like Windows, since it now accepts Windows pathnames.
25389         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
25390         Treat Cygwin like Windows, since it now accepts Windows pathnames.
25391         Reported by Derek Robert Price <derek@ximbiot.com>.
25392
25393 2004-04-21  Karl Berry  <karl@gnu.org>
25394
25395         * config/srclist.txt (localcharset.c): break sync.
25396
25397 2004-04-20  Paul Eggert  <eggert@twinsun.com>
25398
25399         * m4/host-os.m4: Add a copyright notice.
25400
25401 2004-04-20  Jim Meyering  <jim@meyering.net>
25402
25403         Change UTILS_ to gl_ in AC_DEFINE'd names.
25404         Change utils_- and jm_-prefixed variables, too.
25405         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
25406         UTILS_FUNC_MKDIR_TRAILING_SLASH.
25407         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
25408
25409         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
25410         Don't emit trailing blanks.
25411         Also rename jm_-prefixed variables to have gl_ prefix.
25412
25413         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
25414         Also rename jm_-prefixed variables to have gl_ prefix.
25415
25416         * m4/jm-macros.m4: Reflect the renamings.
25417         * m4/prereq.m4: Likewise.
25418
25419 2004-04-20  Jim Meyering  <jim@meyering.net>
25420
25421         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
25422         memory.
25423
25424 2004-04-20  Jim Meyering  <jim@meyering.net>
25425             Bruno Haible  <bruno@clisp.org>
25426
25427         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
25428         memory when realloc fails.
25429
25430 2004-04-19  Jim Meyering  <jim@meyering.net>
25431
25432         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
25433         now that readutmp.c may call `free (0)'.
25434
25435 2004-04-19  Bruno Haible  <bruno@clisp.org>
25436
25437         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
25438         * m4/inttypes_h.m4: Likewise.
25439         * m4/stdint_h.m4: Likewise.
25440         * m4/intmax_t.m4: Likewise.
25441         * m4/uintmax_t.m4: Likewise.
25442
25443 2004-04-18  Jim Meyering  <jim@meyering.net>
25444
25445         * m4/prereq.m4: Don't forbid jm_ prefix.
25446
25447         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
25448         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
25449         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
25450         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
25451         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
25452         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
25453         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
25454         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
25455         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
25456         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
25457         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
25458         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
25459         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
25460         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
25461         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
25462         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
25463         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
25464         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
25465         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
25466
25467 2004-04-18  Jim Meyering  <jim@meyering.net>
25468
25469         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
25470         failure, don't leak memory and do call END_UTMP_ENT.
25471
25472 2004-04-16  Jim Meyering  <jim@meyering.net>
25473
25474         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
25475         coreutils' stat program.
25476         (gl_PREREQ): Don't require jm_PREREQ_STAT.
25477
25478 2004-04-11  Paul Eggert  <eggert@twinsun.com>
25479
25480         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
25481         C89.
25482         (CHAR_BIT): Remove, since we assume C89.
25483         Include <stdint.h> if available, as per current Autoconf CVS advice.
25484
25485 2004-03-31  Jim Meyering  <jim@meyering.net>
25486
25487         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
25488         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
25489         * m4/xalloc.m4: Likewise.
25490
25491 2004-03-30  Paul Eggert  <eggert@twinsun.com>
25492
25493         Merge from coreutils.
25494
25495         * m4/inttostr.m4: New file.
25496         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
25497         Require AM_STDBOOL_H and gl_TIMESPEC instead.
25498         Require gl_CLOCK_TIME.
25499         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
25500
25501 2004-03-30  Paul Eggert  <eggert@twinsun.com>
25502
25503         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
25504         not bool, to be more consistent with Unix conventions.
25505         Suggested by Bruno Haible.
25506
25507         Merge from coreutils.
25508
25509         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
25510         * lib/umaxtostr.c: New files.
25511
25512         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
25513         the usual <time.h> dance.
25514         (get_date): Change signature to support fractional time stamps.
25515         All callers changed.
25516         * lib/getdate.y: Include "getdate.h" first, as we can now
25517         assume C89 and don't need to worry about 'const'.
25518         Similarly, include "unlocked-io.h" near start, not in middle.
25519         Include <limits.h>.
25520         (textint.value): Use long int rather than int.
25521         (textint.digits): Use size_t rather than int.
25522         (BILLION, LOG10_BILLION): New constants.
25523         (parser_control): New member rel_ns.  Members day_ordinal,
25524         time_zone, month, day, hour, minutes, rel_year, rel_month,
25525         rel_day, rel_hour, rel_minutes, rel_seconds
25526         are now long int, not int.  Member seconds is now struct timespec,
25527         not int.  New member timespec_seen.  Members dates_seen, days_seen,
25528         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
25529         not int.
25530         (%union.intval): Now long int, not int.
25531         New member timespec.
25532         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
25533         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
25534         (spec): Now is a timespec or an item list.
25535         (timespec, items): New nonterminals.
25536         (time, rel, relunit, number, get_date):
25537         Add support for fractional seconds.
25538         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
25539         (gmtime, localtime, mktime): Remove decls; not needed with C89.
25540         (to_hour): First arg is now long int, not int.
25541         (to_year): Returns long int, not int.
25542         Don't treat year -70 like 70.
25543         (tm_diff): Returns long int, not int.
25544         (lookup_word): Use bool instead of int when appropriate.
25545         (yylex): Use size_t for count, not int.
25546         Detect overflow when parsing large integer constants.
25547         Add support for fractions.
25548         (get_date): Make pointers 'const' if possible.
25549         Use more-portable code to detect integer overflow.
25550         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
25551         Don't use ctime; it's not reliable if the year has >4 digits.
25552
25553         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
25554         This is for compatibility with BSD.
25555
25556         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
25557         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
25558         From coreutils' system.h.
25559
25560         * lib/userspec.c: Don't include "posixver.h".
25561         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
25562         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
25563         compatible extension.  Simplify code by removing a boolean int
25564         that was always nonzero if a string was nonnull.
25565
25566 2004-03-30  Jim Meyering  <jim@meyering.net>
25567
25568         Merge from coreutils.
25569
25570         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
25571         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
25572         on some systems one must include <grp.h> before it.
25573         Reported by Christian Krackowizer.
25574
25575 2004-03-30  Jim Meyering  <jim@meyering.net>
25576
25577         Merge from coreutils.
25578
25579         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
25580
25581         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
25582         an empty input stream.
25583
25584         * lib/readtokens.c: Include <stdbool.h>.
25585         (readtoken): Use `size_t' rather than int/long.
25586         All callers adjusted.
25587         Use `bool' rather than `int' where appropriate.
25588         Use memset rather than an explicit loop.
25589         Use x2nrealloc rather than xrealloc.
25590         Allow the use of `\0' as a delimiter.
25591         (readtokens): Likewise.
25592         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
25593
25594 2004-03-30  Jim Meyering  <jim@meyering.net>
25595
25596         * m4/realloc.m4: Remove file, since now it does no more than
25597         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
25598         the `configure.ac' section of module/realloc.
25599         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
25600
25601 2004-03-30  Bruno Haible  <bruno@clisp.org>
25602
25603         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
25604         nonnull.
25605
25606 2004-03-29  Paul Eggert  <eggert@twinsun.com>
25607
25608         Merge changes to getloadavg.c from coreutils and Emacs.
25609
25610         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
25611         Define to an expression, not to the empty string.
25612         Include cloexec.h and xalloc.h.
25613         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
25614         Use set_cloexec_flag rather than rolling our own.
25615         * lib/cloexec.c, lib/cloexec.h: New files.
25616
25617 2004-03-29  Paul Eggert  <eggert@twinsun.com>
25618
25619         * m4/cloexec.m4: New file.
25620
25621 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25622
25623         * lib/getopt.h: Sync with libc CVS.
25624
25625 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25626             Bruno Haible  <bruno@clisp.org>
25627
25628         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
25629         mbswidth.
25630
25631 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25632             Bruno Haible  <bruno@clisp.org>
25633
25634         * lib/mbswidth.h: Include <wchar.h> only if
25635         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
25636         <wchar.h>.
25637         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
25638
25639 2004-03-09  Paul Eggert  <eggert@twinsun.com>
25640
25641         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
25642         Sync with libc CVS.
25643         * lib/getopt_int.h: New file, also synced from libc.
25644
25645 2004-03-09  Paul Eggert  <eggert@twinsun.com>
25646
25647         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
25648         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
25649         Bring back getopt.c, getopt.h, getopt1.c.
25650
25651 2004-03-07  Paul Eggert  <eggert@twinsun.com>
25652
25653         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
25654         All uses changed.  Check for sa_sigaction member; this fixes
25655         a bug first reported by Jason Andrade in
25656         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
25657
25658 2004-03-07  Paul Eggert  <eggert@twinsun.com>
25659
25660         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
25661         '#if' expressions.  Unlike the code it replaces, it does not
25662         depend on (defined _SC_PAGESIZE).  However, it does depend on
25663         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
25664         first reported by Jason Andrade in
25665         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
25666
25667 2004-02-25  Simon Josefsson  <jas@extundo.com>
25668
25669         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
25670
25671 2004-02-25  Simon Josefsson  <jas@extundo.com>
25672
25673         * lib/strdup.h: New file.
25674         * lib/strdup.c: Include it.
25675         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
25676         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
25677
25678 2004-02-23  Karl Berry  <karl@gnu.org>
25679
25680         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
25681         (from fencepost.gnu.org:/gd/gnuorg).
25682
25683 2004-02-23  Karl Berry  <karl@gnu.org>
25684
25685         * config/srclistvars.sh (GNUORG) [karl]: redefine.
25686         * config/srclist.txt: add maintain/standards documents.
25687
25688 2004-02-18  Bruno Haible  <bruno@clisp.org>
25689
25690         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
25691         Reported by Derek Robert Price <derek@ximbiot.com>.
25692
25693 2004-02-16  Karl Berry  <karl@gnu.org>
25694
25695         * config/mkinstalldirs, install-sh: update from automake.
25696
25697 2004-02-06  Karl Berry  <karl@gnu.org>
25698
25699         * m4/po.m4: update from gettext 0.14.1.
25700
25701 2004-02-06  Karl Berry  <karl@gnu.org>
25702
25703         * lib/config.charset: update from gettext 0.14.1.
25704
25705 2004-02-05  Paul Eggert  <eggert@twinsun.com>
25706
25707         Add comments and code, prompted by suggestions from Bruno Haible
25708         for sh-quote.
25709         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
25710         describing the enum quoting_style values.
25711         * lib/quotearg.c (quotearg_alloc): New function.
25712         (quotearg_buffer_restyled): Treat lone { and } as special.
25713         Treat = as special.  Work around bug with older shells
25714         that "see" a '\' that is really the 2nd byte of a multibyte char.
25715         Quote empty string with shell_quoting_style.
25716
25717 2004-02-03  Bruno Haible  <bruno@clisp.org>
25718
25719         * m4/pipe.m4: New file, from GNU gettext.
25720
25721 2004-02-03  Bruno Haible  <bruno@clisp.org>
25722
25723         * lib/pipe.h: New file, from GNU gettext.
25724         * lib/pipe.c: New file, from GNU gettext.
25725
25726 2004-01-27  Bruno Haible  <bruno@clisp.org>
25727
25728         * m4/execute.m4: New file, from GNU gettext.
25729
25730 2004-01-27  Bruno Haible  <bruno@clisp.org>
25731
25732         * lib/execute.h: New file, from GNU gettext.
25733         * lib/execute.c: New file, from GNU gettext.
25734         * lib/w32spawn.h: New file, from GNU gettext.
25735
25736 2004-01-24  Paul Eggert  <eggert@twinsun.com>
25737
25738         Merge from diffutils.
25739
25740         * lib/file-type.c (file_type): Add typed memory objects.
25741         * lib/file-type.h (S_TYPEISTMO): New macro.
25742
25743         * lib/c-stack.h (c_stack_action): Remove argv argument.
25744         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
25745         (die): Don't calculate message unless segv_action returns.
25746         (get_stack_location, min_address_from_argv, max_address_from_argv,
25747         volatile stack_base, volatile_stack_size): Remove.
25748         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
25749         that every segmentation violation is a stack overflow.  (Ouch!)
25750         See Debian bug 136249 (still outstanding) for more info about why
25751         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
25752
25753 2004-01-24  Paul Eggert  <eggert@twinsun.com>
25754
25755         Exit-status fix from coreutils.
25756
25757         Use exit_failure consistently in place of EXIT_FAILURE,
25758         so that program exit statuses are consistent on failure.
25759
25760         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
25761         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
25762         * lib/argmatch.h: Comment fix to match the above.
25763         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
25764         Now a macro referring to exit_failure, instead of a separate
25765         variable.  Include "exitfail.h" to get it.
25766         * lib/xstrtol.h: Include "exitfail.h".
25767         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
25768
25769         * lib/long-options.c (parse_long_options): Use prototype
25770         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
25771         for clarity.
25772
25773 2004-01-21  Jim Meyering  <jim@meyering.net>
25774
25775         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
25776         so as not to conflict with a different-sized __mktime_internal
25777         function in GNU libc.
25778         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
25779         Problem building statically-linked `ls' reported by Michael Brunnbauer.
25780
25781 2004-01-20  Karl Berry  <karl@gnu.org>
25782
25783         * config/config.guess: update from config.
25784
25785         * config/srclistvars.sh: GNUWWWLICENSES for karl.
25786
25787 2004-01-20  Bruno Haible  <bruno@clisp.org>
25788
25789         Safer stack allocation.
25790         * lib/setenv.c: Include allocsa.h.
25791         (alloca): Remove fallback definition.
25792         (freea): Remove macro.
25793         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
25794         instead of freea.
25795
25796 2004-01-20  Bruno Haible  <bruno@clisp.org>
25797
25798         * m4/eealloc.m4: New file, from GNU gettext.
25799
25800 2004-01-20  Bruno Haible  <bruno@clisp.org>
25801
25802         * m4/allocsa.m4: New file, from GNU gettext.
25803
25804 2004-01-20  Bruno Haible  <bruno@clisp.org>
25805
25806         * lib/xallocsa.h: New file, from GNU gettext.
25807         * lib/xallocsa.c: New file, from GNU gettext.
25808
25809 2004-01-20  Bruno Haible  <bruno@clisp.org>
25810
25811         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
25812
25813 2004-01-20  Bruno Haible  <bruno@clisp.org>
25814
25815         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
25816         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
25817         specially.
25818
25819 2004-01-20  Bruno Haible  <bruno@clisp.org>
25820
25821         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
25822         patch.
25823
25824 2004-01-20  Bruno Haible  <bruno@clisp.org>
25825
25826         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
25827
25828 2004-01-20  Bruno Haible  <bruno@clisp.org>
25829
25830         * lib/eealloc.h: New file.
25831
25832 2004-01-20  Bruno Haible  <bruno@clisp.org>
25833
25834         * lib/binary-io.h: Avoid warnings on Cygwin.
25835
25836 2004-01-20  Bruno Haible  <bruno@clisp.org>
25837
25838         * lib/allocsa.h: New file, from GNU gettext.
25839         * lib/allocsa.c: New file, from GNU gettext.
25840
25841 2004-01-18  Karl Berry  <karl@gnu.org>
25842
25843         * doc/gpl.texi, doc/lgpl.texi: new files.
25844
25845 2004-01-18  Karl Berry  <karl@gnu.org>
25846
25847         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
25848         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
25849
25850 2004-01-15  Paul Eggert  <eggert@twinsun.com>
25851
25852         Merge from coreutils.
25853
25854         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
25855         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
25856         (gl_DEFAULT_POSIX2_VERSION): Move
25857         the documentation from 'configure' into 'config.hin',
25858         so that 'configure --help' isn't burdened by it and
25859         we don't have to worry about its formatting there.
25860         Reword the documentation so that it's more succinct
25861         and can be run together into a single paragraph.
25862         * m4/same.m4 (gl_SAME): Check for pathconf.
25863
25864 2004-01-15  Paul Eggert  <eggert@twinsun.com>
25865
25866         Merge from coreutils.
25867
25868         * lib/posixver.c: Include posixver.h.
25869
25870         * lib/same.c: Include <stdbool.h>, <limits.h>.
25871         (_POSIX_NAME_MAX): Define if not defined.
25872         (MIN): New macro.
25873         (same_name): If file names are silently truncated, report
25874         that the file names are the same if they are the same after
25875         the silent truncation.
25876
25877         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
25878         conversion function.
25879         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
25880         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
25881         longer needed.
25882
25883 2004-01-15  Jim Meyering  <jim@meyering.net>
25884
25885         Merge from coreutils.
25886
25887         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
25888         if no library is required.
25889         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
25890         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
25891         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
25892         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
25893         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
25894         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
25895         value, $ac_cv_search_crypt, if it's "none required".
25896         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
25897         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
25898         not gl_FUNC_GETLOADAVG.
25899         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
25900         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
25901
25902 2004-01-15  Jim Meyering  <jim@meyering.net>
25903
25904         Merge from coreutils.
25905
25906         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
25907         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
25908         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
25909
25910         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
25911         optional configure-time default.
25912
25913         * lib/version-etc.c (version_etc_copyright): Update copyright date.
25914
25915         * lib/xreadlink.c (xreadlink): Correct outdated comment.
25916
25917 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
25918
25919         Merge from coreutils.
25920
25921         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
25922         value, $ac_cv_search_nanosleep, if it's "none required".
25923
25924 2004-01-14  Paul Eggert  <eggert@twinsun.com>
25925
25926         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
25927         with like-named macro in fnmatch.c.
25928         (EXT): Use an internal constant instead.
25929
25930         Merge fnmatch patches from glibc.
25931         * lib/fnmatch.c (mbsinit): Remove define.
25932         Add libc_hidden_ver (__fnmatch, fnmatch).
25933         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
25934         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
25935
25936 2004-01-14  Karl Berry  <karl@gnu.org>
25937
25938         * config/install-sh: update from automake.
25939
25940 2004-01-13  Karl Berry  <karl@gnu.org>
25941
25942         * config/install-sh: update from automake.
25943
25944 2004-01-09  Karl Berry  <karl@gnu.org>
25945
25946         * config/install-sh: update from automake.
25947
25948 2004-01-05  Karl Berry  <karl@gnu.org>
25949
25950         * config/config.{sub,guess}: update from config.
25951
25952 2003-12-31  Karl Berry  <karl@gnu.org>
25953
25954         * config/depcomp: update from automake.
25955
25956 2003-12-14  Karl Berry  <karl@gnu.org>
25957
25958         * lib/config.charset: update from gettext-runtime.
25959
25960 2003-12-03  Paul Eggert  <eggert@twinsun.com>
25961
25962         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
25963         Bug reported by Alfred M. Szmidt.
25964
25965 2003-12-03  Bruno Haible  <bruno@clisp.org>
25966
25967         * m4/gettext.m4: Upgrade from gettext-0.13.
25968         * m4/po.m4: Upgrade from gettext-0.13.
25969         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
25970         * m4/intmax.m4: New file, from gettext-0.13.
25971         * m4/printf-posix.m4: New file, from gettext-0.13.
25972
25973 2003-11-29  Karl Berry  <karl@gnu.org>
25974
25975         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
25976
25977 2003-11-25  Paul Eggert  <eggert@twinsun.com>
25978             Bruno Haible  <bruno@clisp.org>
25979
25980         * lib/printf-parse.h: Don't include sys/types.h.
25981         (ARG_NONE): New macro.
25982         (char_directive): Change type of *arg_index fields to size_t.
25983         * lib/printf-parse.c: Don't include sys/types.h.
25984         (SSIZE_MAX): Remove macro.
25985         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
25986         Remove unnecessary overflow check.
25987         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
25988         fields.
25989
25990 2003-11-25  Bruno Haible  <bruno@clisp.org>
25991
25992         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
25993
25994 2003-11-25  Bruno Haible  <bruno@clisp.org>
25995
25996         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
25997         gt_TYPE_SSIZE_T.
25998
25999 2003-11-24  Paul Eggert  <eggert@twinsun.com>
26000
26001         * modules/alloca: Remove dependency on xalloc.
26002
26003 2003-11-24  Paul Eggert  <eggert@twinsun.com>
26004
26005         * lib/alloca.c: Remove dependency on xalloc module.
26006         (xalloc_die): Remove.
26007         (memory_full) [!defined emacs]: New macro.
26008         [!defined emacs]: Don't include xalloc.h.
26009         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
26010         address arithmetic overflows.  Change datatypes a bit to avoid
26011         unnecessary casts.
26012
26013 2003-11-22  Jim Meyering  <jim@meyering.net>
26014
26015         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
26016         s/size/size_t/.
26017
26018 2003-11-21  Karl Berry  <karl@gnu.org>
26019
26020         * config/config.{sub,guess}: update from config.
26021
26022 2003-11-18  Karl Berry  <karl@gnu.org>
26023
26024         * config/config.{sub,guess}: update from config.
26025
26026         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
26027
26028 2003-11-17  Paul Eggert  <eggert@twinsun.com>
26029
26030         * README: Mention that S+T cannot overflow if S is the size of
26031         an existing object and T is sufficiently small.
26032
26033 2003-11-17  Jim Meyering  <jim@meyering.net>
26034
26035         On systems without utime and without a utimes function capable of
26036         dealing with a NULL struct utimbuf* argument, this utime replacement
26037         could -- in unusual circumstances -- leak a file descriptor.
26038         * lib/utime.c: Include <unistd.h> and <errno.h>.
26039         (utime_null): Be sure to close `fd' and to preserve errno.
26040         Reported by Geoff Collyer via Arnold Robbins.
26041
26042 2003-11-17  Bruno Haible  <bruno@clisp.org>
26043
26044         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
26045         (Depends-on): Add xsize.
26046
26047 2003-11-17  Bruno Haible  <bruno@clisp.org>
26048
26049         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
26050
26051 2003-11-17  Bruno Haible  <bruno@clisp.org>
26052
26053         * lib/vasnprintf.c (alloca): Remove fallback definition.
26054         (freea): Remove definition.
26055         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
26056         Reported by Paul Eggert.
26057
26058 2003-11-16  Paul Eggert  <eggert@twinsun.com>
26059             Bruno Haible  <bruno@clisp.org>
26060
26061         Protect against address arithmetic overflow.
26062         * lib/printf-args.h: Include stddef.h.
26063         (arguments): Change type of field 'count' to size_t.
26064         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
26065         'unsigned int' where appropriate.
26066         * lib/printf-parse.h: Include sys/types.h.
26067         (char_directive): Change type of *arg_index fields to ssize_t.
26068         (char_directives): Change type of fields 'count', max_*_length to
26069         size_t.
26070         * lib/printf-parse.c: Include sys/types.h and xsize.h.
26071         (SSIZE_MAX): Define fallback value.
26072         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
26073         instead of 'int' where appropriate. Check a_allocated, d_allocated
26074         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
26075         * lib/vasnprintf.c: Include xsize.h.
26076         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
26077         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
26078         overflow. Avoid wraparound when converting a width or precision from
26079         decimal to binary.
26080
26081 2003-11-16  Bruno Haible  <bruno@clisp.org>
26082
26083         Update from GNU gettext.
26084         * lib/printf-parse.c: Generalize to it can be compiled for wide
26085         strings.
26086         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
26087         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
26088         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
26089         SNPRINTF): New macros.
26090         Don't include <alloca.h> if the file is used inside libintl.
26091         (local_wcslen): New function, for Solaris 2.5.1.
26092         (VASNPRINTF): Use it instead of wcslen.
26093
26094 2003-11-16  Bruno Haible  <bruno@clisp.org>
26095
26096         * lib/xsize.h (xmax): New function.
26097         (xsum, xsum3, xsum4): Declare as "pure" functions.
26098
26099 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26100
26101         * modules/xalloc (Files): Undo latest change, since xalloc.h
26102         no longer needs SIZE_MAX or PTRDIFF_MAX.
26103
26104 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26105
26106         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
26107         gl_PTRDIFF_MAX.
26108
26109 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26110
26111         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
26112         "return", to pacify some unknown compiler.  Problem reported
26113         by Joerg Schilling.
26114
26115 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26116
26117         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
26118         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
26119         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
26120         heuristic is just as accurate as far as we know, and it removes a
26121         dependency on size_max.m4 and ptrdiff_max.m4.
26122
26123 2003-11-11  Bruno Haible  <bruno@clisp.org>
26124
26125         * modules/xsize (Files): Add m4/size_max.m4.
26126         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
26127
26128 2003-11-11  Bruno Haible  <bruno@clisp.org>
26129
26130         * m4/size_max.m4: New file.
26131         * m4/ptrdiff_max.m4: New file.
26132         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
26133         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
26134         (gl_XALLOC): Invoke it.
26135
26136 2003-11-11  Bruno Haible  <bruno@clisp.org>
26137
26138         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
26139         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
26140         defined.
26141
26142 2003-11-10  Paul Eggert  <eggert@twinsun.com>
26143
26144         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
26145         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
26146         rejected some allocations of exactly SIZE_MAX - 2 bytes.
26147         From Bruno Haible.
26148         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
26149         not (size_t) -1, since it's defined here.
26150
26151 2003-11-09  Karl Berry  <karl@gnu.org>
26152
26153         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
26154
26155 2003-11-06  Paul Eggert  <eggert@twinsun.com>
26156
26157         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
26158         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
26159         Reject sizes of exactly SIZE_MAX bytes.
26160         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
26161         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
26162
26163 2003-11-05  Bruno Haible  <bruno@clisp.org>
26164
26165         * lib/xsize.h: Include limits.h, to avoid a possible collision with
26166         SIZE_MAX defined in <limits.h> on Solaris.
26167
26168 2003-11-04  Jim Meyering  <jim@meyering.net>
26169
26170         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
26171         variable names, rather than @VAR@.
26172         * modules/poll: Likewise.
26173
26174 2003-11-04  Bruno Haible  <bruno@clisp.org>
26175
26176         * modules/xsize: New file.
26177         * modules/linebreak: Depend on xsize.
26178         * MODULES.html.sh (func_all_modules): Add xsize.
26179
26180 2003-11-04  Bruno Haible  <bruno@clisp.org>
26181
26182         * m4/xsize.m4: New file.
26183
26184 2003-11-04  Bruno Haible  <bruno@clisp.org>
26185
26186         * lib/xsize.h: New file.
26187         * lib/linebreak.c: Include xsize.h.
26188         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
26189         argument for overflow.
26190         Suggested by Paul Eggert.
26191
26192 2003-11-03  Karl Berry  <karl@gnu.org>
26193
26194         * config/config.{guess,sub}: update from config.
26195
26196 2003-11-03  Jim Meyering  <jim@meyering.net>
26197
26198         * modules/userspec (lib_SOURCES): Add userspec.h.
26199         (Include): Add "userspec.h".
26200         Improve description.
26201
26202 2003-11-03  Jim Meyering  <jim@meyering.net>
26203
26204         * lib/userspec.c: Include "userspec.h".
26205         * lib/userspec.h: New file.
26206
26207 2003-11-03  Bruno Haible  <bruno@clisp.org>
26208
26209         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
26210
26211 2003-11-03  Bruno Haible  <bruno@clisp.org>
26212
26213         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
26214         available, to avoid (extremely rare) race condition.
26215         Suggested by Paul Eggert.
26216
26217 2003-11-02  Karl Berry  <karl@gnu.org>
26218
26219         * config/srclist.txt (vasprintf.c): sync broken, sigh.
26220
26221 2003-10-31  Paul Eggert  <eggert@twinsun.com>
26222
26223         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
26224         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
26225         (read_filesystem_list): Set and use me_type_malloced.
26226         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
26227         whatever the type happens to be), for brevity and consistency.
26228         Check for size calculation overflow on Alphas running OSF/1.
26229
26230 2003-10-31  Jim Meyering  <jim@meyering.net>
26231
26232         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
26233
26234         * lib/linebuffer.c: Include <string.h> for declaration of memset.
26235
26236 2003-10-30  Paul Eggert  <eggert@twinsun.com>
26237             Bruno Haible  <bruno@clisp.org>
26238
26239         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
26240         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
26241
26242 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
26243
26244         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
26245         netbsd*-gnu*.  Suggested by Robert Millan.
26246
26247 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26248
26249         * modules/group-member: Depend on stdbool.
26250
26251 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26252
26253         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
26254
26255 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26256
26257         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
26258         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
26259         after the 'gnu' in these cases.  This fixes some bugs in the
26260         previous change, and is based on suggestions by Robert Millan.
26261
26262 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26263
26264         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
26265         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
26266         no longer needed.
26267         * lib/quotearg.c (quotearg_n_options): Use it.
26268         * lib/group-member.c: Include <stdbool.h>.
26269         (free_group_info): Arg is now const *; don't free arg.
26270         (get_group_info): Now returns bool and accepts struct group_info *,
26271         rather than returning a malloc'ed struct group_info *.
26272         All uses changed.  Check for overflow in internal size calculation.
26273
26274         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
26275         rather than xmalloc/xrealloc.
26276         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
26277         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
26278         conformance bug: the old code used a pointer after freeing the
26279         storage that it addressed.
26280         * lib/hash.c (hash_initialize): Simplify the code by using
26281         xalloc_oversized rather than doing it by hand.
26282         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
26283         the buffer preserved.  Use free and xmalloc instead.
26284         * lib/quotearg.c (quotearg_n_options): Likewise.
26285         Use a simpler test for size overflow.  Don't use xalloc_oversized
26286         because unsigned int might be wider than size_t (!); this suggests
26287         that we should switch from unsigned int to size_t for slot numbers.
26288
26289 2003-10-28  Paul Eggert  <eggert@twinsun.com>
26290
26291         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
26292         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
26293         NetBSD kernels.  Requested by Richard Stallman.
26294
26295 2003-10-27  Paul Eggert  <eggert@twinsun.com>
26296
26297         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
26298         to allocate the returned structure.  Do not allocate a subarray,
26299         as x2nrealloc will do that.
26300         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
26301         instead of xnrealloc.
26302         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
26303
26304 2003-10-27  Bruno Haible  <bruno@clisp.org>
26305
26306         * lib/stdbool_.h: Better support for BeOS.
26307
26308 2003-10-26  Paul Eggert  <eggert@twinsun.com>
26309
26310         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
26311         now uses inline.
26312
26313 2003-10-26  Paul Eggert  <eggert@twinsun.com>
26314
26315         * lib/xalloc.h (xalloc_oversized): New static inline function, for
26316         callers that want to do their own size-overflow checking.  Include
26317         <stdbool.h>, since xalloc_oversized returns bool.
26318         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
26319         to use xalloc_oversized.
26320
26321         Add two functions x2realloc, x2nrealloc, for programs that grow
26322         arrays dynamically by doubling their sizes.
26323         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
26324         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
26325         New functions.
26326
26327         Port to C99 semantics for 'inline' of external functions.
26328         Bug reported by Bruno Haible.
26329         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
26330         with the old contents of xnmalloc.
26331         (xnmalloc, xmalloc): Use it.
26332         (xnrealloc_inline): New static inline function,
26333         with the old contents of xnrealloc.
26334         (xnrealloc, xrealloc): Use it.
26335
26336         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
26337         that.
26338
26339 2003-10-26  Karl Berry  <karl@gnu.org>
26340
26341         * config/srclist.txt (COPYING.DOC): no longer available from
26342         /gd/gnuorg; don't know where the ultimate source is.
26343
26344 2003-10-25  Paul Eggert  <eggert@twinsun.com>
26345
26346         Fix several address-calculation bugs in the hash modules,
26347         plus some minor code cleanup.
26348
26349         * lib/hash.h: Include <stdbool.h>, for bool.
26350         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
26351         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
26352         hash_get_n_entries, hash_get_max_bucket_length,
26353         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
26354         hash_rehash): Use size_t rather than unsigned.
26355         * lib/hash.c (struct hash_table, hash_get_n_buckets,
26356         hash_get_n_buckets_used, hash_get_n_entries,
26357         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
26358         hash_get_entries, hash_do_for_each, hash_string, is_prime,
26359         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
26360         Likewise.
26361         (SIZE_MAX): Define if not defined.
26362         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
26363         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
26364         hash_print):
26365         Use const * when possible.
26366         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
26367         (check_tuning): Fix bug: if tuning parameters were very close to
26368         0 or 1, rounding errors could have caused subscript violations.
26369         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
26370         (hash_initialize): Add 'fail:' label
26371         to free table and return NULL, and use it to simplify code.
26372         Use calloc rather than clearing the storage ourself.
26373         (hash_initialize, hash_rehash): Check for arithmetic overflow in
26374         buffer size calculations.
26375         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
26376         Include <stddef.h>, for size_t.
26377         * lib/hash-pjw.c (hash_pjw): Likewise.
26378         Switch to method described by Bruno Haible.
26379         Include <limits.h>, for CHAR_BIT.
26380         (SIZE_BITS): New macro.
26381
26382 2003-10-23  Paul Eggert  <eggert@twinsun.com>
26383
26384         * m4/getline.m4 (AM_FUNC_GETLINE):
26385         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
26386         hosts.  Problem reported by Derek Robert Price in
26387         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
26388         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
26389         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
26390
26391 2003-10-21  Paul Eggert  <eggert@twinsun.com>
26392
26393         * lib/getndelim2.c (getndelim2): When size calculation overflows,
26394         ceiling the allocation at NMAX bytes rather than silently
26395         discarding input bytes before NMAX is reached.  This makes
26396         a difference only if NMAX exceeds SIZE_MAX / 2.
26397
26398         * lib/obstack.c: Merge from glibc.
26399         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
26400         Add libc_hidden_def (_obstack_newchunk).
26401         (_obstack_free) [! defined _LIBC]: Remove.
26402         [defined _LIBC]: Make a strong alias from obstack_free, rather than
26403         a clone of the function body.
26404         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
26405         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
26406
26407         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
26408         glibc.
26409         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
26410         arg to memcpy.
26411
26412         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
26413         (obstack_ptr_grow_fast, obstack_int_grow_fast):
26414         Don't use lvalue casts, as GCC plans to remove support for them
26415         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
26416         was also present in the non-GCC version, indicating that this
26417         code had always been buggy and had never been widely used.
26418         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
26419         Use the fast variant of each macro, rather than copying the
26420         definiens of the fast variant; that way, we'll be more likely to
26421         catch future bugs in the fast variants.
26422
26423 2003-10-20  Bruno Haible  <bruno@clisp.org>
26424
26425         * modules/wait-process: New file.
26426         * MODULES.html.sh (func_all_modules): Add wait-process.
26427
26428 2003-10-20  Bruno Haible  <bruno@clisp.org>
26429
26430         * m4/wait-process.m4: New file.
26431
26432 2003-10-20  Bruno Haible  <bruno@clisp.org>
26433
26434         * lib/wait-process.h: New file, from GNU gettext.
26435         * lib/wait-process.c: New file, from GNU gettext.
26436
26437 2003-10-19  Jim Meyering  <jim@meyering.net>
26438
26439         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
26440         HPUX 10.20.
26441
26442 2003-10-18  Karl Berry  <karl@gnu.org>
26443
26444         * config/config.guess: update from config.
26445
26446 2003-10-16  Paul Eggert  <eggert@twinsun.com>
26447
26448         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
26449         (getgroups): First arg is int, not size_t.
26450         Don't let 'free' mangle errno.
26451
26452 2003-10-16  Paul Eggert  <eggert@twinsun.com>
26453
26454         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
26455
26456 2003-10-16  Karl Berry  <karl@gnu.org>
26457
26458         * config/config.{guess,sub}: update from config.
26459
26460 2003-10-16  Jim Meyering  <jim@meyering.net>
26461
26462         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
26463         memcpy.
26464
26465 2003-10-15  Paul Eggert  <eggert@twinsun.com>
26466
26467         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
26468         (SIZE_MAX): Remove.
26469         (new_exclude, add_exclude_file): Initial size no longer needs to
26470         be a power of 2.
26471         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
26472         our own address arithmetic overflow checking.
26473
26474         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
26475         (fnmatch): Do not alloca more than 2000 wide characters;
26476         instead, use malloc for large buffers.
26477         Check for address arithmetic overflow, and return -1
26478         with errno set to ENOMEM in that case.
26479         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
26480         (NEW_PATTERN): Do not alloca more than 8000 bytes;
26481         instead, return -1.  Check for address arithmetic overflow.
26482
26483 2003-10-14  Paul Eggert  <eggert@twinsun.com>
26484
26485         Handle invalid suffixes and overflow independently, so that
26486         callers can treat them independently as needed.  Fix some bugs in
26487         suffix handling, e.g., "100k@" was not diagnosed as an invalid
26488         suffix for a human-readable blocksize.  The major caller-visible
26489         change is the addition of a new
26490         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
26491         that both overflow and suffix chars were found.
26492
26493         * lib/human.c (humblock): Don't check separately for invalid suffix
26494         char; that is xstrtoumax's job (now that its bug is fixed).
26495         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
26496         INTMAX_MAX]: New macros.
26497         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
26498         TYPE_MAXIMUM): New macros.
26499         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
26500         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
26501         if overflow occurs, as it's what __strtol does and it's more useful
26502         in practice.
26503         (__xstrtol): If __strtol reports some error other than ERANGE,
26504         reflect it to the caller as LONGINT_INVALID.  If it reports
26505         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
26506         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
26507         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
26508         value.
26509         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
26510         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
26511         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
26512         [defined UINTMAX_MAX]: New macros.
26513
26514 2003-10-14  Bruno Haible  <bruno@clisp.org>
26515
26516         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
26517
26518 2003-10-14  Bruno Haible  <bruno@clisp.org>
26519
26520         * m4/sig_atomic_t: New file, from GNU gettext.
26521         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
26522
26523 2003-10-14  Bruno Haible  <bruno@clisp.org>
26524
26525         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
26526         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
26527         Also use volatile where needed.
26528
26529 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26530
26531         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
26532         Change maintainer from Bruno Haible to 'all'.
26533
26534 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26535
26536         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
26537
26538 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26539
26540         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
26541         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
26542         and define in terms of the other primitives.
26543         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
26544         (SIZE_MAX): Define if not already defined.
26545         (array_size_overflow): New function.
26546         (xalloc_die): Abort instead of exiting if 'error' returns.
26547         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
26548         (xmalloc, xrealloc): Use them.
26549         (xcalloc): Check for address arithmetic overflow.
26550         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
26551         a bit faster than strcpy.
26552
26553 2003-10-10  Simon Josefsson  <jas@extundo.com>
26554
26555         * modules/argp (Depends-on): Add restrict and strcase.
26556
26557 2003-10-10  Simon Josefsson  <jas@extundo.com>
26558
26559         * m4/argp.m4: Add AC_C_INLINE.
26560
26561 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26562
26563         Merge getpass from libc, plus a few fixes.
26564
26565         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
26566         Include <stdbool.h>.
26567         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
26568         __fsetlocking to empty.
26569         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
26570         do include <bits/libc-lock.h>.
26571         Do not include <fcntl.h>; not needed.
26572         [_LIBC]: Include <wchar.h>.
26573         (NOTCANCEL_MODE): New macro.
26574         (flockfile, funlockfile) [_LIBC]: New macros.
26575         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
26576         [!_LIBC]: New macros.
26577         (call_fclose): New function.
26578         (getpass): Use it.  Save tty stream separately; this simplifies the
26579         code and makes it more reliable if stdin happens to equal stdout.
26580         Invoke __fsetlocking on tty.
26581         Handle thread cancellation if needed.
26582         Namespace cleanup (use __tcgetattr, __getline).
26583         Use bool for Booleans.
26584         [USE_IN_LIBIO]: Handle wide streams.
26585         [!_LIBC]: Unconditionally do the fseek, since we don't know what
26586         stream might go where.
26587
26588         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
26589         doesn't have to include <stdio.h> before us.
26590         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
26591         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
26592         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
26593         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
26594         if not declared, so that we can use getpass.c code from libc without
26595         rewriting it.
26596         (flockfile, ftrylockfile, funlockfile): New macros.
26597
26598 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26599
26600         * modules/getpass: Depend on stdbool.
26601
26602 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26603
26604         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
26605
26606 2003-10-07  Karl Berry  <karl@gnu.org>
26607
26608         * config/config.{guess,sub}: update from config.
26609
26610 2003-10-06  Jim Meyering  <jim@meyering.net>
26611             Bruno Haible  <bruno@clisp.org>
26612
26613         This lets translators provide better translations for the
26614         "Written by ..." part of --version output.
26615         * lib/version-etc.h: Include stdarg.h.
26616         (version_etc_copyright): Declare as readonly.
26617         (version_etc): Make this function variadic with a NULL-terminated list
26618         of author name strings.
26619         (version_etc_va): New declaration.
26620         * lib/version-etc.c: Include stdarg.h, stdlib.h.
26621         (version_etc_copyright): Declare as readonly.
26622         (version_etc_va): New function. Provide a different translatable string
26623         for each possible number of authors < 10. Abbreviate when there are 10
26624         authors or more.
26625         (version_etc): Make this function variadic. Call version_etc_va.
26626         Suggestion from Gary V. Vaughan.
26627
26628         * lib/long-options.h (parse_long_options): Change prototype: the
26629         authors string is moved to the end and becomes variadic.
26630         * lib/long-options.c: Include stdarg.h.
26631         (parse_long_options): Make this function variadic, too.
26632         Call version_etc_va, not version_etc.
26633
26634 2003-10-06  Bruno Haible  <bruno@clisp.org>
26635
26636         * modules/version-etc-2: Remove file.
26637         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
26638
26639 2003-10-06  Bruno Haible  <bruno@clisp.org>
26640
26641         * modules/fatal-signal: New file.
26642         * MODULES.html.sh (func_all_modules): Add fatal-signal.
26643
26644 2003-10-06  Bruno Haible  <bruno@clisp.org>
26645
26646         * m4/fatal-signal.m4: New file.
26647         * m4/signalblocking.m4: New file, from GNU gettext.
26648
26649 2003-10-06  Bruno Haible  <bruno@clisp.org>
26650
26651         * lib/version-etc-2.h: Remove file.
26652         * lib/version-etc-2.c: Remove file.
26653
26654 2003-10-06  Bruno Haible  <bruno@clisp.org>
26655
26656         * lib/fatal-signal.h: New file, from GNU gettext.
26657         * lib/fatal-signal.c: New file, from GNU gettext.
26658
26659 2003-10-05  Paul Eggert  <eggert@twinsun.com>
26660
26661         * README: Rework advice for preventing empty .o files.
26662         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
26663         not <sys/types.h>.
26664
26665 2003-10-04  Karl Berry  <karl@gnu.org>
26666
26667         * lib/argp*: update from libc.
26668
26669 2003-10-04  Karl Berry  <karl@gnu.org>
26670
26671         * config/config.{guess,sub}: update from config.
26672
26673 2003-10-02  Bruno Haible  <bruno@clisp.org>
26674
26675         * modules/lchown (Include): Add lchown.h.
26676         * modules/time_r (Include): Use "..." syntax.
26677         * modules/xgetdomainname (Include): Add xgetdomainname.h.
26678
26679 2003-10-01  Simon Josefsson  <jas@extundo.com>
26680
26681         * MODULES.html.sh (func_all_modules): Move gethostname from section
26682         'based on' to section 'lacking' POSIX:2001.
26683
26684 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
26685
26686         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
26687         to output mode on the same stream.
26688
26689 2003-09-29  Paul Eggert  <eggert@twinsun.com>
26690
26691         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
26692         Fix arg typo in previous patch.
26693
26694 2003-09-28  Jim Meyering  <jim@meyering.net>
26695
26696         * lib/error.c: Correct cpp indentation.
26697
26698 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26699
26700         * modules/free: New file.
26701
26702 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26703
26704         * m4/free.m4: New file.
26705
26706 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26707
26708         * lib/minmax.h (MIN, MAX)
26709         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
26710         Omit the special code that used __typeof__, since we worry that
26711         it could be more trouble than it's worth.  See:
26712         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
26713         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
26714
26715         * lib/free.c: New file.
26716
26717 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
26718
26719         Trivial fixes to Makefile.am parts of module listings.
26720         * modules/strstr: Append strstr.h to lib_SOURCES.
26721         * modules/strcase: Likewise, for strcase.h.
26722
26723 2003-09-27  Karl Berry  <karl@gnu.org>
26724
26725         * config/mkinstalldirs: update from automake.
26726
26727 2003-09-26  Paul Eggert  <eggert@twinsun.com>
26728
26729         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
26730         (error_tail): Do not loop, reallocating temporary buffer, since
26731         the output cannot contain more wide characters than the input
26732         contains bytes, the size must be big enough already.  This avoids
26733         one potential size overflow calculation.  Check for size overflow
26734         when calculating temporary buffer size.  Free temporary buffer
26735         when done, if it was allocated with malloc; this plugs a memory
26736         leak.  Remove casts from void * to pointers, that are no longer
26737         needed now that we're assuming C89 or better.
26738
26739         Merge error changes from glibc.
26740
26741         * lib/error.c, error.h: Update copyright notice header to match glibc.
26742         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
26743         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
26744         Disable cancellation while printing error.
26745         * lib/error.h: Prepend __ to parameter names.
26746
26747 2003-09-26  Jim Meyering  <jim@meyering.net>
26748
26749         * lib/error.c (error_tail): Move some declarations
26750         into inner scope where the local variables are used.
26751
26752 2003-09-26  Bruno Haible  <bruno@clisp.org>
26753
26754         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
26755         stpncpy().
26756         Don't define stpncpy through config.h; it's now done through stpncpy.h.
26757
26758 2003-09-26  Bruno Haible  <bruno@clisp.org>
26759
26760         * lib/stpncpy.h (gnu_stpncpy): New declaration.
26761         (stpncpy): Define as alias for gnu_stpncpy.
26762         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
26763
26764 2003-09-25  Simon Josefsson  <jas@extundo.com>
26765
26766         * lib/xgetdomainname.h: New file.
26767         * lib/xgetdomainname.c: New file.
26768
26769 2003-09-25  Simon Josefsson  <jas@extundo.com>
26770             Bruno Haible  <bruno@clisp.org>
26771
26772         * modules/getdomainname: New file.
26773         * modules/xgetdomainname: New file.
26774         * MODULES.html.sh (func_all_modules): Add getdomainname,
26775         xgetdomainname.
26776
26777 2003-09-25  Simon Josefsson  <jas@extundo.com>
26778             Bruno Haible  <bruno@clisp.org>
26779
26780         * m4/getdomainname.m4: New file.
26781
26782 2003-09-25  Simon Josefsson  <jas@extundo.com>
26783             Bruno Haible  <bruno@clisp.org>
26784
26785         * lib/getdomainname.h: New file.
26786         * lib/getdomainname.c: New file.
26787
26788 2003-09-25  Karl Berry  <karl@gnu.org>
26789
26790         * lib/argp-fmtstream.c, argp-help.c: update from libc.
26791
26792 2003-09-25  Karl Berry  <karl@gnu.org>
26793
26794         * config/install-sh: update from automake.
26795
26796 2003-09-25  Bruno Haible  <bruno@clisp.org>
26797
26798         * modules/version-etc-2: New file, from modules/version-etc with
26799         modifications.
26800         * MODULES.html.sh (func_all_modules): Add version-etc-2.
26801
26802 2003-09-25  Bruno Haible  <bruno@clisp.org>
26803
26804         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
26805         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
26806
26807 2003-09-24  Simon Josefsson  <jas@extundo.com>
26808
26809         * modules/xgethostname: Add xgethostname.h.
26810
26811 2003-09-24  Paul Eggert  <eggert@twinsun.com>
26812
26813         * lib/linebuffer.c (freebuffer): Don't free the argument, just
26814         the buffer associated with the argument.  Bug reported by
26815         Simon Josefsson.
26816
26817 2003-09-24  Paul Eggert  <eggert@twinsun.com>
26818
26819         * README: Document assumptions that 'int' is at least 32 bits
26820         wide, that integer arithmetic is 2's complement without overflow,
26821         that there are no holes in integer values, that adding sizes of
26822         two nonoverlapping objects can't overflow, and that all-bits-zero
26823         yields scalar zero.  Fix spelling and capitalization typos.
26824
26825 2003-09-19  Karl Berry  <karl@gnu.org>
26826
26827         * lib/argp.h: update from libc.
26828
26829 2003-09-17  Paul Eggert  <eggert@twinsun.com>
26830
26831         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
26832         to avoid spurious warnings like "AC_RUN_IFELSE was called before
26833         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
26834
26835 2003-09-17  Paul Eggert  <eggert@twinsun.com>
26836
26837         * gnulib-tool: Use "test -h", not "test -L", for portability
26838         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
26839         (tags_regexp): Remove, since \| doesn't conform to POSIX.
26840         (sed_extract_prog): Issue s commands one-by-one, rather than
26841         using \| in one s command.
26842
26843 2003-09-16  Paul Eggert  <eggert@twinsun.com>
26844
26845         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
26846         input error, instead of returning NULL the next time we are called
26847         (and therefore losing track of errno).
26848
26849 2003-09-16  Bruno Haible  <bruno@clisp.org>
26850
26851         * gnulib-tool (func_create_testdir): Warn about duplicated
26852         dependencies.
26853
26854 2003-09-15  Paul Eggert  <eggert@twinsun.com>
26855
26856         * modules/argmatch, modules/fatal, modules/obstack,
26857         modules/xalloc, modules/xgethostname: Sort dependencies by
26858         importance, not alphabetically.
26859
26860 2003-09-15  Paul Eggert  <eggert@twinsun.com>
26861
26862         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
26863         fails, so that the caller gets the proper errno.
26864
26865         * lib/readutmp.c (read_utmp): Likewise.
26866         Check for fstat error.  Close stream and free storage
26867         when failing.
26868
26869 2003-09-14  Karl Berry  <karl@gnu.org>
26870
26871         * config/srclist.txt (strdup.c): disable for c89 changes.
26872
26873 2003-09-14  Jim Meyering  <jim@meyering.net>
26874
26875         * lib/getloadavg.c: Correct cpp indentation.
26876         * lib/strdup.c: Likewise.
26877         * lib/vasnprintf.c: Likewise.
26878
26879 2003-09-14  Bruno Haible  <bruno@clisp.org>
26880
26881         * modules/fwriteerror: New file.
26882         * MODULES.html.sh (func_all_modules): Add fwriteerror.
26883
26884 2003-09-14  Bruno Haible  <bruno@clisp.org>
26885
26886         * lib/fwriteerror.h: New file.
26887         * lib/fwriteerror.c: New file.
26888
26889 2003-09-12  Paul Eggert  <eggert@twinsun.com>
26890
26891         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
26892         modules/xgethostname, modules/xalloc: Depend on exit.
26893
26894 2003-09-12  Paul Eggert  <eggert@twinsun.com>
26895
26896         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
26897
26898         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
26899         and AC_MINIX, too, so that their extensions are available.
26900
26901         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
26902         This macro has been superseded by gl_BACKUPFILE.
26903
26904         More patches to assume C89 or better.
26905
26906         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
26907
26908         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
26909         unconditionally.
26910         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
26911         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
26912         Include <string.h>, <stdlib.h> unconditionally.
26913         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
26914         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
26915         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
26916         headers or for string.h.
26917         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
26918         or strtoul.
26919
26920         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
26921         headers.
26922         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
26923         * m4/userspec.m4 (gl_USERSPEC): Likewise.
26924         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
26925         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
26926         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26927         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
26928         memcpy, memset.
26929         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
26930         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
26931         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
26932         strtol.
26933         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
26934         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
26935         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
26936         strtoul.
26937
26938 2003-09-12  Paul Eggert  <eggert@twinsun.com>
26939
26940         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
26941         * lib/obstack.c [!defined _LIBC]: Likewise.
26942         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
26943         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
26944         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
26945
26946         More changes to assume C89 or better.
26947
26948         * lib/error.c (error_tail): Assume vprintf.
26949
26950         * lib/argmatch.c (getenv): Remove decl.
26951         * lib/progreloc.c (get_full_program_name): Define via prototype.
26952         * lib/setenv.c (clearenv): Likewise.
26953         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
26954         needed.
26955         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
26956         (malloc, memcpy): Remove decls.
26957         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
26958         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
26959         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
26960         (memcpy): Remove macro.
26961         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
26962         (__P): Remove.  All uses removed.
26963         (PTR): Remove.  All uses changed to void *.
26964         (CHAR_BIT, NULL): Remove.
26965         (spaces, zeros, memset_space, memset_zero)
26966         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
26967         Remove.
26968         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
26969         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
26970         Define with prototype.
26971         Remove now-unnecessary prototype decl.
26972         (extra_args_spec): Assume ANSI C.  All uses changed.
26973         (extra_args_spec_iso): Remove.
26974         (my_strftime, emacs_strftimeu): Define via prototype.
26975         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
26976         unconditionally.
26977         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
26978         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
26979         (strtoul, strtol): Remove decls.
26980         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
26981         LONG_MAX): Remove.
26982         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
26983         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
26984         (LOCALE_PARAM_PROTO): New macro.
26985         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
26986         (INTERNAL (strtol), strtol): Define with a prototype.
26987         (PARAMS): Remove.  All uses removed.
26988         * lib/tempname.c: Include <string.h> unconditionally.
26989         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
26990         * lib/xgethostname.c (main): Define with a prototype.
26991         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
26992         Include <stdlib.h> unconditionally.
26993         (calloc, malloc, realloc, free): Remove decls.
26994         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
26995         Include <stdlib.h> unconditionally.  Sort include file names.
26996         (strtod): Remove.
26997         (xstrtod): Define with a prototype.
26998         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
26999         (strtol, strtoul): Remove decls.
27000
27001 2003-09-11  Paul Eggert  <eggert@twinsun.com>
27002
27003         More patches to assume C89 or better.
27004         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
27005         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
27006         string.h, memchr, STDC_HEADERS.
27007
27008 2003-09-11  Paul Eggert  <eggert@twinsun.com>
27009
27010         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
27011         Include <stdlib.h>, <string.h> unconditionally.
27012         Remove now-unnecessary cast to char *.
27013         * lib/strnlen.c: Include <string.h> unconditionally.
27014         * lib/yesno.c (yesno): Define with a prototype.
27015
27016 2003-09-11  Bruno Haible  <bruno@clisp.org>
27017
27018         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
27019
27020 2003-09-10  Jim Meyering  <jim@meyering.net>
27021
27022         * lib/error.c: Correct indentation of cpp directives.
27023
27024 2003-09-10  Bruno Haible  <bruno@clisp.org>
27025
27026         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
27027         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
27028         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
27029         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
27030         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
27031         <stdlib.h> and <string.h> checks.
27032         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
27033         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
27034
27035 2003-09-10  Bruno Haible  <bruno@clisp.org>
27036
27037         * lib/strcspn.c: Include <string.h> unconditionally.
27038         * lib/strpbrk.c: Include <string.h> unconditionally.
27039         * lib/strstr.c: Include <string.h> unconditionally.
27040         * lib/unicodeio.c: Include <string.h> unconditionally.
27041         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
27042         * lib/unsetenv.c: Likewise.
27043         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
27044         * lib/yesno.c: Include <stdlib.h> unconditionally.
27045         (rpmatch): Add prototype.
27046
27047 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27048
27049         More patches to assume C89 or better.
27050         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
27051         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
27052         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
27053         or for string.h.
27054         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
27055         stdlib.h.
27056         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
27057         C headers.
27058         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
27059         string.h.
27060         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
27061         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
27062         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
27063         or for string.h.
27064         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
27065         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
27066         C headers.
27067         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
27068         memcpy.
27069         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
27070         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
27071         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
27072         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
27073         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
27074         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
27075         string.h, free.
27076         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
27077         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
27078         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
27079         C headers, or for string.h.
27080         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
27081         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
27082         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
27083         headers, memory.h, stdlib.h, string.h, strings.h.
27084         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
27085         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
27086         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
27087         strchr.
27088         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
27089         headers, memory.h, string.h.
27090         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
27091         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
27092         free.
27093         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
27094         headers.
27095         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
27096         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
27097         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
27098         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
27099         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
27100
27101 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27102
27103         More K&R removal.
27104
27105         * lib/acosl.c (main): Use a prototype.
27106         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
27107         tanl.c: Likewise.
27108
27109         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
27110
27111         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
27112         (getopt, etopt_long, getopt_long_only, _getopt_internal)
27113         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
27114         with a prototype.
27115         * lib/getopt.c (const): Remove macro.
27116         Include <string.h> unconditionally.
27117         (my_index): Remove; all uses changed to strchr.
27118         (strlen): Remove decl.
27119         (exchange): Remove forward decl; no longer needed.
27120         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
27121         Define with prototype.
27122         * lib/getopt1.c (const): Remove macro.
27123         (getopt_long, getopt_long_only, main): Define with prototype.
27124
27125         * lib/getugroups.c: Include <string.h> unconditionally.
27126
27127         * lib/getusershell.c: Include <stdlib.h> unconditionally.
27128         (getusershell, setusershell, endusershell, readname, main):
27129         Define with prototypes.
27130
27131         * lib/group-member.c: Include group-member.h first.
27132         Include <stdlib.h> unconditionally.
27133
27134         * lib/hard-locale.c: Include hard-locale.h first.
27135         Include <stdlib.h>, <string.h> unconditionally.
27136
27137         * lib/hash.c (free, malloc): Remove decls.
27138         Include <stdlib.h> unconditionally.
27139
27140         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
27141         (getenv): Do not declare.
27142
27143         * lib/idcache.c: Include <string.h> unconditionally.
27144
27145         * lib/long-options.c: Include long-options.h first, to test interface.
27146         Include <stdlib.h> unconditionally.
27147
27148         * lib/makepath.c: Include makepath.h first, to test interface.
27149         Include <stdlib.h> and <string.h> unconditionally.
27150
27151         * lib/linebuffer.c: Include <stdlib.h>.
27152         (free): Remove decl.
27153
27154         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
27155         stddef.h. rpl_malloc returns void *, not char *.
27156         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
27157         prototype.
27158
27159         * lib/md5.h: Include <limits.h> unconditionally.
27160         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
27161         (__P): Remove; all uses removed.
27162         * lib/md5.c: Include "md5.h" first.
27163         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
27164         md5_buffer, md5_process_bytes, md5_process_block):
27165         Define with prototypes.
27166         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
27167         * lib/sha.c: Include "sha.h" first.
27168         Include <stdlib.h>, <string.h> unconditionally.
27169
27170         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
27171         * lib/memcmp.c (__ptr_t): Likewise.
27172         * lib/memrchr.c (__ptr_t): Likewise.
27173         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
27174         Include <string.h> unconditionally.
27175         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
27176         * lib/memchr.c: Include <stdlib.h> unconditionally.
27177         * lib/memchr.c (LONG_MAX): Remove.
27178         * lib/memrchr.c (LONG_MAX): Likewise.
27179         * lib/memchr.c (__memchr): Define via a prototype.
27180         * lib/memrchr.c (__memrchr): Likewise.
27181         * lib/memcmp.c (__P): Remove, and remove all uses.
27182         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
27183         Remove forward decls; no longer needed.
27184         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
27185         Use types required by C89 in prototype.
27186
27187         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
27188         * lib/savedir.c: Likewise.
27189         * lib/mkdir.c (free): Remove decl.
27190         * lib/rmdir.c (rmdir): Define with a prototype.
27191         * lib/savedir.c: Include savedir.h first, to test interface.
27192
27193         * lib/mktime.c (STDC_HEADERS): Remove.
27194         Include <stdlib.h>, <string.h> unconditionally.
27195
27196         * lib/modechange.c: Include <stdlib.h> unconditionally.
27197         (malloc): Remove decl.
27198
27199         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
27200         (free): Remove decl.
27201
27202         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
27203         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
27204         (This type really should be intptr_t, but that's a C99ism.)
27205         (_obstack_memcpy): Remove: all uses changed to memcpy.
27206         Include <string.h> unconditionally.
27207         (struct obstack): Assume __STDC__ for types of members
27208         chunkfun, freefun, extra_arg.
27209         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
27210         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
27211         obstack_begin, obstack_specify_allocation,
27212         obstack_specify_allocation_with_arg, obstack_chunkfun,
27213         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
27214         Remove unprototyped decls and the macros that use them.
27215         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
27216         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
27217         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
27218         (defined __STDC__ && __STDC__)]:
27219         Remove nonprototyped code.
27220         Include <stdlib.h> unconditionally.
27221         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
27222         _obstack_allocated_p, _obstack_free, obstack_free,
27223         _obstack_memory_used, print_and_abort):
27224         Define using prototypes.
27225         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
27226         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
27227         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
27228         obstack_next_free, obstack_object_size, obstack_room) [0]:
27229         Remove unused, unprototyped code.
27230
27231         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
27232
27233         * lib/physmem.c (physmem_total, physmem_available, main): Define
27234         with prototypes.
27235
27236         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
27237         (main): Define with a prototype.
27238
27239         * lib/posixver.c (getenv): Remove decl.
27240
27241         * lib/putenv.c (malloc): Returns void *, not char *.
27242         Include <string.h> unconditionally.
27243         (strchr, memcpy, NULL): Do not define.
27244
27245         * lib/readtokens.c: Include readtokens.h first, to test interface.
27246         Include <stdlib.h>, <string.h> unconditionally.
27247         (init_tokenbuffer): Define with a prototype.
27248
27249         * lib/regex.c (PARAMS): Remove.  All uses removed.
27250         All uses of _RE_ARGS removed, too.
27251         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
27252         unconditionally.
27253         (bzero): Assume memset exists.
27254         (memcmp, memcpy, NULL): Remove.
27255         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
27256         char, or assignments to local vars of type signed char.
27257         (init_syntax_once, PREFIX(extract_number_and_incr),
27258         PREFIX(print_partial_compiled_pattern),
27259         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
27260         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
27261         PREFIX(regex_grow_registers), PREFIX(regex_compile),
27262         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
27263         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
27264         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
27265         wcs_compile_range, byte_compile_range, truncate_wchar,
27266         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
27267         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
27268         count_mbs_length, wcs_re_match_2_internal,
27269         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
27270         PREFIX(alt_match_null_string_p),
27271         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
27272         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
27273         regfree, PREFIX(extract_number)): Define with prototype.  Remove
27274         now-unnecessary declaration, if any.
27275         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
27276         regcomp, regexec):
27277         Remove now-unnecessary casts among pointer types.
27278         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
27279
27280         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
27281         (free): Remove decl.
27282
27283         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
27284
27285         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
27286         (free): Remove decl.
27287
27288         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
27289         * lib/xgetcwd.c: Likewise.
27290
27291         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
27292         (free): Remove decl.
27293
27294         * lib/strchrnul.c (strchrnul): Define with a prototype.
27295         Fix bug: c_in was not converted to char before searching.
27296
27297         The following changes are not K&R related:
27298
27299         * lib/group-member.h: Include <sys/types.h>, so that this file is
27300         self-contained.
27301         * lib/makepath.h: Likewise.
27302
27303         * lib/getusershell.c (readname, default_index, line_size, readname):
27304         Use size_t, not int, for sizes.
27305         (readname): If the size overflows, report an error instead of
27306         looping forever.
27307
27308 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27309
27310         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
27311         libc.
27312
27313 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27314
27315         * README: New section: portability guidelines.
27316
27317 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
27318
27319         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
27320         C89 spec.
27321
27322 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
27323
27324         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
27325
27326 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27327
27328         Assume C89 or better; remove K&R cruft.
27329         A few of these changes were first proposed by Derek Robert Price
27330         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
27331
27332         * lib/addext.c: Include <string.h> unconditionally.
27333         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
27334         Don't declare getenv or malloc.
27335
27336         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
27337         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
27338         (NULL): Remove.
27339         (find_stack_direction, alloca): Use prototypes.
27340
27341         * lib/atexit.c (atexit): Define using a prototype.
27342
27343         * lib/basename.c, dirname.c, stripslash.c:
27344         Include <string.h> unconditionally.
27345
27346         * lib/bcopy.c: Include <stddef.h>.
27347         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
27348
27349         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
27350
27351         * lib/error.h (error, error_at_line, error_print_progname)
27352         [! (defined (__STDC__) && __STDC__)]: Remove decls.
27353         * lib/error.c: Include error.h first, to check interface.
27354         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
27355         (VA_START): Remove; all uses changeed to va_start.
27356         (exit, strerror): Remove decls.
27357         (error_print_progname): Prototype uncondionally.
27358         Don't include <errno.h>; no longer needed.
27359         (private_strerror): Remove.
27360         (error_tail): Always define.
27361         (error, error_at_line): Assume C89 or better; always use prototypes.
27362         * lib/fatal.c: Include "fatal.h" first, to test interface.
27363         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
27364         (VA_START): Remove; all uses changed to va_start.
27365         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
27366         this case.
27367         (exit): Remove decl.
27368         (fatal): Prototype unconditionally.  Assume va_start works.
27369         Abort at end, to pacify gcc.
27370
27371         * lib/euidaccess.c (main): Define with a prototype.
27372
27373         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
27374
27375         * lib/exitfail.c: Include <stdlib.h> unconditionally.
27376
27377         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
27378         prototypes.
27379         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
27380         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
27381         (getenv): Remove decl.
27382         (fnmatch): Define using a prototype.
27383         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
27384         (FCT): Define using a prototype.
27385
27386         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
27387
27388         * lib/gethostname.c: Include <stddef.h>.
27389         (gethostname): Define with prototype.  Length is size_t, not int.
27390
27391 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27392
27393         Assume C89 or better; remove K&R cruft.
27394         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
27395         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
27396         string.h, getenv, malloc.
27397         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
27398         headers.
27399         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
27400         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
27401         do not check for strerror.
27402         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
27403         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
27404         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
27405         do not check for doprnt or vprintf.
27406         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
27407         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
27408
27409 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27410
27411         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
27412         getversion.c should have been removed then, but was accidentally
27413         preserved.
27414
27415         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
27416         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
27417
27418 2003-09-08  Karl Berry  <karl@gnu.org>
27419
27420         * config/config.sub, config.guess, srclistvars.sh: update from savannah
27421                 config, forget about prep.
27422
27423         * config/depcomp, missing: update from automake.
27424
27425 2003-09-07  Paul Eggert  <eggert@twinsun.com>
27426
27427         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
27428         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
27429
27430 2003-09-07  Paul Eggert  <eggert@twinsun.com>
27431
27432         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
27433         copy_tm_result.  Bug reported by Simon Josefsson in
27434         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
27435
27436 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27437
27438         * m4/time_r.m4: New file.
27439         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
27440         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
27441         is. Check for timegm declaration.
27442         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
27443         Do not check for gmtime_r.
27444         Replace mktime if __mktime_internal does not exist and if mktime
27445         hasn't been replaced already.
27446
27447 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27448
27449         * lib/time_r.c, lib/time_r.h: New files.
27450
27451         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
27452         __localtime_r.
27453         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
27454         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
27455
27456         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
27457         __gmtime_r.
27458         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
27459         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
27460         Include <time_r.h>.
27461
27462         * lib/timegm.c: Switch to glibc implementation, with the following
27463         changes:
27464         [defined HAVE_CONFIG_H]: Include <config.h>.
27465         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
27466         (__mktime_internal) [!defined _LIBC]: New decl.
27467         (__gmtime_r) [!defined _LIBC]: New macro and function.
27468         (timegm): Use a prototype, since gnulib assumes C89.
27469         Do not bother declaring tmp to be const, as it's not really usefu.
27470         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
27471         (timegm): Declare only if HAVE_DECL_TIMEGM.
27472
27473 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27474
27475         * MODULES.html.sh (func_all_modules): Add time_r.
27476         * modules/time_r: New file.
27477         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
27478         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
27479
27480 2003-09-03  Paul Eggert  <eggert@twinsun.com>
27481
27482         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
27483         Bug reported by Lute Kamstra in
27484         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
27485
27486         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
27487         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
27488         course with correspondingly smaller numbers for tomorrow and
27489         yesterday.  From Tadayoshi Funaba.  Originally installed into
27490         sh-utils on 1999-08-07, but the patch got lost (I guess during the
27491         coreutils merge?).
27492
27493 2003-08-31  Simon Josefsson  <jas@extundo.com>
27494
27495         * modules/timegm: New file.
27496         * MODULES.html.sh (func_all_modules): Add timegm.
27497
27498 2003-08-31  Simon Josefsson  <jas@extundo.com>
27499
27500         * m4/timegm.m4: New file.
27501
27502 2003-08-31  Simon Josefsson  <jas@extundo.com>
27503
27504         * lib/timegm.h: New file.
27505         * lib/timegm.c: New file.  Based on
27506         wget-1.8.2/src/http.c:mktime_from_utc.
27507
27508 2003-08-31  Karl Berry  <karl@gnu.org>
27509
27510         * lib/argp.h: update from libc.
27511
27512 2003-08-28  Bruno Haible  <bruno@clisp.org>
27513
27514         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
27515         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
27516         followed by '#define fnmatch fnmatch_posix' gives an error.
27517
27518 2003-08-28  Bruno Haible  <bruno@clisp.org>
27519
27520         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
27521         warning on QNX, which defines O_BINARY to 000000.
27522
27523 2003-08-27  Jim Meyering  <jim@meyering.net>
27524
27525         * m4/mkstemp.m4: Require that the system mkstemp be able to create
27526         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
27527         would fail after 32.  Reported by Danny Levinson.  Details here:
27528         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
27529
27530 2003-08-24  Bruno Haible  <bruno@clisp.org>
27531
27532         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
27533         MSVC7 <stdio.h> is included later.
27534
27535 2003-08-22  Simon Josefsson  <jas@extundo.com>
27536
27537         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
27538
27539 2003-08-20  Karl Berry  <karl@gnu.org>
27540
27541         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
27542
27543 2003-08-20  Bruno Haible  <bruno@clisp.org>
27544
27545         * modules/progname: New file.
27546         * MODULES.html.sh (func_all_modules): Add progname.
27547
27548 2003-08-20  Bruno Haible  <bruno@clisp.org>
27549
27550         * lib/progname.h: New file, from GNU gettext.
27551         * lib/progname.c: New file, from GNU gettext.
27552         * lib/progreloc.c: New file, from GNU gettext.
27553
27554 2003-08-19  Jim Meyering  <jim@meyering.net>
27555
27556         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
27557         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
27558
27559 2003-08-19  Bruno Haible  <bruno@clisp.org>
27560
27561         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
27562         more.
27563
27564 2003-08-19  Bruno Haible  <bruno@clisp.org>
27565
27566         * lib/xstrdup.c: Assume <string.h> exists.
27567
27568 2003-08-18  Paul Eggert  <eggert@twinsun.com>
27569
27570         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
27571         in makefile rules.
27572
27573 2003-08-18  Jim Meyering  <jim@meyering.net>
27574
27575         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
27576         * m4/lib-ld.m4: Likewise.
27577
27578 2003-08-18  Jim Meyering  <jim@meyering.net>
27579
27580         * lib/setenv.h: Indent nested cpp directive.
27581         * lib/vasnprintf.c: Remove trailing blanks.
27582
27583 2003-08-17  Simon Josefsson  <jas@extundo.com>
27584
27585         * modules/xstrndup: New file.
27586         * MODULES.html.sh (func_all_modules): Add xstrndup.
27587
27588 2003-08-17  Simon Josefsson  <jas@extundo.com>
27589
27590         * modules/argp: Fix autoconf macro name. Add more dependencies.
27591
27592 2003-08-17  Simon Josefsson  <jas@extundo.com>
27593
27594         * m4/xstrndup.m4: New file.
27595
27596 2003-08-17  Simon Josefsson  <jas@extundo.com>
27597
27598         * m4/argp.m4: New file.
27599
27600 2003-08-17  Simon Josefsson  <jas@extundo.com>
27601             Bruno Haible  <bruno@clisp.org>
27602
27603         * lib/xstrndup.h: New file.
27604         * lib/xstrndup.c: New file.
27605
27606 2003-08-17  Bruno Haible  <bruno@clisp.org>
27607
27608         * modules/strndup (Files, Include): Add lib/strndup.h.
27609
27610 2003-08-17  Bruno Haible  <bruno@clisp.org>
27611
27612         * modules/euidaccess (Files): Add lib/euidaccess.h.
27613
27614 2003-08-17  Bruno Haible  <bruno@clisp.org>
27615
27616         * lib/strndup.h: New file.
27617
27618 2003-08-17  Bruno Haible  <bruno@clisp.org>
27619
27620         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
27621         like AC_GNU_SOURCE.
27622         * modules/extensions (configure.ac): Comment out the invocation of
27623         gl_USE_SYSTEM_EXTENSIONS.
27624
27625 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27626
27627         Merges from coreutils, etc.
27628         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
27629         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
27630         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
27631         fixing a typo.
27632         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
27633         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
27634
27635 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27636
27637         Document merge from coreutils.
27638         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
27639         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
27640         * modules/utime: Add m4/utimes-null.m4.
27641
27642 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27643
27644         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
27645         space, undoing this 2003-08-12 change:
27646         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
27647
27648 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27649
27650         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
27651         strtoul.c from libc, undoing this 2003-08-12 change:
27652         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
27653
27654 2003-08-16  Jim Meyering  <jim@meyering.net>
27655
27656         Merges from coreutils.
27657         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
27658         prefix.  Adjust cache variables similarly.  Create 500 rather than
27659         just 300 files, to exercise bug on Darwin6.5, too.
27660         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
27661         $missing_dir.
27662         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
27663         AM_SYS_POSIX_TERMIOS.
27664         Reported by mkc@mathdogs.com.
27665         Also change use of $am_cv_sys_posix_termios
27666         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
27667         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
27668         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
27669         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
27670         in /proc/mounts until it finds one with matching device number.  This
27671         is unnecessary when the FILE argument *is* a mount point.  No stat call
27672         is necessary in that case.  So, disable the statvfs-testing code on
27673         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
27674         as RedHat bug# 84846.
27675         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
27676         to 1MB, so as not to render systems with no stack size limit (e.g.,
27677         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
27678         Include <unistd.h>.  On some systems,
27679         it is required for the definition of _SC_PAGESIZE.
27680
27681 2003-08-16  Jim Meyering  <jim@meyering.net>
27682
27683         Merge from coreutils.
27684         * lib/xstrtoimax.c: #else #if -> #elif.
27685         * lib/xstrtoumax.c: Likewise.
27686
27687 2003-08-16  Jim Meyering  <jim@meyering.net>
27688
27689         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
27690         * m4/utimes.m4: Removed.
27691         * m4/utimes-null.m4: Renamed from utimes.m4.
27692
27693         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
27694         to 1MB, so as not to render systems with no stack size limit (e.g.,
27695         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
27696         Include <unistd.h>.  On some systems,
27697         it is required for the definition of _SC_PAGESIZE.
27698
27699 2003-08-16  Jim Meyering  <jim@meyering.net>
27700         and Paul Eggert  <eggert@cs.ucla.edu>
27701
27702         Merges from coreutils, etc.
27703
27704         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
27705         using the latest version from cvs.  This avoids problems with #line
27706         directives using a vendor (Sun) compiler.
27707         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
27708         Don't set GETGROUPS_LIB here; now it's
27709         done via getgroups.m4's wrapper function.
27710         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
27711         rather than just in sh-util/configure.in, so that the
27712         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
27713         same.
27714         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
27715         AC_FUNC_GETLOADAVG where to find getloadavg.c.
27716         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
27717         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
27718         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
27719         Remove code that is now done by the newly-required macros.
27720         Append $(EXEEXT) to DF_PROG.
27721         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
27722         Do not invoke or require the following here,
27723         since prereq.m4 or some gnulib .m4 now does this for us:
27724         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
27725         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
27726         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
27727         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
27728         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
27729         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
27730         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
27731         AC_FUNC_OBSTACK.
27732         Do not replace the following functions, as this is now the job
27733         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
27734         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
27735         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
27736         atexit getpass, strdup, getpagesize.
27737         Replace 'raise'.
27738         Do not check for the following functions, as this is now the job
27739         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
27740         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
27741         setregid.
27742         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
27743         Check for sys/sysctl.h.
27744         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
27745         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
27746         of checking for ssize_t ourselves.
27747
27748         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
27749         Require every macro that gnulib/modules/* suggests for us.
27750         (jm_PREREQ_ADDEXT): New macro.
27751         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
27752         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
27753
27754         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
27755         (gl_PHYSMEM): Use it.
27756         Also check for `table' function.
27757         Check for new headers and functions.
27758         Add check for sys/sysmp.h.
27759         With suggestions from Kaveh Ghazi.
27760         Ignore headers that are present but cannot be compiled.  This
27761         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
27762         C 5.4.
27763
27764 2003-08-15  Paul Eggert  <eggert@twinsun.com>
27765
27766         Document merge from coreutils.
27767         * modules/userspec: Depend on posixver.
27768         * modules/strftime: Depend on tzset.
27769
27770 2003-08-15  Paul Eggert  <eggert@twinsun.com>
27771
27772         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
27773         rather than tab, after '#' in shell-script copyright notices.
27774         Suggested by Bruno Haible.
27775
27776 2003-08-15  Paul Eggert  <eggert@twinsun.com>
27777
27778         * config/srclist-update: Use three spaces, rather than tab, after '#'
27779         in shell-script copyright notices.  Suggested by Bruno Haible.
27780         Remove unnecessary parenthesization in regular expression.
27781
27782 2003-08-15  Jim Meyering  <jim@meyering.net>
27783
27784         Merge from coreutils.
27785         * lib/xgethostname.c: Include <stdlib.h>.
27786         (xghostname): Don't exit for anything other than memory-related
27787         failure; just return NULL.
27788         * lib/userspec.c: Include "posixver.h".
27789         (parse_user_spec): Accept `.' as a separator only
27790         in pre-POSIX-200112 mode.
27791         * lib/strtoimax.c: Use #elif rather than #else #if.
27792         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
27793         Remove function, now that we can rely on a working tzset function.
27794         [!_LIBC]: Ensure that the required autoconf test has been run.
27795         [!defined _NL_CURRENT && HAVE_STRFTIME]:
27796         Use underlying_strftime for %r.
27797         * lib/sha.c: Merge in some clean-up and optimization changes from
27798         glibc.
27799         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
27800         Ensure that it is a multiple of 64.
27801         Rearrange loop exit tests so as to avoid performing an
27802         additional fread after encountering an error or EOF.
27803         * lib/realloc.c: Update copyright date.
27804
27805 2003-08-15  Jim Meyering  <jim@meyering.net>
27806         and Paul Eggert  <eggert@twinsun.com>
27807
27808         Merge from coreutils.
27809         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
27810         member but strut utmpx does not.  Needed for AIX 4.3.3.
27811         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
27812
27813 2003-08-15  Jim Meyering  <jim@meyering.net>
27814         and Paul Eggert  <eggert@cs.ucla.edu>
27815
27816         Merges from coreutils, etc.
27817         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
27818         Require gl_FUNC_TZSET_CLOBBER.
27819         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
27820         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
27821         members.
27822
27823 2003-08-14  Paul Eggert  <eggert@twinsun.com>
27824
27825         Help the merge from coreutils.
27826         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
27827         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
27828         * m4/tzset.m4: Use it too.
27829
27830 2003-08-14  Paul Eggert  <eggert@twinsun.com>
27831
27832         * modules/tzset: New file.
27833
27834 2003-08-14  Jim Meyering  <jim@meyering.net>
27835
27836         Merges from coreutils.
27837         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
27838         variable names, rather than @FNMATCH_H@.
27839         * modules/alloca: Likewise for $(ALLOCA_H).
27840
27841         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
27842         the three copies of the literal target, `fnmatch.h'.
27843         * modules/alloca (alloca.h): Likewise.
27844
27845 2003-08-14  Jim Meyering  <jim@meyering.net>
27846
27847         Merge from coreutils.
27848         * m4/tzset.m4: New file.
27849         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
27850         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
27851         otherwise, AIX 5.1 systems would end up using the latter.
27852         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
27853         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
27854         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
27855         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
27856
27857 2003-08-14  Jim Meyering  <jim@meyering.net>
27858
27859         Merge from coreutils.
27860         * lib/obstack.h: Whitespace changes.
27861         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
27862         and xcalloc return values.
27863         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
27864         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
27865         hang on OSF/1 5.1 for DIR on both local and remote file systems.
27866         Reported by (and fix confirmed by) Nelson H. F. Beebe.
27867         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
27868         error from mntctl.
27869         Use mntctl's return value to drive the entry-processing loop, since
27870         we can't rely on the value of the vmt_length member in the last
27871         entry.  On some systems doing so could result in exhausting
27872         virtual memory.  Based in part on a patch from Mike Jetzer.
27873
27874 2003-08-14  Jim Meyering  <jim@meyering.net>
27875         and Paul Eggert  <eggert@twinsun.com>
27876
27877         Merges from coreutils, plus other fixes.
27878         * lib/physmem.c: Merge in portability changes from gcc/libiberty
27879         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
27880         for credits and details.  Thanks to Kaveh Ghazi for helping
27881         to keep these files in sync.
27882         (ARRAY_SIZE): Define it.
27883         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
27884         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
27885         (memcasecmp): Don't assume size_t fits in unsigned int.
27886         Remove casts and duplicate code.
27887         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
27888         (memcpy): Remove definition.
27889         Merge in some clean-up and optimization changes from glibc.
27890         [BLOCKSIZE]: Move definition to top of file.
27891         Ensure that it is a multiple of 64.
27892         Rearrange loop exit tests so as to avoid performing an
27893         additional fread after encountering an error or EOF.
27894         * lib/md5.h (md5_uintptr): Define.
27895         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
27896         return to the initial working directory.  Preserve errno
27897         for caller.
27898         * lib/idcache.c: Include "xalloc.h".
27899         (xmalloc, xrealloc): Remove decls.
27900         (getuser): Remove casts no longer required in C89.
27901         * lib/human.c: Include stdio.h, for sprintf.
27902         * lib/group-member.c: Include "xalloc.h".
27903         (xmalloc, xrealloc): Remove decls.
27904         (get_group_info): Remove casts no longer required in C89.
27905         * lib/getusershell.c (readname): Remove casts no longer required in
27906         C89.
27907         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
27908         * lib/getline.c: Whitespace fix, from coreutils.
27909
27910 2003-08-13  Paul Eggert  <eggert@twinsun.com>
27911
27912         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
27913         Check for isascii.
27914
27915         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
27916         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
27917         Undo previous (whitespace-only) change.
27918
27919 2003-08-13  Paul Eggert  <eggert@twinsun.com>
27920
27921         * lib/exclude.c: Include <ctype.h>
27922         (IN_CTYPE_DOMAIN): New macro.
27923         (is_space): New fn.
27924         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
27925         and empty lines.
27926
27927         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
27928         Undo previous (whitespace-only) change.
27929
27930 2003-08-13  Paul Eggert  <eggert@twinsun.com>
27931
27932         * config/srclist-update: Change update back to the old behavior,
27933         leaving whitespace alone.  Use one 'sed' command rather than a
27934         pipeline.
27935         (fixlicense): Now a variable, not a function.
27936         (remove_trailing_blanks): Remove.
27937         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
27938         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
27939         Undo previous (whitespace-only) change.
27940
27941 2003-08-12  Paul Eggert  <eggert@twinsun.com>
27942
27943         Merge from coreutils.
27944         * modules/euidaccess: Add lib_SOURCES, include for new
27945         file euidaccess.h
27946
27947 2003-08-12  Paul Eggert  <eggert@twinsun.com>
27948
27949         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
27950         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
27951         Normalize leading white space and remove trailing white space.
27952
27953         Merge from coreutils
27954         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
27955
27956         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
27957         0.12.1.  These files are now being upgraded automatically by
27958         ../config/srclist-update.
27959
27960 2003-08-12  Paul Eggert  <eggert@twinsun.com>
27961
27962         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
27963         Normalize leading white space and remove trailing white space.
27964         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
27965         notice, as per ../config/srclist-update.
27966
27967         Merge from coreutils.
27968         * lib/euidaccess.h: New file.
27969         * lib/euidaccess.c: Include it.
27970         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
27971         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
27972         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
27973
27974 2003-08-12  Paul Eggert  <eggert@twinsun.com>
27975
27976         * config/srclist-update: Add copyright notice.
27977         (remove_id_lines, remove_trailing_blanks): New constants.
27978         (fixfile): Use them to normalize spacing a bit in copied files.
27979         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
27980         Normalize leading white space and remove trailing white space.
27981
27982         * config/texinfo.tex: Sync with texinfo.
27983
27984         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
27985         strtoul.c from libc, to merge coreutils whitespace changes.
27986
27987         * config/srclist.txt: Get the following m4 files from gettext:
27988         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
27989         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
27990         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
27991         wint_t.m4.
27992
27993 2003-08-12  Karl Berry  <karl@gnu.org>
27994
27995         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
27996         been made.
27997
27998 2003-08-11  Paul Eggert  <eggert@twinsun.com>
27999
28000         * modules/gnu-source, m4/gnu-source.m4:
28001         Remove; we're assuming Autoconf 2.54 or later now.
28002         Suggested by Bruno Haible.
28003         * MODULES.html.sh (func_all_modules): Remove gnu-source.
28004
28005 2003-08-11  Bruno Haible  <bruno@clisp.org>
28006
28007         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
28008
28009 2003-08-11  Bruno Haible  <bruno@clisp.org>
28010
28011         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
28012         (vasnprintf): Use it instead of wcslen.
28013
28014 2003-08-11  Bruno Haible  <bruno@clisp.org>
28015
28016         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
28017         value to ensure that _Bool promotes to int. Use #define for _Bool when
28018         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
28019
28020 2003-08-10  Karl Berry  <karl@gnu.org>
28021
28022         * lib/regex.h: update from libc (whitespace fix).
28023
28024 2003-08-09  Paul Eggert  <eggert@twinsun.com>
28025
28026         Merge some files from coreutils.  These changes were
28027         originally made by Jim Meyering.
28028         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
28029         many older Unixes require this.
28030         * lib/alloca.c (alloca): Remove cast to argument of free;
28031         no longer needed in C89.
28032         * lib/alloca_.h, regex.h: Fix white space to match
28033         what GNU indent does.
28034
28035 2003-08-09  Paul Eggert  <eggert@twinsun.com>
28036
28037         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
28038         apparently Emacs's Unicode mode got confused before my 2003-08-05
28039         checkin.
28040
28041 2003-08-08  Paul Eggert  <eggert@twinsun.com>
28042
28043         * m4/extensions.m4: New file.
28044         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
28045         Require gl_USE_SYSTEM_EXTENSIONS.
28046         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
28047         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
28048
28049 2003-08-08  Paul Eggert  <eggert@twinsun.com>
28050
28051         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
28052         * modules/extensions, modules/gnu-source: New files.
28053         * modules/timespec, modules/unlocked-io: Depend on extensions.
28054
28055 2003-08-07  Paul Eggert  <eggert@twinsun.com>
28056
28057         * modules/restrict: New file.
28058         * MODULES.html.sh (func_all_modules): Add restrict.
28059         * modules/regex: Depend on restrict.
28060
28061 2003-08-07  Paul Eggert  <eggert@twinsun.com>
28062
28063         * m4/restrict.m4: New file.
28064         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
28065
28066 2003-08-07  Bruno Haible  <bruno@clisp.org>
28067
28068         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
28069         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
28070
28071 2003-08-07  Bruno Haible  <bruno@clisp.org>
28072
28073         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
28074         makes the module 'getndelim2' compatible with the module 'getline'.
28075
28076 2003-08-05  Paul Eggert  <eggert@twinsun.com>
28077
28078         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
28079         byte with "\201" to avoid glitches when editing that source file
28080         with multi-gnome-terminal.
28081
28082 2003-08-05  Paul Eggert  <eggert@twinsun.com>
28083
28084         * lib/bumpalloc.h: Remove.
28085
28086 2003-08-05  Paul Eggert  <eggert@twinsun.com>
28087
28088         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
28089         * modules/bumpalloc: Remove.
28090
28091 2003-08-04  Paul Eggert  <eggert@twinsun.com>
28092
28093         * lib/getloadavg.c: Change copyright notice and spacing to conform to
28094         GNU coding style.
28095
28096         Merge from coreutils.
28097         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
28098         1. From glibc.
28099         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
28100         from Karl Berry, implemented by Jim Meyering.
28101         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
28102         from Dmitry V. Levin.
28103         Remove anachronistic cast of xrealloc.
28104         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
28105         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
28106         type. Otherwise, it wouldn't compile with at least /bin/cc on
28107         ymp-cray-unicos9.0.2.X.
28108         Combine two mostly-identical uses of alloca into one.
28109         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
28110
28111 2003-08-04  Dave Love  <d.love@dl.ac.uk>
28112
28113         [From Emacs.]
28114
28115         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
28116         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
28117         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
28118         obsolete NLIST_NAME_UNION.
28119         [__GNU__]: Undef BSD and FSCALE.
28120         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
28121
28122 2003-08-03  Paul Eggert  <eggert@twinsun.com>
28123
28124         * lib/stdbool_.h (_Bool): Make it signed char, instead of
28125         an enum type, so that it's guaranteed to promote to int.  See:
28126         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
28127
28128 2003-08-03  Karl Berry  <karl@gnu.org>
28129
28130         * config/depcomp: update from automake.
28131
28132 2003-07-31  Paul Eggert  <eggert@twinsun.com>
28133
28134         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
28135         (strerror): Don't assume that a printable int fits in 14 bytes.
28136
28137 2003-07-31  Bruno Haible  <bruno@clisp.org>
28138
28139         * modules/getpass-gnu: New file.
28140         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
28141
28142 2003-07-31  Bruno Haible  <bruno@clisp.org>
28143
28144         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
28145
28146 2003-07-24  Karl Berry  <karl@gnu.org>
28147
28148         * config/missing: update from automake.
28149
28150 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
28151             Bruno Haible  <bruno@clisp.org>
28152
28153         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
28154         * lib/getline.c (getline, getdelim): Likewise.
28155         Remove _GNU_SOURCE define; now it's defined in config.h through
28156         m4/getline.m4.
28157
28158 2003-07-23  Karl Berry  <karl@gnu.org>
28159
28160         * config/config.sub: update from prep.
28161
28162 2003-07-22  Paul Eggert  <eggert@twinsun.com>
28163
28164         * modules/xalloc (Depends-on): Add exitfail.
28165         * modules/xmemcoll: Likewise.
28166
28167 2003-07-22  Paul Eggert  <eggert@twinsun.com>
28168
28169         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
28170         over-parenthesization in macros.
28171
28172         Sync with coreutils.
28173
28174         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
28175         required by C99.
28176
28177         Use `exit_failure' for xalloc and xmemcoll instead of their own
28178         private exit-failure variables.
28179         * lib/xalloc.h (xalloc_exit_failure): Remove.
28180         * lib/xmalloc.c: Likewise.  Include exitfail.h.
28181         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
28182         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
28183         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
28184         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
28185
28186 2003-07-20  Jim Meyering  <jim@meyering.net>
28187
28188         * modules/closeout (Depends-on): Add exitfail.
28189         Suggestion from Bruno Haible.
28190
28191 2003-07-19  Karl Berry  <karl@gnu.org>
28192
28193         * config/config.sub: update from prep.
28194
28195 2003-07-18  Paul Eggert  <eggert@twinsun.com>
28196
28197         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
28198         Remove.
28199         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
28200         to test that it can stand by itself.  Include "exitfail.h".
28201         Clients should set exit_failure instead.
28202         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
28203
28204 2003-07-18  Bruno Haible  <bruno@clisp.org>
28205
28206         * modules/getndelim2: New file.
28207         * modules/getline: Share files with module getndelim2.
28208         * modules/getnline: Depend on getndelim2 instead of sharing files with
28209         it. Add getnline.c to lib_SOURCES.
28210         * MODULES.html.sh (func_all_modules): Add getndelim2.
28211
28212 2003-07-18  Bruno Haible  <bruno@clisp.org>
28213
28214         * m4/getndelim2.m4: New file.
28215         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
28216         invoke gl_PREREQ_GETNDELIM2.
28217         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
28218         gl_PREREQ_GETNDELIM2.
28219         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
28220         gl_GETNDELIM2.
28221
28222 2003-07-18  Bruno Haible  <bruno@clisp.org>
28223
28224         * lib/getndelim2.h: New file.
28225         * lib/getndelim2.c: Make into a module of its own. Include config.h,
28226         getndelim2.h.
28227         (getndelim2): Make non-static. Change return type to ssize_t.
28228         * lib/getline.h: Change argument names.
28229         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
28230         * lib/getnline.c: Include getndelim2.h.
28231
28232 2003-07-18  Andreas Schwab  <schwab@suse.de>
28233
28234         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
28235
28236 2003-07-17  Karl Berry  <karl@gnu.org>
28237
28238         * config/config.sub: update from prep.
28239
28240 2003-07-17  Bruno Haible  <bruno@clisp.org>
28241
28242         * modules/getnline: New file.
28243         * modules/getline: Add lib/getndelim2.c to source file list.
28244         * MODULES.html.sh (func_all_modules): Add getnline.
28245
28246 2003-07-17  Bruno Haible  <bruno@clisp.org>
28247
28248         * m4/getnline.m4: New file.
28249
28250 2003-07-17  Bruno Haible  <bruno@clisp.org>
28251
28252         * m4/Makefile.am.in: Remove file.
28253         * m4/Makefile.am: Remove file.
28254         * m4/Makefile.in: Remove file.
28255
28256 2003-07-17  Bruno Haible  <bruno@clisp.org>
28257
28258         * lib/getnline.h: New file.
28259         * lib/getnline.c: New file.
28260         * lib/getndelim2.c: New file, extracted from getline.c.
28261         (getndelim2): Renamed from getdelim2, with added nmax argument.
28262         * lib/getline.c: Include getndelim2.c.
28263         (getdelim2): Moved out to getndelim2.c.
28264         (getline, getdelim): Update.
28265
28266 2003-07-17  Bruno Haible  <bruno@clisp.org>
28267
28268         * lib/Makefile.am: Remove file.
28269         * lib/Makefile.in: Remove file.
28270
28271 2003-07-17  Bruno Haible  <bruno@clisp.org>
28272
28273         * configure.in: Remove file.
28274         * Makefile.in: Remove file.
28275
28276 2003-07-17  Bruno Haible  <bruno@clisp.org>
28277
28278         * MODULES.html.sh: Put the </BODY> right before </HTML>.
28279
28280 2003-07-16  Karl Berry  <karl@gnu.org>
28281
28282         * config/srclist-update: was running fixlicense twice, which caused
28283                 texinfo.tex to be nullified for some reason.  Simplify,
28284                 $gplsrc is no longer needed as far as I can see?
28285
28286 2003-07-16  Jim Meyering  <jim@meyering.net>
28287
28288         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
28289
28290 2003-07-15  Paul Eggert  <eggert@twinsun.com>
28291
28292         * config/srclist.txt: Get the following files from gettext-runtime/intl
28293         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
28294         ref-del.sin.  From Bruno Haible.
28295         * config/srclist-update (fixfile): Change grep pattern again, since the
28296         previous fix didn't work (there was another trailing $).  Use
28297         '[$]' to escape the $s.
28298
28299 2003-07-15  Karl Berry  <karl@gnu.org>
28300
28301         * lib/vasnprintf.c: update from gettext.
28302
28303 2003-07-15  Karl Berry  <karl@gnu.org>
28304
28305         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
28306         gets expanded when surrounded by '$'.
28307
28308 2003-07-15  Jim Meyering  <jim@meyering.net>
28309
28310         * modules/save-cwd: Don't depend on error.  From Derek Price.
28311
28312 2003-07-15  Jim Meyering  <jim@meyering.net>
28313
28314         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
28315
28316 2003-07-14  Simon Josefsson  <jas@extundo.com>
28317
28318         * modules/mempcpy: New file.
28319         * MODULES.html.sh (func_all_modules): Add mempcpy.
28320
28321 2003-07-14  Simon Josefsson  <jas@extundo.com>
28322
28323         * m4/mempcpy.m4: New file.
28324
28325 2003-07-14  Simon Josefsson  <jas@extundo.com>
28326
28327         * lib/mempcpy.h: New file.
28328         * lib/mempcpy.c: New file.
28329
28330 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28331
28332         * modules/getdate, modules/posixtm: Depend on mktime.
28333
28334 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28335
28336         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
28337         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
28338         unicodeio.c, unicodeio.h, unlocked-io.h:
28339         Switch from LGPL to GPL.
28340
28341 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28342
28343         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
28344         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
28345         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
28346         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
28347         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
28348         updated automatically by ../config/srclist-update.  This changes
28349         their license from LPGL to GPL.
28350
28351 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28352
28353         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
28354         assumed to refer to the root of the most recent stable gettext version.
28355         * config/srclistvars.sh: Add defaults for eggert.
28356         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
28357         Match "This program" as well as "The program".  This is needed
28358         for gettext.
28359
28360 2003-07-14  Jim Meyering  <jim@meyering.net>
28361
28362         Don't emit diagnostics.  Let callers do that.
28363         * lib/save-cwd.c: Don't include "error.h".
28364         (save_cwd): Don't call error.  Ensure that errno is valid
28365         when returning nonzero.
28366
28367         * lib/save-cwd.h (restore_cwd): Update prototype.
28368         * lib/save-cwd.c (restore_cwd): Remove two parameters.
28369         Simplify.  Don't call error upon failure.  Let callers do that.
28370         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
28371         when auditing is enabled.  But don't bother updating the #if.
28372
28373 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
28374
28375         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
28376         it breaks C++ compilation.
28377         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
28378
28379 2003-07-10  Simon Josefsson  <jas@extundo.com>
28380
28381         * modules/strchrnul (Makefile.am): Add strchrnul.h.
28382
28383 2003-07-10  Jim Meyering  <jim@meyering.net>
28384
28385         * m4/clock_time.m4: Remove trailing blank.
28386         * m4/intmax_t.m4: Likewise.
28387
28388 2003-07-10  Jim Meyering  <jim@meyering.net>
28389
28390         * lib/vasnprintf.c: Remove trailing blanks.
28391         Make cpp indentation consistent.
28392
28393 2003-07-09  Paul Eggert  <eggert@twinsun.com>
28394
28395         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
28396         posixver.c, strftime.c, strnlen.c, strverscmp.c:
28397         Switch from LGPL to GPL.
28398
28399 2003-07-09  Paul Eggert  <eggert@twinsun.com>
28400
28401         * config/srclist.txt: Sort sublists.  Add
28402         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
28403         that differ from gnulib for one reason or another; we'd like this list
28404         to be smaller but for now let's document what we have.
28405
28406 2003-07-08  Paul Eggert  <eggert@twinsun.com>
28407
28408         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
28409         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
28410         and sweeter "eval x=$x".
28411         * config/srclist.txt: Get lib/argp* from glibc.
28412
28413 2003-07-07  Paul Eggert  <eggert@twinsun.com>
28414
28415         * lib/mktime.c: Fix some boundary cases and remove need for floating
28416         point.
28417
28418         Issue a compile-time diagnostic if time_t is floating point, or if
28419         two's complement arithmetic is not in effect, or if arithmetic
28420         right shift does not propagate the sign.  These assumptions were
28421         all in the original code but they weren't checked.
28422
28423         (TIME_T_MIDPOINT, verify): New macros.
28424         (__isleap): Remove; it has integer overflow problems.
28425         (leapyear): New function, without those problems.
28426         (ydhms_tm_diff): Remove; splitting into two parts.
28427         (ydhms_diff): New function, containing the arithmetic part of
28428         the old ydhms_tm_diff function.  Issue a compile-time
28429         diagnostic if we are not using C99 integer division.
28430         Avoid casts when possible.
28431         (guess_time_tm): New function, containing the checking part of
28432         the old ydhms_tm_diff function.  Return the new value, rather than
28433         the difference between it and the old.  Accept a new argument T
28434         so that *T specifies the old value.  Check for overflow in the result.
28435
28436         (__mktime_internal): Use a time_t offset, not a long int offset.
28437         This undoes the 2003-06-04 change, which is no longer needed now
28438         that we have better overflow checking.
28439         (localtime_offset): Likewise.
28440
28441         (__mktime_internal): Avoid harmful overflow on hosts where time_t
28442         and long are 64-bit but int is only 32-bit.
28443         (ydhms_diff): Use long int to store year1 and yday1.
28444         Issue a compile-time diagnostic if long int is not wide enough.
28445
28446         (__mktime_internal): Use long int to store adjusted year and yday.
28447         Use plain C rather than preprocessor commands, if that doesn't
28448         affect efficiency.
28449         Check for overflow (and try to repair) after each probe
28450         rather than checking only at the very end.  This avoids some bugs
28451         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
28452         does not equal GMT offset at maximum time).
28453         Use integer to check for overflow rather than floating point; this
28454         is more portable to non-IEEE hosts, and is a tad faster.
28455         When we detect that we are oscillating between two values,
28456         don't check whether tm_isdst has the requested value, since
28457         we already know the answer.  When tm_isdst has the wrong value,
28458         use a different heuristic to find the right one, based on the
28459         extreme values actually observed in practice in tz2003a,
28460         rather than the (overly optimistic) "previous 3 calendar quarters".
28461
28462         (not_equal_tm, print_tm, check_result): Use "const T" rather than
28463         "T const" to accommodate glibc style.
28464         (check_result): Use less-confusing report format.  "long" -> "long int.
28465         (main): Likewise.
28466         Don't loop if the iteration overflows time_t.
28467         Allow a negative step in the iteration.
28468
28469 2003-07-06  Karl Berry  <karl@gnu.org>
28470
28471         * config/depcomp: update from automake.
28472         * config/config.sub: update from prep.
28473
28474 2003-07-03  Karl Berry  <karl@gnu.org>
28475
28476         * config/config.guess: update from prep.
28477
28478 2003-07-01  Paul Eggert  <eggert@twinsun.com>
28479
28480         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
28481         xreadlink.c now includes it unconditionally.
28482
28483 2003-07-01  Paul Eggert  <eggert@twinsun.com>
28484
28485         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
28486         having it depend on HAVE_SYS_TYPES_H.
28487
28488 2003-07-01  Bruno Haible  <bruno@clisp.org>
28489
28490         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
28491         <sys/types.h> should be sufficient.
28492         Reported by Paul Eggert.
28493
28494 2003-06-26  Karl Berry  <karl@gnu.org>
28495
28496         * config/depcomp: update from automake.
28497
28498 2003-06-26  Bruno Haible  <bruno@clisp.org>
28499
28500         * modules/human: Depend on module stdbool.
28501
28502 2003-06-25  Bruno Haible  <bruno@clisp.org>
28503
28504         * modules/readlink: New file.
28505         * modules/xreadlink: Depend on it.
28506         * MODULES.html.sh (func_all_modules): Add readlink.
28507
28508 2003-06-25  Bruno Haible  <bruno@clisp.org>
28509
28510         * m4/readlink.m4: New file.
28511
28512 2003-06-25  Bruno Haible  <bruno@clisp.org>
28513
28514         * lib/readlink.c: New file.
28515
28516 2003-06-22  Karl Berry  <karl@gnu.org>
28517
28518         * config/srclist.txt: update mkinstalldirs from automake.
28519         * config/mkinstalldirs: update.
28520
28521 2003-06-22  Bruno Haible  <bruno@clisp.org>
28522
28523         Portability to mingw32.
28524         * m4/ssize_t.m4: New file, from GNU gettext.
28525         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
28526         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
28527
28528 2003-06-22  Bruno Haible  <bruno@clisp.org>
28529
28530         * modules/safe-read: Add m4/ssize_t.m4.
28531         * modules/xreadlink: Add m4/ssize_t.m4.
28532
28533 2003-06-20  Bruno Haible  <bruno@clisp.org>
28534
28535         Assume C89, so PARAMS isn't needed.
28536         * lib/unicodeio.h (PARAMS): Remove.
28537         * lib/unicodeio.c: Don't use PARAMS.
28538
28539 2003-06-18  Karl Berry  <karl@gnu.org>
28540
28541         * config/config.{guess,sub}: update from prep.
28542
28543 2003-06-18  Jim Meyering  <jim@meyering.net>
28544
28545         Merge changes from coreutils.
28546         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
28547         Remove explicit declarations of xmalloc and realloc.
28548         Include xalloc.h.
28549         (read_utmp): Remove anachronistic cast of xmalloc.
28550
28551 2003-06-17  Paul Eggert  <eggert@twinsun.com>
28552
28553         Assume C89, so PARAMS isn't needed.
28554         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
28555         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
28556         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
28557         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
28558         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
28559         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
28560         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
28561         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
28562         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
28563         lib/xstrtod.h, lib/xstrtol.h: Likewise.
28564         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
28565         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
28566         no longer needed. Anyway, config.h should always be included before any
28567         other file.
28568
28569 2003-06-11  Simon Josefsson  <jas@extundo.com>
28570
28571         * modules/sysexits: New file.
28572         * MODULES.html.sh (func_all_modules): Add sysexits.
28573
28574 2003-06-11  Simon Josefsson  <jas@extundo.com>
28575
28576         * lib/sysexit_.h: New file.
28577
28578 2003-06-11  Derek Price  <derek@ximbiot.com>
28579
28580         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
28581         necessary.
28582
28583 2003-06-11  Bruno Haible  <bruno@clisp.org>
28584
28585         * m4/sysexits.m4: New file.
28586
28587 2003-06-10  Simon Josefsson  <jas@extundo.com>
28588
28589         * lib/argp.h: New file, from glibc.
28590         * lib/argp-ba.c: New file, from glibc.
28591         * lib/argp-eexst.c: New file, from glibc.
28592         * lib/argp-fmtstream.c: New file, from glibc.
28593         * lib/argp-fmtstream.h: New file, from glibc.
28594         * lib/argp-fs-xinl.c: New file, from glibc.
28595         * lib/argp-help.c: New file, from glibc.
28596         * lib/argp-namefrob.h: New file, from glibc.
28597         * lib/argp-parse.c: New file, from glibc.
28598         * lib/argp-pv.c: New file, from glibc.
28599         * lib/argp-pvh.c: New file, from glibc.
28600         * lib/argp-xinl.c: New file, from glibc.
28601
28602 2003-06-10  Simon Josefsson  <jas@extundo.com>
28603
28604         * modules/strchrnul: New file.
28605
28606 2003-06-10  Simon Josefsson  <jas@extundo.com>
28607
28608         * modules/argp: New file.
28609
28610 2003-06-10  Simon Josefsson  <jas@extundo.com>
28611
28612         * m4/strchrnul.m4: New file.
28613
28614 2003-06-10  Simon Josefsson  <jas@extundo.com>
28615
28616         * lib/strchrnul.h: New file.
28617         * lib/strchrnul.c: New file.
28618
28619 2003-06-10  Bruno Haible  <bruno@clisp.org>
28620
28621         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
28622
28623 2003-06-07  Karl Berry  <karl@gnu.org>
28624
28625         * config/config.{guess,sub}: update from prep.
28626
28627 2003-06-07  Jim Meyering  <jim@meyering.net>
28628
28629         * modules/strtod: Use $(...) notation, not @...@ for
28630         AC_REPLACE'd variables.
28631         * modules/localcharset: Likewise.
28632
28633 2003-06-07  Jim Meyering  <jim@meyering.net>
28634
28635         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
28636         in place of my name in the copyright comment.
28637         Remove definition and uses of __P.
28638
28639         From coreutils.
28640         * lib/stat.c: Don't declare xmalloc explicitly.
28641         Instead, include "xalloc.h".
28642         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
28643         xrealloc, and xcalloc return values.
28644         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
28645         Improve comment.
28646         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
28647
28648 2003-06-07  Bruno Haible  <bruno@clisp.org>
28649
28650         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
28651         avoid AC_CONFIG_LINKS.
28652         * modules/fnmatch (Makefile.am): Use explicit creation rule for
28653         fnmatch.h, to avoid AC_CONFIG_LINKS.
28654         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
28655
28656 2003-06-07  Bruno Haible  <bruno@clisp.org>
28657
28658         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
28659         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
28660         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
28661         directory.
28662         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
28663         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
28664         directory.
28665
28666 2003-06-06  Jim Meyering  <jim@meyering.net>
28667
28668         Merge from coreutils.
28669         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
28670         Consolidate declarations and initializations of *_base* locals.
28671
28672         Merge from coreutils.
28673         This avoids a core dump on systems without GNU putenv,
28674         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
28675         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
28676         (unsetenv): New static function, from GNU libc.
28677         (rpl_putenv): Use it.
28678
28679         * lib/modechange.c: Remove trailing blanks.
28680
28681         Merge from coreutils.
28682         * lib/fsusage.c: Remove declaration of statfs.
28683         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
28684
28685         * lib/posixtm.c: Include <stdbool.h> unconditionally.
28686
28687 2003-06-06  Jim Meyering  <jim@meyering.net>
28688
28689         * lib/stdbool_.h: Renamed from stdbool.h.in.
28690
28691 2003-06-06  Jim Meyering  <jim@meyering.net>
28692             Bruno Haible  <bruno@clisp.org>
28693
28694         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
28695         Adjust Makefile.am snippet not to redirect directly to target.
28696         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
28697
28698 2003-06-05  Paul Eggert  <eggert@twinsun.com>
28699
28700         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
28701         mismatch, look in future quarters as well as past.  This fixes a
28702         bug when processing fall-backwards gaps immediately after a long
28703         period of daylight-saving time.
28704
28705         * lib/mktime.c: Assume freestanding C89 or better.
28706         (HAVE_LIMITS_H): Remove.  Assume it's 1.
28707         (__P): Remove; not used.
28708         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
28709         (mktime, not_equal_tm, print_tm, check_result,
28710         main): Use prototypes.  Use const * where appropriate.
28711         (main): Fix typo in testing code that uncovered by above changes.
28712         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
28713
28714 2003-06-04  Paul Eggert  <eggert@twinsun.com>
28715
28716         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
28717         locale.h, localeconv.  This merges changes from coreutils.
28718
28719         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
28720         It can be removed after the next Autoconf is released.
28721         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
28722         needed.
28723
28724 2003-06-04  Paul Eggert  <eggert@twinsun.com>
28725
28726         * lib/mktime.c: Fix Debian bug 177940
28727         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
28728         (localtime_offset): Now long int, not time_t, because we want it
28729         to be guaranteed to be signed.  All uses changed.
28730         (__mktime_internal): If overflow would occur when adding offset,
28731         don't add it.
28732
28733         Merge 'human' changes from coreutils.  Rewrite to support
28734         locale-specific notations like thousands separators.
28735         * lib/human.c: Simplify authorship notice.
28736         Include human.h immediately after config.h.
28737         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
28738         <limits.h>: Do not include, since human.h does.
28739         (SIZE_MAX, UINTMAX_MAX): New macros.
28740         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
28741         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
28742         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
28743         (power_letter): Renamed from suffixes.
28744         (generate_suffix_backwards): Remove.
28745         (adjust_value): Now takes int style (because of human.h changes)
28746         and long double value (for greater precision on some platforms).
28747         (group_number): New function.
28748         (human_readable): Use it.  Use integer options, not enum.
28749         Put the options before the sizes in the arg list.
28750         Support all the new options.
28751         The old human_readable function has been removed;
28752         use inttostr.h instead.
28753         (human_readable, default_block_size, humblock):
28754         Use uintmax_t, not int, for block sizes.
28755         (human_readable_inexact, block_size_types): Remove.
28756         (block_size_opts): New constant.
28757         (human_options): Renamed from human_block_size, with new signature
28758         that allows block sizes up to UINTMAX_MAX.  All callers changed.
28759         * lib/human.h: Add copyright and authorship notice.
28760         Include <limits.h> and <stdbool.h> unconditionally.
28761         (PARAMS): Remove.  All uses removed.
28762         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
28763         (enum human_inexact_style): Remove tag; now a nameless enum.
28764         (human_floor, human_ceiling, human_round_to_even): Now have
28765         values 2, 0, 1 rather than -1, 1, 0.
28766         (human_group_digits, human_suppress_point_zero, human_autoscale,
28767         human_base_1024, human_SI, human_B): New constants.
28768         (human_readable_inexact, human_block_size): Remove.
28769         (human_readable): Size args are now uintmax_t, not int.
28770         (human_options): New decl.
28771
28772         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
28773         unnecessary now that we assume C89 or better.  This change
28774         imported from coreutils.
28775
28776         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
28777         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
28778         in the 2003-05-30 sync from glibc.
28779
28780         .h files should stand alone, but we shouldn't include <sys/types.h>
28781         if we can get away with just <stddef.h>.
28782
28783         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
28784         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
28785         rather than <sys/types.h>, as we merely need size_t.
28786         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
28787         to get size_t.
28788         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
28789         Include <stdio.h>, to get FILE.
28790         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
28791         memcasecmp.h has included <stddef.h> and all we need is size_t.
28792         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
28793         our interface, instead of including <sys/types.h>
28794
28795 2003-06-04  Paul Eggert  <eggert@twinsun.com>
28796
28797         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
28798         now, as glibc mktime is buggy on non-glibc systems.
28799
28800 2003-06-03  Karl Berry  <karl@gnu.org>
28801
28802         * config/config.sub: update from prep.
28803
28804 2003-06-02  Paul Eggert  <eggert@twinsun.com>
28805
28806         [from coreutils]
28807         Fix some minor time-related bugs with POSIX time arguments.
28808         Some valid time stamps were being rejected (notably -1, and
28809         time stamps before 1900 on 64-bit hosts).  And some invalid
28810         time stamps were being accepted, e.g. September 31.
28811
28812         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
28813         that we can return (time_t) -1 successfully.
28814         * lib/posixtm.c: Likewise.
28815         [HAVE_STDBOOL_H]: Include <stdbool.h>.
28816         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
28817         (t): Remove static var.
28818         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
28819         of static var.  All uses changed.
28820         (year): Do not reject years before 1900; they can occur with
28821         64-bit time_t.
28822         (posix_time_parse): Do not check for out-of-range components;
28823         that is now the caller's responsibility, since our checks were
28824         only approximations.
28825         (posixtime): Use mktime to check for out-of-range components,
28826         since it knows them exactly.
28827         If mktime returns (time_t) -1, check whether an error actually occurred
28828         by invoking localtime on -1.
28829         (main) [TEST_POSIXTIME]: Check for input data errors, and report
28830         posixtime failures better.
28831         Improve the test data (in comments only).
28832
28833 2003-06-02  Karl Berry  <karl@gnu.org>
28834
28835         * config/mkinstalldirs (version): new variable.
28836         (--version): new option.
28837         (usage): improve message.
28838
28839 2003-05-30  Karl Berry  <karl@gnu.org>
28840
28841         * lib/mktime.c: update from libc.
28842
28843 2003-05-30  Bruno Haible  <bruno@clisp.org>
28844
28845         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
28846         * config/config.rpath: Upgrade to gettext-0.12.1.
28847
28848 2003-05-30  Bruno Haible  <bruno@clisp.org>
28849
28850         * m4/gettext.m4: Upgrade to gettext-0.12.1.
28851         * m4/nls.m4: New file, from gettext-0.12.1.
28852         * m4/po.m4: New file, from gettext-0.12.1.
28853         * m4/progtest.m4: Upgrade to gettext-0.12.1.
28854
28855 2003-05-30  Bruno Haible  <bruno@clisp.org>
28856
28857         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
28858         * lib/localcharset.h: Likewise.
28859         * lib/localcharset.c: Likewise.
28860
28861 2003-05-29  Karl Berry  <karl@gnu.org>
28862
28863         * config/config.rpath: update from gettext.
28864
28865 2003-05-28  Paul Eggert  <eggert@twinsun.com>
28866
28867         Assume the headers required for C89 freestanding compilers.
28868         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
28869         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
28870         * m4/human.m4 (gl_HUMAN): Likewise.
28871         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
28872         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
28873         * m4/userspec.m4 (gl_USERSPEC): Likewise.
28874         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
28875         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
28876         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
28877
28878 2003-05-28  Paul Eggert  <eggert@twinsun.com>
28879
28880         Assume the headers required for C89 freestanding compilers.
28881         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
28882         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
28883         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
28884         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
28885         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
28886         define, since <limits.h> is guaranteed to do that.
28887         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
28888         * lib/exclude.c: Include <stdbool.h> unconditionally.
28889         * lib/tempname.c: Include <stddef.h> unconditionally.
28890         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
28891         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
28892         <stddef.h> does that.
28893         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
28894         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
28895         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
28896         needed.
28897         * lib/xstrtol.c: Likewise.
28898         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
28899         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
28900
28901         * lib/addext.c (addext): Use assignment rather than cast, to avoid
28902         warnings on some platforms.
28903
28904         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
28905         arbitrarily.
28906
28907 2003-05-26  Jim Meyering  <jim@meyering.net>
28908
28909         Merge in a change from coreutils:
28910         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
28911         that is guaranteed to be `no'.  Use `no_such_member' to indicate
28912         that condition, rather than `-1' which is slightly misleading.
28913         Change the name of the cache variable to have the gl_ prefix.
28914         Prompted by a patch from Richard Dawe for DJGPP.
28915
28916 2003-05-24  Karl Berry  <karl@gnu.org>
28917
28918         * config/config.guess: update from prep.
28919
28920 2003-05-22  Karl Berry  <karl@gnu.org>
28921
28922         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
28923
28924 2003-05-20  Karl Berry  <karl@gnu.org>
28925
28926         * config/config.guess: update from prep.
28927
28928 2003-05-18  Karl Berry  <karl@gnu.org>
28929
28930         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
28931         might actually be set by the user.
28932
28933         * config/depcomp, install-sh, mdate-sh: update from automake.
28934
28935 2003-05-17  Bruno Haible  <bruno@clisp.org>
28936
28937         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
28938         invalid expansion for AC_EGREP_CPP.
28939         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
28940         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
28941         Suggested by Akim Demaille <akim@epita.fr> in
28942         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
28943
28944 2003-05-12  Jim Meyering  <jim@meyering.net>
28945
28946         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
28947         the space-padded-by-default conversion specifiers, %e, %k, %l.
28948
28949 2003-05-12  Bruno Haible  <bruno@clisp.org>
28950
28951         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
28952         the string is longer than 4 KB.
28953
28954 2003-05-11  Karl Berry  <karl@gnu.org>
28955
28956         * config/config.{guess,sub}: update from prep.
28957
28958 2003-05-09  Bruno Haible  <bruno@clisp.org>
28959
28960         * modules/error: Add m4/strerror_r.m4 to file list.
28961
28962 2003-05-03  Bruno Haible  <bruno@clisp.org>
28963
28964         Upgrade to Unicode-4.0.
28965         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
28966         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
28967         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
28968         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
28969         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
28970         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
28971         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
28972         Change width of U+E0100..U+E01EF from 1 to 0.
28973
28974 2003-04-25  Jim Meyering  <jim@meyering.net>
28975
28976         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
28977         of type size_t, not int.
28978
28979 2003-04-25  Bruno Haible  <bruno@clisp.org>
28980
28981         * lib/copy-file.c: Include <stddef.h>, for size_t.
28982
28983 2003-04-21  Paul Eggert  <eggert@twinsun.com>
28984
28985         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
28986         code which expansion is under static control.  Patch imported from
28987         Akim Demaille's patch to Bison; see
28988         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
28989
28990 2003-04-14  Bruno Haible  <bruno@clisp.org>
28991
28992         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
28993
28994 2003-04-11  Jim Meyering  <jim@meyering.net>
28995
28996         Merge changes from Coreutils.
28997
28998         2003-03-22  Jim Meyering  <jim@meyering.net>
28999
29000         * lib/strftime.c (widen): Cast alloca return value to proper type.
29001
29002         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
29003
29004         From GNU libc.
29005         * lib/strftime.c (my_strftime): Handle very large width
29006         specifications for numeric values correctly.  Improve checks for
29007         overflow.
29008
29009         2003-01-19  Jim Meyering  <jim@meyering.net>
29010
29011         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
29012         definitions.
29013         (nl_get_alt_digit) [! defined my_strftime]: Define.
29014         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
29015         _nl_get_alt_digit and _nl_get_walt_digit.
29016
29017         * lib/strftime.c (my_strftime): Merge in locale-related changes from
29018         libc. These changes have no effect outside of _LIBC.
29019
29020 2003-04-10  Bruno Haible  <bruno@clisp.org>
29021
29022         * modules/findprog: New file.
29023         * MODULES.html.sh (func_all_modules): Add it.
29024
29025 2003-04-10  Bruno Haible  <bruno@clisp.org>
29026
29027         * m4/findprog.m4: New file.
29028         * m4/eaccess.m4: New file.
29029
29030 2003-04-10  Bruno Haible  <bruno@clisp.org>
29031
29032         * lib/findprog.h: New file, from GNU gettext.
29033         * lib/findprog.c: New file, from GNU gettext.
29034
29035 2003-04-05  Jim Meyering  <jim@meyering.net>
29036
29037         Merge changes from Coreutils.
29038
29039         * lib/exclude.h (PARAMS): Remove definition and uses.
29040         * lib/exclude.c: Remove uses of `PARAMS'.
29041
29042         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
29043         Add test-cases for DOS filenames. Declare program_name.
29044         (main): Set up program_name.  Patch by Rich Dawe.
29045
29046         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
29047         error from mntctl.
29048         Use mntctl's return value to drive the entry-processing loop, since
29049         we can't rely on the value of the vmt_length member in the last
29050         entry.  On some systems doing so could result in exhausting
29051         virtual memory.  Based in part on a patch from Mike Jetzer.
29052
29053 2003-04-04  Bruno Haible  <bruno@clisp.org>
29054
29055         * modules/linebreak: New file.
29056         * MODULES.html.sh (func_all_modules): Add it.
29057
29058 2003-04-04  Bruno Haible  <bruno@clisp.org>
29059
29060         * m4/linebreak.m4: New file.
29061
29062 2003-04-04  Bruno Haible  <bruno@clisp.org>
29063
29064         * lib/linebreak.h: New file, from GNU gettext.
29065         * lib/linebreak.c: New file, from GNU gettext with slight
29066         modifications.
29067         * lib/lbrkprop.h: New file, from GNU gettext.
29068
29069 2003-04-03  Bruno Haible  <bruno@clisp.org>
29070
29071         * modules/utf8-ucs4: New file.
29072         * modules/utf16-ucs4: New file.
29073         * modules/ucs4-utf8: New file.
29074         * modules/ucs4-utf16: New file.
29075         * MODULES.html.sh (func_all_modules): Add them.
29076
29077 2003-04-03  Bruno Haible  <bruno@clisp.org>
29078
29079         * m4/utf-ucs4.m4: New file.
29080         * m4/ucs4-utf.m4: New file.
29081
29082 2003-04-03  Bruno Haible  <bruno@clisp.org>
29083
29084         * lib/utf8-ucs4.h: New file, from GNU gettext.
29085         * lib/utf16-ucs4.h: New file, from GNU gettext.
29086         * lib/ucs4-utf8.h: New file, from GNU gettext.
29087         * lib/ucs4-utf16.h: New file, from GNU gettext.
29088
29089 2003-04-02  Bruno Haible  <bruno@clisp.org>
29090
29091         * modules/binary-io: New file.
29092         * MODULES.html.sh (func_all_modules): Add it.
29093
29094 2003-04-02  Bruno Haible  <bruno@clisp.org>
29095
29096         * lib/binary-io.h: New file, from GNU gettext.
29097
29098 2003-04-01  Bruno Haible  <bruno@clisp.org>
29099
29100         * modules/pathname: New file.
29101         * MODULES.html.sh (func_all_modules): Add it.
29102
29103 2003-04-01  Bruno Haible  <bruno@clisp.org>
29104
29105         * lib/pathname.h: New file, from GNU gettext.
29106         * lib/concatpath.c: New file, from GNU gettext.
29107
29108 2003-03-30  Bruno Haible  <bruno@clisp.org>
29109
29110         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
29111
29112 2003-03-30  Bruno Haible  <bruno@clisp.org>
29113
29114         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
29115         function chown() doesn't exist.
29116
29117 2003-03-28  Bruno Haible  <bruno@clisp.org>
29118
29119         * modules/copy-file: New file.
29120         * MODULES.html.sh (func_all_modules): Add it.
29121
29122 2003-03-28  Bruno Haible  <bruno@clisp.org>
29123
29124         * m4/copy-file.m4: New file.
29125
29126 2003-03-28  Bruno Haible  <bruno@clisp.org>
29127
29128         * lib/copy-file.h: New file, from GNU gettext.
29129         * lib/copy-file.c: New file, from GNU gettext.
29130
29131 2003-03-18  Jim Meyering  <jim@meyering.net>
29132
29133         * lib/quote.c (quote_n): Fix typo in comment.
29134
29135 2003-03-18  Bruno Haible  <bruno@clisp.org>
29136
29137         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
29138         checking.
29139         * m4/onceonly_2_57.m4: Likewise.
29140
29141 2003-03-17  Bruno Haible  <bruno@clisp.org>
29142
29143         * m4/onceonly.m4: Require autoconf 2.54 or newer.
29144         (m4_quote): Remove macro.
29145         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
29146
29147 2003-03-14  Jim Meyering  <jim@meyering.net>
29148
29149         Merge changes from Coreutils.
29150         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
29151         to be const, in order to avoid warnings.
29152         (obstack_room): Likewise.
29153         (obstack_empty_p): Likewise.
29154
29155 2003-03-14  Bruno Haible  <bruno@clisp.org>
29156
29157         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
29158         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
29159
29160 2003-03-13  Paul Eggert  <eggert@twinsun.com>
29161
29162         Merge changes from Bison.
29163         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
29164         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
29165         when compiling Bison 1.875's `bitset bset = obstack_alloc
29166         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
29167         * lib/hash.c: Include <stdbool.h> unconditionally.
29168
29169 2003-03-13  Paul Eggert  <eggert@twinsun.com>
29170
29171         * m4/onceonly.m4 (m4_quote): New macro.
29172         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
29173         Quote AC_FOREACH variable-expansions properly.
29174
29175 2003-03-13  Paul Eggert  <eggert@twinsun.com>
29176
29177         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
29178
29179 2003-03-09  Paul Eggert  <eggert@twinsun.com>
29180
29181         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
29182         Reported by Bruce Becker; see:
29183         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
29184
29185 2003-03-03  Paul Eggert  <eggert@twinsun.com>
29186             Bruno Haible  <bruno@clisp.org>
29187
29188         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
29189         Reported by John Hughes, see
29190         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
29191
29192 2003-02-20  Bruno Haible  <bruno@clisp.org>
29193
29194         * MODULES.html.sh (func_all_modules): Add poll.
29195
29196 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
29197
29198         * modules/poll: New file.
29199
29200 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
29201
29202         * lib/poll_.h: New file.
29203         * lib/poll.c: New file.
29204
29205 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
29206
29207         * m4/poll.m4: New file.
29208
29209 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
29210
29211         * modules/mathl: New file.
29212
29213 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
29214
29215         * lib/mathl.h: New file.
29216         * lib/acosl.c: New file.
29217         * lib/asinl.c: New file.
29218         * lib/atanl.c: New file.
29219         * lib/ceill.c: New file.
29220         * lib/cosl.c: New file.
29221         * lib/expl.c: New file.
29222         * lib/floorl.c: New file.
29223         * lib/frexpl.c: New file.
29224         * lib/ldexpl.c: New file.
29225         * lib/logl.c: New file.
29226         * lib/sincosl.c: New file.
29227         * lib/sinl.c: New file.
29228         * lib/sqrtl.c: New file.
29229         * lib/tanl.c: New file.
29230         * lib/trigl.c: New file.
29231         * lib/trigl.h: New file.
29232
29233 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
29234
29235         * m4/mathl.m4: New file.
29236
29237 2003-02-18  Bruno Haible  <bruno@clisp.org>
29238
29239         * MODULES.html.sh (func_all_modules): Add mathl.
29240
29241 2003-02-17  Bruno Haible  <bruno@clisp.org>
29242
29243         * modules/mkdtemp: New module.
29244         * MODULES.html.sh (func_all_modules): Add it.
29245
29246 2003-02-17  Bruno Haible  <bruno@clisp.org>
29247
29248         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
29249
29250 2003-02-17  Bruno Haible  <bruno@clisp.org>
29251
29252         * lib/mkdtemp.h: New file, from GNU gettext.
29253         * lib/mkdtemp.c: New file, from GNU gettext.
29254
29255 2003-02-02  Jim Meyering  <jim@meyering.net>
29256
29257         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
29258         e.g. glibc-2.2.93.
29259
29260 2003-01-31  Bruno Haible  <bruno@clisp.org>
29261
29262         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
29263         'rpl_rename'.
29264         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
29265         'rpl_strnlen'.
29266         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
29267         'rpl_strtod'.
29268         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
29269         'rpl_utime'.
29270
29271 2003-01-31  Bruno Haible  <bruno@clisp.org>
29272
29273         * lib/rename.c: #undef rename before defining rpl_rename.
29274         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
29275
29276 2003-01-30  Bruno Haible  <bruno@clisp.org>
29277
29278         * modules/vasnprintf, modules/vasprintf: New modules.
29279         * MODULES.html.sh (func_all_modules): Add them.
29280
29281 2003-01-30  Bruno Haible  <bruno@clisp.org>
29282
29283         * m4/signed.m4: New file, from GNU gettext.
29284         * m4/longdouble.m4: New file, from GNU gettext.
29285         * m4/wchar_t.m4: New file, from GNU gettext.
29286         * m4/wint_t.m4: New file, from GNU gettext.
29287         * m4/vasnprintf.m4: New file.
29288         * m4/vasprintf.m4: New file.
29289
29290 2003-01-30  Bruno Haible  <bruno@clisp.org>
29291
29292         * lib/printf-args.h: New file, from GNU gettext.
29293         * lib/printf-args.c: New file, from GNU gettext.
29294         * lib/printf-parse.h: New file, from GNU gettext.
29295         * lib/printf-parse.c: New file, from GNU gettext.
29296         * lib/vasnprintf.h: New file, from GNU gettext.
29297         * lib/vasnprintf.c: New file, from GNU gettext.
29298         * lib/asnprintf.c: New file, from GNU gettext.
29299         * lib/vasprintf.h: New file, from GNU gettext with modifications.
29300         * lib/vasprintf.c: New file, from GNU gettext.
29301         * lib/asprintf.c: New file, from GNU gettext.
29302
29303 2003-01-29  Bruno Haible  <bruno@clisp.org>
29304
29305         * modules/stpncpy: New module.
29306         * MODULES.html.sh (func_all_modules): Add it.
29307
29308 2003-01-29  Bruno Haible  <bruno@clisp.org>
29309
29310         * m4/stpncpy.m4: New file.
29311
29312 2003-01-29  Bruno Haible  <bruno@clisp.org>
29313
29314         * lib/stpncpy.h: New file, from GNU gettext with modifications.
29315         * lib/stpncpy.c: New file, from GNU gettext with modifications.
29316
29317 2003-01-28  Bruno Haible  <bruno@clisp.org>
29318
29319         * modules/c-ctype: New module.
29320         * MODULES.html.sh (func_all_modules): Add it.
29321
29322 2003-01-28  Bruno Haible  <bruno@clisp.org>
29323
29324         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
29325         Paul Eggert.
29326         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
29327         Paul Eggert.
29328
29329 2003-01-27  Bruno Haible  <bruno@clisp.org>
29330
29331         * modules/xsetenv: New module.
29332         * MODULES.html.sh (func_all_modules): Add it.
29333
29334 2003-01-27  Bruno Haible  <bruno@clisp.org>
29335
29336         * lib/xsetenv.h: New file, from GNU gettext.
29337         * lib/xsetenv.c: New file, from GNU gettext.
29338
29339 2003-01-23  Jim Meyering  <jim@meyering.net>
29340
29341         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
29342         from working on systems without dirfd (at least Irix and OSF1/Tru64).
29343
29344 2003-01-23  Bruno Haible  <bruno@clisp.org>
29345
29346         * modules/minmax: New module.
29347         * MODULES.html.sh (func_all_modules): Add it.
29348
29349 2003-01-23  Bruno Haible  <bruno@clisp.org>
29350
29351         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
29352         Eggert.
29353
29354 2003-01-22  Bruno Haible  <bruno@clisp.org>
29355
29356         * modules/exit: New module.
29357         * MODULES.html.sh (func_all_modules): Add it.
29358
29359 2003-01-22  Bruno Haible  <bruno@clisp.org>
29360
29361         * lib/exit.h: New file, from GNU gettext.
29362
29363 2003-01-19  Bruno Haible  <bruno@clisp.org>
29364
29365         * gnulib-tool: Recognize option --extract-maintainer.
29366         (func_get_maintainer): New function.
29367         * modules/*: Add Maintainer entry.
29368
29369 2003-01-16  Jim Meyering  <jim@meyering.net>
29370
29371         * m4/regex.m4: The `regex' struct is both input and output.
29372         Initialize it before each use.  Patch by Tim Waugh.
29373
29374 2003-01-16  Bruno Haible  <bruno@clisp.org>
29375
29376         * MODULES.html.sh: Add a table of contents. Add the module name as
29377         leftmost column. Add hyperlinks.
29378
29379 2003-01-15  Bruno Haible  <bruno@clisp.org>
29380
29381         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
29382
29383 2003-01-15  Bruno Haible  <bruno@clisp.org>
29384
29385         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
29386         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
29387         suffix.
29388
29389 2003-01-15  Bruno Haible  <bruno@clisp.org>
29390
29391         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
29392
29393 2003-01-15  Bruno Haible  <bruno@clisp.org>
29394
29395         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
29396         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
29397
29398 2003-01-14  Jim Meyering  <jim@meyering.net>
29399
29400         * lib/same.c (same_name): Tweak a comment.
29401
29402 2003-01-14  Bruno Haible  <bruno@clisp.org>
29403
29404         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
29405         when a string comparison is sufficient.
29406
29407 2003-01-14  Bruno Haible  <bruno@clisp.org>
29408
29409         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
29410         'unsigned int'.
29411
29412 2003-01-14  Bruno Haible  <bruno@clisp.org>
29413
29414         * lib/hash-pjw.c: Add comment about low quality of this function.
29415
29416 2003-01-13  Bruno Haible  <bruno@clisp.org>
29417
29418         * modules/stpcpy: Distribute lib/stpcpy.h.
29419         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
29420
29421 2003-01-13  Bruno Haible  <bruno@clisp.org>
29422
29423         * modules/*: Add a description.
29424         * modules/strpbrk: Fix Makefile.am snippet.
29425         * modules/strtoimax: Fix dependencies.
29426         * modules/strtoumax: Likewise.
29427
29428 2003-01-13  Bruno Haible  <bruno@clisp.org>
29429
29430         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
29431         * modules/alloca (Makefile.am): All object files depend on alloca.h.
29432         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
29433
29434 2003-01-13  Bruno Haible  <bruno@clisp.org>
29435
29436         * gnulib-tool (func_create_testdir): Store config/* files in the main
29437         directory.
29438         * config.rpath: Move to ...
29439         * config/config.rpath: ... here.
29440         * modules/gettext: Contains config/config.rpath, not config.rpath.
29441         * modules/iconv: Likewise.
29442
29443 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29444
29445         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29446         to avoid collisions with libcurses and libreadline.
29447
29448         * m4/getstr.m4: Remove.
29449         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
29450
29451 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29452
29453         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29454         to avoid collisions with libcurses and libreadline.
29455
29456         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
29457         * lib/getstr.h, getstr.c: Remove.
29458         * lib/getline.c: Include "getline.h", to check interface.
29459         Move body of old getstr.c here: this defines MIN_CHUNK and
29460         declares getdelim2, which is renamed from getstr.
29461         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
29462
29463         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
29464         All uses changed.
29465         * lib/linebuffer.h: Likewise.
29466         (readline): Remove backward-compatibility macro.
29467
29468 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29469
29470         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29471         to avoid collisions with libcurses and libreadline.
29472         * getstr: Remove.
29473         * MODULES.html.sh: Remove getstr.
29474         * modules/getline: Depend on unlocked-io, not getstr.
29475
29476 2003-01-12  Jim Meyering  <jim@meyering.net>
29477
29478         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
29479
29480 2003-01-10  Bruno Haible  <bruno@clisp.org>
29481
29482         * modules/alloca: Change Makefile.am requirements. Simplify Include
29483         requirements. Add lib/alloca_.h to file list.
29484
29485 2003-01-10  Bruno Haible  <bruno@clisp.org>
29486
29487         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
29488
29489 2003-01-10  Bruno Haible  <bruno@clisp.org>
29490
29491         * lib/alloca_.h: New file.
29492         * lib/getdate.y: Unconditionally include alloca.h.
29493         * lib/makepath.c: Likewise.
29494         * lib/setenv.c: Likewise.
29495         * lib/userspec.c: Likewise.
29496
29497 2003-01-09  Karl Berry  <karl@gnu.org>
29498
29499         * MODULES.html.sh: include `dirname $0` in PATH, to find
29500         gnulib-tool.
29501
29502 2003-01-09  Bruno Haible  <bruno@clisp.org>
29503
29504         * modules/stdbool: Change configure.ac, Makefile.am requirements.
29505         Simplify Include requirements. Add lib/stdbool.h.in to file list.
29506
29507 2003-01-09  Bruno Haible  <bruno@clisp.org>
29508
29509         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
29510
29511 2003-01-09  Bruno Haible  <bruno@clisp.org>
29512
29513         * lib/stdbool.h.in: New file.
29514
29515 2003-01-09  Bruno Haible  <bruno@clisp.org>
29516
29517         * gnulib-tool (func_all_modules): Ignore files ending in ~.
29518         * MODULES.html.sh: Likewise.
29519
29520 2003-01-08  Jim Meyering  <jim@meyering.net>
29521
29522         * lib/full-write.c: Undefine and define-away `const' after inclusion
29523         of errno.h, not before.  Suggestion from Bruno Haible.
29524
29525 2003-01-08  Bruno Haible  <bruno@clisp.org>
29526
29527         * modules/full-read: Depend on full-write.
29528
29529 2003-01-08  Bruno Haible  <bruno@clisp.org>
29530
29531         * lib/safe-read.c: Include specification header first, to ensure its
29532         selfcontainedness.
29533         * lib/full-write.c: Likewise.
29534
29535 2003-01-07  Jim Meyering  <jim@meyering.net>
29536
29537         * lib/full-write.c: Rework so that it may serve to define full_read,
29538         too.
29539         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
29540
29541 2003-01-07  Bruno Haible  <bruno@clisp.org>
29542
29543         * lib/strtoimax.c: Include <stdint.h> as an alternative to
29544         <inttypes.h>.
29545         * lib/xstrtol.h: Likewise.
29546         * lib/xstrtoimax.c: Likewise.
29547         * lib/xstrtoumax.c: Likewise.
29548         * lib/human.h: Likewise.
29549
29550         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
29551         on systems that have <inttypes.h> but not <stdint.h>.
29552
29553 2003-01-07  Bruno Haible  <bruno@clisp.org>
29554
29555         * MODULES.html.sh: Add copyright notice.
29556         (missed_files): Omit CVS directory entries.
29557         (func_module): Make it work with sed-3.02.
29558         * MODULES.txt: Remove file.
29559
29560 2003-01-06  Jim Meyering  <jim@meyering.net>
29561
29562         * lib/version-etc.c: Update year in translatable copyright string.
29563
29564 2003-01-03  Karl Berry  <karl@gnu.org>
29565
29566         * config/config.{guess,sub}: update from prep.
29567
29568 2003-01-02  Karl Berry  <karl@gnu.org>
29569
29570         * doc/COPYING.DOC: belatedly updated to 1.2.
29571
29572 2003-01-01  Karl Berry  <karl@gnu.org>
29573
29574         * gnulib-tool (func_verify_module): report module name $module in
29575         error message, not $1.
29576         * gnulib-tool (create-testdir): don't complain if destdir couldn't
29577         be created, only if it doesn't exist.
29578         * gnulib-tool (last_checkin_date): don't expand the $Date here.
29579
29580 2002-12-31  Paul Eggert  <eggert@twinsun.com>
29581
29582         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
29583
29584 2002-12-31  Paul Eggert  <eggert@twinsun.com>
29585
29586         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
29587         memcmp if strcoll doesn't work.
29588
29589 2002-12-31  Bruno Haible  <bruno@clisp.org>
29590
29591         * lib/utime.c (utime_null): No need to call ftruncate if the file was
29592         nonempty.
29593
29594 2002-12-31  Bruno Haible  <bruno@clisp.org>
29595
29596         * lib/memcoll.c (STRCOLL): New macro.
29597         (memcoll): Use it.
29598
29599 2002-12-31  Bruno Haible  <bruno@clisp.org>
29600
29601         * lib/localcharset.h: New file.
29602         * lib/localcharset.c: Include it.
29603         * lib/unicodeio.c: Likewise.
29604
29605 2002-12-31  Bruno Haible  <bruno@clisp.org>
29606
29607         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
29608         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
29609
29610 2002-12-31  Bruno Haible  <bruno@clisp.org>
29611
29612         * lib/getline.h: Include <stddef.h>, for size_t.
29613
29614         * lib/unicodeio.h: Include <stddef.h>, for size_t.
29615         * lib/unicodeio.c: Don't include <stddef.h>.
29616
29617 2002-12-31  Bruno Haible  <bruno@clisp.org>
29618
29619         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
29620         HAVE_TM_ZONE.
29621
29622 2002-12-24  Karl Berry  <karl@gnu.org>
29623
29624         * config/config.guess: update from prep.
29625
29626 2002-12-24  Bruno Haible  <bruno@clisp.org>
29627
29628         General infrasructure.
29629         * m4/README: Rewritten.
29630         * m4/onceonly.m4: New file.
29631         * m4/onceonly_2_57.m4: New file.
29632
29633         Module atexit.
29634         * m4/atexit.m4: New file.
29635
29636         Module strtod.
29637         * m4/strtod.m4: New file.
29638
29639         Module strtol.
29640         * m4/strtol.m4: New file.
29641
29642         Module strtoul.
29643         * m4/strtoul.m4: New file.
29644
29645         Module memchr.
29646         * m4/memchr.m4: New file.
29647
29648         Module memcmp.
29649         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
29650         (jm_FUNC_MEMCMP): Invoke it.
29651
29652         Module memcpy.
29653         * m4/memcpy.m4: New file.
29654
29655         Module memmove.
29656         * m4/memmove.m4: New file.
29657
29658         Module memset.
29659         * m4/memset.m4: New file.
29660
29661         Module strcspn.
29662         * m4/strcspn.m4: New file.
29663
29664         Module strpbrk.
29665         * m4/strpbrk.m4: New file.
29666
29667         Module strstr.
29668         * m4/strstr.m4: New file.
29669
29670         Module strerror.
29671         * m4/strerror.m4: New file.
29672
29673         Module mktime.
29674         * m4/mktime.m4: Renamed from jm-mktime.m4.
29675         (gl_PREREQ_MKTIME): New macro.
29676         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
29677
29678         Module malloc.
29679         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
29680         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
29681         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
29682
29683         Module realloc.
29684         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
29685         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
29686         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
29687
29688         Module strftime.
29689         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
29690         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
29691         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
29692         gl_TM_GMTOFF.
29693         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
29694
29695         Module xalloc.
29696         * m4/xalloc.m4: New file.
29697
29698         Module alloca.
29699         * m4/alloca.m4: New file.
29700
29701         Module putenv.
29702         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
29703         (jm_FUNC_PUTENV): Invoke it.
29704
29705         Module setenv.
29706         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
29707         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
29708         when invoked twice.
29709         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
29710         gt_FUNC_SETENV.
29711
29712         Module memrchr.
29713         * m4/memrchr.m4: New file.
29714
29715         Module stpcpy.
29716         * m4/stpcpy.m4: New file.
29717
29718         Module strcase.
29719         * m4/strcase.m4: New file.
29720
29721         Module strdup.
29722         * m4/strdup.m4: New file.
29723
29724         Module strnlen.
29725         * m4/strnlen.m4: New file.
29726
29727         Module strndup.
29728         * m4/strndup.m4: New file.
29729
29730         Module xstrtod.
29731         * m4/xstrtod.m4: New file.
29732
29733         Module xstrtol.
29734         * m4/xstrtol.m4: New file.
29735
29736         Module getdate.
29737         * m4/getdate.m4: New file.
29738
29739         Module unlocked-io.
29740         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
29741         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
29742         * m4/jm-glibc-io.m4n: Remove file.
29743
29744         Module long-options.
29745         * m4/long-options.m4: New file.
29746
29747         Module md5.
29748         * m4/md5.m4: New file.
29749
29750         Module sha.
29751         * m4/sha.m4: New file.
29752
29753         Module getstr.
29754         * m4/getstr.m4: New file.
29755
29756         Module getline.
29757         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
29758         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
29759         <sys/types.h>, for size_t. Use the function name gnu_getline, not
29760         simply getline. Infoke gl_PREREQ_GETLINE.
29761
29762         Module obstack.
29763         * m4/obstack.m4: New file.
29764
29765         Module hash.
29766         * m4/hash.m4: New file.
29767
29768         Module readtokens.
29769         * m4/readtokens.m4: New file.
29770
29771         Module strverscmp.
29772         * m4/strverscmp.m4: New file.
29773
29774         Module stdbool.
29775         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
29776         OSF/1.
29777
29778         Module strtoll.
29779         * m4/strtoll.m4: New file.
29780
29781         Module strtoull.
29782         * m4/strtoull.m4: New file.
29783
29784         Module strtoimax.
29785         * m4/strtoimax.m4: New file.
29786
29787         Module strtoumax.
29788         * m4/strtoumax.m4: New file.
29789
29790         Module xstrtoimax.
29791         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
29792         jm_AC_PREREQ_XSTRTOIMAX.
29793         Moved the strtol prerequisites to strtol.m4.
29794         Moved the strtoll prerequisites to strtoll.m4.
29795         Moved the strtoimax prerequisites to strtoimax.m4.
29796
29797         Module xstrtoumax.
29798         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
29799         jm_AC_PREREQ_XSTRTOUMAX.
29800         Moved the strtoul prerequisites to strtoul.m4.
29801         Moved the strtoull prerequisites to strtoull.m4.
29802         Moved the strtoumax prerequisites to strtoumax.m4.
29803
29804         Module chown.
29805         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
29806         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
29807
29808         Module dup2.
29809         * m4/dup2.m4: New file.
29810
29811         Module ftruncate.
29812         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
29813         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
29814
29815         Module getgroups.
29816         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
29817         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
29818
29819         Module gettimeofday.
29820         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
29821         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
29822         gl_PREREQ_GETTIMEOFDAY.
29823
29824         Module mkdir.
29825         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
29826         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
29827
29828         Module mkstemp.
29829         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
29830         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
29831         jm_AC_TYPE_UINTMAX_T.
29832         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
29833
29834         Module stat.
29835         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
29836         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
29837
29838         Module lstat.
29839         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
29840         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
29841
29842         Module timespec.
29843         * m4/timespec.m4 (gl_TIMESPEC): New macro.
29844         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
29845         * m4/st_mtim.m4: Indentation.
29846
29847         Module nanosleep.
29848         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
29849         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
29850         gl_PREREQ_NANOSLEEP.
29851
29852         Module regex.
29853         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
29854         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
29855         (gl_REGEX): New macro.
29856
29857         Module rename.
29858         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
29859         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
29860
29861         Module rmdir.
29862         * m4/rmdir.m4: New file.
29863
29864         Module utime.
29865         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
29866         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
29867         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
29868
29869         Module dirname.
29870         * m4/dirname.m4: New file.
29871
29872         Module getopt.
29873         * m4/getopt.m4: New file.
29874
29875         Module unistd-safer.
29876         * m4/unistd-safer.m4: New file.
29877
29878         Module fnmatch.
29879         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
29880         declaration.
29881         (gl_PREREQ_FNMATCH_EXTRA): New macro.
29882         (gl_FUNC_FNMATCH_POSIX): New macro.
29883         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
29884         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
29885         simply fnmatch.
29886
29887         Module exclude.
29888         * m4/exclude.m4: New file.
29889
29890         Module human.
29891         * m4/human.m4: New file.
29892
29893         Module acl.
29894         * m4/acl.m4: Nop.
29895
29896         Module backupfile.
29897         * m4/backupfile.m4: New file.
29898         * m4/d-ino.m4: Indentation.
29899
29900         Module fsusage.
29901         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
29902         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
29903         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
29904
29905         Module dirfd.
29906         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
29907         requirements.
29908
29909         Module euidaccess.
29910         * m4/euidaccess.m4: New file.
29911
29912         Module file-type.
29913         * m4/file-type.m4: New file.
29914
29915         Module fileblocks.
29916         * m4/fileblocks.m4: New file.
29917
29918         Module filemode.
29919         * m4/filemode.m4: New file.
29920
29921         Module isdir.
29922         * m4/isdir.m4: New file.
29923
29924         Module lchown.
29925         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
29926         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
29927
29928         Module makepath.
29929         * m4/makepath.m4: New file.
29930
29931         Module modechange.
29932         * m4/modechange.m4: New file.
29933
29934         Module mountlist.
29935         * m4/mountlist.m4: New file.
29936         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
29937         Indentation.
29938
29939         Module path-concat.
29940         * m4/path-concat.m4: New file.
29941
29942         Module pathmax.
29943         * m4/pathmax.m4: New file.
29944
29945         Module same.
29946         * m4/same.m4: New file.
29947
29948         Module save-cwd.
29949         * m4/save-cwd.m4: New file.
29950
29951         Module savedir.
29952         * m4/savedir.m4: New file.
29953
29954         Module xgetcwd.
29955         * m4/xgetcwd.m4: New file.
29956         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
29957
29958         Module xreadlink.
29959         * m4/xreadlink.m4: New file.
29960
29961         Module safe-read.
29962         * m4/safe-read.m4: New file.
29963
29964         Module safe-write.
29965         * m4/safe-write.m4: New file.
29966
29967         Module closeout.
29968         * m4/closeout.m4: New file.
29969
29970         Module stdio-safer.
29971         * m4/stdio-safer.m4: New file.
29972
29973         Module getpass.
29974         * m4/getpass.m4: New file.
29975
29976         Module getugroups.
29977         * m4/getugroups.m4: New file.
29978
29979         Module group-member.
29980         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
29981         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
29982
29983         Module idcache.
29984         * m4/idcache.m4: New file.
29985
29986         Module userspec.
29987         * m4/userspec.m4: New file.
29988
29989         Module gettime.
29990         * m4/clock_time.m4: New file.
29991         * m4/gettime.m4: New file.
29992
29993         Module settime.
29994         * m4/settime.m4: New file.
29995
29996         Module posixtm.
29997         * m4/posixtm.m4: New file.
29998
29999         Module gethostname.
30000         * m4/gethostname.m4: New file.
30001
30002         Module canon-host.
30003         * m4/canon-host.m4: New file.
30004
30005         Module gettext.
30006         * m4/codeset.m4: New file, from gettext-0.11.5.
30007         * m4/gettext.m4: New file, from gettext-0.11.5.
30008         * m4/glibc21.m4: New file, from gettext-0.11.5.
30009         * m4/iconv.m4: New file, from gettext-0.11.5.
30010         * m4/intdiv0.m4: New file, from gettext-0.11.5.
30011         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
30012         * m4/inttypes.m4: New file, from gettext-0.11.5.
30013         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
30014         * m4/isc-posix.m4: New file, from gettext-0.11.5.
30015         * m4/lcmessage.m4: New file, from gettext-0.11.5.
30016         * m4/lib-ld.m4: New file, from gettext-0.11.5.
30017         * m4/lib-link.m4: New file, from gettext-0.11.5.
30018         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
30019         * m4/progtest.m4: New file, from gettext-0.11.5.
30020         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
30021         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
30022         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
30023
30024         Module localcharset.
30025         * m4/localcharset.m4: New file.
30026
30027         Module hard-locale.
30028         * m4/hard-locale.m4: New file.
30029
30030         Module mbswidth.
30031         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
30032         onceonly macros.
30033         * m4/mbrtowc.m4: Add comment.
30034
30035         Module memcasecmp.
30036         * m4/memcasecmp.m4: New file.
30037
30038         Module memcoll.
30039         * m4/memcoll.m4: New file.
30040
30041         Module unicodeio.
30042         * m4/unicodeio.m4: New file.
30043
30044         Module rpmatch.
30045         * m4/rpmatch.m4: New file.
30046
30047         Module yesno.
30048         * m4/yesno.m4: New file.
30049
30050         Module exitfail.
30051         * m4/exitfail.m4: New file.
30052
30053         Module c-stack.
30054         * m4/c-stack.m4 (gl_C_STACK): New macro.
30055         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
30056
30057         Module error.
30058         * m4/error.m4 (gl_ERROR): New macro.
30059         (jm_PREREQ_ERROR): Use onceonly macros.
30060
30061         Module fatal.
30062         * m4/fatal.m4: New file.
30063
30064         Module getloadavg.
30065         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
30066         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
30067
30068         Module getpagesize.
30069         * m4/getpagesize.m4: New file.
30070
30071         Module getusershell.
30072         * m4/getusershell.m4: New file.
30073
30074         Module physmem.
30075         * m4/physmem.m4: New file.
30076
30077         Module posixver.
30078         * m4/posixver.m4: New file.
30079
30080         Module quotearg.
30081         * m4/quotearg.m4: New file.
30082
30083         Module quote.
30084         * m4/quote.m4: New file.
30085
30086         Module readutmp.
30087         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
30088
30089         Module sig2str.
30090         * m4/sig2str.m4: New file.
30091
30092         Other.
30093         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
30094         ulonglong.m4.
30095         * m4/intmax_t.m4: New file.
30096         * m4/d-type.m4: Indentation.
30097         * m4/jm-macros.m4: Update.
30098         * m4/prereq.m4 (jm_PREREQ): Update.
30099         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
30100         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
30101         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
30102         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
30103         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
30104         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
30105         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
30106         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
30107         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
30108         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
30109         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
30110         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
30111         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
30112         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
30113         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
30114         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
30115         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
30116         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
30117         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
30118
30119 2002-12-24  Bruno Haible  <bruno@clisp.org>
30120
30121         * MODULES.txt: Update according to m4/ changes.
30122
30123         Module gettext.
30124         * config.rpath: New file, from gettext-0.11.5.
30125
30126         * modules/*: New module descriptions.
30127         * gnulib-tool: New file.
30128         * MODULES.html.sh: New file.
30129
30130 2002-12-21  Karl Berry  <karl@gnu.org>
30131
30132         * doc/fdl.texi: update to version 1.2.
30133
30134 2002-12-19  Karl Berry  <karl@gnu.org>
30135
30136         * config/config.guess: update from prep.
30137
30138 2002-12-18  Bruno Haible  <bruno@clisp.org>
30139
30140         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
30141         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
30142
30143 2002-12-17  Bruno Haible  <bruno@clisp.org>
30144
30145         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
30146         stdlib.h, string.h.
30147
30148 2002-12-17  Bruno Haible  <bruno@clisp.org>
30149
30150         * lib/canon-host.c (strdup): Remove unused declaration.
30151
30152         * lib/fsusage.c: Include full_read.h.
30153         (get_fs_usage): Use full_read instead of safe_read.
30154
30155         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
30156
30157 2002-12-12  Karl Berry  <karl@gnu.org>
30158
30159         * config/config.guess: update from prep.
30160
30161 2002-12-11  Bruno Haible  <bruno@clisp.org>
30162
30163         * m4/setenv.m4: New file, from gettext-0.11.5.
30164
30165 2002-12-11  Bruno Haible  <bruno@clisp.org>
30166
30167         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
30168         not unsetenv().
30169         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
30170         modifications:
30171
30172         2002-12-11  Bruno Haible  <bruno@clisp.org>
30173
30174                 * setenv.c (alloca): Fall back to malloc.
30175                 (freea): New macro.
30176                 (setenv): Use freea() to free memory allocated with alloca().
30177
30178         2002-11-13  Bruno Haible  <bruno@clisp.org>
30179
30180                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
30181                 function declarations.
30182                 * unsetenv.c (unsetenv): Likewise.
30183
30184         2002-03-04  Bruno Haible  <bruno@clisp.org>
30185
30186                 Portability to AIX 4.3.3.
30187                 * unsetenv.c: New file, extracted from setenv.c.
30188                 * setenv.c: Move the unsetenv() function to unsetenv.c.
30189
30190         2001-12-20  Bruno Haible  <bruno@clisp.org>
30191
30192                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
30193                 use malloc instead. For SunOS 4.
30194
30195         2001-12-11  Bruno Haible  <bruno@clisp.org>
30196
30197                 * setenv.c: Declare alloca.
30198                 (compar_fn_t): New typedef.
30199                 (KNOWN_VALUE, STORE_VALUE): Use it.
30200
30201         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
30202         setenv.h.
30203
30204 2002-12-10  Paul Eggert  <eggert@twinsun.com>
30205
30206         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
30207         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
30208         Choose values that are less likely to collide with system fnmatch
30209         options.
30210         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
30211         defined (e.g., a pure POSIX system).
30212         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
30213         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
30214
30215 2002-12-06  Paul Eggert  <eggert@twinsun.com>
30216
30217         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
30218         a pain in practice to deal with generated m4 files.  This change
30219         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
30220
30221         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
30222         and jm-glibc-io.m4, as they are no longer a special case.
30223         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
30224         kludge and the auto-generation stuff.  Check only whether the
30225         functions are declared, not whether they exist, since older hosts
30226         that don't declare the functions can't use the optimization anyway.
30227
30228 2002-12-06  Jim Meyering  <jim@meyering.net>
30229
30230         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
30231
30232         Merge in changes from libc's misc/error.c, in preparation
30233         for the merge of gnulib's changes back into libc.
30234
30235         * lib/error.c (_): Define only if not already defined.
30236         Move definition to follow all #include directives.
30237         Include unlocked-io.h only if !_LIBC.
30238         [_LIBC]: Include <libio/libioP.h>.
30239         [USE_IN_LIBIO]: Include <libio/iolibio.h>
30240         (fflush): Tweak definition to use INTUSE.
30241         (putc): Define.
30242
30243 2002-12-05  Paul Eggert  <eggert@twinsun.com>
30244
30245         * lib/alloca.c [defined emacs]: Include "lisp.h".
30246         (xalloc_die) [defined emacs]: New macro.
30247         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
30248         [! defined emacs]: Include <xalloc.h>.
30249         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
30250         (pointer): Typedef to POINTER_TYPE *.
30251         (malloc): Remove decl; we now always use xmalloc.
30252         (alloca): Use old-style definition, since Emacs needs this.
30253         Check for arithmetic overflow when computing combined size.
30254
30255 2002-12-04  Paul Eggert  <eggert@twinsun.com>
30256
30257         Do not generate unlocked-io.h automatically, since it's easier to
30258         maintain it by hand.
30259
30260         * lib/unlocked-io.h: New file, from GNU diffutils,
30261         but with proper copyright notice and attribution.
30262         * lib/gen-uio: Remove.
30263         * lib/Makefile.am: Add copyright notice.
30264         (libfetish_a_SOURCES): Add unlocked-io.h.
30265         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
30266         (DISTCLEANFILES, io_functions): Remove macros.
30267         (EXTRA_DIST): Remove gen_uio.
30268         (unlocked-io.h): Remove rule.
30269
30270 2002-12-04  Jim Meyering  <jim@meyering.net>
30271
30272         Reflect the fact that stat.c and lstat.c are no longer generated.
30273         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
30274         (DISTCLEANFILES): Likewise.
30275         (EXTRA_DIST): Likewise.
30276         (all_local): Don't depend on stat.c or lstat.c.
30277         (stat.c, lstat.c): Remove rules.
30278         (EXTRA_DIST): Remove xstat.in.
30279
30280         * lib/xstat.in: Remove file.  Contents moved into stat.c.
30281         * lib/stat.c: New file.  Contents mostly from xstat.in.
30282         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
30283         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
30284
30285         * lib/safe-read.c: Rework so that it may serve to define safe_write,
30286         too.
30287         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
30288
30289 2002-12-03  Jim Meyering  <jim@meyering.net>
30290
30291         * lib/safe-read.c, safe-write.c: Change variable names and comments,
30292         but not semantics, to minimize the differences between these two files.
30293         (safe_read): Change comment to mention SAFE_READ_ERROR.
30294
30295         * lib/safe-read.c (IS_EINTR): Define.
30296         (safe_read): Use IS_EINTR in place of in-function cpp directives.
30297
30298 2002-12-02  Jim Meyering  <jim@meyering.net>
30299
30300         * lib/safe-read.c (EINTR): Define.
30301         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
30302         (INT_MAX): Provide fallback.
30303         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
30304
30305         * lib/safe-read.h (SAFE_READ_ERROR): Define.
30306
30307 2002-12-02  Bruno Haible  <bruno@clisp.org>
30308
30309         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
30310         Define, taken from safe-read.c.
30311         (INT_MAX): Provide fallback.
30312         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
30313         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
30314
30315         * lib/safe-read.c (EINTR): Remove definition.
30316         (safe_read): Don't use EINTR if it is absent.
30317
30318 2002-12-01  Jim Meyering  <jim@meyering.net>
30319
30320         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
30321         zero.
30322         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
30323
30324 2002-11-27  Paul Eggert  <eggert@twinsun.com>
30325
30326         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
30327         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
30328         with `if (! (value < limit)) abort ();', for readability.
30329
30330 2002-11-26  Karl Berry  <karl@gnu.org>
30331
30332         * lib/strdup.c: copy from libc again, with jim's ok.
30333         * lib/.cppi-disable: re-add strdup.c
30334
30335 2002-11-25  Karl Berry  <karl@gnu.org>
30336
30337         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
30338         instead of "strtol.c".
30339
30340 2002-11-25  Karl Berry  <karl@gnu.org>
30341
30342         * config/install-sh: update from automake for variable quoting, $0 in
30343         error msgs, etc.
30344
30345         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
30346         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
30347         entry.
30348
30349 2002-11-25  Jim Meyering  <jim@meyering.net>
30350
30351         * lib/mktime.c: Sync from libc, now that it has the latest fix.
30352
30353 2002-11-24  Karl Berry  <karl@gnu.org>
30354
30355         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
30356         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
30357
30358 2002-11-24  Jim Meyering  <jim@meyering.net>
30359
30360         Update from coreutils:
30361
30362         * lib/mktime.c: Merge in changes from libc.
30363
30364         Avoid a link-time failure on some Linux systems.
30365         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
30366         (otherwise).
30367         (__mon_yday): Declare with the STATIC attribute.
30368         (__mktime_internal): Likewise.
30369         Based on a report from Greg Schafer.
30370
30371 2002-11-23  Jim Meyering  <jim@meyering.net>
30372
30373         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
30374         Use `unsigned', not `int', as type of index.
30375
30376         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
30377
30378         * lib/fsusage.c: Remove unneeded parentheses around operands of
30379         `defined'.
30380
30381 2002-11-22  Paul Eggert  <eggert@twinsun.com>
30382
30383         * lib/quotearg.h: Allow multiple inclusion by surrounding with
30384         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
30385         so that we can be included first.
30386         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
30387         * lib/quotearg.c: Include quotearg.h immediately after config.h.
30388         No need to include stddef.h or sys/types.h any more.
30389         Surround local include files with "", not "<>".
30390         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
30391         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
30392         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
30393         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
30394         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
30395         (ISPRINT): Remove; no longer needed now that we assume C89.
30396
30397         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
30398         Preserve errno.
30399
30400         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
30401         quotearg_char): Use SIZE_MAX rather than
30402         (size_t) -1 when we are talking about "infinity".
30403
30404         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
30405
30406 2002-11-22  Paul Eggert  <eggert@twinsun.com>
30407
30408         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
30409         hint that one should use `if (! x) abort ();' rather than `assert
30410         (x);', and anyway it's one less thing to worry about configuring.
30411         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
30412         hash_rehash, hash_insert): Use abort rather than assert.
30413
30414 2002-11-22  Bruno Haible  <bruno@clisp.org>
30415
30416         * lib/safe-read.h: Assume C89. Add comments.
30417         (safe_read): Change return type to size_t.
30418         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
30419         byte counts > SSIZE_MAX correctly.
30420         * lib/safe-write.h: New file.
30421         * lib/safe-write.c: New file.
30422         * lib/full-read.h: New file.
30423         * lib/full-read.c: New file.
30424         * lib/full-write.h: Assume C89. Add comments.
30425         * lib/full-write.c: Include safe-write.h.
30426         (full_write): Rewritten to use safe_write.
30427         Suggested by Jim Meyering and Paul Eggert.
30428
30429 2002-11-21  Jim Meyering  <jim@meyering.net>
30430
30431         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
30432
30433         Merge in changes from the coreutils.
30434
30435         2002-09-25  Paul Eggert  <eggert@twinsun.com>
30436         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
30437         <stdint.h>.
30438         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
30439         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
30440         int.  Work more efficiently if X is the same width as uintmax_t.
30441         Do not compare X to -1, to avoid bogus compiler warning.
30442         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
30443         Don't assume that f_frsize and f_bsize are the same type.
30444
30445         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
30446         warning on FreeBSD.
30447
30448         * lib/makepath.c (make_path): Restore umask *before* creating the final
30449         component.
30450         (make_path): Minor reformatting.
30451
30452         * lib/xmalloc.c: Adjust to work with new autoconf macros,
30453         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
30454         HAVE_MALLOC/HAVE_REALLOC.
30455
30456         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
30457         dummy ones.  At least on GNU/Linux systems, `auto' means something
30458         else.
30459         From Michael Stone.
30460
30461 2002-11-21  Bruno Haible  <bruno@clisp.org>
30462
30463         Remove case insensitive option matching.
30464         * lib/argmatch.h (argcasematch): Remove declaration.
30465         (ARGCASEMATCH): Remove macro.
30466         (__xargmatch_internal): Remove case_sensitive argument.
30467         (XARGMATCH): Update.
30468         (XARGCASEMATCH): Remove macro.
30469         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
30470         case_sensitive argument.
30471         (argcasematch): Remove function.
30472         (__xargmatch_internal): Remove case_sensitive argument.
30473         (main): Use XARGMATCH instead of XARGCASEMATCH.
30474
30475         * lib/xmalloc.c: Change compile-time error message. Add comment about
30476         required autoconf version.
30477
30478 2002-11-20  Paul Eggert  <eggert@twinsun.com>
30479
30480         Merge argmatch cleanups from Bison.  Assume C89.
30481
30482         * lib/argmatch.c: Include config.h here, not in argmatch.h.
30483         Include stdlib.h, for EXIT_FAILURE.
30484         Always include <string.h>, since we assume C89.
30485         (EXIT_FAILURE): Remove pre-C89 bug workaround.
30486         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
30487         Include <stddef.h> instead, since it's all we need for size_t.
30488         (PARAMS): Remove.  All uses removed.
30489         (ARRAY_CARDINALITY): Do not bother to #undef.
30490         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
30491         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
30492         Remove unnecessary parentheses.
30493         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
30494         Insert necessary parentheses.
30495         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
30496         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
30497
30498 2002-11-19  Bruno Haible  <bruno@clisp.org>
30499
30500         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
30501         * lib/mbswidth.h: Include <stddef.h>, for size_t.
30502
30503         * lib/mbswidth.h (PARAMS): Remove macro.
30504         (mbswidth, mbsnwidth): Use ANSI C function declarations.
30505         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
30506
30507         * lib/gcd.h (PARAMS): Remove macro.
30508         (gcd): Use ANSI C function declarations.
30509         * lib/gcd.c (gcd): Likewise.
30510
30511 2002-11-15  Bruno Haible  <bruno@clisp.org>
30512
30513         * lib/strcspn.c: Include <stddef.h>.
30514         (strcspn): Use ANSI C function declaration. Change return type to
30515         size_t. Use NULL.
30516         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
30517         (strpbrk): Use NULL.
30518         * lib/strpbrk.h (PARAMS): Remove macro.
30519         (strpbrk): Use ANSI C function declaration.
30520         * lib/strstr.c: Don't include <sys/types.h>.
30521         * lib/strstr.h (PARAMS): Remove macro.
30522         (strstr): Use ANSI C function declarations.
30523
30524 2002-11-14  Karl Berry  <karl@gnu.org>
30525
30526         * config/mkinstalldirs: `do' on separate line, instead of
30527         `for var; do'.
30528
30529 2002-11-06  Bruno Haible  <bruno@clisp.org>
30530
30531         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
30532         * lib/gcd.c (gcd): Likewise.
30533
30534 2002-11-05  Bruno Haible  <bruno@clisp.org>
30535
30536         * lib/gcd.h: New file, from gettext-0.11.5.
30537         * lib/gcd.c: New file, from gettext-0.11.5.
30538
30539 2002-11-05  Bruno Haible  <bruno@clisp.org>
30540
30541         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30542         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30543         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30544         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30545
30546         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
30547         <libintl.h>.
30548         * lib/makepath.c: Include gettext.h instead of <locale.h> and
30549         <libintl.h>.
30550
30551         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
30552         * lib/human.c: Include gettext.h instead of <libintl.h>.
30553         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
30554         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
30555         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
30556         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
30557         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
30558         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
30559         (textdomain): Remove definition.
30560         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
30561
30562         * lib/long-options.c: Remove include of <libintl.h> and definition of
30563         _.
30564         * lib/same.c: Remove include of <libintl.h> and definition of _.
30565
30566 2002-11-04  Owen Taylor  <otaylor@redhat.com>
30567
30568         * lib/config.charset: A few additions for Solaris.
30569
30570 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
30571
30572         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
30573         * lib/localcharset.c (locale_charset): Declare as extern "C".
30574
30575 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
30576
30577         * lib/config.charset: msdos in uk_UA uses CP1125.
30578
30579 2002-11-04  Bruno Haible  <bruno@clisp.org>
30580
30581         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
30582         * lib/strcase.h: New file, from GNU gettext-0.11.5.
30583         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
30584         * lib/strstr.h: New file, from GNU gettext-0.11.5.
30585         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
30586
30587 2002-11-04  Bruno Haible  <bruno@clisp.org>
30588
30589         * lib/localcharset.c (locale_charset): Don't return an empty string.
30590
30591 2002-11-04  Bruno Haible  <bruno@clisp.org>
30592
30593         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
30594         aliases.
30595
30596 2002-11-04  Bruno Haible  <bruno@clisp.org>
30597
30598         * lib/config.charset: Update for newest glibc. Add canonical names
30599         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
30600
30601 2002-11-04  Bruno Haible  <bruno@clisp.org>
30602
30603         * lib/config.charset: Add support for NetBSD.
30604
30605 2002-11-04  Bruno Haible  <bruno@clisp.org>
30606
30607         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
30608
30609 2002-11-01  Bruno Haible  <bruno@clisp.org>
30610
30611         * configure.in: Add AC_CONFIG_AUX_DIR call.
30612         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
30613         test/Makefile.
30614         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
30615
30616 2002-09-28  Karl Berry  <karl@gnu.org>
30617
30618         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
30619         installed automake until the next release, since changes have been
30620         made.
30621
30622 2002-09-25  Karl Berry  <karl@gnu.org>
30623
30624         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
30625         * lib/getopt*: copy from libc/posix.
30626         * lib/gettext.h: copy from gettext.
30627         * lib/.cppi-disable: add strdup.c, gettext.h.
30628
30629 2002-09-25  Karl Berry  <karl@gnu.org>
30630
30631         * config/srclist.txt: enable gettext.h check.
30632         * config/config.{guess,sub}: update from prep.
30633         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
30634                 from automake 1.6.3.
30635         See srclist*.
30636
30637 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
30638
30639         * regex.c (PATFETCH): Remove the translating fetch.
30640         (PATFETCH_RAW): Rename to PATFETCH.
30641         (set_image_of_range): New fun.
30642         (SET_RANGE_TABLE_WORK_AREA): Use it.
30643         (regex_compile): Don't translate the pattern chars so eagerly.
30644         Only do it when inserting an `exactn' bytecode or when handling
30645         a char-range.
30646         (mutually_exclusive_p): Avoid empty statement.
30647
30648 2002-07-06  Jim Meyering  <meyering@lucent.com>
30649
30650         * m4/README: Don't mention Makefile.am.in.
30651         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
30652
30653 2002-07-01  Jim Meyering  <meyering@lucent.com>
30654
30655         * lib/c-stack.c: Include sys/time.h.
30656         From Volker Borchert.
30657
30658 2002-06-26  Paul Eggert  <eggert@twinsun.com>
30659
30660         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
30661
30662 2002-06-26  Paul Eggert  <eggert@twinsun.com>
30663
30664         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
30665         New macro.  Use it uniformly instead of
30666         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
30667         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
30668         reported by Vin Shelton.
30669
30670 2002-06-22  Paul Eggert  <eggert@twinsun.com>
30671
30672         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
30673         Do not assume SA_SIGINFO behavior.
30674         Bug reported by Jim Meyering on NetBSD 1.5.2.
30675
30676 2002-06-22  Jim Meyering  <meyering@lucent.com>
30677
30678         * m4/c-stack.m4: New file, from diffutils-2.8.2.
30679         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
30680
30681         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
30682         now that configure.ac uses AC_GNU_SOURCE.
30683         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
30684         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
30685
30686         Update to latest tools.  Suggestions from Paul Eggert.
30687         * m4/stdbool.m4: New file, from diffutils-2.8.2.
30688         * m4/gnu-source.m4: Update from diffutils-2.8.2.
30689         * m4/fnmatch.m4: Likewise.
30690         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
30691         to AC_HEADER_STDBOOL
30692
30693 2002-06-22  Jim Meyering  <meyering@lucent.com>
30694
30695         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
30696         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
30697
30698 2002-06-22  Jim Meyering  <meyering@lucent.com>
30699
30700         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
30701
30702         * lib/exitfail.c, exitfail.h: Likewise.
30703         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
30704
30705         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
30706         of fnmatch.h.
30707         (EXTRA_DIST): Add fnmatch_loop.c.
30708         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
30709
30710         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
30711         * lib/fnmatch.c: Update from diffutils-2.8.2.
30712         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
30713         * lib/fnmatch.h: Remove file.
30714
30715 2002-06-21  Jim Meyering  <meyering@lucent.com>
30716
30717         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
30718         * m4/mbrtowc.m4: Likewise.
30719
30720         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
30721         * m4/mbswidth.m4: Reflect name change:
30722         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
30723         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
30724
30725         * m4/lib-link.m4: Update from gettext-0.11.2.
30726         * m4/gettext.m4: Likewise.
30727
30728         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
30729         From Alfred M. Szmidt.
30730
30731 2002-06-18  Paul Eggert  <eggert@twinsun.com>
30732
30733         * lib/file-type.h: Report an error if neither S_ISREG nor
30734         S_IFREG is defined, instead of using a test specific to glibc
30735         2.2.  This should be safe, since POSIX requires S_ISREG and
30736         Unix Version 7 had S_IFREG.  We don't need to check for
30737         <sys/types.h> since we don't use any symbols that it defines.
30738
30739 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
30740
30741         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
30742         $@-t, so that each temporary file name is unique and valid in the first
30743         8 characters, for operation under DOS.
30744
30745 2002-06-15  Paul Eggert  <eggert@twinsun.com>
30746
30747         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
30748
30749 2002-06-15  Jim Meyering  <meyering@lucent.com>
30750
30751         Work even with DJGPP 2.03, which lacks support for symlinks.
30752         From Richard Dawe.
30753         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
30754         is defined.
30755         * lib/lchown.c (S_ISLNK): Likewise.
30756
30757 2002-06-15  Jim Meyering  <meyering@lucent.com>
30758
30759         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
30760         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
30761         have been included before this file.
30762
30763 2002-06-14  Jim Meyering  <meyering@lucent.com>
30764
30765         * lib/file-type.h: Use the version from diffutils-2.8.2.
30766         * lib/file-type.c: Likewise.
30767
30768 2002-06-07  Jim Meyering  <meyering@lucent.com>
30769
30770         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
30771         They're needed at least for NetBSD 1.5.2.
30772         ($statxfs_includes): Include those same headers.
30773         ($statxfs_includes): Include sys/vfs.h if available.
30774         ($statxfs_includes): Likewise for sys/statvfs.h.
30775         Check for the following members in both structs statfs and statvfs:
30776         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
30777
30778 2002-06-01  Jim Meyering  <meyering@lucent.com>
30779
30780         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
30781         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
30782
30783 2002-05-28  Jim Meyering  <meyering@lucent.com>
30784
30785         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
30786         Reported by Volker Borchert.
30787
30788 2002-05-27  Jim Meyering  <meyering@lucent.com>
30789
30790         Fix a problem seen only on nonconforming systems whereby ls.c's
30791         use of localtime, and then of gettimeofday would cause trouble:
30792         the localtime call used to initialize rpl_gettimeofday's save
30793         mechanism would clobber ls's current local time information so
30794         that in any long listing the first file would always be listed
30795         with date 1970-01-01.  Analysis by Volker Borchert.
30796
30797         * lib/gettimeofday.c (localtime): Undefine.
30798         (rpl_localtime): New function.
30799
30800 2002-05-27  Jim Meyering  <meyering@lucent.com>
30801
30802         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
30803         localtime.
30804
30805         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
30806         use the replacement function; it wouldn't resolve at link time.
30807         Reported by Volker Borchert.
30808
30809 2002-05-22  Jim Meyering  <meyering@lucent.com>
30810
30811         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
30812         file-type.h.
30813         * lib/file-type.h: New file.
30814         * lib/file-type.c (file_type): New file/function.  Extracted from
30815         diffutils.
30816
30817 2002-04-30  Jim Meyering  <meyering@lucent.com>
30818
30819         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
30820
30821 2002-04-29  Paul Eggert  <eggert@twinsun.com>
30822
30823         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
30824
30825 2002-04-29  Paul Eggert  <eggert@twinsun.com>
30826
30827         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
30828         Do not check for alloca.h (no longer used) or stdbool.h (was never
30829         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
30830
30831 2002-04-29  Paul Eggert  <eggert@twinsun.com>
30832
30833         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
30834
30835 2002-04-29  Jim Meyering  <meyering@lucent.com>
30836
30837         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
30838         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
30839         Use AC_FUNC_STRNLEN here instead.
30840
30841         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
30842         With autoconf-2.53a, it's part of AC_PROG_CC.
30843
30844 2002-04-28  Paul Eggert  <eggert@twinsun.com>
30845
30846         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
30847         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
30848
30849 2002-04-28  Paul Eggert  <eggert@twinsun.com>
30850
30851         * lib/sig2str.h, lib/sig2str.c: New files.
30852         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
30853
30854 2002-04-28  Paul Eggert  <eggert@twinsun.com>
30855
30856         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
30857         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
30858         of 127, since 64 is the largest conceivable number for ancient
30859         nonstandard hosts.
30860         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
30861
30862 2002-04-28  Jim Meyering  <meyering@lucent.com>
30863
30864         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
30865
30866 2002-04-24  Jim Meyering  <meyering@lucent.com>
30867
30868         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
30869         (jm_PREREQ): Use it.
30870
30871         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
30872         mach/mach.h fcntl.h.
30873         Check for this function: setlocale.
30874
30875 2002-04-24  Jim Meyering  <meyering@lucent.com>
30876
30877         * lib/gettext.h: New file, from Gettext.
30878         * lib/Makefile.am (INCLUDES): Remove -I../intl.
30879         (libfetish_a_SOURCES): Add gettext.h.
30880
30881 2002-04-16  Jim Meyering  <meyering@lucent.com>
30882
30883         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
30884         ut_pid, ut_id, ut_exit.
30885
30886 2002-04-16  Jim Meyering  <meyering@lucent.com>
30887
30888         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
30889         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
30890         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
30891
30892 2002-04-12  Jim Meyering  <meyering@lucent.com>
30893
30894         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
30895         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
30896         existence of the getmntinfo function.  Needed for Darwin 5.3.
30897
30898         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
30899         This is necessary at least on Darwin 5.3.
30900
30901         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
30902         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
30903         strnlen.o in the library, and that makes some versions of ranlib
30904         object.
30905
30906 2002-04-12  Jim Meyering  <meyering@lucent.com>
30907
30908         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
30909
30910 2002-04-09  Jim Meyering  <meyering@lucent.com>
30911
30912         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
30913         to be more precise.  Rather than saying we're checking whether the
30914         function `works', say what we're testing.
30915         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
30916         Reported by Bruno Haible.
30917
30918 2002-03-10  Jim Meyering  <meyering@lucent.com>
30919
30920         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
30921         Suggestion from Santiago Vila.
30922
30923 2002-03-08  Jim Meyering  <meyering@lucent.com>
30924
30925         * lib/rename.c: Mention that this wrapper is needed also on
30926         mips-dec-ultrix4.4 systems.
30927
30928 2002-03-02  Jim Meyering  <meyering@lucent.com>
30929
30930         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
30931         not HAVE_CLOCK_SETTIME.
30932
30933 2002-02-27  Paul Eggert  <eggert@twinsun.com>
30934
30935         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
30936         Check for clock_settime.
30937
30938 2002-02-27  Paul Eggert  <eggert@twinsun.com>
30939
30940         * lib/nanosleep.h: Rename to....
30941         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
30942
30943         * lib/gettime.c: New file.
30944         * lib/settime.c: New file.
30945         * lib/stime.c: Remove.
30946
30947         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
30948         timespec.h.  Remove nanosleep.h.
30949
30950 2002-02-25  Paul Eggert  <eggert@twinsun.com>
30951
30952         * m4/acl.m4: New file.
30953         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
30954         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
30955
30956 2002-02-25  Paul Eggert  <eggert@twinsun.com>
30957
30958         * lib/acl.c, lib/acl.h: New files.
30959         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
30960
30961 2002-02-24  Jim Meyering  <meyering@lucent.com>
30962
30963         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
30964         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
30965         cause trouble.  Reported by Nelson Beebe.
30966
30967 2002-02-23  Paul Eggert  <eggert@twinsun.com>
30968
30969         * lib/path-concat.c (xpath_concat): Reorder code to pacify
30970         compilers that don't know that xalloc_die never returns.
30971
30972 2002-02-20  Jim Meyering  <meyering@lucent.com>
30973
30974         * lib/getdate.c: Regenerate using bison-1.33.
30975
30976 2002-02-17  Jim Meyering  <meyering@lucent.com>
30977
30978         * config/config.guess (main): Don't use `head -1'; it's no longer
30979         portable. Use `sed 1q' instead.
30980
30981 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
30982
30983         * m4/codeset.m4: Upgrade to gettext-0.11.
30984         * m4/gettext.m4: Upgrade to gettext-0.11.
30985         * m4/glibc21.m4: Upgrade to gettext-0.11.
30986         * m4/iconv.m4: Upgrade to gettext-0.11.
30987         * m4/isc-posix.m4: Upgrade to gettext-0.11.
30988         * m4/lcmessage.m4: Upgrade to gettext-0.11.
30989         * m4/lib-ld.m4: New file, from gettext-0.11.
30990         * m4/lib-link.m4: New file, from gettext-0.11.
30991         * m4/lib-prefix.m4: New file, from gettext-0.11.
30992         * m4/progtest.m4: Upgrade to gettext-0.11.
30993
30994 2002-02-15  Paul Eggert  <eggert@twinsun.com>
30995
30996         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
30997         (jm_PREREQ): Use it.
30998
30999 2002-02-15  Paul Eggert  <eggert@twinsun.com>
31000
31001         * lib/posixver.c, lib/posixver.h: New files.
31002         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
31003
31004 2002-02-02  Paul Eggert  <eggert@twinsun.com>
31005             Bruno Haible  <bruno@clisp.org>
31006
31007         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
31008         (fwrite_success_callback): New declaration.
31009         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
31010         print_unicode_char. Call failure callback instead of error.
31011         (fwrite_success_callback): New function.
31012         (exit_failure_callback): New function.
31013         (fallback_failure_callback): New function.
31014         (print_unicode_char): Call unicode_to_mb.
31015
31016 2002-01-26  Jim Meyering  <meyering@lucent.com>
31017
31018         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
31019         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
31020
31021 2002-01-26  Jim Meyering  <meyering@lucent.com>
31022
31023         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
31024
31025 2002-01-22  Paul Eggert  <eggert@twinsun.com>
31026
31027         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
31028
31029 2002-01-22  Jim Meyering  <meyering@lucent.com>
31030
31031         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
31032         Otherwise, some versions of automake would omit the rule that makes
31033         Makefile from Makefile.in.
31034
31035 2002-01-21  Paul Eggert  <eggert@twinsun.com>
31036
31037         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
31038         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
31039         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
31040         (memcoll): Set errno to zero if there is no error.
31041
31042         * lib/quotearg.c (quotearg_buffer_restyled):
31043         Fix bug with quoting buffers containing NUL when backslashing escapes.
31044         This bug was exposed by the other changes in this patch.
31045         (quotearg_n_options): New arg ARGSIZE.
31046         All callers changed.
31047         (quoting_options_from_style): New function.
31048         (quotearg_n_style): Use it.
31049         (quotearg_n_style_mem): New function.
31050
31051         * lib/quotearg.h (quotearg_n_style_mem): New function.
31052
31053 2002-01-19  Jim Meyering  <meyering@lucent.com>
31054
31055         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
31056         Remove useless quotes: DF_PROG="df".
31057         * m4/strnlen.m4: New file.
31058
31059 2002-01-16  Paul Eggert  <eggert@twinsun.com>
31060
31061         * lib/backupfile.c (ISDIGIT): Comment fix.
31062         * lib/getdate.y (ISDIGIT): Likewise.
31063         * lib/posixtm.c (ISDIGIT, year): Likewise.
31064         * lib/strverscmp.c (ISDIGIT): Likewise.
31065         * lib/userspec.c (ISDIGIT): Likewise.
31066
31067 2002-01-16  Jim Meyering  <meyering@lucent.com>
31068
31069         * lib/getdate.y: Add three semicolons, each just before a closing
31070         brace. Bison (as of version 1.31) no longer papers over that mistake.
31071
31072 2002-01-05  Jim Meyering  <meyering@lucent.com>
31073
31074         * lib/version-etc.c (version_etc_copyright): Update copyright year.
31075
31076 2001-12-19  Paul Eggert  <eggert@twinsun.com>
31077
31078         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
31079         not silently exit merely because the output buffer happens to
31080         have nothing pending.
31081
31082 2001-12-18  Paul Eggert  <eggert@twinsun.com>
31083
31084         See the big note in ../ChangeLog.
31085         * lib/human.c (suffixes): Prefer K to k for 1024.
31086         (generate_suffix_backwards): New function.
31087         (human_readable_inexact): Use it.
31088         * lib/xstrtol.c (__xstrtol): If there is no number but there
31089         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
31090         Accept 'K' as well as 'k'.
31091
31092 2001-12-15  Jim Meyering  <meyering@lucent.com>
31093
31094         * lib/regex.h (__restrict_arr): Update from libc.
31095
31096         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
31097         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
31098         (STREQ): Define.
31099
31100 2001-12-14  Jim Meyering  <meyering@lucent.com>
31101
31102         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
31103         Suggestion from Bruno Haible.
31104
31105 2001-12-10  Jim Meyering  <meyering@lucent.com>
31106
31107         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
31108         xrealloc, Instead, include "xalloc.h".
31109         (initbuffer): Don't cast xmalloc return value to char*.
31110         (readline): Reword comment.
31111         Don't cast xrealloc return value to char*
31112         Return NULL, not 0.
31113
31114 2001-12-09  Jim Meyering  <meyering@lucent.com>
31115
31116         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
31117         about `signed and unsigned type in conditional expression'.
31118         * lib/posixtm.c (posix_time_parse): Likewise.
31119
31120         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
31121
31122         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
31123         to avoid a pedantic warning.
31124
31125         * lib/getstr.c: Don't include assert.h.
31126         (getstr): Remove warning-evoking assertions.
31127         Return -1 if offset parameter is out of bounds.
31128         Change the type of a local from int to size_t.
31129
31130         * lib/strftime.c (my_strftime_localtime_r): Include this function
31131         definition in the `#if ! HAVE_TM_GMTOFF' block.
31132
31133         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
31134         Include xalloc.h instead.
31135
31136 2001-12-02  Jim Meyering  <meyering@lucent.com>
31137
31138         * lib/tempname.c: Don't declare getenv, thus reverting the change of
31139         2001-11-18.  It's no longer necessary, now that stdlib.h is always
31140         included.
31141
31142         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
31143         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
31144
31145 2001-11-30  Akim Demaille  <akim@epita.fr>
31146
31147         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
31148         before being defined.
31149
31150 2001-11-27  Paul Eggert  <eggert@twinsun.com>
31151
31152         * lib/quotearg.h (quotearg_n, quotearg_n_style):
31153         First arg is int, not unsigned.
31154         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
31155         (SIZE_MAX, UINT_MAX): New macros.
31156         (quotearg_n_options): Abort if N is negative.
31157         Avoid overflow check on hosts where size_t is 64 bits and int
31158         is 32 bits, as overflow is impossible there.
31159         Fix off-by-one typo that caused unnecessary reallocation.
31160
31161 2001-11-27  Jim Meyering  <meyering@lucent.com>
31162
31163         * lib/tempname.c: Merge with version from libc.
31164         * lib/regex.c: Likewise.
31165
31166         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
31167         systems for which STDC_HEADERS is 0, it was not included, resulting in
31168         a warning about an integer-to-pointer conversion problem with getenv.
31169         Reported by Volker Borchert.
31170
31171 2001-11-26  Jim Meyering  <meyering@lucent.com>
31172
31173         * lib/gtod.h: Remove file.
31174         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
31175         * lib/gettimeofday.c: Don't include gtod.h.
31176         (GTOD_init): Remove function.
31177         (rpl_gettimeofday): Do its job here instead, rather than aborting.
31178         Suggestion from Volker Borchert.
31179
31180 2001-11-23  Jim Meyering  <meyering@lucent.com>
31181
31182         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
31183         it.
31184         * lib/hash.c (struct hash_table): Define it here instead.
31185
31186 2001-11-22  Jim Meyering  <meyering@lucent.com>
31187
31188         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
31189
31190 2001-11-20  Jim Meyering  <meyering@lucent.com>
31191
31192         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
31193         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
31194
31195 2001-11-19  Jim Meyering  <meyering@lucent.com>
31196
31197         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
31198         directory.  Use "conftestXXXXXX" as the template.
31199         Suggestion from Paul Eggert.
31200
31201         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
31202         immediately, so the test doesn't mistakenly hit the max-open-files
31203         limit.
31204
31205 2001-11-18  Paul Eggert  <eggert@twinsun.com>
31206
31207         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
31208         (TEMPORARIES): New macro.
31209         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
31210         removes an artificial limitation (e.g. HP-UX 10.20, where
31211         TMP_MAX is 17576).
31212
31213 2001-11-18  Jim Meyering  <meyering@lucent.com>
31214
31215         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
31216
31217 2001-11-18  Jim Meyering  <meyering@lucent.com>
31218
31219         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
31220         on SunOS 4.
31221
31222         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
31223         files will be created before anything else.
31224
31225 2001-11-17  Paul Eggert  <eggert@twinsun.com>
31226
31227         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
31228         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
31229
31230 2001-11-17  Jim Meyering  <meyering@lucent.com>
31231
31232         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
31233         Prompted by a report from Bob Proulx.
31234
31235         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
31236         Instead, require UTILS_FUNC_MKSTEMP.
31237
31238 2001-11-17  Jim Meyering  <meyering@lucent.com>
31239
31240         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
31241         Now, that's done as part of AC_FUNC_STRTOD.
31242
31243 2001-11-17  Jim Meyering  <meyering@lucent.com>
31244
31245         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
31246         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
31247         rather than group writable.  Patch by Juan F. Codagnone.
31248
31249         * lib/readtokens.c: Remove explicit declarations of xmalloc and
31250         xrealloc, Instead, include "xalloc.h".
31251
31252         * lib/mountlist.c: Include unlocked-io.h after all system headers.
31253         Remove explicit declarations of xmalloc, xrealloc,
31254         and xstrdup.  Instead, include "xalloc.h".
31255
31256         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
31257         unlocked-io.h.
31258         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
31259         Likewise.
31260         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
31261
31262         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
31263         Reported by Padraig Brady.
31264
31265         * lib/mkstemp.c: #undef mkstemp.
31266         Include config.h.
31267         (rpl_mkstemp): Rename from mkstemp.
31268         Protoize.
31269
31270 2001-11-16  Jim Meyering  <meyering@lucent.com>
31271
31272         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
31273         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
31274         determine the amount of total physical memory, use pstat_getstatic.
31275         HPUX-11 doesn't define _SC_PHYS_PAGES.
31276         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
31277         If sysconf couldn't be used to determine the amount of available
31278         physical memory, use both pstat_getstatic and pstat_getdynamic.
31279         Based on a patch from Bob Proulx.
31280
31281 2001-11-10  Jim Meyering  <meyering@lucent.com>
31282
31283         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
31284         (jm_PREREQ): Use it.
31285
31286 2001-11-09  Jim Meyering  <meyering@lucent.com>
31287
31288         * m4/jm-macros.m4: Require autoconf-2.52f.
31289         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
31290         Use these AC_-prefixed names, not the AM_-prefixed ones.
31291
31292         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
31293
31294 2001-11-05  Jim Meyering  <meyering@lucent.com>
31295
31296         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
31297
31298 2001-11-04  Jim Meyering  <meyering@lucent.com>
31299
31300         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
31301         $DEFS.
31302
31303 2001-11-03  Jim Meyering  <meyering@lucent.com>
31304
31305         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
31306         of AC_DEFUN.
31307
31308         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
31309         know the name of the variable in the macro definition.
31310
31311 2001-11-03  Jim Meyering  <meyering@lucent.com>
31312
31313         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
31314         in argmatch_to_argument call.
31315
31316         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
31317         argument.
31318
31319         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
31320         e.g., a fault due to an attempt to free a NULL pointer.
31321
31322 2001-11-01  Jim Meyering  <meyering@lucent.com>
31323
31324         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
31325         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
31326
31327 2001-11-01  Jim Meyering  <meyering@lucent.com>
31328
31329         * lib/dirfd.c, lib/dirfd.h: New files.
31330         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
31331
31332         * lib/hash.c (hash_print) [TESTING]: Clean up.
31333
31334 2001-10-22  Paul Eggert  <eggert@twinsun.com>
31335
31336         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
31337         to avoid a warning if -Wall.
31338
31339 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
31340
31341         * README: New file
31342         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
31343         (per RMS's instructions, this is now the canonical source)
31344         * lgpl/, gpl/: New directories.
31345
31346 2001-10-21  Paul Eggert  <eggert@twinsun.com>
31347
31348         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
31349
31350 2001-10-21  Jim Meyering  <meyering@lucent.com>
31351
31352         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
31353         this code would end up calling gettext even in packages built
31354         with --disable-nls.
31355         * lib/getopt.c (_): Likewise.
31356         * lib/regex.c (_): Likewise.
31357
31358 2001-10-20  Paul Eggert  <eggert@twinsun.com>
31359
31360         * m4/error.m4 (jm_PREREQ_ERROR):
31361         Do not invoke AC_CHECK_FUNCS with strerror_r, as
31362         AC_FUNC_STRERROR_R does that.
31363         Check for strerror declaration.
31364
31365         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
31366         are supposed to have them these days.
31367         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
31368         Merge changes from latest Autoconf CVS.
31369         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
31370         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
31371         POSIX decided to standardize on the int flavor of strerror_r.
31372
31373 2001-10-20  Paul Eggert  <eggert@twinsun.com>
31374
31375         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
31376         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
31377         Use strerror_r that is only a macro, even if it is not a function.
31378         (strerror): Check for HAVE_DECL_STRERROR before declaring.
31379         (private_strerror): Use prototypes, not old-style function definition.
31380         (print_errno_message): New function.
31381         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
31382         char*-flavored one.
31383         (error_tail, error, error_at_line): Use it.
31384
31385 2001-10-11  Jim Meyering  <meyering@lucent.com>
31386
31387         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
31388         and quote_n (1, ... to avoid clobbering a buffer.
31389
31390 2001-10-05  Jim Meyering  <meyering@lucent.com>
31391
31392         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
31393         hash-pjw.h.
31394         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
31395         * lib/hash-pjw.h: New file.
31396
31397 2001-09-30  Jim Meyering  <meyering@lucent.com>
31398
31399         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
31400         `struct fsstat' has the `f_fstypename' member.
31401         Use that to define FS_TYPE, which is now used to make
31402         the getfsstat link test tighter.
31403
31404 2001-09-30  Jim Meyering  <meyering@lucent.com>
31405
31406         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
31407         Include <sys/ucred.h>, for Apple Darwin.
31408         Include sys/mount.h and sys/fs_types.h only if available.
31409         (FS_TYPE): Define.
31410         (read_filesystem_list): Use FS_TYPE.
31411
31412 2001-09-29  Paul Eggert  <eggert@twinsun.com>
31413
31414         * lib/exclude.c (excluded_filename): 0 -> false, since it's
31415         a boolean context.
31416
31417 2001-09-29  Jim Meyering  <meyering@lucent.com>
31418
31419         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
31420         [one-argument getmntent function]): Include stdio.h before mntent.h.
31421         SunOS 4.1.x needs it for the declaration of `FILE'.
31422         Patch by Volker Borchert.
31423
31424         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
31425         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
31426         sys/fs_types.h, and make the link-test for getfsstat guard #include
31427         directives with appropriate #if HAVE_*_H tests so that we can
31428         detect getfsstat on Apple Darwin1.3.7 systems.
31429         Reported by Nelson Beebe.
31430         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
31431
31432 2001-09-28  Paul Eggert  <eggert@twinsun.com>
31433
31434         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
31435         #defines strtoimax.  Also treat the other strto* functions
31436         like strtoimax.
31437
31438         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
31439         Check for strtoul and strtoumax,
31440         as those declarations are made even in the signed case.
31441         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
31442         Likewise, for strtol and strtoimax.
31443
31444 2001-09-28  Paul Eggert  <eggert@twinsun.com>
31445
31446         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
31447         #defines strtoimax.  Also treat the other strto* functions
31448         like strtoimax.
31449
31450         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
31451         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
31452         (strtoimax, strtoumax): Do not declare if already defined as a macro.
31453
31454 2001-09-26  Jim Meyering  <meyering@lucent.com>
31455
31456         Most macros in unlocked-io.h had the wrong number of arguments.
31457         * lib/gen-uio: New script.
31458         (USE_UNLOCKED_IO): Define to 1 if not already defined.
31459         * lib/unlocked-io.hin: Remove file.
31460         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
31461         rather than trying to embed it here.
31462         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
31463         Reported by Padraig Brady.
31464
31465 2001-09-25  Volker Borchert  <bt@teknon.de>
31466
31467         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
31468         `result'.
31469
31470 2001-09-24  Jim Meyering  <meyering@lucent.com>
31471
31472         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
31473
31474 2001-09-23  Jim Meyering  <meyering@lucent.com>
31475
31476         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
31477         instead of the mere test for existence of mntent.h.  The latter
31478         would get a false-positive on AIX 3.4 systems.
31479         In the outer getmntent if-block, don't die if neither of the getmntent
31480         tests succeeds.  Instead, just fall through and continue with the
31481         remaining tests.
31482
31483 2001-09-23  Jim Meyering  <meyering@lucent.com>
31484
31485         * lib/mountlist.c: Remove useless parentheses in #if directives.
31486         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
31487         the deprecated MOUNTED symbol is no longer defined in mntent.h.
31488
31489 2001-09-22  Jim Meyering  <meyering@lucent.com>
31490
31491         * m4/gettext.m4: New file.  From gettext.
31492         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
31493         * m4/progtest.m4: Likewise
31494         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
31495         * m4/glibc21.m4: Likewise.
31496
31497         * m4/libintl.m4: Remove.  No longer used.
31498
31499 2001-09-22  Jim Meyering  <meyering@lucent.com>
31500
31501         * lib/localcharset.c: Update from latest gettext.
31502         * lib/config.charset: Likewise.
31503
31504 2001-09-20  Jim Meyering  <meyering@lucent.com>
31505
31506         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
31507         strtoimax.
31508         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
31509         strtoumax.
31510
31511 2001-09-20  Jim Meyering  <meyering@lucent.com>
31512
31513         * lib/xstrtol.c (strtoimax): Guard declaration with
31514         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
31515         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
31516         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
31517         (strtoumax): Likewise, for completeness (it wasn't necessary).
31518
31519 2001-09-17  Paul Eggert  <eggert@twinsun.com>
31520
31521         * lib/strtoimax.c (HAVE_LONG_LONG):
31522         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
31523         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
31524         to work around bug in IBM C compiler.
31525
31526 2001-09-17  Jim Meyering  <meyering@lucent.com>
31527
31528         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
31529         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
31530         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
31531         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
31532         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
31533         whenever the right hand side need not be expanded by the shell.
31534
31535 2001-09-16  Paul Eggert  <eggert@twinsun.com>
31536
31537         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
31538         library.  It's not correct, as some older glibcs are buggy.
31539         fnmatch wasn't fixed until glibc 2.2.
31540
31541         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
31542         special shell magic here.
31543
31544 2001-09-16  Jim Meyering  <meyering@lucent.com>
31545
31546         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
31547         * m4/jm-macros.m4: Require it.
31548
31549 2001-09-16  Jim Meyering  <meyering@lucent.com>
31550
31551         * lib/mkdir.c: New file.
31552
31553 2001-09-15  Jim Meyering  <meyering@lucent.com>
31554
31555         * m4/jm-macros.m4: Check for help2man.
31556
31557 2001-09-11  Jim Meyering  <meyering@lucent.com>
31558
31559         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
31560         The body, by Paul Eggert, was moved here from configure.in.
31561         * m4/jm-macros.m4: Require UTILS_HOST_OS.
31562
31563 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31564
31565         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
31566         (jm_PREREQ): Use it.
31567
31568 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31569
31570         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
31571         Use ssize_t, not int, to store result of readlink.
31572         Check for ssize_t overflow as well as size_t overflow,
31573         as POSIX says the result of readlink is implementation-defined
31574         when ssize_t overflows.
31575         Remove unnecessary cast to char*.
31576         Use free+malloc instead of realloc, as the storage doesn't need
31577         to be preserved and it's clearer and can be more efficient that way.
31578         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
31579         * lib/xreadlink.h (xreadlink): Update prototype.
31580
31581 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31582
31583         * lib/xgetcwd.c: Revert some of the previous change; intead,
31584         fix the HAVE_GETCWD_NULL code to behave more like the
31585         !HAVE_GETCWD_NULL code used to.
31586
31587         Include "xalloc.h".
31588         (xgetcwd): Do not return NULL when memory is exhausted; instead,
31589         invoke xalloc_die.
31590
31591 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31592
31593         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
31594         sys/param.h, as pathmax.h includes them.
31595
31596 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31597
31598         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
31599         (jm_PREREQ_XGETCWD): New macro.
31600
31601         * m4/getcwd.m4: New file.
31602
31603 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31604
31605         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
31606         like the HAVE_GETCWD_NULL code.
31607         Include pathmax.h if not HAVE_GETCWD.
31608         Do not include xalloc.h.
31609         (INITIAL_BUFFER_SIZE): New symbol.
31610         Do not use xmalloc / xrealloc, since the caller is responsible for
31611         handling errors.  Preserve errno around `free' during failure.
31612         Do not overrun buffer when using getwd.
31613
31614 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31615
31616         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
31617         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
31618         getcwd (NULL, 0).
31619
31620 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31621
31622         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
31623         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
31624         spotted by Jim Meyering.
31625
31626 2001-09-03  Jim Meyering  <meyering@lucent.com>
31627
31628         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
31629         failure.
31630
31631 2001-09-02  Jim Meyering  <meyering@lucent.com>
31632
31633         * lib/error.c: Update from GNU libc.
31634
31635 2001-09-01  Jim Meyering  <meyering@lucent.com>
31636
31637         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
31638         Used by df.
31639
31640 2001-09-01  Jim Meyering  <meyering@lucent.com>
31641
31642         * lib/xreadlink.c: New file.
31643         * lib/xreadlink.h: New file.
31644         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
31645         xreadlink.h.
31646
31647         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
31648         doesn't conflict with sparc Solaris 7's definition in
31649         /usr/include/sys/int_types.h.
31650
31651         * lib/exclude.c: Use `""', not `<>' to #include non-system header
31652         files.
31653         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
31654         and strncasecmp as r-values.  Unixware didn't have declarations.
31655
31656 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31657
31658         * lib/xstrtol.h: Add copyright notice.
31659         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
31660         LONGINT_INVALID_SUFFIX_CHAR.
31661
31662 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31663
31664         * lib/xstrtol.c (strtoimax): New decl.
31665
31666 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31667
31668         * lib/xgetcwd.c: Don't include pathmax.h.
31669         Include stdlib.h and unistd.h if available.
31670         Include xalloc.h.
31671         (xmalloc, xstrdup, free): Remove decls.
31672         (xgetcwd): Don't assume sizes fit in unsigned.
31673         Check for overflow when computing sizes.
31674         Simplify reallocation code.
31675
31676 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31677
31678         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
31679         a directory's st_size can have an arbitrary value, so the old
31680         usage could waste an arbitrary amount of memory.  All uses
31681         changed.
31682         * lib/savedir.h: Update prototype.
31683
31684 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31685
31686         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
31687
31688         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
31689         old strtoimax.c.
31690
31691         Also, make the following further changes to make this file's
31692         configuration more similar to that of strtol.c:
31693         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
31694         (strtoumax, uintmax_t, strtoull, strtol): Remove.
31695         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
31696         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
31697         changed to signed values.
31698
31699         And make the following changes as well:
31700         Fix copyright notice, as 1999 was missing.
31701         (verify): New macro.
31702         (strtoimax): Check sizes at compile-time, not run-time.
31703         Prefer strtol to strtoll if both work.
31704         (main): Remove; it was not that useful and was a pain to maintain.
31705
31706         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
31707
31708 2001-08-31  Jim Meyering  <meyering@lucent.com>
31709
31710         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
31711         Use an initial, malloc'd, buffer of length 128 rather than
31712         a statically allocated one of length 1024.
31713
31714 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31715
31716         Simplify code, partly by assuming autoconf 2.52 semantics.
31717
31718         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
31719
31720         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
31721         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
31722         All uses removed.
31723         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
31724         Move AC_REQUIRE to next-to-top level, to avoid confusion.
31725         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
31726         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
31727         jm_AC_HEADER_INTTYPES_H.
31728         * m4/jm-macros.m4 (jm_MACROS): Likewise.
31729
31730         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
31731
31732         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
31733         Quote first arg of AC_DEFUN.
31734         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
31735         since they are needed to parse the include file even if we need
31736         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
31737         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
31738         but with opposite signedness.
31739
31740 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31741
31742         Merge 'exclude' changes from tar 1.13.22.
31743         This fixes one or two unlikely storage allocation overflow bugs,
31744         but doesn't change user-visible behavior otherwise.
31745
31746 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31747
31748         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
31749         (jm_PREREQ_EXCLUDE): New macro.
31750
31751 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31752
31753         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
31754         tm to be declared.
31755
31756 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31757
31758         * lib/hash.c: Remove '2001' from copyright notice.
31759
31760 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31761
31762         * lib/full-write.h: New file.
31763         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
31764         * lib/full-write.c: Correct credits, as cccp.c no longer
31765         exists and anyway it was so heavily changed from the old cccp
31766         code as to be unrecognizable.  Include full-write.h.
31767         (full_write) Return size_t, with short writes meaning failure.
31768         All callers changed.  This fixes a bug with large buffers
31769         on 64-bit hosts.
31770         * lib/utime.c: Include full-write.h.
31771
31772 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31773
31774         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
31775         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
31776         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
31777         Include if available.
31778         (<xalloc.h>): Include
31779         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
31780         (verify): New macro.  Use it to verify that EXCLUDE macros do not
31781         collide with FNM macros.
31782         (struct patopts): New struct.
31783         (struct exclude): Use it, as exclude patterns now come with options.
31784         (new_exclude): Support above changes.
31785         (new_exclude, add_exclude_file):
31786         Initial size must now be a power of two to simplify overflow checking.
31787         (free_exclude, fnmatch_no_wildcards): New function.
31788         (excluded_filename): No longer requires options arg, as the options
31789         are determined by add_exclude.  Now returns bool, not int.
31790         (excluded_filename, add_exclude):
31791         Add support for the fancy new exclusion options.
31792         (add_exclude, add_exclude_file): Now takes int options arg.
31793         Check for arithmetic overflow when computing sizes.
31794         (add_exclude_file): xrealloc might modify errno, so don't
31795         realloc until after errno might be used.
31796
31797         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
31798         New macros.
31799         (free_exclude): New decl.
31800         (add_exclude, add_exclude_file): Now takes int options arg.
31801         (excluded_filename): No longer requires options arg, as the options
31802         are determined by add_exclude.  Now returns bool, not int.
31803
31804 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31805
31806         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
31807
31808 2001-08-27  Jim Meyering  <meyering@lucent.com>
31809
31810         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
31811
31812         * lib/version-etc.c (N_): Remove definition.
31813         Revert most of last change.
31814         Instead, simply don't mark the `Copyright...' string for translation.
31815         Based on advice from Paul Eggert.
31816
31817         * lib/strtoxmax.c: Tweak comment.
31818
31819 2001-08-26  Jim Meyering  <meyering@lucent.com>
31820
31821         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
31822
31823         * m4/xstrtoimax.m4: New file.
31824         * m4/xstrtoumax.m4: Add comments explaining why we
31825         AC_REPLACE_FUNCS(strtol).
31826
31827 2001-08-26  Jim Meyering  <meyering@lucent.com>
31828
31829         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
31830         of copyright with `%s' so translators don't get an untranslated
31831         message in 2002.
31832         (COPYRIGHT_YEAR): Define.
31833         (version_etc): Use fprintf rather than fputs.
31834         Suggestion from Ulrich Drepper.
31835
31836         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
31837
31838         * lib/strtoll.c: New file, from GNU libc.
31839         * lib/xstrtoimax.c: New file.
31840
31841         * lib/xstrtol.h: Add xstrtoimax.
31842         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
31843         * lib/strtoimax.c: New file.  Likewise, but first define
31844         STRTOUXMAX_SIGNED.
31845
31846         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
31847         ...
31848         * lib/strtoxmax.c: ... then renamed to this.
31849
31850 2001-08-18  Paul Eggert  <eggert@twinsun.com>
31851
31852         * m4/inttypes.m4: Add AC_PREREQ(2.13).
31853         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
31854         (jm_AC_TYPE_INTMAX_T): New macro.
31855         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
31856
31857         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
31858
31859         * m4/longlong.m4: Renamed from ulonglong.m4.
31860         * m4/inttypes.m4: Renamed from inttypes_h.m4.
31861         * m4/uintmax_t.m4: Removed.
31862
31863 2001-08-13  Paul Eggert  <eggert@twinsun.com>
31864
31865         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
31866         Port to Solaris 8, where 'sed' requires a space after the 'r'
31867         command, and where sh dislikes "$/".  Clean up the spacing a bit.
31868         Redirect output to $tmp just once.
31869
31870 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
31871
31872         * lib/addext.c (<errno.h>): Include.
31873         (errno): Declare if not defined.
31874         (addext): Work correctly when pathconf returns -1 and leaves
31875         errno alone because there is no limit.  Also, work even if
31876         pathconf returns a value greater than SIZE_MAX.
31877
31878 2001-08-12  Jim Meyering  <meyering@lucent.com>
31879
31880         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
31881         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
31882         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
31883         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
31884         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
31885         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
31886         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
31887         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
31888         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
31889         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
31890         utime.m4, utimes.m4, xstrtoumax.m4:
31891         Quote the first argument in each use of AC_DEFUN.
31892
31893 2001-08-12  Jim Meyering  <meyering@lucent.com>
31894
31895         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
31896         Simply `return getcwd (NULL, 0);'.
31897         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
31898         Use 1300 as initial value for length, not PATH_MAX.
31899
31900         * lib/pathmax.h: Clean up cpp syntax.
31901
31902 2001-08-12  Jim Meyering  <meyering@lucent.com>
31903
31904         * lib/gettimeofday.c: New file.
31905         * lib/gtod.h: New file.
31906         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
31907
31908 2001-08-05  Jim Meyering  <meyering@lucent.com>
31909
31910         * m4/jm-macros.m4: Require autoconf-2.52.
31911
31912 2001-08-04  Jim Meyering  <meyering@lucent.com>
31913
31914         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
31915         stmt, to get in sync with glibc.
31916
31917 2001-08-03  Paul Eggert  <eggert@twinsun.com>
31918
31919         The following changes are from gettext 0.10.39 as maintained by
31920         Bruno Haible.
31921
31922         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
31923         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
31924         with inverted sense.  All uses changed.
31925
31926         * lib/mbswidth.c: Don't include <limits.h>.
31927         Include <stdlib.h> and <string.h> unconditionally.
31928         (iswcntrl, mbsinit, ISCNTRL): New macros.
31929         (mbsnwidth): Use K&R style function declarations.
31930         Don't bother checking for MB_LEN_MAX == 1, since the compiler
31931         can optimize it when MB_CUR_MAX == 1.
31932         The width of control characters is zero, not 1.
31933
31934 2001-08-03  Paul Eggert  <eggert@twinsun.com>
31935
31936         The following changes are from gettext 0.10.39 as maintained by
31937         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
31938
31939         * m4/codeset.m4: Upgrade to serial AM1.
31940         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
31941         all uses changed.  Quote first arg of AC_DEFUN.
31942         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
31943
31944         * m4/iconv.m4: Upgrade to serial AM2.
31945         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
31946         Add --with-libconv-prefix.
31947         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
31948         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
31949         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
31950         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
31951         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
31952
31953         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
31954         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
31955         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
31956         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
31957         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
31958         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
31959         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
31960         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
31961         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
31962
31963         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
31964         string.h any more.
31965
31966         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
31967         not the default value.
31968
31969         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
31970         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
31971         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
31972         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
31973         Also check for iswcntrl, used for wcwidth fallback.
31974         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
31975         to Autoconf 2.13.
31976
31977 2001-08-03  Jim Meyering  <meyering@lucent.com>
31978
31979         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
31980         as it was in the original.  Reported by Paul Eggert.
31981
31982 2001-07-16  Jim Meyering  <meyering@lucent.com>
31983
31984         * m4/gettimeofday.m4: New file.
31985         Prompted by a report from Bernhard Baehr.
31986
31987 2001-07-15  Jim Meyering  <meyering@lucent.com>
31988
31989         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
31990         stuff. Now it's in ../Makefile.cfg.
31991
31992 2001-07-15  Jim Meyering  <meyering@lucent.com>
31993
31994         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
31995         (BUILT_SOURCES): Add unlocked-io.h.
31996         (io_functions): Define.
31997         (unlocked-io.h): New rule.
31998         (DISTCLEANFILES): Add unlocked-io.h.
31999         (all-local): Depend on unlocked-io.h, to ensure it is created.
32000
32001         * lib/unlocked-io.hin: New file
32002
32003         * lib/regex.c: Update from glibc.
32004
32005 2001-07-05  Jim Meyering  <meyering@lucent.com>
32006
32007         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
32008         recommendation.
32009         (libfetish_a_SOURCES): Put all .h files here instead.
32010         Remove a thus-exposed (better checks in automake) duplicate and
32011         two unnecessary .h files.
32012
32013 2001-07-04  Jim Meyering  <meyering@lucent.com>
32014
32015         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
32016         that generates jm-glibc-io.m4 so that it doesn't trigger any make
32017         distcheck failure.
32018
32019 2001-07-02  Jim Meyering  <meyering@lucent.com>
32020
32021         The following changes were prompted by suggestions from Bruno Haible.
32022
32023         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
32024         is now generated.
32025         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
32026         definition of EXTRA_DIST.
32027         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
32028         ensure that the generated file is created/updated whenever the list
32029         of $(unlocked_functions) is changed.
32030         (jm-glibc-io.m4): New rule.
32031         (unlocked-io.h): New rule -- currently unused.
32032
32033 2001-06-24  Jim Meyering  <meyering@lucent.com>
32034
32035         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
32036         unmatched right bracket, rather than kludging it with an extra,
32037         falsely-matching quote in a comment.  Patch by Akim Demaille.
32038
32039 2001-06-11  Jim Meyering  <meyering@lucent.com>
32040
32041         * lib/regex.c: Update from GNU libc.
32042
32043 2001-05-27  Jim Meyering  <meyering@lucent.com>
32044
32045         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
32046         Check for ut_type in struct utmp.
32047
32048 2001-05-27  Jim Meyering  <meyering@lucent.com>
32049
32050         * lib/readutmp.h (UT_TYPE): Define.
32051
32052 2001-05-24  Jim Meyering  <meyering@lucent.com>
32053
32054         * lib/argmatch.c: Include "quote.h".
32055         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
32056         quote function.  Reported by Göran Uddeborg.
32057
32058 2001-05-22  Jim Meyering  <meyering@lucent.com>
32059
32060         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
32061         now that we use the package-supplied version unconditionally.
32062         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
32063
32064 2001-05-21  Jim Meyering  <meyering@lucent.com>
32065
32066         * m4/regex.m4: Change a couple backticks to single quotes to avoid
32067         shell syntax errors.
32068
32069 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
32070
32071         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
32072
32073 2001-05-20  Paul Eggert  <eggert@twinsun.com>
32074
32075         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
32076         Don't bother to check library strftime, since
32077         we'll be using our own my_strftime function anyway.
32078         Define my_strftime instead of strftime.
32079
32080 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
32081
32082         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
32083         which is not yet declared.
32084
32085 2001-05-15  Jim Meyering  <meyering@lucent.com>
32086
32087         * m4/regex.m4: Use proper quoting so brackets appear in the test
32088         program.
32089         Reported by, and with help from, Bruno Haible.
32090
32091 2001-05-13  Jim Meyering  <meyering@lucent.com>
32092
32093         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
32094         undefined.
32095
32096 2001-05-11  Paul Eggert  <eggert@twinsun.com>
32097
32098         dirname code cleanup.  base_name now behaves more compatibly
32099         with POSIX basename when given file names that have trailing
32100         slashes, and similarly for dir_name.  Add new primitives
32101         base_len and dir_len.  Put the directory-name-related decls
32102         into dirname.h.
32103
32104         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
32105         * lib/backupfile.c (base_name): Likewise.
32106         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
32107         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
32108         * lib/makepath.c (strip_trailing_slashes): Likewise.
32109         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
32110         ISSLASH): Likewise.
32111         * lib/rename.c (strip_trailing_slashes): Likewise.
32112         * lib/same.c (base_name): Likewise.
32113         * lib/stripslash.c (ISSLASH): Likewise.
32114
32115         * lib/addext.c: Include <dirname.h> after size_t is defined.
32116         * lib/backupfile.c: Likewise.
32117
32118         * lib/addext.c (addext): Use base_len to trim redundant
32119         trailing slashes instead of doing it ourselves.
32120         But do not trim the last slash if it is not redundant.
32121
32122         * lib/backupfile.c (find_backup_file_name,
32123         max_backup_version): Use base_len instead of rolling it ourselves.
32124         Handle the case of "" and (on DOS) "C:" correctly.
32125
32126         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
32127         needed. Include <string.h>, <dirname.h>.
32128         (base_name): Allow file names ending in slashes, other than names
32129         that are all slashes.  In this case, return the basename followed
32130         by the slashes.  This is more general, and can be used in places
32131         where the original base_name purposely had an assertion failure.
32132         (base_len): New function.
32133
32134         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
32135         Do not include <assert.h>; no longer needed.
32136         Include xalloc.h.
32137         (memrchr): Remove decl.
32138         (dir_name_r): Remove.
32139         (dir_len): Renamed from dirlen.  All callers changed.
32140         Rewrite in terms of base_name, for simplicity and consistency.
32141         (dir_name): Never return NULL.  All callers changed.
32142         Do not include <stdlib.h> in test program; no longer needed.
32143         return 0; is fine for test program.
32144
32145         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
32146         New macros.
32147         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
32148
32149         * lib/path-concat.c (path_concat): Use base_len to compute
32150         base length, not strlen; this means we cannot rely on memcpy
32151         to null-terminate.
32152
32153         * lib/same.c (STREQ): Remove.
32154         (same_name): Handle the case where the basename ends in trailing '/'.
32155
32156         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
32157         a slash was stripped.  Do not strip the last slash after a
32158         file system prefix.
32159
32160 2001-05-11  Paul Eggert  <eggert@twinsun.com>
32161
32162         * lib/Makefile.am (libfetish_a_SOURCES):
32163         Add strftime.c, since we now compile it on all hosts.
32164
32165         * lib/strftime.c (my_strftime):
32166         Define to nstrftime if emacs, but only if my_strftime is not defined.
32167         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
32168         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
32169         Add one more extra argument: a nanoseconds value.
32170         All uses changed.
32171         (ns): New macro.
32172         (my_strftime function): Add %N format.
32173         (emacs_strftimeu): Renamed from emacs_strftime,
32174         with extra ut argument.
32175
32176 2001-05-09  Paul Eggert  <eggert@twinsun.com>
32177
32178         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
32179
32180 2001-04-21  Jim Meyering  <meyering@lucent.com>
32181
32182         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
32183         doesn't interfere.
32184
32185 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
32186
32187         * m4/ftruncate.m4: Check for chsize.
32188         Link with ftruncate.o unconditionally if ftruncate is missing.
32189         This was required when cross-compiling to i586-mingw32msvc.
32190
32191 2001-04-08  Jim Meyering  <meyering@lucent.com>
32192
32193         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
32194         recomputed; that's necessary when the offset spans a DST transition.
32195         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
32196
32197 2001-04-02  Jim Meyering  <meyering@lucent.com>
32198
32199         * lib/regex.h, regex.c: Update from GNU libc.
32200
32201 2001-03-24  Jim Meyering  <meyering@lucent.com>
32202
32203         * m4/jm-macros.m4: Require autoconf-2.49d.
32204
32205 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
32206
32207         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
32208
32209 2001-03-19  Paul Eggert  <eggert@twinsun.com>
32210
32211         * lib/version-etc.c (version_etc_copyright): Update to 2001.
32212
32213 2001-03-17  Jim Meyering  <meyering@lucent.com>
32214
32215         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
32216         now that the version in autoconf is equivalent.
32217         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
32218
32219         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
32220         Suggestion from Akim Demaille.
32221
32222         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
32223         (jm_PREREQ_TEMPNAME): New function.
32224
32225 2001-03-16  Paul Eggert  <eggert@twinsun.com>
32226
32227         * lib/tempname.c (uint64_t): Define to uintmax_t if
32228         not defined, and if UINT64_MAX is not defined.
32229         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
32230         Reported by John David Anglin.
32231
32232 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
32233
32234         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
32235         resolve alias if codeset is empty.
32236         * lib/config.charset (BeOS): Use wildcard syntax.
32237
32238 2001-03-13  Jim Meyering  <meyering@lucent.com>
32239
32240         * lib/path-concat.c (path_concat)
32241         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
32242         concatenating e.g., `C:' and `foo'.
32243         From Bruno Haible.
32244
32245 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
32246
32247         * lib/localcharset.c (locale_charset): Don't use
32248         setlocale(LC_CTYPE,NULL). Don't return NULL.
32249         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
32250
32251 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
32252
32253         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
32254         support for DOS/DJGPP.
32255
32256 2001-03-01  Paul Eggert  <eggert@twinsun.com>
32257
32258         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
32259         lacks mkstemp.  Compile our own tempname.c if we compile our own
32260         mkstemp.c, as mkstemp relies on tempname.
32261
32262 2001-03-01  Jim Meyering  <meyering@lucent.com>
32263
32264         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
32265         AH_VERBATIM really does output its argument verbatim.
32266
32267 2001-02-28  Paul Eggert  <eggert@twinsun.com>
32268
32269         * lib/Makefile.am (libfetish_a_SOURCES):
32270         Add dup-safer.c, fopen-safer.c.
32271         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
32272
32273         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
32274         * lib/unistd-safer.h: New files.
32275
32276 2001-02-25  Paul Eggert  <eggert@twinsun.com>
32277
32278         The mkstemp replacement is taken from glibc 2.2.2, with some
32279         portability fixes for use outside glibc, as follows:
32280
32281         * lib/tempname.c (struct_stat64): New macro.
32282         (direxists, __gen_tempname): Use it.
32283         This avoids a portability problem with Solaris 8.
32284
32285         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
32286         (<stddef.h>, <stdint.h>, <string.h>):
32287         Include only if STDC_HEADERS || _LIBC.
32288         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
32289         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
32290         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
32291         (__set_errno): Define this macro if <errno.h> doesn't.
32292         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
32293         Define these macros if <stdio.h> doesn't.
32294         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
32295         Define these macros if <sys/stat.h>
32296         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
32297         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
32298         __xstat64): Define if not _LIBC.
32299         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
32300         (__gen_tempname): Invoke gettimeofday only if
32301         HAVE_GETTIMEOFDAY || _LIBC;
32302         otherwise, fall back on plain "time".
32303         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
32304
32305         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
32306
32307         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
32308
32309 2001-02-18  Paul Eggert  <eggert@twinsun.com>
32310
32311         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
32312
32313 2001-02-17  Paul Eggert  <eggert@twinsun.com>
32314
32315         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
32316         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
32317         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
32318         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
32319
32320 2001-02-17  Paul Eggert  <eggert@twinsun.com>
32321
32322         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
32323         Remove workaround macros for hosts that have mbrtowc but not
32324         mbstate_t, as we now insist on proper declarations for both
32325         before using mbrtowc.
32326
32327 2001-02-17  Jim Meyering  <meyering@lucent.com>
32328
32329         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
32330         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
32331         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
32332         UnixWare 7.1.1.
32333
32334         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
32335         rather than AC_CACHE_VAL.
32336
32337 2001-02-17  Jim Meyering  <meyering@lucent.com>
32338
32339         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
32340         around included file name.
32341
32342         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
32343
32344         * lib/strftime.c: Update from GNU libc (the only changes were to
32345         comments).
32346
32347 2001-02-17  Jim Meyering  <meyering@lucent.com>
32348
32349         * lib/regex.c: Update from libc.
32350
32351 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
32352
32353         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
32354         clash.
32355
32356 2001-02-16  Paul Eggert  <eggert@twinsun.com>
32357
32358         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
32359         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
32360         Reported by Mark Hounschell via Paul Eggert.
32361
32362 2001-02-07  Jim Meyering  <meyering@lucent.com>
32363
32364         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
32365
32366 2001-02-05  Jim Meyering  <meyering@lucent.com>
32367
32368         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
32369         it includes the patch required for `large file' support with at least
32370         HP-UX's 10.20 /bin/cc.
32371
32372 2001-02-03  Jim Meyering  <meyering@lucent.com>
32373
32374         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
32375         AS_IF, now that it works once again (mysteriously).
32376         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
32377
32378 2001-01-30  Jim Meyering  <meyering@lucent.com>
32379
32380         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
32381         * m4/chown.m4: Rename conftestchown to conftest.chown.
32382         * m4/rename.m4: s/conftestdir/conftest.d1/ and
32383         s/conftestdir2/conftest.d2/.
32384         * m4/utimes.m4: s/conftestdata/conftest.data/
32385         Inspired by Pavel Roskin's change in autoconf.
32386
32387 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
32388
32389         * lib/config.charset: Update for FreeBSD 4.2.
32390
32391 2001-01-27  Jim Meyering  <meyering@lucent.com>
32392
32393         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
32394         a use of AS_IF.
32395         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
32396
32397 2001-01-26  Jim Meyering  <meyering@lucent.com>
32398
32399         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
32400         quotearg.c includes it.
32401
32402 2001-01-26  Jim Meyering  <meyering@lucent.com>
32403
32404         * lib/quotearg.c: Include stddef.h.
32405         * lib/quote.c: Include stddef.h.
32406         Reported by Axel Kittenberger.
32407
32408         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
32409         line in double quotes so that it evokes a better diagnostic.
32410         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
32411         Reported by Axel Kittenberger.
32412
32413 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
32414
32415         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
32416         as if it was a `charset'.
32417
32418 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
32419
32420         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
32421         has const.
32422
32423 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
32424
32425         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
32426         to avoid a warning.  Add back 'const' to inptr.
32427
32428 2001-01-20  Jim Meyering  <meyering@lucent.com>
32429
32430         Be sure that headers are checked before used in code compiled
32431         for the type checks.
32432         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
32433         In place of that, invoke jm_CHECK_ALL_TYPES.
32434         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
32435         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
32436         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
32437         The check for ssize_t was mistakenly run before the test for unistd.h.
32438
32439         The configure-time check for stdbool.h was missing.
32440         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
32441         (jm_PREREQ_HASH): New function.
32442
32443 2001-01-17  Jim Meyering  <meyering@lucent.com>
32444
32445         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
32446         for autoconf-2.49c.
32447         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
32448
32449 2001-01-16  Jim Meyering  <meyering@lucent.com>
32450
32451         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
32452         From Bruno Haible.
32453
32454 2001-01-14  Jim Meyering  <meyering@lucent.com>
32455
32456         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
32457         foo and bar.  Create conftestdir/ in the script, not in the C code.
32458         Remove directories in the script, not in the C code.
32459         Remove conftestdir{,2} before trying to create the directory.
32460         Make the entire configure script fail if the mkdir fails.
32461
32462 2001-01-14  Jim Meyering  <meyering@lucent.com>
32463
32464         * lib/rename.c: New file.  From Volker Borchert.
32465         Include stdlib.h, string.h or strings.h, and xalloc.h.
32466         Use strip_trailing_slashes rather than open-coding it.
32467
32468 2001-01-03  Paul Eggert  <eggert@twinsun.com>
32469
32470         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
32471
32472 2001-01-03  Jim Meyering  <meyering@lucent.com>
32473
32474         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
32475         of local `inptr' to avoid warning with some system declarations of
32476         iconv.
32477
32478 2001-01-02  Volker Borchert  <bt@teknon.de>
32479
32480         * m4/rename.m4: New file.
32481         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
32482
32483 2001-01-01  Jim Meyering  <meyering@lucent.com>
32484
32485         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
32486         even on systems with utmpx.h.  It's necessary for the declaration of
32487         utmp's ut_user member.  Reported by Andreas Jaeger.
32488
32489         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
32490         available. They are required for the declarations of getgrgid and
32491         getpwuid resp.
32492         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
32493         Reported by Andreas Jaeger.
32494
32495 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
32496
32497         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
32498         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
32499         so `make install' also works in VPATH builds.
32500
32501 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
32502
32503         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
32504         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
32505         can be used in subdirectories.
32506
32507 2000-12-29  Paul Eggert  <eggert@twinsun.com>
32508
32509         * lib/modechange.c: Do not assume that mode_t uses the
32510         traditional octal encoding.  E.g. "chmod 1 FOO" should set
32511         the other-execute bit of FOO even if S_IXOTH != 1.
32512
32513         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
32514         WOTH, XOTH, ALLM): New macros.
32515         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
32516          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
32517         Use them.
32518         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
32519         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
32520         (mode_compile):
32521         No need to use uintmax_t; unsigned long is long enough.
32522         Don't bother to get suffix since we don't use it.
32523
32524 2000-12-26  Jim Meyering  <meyering@lucent.com>
32525
32526         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
32527         better with autoheader.
32528
32529 2000-12-24  Jim Meyering  <meyering@lucent.com>
32530
32531         * lib/hash.c (is_prime): Return explicit boolean values.
32532         (hash_get_first): Return NULL to appease Irix5.6's 89.
32533         Reported by Nelson Beebe.
32534
32535 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
32536
32537         * lib/localcharset.c (locale_charset): Add support for Win32.
32538
32539 2000-12-18  Paul Eggert  <eggert@twinsun.com>
32540
32541         * lib/physmem.h, lib/physmem.c: New files.
32542
32543         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
32544         (noinst_HEADERS): Add physmem.h.
32545
32546         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
32547         't' for compatibility with Solaris 8 sort.
32548
32549 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
32550
32551         * lib/config.charset: Add support for BeOS.
32552
32553 2000-12-17  Jim Meyering  <meyering@lucent.com>
32554
32555         * m4/dos.m4 (jm_AC_DOS): New file and macro.
32556         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
32557
32558 2000-12-16  Jim Meyering  <meyering@lucent.com>
32559
32560         This bug had a serious impact on chown: `chown N:M FILE' (for integer
32561         N and M) would have treated it like `chown N:N FILE'.
32562
32563         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
32564
32565 2000-12-16  Jim Meyering  <meyering@lucent.com>
32566
32567         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
32568         SHELLS_FILE to a file name that's useful on djgpp systems.
32569         Include stdlib.h.
32570         (ADDITIONAL_DEFAULT_SHELLS): Define.
32571         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
32572         Based mostly on a patch from Prashant TR.
32573
32574 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
32575
32576         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
32577         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
32578         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
32579
32580 2000-12-08  Andreas Schwab  <schwab@suse.de>
32581
32582         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
32583         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
32584
32585 2000-12-07  Jim Meyering  <meyering@lucent.com>
32586
32587         * lib/stripslash.c (ISSLASH): Define.
32588         (strip_trailing_slashes): Use ISSLASH rather than comparing against
32589         `/'.
32590         From Prashant TR.
32591
32592         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
32593         (dir_name_r): Declare this function as static.
32594         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
32595         manifest itself on a name containing a mix of slashes and
32596         backslashes.
32597         Make this function work with names starting with a DOS-style
32598         drive letter and colon prefix.
32599         (dir_name): Append `.' if necessary.
32600         Based mostly on patches from Prashant TR and Eli Zaretskii.
32601
32602         * lib/dirname.h (dir_name_r): Remove prototype.
32603
32604 2000-12-06  Paul Eggert  <eggert@twinsun.com>
32605
32606         * m4/off_t-format.m4: Remove this file.
32607         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
32608
32609 2000-12-06  Jim Meyering  <meyering@lucent.com>
32610
32611         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
32612         replacement strtoull, we may well need the replacement strtoul, too.
32613         Check for declarations of strtoul and strtoull.
32614         Check for strtol.  Mainly as a cue to cause automake to include
32615         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
32616         Check for limits.h -- strtol.c needs it.
32617
32618 2000-12-05  Jim Meyering  <meyering@lucent.com>
32619
32620         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
32621
32622 2000-12-04  Jim Meyering  <meyering@lucent.com>
32623
32624         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
32625         Also include memory.h, stdlib.h, unistd.h if appropriate.
32626         Reported by Andreas Jaeger (conflicting declaration of malloc).
32627
32628 2000-12-02  Jim Meyering  <meyering@lucent.com>
32629
32630         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
32631         * m4/jm-macros.m4 (jm_MACROS): require it.
32632
32633 2000-12-02  Jim Meyering  <meyering@lucent.com>
32634
32635         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
32636
32637 2000-12-01  Paul Eggert  <eggert@twinsun.com>
32638
32639         * lib/memrchr.c: Include <config.h> before any system include file.
32640
32641 2000-11-30  Jim Meyering  <meyering@lucent.com>
32642
32643         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
32644
32645 2000-11-30  Jim Meyering  <meyering@lucent.com>
32646
32647         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
32648
32649 2000-11-29  Paul Eggert  <eggert@twinsun.com>
32650
32651         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
32652
32653 2000-11-26  Jim Meyering  <meyering@lucent.com>
32654
32655         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
32656
32657 2000-11-22  Paul Eggert  <eggert@twinsun.com>
32658
32659         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
32660         size of (size_t) -1; it's not portable.
32661
32662 2000-11-17  Jim Meyering  <meyering@lucent.com>
32663
32664         * lib/strstr.c: Update from GNU libc.
32665
32666 2000-11-17  Akim Demaille  <akim@epita.fr>
32667
32668         * lib/obstack.h: Formatting changes.
32669         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
32670         prevent type checking.
32671         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
32672         cast the value to (void *): assigning a `foo *' to a `void *'
32673         variable is valid.
32674         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
32675
32676 2000-11-16  Jim Meyering  <meyering@lucent.com>
32677
32678         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
32679
32680 2000-11-11  Jim Meyering  <meyering@lucent.com>
32681
32682         * lib/error.c: Add a couple #includes, merging from GNU libc version.
32683
32684 2000-11-10  Jim Meyering  <meyering@lucent.com>
32685
32686         * lib/obstack.h: Update from GNU libc.
32687         * lib/obstack.c: Likewise.
32688
32689 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
32690
32691         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
32692
32693 2000-11-06  Paul Eggert  <eggert@twinsun.com>
32694
32695         * lib/getusershell.c (setusershell): Use rewind rather than
32696         fseek/fseeko, to avoid configuration hassles with fseeko.
32697         Don't bother opening SHELLS_FILE if shellstream is NULL;
32698         it's not necessary.
32699
32700 2000-11-05  Jim Meyering  <meyering@lucent.com>
32701
32702         * lib/makepath.h (make_dir): Declare.
32703         * lib/makepath.c (make_dir): Remove `static' attribute.
32704         Tweak a comment.
32705
32706 2000-11-04  Jim Meyering  <meyering@lucent.com>
32707
32708         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
32709
32710 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
32711
32712         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
32713         last one in a bucket, advance to the next bucket.
32714
32715 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
32716
32717         * lib/fnmatch.c: Do not comment out all the code if we are using
32718         the GNU C library, because in some cases we are replacing buggy
32719         code in the GNU C library itself.
32720
32721 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
32722
32723         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
32724         (regex_compile): Catch bogus \(\1\).
32725
32726 2000-10-30  Paul Eggert  <eggert@twinsun.com>
32727
32728         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
32729         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
32730         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
32731
32732 2000-10-30  Paul Eggert  <eggert@twinsun.com>
32733
32734         * lib/error.h, getline.h, modechange.h:
32735         Remove "2000" from Copyright line, as the file hasn't been
32736         changed this year other than in the copyright notice.
32737
32738         * lib/xalloc.h: Add "2000" to Copyright line, as this file
32739         was changed this year.
32740
32741 2000-10-29  Jim Meyering  <meyering@lucent.com>
32742
32743         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
32744         renaming.
32745         * m4/ls-mntd-fs.m4: Likewise
32746
32747 2000-10-29  Jim Meyering  <meyering@lucent.com>
32748
32749         * lib/xstat.in: Fix grammar in comment.
32750
32751 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
32752
32753         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
32754         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
32755         doesn't define __restrict_arr.
32756
32757 2000-10-28  Jim Meyering  <meyering@lucent.com>
32758
32759         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
32760         (jm_PREREQ_MEMCHR): New function.
32761
32762 2000-10-28  Jim Meyering  <meyering@lucent.com>
32763
32764         * lib/memchr.c: Update from libc.
32765         Adjust for portability:
32766         [HAVE_STDLIB_H]: Include stdlib.h.
32767         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
32768         Undef __memchr, too.
32769         [!weak_alias]: Define __memchr to memchr.
32770
32771         * lib/regex.c: Update from libc.
32772         * lib/regex.h: Likewise.
32773         * lib/getopt1.c: Likewise.
32774         * lib/memcmp.c: Likewise.
32775
32776         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
32777         Avoid using fseek, when possible -- it's broken by design.
32778         Patch by Ulrich Drepper.
32779
32780 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
32781
32782         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
32783         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
32784         Giving in to popular pressure to shut up the compiler with casts.
32785
32786 2000-10-26  Jim Meyering  <meyering@lucent.com>
32787
32788         * lib/strftime.c: Update from libc.
32789
32790 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
32791
32792         * regex.c: More `unsigned char' -> `re_char' changes.
32793         Also change several `int' into `re_wchar_t'.
32794         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
32795         (PUSH_FAILURE_POINTER): Don't cast any more.
32796         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
32797         We want GCC to complain, since this piece of code makes
32798         re_match non-reentrant, which *should* be fixed.
32799         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
32800         (EXTEND_BUFFER): Use RETALLOC.
32801         (SET_LIST_BIT): Don't cast.
32802         (re_wchar_t): New type.
32803         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
32804         that those two functions will always properly return.
32805         (IMMEDIATE_QUIT_CHECK): Cast to void.
32806         (analyse_first): Use recursion rather than an explicit stack.
32807         (re_compile_fastmap): Can't fail anymore.
32808         (re_search_2): Don't check re_compile_fastmap for failure.
32809         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
32810         Now also sets the new value (passed in a new argument).
32811         (re_match_2_internal): Use it.
32812         Also, use a new var `reg' of type size_t when looping through regs
32813         rather than reuse the inappropriate `mcnt'.
32814
32815 2000-10-25  Jim Meyering  <meyering@lucent.com>
32816
32817         * lib/obstack.c: Update from libc.
32818
32819 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
32820
32821         * regex.c (regex_compile): Change the way of handling a range from
32822         a char less than 256 to a char not less than 256.
32823
32824 2000-10-24  Andrew Innes  <andrewi@gnu.org>
32825
32826         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
32827         NT-Emacs only.
32828         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
32829         so that re_search functions only quit when callers expect them to.
32830
32831 2000-10-23  Jim Meyering  <meyering@lucent.com>
32832
32833         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
32834         wrong.  That set_locale call must not have any side effects.
32835         From Paul Eggert.
32836
32837 2000-10-22  Jim Meyering  <meyering@lucent.com>
32838
32839         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
32840         [CYCLIC]: Remove now-unused definition.
32841
32842         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
32843         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
32844         Suggestion from Ulrich Drepper.
32845
32846 2000-10-21  Jim Meyering  <meyering@lucent.com>
32847
32848         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
32849         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
32850         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
32851
32852 2000-10-21  Jim Meyering  <meyering@lucent.com>
32853
32854         * lib/dirname.c (memrchr): Declare if necessary.
32855         (dir_name): Remove the restriction that there be no
32856         trailing slashes.  Now, this code skips past them, effectively
32857         ignoring them.
32858         [TEST_DIRNAME] (main): New unit tests.
32859
32860         * lib/memrchr.c: New file from GNU libc.
32861         Undef __memrchr, too.
32862         [!weak_alias]: Define __memrchr to memrchr.
32863         Guard weak_alias use with `#ifdef weak_alias'.
32864
32865 2000-10-21  Jim Meyering  <meyering@lucent.com>
32866
32867         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
32868         (dir_name): Use dir_name_r.
32869         * lib/dirname.h (dir_name_r): Declare it.
32870
32871 2000-10-17  Jim Meyering  <meyering@lucent.com>
32872
32873         * lib/quote.h (PARAMS): Define and use.
32874         Reported by Akim Demaille.
32875
32876         * lib/getopt.c: Update from libc.
32877
32878 2000-10-16  Jim Meyering  <meyering@lucent.com>
32879
32880         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
32881         setlocale.
32882         From Jan Fedak.
32883
32884 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
32885
32886         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
32887
32888 2000-09-25  Jim Meyering  <meyering@lucent.com>
32889
32890         * lib/md5.h (rol): Define (from GnuPG).
32891
32892         * lib/sha.c: Give credit (GnuPG) where due.
32893         (M): Use rol rather than open-coding it.
32894         Add a FIXME comment.
32895
32896 2000-09-21  Jim Meyering  <meyering@lucent.com>
32897
32898         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
32899         Reported by Michael Stone.
32900
32901 2000-09-20  Jim Meyering  <meyering@lucent.com>
32902
32903         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
32904         (noinst_HEADERS): Add sha.h.
32905         Based on code from Scott G. Miller and from GnuPG.
32906
32907 2000-09-18  Jim Meyering  <meyering@lucent.com>
32908
32909         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
32910         LIBS. Otherwise, everyone ends up linking with -lelf for some
32911         configurations.
32912         Reported by Mike Stone.
32913
32914 2000-09-15  Jim Meyering  <meyering@lucent.com>
32915
32916         * lib/regex.c: Update from libc.
32917
32918 2000-09-10  Jim Meyering  <meyering@lucent.com>
32919
32920         * lib/getopt.c (_getopt_internal): Update from glibc.
32921
32922 2000-09-09  Jim Meyering  <meyering@lucent.com>
32923
32924         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
32925         think it should be used as a general replacement for isascii.
32926         * lib/fnmatch.c: Likewise.
32927         * lib/mbswidth.c: Likewise
32928         * lib/regex.c: Likewise.
32929
32930         Don't use atoi.
32931         * lib/userspec.c: Include sys/param.h and limits.h.
32932         Include xstrtol.h.
32933         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
32934         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
32935         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
32936         UID, GID.  Check range.
32937
32938 2000-09-06  Jim Meyering  <meyering@lucent.com>
32939
32940         * lib/getopt.c (_getopt_internal): Update from glibc.
32941
32942 2000-08-30  Jim Meyering  <meyering@lucent.com>
32943
32944         * lib/strftime.c: Merge in changes from GNU libc.
32945
32946 2000-08-26  Jim Meyering  <meyering@lucent.com>
32947
32948         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
32949         * m4/fpending.m4: New file.
32950
32951 2000-08-26  Jim Meyering  <meyering@lucent.com>
32952
32953         * lib/closeout.c: Include "__fpending.h".
32954         (close_stdout_status): Return right away if there's nothing to flush.
32955
32956         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
32957         * lib/__fpending.c: New file.
32958         * lib/__fpending.h: New file.
32959
32960 2000-08-20  Jim Meyering  <meyering@lucent.com>
32961
32962         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
32963         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
32964         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
32965
32966 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
32967
32968         Improve fileutils installation on systems where running
32969         programs (like install) can't be unlinked.
32970         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
32971         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
32972
32973 2000-08-07  Paul Eggert  <eggert@twinsun.com>
32974
32975         Standardize on "memory exhausted" instead of "Memory exhausted"
32976         or "virtual memory exhausted".
32977         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
32978         "virtual memory exhausted".
32979         * lib/same.c (same_name): Invoke xalloc_die instead of printing
32980         our own message.
32981         * lib/userspec.c (parse_user_spec): Likewise.
32982         * lib/bumpalloc.h: comment fix
32983         * lib/same.c, userspec.c: Include xalloc.h.
32984
32985         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
32986         not char *const and pointing to a constant array.
32987         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
32988         (xrealloc): Comment fix.
32989
32990         * lib/userspec.c (parse_user_spec):
32991         Don't translate a message until just before returning,
32992         to avoid unnecessary translation.
32993
32994 2000-08-07  Jim Meyering  <meyering@lucent.com>
32995
32996         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
32997         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
32998         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
32999         getgroups.c, gethostname.c, getopt.h, group-member.c,
33000         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
33001         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
33002         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
33003         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
33004         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
33005         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
33006         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
33007         yesno.c: Back out Copyright date changes for each file with no change
33008         this year.  This eases coordination with other programs using the same
33009         source code modules.  From Paul Eggert.
33010
33011 2000-08-06  Paul Eggert  <eggert@twinsun.com>
33012
33013         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
33014         not char, for compatibility with glibc 2.1.3 strftime.c.
33015
33016 2000-08-03  Greg McGary  <greg@mcgary.org>
33017
33018         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
33019         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
33020         (EXTEND_BUFFER): Use them.
33021
33022 2000-08-01  Jim Meyering  <meyering@lucent.com>
33023
33024         * lib/dirname.c (ISSLASH): Define.
33025         (BACKSLASH_IS_PATH_SEPARATOR): Define.
33026         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
33027         both `\' and `/' may be use as path separators.
33028         Based on a patch from Prashant TR.
33029
33030 2000-07-31  Paul Eggert  <eggert@twinsun.com>
33031
33032         * lib/quotearg.c (quotearg_n_options): Don't make the initial
33033         slot vector a constant, since it might get modified.
33034
33035 2000-07-31  Jim Meyering  <meyering@lucent.com>
33036
33037         * lib/xmalloc.c: Use `virtual memory exhausted', not
33038         `Memory exhausted'.
33039         * lib/obstack.c (print_and_abort): Likewise.
33040
33041 2000-07-30  Paul Eggert  <eggert@twinsun.com>
33042
33043         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
33044         buffer, so that the caller can always quote one small
33045         component of a "memory exhausted" message in slot 0.
33046         From a suggestion by Jim Meyering.
33047
33048 2000-07-30  Jim Meyering  <meyering@lucent.com>
33049
33050         * lib/makepath.c (make_path): Quote the other instance, too.
33051
33052         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
33053         (STATIC_BUF_SIZE): Define.
33054         (quotearg_n_options): Use only statically allocated storage when
33055         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
33056         than STATIC_BUF_SIZE.
33057
33058 2000-07-29  Jim Meyering  <meyering@lucent.com>
33059
33060         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
33061         * lib/dirname.c (dir_name): Likewise.
33062
33063         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
33064         `/'.
33065
33066         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
33067         (dir_name): Assert that there are no trailing slashes.
33068
33069 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
33070
33071         * lib/mbswidth.h (mbswidth): Add a flags argument.
33072         (mbswidth): New declaration.
33073         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
33074         * lib/mbswidth.c (mbswidth): Add a flags argument.
33075         (mbsnwidth): New function.
33076
33077 2000-07-24  Jim Meyering  <meyering@lucent.com>
33078
33079         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
33080
33081 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33082
33083         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
33084
33085 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33086
33087         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
33088         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
33089         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
33090         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
33091         invoke multibyte primitives.
33092
33093 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33094
33095         * lib/quotearg.c:
33096         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
33097         so that mbstate_t is always defined.
33098
33099         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
33100         be 1 in at least one GCC installation, and this configuration
33101         error is likely to be common.  Ignoring MB_LEN_MAX hurts
33102         performance on hosts that have mbrtowc but have only unibyte
33103         locales, but I assume these hosts are rare.
33104
33105 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33106
33107         * lib/mbswidth.c (_XOPEN_SOURCE):
33108         Don't define; this causes problems on Solaris 7.
33109         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
33110
33111 2000-07-23  Jim Meyering  <meyering@lucent.com>
33112
33113         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
33114         too: getgrgid, getpwuid, getuid.
33115
33116 2000-07-23  Jim Meyering  <meyering@lucent.com>
33117
33118         * lib/basename.c (base_name): Add an assertion.
33119
33120 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
33121
33122         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
33123         shadow its mbsinit function.
33124
33125 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
33126
33127         * lib/mbswidth.h: New file.
33128         * lib/mbswidth.c: New file.
33129         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
33130         (noinst_HEADERS): Add mbswidth.h.
33131
33132 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
33133
33134         * lib/config.charset: Add support for FreeBSD. Improve support for
33135         HP-UX and IRIX 6.
33136
33137 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
33138
33139         * m4/mbswidth.m4: New file.
33140         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
33141
33142 2000-07-15  Jim Meyering  <meyering@lucent.com>
33143
33144         * lib/makepath.c: Include quote.h.
33145         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
33146         corresponding argument in a `quote (...)' call.
33147         Give better diagnostics.
33148
33149         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
33150         (noinst_HEADERS): Add quote.h.
33151
33152         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
33153         from tar's src/misc.c.
33154         * lib/quote.h: New file.  Prototypes for same.
33155
33156 2000-07-14  Paul Eggert  <eggert@twinsun.com>
33157
33158         From a suggestion by Bruno Haible.
33159         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
33160         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
33161         to decide whether to define the BeOS workaround macro;
33162         this adjusts to the change to AC_MBSTATE_T.
33163
33164 2000-07-14  Jim Meyering  <meyering@lucent.com>
33165
33166         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
33167         jm_AC_TYPE_UINTMAX_T.
33168
33169 2000-07-13  Paul Eggert  <eggert@twinsun.com>
33170
33171         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
33172
33173         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
33174         quotearg_buffer_restyled): Add support for
33175         clocale_quoting_style.  Undo previous change to
33176         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
33177         and "{RIGHT QUOTATION MARK}" msgids.
33178
33179 2000-07-10  Paul Eggert  <eggert@twinsun.com>
33180
33181         From a suggestion by Bruno Haible.
33182         * m4/mbstate_t.m4 (AC_MBSTATE_T):
33183         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
33184         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
33185         and mbstate_t, to a single-part test that simply defines mbstate_t.
33186         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
33187         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
33188
33189 2000-07-10  Jim Meyering  <meyering@lucent.com>
33190
33191         * m4/strerror_r.m4: Mirror the correction made in autoconf.
33192
33193         * m4/gnu-source.m4: Output to confdefs.h directly.
33194         Suggestion from Akim Demaille.
33195
33196 2000-07-09  Paul Eggert  <eggert@twinsun.com>
33197
33198         The old behavior of quoting `like this' doesn't look good with
33199         newer, ISO-style fonts.  See:
33200         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
33201
33202         Instead, quote "like this" by default.  Let the translator
33203         tailor the locale-specific quoting behavior by providing
33204         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
33205
33206         * lib/quotearg.c (N_): New macro.
33207         (gettext_default): New function.
33208         (quotearg_buffer_restyled): Use
33209         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
33210         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
33211
33212 2000-07-09  Jim Meyering  <meyering@lucent.com>
33213
33214         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
33215         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
33216
33217         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
33218         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
33219
33220 2000-07-09  Jim Meyering  <meyering@lucent.com>
33221
33222         * lib/Most files: Update copyright dates to include 2000.
33223
33224 2000-07-08  Jim Meyering  <meyering@lucent.com>
33225
33226         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
33227         if not defined.
33228         (xgethostname): Remove now-unnecessary #ifdef.
33229         Move declaration of `err' into loop where it's used.
33230
33231 2000-07-05  Paul Eggert  <eggert@twinsun.com>
33232         and Bruno Haible  <haible@clisp.cons.org>
33233
33234         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
33235         only if the test for an object-type mbstate_t fails.  This
33236         prevents us from mistakenly reporting that mbstate_t is a
33237         system object type after we "#define mbstate_t int" to work
33238         around its lack.
33239
33240 2000-07-05  Paul Eggert  <eggert@twinsun.com>
33241         and Bruno Haible  <haible@clisp.cons.org>
33242
33243         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
33244
33245 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33246
33247         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
33248         to strerror_r.
33249         Include <ctype.h> for use of isalpha.
33250
33251 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33252
33253         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
33254         by allocating a larger buffer. Test the gethostname return value for
33255         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
33256         returns an error and ENAMETOOLONG isn't defined.
33257
33258 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33259
33260         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
33261         dimension.
33262
33263 2000-07-04  Jim Meyering  <meyering@lucent.com>
33264
33265         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
33266         of the deprecated AC_CHECKING.
33267
33268 2000-07-04  Jim Meyering  <meyering@lucent.com>
33269
33270         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
33271         Reported by Bruno Haible.
33272
33273 2000-07-04  Jim Meyering  <meyering@lucent.com>
33274
33275         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
33276         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
33277         lacks mbrtowc.
33278
33279 2000-07-03  Paul Eggert  <eggert@twinsun.com>
33280
33281         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
33282         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
33283
33284 2000-07-03  Paul Eggert  <eggert@twinsun.com>
33285         and Bruno Haible  <haible@clisp.cons.org>
33286
33287         * lib/quotearg.c (mbrtowc):
33288         Assign to *pwc, and return 1 only if result is nonzero.
33289         (iswprint): Use ISPRINT when substituting our own mbrtowc.
33290
33291 2000-07-03  Jim Meyering  <meyering@lucent.com>
33292
33293         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
33294
33295 2000-07-03  Jim Meyering  <meyering@lucent.com>
33296
33297         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
33298         This is necessary to get a definition of e.g., UTMP_FILE on
33299         HP-UX 10.20.
33300         From Bob Proulx.
33301
33302 2000-07-02  Jim Meyering  <meyering@lucent.com>
33303
33304         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
33305
33306         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
33307         AC_LIBOBJ(function_name).
33308         * m4/chown.m4: Likewise.
33309         * m4/fnmatch.m4: Likewise.
33310         * m4/ftruncate.m4: Likewise.
33311         * m4/getgroups.m4: Likewise.
33312         * m4/getline.m4: Likewise.
33313         * m4/group-member.m4: Likewise.
33314         * m4/jm-macros.m4: Likewise.
33315         * m4/lstat.m4: Likewise.
33316         * m4/malloc.m4: Likewise.
33317         * m4/memcmp.m4: Likewise.
33318         * m4/nanosleep.m4: Likewise.
33319         * m4/putenv.m4: Likewise.
33320         * m4/realloc.m4: Likewise.
33321         * m4/regex.m4: Likewise.
33322         * m4/stat.m4: Likewise.
33323         * m4/strftime.m4: Likewise.
33324
33325 2000-07-02  Jim Meyering  <meyering@lucent.com>
33326
33327         * lib/quotearg.c (mbstate_t): Don't define here.
33328
33329 2000-07-02  Jim Meyering  <meyering@lucent.com>
33330
33331         * lib/nanosleep.c (SIGCONT): Define if not already defined.
33332
33333 2000-07-01  Jim Meyering  <meyering@lucent.com>
33334
33335         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
33336
33337 2000-07-01  Jim Meyering  <meyering@lucent.com>
33338
33339         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
33340         problem.
33341
33342 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
33343
33344         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
33345         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
33346
33347 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
33348
33349         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
33350         per change in ../m4/ls-mntd-fs.m4.
33351         (read_filesystem_list): Ignore symbolic links.
33352
33353 2000-06-29  Jim Meyering  <meyering@lucent.com>
33354
33355         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
33356         for declaration of strcmp.
33357
33358         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
33359
33360         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
33361         Avoid warning by casting result to `char *' to remove `const'.
33362
33363 2000-06-28  Jim Meyering  <meyering@lucent.com>
33364
33365         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
33366         included by quotearg.c, for which we perform this test.  From
33367         Bruno Haible.
33368
33369 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
33370
33371         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
33372         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
33373         <utmpx.h> exists, put readutmp.o into LIBOBJS.
33374
33375 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
33376
33377         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
33378
33379 2000-06-26  Paul Eggert  <eggert@twinsun.com>
33380
33381         savedir now sets errno on failure and invokes xmalloc to get memory.
33382         Fix a couple of other minor bugs while we're at it.
33383
33384         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
33385         (NAMLEN): Remove macro.
33386         (malloc, realloc): Remove decls.
33387         (stpcpy): Likewise.
33388         ("xalloc.h"): Include.
33389         (NAME_SIZE_DEFAULT): New macro.
33390         (savedir): Use xmalloc / xrealloc to allocate memory.
33391         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
33392         Skip "" directory entries.
33393         Use strlen to calculate directory entry length, since the old method
33394         is rarely used these days and isn't worth supporting.
33395         Don't use a pointer after freeing it.
33396         Check for integer overflow when calculating allocation size.
33397         Use memcpy to copy entries, instead of stpcpy.
33398         Set errno properly when returning NULL.
33399         Check for readdir error.
33400
33401 2000-06-26  Jim Meyering  <meyering@lucent.com>
33402
33403         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
33404
33405 2000-06-25  Jim Meyering  <meyering@lucent.com>
33406
33407         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
33408         Linux header bug when _XOPEN_SOURCE is defined to 500.
33409
33410 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
33411
33412         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
33413         deficiency.
33414
33415 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
33416
33417         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
33418         Include xalloc.h.
33419         Don't include <stdlib.h>.  Don't declare malloc, realloc.
33420
33421 2000-06-24  Jim Meyering  <meyering@lucent.com>
33422
33423         * m4/strerror_r.m4: Revive this file -- to try out an experimental
33424         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
33425         for which strerror does return char*, but which lacks a conveniently
33426         accessible declaration of the function.  If the compile-test says
33427         strerror_r doesn't work, then resort to a `run'-test that works on
33428         BeOS and segfaults on DEC Unix.
33429
33430 2000-06-24  Jim Meyering  <meyering@lucent.com>
33431
33432         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
33433
33434 2000-06-23  Paul Eggert  <eggert@twinsun.com>
33435
33436         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
33437         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
33438
33439 2000-06-23  Paul Eggert  <eggert@twinsun.com>
33440
33441         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
33442         (mbrtowc, mbstate_t): Define substitutes if
33443         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
33444         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
33445         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
33446
33447 2000-06-23  Jim Meyering  <meyering@lucent.com>
33448
33449         * m4/afs.m4: Add missing AC_MSG_RESULT.
33450         Reported by Bruno Haible.
33451
33452         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
33453         Suggestion from Bruno Haible.
33454
33455 2000-06-23  Jim Meyering  <meyering@lucent.com>
33456
33457         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
33458
33459 2000-06-21  Jim Meyering  <meyering@lucent.com>
33460
33461         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
33462
33463 2000-06-21  Jim Meyering  <meyering@lucent.com>
33464
33465         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
33466         (noinst_HEADERS): Add getstr.h.
33467
33468         * lib/getline.c (getstr): Move into a separate file.
33469         * lib/getstr.c (getstr): New file, extracted from getline.c, with
33470         the following changes: new parameter, delim2; both delim[12]
33471         parameters have type `int', not `char'.  The latter would lose
33472         with 8-bit delimiters.
33473         * lib/getstr.h: New file.
33474
33475 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33476
33477         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
33478         than 1024, return a memory chunk of least possible size, instead
33479         of size PATH_MAX + 2. In the loop, increment the size proportionally.
33480         Use free/xmalloc instead of xrealloc to avoid copying for very long
33481         paths.
33482
33483 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33484
33485         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
33486         the empty string.
33487
33488 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33489
33490         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
33491         address, not strdup.  Include <stdlib.h> and don't declare free().
33492
33493 2000-06-19  Jim Meyering  <meyering@lucent.com>
33494
33495         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
33496
33497 2000-06-18  Jim Meyering  <meyering@lucent.com>
33498
33499         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
33500
33501         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
33502         `checking whether...' message to be consistent with that of the
33503         lstat test.
33504
33505 2000-06-18  Jim Meyering  <meyering@lucent.com>
33506
33507         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
33508         Besides, these days every porting target provides a mkdir function.
33509
33510         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
33511         needed. (this snippet comes from src/system.h).
33512
33513 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
33514
33515         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
33516
33517 2000-06-15  Paul Eggert  <eggert@twinsun.com>
33518
33519         * lib/human.c (adjust_value): New function.
33520         (human_readable_inexact): Apply rounding style even when
33521         printing approximate values.
33522
33523 2000-06-14  Paul Eggert  <eggert@twinsun.com>
33524
33525         * lib/human.c (human_readable_inexact): Allow an input block
33526         size that is not a multiple of the output block size, and vice versa.
33527         Reported by Piergiorgio Sartor.
33528
33529 2000-06-14  Paul Eggert  <eggert@twinsun.com>
33530
33531         * lib/getdate.y (get_date): Apply relative times after time
33532         zone indicator, not before.  Reported by Todd A. Jacobs.
33533
33534 2000-06-13  Jim Meyering  <meyering@lucent.com>
33535
33536         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
33537
33538         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
33539
33540 2000-06-12  Paul Eggert  <eggert@twinsun.com>
33541
33542         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
33543
33544 2000-06-12  Jim Meyering  <meyering@lucent.com>
33545
33546         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
33547         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
33548         optional argument.
33549         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
33550         the optional argument, `lib'.
33551
33552 2000-06-08  Jim Meyering  <meyering@lucent.com>
33553
33554         * m4/largefile.m4: Remove file (now that it's part of autoconf).
33555
33556 2000-06-04  Paul Eggert  <eggert@twinsun.com>
33557
33558         Rewrite largefile configuration so that we don't need to run
33559         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
33560         AC_CANONICAL_HOST in configure.in -- jmm]
33561
33562         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
33563         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
33564         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
33565         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
33566         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
33567         All uses changed.
33568         Instead of inspecting the output of getconf, try to compile the
33569         test program without and with the macro definition.
33570         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
33571         for getconf.  Instead, check for the needed flags by compiling
33572         test programs.
33573
33574 2000-06-04  Paul Eggert  <eggert@twinsun.com>
33575
33576         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
33577
33578 2000-06-04  Jim Meyering  <meyering@lucent.com>
33579
33580         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
33581         SunOS 4.1.4 for which gid_t is an unsigned type.
33582
33583 2000-06-03  Jim Meyering  <meyering@lucent.com>
33584
33585         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
33586         now that autoconf requires that.
33587
33588         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
33589         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
33590         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
33591
33592 2000-06-03  Jim Meyering  <meyering@lucent.com>
33593
33594         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
33595
33596 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
33597
33598         * m4/glibc21.m4: New file.
33599         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
33600
33601 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
33602
33603         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
33604         newer, don't install charset.alias.
33605         * lib/config.charset: Change the Linux/glibc rules so they become empty
33606         on glibc-2.1 or newer.
33607
33608 2000-06-02  Jim Meyering  <meyering@lucent.com>
33609
33610         * lib/mountlist.c: Back out last change.  Instead, do this...
33611         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
33612         me_dummy member using the same `ignore'-testing code.
33613         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
33614         fs_type strings.
33615         From Mark D. Roth.
33616
33617 2000-05-29  Jim Meyering  <meyering@lucent.com>
33618
33619         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
33620         mounts with the `ignore' attribute.  Based on a patch from
33621         Mark D. Roth.
33622
33623 2000-05-28  Jim Meyering  <meyering@lucent.com>
33624
33625         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
33626         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
33627         * m4/stat.m4: Likewise.
33628         * m4/lstat.m4: Likewise.
33629         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
33630
33631         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
33632         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
33633
33634 2000-05-26  Jim Meyering  <meyering@lucent.com>
33635
33636         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
33637
33638 2000-05-24  Jim Meyering  <meyering@lucent.com>
33639
33640         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
33641         autoconf requires that.
33642         * m4/lib-check.m4: Likewise.
33643         * m4/jm-macros.m4: Likewise.
33644         * m4/strftime.m4: Likewise.
33645
33646         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
33647         AC_CHECK_DECLS, now that autoconf requires that.
33648
33649 2000-05-22  Jim Meyering  <meyering@lucent.com>
33650
33651         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
33652         * m4/lstat.m4: Likewise.
33653
33654 2000-05-22  Jim Meyering  <meyering@lucent.com>
33655
33656         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
33657
33658 2000-05-20  Jim Meyering  <meyering@lucent.com>
33659
33660         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
33661         (jm_PREREQ): Use it.
33662
33663 2000-05-18  Jim Meyering  <meyering@lucent.com>
33664
33665         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
33666         back, too, since it may have been modified by allocate_entry.
33667         (hash_delete): Rewrite to use neither the assignment operator
33668         nor the comma operator in an if-expression.
33669
33670 2000-05-15  Paul Eggert  <eggert@twinsun.com>
33671
33672         * lib/closeout.c:
33673         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
33674         Remove; no longer needed.
33675         "quotearg.h": Add include.
33676         (file_name): Do not bother to explicitly initialize to NULL; it's less
33677         efficient on some hosts.
33678         (close_stdout_status): Remove test as to whether stdout was already
33679         closed; it breaks for the case "echo x | sort >&-".
33680         Quote file name colons.
33681         Do not assume that _("write error") lacks format strings.
33682
33683 2000-05-15  Jim Meyering  <meyering@lucent.com>
33684
33685         * lib/version-etc.c (version_etc_copyright): Update the copyright
33686         string used in all --version output.
33687
33688 2000-05-14  Jim Meyering  <meyering@lucent.com>
33689
33690         * lib/closeout.c (close_stdout_set_file_name): New function.
33691         (close_stdout_status): Use new file-scoped global.
33692         Return right away if fstat says the stdout file descriptor is invalid.
33693         * lib/closeout.h (close_stdout_set_file_name): Declare.
33694
33695 2000-05-10  Jim Meyering  <meyering@lucent.com>
33696
33697         * lib/closeout.c [default_exit_status]: New file-scoped variable.
33698         (close_stdout_set_status): New function.
33699         * lib/closeout.h (close_stdout_set_status): Declare.
33700
33701 2000-05-09  Jim Meyering  <meyering@lucent.com>
33702
33703         * m4/gettext.m4: Rename this...
33704         * m4/libintl.m4: ...to this.
33705
33706 2000-05-08  Jim Meyering  <meyering@lucent.com>
33707
33708         * lib/long-options.c: Don't include closeout.h.
33709         (parse_long_options): Don't call close_stdout for --version.
33710
33711 2000-05-06  Paul Eggert  <eggert@twinsun.com>
33712
33713         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
33714         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
33715         2.1.3 bug.  This avoids a clash when files like regex.c define
33716         _GNU_SOURCE.
33717
33718 2000-05-06  Jim Meyering  <meyering@lucent.com>
33719
33720         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
33721         (AC_REPLACE_FUNCS): Add strnlen.
33722
33723         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
33724         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
33725
33726         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
33727         AC_SEARCH_LIBS call for nanosleep.
33728         (LIB_NANOSLEEP): Set and AC_SUBST.
33729
33730 2000-05-06  Jim Meyering  <meyering@lucent.com>
33731
33732         * lib/strnlen.c: Undefine __strnlen and strnlen.
33733         [!weak_alias]: Define __strnlen to strnlen.
33734
33735         * lib/atexit.c: New file, from libiberty.
33736
33737 2000-05-06  Jim Meyering  <meyering@lucent.com>
33738
33739         * lib/closeout.c (close_stdout_status): Also check for errors on the
33740         stderr stream.
33741
33742 2000-05-05  Jim Meyering  <meyering@lucent.com>
33743
33744         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
33745         AC_SEARCH_LIBS call for clock_gettime.
33746         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
33747
33748         * m4/search-libs.m4: Update from autoconf.
33749
33750         su doesn't work on Solaris 2.6.
33751         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
33752         <shadow.h>.  Reported by Dragos Harabor.
33753
33754 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
33755
33756         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
33757         memcpy instead of xmalloc, xrealloc, path_concat.
33758         (locale_charset): Treat empty environment variables as absent.
33759         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
33760
33761 2000-05-04  Jim Meyering  <meyering@lucent.com>
33762
33763         * lib/getopt.c: Update from glibc.
33764         * lib/obstack.c: Likewise.
33765         * lib/obstack.h: Likewise.
33766         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
33767         file
33768
33769         * lib/regex.h: Likewise.
33770         * lib/strndup.c: Likewise.
33771         * lib/strnlen.c: New file, from glibc.
33772
33773 2000-05-03  Jim Meyering  <meyering@lucent.com>
33774
33775         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
33776
33777 2000-05-02  Paul Eggert  <eggert@twinsun.com>
33778
33779         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
33780         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
33781         compile-time test, rather than inspecting host and OS, to
33782         decide whether to define _LARGEFILE_SOURCE.
33783
33784 2000-05-01  Jim Meyering  <meyering@lucent.com>
33785
33786         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
33787
33788         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
33789         Based on a patch from Bruno Haible.
33790
33791 2000-05-01  Jim Meyering  <meyering@lucent.com>
33792
33793         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
33794
33795 2000-04-29  Jim Meyering  <meyering@lucent.com>
33796
33797         * lib/path-concat.c: Declare strdup only if it's not defined.
33798         * lib/canon-host.c: Likewise.
33799
33800 2000-04-28  Jim Meyering  <meyering@lucent.com>
33801
33802         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
33803         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
33804         is included first, then limits.h is included by locale.h by libintl.h.
33805         From John David Anglin.
33806
33807 2000-04-25  Jim Meyering  <meyering@lucent.com>
33808
33809         * lib/makepath.c (S_IRWXUGO): Define.
33810         (make_path): Always perform explicit chmod if MODE specifies any
33811         of the `special' permission bits.  Prompted by a bug report against
33812         install from Mate Wierdl and Joost van Baal.
33813
33814 2000-04-18  Jim Meyering  <meyering@lucent.com>
33815
33816         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
33817         (jm_PREREQ): Use it.
33818
33819 2000-04-18  Jim Meyering  <meyering@lucent.com>
33820
33821         * lib/README: New file.
33822
33823         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
33824         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
33825
33826 2000-04-17  Jim Meyering  <meyering@lucent.com>
33827
33828         Get it right :-)
33829         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
33830         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
33831         Suggestion from Akim Demaille.
33832
33833 2000-04-17  Jim Meyering  <meyering@lucent.com>
33834
33835         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
33836         the definition of it to rpl_strftime also defined-away the system's
33837         declaration.
33838
33839 2000-04-15  Jim Meyering  <meyering@lucent.com>
33840
33841         Use `C' to denote so-called `contiguous' files, the same way
33842         that tar does.
33843         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
33844         (ftypelet): Use S_ISCTG.
33845         From Michael Deutschmann.
33846
33847 2000-04-14  Jim Meyering  <meyering@lucent.com>
33848
33849         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
33850         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
33851         clobbered.
33852
33853 2000-04-14  Jim Meyering  <meyering@lucent.com>
33854
33855         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
33856
33857 2000-04-13  Jim Meyering  <meyering@lucent.com>
33858
33859         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
33860         AH_VERBATIM to insert required #ifndef into config.h.in.
33861         Suggestion from Akim Demaille.
33862
33863 2000-04-12  Jim Meyering  <meyering@lucent.com>
33864
33865         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
33866         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
33867         Christian Krackowizer.
33868
33869         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
33870         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
33871         (AC_SYS_LARGEFILE): Require.
33872         (AM_C_PROTOTYPES): Require.
33873
33874 2000-04-08  Jim Meyering  <meyering@lucent.com>
33875
33876         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
33877         names don't conflict.  Reported by Eli Zaretskii.
33878
33879 2000-04-07  Jim Meyering  <meyering@lucent.com>
33880
33881         * lib/putenv.c: Move inclusion of errno.h so it follows that of
33882         sys/types.h, to work around system header problems on AIX 3.2.5.
33883         From Bruno Haible.
33884
33885 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
33886
33887         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
33888         bug.  Deal with the different error behavior of Irix iconv.
33889
33890 2000-04-05  Paul Eggert  <eggert@twinsun.com>
33891
33892         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
33893         IRIX if the installer said otherwise.
33894
33895 2000-04-05  Jim Meyering  <meyering@lucent.com>
33896
33897         Portability tweaks required for ultrix4.3.
33898         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
33899         (jm_CHECK_DECLS): Add getutent to the list of functions.
33900         (_jm_DECL_HEADERS): Add utmpx.h.
33901         From John David Anglin.
33902
33903         * m4/strftime.m4: Back out the 2000-04-02 change.
33904         Instead of that change, simply undefine putenv in the test program.
33905
33906 2000-04-05  Jim Meyering  <meyering@lucent.com>
33907
33908         Portability tweaks required for ultrix4.3.
33909         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
33910         getutent.
33911         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
33912         * lib/canon-host.c: Declare strdup.
33913         * lib/path-concat.c: Likewise.
33914         From John David Anglin.
33915
33916 2000-04-04  Jim Meyering  <meyering@lucent.com>
33917
33918         Be more DOS 8.3-friendly.
33919         * lib/ref-add.sin: Renamed from ref-add.sed.in.
33920         * lib/ref-del.sin: Renamed from ref-del.sed.in.
33921         * lib/Makefile.am: Reflect renaming.
33922         Reported by Eli Zaretskii.
33923
33924         Use a temporary file name that won't clash with `charset.alias'
33925         in the DOS 8.3 name space.
33926         * lib/Makefile.am (charset_tmp): Define.
33927         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
33928         (uninstall-local): Likewise.
33929         Reported by Eli Zaretskii.
33930
33931 2000-04-03  Jim Meyering  <meyering@lucent.com>
33932
33933         * m4/gettext.m4: Fix typo in comment.
33934
33935         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
33936         textutils/configure.in).  Suggestion from Paul Eggert.
33937         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
33938
33939 2000-04-02  Paul Eggert  <eggert@twinsun.com>
33940
33941         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
33942         variable in the shell rather than using putenv, which isn't
33943         portable.  This avoids the configure-time inter-test dependency
33944         on the potentially-renamed putenv function.
33945
33946 2000-03-30  Paul Eggert  <eggert@twinsun.com>
33947
33948         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
33949         before checking struct stat.st_blksize, so that
33950         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
33951
33952 2000-03-29  Paul Eggert  <eggert@twinsun.com>
33953
33954         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
33955         since strftime.c uses HAVE_STRFTIME to decide whether to use
33956         the underlying strftime.
33957
33958 2000-03-29  Paul Eggert  <eggert@twinsun.com>
33959
33960         * lib/time/strftime.c (my_strftime): Make sure we call the system
33961         strftime, not ourselves, when invoking the underlying strftime.
33962
33963 2000-03-24  Jim Meyering  <meyering@lucent.com>
33964
33965         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
33966         (charset_alias): Define.
33967         (install-exec-local): Factor out common code.
33968         (uninstall-local): Split lines longer than 80.
33969         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
33970         (SUFFIXES): Define.
33971         (.sed.in.sed): New rule.  Don't redirect directly to $@.
33972         (CLEANFILES): Add ref-add.sed and ref-del.sed.
33973
33974 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
33975
33976         * lib/config.charset: Output a line containing "Packages using this
33977         file".
33978         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
33979         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
33980         ref-del.sed): New rules.
33981
33982 2000-03-17  Jim Meyering  <meyering@lucent.com>
33983
33984         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
33985         Otherwise, include <strings.h>
33986
33987 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
33988
33989         * lib/unicodeio.c (utf8_wctomb): New function.
33990         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
33991         format instead of in UCS-4 with platform dependent endianness.
33992
33993 2000-03-10  Jim Meyering  <meyering@lucent.com>
33994
33995         * m4/lib-check.m4: Look for getspnam in -lgen, too.
33996         From Marco Franzen.
33997
33998 2000-03-07  Paul Eggert  <eggert@twinsun.com>
33999
34000         * lib/savedir.c (savedir): Work even if directory size is
34001         negative; this can happen with some screwy NFS configurations.
34002
34003 2000-03-06  Jim Meyering  <meyering@lucent.com>
34004
34005         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
34006         if it's NULL (because we ran out of memory).  From Bruno Haible.
34007
34008 2000-03-05  Jim Meyering  <meyering@lucent.com>
34009
34010         * lib/localcharset.c ("path-concat.h"): Include.
34011         (get_charset_aliases): Use path_concat instead of ANSI string
34012         concatenation.
34013
34014         * lib/unicodeio.h (PARAMS): Define.
34015         Use it to guard prototype.
34016
34017 2000-03-04  Jim Meyering  <meyering@lucent.com>
34018
34019         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
34020         for lib/localcharset.c.
34021
34022 2000-03-04  Jim Meyering  <meyering@lucent.com>
34023
34024         * lib/Makefile.am (install-exec-local): Create $(libdir) before
34025         installing into it.
34026         (uninstall-local): Uncomment this rule so `make distcheck' works
34027         once again.
34028
34029         * lib/unicodeio.c (<errno.h>): Include it.
34030         (errno): Declare if not defined.
34031
34032         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
34033
34034         * lib/config.charset: New version, incorporating remarks from a linux
34035         i18n mailing list.  From Bruno Haible.
34036
34037 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
34038
34039         * m4/codeset.m4: New file.
34040         * m4/iconv.m4: New file.
34041         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
34042
34043 2000-03-03  Jim Meyering  <meyering@lucent.com>
34044
34045         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
34046
34047 2000-03-02  Jim Meyering  <meyering@lucent.com>
34048
34049         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
34050         the messages come out on separate lines.
34051
34052         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
34053         rather than jm_CHECK_DECLARATIONS.
34054         * m4/decl.m4: Remove now-unused file.
34055
34056         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
34057         geteuid.
34058
34059 2000-03-02  Jim Meyering  <meyering@lucent.com>
34060
34061         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
34062
34063 2000-03-01  Jim Meyering  <meyering@lucent.com>
34064
34065         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
34066         * lib/unicodeio.c: Likewise.
34067
34068 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
34069
34070         * lib/config.charset: New file.
34071         * lib/localcharset.c: New file.
34072         * lib/unicodeio.h, lib/unicodeio.c: New files.
34073         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
34074         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
34075         (noinst_HEADERS): Add unicodeio.h.
34076         (all-local, install-exec-local, charset.alias): New targets.
34077
34078 2000-02-28  Paul Eggert  <eggert@twinsun.com>
34079
34080         * lib/quotearg.c (ALERT_CHAR): New macro.
34081         (quotearg_buffer_restyled): Use it.
34082
34083 2000-02-27  Jim Meyering  <meyering@lucent.com>
34084
34085         * m4/check-decl.m4: Add getenv to the list.
34086
34087 2000-02-27  Jim Meyering  <meyering@lucent.com>
34088
34089         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
34090         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
34091
34092         * lib/backupfile.c: Guard inclusion of stdlib.h with
34093         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
34094         Declare malloc if needed.
34095
34096         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
34097         `#ifndef HAVE_DECL..'
34098         now that autoconf always defines the HAVE_DECL_ symbols.
34099         * lib/human.c: Likewise.
34100         * lib/same.c: Likewise.
34101         * lib/strtoumax.c: Likewise.
34102
34103         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
34104         declaration check was not run.
34105         * lib/hash.c: Likewise.
34106         * lib/human.c: Likewise.
34107         * lib/same.c: Likewise.
34108         * lib/strtoumax.c: Likewise.
34109
34110         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
34111         `.', then first look up the entire `.'-containing string as a login
34112         name.
34113
34114 2000-02-23  Jim Meyering  <meyering@lucent.com>
34115
34116         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
34117         in place of my hack.
34118
34119 2000-02-18  Paul Eggert  <eggert@twinsun.com>
34120
34121         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
34122         (textint): New typedef.
34123         (parser_control): Member year changed from int to textint.
34124         All uses changed.
34125         (YYSTYPE): Removed; replaced by %union with int and textint members.
34126         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
34127         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
34128         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
34129         (tSNUMBER, tUNUMBER): Now of type <textintval>.
34130         (date, number, to_year): Use width of number in digits, not its value,
34131         to determine whether it's a 2-digit year, or a 2-digit time.
34132         (yylex): Store number of digits of numeric tokens.
34133         Reported by John Kendall.
34134
34135         (parser_control): Changed from struct parser_control to typedef (for
34136         consistency).  All uses changed.
34137
34138         (tID): Removed; not used.
34139         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
34140
34141 2000-02-14  Paul Eggert  <eggert@twinsun.com>
34142
34143         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
34144         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
34145
34146 2000-02-12  Jim Meyering  <meyering@lucent.com>
34147
34148         * lib/userspec.c (ISDIGIT): Define it.
34149         (isdigit): Remove definition.
34150         (is_number): Use ISDIGIT, not isdigit.
34151         <libintl.h>: Include.
34152         (_ and N_): Define.
34153         (parse_user_spec): Mark translatable strings.
34154
34155 2000-02-10  Jim Meyering  <meyering@lucent.com>
34156
34157         With these changes, nanosleep.[ch] are finally enough like the other
34158         lib/* replacement files to compile on a few more losing systems.
34159
34160         * lib/nanosleep.h: Don't include config.h.
34161         Remove prototype from declaration of nanosleep.
34162         (PARAMS): Remove now-unneeded definition.
34163         * lib/nanosleep.c: #undef nanosleep.
34164         (rpl_nanosleep): Rename from nanosleep.
34165
34166 2000-02-10  Jim Meyering  <meyering@lucent.com>
34167
34168         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
34169         gnu_nanosleep to rpl_nanosleep.
34170
34171 2000-02-09  Jim Meyering  <meyering@lucent.com>
34172
34173         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
34174         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
34175
34176 2000-02-08  Akim Demaille  <akim@epita.fr>
34177
34178         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
34179         `[' and `]' and remove uses of `changequote'.
34180         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
34181         (AC_SYS_LARGEFILE): Likewise.
34182         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
34183         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
34184         of changequote.
34185         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
34186         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
34187         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
34188         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
34189
34190 2000-02-05  Jim Meyering  <meyering@lucent.com>
34191
34192         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
34193         Remove explicit use of AC_HEADER_TIME.  It is required by
34194         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
34195         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
34196         in autoconf whereby the expansion of the latter ended up preceding
34197         the expansion of its prerequisite, AC_HEADER_TIME.
34198         Reported by Volker Borchert.
34199
34200 2000-02-03  Jim Meyering  <meyering@lucent.com>
34201
34202         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
34203
34204 2000-02-03  Jim Meyering  <meyering@lucent.com>
34205
34206         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
34207         rather than with `#if HAVE_UTMPNAME'.
34208
34209 2000-02-02  Jim Meyering  <meyering@lucent.com>
34210
34211         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
34212         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
34213         Reported by Eli Zaretskii.
34214
34215 2000-02-01  Jim Meyering  <meyering@lucent.com>
34216
34217         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
34218
34219 2000-01-31  Jim Meyering  <meyering@lucent.com>
34220
34221         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
34222         functions.  Add the time.h and sys/time.h headers along with the
34223         AC_REQUIRE'ment of AC_HEADER_TIME.
34224
34225 2000-01-31  Jim Meyering  <meyering@lucent.com>
34226
34227         * lib/nanosleep.h (nanosleep): Guard declaration with
34228         `#if ! HAVE_DECL_NANOSLEEP'.
34229         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
34230         the declaration in that vendor's sys/timers.h.
34231         Reported by Christian Krackowizer.
34232
34233         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
34234         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
34235         (ISPRINT): Likewise.
34236         Reported by Tom Tromey.
34237
34238 2000-01-30  Jim Meyering  <meyering@lucent.com>
34239
34240         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
34241
34242         * m4/prereq.m4 (utmp_includes): Define.
34243         Check for ut_user and ut_name members in both struct utmpx
34244         and struct utmp.
34245
34246 2000-01-30  Jim Meyering  <meyering@lucent.com>
34247
34248         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
34249         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
34250         header files where only utmpx.ut_user is declared.
34251
34252         * lib/readutmp.h (UT_USER): Define.
34253
34254 2000-01-29  Jim Meyering  <meyering@lucent.com>
34255
34256         * m4/lib-check.m4: New file containing library-related checks from
34257         fileutils and sh-utils (textutils had none).
34258
34259 2000-01-28  Jim Meyering  <meyering@lucent.com>
34260
34261         * m4/perl.m4: Change format of warning message to look more like that
34262         from the missing script.  Suggestion from François Pinard.
34263
34264 2000-01-25  Jim Meyering  <meyering@lucent.com>
34265
34266         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
34267         well as time.h in the compile check.
34268         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
34269         Fix typo in cross-compiling case: s/yes/no/.
34270
34271 2000-01-23  Jim Meyering  <meyering@lucent.com>
34272
34273         * m4/jm-macros.m4: Move df-related tests here from
34274         fileutils/configure.in
34275
34276         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
34277         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
34278
34279         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
34280         s/space/ac_fsusage_space/.
34281         (jm_FILE_SYSTEM_USAGE): Take two parameters.
34282
34283         * m4/ftruncate.m4: New file (derived from part of
34284         fileutils/configure.in).
34285         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
34286         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
34287
34288         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
34289         AC_SUBST these here, rather than just in sh-util/configure.in, so
34290         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
34291         all the same.
34292         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
34293         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
34294         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
34295         (AC_SUBST(POW_LIBM)): Likewise.
34296         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
34297
34298 2000-01-23  Jim Meyering  <meyering@lucent.com>
34299
34300         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
34301         obstack.c.
34302
34303 2000-01-22  Jim Meyering  <meyering@lucent.com>
34304
34305         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
34306
34307         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
34308
34309         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
34310         configure.in
34311         (AC_CHECK_HEADERS): Likewise for sh-utils.
34312         (AC_CHECK_HEADERS): Likewise for textutils.
34313         Merge the three lists of headers.
34314
34315         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
34316         from fileutils' configure.in.
34317
34318         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
34319         code. Moved tests into their own function (_jm_DECL_HEADERS) in
34320         check-decl.m4.
34321
34322         * m4/check-decl.m4: Use #if rather than #ifdef.
34323         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
34324         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
34325         (_jm_DECL_HEADERS): Define new function.
34326         (jm_CHECK_DECLARATIONS): Require it.
34327
34328 2000-01-22  Jim Meyering  <meyering@lucent.com>
34329
34330         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
34331         [! HAVE_DECL_STRTOULL]: Declare strtoull.
34332         Required for some AIX systems.  Reported by Christian Krackowizer.
34333         [TESTING] (main): New function.
34334
34335         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
34336         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
34337         letters.
34338
34339         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
34340         iswprint.
34341
34342         * lib/strverscmp.c (ISDIGIT): Define.
34343         (strverscmp): Use ISDIGIT, not isdigit.
34344
34345 2000-01-19  Jim Meyering  <meyering@lucent.com>
34346
34347         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
34348         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
34349         defines `struct timespec' in <sys/time.h>
34350
34351         * m4/c-bs-a.m4: Remove uses of changequote altogether.
34352         Thanks to Akim for explaining.
34353
34354 2000-01-17  Paul Eggert  <eggert@twinsun.com>
34355
34356         * lib/nanosleep.c (nanosleep):
34357         Don't use SA_INTERRUPT to decide whether to call sigaction, as
34358         POSIX.1 doesn't require SA_INTERRUPT and some systems
34359         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
34360         it's been part of POSIX.1 since day 1 (in 1988).
34361
34362 2000-01-17  Jim Meyering  <meyering@lucent.com>
34363
34364         * lib/interlock: Remove unused file.  Reported by François Pinard.
34365
34366 2000-01-16  Paul Eggert  <eggert@twinsun.com>
34367
34368         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
34369         alert, backslash, formfeed, and vertical tab unnecessarily in
34370         shell quoting style.
34371
34372 2000-01-16  Jim Meyering  <meyering@lucent.com>
34373
34374         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
34375         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
34376         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
34377         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
34378
34379 2000-01-16  Jim Meyering  <meyering@lucent.com>
34380
34381         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
34382         because the latter didn't work.
34383
34384 2000-01-15  Jim Meyering  <meyering@lucent.com>
34385
34386         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
34387         (AC_REPLACE_FUNCS): Add memcpy and memset.
34388         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
34389         Add strpbrk.
34390         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
34391
34392 2000-01-12  Jim Meyering  <meyering@lucent.com>
34393
34394         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
34395         (jm_PREREQ): Use it.
34396         (jm_PREREQ_READUTMP): New macro.
34397         (jm_PREREQ): Use it.
34398
34399 2000-01-11  Paul Eggert  <eggert@twinsun.com>
34400
34401         Quote multibyte characters correctly.
34402         * m4/c-bs-a.m4: New file.
34403         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
34404         (jm_PREREQ): Use it.
34405
34406 2000-01-11  Paul Eggert  <eggert@twinsun.com>
34407
34408         * m4/uintmax_t.m4: Port to autoconf 2.13.
34409
34410 2000-01-08  Jim Meyering  <meyering@ascend.com>
34411
34412         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
34413         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
34414
34415 2000-01-04  Jim Meyering  <meyering@ascend.com>
34416
34417         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
34418         jm_STRUCT_DIRENT_D_TYPE.
34419         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
34420         jm_STRUCT_DIRENT_D_INO.
34421         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
34422         jm_STRUCT_UTIMBUF.
34423         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
34424         renamings.
34425         * m4/utime.m4: Likewise.
34426
34427         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
34428         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
34429
34430 2000-01-03  Paul Eggert  <eggert@twinsun.com>
34431
34432         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
34433         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
34434
34435 2000-01-02  Jim Meyering  <meyering@ascend.com>
34436
34437         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
34438         remember if this is necessary.
34439
34440 1999-12-26  Jim Meyering  <meyering@ascend.com>
34441
34442         * m4/jm-macros.m4: Use it here.
34443         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
34444
34445 1999-12-23  Jim Meyering  <meyering@ascend.com>
34446
34447         * m4/jm-macros.m4: Check for clock_gettime (moved from
34448         fileutils/configure.in)
34449         Check for gettimeofday.
34450
34451 1999-12-20  Jim Meyering  <meyering@ascend.com>
34452
34453         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
34454         autoconf-2.14a-1999-12-20.
34455
34456 1999-12-19  Jim Meyering  <meyering@ascend.com>
34457
34458         * m4/lstat-slash.m4: New file.
34459         * m4/jm-macros.m4: Use the new macro:
34460         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
34461
34462 1999-12-07  Jim Meyering  <meyering@ascend.com>
34463
34464         * m4/perl.m4: Require that File::Compare be available, too.
34465         Too many systems seem to lack it.
34466
34467         * m4/strftime.m4: Add checks for most of the cpp macros tested in
34468         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
34469
34470 1999-11-18  Paul Eggert  <eggert@twinsun.com>
34471
34472         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
34473         problem with the QNX 4.25 shell, which doesn't propagate exit
34474         status of failed commands inside shell assignments.
34475
34476 1999-11-17  Jim Meyering  <meyering@ascend.com>
34477
34478         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
34479
34480 1999-11-07  Jim Meyering  <meyering@ascend.com>
34481
34482         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
34483
34484 1999-11-06  Jim Meyering  <meyering@ascend.com>
34485
34486         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
34487         * m4/jm-macros.m4 (jm_MACROS): Use it here.
34488
34489 1999-11-05  Jim Meyering  <meyering@ascend.com>
34490
34491         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
34492         configure.in of textutils, fileutils, and sh-utils into this one
34493         (shared between those packages) file.
34494         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
34495         AC_STRUCT_ST_BLKSIZE.
34496
34497 1999-11-03  Jim Meyering  <meyering@ascend.com>
34498
34499         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
34500         of AC_CHECK_TYPE checks includes unistd.h.
34501         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
34502         Suggestion from Akim Demaille.
34503
34504 1999-10-30  Jim Meyering  <meyering@ascend.com>
34505
34506         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
34507         m4-quoted string.
34508         * m4/ls-mntd-fs.m4: Likewise.
34509         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
34510         * m4/jm-winsz1.m4: Likewise.
34511
34512         * m4/const.m4: Remove file, since the fix made it into the experimental
34513         version of autoconf.
34514         * m4/mktime.m4: Likewise.
34515
34516         * m4/check-type.m4: Remove file, now that the latest version of
34517         AC_CHECK_TYPE takes a third arg to specify additional #includes.
34518
34519         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
34520         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
34521         AC_CHECK_TYPE.
34522
34523 1999-10-04  Jim Meyering  <meyering@ascend.com>
34524
34525         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
34526
34527 1999-09-22  Paul Eggert  <eggert@twinsun.com>
34528
34529         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
34530         2.95.1 bug with HP-UX 10.20.
34531
34532 1999-09-17  Jim Meyering  <meyering@ascend.com>
34533
34534         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
34535         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
34536         due to missing strdup (against sh-utils-2.0).
34537
34538 1999-08-29  Jim Meyering  <meyering@ascend.com>
34539
34540         * m4/jm-macros.m4: Require jm_BISON.
34541         * m4/bison.m4: New file.
34542
34543 1999-08-17  Paul Eggert  <eggert@twinsun.com>
34544
34545         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
34546         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
34547
34548 1999-08-05  Jim Meyering  <meyering@ascend.com>
34549
34550         * m4/getline.m4: Rename test file from conftestdata to conftest.data
34551         to avoid conflicts with `conftest' on 8+3 filesystems.
34552         Suggestion from Eli Zaretskii.
34553
34554 1999-08-04  Jim Meyering  <meyering@ascend.com>
34555
34556         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
34557         fileutils and sh-utils (textutils's getline test was inadequate).
34558         (AM_FUNC_GETLINE): Run this test.
34559         (AC_CHECK_FUNCS): Check for getdelim.
34560         Reported by Bob Proulx.
34561
34562 1999-08-02  Jim Meyering  <meyering@ascend.com>
34563
34564         * m4/jm-macros.m4: Add a comment.
34565
34566 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34567
34568         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
34569         <inttypes.h> defines strtoumax as a macro (and not as a
34570         function).
34571
34572 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34573
34574         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
34575         that we can shift, multiply and divide unsigned long long
34576         values; Ultrix cc can't do it.
34577
34578 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34579
34580         * m4/mktime.m4: New file, which is a preview of what should appear
34581         in the next public autoconf release.
34582
34583 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34584
34585         * m4/lfs.m4: Remove this file.
34586         * m4/largefile.m4: New file.  It contains the old contents of
34587         lfs.m4, except that all names with prefix AC_LFS have been
34588         changed to use the prefix AC_SYS_LARGEFILE instead, to be
34589         compatible with future autoconf versions.  Also, some minor m4
34590         quoting problems have been fixed.
34591
34592 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34593
34594         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
34595         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
34596         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
34597         and simplify the shell code.
34598
34599 1999-08-01  Jim Meyering  <meyering@ascend.com>
34600
34601         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
34602         m4.
34603
34604 1999-07-20  Jim Meyering  <meyering@ascend.com>
34605
34606         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
34607
34608 1999-07-15  Jim Meyering  <meyering@ascend.com>
34609
34610         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
34611
34612 1999-05-22  Jim Meyering  <meyering@ascend.com>
34613
34614         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
34615
34616 1999-05-20  Jim Meyering  <meyering@ascend.com>
34617
34618         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
34619         Add a colon after each `then' in case $4 is empty.
34620
34621 1999-05-16  Jim Meyering  <meyering@ascend.com>
34622
34623         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
34624
34625 1999-05-10  Jim Meyering  <meyering@ascend.com>
34626
34627         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
34628
34629         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
34630         AC_FUNC_MKTIME.
34631
34632 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
34633
34634         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
34635
34636 1999-05-04  Paul Eggert  <eggert@twinsun.com>
34637
34638         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
34639         not CPPFLAGS, so that linking works correctly in IRIX.
34640
34641 1999-04-30  Paul Eggert  <eggert@twinsun.com>
34642
34643         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
34644
34645 1999-04-20  Paul Eggert  <eggert@twinsun.com>
34646
34647         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
34648         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
34649         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
34650         jm_AC_TYPE_UNSIGNED_LONG_LONG.
34651         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
34652
34653         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
34654
34655 1999-04-20  Jim Meyering  <meyering@ascend.com>
34656
34657         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
34658         AC_REPLACE xstroull if necessary.  From Paul Eggert.
34659         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
34660
34661 1999-04-18  Jim Meyering  <meyering@ascend.com>
34662
34663         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
34664         * m4/jm-macros.m4: Use it.
34665
34666 1999-04-06  Jim Meyering  <meyering@ascend.com>
34667
34668         * m4/strftime.m4: Remove test for %f.
34669
34670 1999-03-29  Jim Meyering  <meyering@ascend.com>
34671
34672         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
34673         superset of the AC_TYPE_* checks in the textutils, fileutils,
34674         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
34675         AC_TYPE_PID_T.
34676
34677 1999-03-28  Jim Meyering  <meyering@ascend.com>
34678
34679         * m4/jm-macros.m4: Define GNU_PACKAGE here.
34680         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
34681         replaced e.g., in the *.sh files of the sh-utils.
34682
34683 1999-03-20  Jim Meyering  <meyering@ascend.com>
34684
34685         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
34686         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
34687         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
34688
34689 1999-03-19  Jim Meyering  <meyering@ascend.com>
34690
34691         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
34692
34693 1999-03-12  Jim Meyering  <meyering@ascend.com>
34694
34695         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
34696
34697 1999-03-07  Jim Meyering  <meyering@ascend.com>
34698
34699         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
34700         declared.
34701
34702 1999-02-17  Jim Meyering  <meyering@ascend.com>
34703
34704         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
34705         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
34706
34707 1999-02-07  Jim Meyering  <meyering@ascend.com>
34708
34709         * m4/group-member.m4: New file -- extracted from sh-utils'
34710         configure.in.
34711
34712         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
34713         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
34714
34715 1999-02-06  Jim Meyering  <meyering@ascend.com>
34716
34717         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
34718         * m4/fnmatch.m4: Likewise.
34719         * m4/getgroups.m4: Likewise.
34720         * m4/lstat.m4: Likewise.
34721         * m4/malloc.m4: Likewise.
34722         * m4/putenv.m4: Likewise.
34723         * m4/realloc.m4: Likewise.
34724         * m4/regex.m4: Likewise.
34725         * m4/stat.m4: Likewise.
34726         * m4/strftime.m4: Likewise.
34727         Suggestion from Alain Magloire.
34728
34729         * m4/chown.m4: Use `.$ac_objext', not `.o'.
34730         * m4/fnmatch.m4: Likewise.
34731         * m4/getgroups.m4: Likewise.
34732         * m4/getline.m4: Likewise.
34733         * m4/lstat.m4: Likewise.
34734         * m4/malloc.m4: Likewise.
34735         * m4/memcmp.m4: Likewise.
34736         * m4/putenv.m4: Likewise.
34737         * m4/realloc.m4: Likewise.
34738         * m4/regex.m4: Likewise.
34739         * m4/stat.m4: Likewise.
34740         * m4/strftime.m4: Likewise.
34741         Suggestion from Alain Magloire.
34742
34743         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
34744         an argument.
34745
34746         * m4/regex.m4: Add a run-time Test for proper operation of
34747         re_compile_pattern.
34748
34749 1999-01-31  Jim Meyering  <meyering@ascend.com>
34750
34751         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
34752
34753 1999-01-30  Jim Meyering  <meyering@ascend.com>
34754
34755         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
34756
34757         * m4/jm-mktime.m4: Make this a wrapper around the official
34758         AM_FUNC_MKTIME rather than my private copy, now that the official one
34759         is up to date.
34760         * m4/mktime.m4: Remove file.
34761
34762         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
34763         * m4/uptime.m4: Likewise.
34764         * m4/uintmax_t.m4: Likewise.
34765
34766 1999-01-28  Jim Meyering  <meyering@ascend.com>
34767
34768         * m4/jm-macros.m4: Use jm_AFS.
34769         * m4/afs.m4: New file (from fileutils' configure.in).
34770
34771         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
34772         * m4/chown.m4: Likewise.
34773         * m4/d-ino.m4: Likewise.
34774         * m4/d-type.m4: Likewise.
34775         * m4/fnmatch.m4: Likewise.
34776         * m4/getgroups.m4: Likewise.
34777         * m4/gettext.m4: Likewise.
34778         * m4/jm-mktime.m4: Likewise.
34779         * m4/jm-winsz2.m4: Likewise.
34780         * m4/lcmessage.m4: Likewise.
34781         * m4/ls-mntd-fs.m4: Likewise.
34782         * m4/malloc.m4: Likewise.
34783         * m4/memcmp.m4: Likewise.
34784         * m4/putenv.m4: Likewise.
34785         * m4/realloc.m4: Likewise.
34786         * m4/st_mtim.m4: Likewise.
34787         * m4/strftime.m4: Likewise.
34788
34789 1999-01-16  Jim Meyering  <meyering@ascend.com>
34790
34791         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
34792         (ARGMATCH_DIE_DECL): Define.
34793
34794 1999-01-12  Jim Meyering  <meyering@ascend.com>
34795
34796         * m4/Makefile.am.in: Rewrite to avoid using fmt.
34797         Reported by Lars Hecking.
34798
34799 1999-01-10  Jim Meyering  <meyering@ascend.com>
34800
34801         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
34802         gross kludge.
34803         * m4/inttypes_h.m4: Likewise.
34804         * m4/lstat.m4: Likewise.
34805         * m4/malloc.m4: Likewise.
34806         * m4/readdir.m4: Likewise.
34807         * m4/realloc.m4: Likewise.
34808         * m4/st_dm_mode.m4: Likewise.
34809         * m4/stat.m4: Likewise.
34810         * m4/utimbuf.m4: Likewise.
34811         * m4/utimes.m4: Likewise.
34812
34813         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
34814         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
34815         comments in config.h.in are meaningful.
34816
34817         * m4/jm-macros.m4: Require autoconf-2.13 here.
34818
34819         * m4/regex.m4: By default, don't use the included regex.c on systems
34820         with glibc 2.  Suggestion from Uli Drepper.
34821
34822 1999-01-02  Jim Meyering  <meyering@ascend.com>
34823
34824         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
34825
34826 1998-12-18  Jim Meyering  <meyering@ascend.com>
34827
34828         * m4/Makefile.am.in (Makefile.am): Simplify rule.
34829         Based on a suggestion from Lars Hecking.
34830
34831 1998-11-16  Paul Eggert  <eggert@twinsun.com>
34832
34833         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
34834
34835 1998-11-16  Jim Meyering  <meyering@ascend.com>
34836
34837         * m4/lfs.m4: Double-quote the `uname...` expression.
34838
34839 1998-11-14  Jim Meyering  <meyering@ascend.com>
34840
34841         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
34842         * m4/stat.m4: Likewise.
34843
34844 1998-11-03  Jim Meyering  <meyering@ascend.com>
34845
34846         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
34847         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
34848
34849 1998-10-18  Jim Meyering  <meyering@ascend.com>
34850
34851         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
34852
34853 1998-10-17  Jim Meyering  <meyering@ascend.com>
34854
34855         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
34856         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
34857         calls for those previously hard-coded headers.  Instead, take a new
34858         parameter.
34859         (jm_CHECK_DECLARATIONS): Reflect interface change.
34860         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
34861         (jm_CHECK_DECL_LOCALTIME_R): New macro.
34862
34863         * m4/mktime.m4: Test for spring-forward gap before long-running test.
34864
34865 1998-10-14  Jim Meyering  <meyering@ascend.com>
34866
34867         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
34868         instead of "TZ=America/Vancouver".  From Paul Eggert.
34869
34870 1998-10-11  Jim Meyering  <meyering@ascend.com>
34871
34872         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
34873         This adds a test for a recently added compatibility fix for mktime.c.
34874         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
34875
34876 1998-09-27  Jim Meyering  <meyering@ascend.com>
34877
34878         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
34879
34880         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
34881         ../configure.in, including a change from Gordon Matzigkeit to allow
34882         cross-compiling for the Hurd.
34883
34884         * m4/glibc.m4: New file/macro to test for the GNU C Library
34885         versions 1 and 2.  From Gordon Matzigkeit.
34886         Indent.
34887
34888 1998-09-21  Jim Meyering  <meyering@ascend.com>
34889
34890         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
34891
34892 1998-08-18  Paul Eggert  <eggert@twinsun.com>
34893
34894         Port nanosecond-resolution times to UnixWare 2.1.2 and
34895         pedantic Solaris 2.6.
34896
34897         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
34898         AC_STRUCT_ST_MTIM.
34899         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
34900         Generate name of ns member, instead of just 1 or undef.
34901         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
34902
34903 1998-08-15  Jim Meyering  <meyering@ascend.com>
34904
34905         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
34906         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
34907         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
34908         instead of jm_TYPE_SSIZE_T.
34909
34910 1998-08-12  Jim Meyering  <meyering@ascend.com>
34911
34912         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
34913
34914 1998-08-02  Jim Meyering  <meyering@ascend.com>
34915
34916         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
34917         in acconfig.h manually.
34918
34919 1998-07-31  Paul Eggert  <eggert@twinsun.com>
34920
34921         * m4/st_mtim.m4: New file.
34922
34923 1998-07-28  Jim Meyering  <meyering@ascend.com>
34924
34925         * m4/utimes.m4: Undef stat.
34926
34927 1998-07-25  Jim Meyering  <meyering@ascend.com>
34928
34929         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
34930         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
34931
34932 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
34933
34934         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
34935         uid and gid actually remain unchanged.
34936
34937 1998-07-07  Jim Meyering  <meyering@ascend.com>
34938
34939         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
34940
34941 1998-07-04  Jim Meyering  <meyering@ascend.com>
34942
34943         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
34944         to prove that this macro can be used in packages without regex.c.
34945
34946 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
34947
34948         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
34949         is to be used.
34950
34951 1998-07-03  Jim Meyering  <meyering@ascend.com>
34952
34953         * m4/gettext.m4: Add -lintl if it's found to be necessary.
34954
34955         * m4/gettext.m4: New file -- from gettext-0.10.35.
34956         * m4/lcmessage.m4: Likewise.
34957         * m4/progtest.m4: Likewise.
34958
34959         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
34960         * m4/jm-macros.m4: Require the new macro.
34961
34962 1998-06-29  Jim Meyering  <meyering@ascend.com>
34963
34964         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
34965         for the definition of NGROUPS (used in a system header included
34966         by sys/mount.h).
34967
34968 1998-06-28  Jim Meyering  <meyering@ascend.com>
34969
34970         * m4/ls-mntd-fs.m4: New file.
34971         * m4/fstypename.m4: New file.
34972
34973         * m4/jm-macros.m4: Require the new macro.
34974         * m4/jm-glibc-io.m4: New file.
34975
34976 1998-05-19  Jim Meyering  <meyering@ascend.com>
34977
34978         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
34979         * m4/lchown.m4: New file.
34980
34981         * m4/Makefile.am.in: New file.
34982         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
34983
34984 1998-05-14  Jim Meyering  <meyering@ascend.com>
34985
34986         * m4/Makefile.am (EXTRA_DIST): Add them.
34987         * m4/jm-macros.m4: New file.
34988         * m4/utimbuf.m4: New file.
34989
34990 1998-05-12  Jim Meyering  <meyering@ascend.com>
34991
34992         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
34993
34994 1998-05-11  Jim Meyering  <meyering@ascend.com>
34995
34996         * m4/isc-posix.m4: New file.
34997
34998 1998-05-10  Jim Meyering  <meyering@ascend.com>
34999
35000         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
35001
35002 1998-05-09  Jim Meyering  <meyering@ascend.com>
35003
35004         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
35005         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
35006         with automake.
35007
35008         * m4/ssize_t.m4: New file.
35009         * m4/mktime.m4: Remove file -- the new automake has this now.
35010
35011 1998-04-26  Jim Meyering  <meyering@ascend.com>
35012
35013         * m4/assert.m4: New file.
35014         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
35015
35016 1998-04-05  Jim Meyering  <meyering@ascend.com>
35017
35018         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
35019         (jm_PREREQ): Use it here.
35020
35021 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
35022
35023         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
35024         in acconfig.h.
35025
35026 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
35027
35028         * m4/prereq.m4: New file.
35029         * m4/error.m4: New file.
35030         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
35031
35032 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
35033
35034         * m4/getline.m4: Don't set am_cv_func_working_getline before the
35035         cache-check for the same variable -- that defeated the purpose of
35036         the test; the test program was never run.  This was a problem only
35037         on systems with losing getline functions -- HP-UX 10.20 is one.
35038         Reported by Bjorn Helgaas.
35039
35040 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
35041
35042         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
35043
35044 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
35045
35046         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
35047
35048         * m4/const.m4: New file.  Use an initializer in this declaration
35049         typedef int charset[2]; const charset x;
35050         Reported by Bob Glickstein.
35051
35052 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
35053
35054         * m4/chown.m4: Fix reversed types on -1 args to chown.
35055         From Kaveh Ghazi.
35056
35057 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
35058
35059         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
35060         Add lseek and memchr.
35061
35062         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
35063         T.E.Dickey <dickey@clark.net> said that some older preprocessors
35064         have a 20-character limit on names.
35065
35066 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
35067
35068         * m4/inttypes_h.m4: New file.
35069         * m4/uintmax_t.m4: New file.
35070         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
35071
35072 Copyright (C) 1997-2007 Free Software Foundation, Inc.
35073 Copying and distribution of this file, with or without modification,
35074 are permitted provided the copyright notice and this notice are preserved.