3dbaf13d44c50f89b511e8fbfcee61445939faba
[gnulib.git] / ChangeLog
1 2007-10-21  Bruno Haible  <bruno@clisp.org>
2
3         * tests/test-wcwidth.c (main): Allow negative result for some control
4         characters.
5
6         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
7         Needed on OSF/1 5.1.
8
9 2007-10-21  Bruno Haible  <bruno@clisp.org>
10
11         * tests/test-floorf1.c: Include isnanf.h.
12         (main): Use isnanf() instead of isnan().
13         * tests/test-ceilf1.c: Include isnanf.h.
14         (main): Use isnanf() instead of isnan().
15         * tests/test-truncf1.c: Include isnanf.h.
16         (main): Use isnanf() instead of isnan().
17         * tests/test-roundf1.c: Include isnanf.h.
18         (main): Use isnanf() instead of isnan().
19
20 2007-10-21  Eric Blake  <ebb9@byu.net>
21
22         * users.txt: Update URL for m4.
23
24 2007-10-21  Bruno Haible  <bruno@clisp.org>
25
26         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
27
28 2007-10-21  Bruno Haible  <bruno@clisp.org>
29
30         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
31         Git's management files if the CVS files are not present.
32
33 2007-10-20  Bruno Haible  <bruno@clisp.org>
34
35         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
36         gcc-3.4.x.
37
38 2007-10-20  Ben Pfaff  <blp@gnu.org>
39
40         * lib/math.in.h: Declare round, roundf, roundl if we are providing
41         implementations.
42         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
43         * lib/round.c: New file.
44         * lib/roundf.c: New file.
45         * lib/roundl.c: New file.
46         * m4/round.m4: New file.
47         * m4/roundf.m4: New file.
48         * m4/roundl.m4: New file.
49         * m4/check-libm-func-m4: New file.
50         * modules/math: Replace round, roundf, roundl related @VARS@ in
51         math.in.h.
52         * modules/round: New file.
53         * modules/round-tests: New file.
54         * modules/roundf: New file.
55         * modules/roundf-tests: New file.
56         * modules/roundl: New file.
57         * modules/roundl-tests: New file.
58         * tests/test-round1.c: New file.
59         * tests/test-round2.c: New file.
60         * tests/test-roundf1.c: New file.
61         * tests/test-roundf2.c: New file.
62         * tests/test-roundl.c: New file.
63         * doc/functions/round.texi: Mention round module.
64         * doc/functions/roundf.texi: Mention roundf module.
65         * doc/functions/roundl.texi: Mention roundl module.
66         * MODULES.html.sh: Mention new modules.
67
68 2007-10-20  Jim Meyering  <meyering@redhat.com>
69
70         * lib/xprintf.c: Include <config.h> unconditionally.
71
72         Change xprintf's license to GPL.
73         * modules/xprintf (License): s/LGPL/GPL/, since this module
74         depends on modules (exit and exitfail) which are GPL.
75         Suggestion from Bruno Haible.
76
77         xprintf fixes.
78         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
79         Use a clearer diagnostic.
80         Patch from Bruno Haible.
81
82 2007-10-20  Bruno Haible  <bruno@clisp.org>
83
84         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
85         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
86         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
87
88 2007-10-20  Bruno Haible  <bruno@clisp.org>
89
90         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
91         precision in the comparison result > x - 1 or similar.
92         * tests/test-ceilf2.c (correct_result_p): Likewise.
93         * tests/test-truncf2.c (correct_result_p): Likewise.
94         * tests/test-trunc2.c (correct_result_p): Likewise.
95         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
96
97 2007-10-20  Bruno Haible  <bruno@clisp.org>
98
99         * modules/ceil: New file.
100         * m4/ceil.m4: New file.
101         * doc/functions/ceil.texi: Mention the 'ceil' module.
102
103 2007-10-20  Bruno Haible  <bruno@clisp.org>
104
105         * modules/floor: New file.
106         * m4/floor.m4: New file.
107         * doc/functions/floor.texi: Mention the 'floor' module.
108
109 2007-10-20  Bruno Haible  <bruno@clisp.org>
110
111         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
112         of %a.
113         * modules/floorf-tests (Depends-on): Likewise.
114         * modules/truncf-tests (Depends-on): Likewise.
115         * modules/trunc-tests (Depends-on): Likewise.
116         Reported by Ben Pfaff.
117
118 2007-10-19  Jim Meyering  <meyering@redhat.com>
119
120         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
121         Don't bother testing specific errno values.  Just test ferror.
122
123         New module: xprintf
124         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
125
126 2007-10-19  Bruno Haible  <bruno@clisp.org>
127
128         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
129         syntax.
130         * modules/javaexec (Makefile.am): Likewise.
131         * modules/relocatable-prog (Makefile.am): Likewise.
132         Suggested by Jim Meyering.
133
134 2007-10-18  Bruno Haible  <bruno@clisp.org>
135
136         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
137         Reported by Jim Meyering.
138
139 2007-10-18  Eric Blake  <ebb9@byu.net>
140
141         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
142
143 2007-10-18  Bruno Haible  <bruno@clisp.org>
144
145         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
146         the format string into writable memory. Needed in Fortify conditions.
147
148 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
149             Bruno Haible  <bruno@clisp.org>
150
151         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
152         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
153         * modules/trim (Depends-on): Add mbchar.
154         (configure.ac): Add gl_FUNC_MBRTOWC.
155         (Makefile.am): Augment lib_SOURCES.
156
157 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
158
159         Modify glob.c to use fstatat and dirfd, to simplify it.
160         Suggested by Eric Blake.
161         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
162         Don't include <stdbool.h>; not used.
163         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
164         (link_exists_p): Simplify implementation, since we can now assume
165         dirfd and fstatat.
166         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
167
168 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
169
170         * gnulib-tool (func_get_dependencies): Fix sed script to
171         match only tests.
172
173 2007-10-17  Bruno Haible  <bruno@clisp.org>
174
175         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
176         allow locale names without encoding suffix.
177         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
178         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
179
180 2007-10-16  Bruno Haible  <bruno@clisp.org>
181
182         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
183         * lib/getgroups.c (getgroups): Likewise.
184         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
185
186 2007-10-16  Bruno Haible  <bruno@clisp.org>
187
188         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
189         * modules/malloc-posix (License): Likewise.
190         * modules/realloc-posix (License): Likewise.
191         * modules/calloc-posix (License): Likewise.
192         * modules/intprops (License): Change from GPL to LGPL, with
193         Paul Eggert's approval.
194
195 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
196
197         Merge glibc changes into lib/glob.c.
198
199         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
200         2007-10-15 04:59:03 UTC.  Here are the changes:
201
202         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
203
204         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
205
206         * lib/glob.c: Add some branch prediction throughout.
207
208         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
209
210         [BZ #5103]
211         * lib/glob.c (glob): Recognize patterns starting \/.
212
213         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
214
215         [BZ #3996]
216         * lib/glob.c (attribute_hidden): Define if not defined.
217         (glob): Unescape dirname, filename or username when needed and not
218         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
219         is NULL.  Handle unescaped [ in pattern without closing ].
220         Don't pass GLOB_CHECK down to recursive glob for directories.
221         (__glob_pattern_type): New function.
222         (__glob_pattern_p): Implement using __glob_pattern_type.
223         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
224         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
225         Remove unreachable code.
226
227         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
228
229         * lib/glob.c (glob_in_dir): Add some comments and asserts to
230         explain why there are no leaks.
231
232         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
233
234         [BZ #3253]
235         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
236         time, rather allocate increasingly bigger arrays of pointers, if
237         possible with alloca, if too large with malloc.
238
239 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
240
241         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
242         Problem reported by H.Merijn Brand in
243         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
244         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
245         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
246
247 2007-10-15  Bruno Haible  <bruno@clisp.org>
248
249         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
250         with explicit rpl_ prefix.
251         * lib/fopen.c (fopen): Likewise.
252         * lib/freopen.c (freopen): Likewise.
253         * lib/iconv.c (iconv): Likewise.
254         * lib/iconv_close.c (iconv_close): Likewise.
255
256 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
257
258         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
259
260 2007-10-15  Bruno Haible  <bruno@clisp.org>
261
262         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
263         <stddef.h> instead of <stdlib.h> since we only need NULL.
264         Reported by Ben Pfaff <blp@cs.stanford.edu>.
265
266 2007-10-15  Bruno Haible  <bruno@clisp.org>
267
268         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
269         Replace paragraph talking about LIBOBJS.
270         Reported by Colin Watson <cjwatson@debian.org>.
271
272 2007-10-15  Bruno Haible  <bruno@clisp.org>
273
274         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
275         <stdlib.h> before using NULL.
276
277 2007-10-15  Simon Josefsson  <simon@josefsson.org>
278
279         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
280         Reported by Albert Chin <china@thewrittenword.com>.
281
282 2007-10-14  Bruno Haible  <bruno@clisp.org>
283
284         * modules/iconv_open-utf-tests: New file.
285         * tests/test-iconv-utf.c: New file.
286
287         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
288         * modules/iconv_open-utf: New file.
289         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
290         (iconv, iconv_close): New declarations.
291         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
292         be defined.
293         (iconv_open): Add special handling of conversion between UTF-8 and
294         UTF-{16,32}{BE,LE}.
295         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
296         * lib/iconv_close.c: New file.
297         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
298         gl_FUNC_ICONV_OPEN.
299         (gl_FUNC_ICONV_OPEN): Use it.
300         (gl_FUNC_ICONV_OPEN_UTF): New macro.
301         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
302         and REPLACE_ICONV_UTF.
303         * modules/iconv_open (Depends-on): Add c-strcase.
304         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
305         ICONV_CONST.
306         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
307
308 2007-10-13  Albert Chin  <china@thewrittenword.com>
309             Bruno Haible  <bruno@clisp.org>
310
311         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
312         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
313
314 2007-10-13  Bruno Haible  <bruno@clisp.org>
315
316         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
317         defined, use the ISO C99 inline semantics.
318         * lib/argp.h (ARGP_EI): Likewise.
319
320 2007-10-13  Bruno Haible  <bruno@clisp.org>
321
322         Handle 'inline' change in gcc 4.3.0.
323         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
324         argp_fmtstream_write, argp_fmtstream_set_lmargin,
325         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
326         argp_fmtstream_point): Disable 'extern' declaration if the function
327         definition is going to be provided inline.
328         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
329         semantics, not the ISO C99 inline semantics.
330         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
331         'extern' declaration if the function definition is going to be provided
332         inline.
333         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
334         the GNU C inline semantics, not the ISO C99 inline semantics. With
335         GCC 4.2, avoid a warning.
336
337 2007-10-13  Bruno Haible  <bruno@clisp.org>
338
339         * lib/freading.h (freading): Enable the use of __freading for
340         glibc >= 2.7.
341         * lib/freading.c (freading): Likewise.
342
343 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
344
345         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
346         "warning: C99 inline functions are not supported; using GNU89".
347
348 2007-10-12  Bruno Haible  <bruno@clisp.org>
349
350         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
351         of 2.
352         * tests/test-ceilf2.c: New file.
353         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
354
355         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
356         * modules/ceilf-tests: Update.
357
358 2007-10-12  Bruno Haible  <bruno@clisp.org>
359
360         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
361         of 2.
362         * tests/test-floorf2.c: New file.
363         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
364
365         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
366         * modules/floorf-tests: Update.
367
368 2007-10-12  Bruno Haible  <bruno@clisp.org>
369
370         * tests/test-trunc2.c: New file.
371         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
372
373         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
374         * modules/trunc-tests: Update.
375
376 2007-10-12  Bruno Haible  <bruno@clisp.org>
377
378         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
379         of 2.
380         * tests/test-truncf2.c: New file.
381         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
382
383         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
384         * modules/truncf-tests: Update.
385
386 2007-10-11  Eric Blake  <ebb9@byu.net>
387
388         Don't claim strerror is broken on Interix.
389         * doc/functions/strerror.texi (strerror): Known broken systems are
390         now Solaris 8, and not Interix.
391         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
392         Interix on cross-compile.
393         Reported by Martin Koeppe in
394         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
395
396 2007-10-11  Bruno Haible  <bruno@clisp.org>
397
398         * modules/i-ring-tests: New file.
399         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
400         instead of assert.
401
402 2007-10-11  Bruno Haible  <bruno@clisp.org>
403
404         * modules/filenamecat-tests: New file.
405         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
406         * lib/filenamecat.c: Remove test code.
407
408 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
409
410         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
411
412         * lib/strerror.c: Include <string.h> always, to test interface,
413         and to remove the need for the dummy.
414         Include intprops.h to compute width instead of doing it ourselves
415         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
416         (strerror): Define it to return NULL if there's no system strerror.
417         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
418         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
419         ancient pre-strerror Unix systems well any more.  Saying "unknown
420         system error" is enough.
421         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
422         simpler strerror.c implementation.
423         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
424         Simplify the tests to reflect the simpler strerror implementation.
425         * modules/strerror (Depends-on): Add intprops.
426
427 2007-10-09  Eric Blake  <ebb9@byu.net>
428
429         Silence test-fpending.
430         * modules/fpending-tests (Files): Add wrapper script.
431         * tests/test-fpending.sh: New file.
432
433 2007-10-09  Bruno Haible  <bruno@clisp.org>
434
435         * MODULES.html.sh (func_module): Don't create a hyperlink for
436         function names like 'printf_frexp'.
437         (Misc): Add crc, memxor.
438         (Characteristics of floating types): New section.
439         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
440         isnanf-nolibm, signbit, trunc, truncf, truncl.
441         (Enhancements for ISO C 99 functions): New subsection Input/output.
442         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
443         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
444         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
445         (Compatibility checks for POSIX:2001 functions): Add clock-time.
446         (Enhancements for POSIX:2001 functions): Add chdir-long.
447         (File system functions): Add areadlink, chdir-safer, read-file.
448         Remove cycle-check.
449         (File system as inode set): New section.
450         (Date and time): Add gethrxtime.
451         (Multithreading): Add openmp.
452         (Internationalization functions): Add localename.
453         (Unicode string functions): Add unistr/u*-mbsnlen.
454         (Support for maintaining and releasing projects): Add git-version-gen.
455         (Lone files): Remove directories.
456
457 2007-10-08  Ben Pfaff  <blp@gnu.org>
458
459         * lib/xmalloca.h: Fix typo in comment.
460
461 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
462
463         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
464         when avoiding problems with integer overflow.  Use a portable test
465         instead.
466
467 2007-10-08  Simon Josefsson  <simon@josefsson.org>
468
469         * modules/dummy (License): Change to LGPLv2+.
470         * modules/float (License): Likewise
471         * modules/realloc (License): Likewise
472         * modules/stdlib (License): Likewise
473
474 2007-10-07  Bruno Haible  <bruno@clisp.org>
475
476         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
477         * floor.c (TWO_MANT_DIG): Likewise.
478         * ceil.c (TWO_MANT_DIG): Likewise.
479         Reported by Ben Pfaff.
480
481 2007-10-07  Bruno Haible  <bruno@clisp.org>
482
483         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
484         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
485         * lib/frexp.c (FUNC): Likewise.
486         * lib/printf-frexp.h (printf_frexp): Likewise.
487         * lib/printf-frexpl.h (printf_frexpl): Likewise.
488         * lib/printf-frexp.c (FUNC): Likewise.
489         Suggested by Jim Meyering.
490
491 2007-10-07  Jim Meyering  <meyering@redhat.com>
492
493         Make xnanosleep's integer overflow test more robust.
494         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
495         so that gcc-4.3.0 doesn't optimize away this test for overflow.
496
497 2007-10-07  Bruno Haible  <bruno@clisp.org>
498
499         * NEWS: Mention the license change.
500
501         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
502         abbreviations in the modules files.
503
504         Change copyright notice from GPLv2+ to GPLv3+.
505         * README: Change copyright notice.
506         * MODULES.html.sh: Likewise.
507         * build-aux/bootstrap.conf: Likewise.
508         * build-aux/config.libpath: Likewise.
509         * build-aux/csharpcomp.sh.in: Likewise.
510         * build-aux/csharpexec.sh.in: Likewise.
511         * build-aux/install-reloc: Likewise.
512         * build-aux/javacomp.sh.in: Likewise.
513         * build-aux/javaexec.sh.in: Likewise.
514         * build-aux/ldd.sh.in: Likewise.
515         * build-aux/reloc-ldflags: Likewise.
516         * build-aux/relocatable.sh.in: Likewise.
517         * build-aux/x-to-1.in: Likewise.
518         * check-module: Likewise.
519         * config/srclistvars.sh: Likewise.
520         * gnulib-tool: Likewise.
521         * lib/acl-internal.h: Likewise.
522         * lib/acl.c: Likewise.
523         * lib/acl.h: Likewise.
524         * lib/acl_entries.c: Likewise.
525         * lib/areadlink-with-size.c: Likewise.
526         * lib/areadlink.c: Likewise.
527         * lib/areadlink.h: Likewise.
528         * lib/argmatch.c: Likewise.
529         * lib/argmatch.h: Likewise.
530         * lib/argp-ba.c: Likewise.
531         * lib/argp-eexst.c: Likewise.
532         * lib/argp-fmtstream.c: Likewise.
533         * lib/argp-fmtstream.h: Likewise.
534         * lib/argp-fs-xinl.c: Likewise.
535         * lib/argp-help.c: Likewise.
536         * lib/argp-namefrob.h: Likewise.
537         * lib/argp-parse.c: Likewise.
538         * lib/argp-pin.c: Likewise.
539         * lib/argp-pv.c: Likewise.
540         * lib/argp-pvh.c: Likewise.
541         * lib/argp-xinl.c: Likewise.
542         * lib/argp.h: Likewise.
543         * lib/at-func.c: Likewise.
544         * lib/atanl.c: Likewise.
545         * lib/backupfile.c: Likewise.
546         * lib/backupfile.h: Likewise.
547         * lib/basename.c: Likewise.
548         * lib/binary-io.h: Likewise.
549         * lib/byteswap.in.h: Likewise.
550         * lib/c-stack.c: Likewise.
551         * lib/c-stack.h: Likewise.
552         * lib/c-strcasestr.c: Likewise.
553         * lib/c-strcasestr.h: Likewise.
554         * lib/c-strstr.c: Likewise.
555         * lib/c-strstr.h: Likewise.
556         * lib/c-strtod.c: Likewise.
557         * lib/calloc.c: Likewise.
558         * lib/canon-host.c: Likewise.
559         * lib/canon-host.h: Likewise.
560         * lib/canonicalize-lgpl.c: Likewise.
561         * lib/canonicalize.c: Likewise.
562         * lib/canonicalize.h: Likewise.
563         * lib/ceil.c: Likewise.
564         * lib/ceilf.c: Likewise.
565         * lib/ceill.c: Likewise.
566         * lib/chdir-long.c: Likewise.
567         * lib/chdir-long.h: Likewise.
568         * lib/chdir-safer.c: Likewise.
569         * lib/chdir-safer.h: Likewise.
570         * lib/chown.c: Likewise.
571         * lib/classpath.c: Likewise.
572         * lib/classpath.h: Likewise.
573         * lib/clean-temp.c: Likewise.
574         * lib/clean-temp.h: Likewise.
575         * lib/cloexec.c: Likewise.
576         * lib/close-stream.c: Likewise.
577         * lib/closein.c: Likewise.
578         * lib/closein.h: Likewise.
579         * lib/closeout.c: Likewise.
580         * lib/closeout.h: Likewise.
581         * lib/concat-filename.c: Likewise.
582         * lib/copy-file.c: Likewise.
583         * lib/copy-file.h: Likewise.
584         * lib/count-one-bits.h: Likewise.
585         * lib/crc.c: Likewise.
586         * lib/crc.h: Likewise.
587         * lib/creat-safer.c: Likewise.
588         * lib/csharpcomp.c: Likewise.
589         * lib/csharpcomp.h: Likewise.
590         * lib/csharpexec.c: Likewise.
591         * lib/csharpexec.h: Likewise.
592         * lib/cycle-check.c: Likewise.
593         * lib/cycle-check.h: Likewise.
594         * lib/diacrit.c: Likewise.
595         * lib/diacrit.h: Likewise.
596         * lib/diffseq.h: Likewise.
597         * lib/dirchownmod.c: Likewise.
598         * lib/dirent.in.h: Likewise.
599         * lib/dirfd.c: Likewise.
600         * lib/dirfd.h: Likewise.
601         * lib/dirname.c: Likewise.
602         * lib/dirname.h: Likewise.
603         * lib/dummy.c: Likewise.
604         * lib/dup-safer.c: Likewise.
605         * lib/dup2.c: Likewise.
606         * lib/eealloc.h: Likewise.
607         * lib/error.c: Likewise.
608         * lib/error.h: Likewise.
609         * lib/euidaccess.c: Likewise.
610         * lib/exclude.c: Likewise.
611         * lib/exclude.h: Likewise.
612         * lib/execute.c: Likewise.
613         * lib/execute.h: Likewise.
614         * lib/exitfail.c: Likewise.
615         * lib/exitfail.h: Likewise.
616         * lib/expl.c: Likewise.
617         * lib/fatal-signal.c: Likewise.
618         * lib/fatal-signal.h: Likewise.
619         * lib/fbufmode.c: Likewise.
620         * lib/fbufmode.h: Likewise.
621         * lib/fchdir.c: Likewise.
622         * lib/fchmodat.c: Likewise.
623         * lib/fchownat.c: Likewise.
624         * lib/fcntl--.h: Likewise.
625         * lib/fcntl-safer.h: Likewise.
626         * lib/fcntl.in.h: Likewise.
627         * lib/fd-safer.c: Likewise.
628         * lib/fflush.c: Likewise.
629         * lib/file-has-acl.c: Likewise.
630         * lib/file-set.c: Likewise.
631         * lib/file-type.c: Likewise.
632         * lib/file-type.h: Likewise.
633         * lib/fileblocks.c: Likewise.
634         * lib/filemode.c: Likewise.
635         * lib/filemode.h: Likewise.
636         * lib/filename.h: Likewise.
637         * lib/filenamecat.c: Likewise.
638         * lib/filenamecat.h: Likewise.
639         * lib/findprog.c: Likewise.
640         * lib/findprog.h: Likewise.
641         * lib/float.in.h: Likewise.
642         * lib/floor.c: Likewise.
643         * lib/floorf.c: Likewise.
644         * lib/floorl.c: Likewise.
645         * lib/fopen-safer.c: Likewise.
646         * lib/fopen.c: Likewise.
647         * lib/fpending.c: Likewise.
648         * lib/fpending.h: Likewise.
649         * lib/fprintf.c: Likewise.
650         * lib/fprintftime.h: Likewise.
651         * lib/fpucw.h: Likewise.
652         * lib/fpurge.c: Likewise.
653         * lib/fpurge.h: Likewise.
654         * lib/freadable.c: Likewise.
655         * lib/freadable.h: Likewise.
656         * lib/freadahead.c: Likewise.
657         * lib/freadahead.h: Likewise.
658         * lib/freading.c: Likewise.
659         * lib/freading.h: Likewise.
660         * lib/free.c: Likewise.
661         * lib/freopen.c: Likewise.
662         * lib/frexp.c: Likewise.
663         * lib/frexpl.c: Likewise.
664         * lib/fseek.c: Likewise.
665         * lib/fseterr.c: Likewise.
666         * lib/fseterr.h: Likewise.
667         * lib/fstatat.c: Likewise.
668         * lib/fstrcmp.c: Likewise.
669         * lib/fstrcmp.h: Likewise.
670         * lib/fsusage.c: Likewise.
671         * lib/fsusage.h: Likewise.
672         * lib/ftell.c: Likewise.
673         * lib/ftello.c: Likewise.
674         * lib/fts-cycle.c: Likewise.
675         * lib/fts.c: Likewise.
676         * lib/fts_.h: Likewise.
677         * lib/full-read.c: Likewise.
678         * lib/full-read.h: Likewise.
679         * lib/full-write.c: Likewise.
680         * lib/full-write.h: Likewise.
681         * lib/fwritable.c: Likewise.
682         * lib/fwritable.h: Likewise.
683         * lib/fwriteerror.c: Likewise.
684         * lib/fwriteerror.h: Likewise.
685         * lib/fwriting.c: Likewise.
686         * lib/fwriting.h: Likewise.
687         * lib/gcd.c: Likewise.
688         * lib/gcd.h: Likewise.
689         * lib/getcwd.c: Likewise.
690         * lib/getdate.h: Likewise.
691         * lib/getdate.y: Likewise.
692         * lib/getdomainname.c: Likewise.
693         * lib/getdomainname.h: Likewise.
694         * lib/getgroups.c: Likewise.
695         * lib/gethostname.c: Likewise.
696         * lib/gethrxtime.c: Likewise.
697         * lib/gethrxtime.h: Likewise.
698         * lib/getloadavg.c: Likewise.
699         * lib/getndelim2.c: Likewise.
700         * lib/getndelim2.h: Likewise.
701         * lib/getnline.c: Likewise.
702         * lib/getnline.h: Likewise.
703         * lib/getopt.c: Likewise.
704         * lib/getopt.in.h: Likewise.
705         * lib/getopt1.c: Likewise.
706         * lib/getopt_int.h: Likewise.
707         * lib/getpagesize.h: Likewise.
708         * lib/getsubopt.c: Likewise.
709         * lib/gettime.c: Likewise.
710         * lib/getugroups.c: Likewise.
711         * lib/getugroups.h: Likewise.
712         * lib/getusershell.c: Likewise.
713         * lib/gl_anyavltree_list1.h: Likewise.
714         * lib/gl_anyavltree_list2.h: Likewise.
715         * lib/gl_anyhash_list1.h: Likewise.
716         * lib/gl_anyhash_list2.h: Likewise.
717         * lib/gl_anylinked_list1.h: Likewise.
718         * lib/gl_anylinked_list2.h: Likewise.
719         * lib/gl_anyrbtree_list1.h: Likewise.
720         * lib/gl_anyrbtree_list2.h: Likewise.
721         * lib/gl_anytree_list1.h: Likewise.
722         * lib/gl_anytree_list2.h: Likewise.
723         * lib/gl_anytree_oset.h: Likewise.
724         * lib/gl_anytreehash_list1.h: Likewise.
725         * lib/gl_anytreehash_list2.h: Likewise.
726         * lib/gl_array_list.c: Likewise.
727         * lib/gl_array_list.h: Likewise.
728         * lib/gl_array_oset.c: Likewise.
729         * lib/gl_array_oset.h: Likewise.
730         * lib/gl_avltree_list.c: Likewise.
731         * lib/gl_avltree_list.h: Likewise.
732         * lib/gl_avltree_oset.c: Likewise.
733         * lib/gl_avltree_oset.h: Likewise.
734         * lib/gl_avltreehash_list.c: Likewise.
735         * lib/gl_avltreehash_list.h: Likewise.
736         * lib/gl_carray_list.c: Likewise.
737         * lib/gl_carray_list.h: Likewise.
738         * lib/gl_linked_list.c: Likewise.
739         * lib/gl_linked_list.h: Likewise.
740         * lib/gl_linkedhash_list.c: Likewise.
741         * lib/gl_linkedhash_list.h: Likewise.
742         * lib/gl_list.c: Likewise.
743         * lib/gl_list.h: Likewise.
744         * lib/gl_oset.c: Likewise.
745         * lib/gl_oset.h: Likewise.
746         * lib/gl_rbtree_list.c: Likewise.
747         * lib/gl_rbtree_list.h: Likewise.
748         * lib/gl_rbtree_oset.c: Likewise.
749         * lib/gl_rbtree_oset.h: Likewise.
750         * lib/gl_rbtreehash_list.c: Likewise.
751         * lib/gl_rbtreehash_list.h: Likewise.
752         * lib/gl_sublist.c: Likewise.
753         * lib/gl_sublist.h: Likewise.
754         * lib/group-member.c: Likewise.
755         * lib/group-member.h: Likewise.
756         * lib/hard-locale.c: Likewise.
757         * lib/hard-locale.h: Likewise.
758         * lib/hash-pjw.c: Likewise.
759         * lib/hash-pjw.h: Likewise.
760         * lib/hash-triple.c: Likewise.
761         * lib/hash.c: Likewise.
762         * lib/hash.h: Likewise.
763         * lib/human.c: Likewise.
764         * lib/human.h: Likewise.
765         * lib/i-ring.c: Likewise.
766         * lib/i-ring.h: Likewise.
767         * lib/idcache.c: Likewise.
768         * lib/imaxabs.c: Likewise.
769         * lib/imaxdiv.c: Likewise.
770         * lib/inet_pton.c: Likewise.
771         * lib/inet_pton.h: Likewise.
772         * lib/intprops.h: Likewise.
773         * lib/inttostr.c: Likewise.
774         * lib/inttostr.h: Likewise.
775         * lib/inttypes.in.h: Likewise.
776         * lib/isapipe.c: Likewise.
777         * lib/isdir.c: Likewise.
778         * lib/isnan.c: Likewise.
779         * lib/isnan.h: Likewise.
780         * lib/isnanf.c: Likewise.
781         * lib/isnanf.h: Likewise.
782         * lib/isnanl-nolibm.h: Likewise.
783         * lib/isnanl.c: Likewise.
784         * lib/isnanl.h: Likewise.
785         * lib/javacomp.c: Likewise.
786         * lib/javacomp.h: Likewise.
787         * lib/javaexec.c: Likewise.
788         * lib/javaexec.h: Likewise.
789         * lib/javaversion.c: Likewise.
790         * lib/javaversion.h: Likewise.
791         * lib/javaversion.java: Likewise.
792         * lib/lbrkprop.h: Likewise.
793         * lib/lchmod.h: Likewise.
794         * lib/lchown.c: Likewise.
795         * lib/ldexpl.c: Likewise.
796         * lib/linebreak.c: Likewise.
797         * lib/linebreak.h: Likewise.
798         * lib/linebuffer.c: Likewise.
799         * lib/linebuffer.h: Likewise.
800         * lib/locale.in.h: Likewise.
801         * lib/logl.c: Likewise.
802         * lib/long-options.c: Likewise.
803         * lib/long-options.h: Likewise.
804         * lib/lstat.c: Likewise.
805         * lib/lstat.h: Likewise.
806         * lib/math.in.h: Likewise.
807         * lib/mbchar.c: Likewise.
808         * lib/mbchar.h: Likewise.
809         * lib/mbfile.h: Likewise.
810         * lib/mbiter.h: Likewise.
811         * lib/mbscasecmp.c: Likewise.
812         * lib/mbscasestr.c: Likewise.
813         * lib/mbschr.c: Likewise.
814         * lib/mbscspn.c: Likewise.
815         * lib/mbslen.c: Likewise.
816         * lib/mbsncasecmp.c: Likewise.
817         * lib/mbsnlen.c: Likewise.
818         * lib/mbspbrk.c: Likewise.
819         * lib/mbspcasecmp.c: Likewise.
820         * lib/mbsrchr.c: Likewise.
821         * lib/mbssep.c: Likewise.
822         * lib/mbsspn.c: Likewise.
823         * lib/mbsstr.c: Likewise.
824         * lib/mbstok_r.c: Likewise.
825         * lib/mbswidth.c: Likewise.
826         * lib/mbswidth.h: Likewise.
827         * lib/mbuiter.h: Likewise.
828         * lib/memcasecmp.c: Likewise.
829         * lib/memcasecmp.h: Likewise.
830         * lib/memchr.c: Likewise.
831         * lib/memcmp.c: Likewise.
832         * lib/memcoll.c: Likewise.
833         * lib/memcoll.h: Likewise.
834         * lib/memcpy.c: Likewise.
835         * lib/memrchr.c: Likewise.
836         * lib/mkancesdirs.c: Likewise.
837         * lib/mkdir-p.c: Likewise.
838         * lib/mkdir-p.h: Likewise.
839         * lib/mkdir.c: Likewise.
840         * lib/mkdirat.c: Likewise.
841         * lib/mkdtemp.c: Likewise.
842         * lib/mkstemp-safer.c: Likewise.
843         * lib/mkstemp.c: Likewise.
844         * lib/modechange.c: Likewise.
845         * lib/modechange.h: Likewise.
846         * lib/mountlist.c: Likewise.
847         * lib/mountlist.h: Likewise.
848         * lib/mpsort.c: Likewise.
849         * lib/nanosleep.c: Likewise.
850         * lib/obstack.c: Likewise.
851         * lib/obstack.h: Likewise.
852         * lib/open-safer.c: Likewise.
853         * lib/open.c: Likewise.
854         * lib/openat-die.c: Likewise.
855         * lib/openat-priv.h: Likewise.
856         * lib/openat-proc.c: Likewise.
857         * lib/openat.c: Likewise.
858         * lib/openat.h: Likewise.
859         * lib/pagealign_alloc.c: Likewise.
860         * lib/pagealign_alloc.h: Likewise.
861         * lib/physmem.c: Likewise.
862         * lib/physmem.h: Likewise.
863         * lib/pipe-safer.c: Likewise.
864         * lib/pipe.c: Likewise.
865         * lib/pipe.h: Likewise.
866         * lib/posixtm.c: Likewise.
867         * lib/posixtm.h: Likewise.
868         * lib/posixver.c: Likewise.
869         * lib/printf-frexp.c: Likewise.
870         * lib/printf-frexp.h: Likewise.
871         * lib/printf-frexpl.c: Likewise.
872         * lib/printf-frexpl.h: Likewise.
873         * lib/printf.c: Likewise.
874         * lib/progname.c: Likewise.
875         * lib/progname.h: Likewise.
876         * lib/progreloc.c: Likewise.
877         * lib/putenv.c: Likewise.
878         * lib/quote.c: Likewise.
879         * lib/quote.h: Likewise.
880         * lib/quotearg.c: Likewise.
881         * lib/quotearg.h: Likewise.
882         * lib/raise.c: Likewise.
883         * lib/readline.c: Likewise.
884         * lib/readline.h: Likewise.
885         * lib/readlink.c: Likewise.
886         * lib/readtokens.c: Likewise.
887         * lib/readtokens.h: Likewise.
888         * lib/readtokens0.c: Likewise.
889         * lib/readtokens0.h: Likewise.
890         * lib/readutmp.c: Likewise.
891         * lib/readutmp.h: Likewise.
892         * lib/realloc.c: Likewise.
893         * lib/relocwrapper.c: Likewise.
894         * lib/rename-dest-slash.c: Likewise.
895         * lib/rename.c: Likewise.
896         * lib/rmdir.c: Likewise.
897         * lib/rpmatch.c: Likewise.
898         * lib/safe-read.c: Likewise.
899         * lib/safe-read.h: Likewise.
900         * lib/safe-write.c: Likewise.
901         * lib/safe-write.h: Likewise.
902         * lib/same-inode.h: Likewise.
903         * lib/same.c: Likewise.
904         * lib/same.h: Likewise.
905         * lib/save-cwd.c: Likewise.
906         * lib/save-cwd.h: Likewise.
907         * lib/savedir.c: Likewise.
908         * lib/savedir.h: Likewise.
909         * lib/savewd.c: Likewise.
910         * lib/savewd.h: Likewise.
911         * lib/search.in.h: Likewise.
912         * lib/setenv.c: Likewise.
913         * lib/setenv.h: Likewise.
914         * lib/settime.c: Likewise.
915         * lib/sh-quote.c: Likewise.
916         * lib/sh-quote.h: Likewise.
917         * lib/sig2str.c: Likewise.
918         * lib/sig2str.h: Likewise.
919         * lib/signal.in.h: Likewise.
920         * lib/signbitd.c: Likewise.
921         * lib/signbitf.c: Likewise.
922         * lib/signbitl.c: Likewise.
923         * lib/sigprocmask.c: Likewise.
924         * lib/sincosl.c: Likewise.
925         * lib/sleep.c: Likewise.
926         * lib/sprintf.c: Likewise.
927         * lib/sqrtl.c: Likewise.
928         * lib/stat-time.h: Likewise.
929         * lib/stdio--.h: Likewise.
930         * lib/stdio-safer.h: Likewise.
931         * lib/stdlib--.h: Likewise.
932         * lib/stdlib-safer.h: Likewise.
933         * lib/stdlib.in.h: Likewise.
934         * lib/stpcpy.c: Likewise.
935         * lib/stpncpy.c: Likewise.
936         * lib/strchrnul.c: Likewise.
937         * lib/strcspn.c: Likewise.
938         * lib/strerror.c: Likewise.
939         * lib/strftime.c: Likewise.
940         * lib/strftime.h: Likewise.
941         * lib/striconveh.c: Likewise.
942         * lib/striconveh.h: Likewise.
943         * lib/striconveha.c: Likewise.
944         * lib/striconveha.h: Likewise.
945         * lib/stripslash.c: Likewise.
946         * lib/strnlen1.c: Likewise.
947         * lib/strnlen1.h: Likewise.
948         * lib/strtod.c: Likewise.
949         * lib/strtoimax.c: Likewise.
950         * lib/strtok_r.c: Likewise.
951         * lib/strtol.c: Likewise.
952         * lib/strtoll.c: Likewise.
953         * lib/strtoul.c: Likewise.
954         * lib/strtoull.c: Likewise.
955         * lib/sysexits.in.h: Likewise.
956         * lib/tempname.c: Likewise.
957         * lib/tempname.h: Likewise.
958         * lib/timespec.h: Likewise.
959         * lib/tls.c: Likewise.
960         * lib/tls.h: Likewise.
961         * lib/tmpdir.c: Likewise.
962         * lib/tmpdir.h: Likewise.
963         * lib/tmpfile-safer.c: Likewise.
964         * lib/tmpfile.c: Likewise.
965         * lib/trigl.c: Likewise.
966         * lib/trigl.h: Likewise.
967         * lib/trim.c: Likewise.
968         * lib/trim.h: Likewise.
969         * lib/trunc.c: Likewise.
970         * lib/truncf.c: Likewise.
971         * lib/truncl.c: Likewise.
972         * lib/tsearch.c: Likewise.
973         * lib/unicodeio.c: Likewise.
974         * lib/unicodeio.h: Likewise.
975         * lib/unistd--.h: Likewise.
976         * lib/unistd-safer.h: Likewise.
977         * lib/unistdio/ulc-fprintf.c: Likewise.
978         * lib/unistdio/ulc-vfprintf.c: Likewise.
979         * lib/unlinkdir.c: Likewise.
980         * lib/unlinkdir.h: Likewise.
981         * lib/unlocked-io.h: Likewise.
982         * lib/unsetenv.c: Likewise.
983         * lib/userspec.c: Likewise.
984         * lib/utime.c: Likewise.
985         * lib/utimecmp.c: Likewise.
986         * lib/utimecmp.h: Likewise.
987         * lib/utimens.c: Likewise.
988         * lib/verify.h: Likewise.
989         * lib/verror.c: Likewise.
990         * lib/verror.h: Likewise.
991         * lib/version-etc-fsf.c: Likewise.
992         * lib/version-etc.c: Likewise.
993         * lib/version-etc.h: Likewise.
994         * lib/vfprintf.c: Likewise.
995         * lib/vprintf.c: Likewise.
996         * lib/vsprintf.c: Likewise.
997         * lib/w32spawn.h: Likewise.
998         * lib/wait-process.c: Likewise.
999         * lib/wait-process.h: Likewise.
1000         * lib/wcwidth.c: Likewise.
1001         * lib/write-any-file.c: Likewise.
1002         * lib/xalloc-die.c: Likewise.
1003         * lib/xalloc.h: Likewise.
1004         * lib/xasprintf.c: Likewise.
1005         * lib/xgetcwd.c: Likewise.
1006         * lib/xgetcwd.h: Likewise.
1007         * lib/xgetdomainname.c: Likewise.
1008         * lib/xgetdomainname.h: Likewise.
1009         * lib/xgethostname.c: Likewise.
1010         * lib/xmalloc.c: Likewise.
1011         * lib/xmalloca.c: Likewise.
1012         * lib/xmalloca.h: Likewise.
1013         * lib/xmemcoll.c: Likewise.
1014         * lib/xnanosleep.c: Likewise.
1015         * lib/xreadlink.c: Likewise.
1016         * lib/xreadlink.h: Likewise.
1017         * lib/xsetenv.c: Likewise.
1018         * lib/xsetenv.h: Likewise.
1019         * lib/xstriconv.c: Likewise.
1020         * lib/xstriconv.h: Likewise.
1021         * lib/xstrndup.c: Likewise.
1022         * lib/xstrndup.h: Likewise.
1023         * lib/xstrtod.c: Likewise.
1024         * lib/xstrtod.h: Likewise.
1025         * lib/xstrtol-error.c: Likewise.
1026         * lib/xstrtol.c: Likewise.
1027         * lib/xstrtol.h: Likewise.
1028         * lib/xtime.h: Likewise.
1029         * lib/xvasprintf.c: Likewise.
1030         * lib/xvasprintf.h: Likewise.
1031         * lib/yesno.c: Likewise.
1032         * lib/yesno.h: Likewise.
1033         * posix-modules: Likewise.
1034         * tests/test-alloca-opt.c: Likewise.
1035         * tests/test-arcfour.c: Likewise.
1036         * tests/test-arctwo.c: Likewise.
1037         * tests/test-argmatch.c: Likewise.
1038         * tests/test-argp-2.sh: Likewise.
1039         * tests/test-argp.c: Likewise.
1040         * tests/test-arpa_inet.c: Likewise.
1041         * tests/test-array_list.c: Likewise.
1042         * tests/test-array_oset.c: Likewise.
1043         * tests/test-atexit.c: Likewise.
1044         * tests/test-avltree_list.c: Likewise.
1045         * tests/test-avltree_oset.c: Likewise.
1046         * tests/test-avltreehash_list.c: Likewise.
1047         * tests/test-base64.c: Likewise.
1048         * tests/test-binary-io.c: Likewise.
1049         * tests/test-byteswap.c: Likewise.
1050         * tests/test-c-ctype.c: Likewise.
1051         * tests/test-c-strcasecmp.c: Likewise.
1052         * tests/test-c-strcasestr.c: Likewise.
1053         * tests/test-c-strncasecmp.c: Likewise.
1054         * tests/test-c-strstr.c: Likewise.
1055         * tests/test-canonicalize-lgpl.c: Likewise.
1056         * tests/test-canonicalize.c: Likewise.
1057         * tests/test-carray_list.c: Likewise.
1058         * tests/test-ceilf.c: Likewise.
1059         * tests/test-ceill.c: Likewise.
1060         * tests/test-count-one-bits.c: Likewise.
1061         * tests/test-crc.c: Likewise.
1062         * tests/test-dirname.c: Likewise.
1063         * tests/test-fbufmode.c: Likewise.
1064         * tests/test-fcntl.c: Likewise.
1065         * tests/test-fflush.c: Likewise.
1066         * tests/test-floorf.c: Likewise.
1067         * tests/test-floorl.c: Likewise.
1068         * tests/test-fopen.c: Likewise.
1069         * tests/test-fprintf-posix.c: Likewise.
1070         * tests/test-fprintf-posix.h: Likewise.
1071         * tests/test-fpurge.c: Likewise.
1072         * tests/test-freadable.c: Likewise.
1073         * tests/test-freadahead.c: Likewise.
1074         * tests/test-freading.c: Likewise.
1075         * tests/test-freopen.c: Likewise.
1076         * tests/test-frexp.c: Likewise.
1077         * tests/test-frexpl.c: Likewise.
1078         * tests/test-fseek.c: Likewise.
1079         * tests/test-fseeko.c: Likewise.
1080         * tests/test-fseterr.c: Likewise.
1081         * tests/test-fstrcmp.c: Likewise.
1082         * tests/test-ftell.c: Likewise.
1083         * tests/test-ftello.c: Likewise.
1084         * tests/test-fwritable.c: Likewise.
1085         * tests/test-fwriting.c: Likewise.
1086         * tests/test-getaddrinfo.c: Likewise.
1087         * tests/test-getpass.c: Likewise.
1088         * tests/test-gettimeofday.c: Likewise.
1089         * tests/test-hmac-md5.c: Likewise.
1090         * tests/test-hmac-sha1.c: Likewise.
1091         * tests/test-iconv.c: Likewise.
1092         * tests/test-iconvme.c: Likewise.
1093         * tests/test-inttypes.c: Likewise.
1094         * tests/test-isnan.c: Likewise.
1095         * tests/test-isnanf.c: Likewise.
1096         * tests/test-isnanl-nolibm.c: Likewise.
1097         * tests/test-isnanl.c: Likewise.
1098         * tests/test-isnanl.h: Likewise.
1099         * tests/test-ldexpl.c: Likewise.
1100         * tests/test-linked_list.c: Likewise.
1101         * tests/test-linkedhash_list.c: Likewise.
1102         * tests/test-locale.c: Likewise.
1103         * tests/test-localename.c: Likewise.
1104         * tests/test-lock.c: Likewise.
1105         * tests/test-lseek.c: Likewise.
1106         * tests/test-malloca.c: Likewise.
1107         * tests/test-math.c: Likewise.
1108         * tests/test-mbscasecmp.c: Likewise.
1109         * tests/test-mbscasestr1.c: Likewise.
1110         * tests/test-mbscasestr2.c: Likewise.
1111         * tests/test-mbscasestr3.c: Likewise.
1112         * tests/test-mbscasestr4.c: Likewise.
1113         * tests/test-mbschr.c: Likewise.
1114         * tests/test-mbscspn.c: Likewise.
1115         * tests/test-mbsncasecmp.c: Likewise.
1116         * tests/test-mbspbrk.c: Likewise.
1117         * tests/test-mbspcasecmp.c: Likewise.
1118         * tests/test-mbsrchr.c: Likewise.
1119         * tests/test-mbsspn.c: Likewise.
1120         * tests/test-mbsstr1.c: Likewise.
1121         * tests/test-mbsstr2.c: Likewise.
1122         * tests/test-mbsstr3.c: Likewise.
1123         * tests/test-md5.c: Likewise.
1124         * tests/test-memmem.c: Likewise.
1125         * tests/test-netinet_in.c: Likewise.
1126         * tests/test-open.c: Likewise.
1127         * tests/test-printf-frexp.c: Likewise.
1128         * tests/test-printf-frexpl.c: Likewise.
1129         * tests/test-printf-posix.c: Likewise.
1130         * tests/test-printf-posix.h: Likewise.
1131         * tests/test-rbtree_list.c: Likewise.
1132         * tests/test-rbtree_oset.c: Likewise.
1133         * tests/test-rbtreehash_list.c: Likewise.
1134         * tests/test-read-file.c: Likewise.
1135         * tests/test-rijndael.c: Likewise.
1136         * tests/test-search.c: Likewise.
1137         * tests/test-signbit.c: Likewise.
1138         * tests/test-sleep.c: Likewise.
1139         * tests/test-snprintf-posix.c: Likewise.
1140         * tests/test-snprintf-posix.h: Likewise.
1141         * tests/test-snprintf.c: Likewise.
1142         * tests/test-sprintf-posix.c: Likewise.
1143         * tests/test-sprintf-posix.h: Likewise.
1144         * tests/test-stat-time.c: Likewise.
1145         * tests/test-stdbool.c: Likewise.
1146         * tests/test-stdint.c: Likewise.
1147         * tests/test-stdio.c: Likewise.
1148         * tests/test-stdlib.c: Likewise.
1149         * tests/test-stpncpy.c: Likewise.
1150         * tests/test-strcasestr.c: Likewise.
1151         * tests/test-striconv.c: Likewise.
1152         * tests/test-striconveh.c: Likewise.
1153         * tests/test-striconveha.c: Likewise.
1154         * tests/test-string.c: Likewise.
1155         * tests/test-sys_select.c: Likewise.
1156         * tests/test-sys_socket.c: Likewise.
1157         * tests/test-sys_stat.c: Likewise.
1158         * tests/test-sys_time.c: Likewise.
1159         * tests/test-sysexits.c: Likewise.
1160         * tests/test-time.c: Likewise.
1161         * tests/test-tls.c: Likewise.
1162         * tests/test-trunc.c: Likewise.
1163         * tests/test-truncf.c: Likewise.
1164         * tests/test-truncl.c: Likewise.
1165         * tests/test-unistd.c: Likewise.
1166         * tests/test-vasnprintf-posix.c: Likewise.
1167         * tests/test-vasnprintf-posix2.c: Likewise.
1168         * tests/test-vasnprintf.c: Likewise.
1169         * tests/test-vasprintf-posix.c: Likewise.
1170         * tests/test-vasprintf.c: Likewise.
1171         * tests/test-verify.c: Likewise.
1172         * tests/test-vfprintf-posix.c: Likewise.
1173         * tests/test-vprintf-posix.c: Likewise.
1174         * tests/test-vsnprintf-posix.c: Likewise.
1175         * tests/test-vsnprintf.c: Likewise.
1176         * tests/test-vsprintf-posix.c: Likewise.
1177         * tests/test-wchar.c: Likewise.
1178         * tests/test-wctype.c: Likewise.
1179         * tests/test-wcwidth.c: Likewise.
1180         * tests/test-xstrtol.c: Likewise.
1181         * tests/test-xvasprintf.c: Likewise.
1182         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
1183         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
1184         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1185         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1186         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1187         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
1188         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1189         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1190         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1191         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
1192         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1193         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1194         * tests/uniname/test-uninames.c: Likewise.
1195         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
1196         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
1197         * tests/unistdio/test-u16-printf1.h: Likewise.
1198         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
1199         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
1200         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
1201         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
1202         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
1203         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
1204         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
1205         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
1206         * tests/unistdio/test-u32-printf1.h: Likewise.
1207         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
1208         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
1209         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
1210         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
1211         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
1212         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
1213         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
1214         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
1215         * tests/unistdio/test-u8-printf1.h: Likewise.
1216         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
1217         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
1218         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
1219         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
1220         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
1221         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
1222         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
1223         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
1224         * tests/unistdio/test-ulc-printf1.h: Likewise.
1225         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
1226         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
1227         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
1228         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
1229         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
1230         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
1231         * tests/uniwidth/test-u16-strwidth.c: Likewise.
1232         * tests/uniwidth/test-u16-width.c: Likewise.
1233         * tests/uniwidth/test-u32-strwidth.c: Likewise.
1234         * tests/uniwidth/test-u32-width.c: Likewise.
1235         * tests/uniwidth/test-u8-strwidth.c: Likewise.
1236         * tests/uniwidth/test-u8-width.c: Likewise.
1237         * tests/uniwidth/test-uc_width.c: Likewise.
1238         * config/srclist-update: Likewise.
1239         (fixlicense): Update to GPLv3+.
1240
1241         Change copyright notice from LGPLv2.1+ to LGPLv3+.
1242         * tests/test-tsearch.c: Change copyright notice.
1243
1244         Change copyright notice from LGPLv2.0+ to LGPLv3+.
1245         * lib/c-strcaseeq.h: Change copyright notice.
1246         * lib/streq.h: Likewise.
1247         * lib/uniconv.h: Likewise.
1248         * lib/uniconv/u-conv-from-enc.h: Likewise.
1249         * lib/uniconv/u-conv-to-enc.h: Likewise.
1250         * lib/uniconv/u-strconv-from-enc.h: Likewise.
1251         * lib/uniconv/u-strconv-to-enc.h: Likewise.
1252         * lib/uniconv/u16-conv-from-enc.c: Likewise.
1253         * lib/uniconv/u16-conv-to-enc.c: Likewise.
1254         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
1255         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
1256         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
1257         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
1258         * lib/uniconv/u32-conv-from-enc.c: Likewise.
1259         * lib/uniconv/u32-conv-to-enc.c: Likewise.
1260         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
1261         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
1262         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
1263         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
1264         * lib/uniconv/u8-conv-from-enc.c: Likewise.
1265         * lib/uniconv/u8-conv-to-enc.c: Likewise.
1266         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
1267         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
1268         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
1269         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
1270         * lib/uniname.h: Likewise.
1271         * lib/uniname/uniname.c: Likewise.
1272         * lib/unistdio.h: Likewise.
1273         * lib/unistdio/u-asnprintf.h: Likewise.
1274         * lib/unistdio/u-asprintf.h: Likewise.
1275         * lib/unistdio/u-printf-args.c: Likewise.
1276         * lib/unistdio/u-printf-args.h: Likewise.
1277         * lib/unistdio/u-printf-parse.h: Likewise.
1278         * lib/unistdio/u-snprintf.h: Likewise.
1279         * lib/unistdio/u-sprintf.h: Likewise.
1280         * lib/unistdio/u-vasprintf.h: Likewise.
1281         * lib/unistdio/u-vsnprintf.h: Likewise.
1282         * lib/unistdio/u-vsprintf.h: Likewise.
1283         * lib/unistdio/u16-asnprintf.c: Likewise.
1284         * lib/unistdio/u16-asprintf.c: Likewise.
1285         * lib/unistdio/u16-printf-parse.c: Likewise.
1286         * lib/unistdio/u16-snprintf.c: Likewise.
1287         * lib/unistdio/u16-sprintf.c: Likewise.
1288         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
1289         * lib/unistdio/u16-u16-asprintf.c: Likewise.
1290         * lib/unistdio/u16-u16-snprintf.c: Likewise.
1291         * lib/unistdio/u16-u16-sprintf.c: Likewise.
1292         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
1293         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
1294         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
1295         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
1296         * lib/unistdio/u16-vasnprintf.c: Likewise.
1297         * lib/unistdio/u16-vasprintf.c: Likewise.
1298         * lib/unistdio/u16-vsnprintf.c: Likewise.
1299         * lib/unistdio/u16-vsprintf.c: Likewise.
1300         * lib/unistdio/u32-asnprintf.c: Likewise.
1301         * lib/unistdio/u32-asprintf.c: Likewise.
1302         * lib/unistdio/u32-printf-parse.c: Likewise.
1303         * lib/unistdio/u32-snprintf.c: Likewise.
1304         * lib/unistdio/u32-sprintf.c: Likewise.
1305         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
1306         * lib/unistdio/u32-u32-asprintf.c: Likewise.
1307         * lib/unistdio/u32-u32-snprintf.c: Likewise.
1308         * lib/unistdio/u32-u32-sprintf.c: Likewise.
1309         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
1310         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
1311         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
1312         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
1313         * lib/unistdio/u32-vasnprintf.c: Likewise.
1314         * lib/unistdio/u32-vasprintf.c: Likewise.
1315         * lib/unistdio/u32-vsnprintf.c: Likewise.
1316         * lib/unistdio/u32-vsprintf.c: Likewise.
1317         * lib/unistdio/u8-asnprintf.c: Likewise.
1318         * lib/unistdio/u8-asprintf.c: Likewise.
1319         * lib/unistdio/u8-printf-parse.c: Likewise.
1320         * lib/unistdio/u8-snprintf.c: Likewise.
1321         * lib/unistdio/u8-sprintf.c: Likewise.
1322         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
1323         * lib/unistdio/u8-u8-asprintf.c: Likewise.
1324         * lib/unistdio/u8-u8-snprintf.c: Likewise.
1325         * lib/unistdio/u8-u8-sprintf.c: Likewise.
1326         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
1327         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
1328         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
1329         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
1330         * lib/unistdio/u8-vasnprintf.c: Likewise.
1331         * lib/unistdio/u8-vasprintf.c: Likewise.
1332         * lib/unistdio/u8-vsnprintf.c: Likewise.
1333         * lib/unistdio/u8-vsprintf.c: Likewise.
1334         * lib/unistdio/ulc-asnprintf.c: Likewise.
1335         * lib/unistdio/ulc-asprintf.c: Likewise.
1336         * lib/unistdio/ulc-printf-parse.c: Likewise.
1337         * lib/unistdio/ulc-snprintf.c: Likewise.
1338         * lib/unistdio/ulc-sprintf.c: Likewise.
1339         * lib/unistdio/ulc-vasnprintf.c: Likewise.
1340         * lib/unistdio/ulc-vasprintf.c: Likewise.
1341         * lib/unistdio/ulc-vsnprintf.c: Likewise.
1342         * lib/unistdio/ulc-vsprintf.c: Likewise.
1343         * lib/unistr.h: Likewise.
1344         * lib/unistr/u-cpy-alloc.h: Likewise.
1345         * lib/unistr/u-cpy.h: Likewise.
1346         * lib/unistr/u-endswith.h: Likewise.
1347         * lib/unistr/u-move.h: Likewise.
1348         * lib/unistr/u-set.h: Likewise.
1349         * lib/unistr/u-startswith.h: Likewise.
1350         * lib/unistr/u-stpcpy.h: Likewise.
1351         * lib/unistr/u-stpncpy.h: Likewise.
1352         * lib/unistr/u-strcat.h: Likewise.
1353         * lib/unistr/u-strcpy.h: Likewise.
1354         * lib/unistr/u-strcspn.h: Likewise.
1355         * lib/unistr/u-strdup.h: Likewise.
1356         * lib/unistr/u-strlen.h: Likewise.
1357         * lib/unistr/u-strncat.h: Likewise.
1358         * lib/unistr/u-strncpy.h: Likewise.
1359         * lib/unistr/u-strnlen.h: Likewise.
1360         * lib/unistr/u-strpbrk.h: Likewise.
1361         * lib/unistr/u-strspn.h: Likewise.
1362         * lib/unistr/u-strstr.h: Likewise.
1363         * lib/unistr/u-strtok.h: Likewise.
1364         * lib/unistr/u16-check.c: Likewise.
1365         * lib/unistr/u16-chr.c: Likewise.
1366         * lib/unistr/u16-cmp.c: Likewise.
1367         * lib/unistr/u16-cpy-alloc.c: Likewise.
1368         * lib/unistr/u16-cpy.c: Likewise.
1369         * lib/unistr/u16-endswith.c: Likewise.
1370         * lib/unistr/u16-mblen.c: Likewise.
1371         * lib/unistr/u16-mbsnlen.c: Likewise.
1372         * lib/unistr/u16-mbtouc-aux.c: Likewise.
1373         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
1374         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
1375         * lib/unistr/u16-mbtouc.c: Likewise.
1376         * lib/unistr/u16-mbtoucr.c: Likewise.
1377         * lib/unistr/u16-move.c: Likewise.
1378         * lib/unistr/u16-next.c: Likewise.
1379         * lib/unistr/u16-prev.c: Likewise.
1380         * lib/unistr/u16-set.c: Likewise.
1381         * lib/unistr/u16-startswith.c: Likewise.
1382         * lib/unistr/u16-stpcpy.c: Likewise.
1383         * lib/unistr/u16-stpncpy.c: Likewise.
1384         * lib/unistr/u16-strcat.c: Likewise.
1385         * lib/unistr/u16-strchr.c: Likewise.
1386         * lib/unistr/u16-strcmp.c: Likewise.
1387         * lib/unistr/u16-strcpy.c: Likewise.
1388         * lib/unistr/u16-strcspn.c: Likewise.
1389         * lib/unistr/u16-strdup.c: Likewise.
1390         * lib/unistr/u16-strlen.c: Likewise.
1391         * lib/unistr/u16-strmblen.c: Likewise.
1392         * lib/unistr/u16-strmbtouc.c: Likewise.
1393         * lib/unistr/u16-strncat.c: Likewise.
1394         * lib/unistr/u16-strncmp.c: Likewise.
1395         * lib/unistr/u16-strncpy.c: Likewise.
1396         * lib/unistr/u16-strnlen.c: Likewise.
1397         * lib/unistr/u16-strpbrk.c: Likewise.
1398         * lib/unistr/u16-strrchr.c: Likewise.
1399         * lib/unistr/u16-strspn.c: Likewise.
1400         * lib/unistr/u16-strstr.c: Likewise.
1401         * lib/unistr/u16-strtok.c: Likewise.
1402         * lib/unistr/u16-to-u32.c: Likewise.
1403         * lib/unistr/u16-to-u8.c: Likewise.
1404         * lib/unistr/u16-uctomb-aux.c: Likewise.
1405         * lib/unistr/u16-uctomb.c: Likewise.
1406         * lib/unistr/u32-check.c: Likewise.
1407         * lib/unistr/u32-chr.c: Likewise.
1408         * lib/unistr/u32-cmp.c: Likewise.
1409         * lib/unistr/u32-cpy-alloc.c: Likewise.
1410         * lib/unistr/u32-cpy.c: Likewise.
1411         * lib/unistr/u32-endswith.c: Likewise.
1412         * lib/unistr/u32-mblen.c: Likewise.
1413         * lib/unistr/u32-mbsnlen.c: Likewise.
1414         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
1415         * lib/unistr/u32-mbtouc.c: Likewise.
1416         * lib/unistr/u32-mbtoucr.c: Likewise.
1417         * lib/unistr/u32-move.c: Likewise.
1418         * lib/unistr/u32-next.c: Likewise.
1419         * lib/unistr/u32-prev.c: Likewise.
1420         * lib/unistr/u32-set.c: Likewise.
1421         * lib/unistr/u32-startswith.c: Likewise.
1422         * lib/unistr/u32-stpcpy.c: Likewise.
1423         * lib/unistr/u32-stpncpy.c: Likewise.
1424         * lib/unistr/u32-strcat.c: Likewise.
1425         * lib/unistr/u32-strchr.c: Likewise.
1426         * lib/unistr/u32-strcmp.c: Likewise.
1427         * lib/unistr/u32-strcpy.c: Likewise.
1428         * lib/unistr/u32-strcspn.c: Likewise.
1429         * lib/unistr/u32-strdup.c: Likewise.
1430         * lib/unistr/u32-strlen.c: Likewise.
1431         * lib/unistr/u32-strmblen.c: Likewise.
1432         * lib/unistr/u32-strmbtouc.c: Likewise.
1433         * lib/unistr/u32-strncat.c: Likewise.
1434         * lib/unistr/u32-strncmp.c: Likewise.
1435         * lib/unistr/u32-strncpy.c: Likewise.
1436         * lib/unistr/u32-strnlen.c: Likewise.
1437         * lib/unistr/u32-strpbrk.c: Likewise.
1438         * lib/unistr/u32-strrchr.c: Likewise.
1439         * lib/unistr/u32-strspn.c: Likewise.
1440         * lib/unistr/u32-strstr.c: Likewise.
1441         * lib/unistr/u32-strtok.c: Likewise.
1442         * lib/unistr/u32-to-u16.c: Likewise.
1443         * lib/unistr/u32-to-u8.c: Likewise.
1444         * lib/unistr/u32-uctomb.c: Likewise.
1445         * lib/unistr/u8-check.c: Likewise.
1446         * lib/unistr/u8-chr.c: Likewise.
1447         * lib/unistr/u8-cmp.c: Likewise.
1448         * lib/unistr/u8-cpy-alloc.c: Likewise.
1449         * lib/unistr/u8-cpy.c: Likewise.
1450         * lib/unistr/u8-endswith.c: Likewise.
1451         * lib/unistr/u8-mblen.c: Likewise.
1452         * lib/unistr/u8-mbsnlen.c: Likewise.
1453         * lib/unistr/u8-mbtouc-aux.c: Likewise.
1454         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
1455         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
1456         * lib/unistr/u8-mbtouc.c: Likewise.
1457         * lib/unistr/u8-mbtoucr.c: Likewise.
1458         * lib/unistr/u8-move.c: Likewise.
1459         * lib/unistr/u8-next.c: Likewise.
1460         * lib/unistr/u8-prev.c: Likewise.
1461         * lib/unistr/u8-set.c: Likewise.
1462         * lib/unistr/u8-startswith.c: Likewise.
1463         * lib/unistr/u8-stpcpy.c: Likewise.
1464         * lib/unistr/u8-stpncpy.c: Likewise.
1465         * lib/unistr/u8-strcat.c: Likewise.
1466         * lib/unistr/u8-strchr.c: Likewise.
1467         * lib/unistr/u8-strcmp.c: Likewise.
1468         * lib/unistr/u8-strcpy.c: Likewise.
1469         * lib/unistr/u8-strcspn.c: Likewise.
1470         * lib/unistr/u8-strdup.c: Likewise.
1471         * lib/unistr/u8-strlen.c: Likewise.
1472         * lib/unistr/u8-strmblen.c: Likewise.
1473         * lib/unistr/u8-strmbtouc.c: Likewise.
1474         * lib/unistr/u8-strncat.c: Likewise.
1475         * lib/unistr/u8-strncmp.c: Likewise.
1476         * lib/unistr/u8-strncpy.c: Likewise.
1477         * lib/unistr/u8-strnlen.c: Likewise.
1478         * lib/unistr/u8-strpbrk.c: Likewise.
1479         * lib/unistr/u8-strrchr.c: Likewise.
1480         * lib/unistr/u8-strspn.c: Likewise.
1481         * lib/unistr/u8-strstr.c: Likewise.
1482         * lib/unistr/u8-strtok.c: Likewise.
1483         * lib/unistr/u8-to-u16.c: Likewise.
1484         * lib/unistr/u8-to-u32.c: Likewise.
1485         * lib/unistr/u8-uctomb-aux.c: Likewise.
1486         * lib/unistr/u8-uctomb.c: Likewise.
1487         * lib/unitypes.h: Likewise.
1488         * lib/uniwidth.h: Likewise.
1489         * lib/uniwidth/cjk.h: Likewise.
1490         * lib/uniwidth/u16-strwidth.c: Likewise.
1491         * lib/uniwidth/u16-width.c: Likewise.
1492         * lib/uniwidth/u32-strwidth.c: Likewise.
1493         * lib/uniwidth/u32-width.c: Likewise.
1494         * lib/uniwidth/u8-strwidth.c: Likewise.
1495         * lib/uniwidth/u8-width.c: Likewise.
1496         * lib/uniwidth/width.c: Likewise.
1497
1498 2007-10-07  Bruno Haible  <bruno@clisp.org>
1499
1500         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
1501         The file is still under LGPL (see modules/inttypes).
1502
1503 2007-10-06  Bruno Haible  <bruno@clisp.org>
1504
1505         * modules/trunc (Dependencies): Add 'extensions'.
1506         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
1507         Reported by Ben Pfaff <blp@gnu.org>.
1508
1509 2007-10-06  Bruno Haible  <bruno@clisp.org>
1510
1511         * modules/freopen-tests: New file.
1512         * tests/test-freopen.c: New file.
1513
1514         * modules/fopen-tests: New file.
1515         * tests/test-fopen.c: New file.
1516
1517         * modules/fopen: New file.
1518         * lib/fopen.c: New file.
1519         * m4/fopen.m4: New file.
1520         * modules/freopen: New file.
1521         * lib/freopen.c: New file.
1522         * m4/freopen.m4: New file.
1523         * lib/stdio.in.h (fopen, freopen): New declarations.
1524         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
1525         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
1526         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
1527         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
1528         * doc/functions/fopen.texi: Mention the 'fopen' module.
1529         * doc/functions/freopen.texi: Mention the 'freopen' module.
1530
1531 2007-10-06  Bruno Haible  <bruno@clisp.org>
1532
1533         * modules/open-tests: New file.
1534         * tests/test-open.c: New file.
1535
1536         * modules/open: New file.
1537         * lib/open.c: New file.
1538         * m4/open.m4: New file.
1539         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
1540         lib/open.c does.
1541         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
1542         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
1543         macros.
1544         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
1545         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
1546         REPLACE_OPEN.
1547         * doc/functions/open.texi: Mention the 'open' module.
1548
1549 2007-10-04  Bruno Haible  <bruno@clisp.org>
1550
1551         * modules/ceill-tests: New file.
1552         * tests/test-ceill.c: New file.
1553
1554         * modules/ceill: New file.
1555         * lib/ceill.c: Replace entire file.
1556         * m4/ceill.m4: New file.
1557         * lib/math.in.h (ceill): Replace declaration.
1558         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
1559         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
1560         * doc/functions/ceill.texi: Mention the 'ceill' module.
1561         * modules/mathl (Files): Remove lib/ceill.c.
1562         (Depends-on): Add ceill.
1563
1564 2007-10-04  Bruno Haible  <bruno@clisp.org>
1565
1566         * modules/ceilf-tests: New file.
1567         * tests/test-ceilf.c: New file.
1568
1569         * modules/ceilf: New file.
1570         * lib/ceil.c: New file.
1571         * lib/ceilf.c: New file.
1572         * m4/ceilf.m4: New file.
1573         * lib/math.in.h (ceilf): New declaration.
1574         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
1575         HAVE_DECL_CEILF.
1576         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
1577         HAVE_DECL_CEILF.
1578         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
1579
1580 2007-10-04  Bruno Haible  <bruno@clisp.org>
1581
1582         * modules/floorl-tests: New file.
1583         * tests/test-floorl.c: New file.
1584
1585         * modules/floorl: New file.
1586         * lib/floorl.c: Replace entire file.
1587         * m4/floorl.m4: New file.
1588         * lib/math.in.h (floorl): Replace declaration.
1589         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
1590         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
1591         * doc/functions/floorl.texi: Mention the 'floorl' module.
1592         * modules/mathl (Files): Remove lib/floorl.c.
1593         (Depends-on): Add floorl.
1594
1595 2007-10-04  Bruno Haible  <bruno@clisp.org>
1596
1597         * modules/floorf-tests: New file.
1598         * tests/test-floorf.c: New file.
1599
1600         * modules/floorf: New file.
1601         * lib/floor.c: New file.
1602         * lib/floorf.c: New file.
1603         * m4/floorf.m4: New file.
1604         * lib/math.in.h (floorf): New declaration.
1605         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
1606         HAVE_DECL_FLOORF.
1607         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
1608         HAVE_DECL_FLOORF.
1609         * doc/functions/floorf.texi: Mention the 'floorf' module.
1610
1611 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
1612             Bruno Haible  <bruno@clisp.org>
1613
1614         Advertise for the Git server instead of the CVS server.
1615         * doc/gnulib-intro.texi (Steady Development): Mention the Git
1616         repository instead of the CVS one.
1617         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
1618         about all VCS systems generically.
1619         * doc/gnulib.texi (Introduction): Capitalize `Git'.
1620
1621 2007-10-04  Bruno Haible  <bruno@clisp.org>
1622
1623         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
1624         means.
1625         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
1626
1627 2007-10-04  Bruno Haible  <bruno@clisp.org>
1628
1629         * modules/truncl-tests: New file.
1630         * tests/test-truncl.c: New file.
1631
1632         * modules/truncl: New file.
1633         * lib/truncl.c: New file.
1634         * m4/truncl.m4: New file.
1635         * lib/math.in.h (truncl): New declaration.
1636         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
1637         HAVE_DECL_TRUNCL.
1638         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
1639         HAVE_DECL_TRUNCL.
1640         * doc/functions/truncl.texi: Mention the 'truncl' module.
1641
1642 2007-10-04  Bruno Haible  <bruno@clisp.org>
1643
1644         * modules/truncf-tests: New file.
1645         * tests/test-truncf.c: New file.
1646
1647         * modules/truncf: New file.
1648         * lib/trunc.c: Make paramerizable through USE_* macros.
1649         * lib/truncf.c: New file.
1650         * m4/truncf.m4: New file.
1651         * lib/math.in.h (truncf): New declaration.
1652         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
1653         HAVE_DECL_TRUNCF.
1654         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
1655         HAVE_DECL_TRUNCF.
1656         * doc/functions/truncf.texi: Mention the 'truncf' module.
1657
1658 2007-10-03  Bruno Haible  <bruno@clisp.org>
1659
1660         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
1661         augmentation also for tests modules.
1662         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
1663         * modules/atexit-tests (Makefile.am): Likewise.
1664         * modules/binary-io-tests (Makefile.am): Likewise.
1665         * modules/c-strcase-tests (Makefile.am): Likewise.
1666         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
1667         * modules/canonicalize-tests (Makefile.am): Likewise.
1668         * modules/closein-tests (Makefile.am): Likewise.
1669         * modules/fprintf-posix-tests (Makefile.am): Likewise.
1670         * modules/freadahead-tests (Makefile.am): Likewise.
1671         * modules/fseek-tests (Makefile.am): Likewise.
1672         * modules/fseeko-tests (Makefile.am): Likewise.
1673         * modules/ftell-tests (Makefile.am): Likewise.
1674         * modules/ftello-tests (Makefile.am): Likewise.
1675         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
1676         * modules/isnanl-tests (Makefile.am): Likewise.
1677         * modules/lseek-tests (Makefile.am): Likewise.
1678         * modules/mbscasecmp-tests (Makefile.am): Likewise.
1679         * modules/mbscasestr-tests (Makefile.am): Likewise.
1680         * modules/mbschr-tests (Makefile.am): Likewise.
1681         * modules/mbscspn-tests (Makefile.am): Likewise.
1682         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
1683         * modules/mbspbrk-tests (Makefile.am): Likewise.
1684         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
1685         * modules/mbsrchr-tests (Makefile.am): Likewise.
1686         * modules/mbsspn-tests (Makefile.am): Likewise.
1687         * modules/mbsstr-tests (Makefile.am): Likewise.
1688         * modules/printf-posix-tests (Makefile.am): Likewise.
1689         * modules/snprintf-posix-tests (Makefile.am): Likewise.
1690         * modules/sprintf-posix-tests (Makefile.am): Likewise.
1691         * modules/tsearch-tests (Makefile.am): Likewise.
1692         * modules/uniname/uniname-tests (Makefile.am): Likewise.
1693         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
1694         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
1695         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
1696         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
1697         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
1698         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
1699         * modules/vprintf-posix-tests (Makefile.am): Likewise.
1700         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
1701         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
1702         * modules/xstrtoimax-tests (Makefile.am): Likewise.
1703         * modules/xstrtol-tests (Makefile.am): Likewise.
1704         * modules/xstrtoumax-tests (Makefile.am): Likewise.
1705         * modules/yesno-tests (Makefile.am): Likewise.
1706
1707 2007-10-03  Bruno Haible  <bruno@clisp.org>
1708
1709         * modules/trunc-tests: New file.
1710         * tests/test-trunc.c: New file.
1711
1712         * modules/trunc: New file.
1713         * lib/trunc.c: New file.
1714         * m4/trunc.m4: New file.
1715         * lib/math.in.h (trunc): New declaration.
1716         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
1717         HAVE_DECL_TRUNC.
1718         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
1719         HAVE_DECL_TRUNC.
1720         * doc/functions/trunc.texi: Mention the 'trunc' module.
1721
1722 2007-10-03  Bruno Haible  <bruno@clisp.org>
1723
1724         * tests/test-fpending.c: New file, mostly copied
1725         from coreutils/lib/t-fpending.c.
1726         * modules/fpending-tests: New file.
1727
1728 2007-10-03  Bruno Haible  <bruno@clisp.org>
1729
1730         Port the stdio extensions to QNX (untested).
1731         * lib/fseterr.c (fseterr): Add support for QNX.
1732         * lib/fbufmode.c (fbufmode): Likewise.
1733         * lib/freadable.c (freadable): Likewise.
1734         * lib/fwritable.c (fwritable): Likewise.
1735         * lib/freading.c (freading): Likewise.
1736         * lib/fwriting.c (fwriting): Likewise.
1737         * lib/freadahead.c (freadahed): Likewise.
1738         * lib/fpurge.c (fpurge): Likewise.
1739         * lib/fseeko.c (rpl_fseeko): Likewise.
1740
1741 2007-10-03  Bruno Haible  <bruno@clisp.org>
1742             Jim Meyering  <jim@meyering.net>
1743             Eric Blake  <ebb9@byu.net>
1744
1745         * doc/relocatable.texi: Use @command instead of @program.
1746
1747 2007-10-02  Jim Meyering  <jim@meyering.net>
1748
1749         Perform one more "_.h" -> ".in.h" substitution.
1750         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
1751         instead of unistd_.h here, too.
1752
1753 2007-10-01  Bruno Haible  <bruno@clisp.org>
1754
1755         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
1756         Needed for the alloca-opt module.
1757
1758 2007-09-30  Bruno Haible  <bruno@clisp.org>
1759
1760         * lib/alloca.in.h: Renamed from lib/alloca_.h.
1761         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
1762         alloca_.h.
1763         * lib/argz.in.h: Renamed from lib/argz_.h.
1764         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
1765         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
1766         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
1767         byteswap_.h.
1768         * lib/dirent.in.h: Renamed from lib/dirent_.h.
1769         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
1770         dirent_.h.
1771         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
1772         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
1773         fcntl_.h.
1774         * lib/float.in.h: Renamed from lib/float_.h.
1775         * modules/float (Files, Makefile.am): Use float.in.h instead of
1776         float_.h.
1777         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
1778         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
1779         fnmatch_.h.
1780         * lib/getopt.in.h: Renamed from lib/getopt_.h.
1781         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
1782         getopt_.h.
1783         * lib/glob.in.h: Renamed from lib/glob_.h.
1784         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
1785         * lib/iconv.in.h: Renamed from lib/iconv_.h.
1786         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
1787         iconv_.h.
1788         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
1789         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
1790         inttypes_.h.
1791         * lib/locale.in.h: Renamed from lib/locale_.h.
1792         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
1793         locale_.h.
1794         * lib/math.in.h: Renamed from lib/math_.h.
1795         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
1796         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
1797         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
1798         of netinet_in_.h. Add dependency.
1799         * lib/poll.in.h: Renamed from lib/poll_.h.
1800         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
1801         * lib/search.in.h: Renamed from lib/search_.h.
1802         * modules/search (Files, Makefile.am): Use search.in.h instead of
1803         search_.h.
1804         * lib/signal.in.h: Renamed from lib/signal_.h.
1805         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
1806         _signal.h.
1807         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
1808         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
1809         stdbool_.h.
1810         * lib/stdint.in.h: Renamed from lib/stdint_.h.
1811         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
1812         stdint_.h.
1813         * lib/stdio.in.h: Renamed from lib/stdio_.h.
1814         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
1815         stdio_.h.
1816         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
1817         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
1818         stdlib_.h.
1819         * lib/string.in.h: Renamed from lib/string_.h.
1820         * modules/string (Files, Makefile.am): Use string.in.h instead of
1821         string_.h.
1822         * doc/gnulib-tool.texi (Initial import): Update.
1823         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
1824         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
1825         of sys_select_.h. Add dependency.
1826         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
1827         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
1828         of sys_socket_.h.
1829         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
1830         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
1831         sys_stat_.h.
1832         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
1833         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
1834         sys_time_.h.
1835         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
1836         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
1837         sysexits_.h.
1838         * lib/time.in.h: Renamed from lib/time_.h.
1839         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
1840         * lib/unistd.in.h: Renamed from lib/unistd_.h.
1841         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
1842         unistd_.h.
1843         * lib/wchar.in.h: Renamed from lib/wchar_.h.
1844         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
1845         wchar_.h.
1846         * lib/wctype.in.h: Renamed from lib/wctype_.h.
1847         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
1848         wctype_.h.
1849         * build-aux/bootstrap (slurp): Update.
1850         * lib/.cppi-disable: Update.
1851
1852 2007-09-30  Bruno Haible  <bruno@clisp.org>
1853
1854         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
1855         Needed on BeOS.
1856
1857 2007-09-30  Bruno Haible  <bruno@clisp.org>
1858
1859         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
1860
1861 2007-09-29  Bruno Haible  <bruno@clisp.org>
1862
1863         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
1864
1865 2007-09-29  Bruno Haible  <bruno@clisp.org>
1866
1867         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
1868         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
1869         * build-aux/install-reloc: Compile also areadlink.c.
1870         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
1871
1872 2007-09-29  Bruno Haible  <bruno@clisp.org>
1873
1874         * gnulib-tool (func_emit_initmacro_done): Indentation.
1875
1876 2007-09-29  Bruno Haible  <bruno@clisp.org>
1877
1878         * README: Add CVS checkout update instructions.
1879         Info from Bob Proulx <bob@proulx.com>.
1880
1881 2007-09-28  Eric Blake  <ebb9@byu.net>
1882
1883         Provide move-if-change.
1884         * build-aux/move-if-change: New file, based on best practice
1885         rather than any canonical upstream location.
1886
1887 2007-09-28  Jim Meyering  <jim@meyering.net>
1888
1889         Fix canonicalize loop-detection corner case.
1890         Do not attempt to stat the symlink values stored via seen_triple.
1891         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
1892         on linux-2.6.18, (but not 2.6.22).
1893         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
1894         triple_compare.  The former compares dev,ino,filename, while the latter
1895         would actually stat dirname(filename) when dev and ino were equal.
1896         * lib/hash-triple.c: Install <string.h>.
1897         (STREQ): Define.
1898         (triple_compare_ino_str): New function.
1899         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
1900
1901 2007-09-28  Eric Blake  <ebb9@byu.net>
1902
1903         Enforce that AC_REPLACE_FUNCS files exist.
1904         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
1905         override check for typos.
1906
1907         Fix test-closein on Solaris 10.
1908         * tests/test-closein.c (main): Don't assume stdin can be inherited
1909         closed on all systems.
1910         * tests/test-closein.sh: Likewise.
1911         Reported by Piotr Tarnowski.
1912
1913 2007-09-28  Jim Meyering  <jim@meyering.net>
1914
1915         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
1916
1917 2007-09-27  Jim Meyering  <jim@meyering.net>
1918
1919         canonicalize: Avoid a false-positive cycle failure.
1920         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
1921         Sort.  Remove cycle-check.
1922         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
1923         not cycle-check.h.
1924         (seen_triple): New function.
1925         (canonicalize_filename_mode): Use it instead of cycle-check.
1926         * tests/test-canonicalize.c: Add a test for this bug.
1927         * tests/test-canonicalize.sh: Set up and run the test.
1928
1929         New module, file-set, from coreutils.
1930         * modules/file-set: Define it.
1931         * lib/file-set.c, lib/file-set.h: Implement.
1932
1933         New module, hash-triple, from coreutils.
1934         * modules/hash-triple: Define it.
1935         * lib/hash-triple.c, lib/hash-triple.h: Implement.
1936
1937 2007-09-25  Eric Blake  <ebb9@byu.net>
1938
1939         Fix strerror on Interix.
1940         * lib/string_.h (strerror): Declare replacement.
1941         * doc/functions/strerror.texi (strerror): Document the Interix
1942         shortcoming.
1943         * modules/string (Makefile.am): Support new hooks.
1944         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
1945         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
1946         gl_FUNC_STRERROR_SEPARATE.
1947         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
1948         * lib/strerror.c (rpl_strerror): Provide replacement.
1949         * modules/strerror (Depends-on): Add string.
1950         (configure.ac): Detect use of module.
1951         * tests/test-strerror.c: New file.
1952         * modules/strerror-tests: New test module.
1953         * modules/argp (Depends-on): Add strerror.
1954         * modules/error (Depends-on): Likewise.
1955         Reported by Martin Koeppe.
1956
1957 2007-09-24  Bruno Haible  <bruno@clisp.org>
1958
1959         * README: Update git instructions.
1960
1961 2007-09-24  Eric Blake  <ebb9@byu.net>
1962
1963         Revert fpending breakage from 2007-09-08.
1964         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
1965         __fpending.c.
1966
1967 2007-09-24  Jim Meyering  <jim@meyering.net>
1968
1969         filenamecat.c: Add a test.
1970         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
1971         showing how the function works when DIR is the empty string.
1972
1973 2007-09-21  Simon Josefsson  <simon@josefsson.org>
1974
1975         * tests/test-canonicalize.sh: Turn on executable bit.
1976
1977 2007-09-19  Eric Blake  <ebb9@byu.net>
1978
1979         * README: Update CVS instructions.
1980
1981 2007-09-18  Bruno Haible  <bruno@clisp.org>
1982
1983         * modules/areadlink: New file.
1984         * lib/areadlink.h (areadlink): New declaration.
1985         * lib/areadlink.c: New file, based on lib/xreadlink.c.
1986
1987 2007-09-17  Jim Meyering  <jim@meyering.net>
1988
1989         * lib/savewd.c (ESTALE) [!defined]: Define.
1990         Reported to be required on Interix by Martin Koeppe.
1991
1992 2007-09-17  Bruno Haible  <bruno@clisp.org>
1993
1994         * gnulib-tool (func_version): Use $version.
1995
1996 2007-09-16  Bruno Haible  <bruno@clisp.org>
1997
1998         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
1999         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
2000         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
2001         Reported by Greg Schafer <gschafer@zip.com.au>.
2002
2003 2007-09-15  Bruno Haible  <bruno@clisp.org>
2004
2005         * gnulib-tool (sed): Try a little harder to make bash understand the
2006         alias.
2007         Reported by Bruce Korb <bruce.korb@gmail.com>.
2008
2009 2007-09-13  Eric Blake  <ebb9@byu.net>
2010
2011         * ChangeLog: Remove conflict markers.
2012
2013 2007-09-13  Simon Josefsson  <simon@josefsson.org>
2014
2015         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
2016         Reported by Bruno Haible <bruno@clisp.org>.
2017
2018 2007-09-12  Bruno Haible  <bruno@clisp.org>
2019
2020         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
2021         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
2022         is not defined.
2023
2024 2007-09-12  Eric Blake  <ebb9@byu.net>
2025
2026         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
2027         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
2028         Autoconf definition.
2029         * modules/euidaccess (Depends-on): Add extensions, for
2030         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
2031         * modules/fnmatch (Depends-on): Likewise.
2032         * modules/getaddrinfo (Depends-on): Likewise.
2033         * modules/getdelim (Depends-on): Likewise.
2034         * modules/getline (Depends-on): Likewise.
2035         * modules/getsubopt (Depends-on): Likewise.
2036         * modules/gettext (Depends-on): Likewise.
2037         * modules/group-member (Depends-on): Likewise.
2038         * modules/mbchar (Depends-on): Likewise.
2039         * modules/memmem (Depends-on): Likewise.
2040         * modules/mempcpy (Depends-on): Likewise.
2041         * modules/memrchr (Depends-on): Likewise.
2042         * modules/pagealign_alloc (Depends-on): Likewise.
2043         * modules/readutmp (Depends-on): Likewise.
2044         * modules/stpcpy (Depends-on): Likewise.
2045         * modules/stpncpy (Depends-on): Likewise.
2046         * modules/strchrnul (Depends-on): Likewise.
2047         * modules/strndup (Depends-on): Likewise.
2048         * modules/strsep (Depends-on): Likewise.
2049         * modules/strverscmp (Depends-on): Likewise.
2050         * modules/vasprintf (Depends-on): Likewise.
2051         * modules/wcwidth (Depends-on): Likewise.
2052         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
2053         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
2054         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
2055         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
2056         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
2057         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
2058         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
2059         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
2060         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
2061         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
2062         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
2063         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
2064         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
2065         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
2066         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
2067         * m4/readutmp.m4 (gl_READUTMP): Likewise.
2068         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2069         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
2070         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2071         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
2072         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
2073         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
2074         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
2075         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
2076         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
2077         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2078         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
2079         so that lock.m4 can be used in gettext without extensions module.
2080
2081 2007-09-11  Bruno Haible  <bruno@clisp.org>
2082
2083         * m4/isc-posix.m4: Remove file.
2084         Suggested by Eric Blake.
2085
2086 2007-09-11  Eric Blake  <ebb9@byu.net>
2087
2088         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
2089
2090 2007-09-10  Bruno Haible  <bruno@clisp.org>
2091
2092         * posix-modules: Fix typo in error message.
2093         Reported by Matt <mkraai@beckman.com>.
2094
2095 2007-09-09  Bruno Haible  <bruno@clisp.org>
2096
2097         * doc/functions/getdelim.texi: Update list of platforms lacking the
2098         function.
2099         * doc/functions/getline.texi: Likewise.
2100
2101 2007-09-09  Jim Meyering  <jim@meyering.net>
2102
2103         * lib/hash.c (hash_initialize): Detect calloc failure.
2104         Reported by Bruno Haible.
2105
2106 2007-09-09  Bruno Haible  <bruno@clisp.org>
2107
2108         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
2109         malloc or realloc fails.
2110
2111 2007-09-09  Bruno Haible  <bruno@clisp.org>
2112
2113         * modules/getcwd (Depends-on): Add malloc-posix.
2114         * modules/glob (Depends-on): Likewise.
2115         * modules/putenv (Depends-on): Likewise.
2116         * modules/strdup (Depends-on): Likewise.
2117         * modules/getdelim (Depends-on): Add realloc-posix.
2118         * modules/read-file (Depends-on): Likewise.
2119
2120 2007-09-09  Bruno Haible  <bruno@clisp.org>
2121
2122         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
2123         (gl_FUNC_MALLOC_POSIX): Require it.
2124         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
2125         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
2126         * modules/realloc (Files): Add m4/malloc.m4.
2127         * modules/calloc (Files): Likewise.
2128
2129 2007-09-09  Bruno Haible  <bruno@clisp.org>
2130
2131         * modules/malloc-posix: New file.
2132         * modules/malloc (Depends-on): Add malloc-posix.
2133         * lib/malloc.c: Include errno.h.
2134         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
2135         and a POSIX-compatible malloc into a single function. Set ENOMEM
2136         when returning NULL.
2137         * m4/malloc.m4: New file.
2138         * doc/functions/malloc.texi: Mention the malloc-posix module.
2139         * lib/stdlib_.h (malloc): New declaration.
2140         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
2141         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
2142         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
2143         and HAVE_MALLOC_POSIX.
2144
2145 2007-09-09  Bruno Haible  <bruno@clisp.org>
2146
2147         * modules/realloc-posix: New file.
2148         * modules/realloc (Depends-on): Add realloc-posix.
2149         * lib/realloc.c: Include errno.h.
2150         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
2151         and a POSIX-compatible realloc into a single function. Set ENOMEM
2152         when returning NULL.
2153         * m4/realloc.m4: New file.
2154         * doc/functions/realloc.texi: Mention the realloc-posix module.
2155         * lib/stdlib_.h (realloc): New declaration.
2156         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
2157         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
2158         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
2159         and HAVE_REALLOC_POSIX.
2160
2161 2007-09-09  Bruno Haible  <bruno@clisp.org>
2162
2163         * modules/calloc-posix: New file.
2164         * modules/calloc (Depends-on): Add calloc-posix.
2165         * lib/calloc.c: Include errno.h.
2166         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
2167         and a POSIX-compatible calloc into a single function. Set ENOMEM
2168         when returning NULL.
2169         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
2170         * doc/functions/calloc.texi: Mention the calloc-posix module.
2171         * lib/stdlib_.h (calloc): New declaration.
2172         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
2173         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
2174         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
2175         and HAVE_CALLOC_POSIX.
2176
2177 2007-09-09  Bruno Haible  <bruno@clisp.org>
2178
2179         Allow for modules to show an arbitrary notice.
2180         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
2181         * gnulib-tool: New option --extract-notice.
2182         (func_usage): Document it.
2183         (sed_extract_prog): Update.
2184         (func_get_notice): New function.
2185         (func_modules_notice): New function.
2186         (func_import, func_create_testdir): Invoke it.
2187         Suggested by Jim Meyering.
2188
2189 2007-09-09  Bruno Haible  <bruno@clisp.org>
2190
2191         * gnulib-tool: New options --verbose, --quiet.
2192         (func_usage): Document them.
2193         (verbose): New variable.
2194         (func_execute_command): New function.
2195         (func_import): Don't show the module list and the file list if
2196         $verbose < 0.
2197         (func_create_testdir): Likewise. Use func_execute_command.
2198         (func_create_megatestdir): Use func_execute_command.
2199
2200 2007-09-08  Bruno Haible  <bruno@clisp.org>
2201
2202         * gnulib-tool (func_import): Prefer rsync over wget when available,
2203         for fetching the PO files.
2204
2205 2007-09-08  Bruno Haible  <bruno@clisp.org>
2206
2207         * posix-modules: New file. Portions copied from gnulib-tool.
2208         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
2209
2210 2007-09-08  Jim Meyering  <jim@meyering.net>
2211
2212         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
2213         * lib/fpending.h: Rename from __fpending.h.
2214         * lib/fpending.c: Rename from __fpending.c.
2215         Include "fpending.h", not "__fpending.h".
2216         * lib/__fpending.h, lib/__fpending.c: Remove files.
2217         * modules/fpending (Files): Reflect new file names.
2218         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
2219
2220 2007-09-08  Bruno Haible  <bruno@clisp.org>
2221
2222         * m4/inttypes-h.m4: Remove stub file.
2223
2224 2007-09-07  Simon Josefsson  <simon@josefsson.org>
2225
2226         * doc/headers/stdint.texi: Discuss #include_next issue.
2227
2228 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
2229
2230         * build-aux/bootstrap: Remove obsolete comment about wget --help.
2231
2232 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2233
2234         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
2235         in variable name.
2236
2237 2007-09-03  Jim Meyering  <jim@meyering.net>
2238
2239         New module: git-version-gen.
2240         * modules/git-version-gen: New file.
2241
2242         Import changes from coreutils for bootstrap script.
2243
2244         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
2245
2246         bootstrap: uses rsync to download the .po files
2247         * build-aux/bootstrap (po_download_command_format): New global.
2248         (download_po_files): Use rsync.
2249         (update_po_files): Don't remove .po files after download,
2250         so future rsync runs can take advantage of the copies.
2251
2252         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
2253
2254         Solve the unnecessary-.po-file-regeneration problem once and for all.
2255         * build-aux/bootstrap (download_po_files): New function, renamed from
2256         get_translations.  Now, downloads, but doesn't update LINGUAS.
2257         (update_po_files): New function.
2258
2259         bootstrap: Ignore more.
2260         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
2261         uniwidth to e.g., lib/.gitignore.
2262         (slurp): Handle the sys_stat_.h -> sys mapping, too.
2263
2264         * build-aux/bootstrap: New setting: vc_ignore.
2265         (insert_sorted_if_absent): Create $file if absent.
2266         Adapt to new, possibly empty, list: $vc_ignore.
2267
2268         bootstrap: generate more ignorable names
2269         * build-aux/bootstrap (slurp): When generating ignorable names,
2270         also map .sin to .sed, .gperf to .c, and .y to .c.
2271
2272 2007-09-03  Jim Meyering  <jim@meyering.net>
2273
2274         * build-aux/git-version-gen: New file, from coreutils.  For details, see
2275         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
2276
2277 2007-09-02  Bruno Haible  <bruno@clisp.org>
2278
2279         Fix mis-recognition of 'mcs' on QNX 6.
2280         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
2281         output contains the string "Mono".
2282         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
2283         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
2284
2285 2007-09-01  Bruno Haible  <bruno@clisp.org>
2286
2287         Fix collision between uniwidth/* and linebreak modules.
2288         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
2289         u32_width): Remove declarations.
2290         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
2291         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
2292         streq3, streq2, streq1, streq0): Remove functions.
2293         (STREQ): Remove macro.
2294         (is_cjk_encoding): Remove function.
2295         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
2296         (uc_width, u8_width, u16_width, u32_width): Remove functions.
2297         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
2298         * NEWS: Document the change.
2299
2300 2007-09-01  Bruno Haible  <bruno@clisp.org>
2301
2302         * lib/streq.h: Add double-inclusion guard.
2303
2304 2007-09-01  Karl Berry  <karl@gnu.org>
2305
2306         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
2307
2308 2007-08-28  Jim Meyering  <jim@meyering.net>
2309
2310         Rename mreadlink_with_size to areadlink_with_size.
2311         * NEWS: Document the change.
2312         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
2313         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
2314         * lib/mreadlink.h: Rename this to...
2315         * lib/areadlink.h: ...this.
2316         * modules/mreadlink-with-size: Rename this to...
2317         * modules/areadlink-with-size: ...this.
2318         * lib/canonicalize.c: Reflect the renaming.
2319         * modules/canonicalize: Likewise.
2320
2321 2007-08-26  Bruno Haible  <bruno@clisp.org>
2322
2323         * gnulib-tool (func_import): When deciding which files to remove,
2324         consider also dangling symbolic links.
2325         Reported by Eric Blake.
2326
2327 2007-08-26  Bruno Haible  <bruno@clisp.org>
2328
2329         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
2330
2331 2007-08-23  Simon Josefsson  <simon@josefsson.org>
2332
2333         * lib/readline.c: Don't include getline.h, the prototype is now
2334         found in stdio.h.
2335
2336 2007-08-23  Jim Meyering  <jim@meyering.net>
2337
2338         Getdelim touchup.
2339         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
2340         around the funlockfile call, since funlockfile never sets errno.
2341         Don't set errno upon failed realloc.
2342
2343 2007-08-22  Eric Blake  <ebb9@byu.net>
2344
2345         Getline touchups.
2346         * lib/getdelim.c (getdelim): Revert regression that required *n to
2347         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
2348         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
2349         getdelim, rather than whether implementation is missing.
2350         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
2351         * lib/stdio_.h (getline): Also declare if replacement is
2352         required.
2353         * doc/functions/getdelim.texi: New file.
2354         * doc/functions/getline.texi: Likewise.
2355         * doc/gnulib.texi (Function Substitutes): Add new files.
2356         Reported by Bruno Haible.
2357
2358 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
2359
2360         * users.txt: Add Guile.
2361
2362 2007-08-22  Eric Blake  <ebb9@byu.net>
2363
2364         * tests/test-getdelim.c (main): Use remove, not unlink.
2365         * tests/test-getline.c (main): Likewise.
2366
2367         Move getline and getdelim into stdio.h, per POSIX 200x.
2368         * modules/getline (Files): Remove getline.h.
2369         (Depends-on): Add stdio.
2370         (configure.ac): Add module indicator.
2371         * modules/getdelim (Files): Remove getdelim.h.
2372         (Depends-on): Add stdio.
2373         (configure.ac): Add module indicator.
2374         * modules/stdio (Makefile.am): Work with new indicators.
2375         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
2376         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
2377         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
2378         * lib/getdelim.h: Delete.
2379         * lib/getline.h: Delete.
2380         * lib/stdio_.h (getdelim, getline): Declare.
2381         * modules/getdelim-tests: New module.
2382         * modules/getline-tests: Likewise.
2383         * tests/test-getdelim.c: New file.
2384         * tests/test-getline.c: Likewise.
2385         * NEWS: Document the change.
2386         * lib/getline.c: Update choice of header.
2387         * lib/csharpcomp.c: Likewise.
2388         * lib/getpass.c: Likewise.
2389         * lib/javacomp.c: Likewise.
2390         * lib/javaversion.c: Likewise.
2391         * lib/yesno.c: Likewise.
2392         * lib/getdelim.c: Likewise.
2393         (getdelim): Set errno on failure, and avoid memory leak.
2394
2395 2007-08-19  Bruno Haible  <bruno@clisp.org>
2396
2397         * modules/closein (Depends-on): Add freadahead.
2398         * lib/closein.c: Include freadahead.h.
2399         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
2400         is zero.
2401
2402 2007-08-19  Bruno Haible  <bruno@clisp.org>
2403
2404         * modules/freadahead-tests: New file.
2405         * tests/test-freadahead.sh: New file.
2406         * tests/test-freadahead.c: New file.
2407
2408         * modules/freadahead: New file.
2409         * lib/freadahead.h: New file.
2410         * lib/freadahead.c: New file.
2411         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
2412         fbufmode, fpurge, freadable, fwritable.
2413
2414 2007-08-19  Eric Blake  <ebb9@byu.net>
2415
2416         Test yesno in combination with closein.
2417         * lib/yesno.c (yesno): Document use of stdin.
2418         * modules/yesno-tests (Files): New module.
2419         * tests/test-yesno.c (main): New file.
2420         * tests/test-yesno.sh: Likewise.
2421
2422 2007-08-19  Bruno Haible  <bruno@clisp.org>
2423
2424         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
2425         * lib/fseeko.c (rpl_fseeko): Likewise.
2426         * lib/fseterr.c (fseterr): Likewise.
2427
2428 2007-08-19  Bruno Haible  <bruno@clisp.org>
2429
2430         * tests/test-lseek.c (main): Disable a test for BeOS.
2431         * doc/functions/lseek.texi: Document the BeOS bug.
2432
2433 2007-08-19  Bruno Haible  <bruno@clisp.org>
2434             Eric Blake  <ebb9@byu.net>
2435
2436         * lib/lseek.c: Include <sys/stat.h>.
2437         (rpl_lseek): Add workaround code also for Unix platforms.
2438         Needed for BeOS.
2439         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
2440         * doc/functions/lseek.texi: Document BeOS definiency.
2441
2442 2007-08-18  Bruno Haible  <bruno@clisp.org>
2443
2444         * modules/fstrcmp-tests: New file.
2445         * tests/test-fstrcmp.c: New file.
2446
2447 2007-08-18  Bruno Haible  <bruno@clisp.org>
2448
2449         * modules/fstrcmp: New file, from GNU gettext with modifications.
2450         * lib/fstrcmp.h: New file, from GNU gettext.
2451         * lib/fstrcmp.c: New file, from GNU gettext.
2452         * MODULES.html.sh (String handling): Add fstrcmp.
2453
2454 2007-08-18  Bruno Haible  <bruno@clisp.org>
2455
2456         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
2457         'bool'.
2458         (diag, compareseq): Remove const from the ctxt argument.
2459         (USE_HEURISTIC): Undefine at the end.
2460
2461 2007-08-18  Jim Meyering  <jim@meyering.net>
2462
2463         New file: lib/idcache.h
2464         * NEWS: Mention the addition.
2465         * modules/idcache (Files): Add lib/idcache.h
2466         * lib/idcache.c: Include "idcache.h".
2467         Don't include <sys/types.h>.
2468         Add a FIXME comment.
2469         Move file-scoped "static" declarations to the top.
2470         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
2471
2472 2007-08-17  Bruno Haible  <bruno@clisp.org>
2473         and Paul Eggert  <eggert@cs.ucla.edu>
2474
2475         * MODULES.html.sh: Add diffseq.
2476         * modules/diffseq: New file.
2477         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
2478         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
2479
2480 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2481
2482         Import changes from coreutils for bootstrap script.
2483
2484         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
2485
2486         * build-aux/bootstrap (slurp): Work even in environments where
2487         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
2488         current code does not slurp files whose names start with ".", and
2489         this looks like it might be a troublesome area.
2490
2491         2007-07-11  Jim Meyering  <jim@meyering.net>
2492
2493         If there's a GPL vN copyright comment, require that N == 3.
2494
2495         2007-07-08  Jim Meyering  <jim@meyering.net>
2496
2497         Run the coreutils-specific code only if tests/Makefile.am.in exists.
2498         * build-aux/bootstrap (mam_template): Move definition out of loop.
2499
2500         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
2501
2502         * build-aux/bootstrap (symlink_to_dir): Rename function from
2503         symlink_to_gnulib.  Add a directory parameter.  Update all
2504         callers.
2505         (cp_mark_as_generated): Also check for -- and link to -- files in
2506         gl/.
2507
2508         2007-07-08  Jim Meyering  <jim@meyering.net>
2509
2510         Adapt to deeper hierarchy in gnulib.
2511         * build-aux/bootstrap (symlink_to_dir): If the destination
2512         directory doesn't exist, create it. This is required at least for
2513         "lib/uniwidth/cjk.h".
2514
2515         2007-05-15  Jim Meyering  <jim@meyering.net>
2516
2517         * build-aux/bootstrap: Now that generated Makefile.am files
2518         are no longer under version control, they must be created at
2519         bootstrap time.
2520
2521 2007-08-14  Ben Pfaff  <blp@gnu.org>
2522
2523         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
2524
2525 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2526
2527         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
2528         given the changes below.
2529         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
2530         even on hosts that have padding bits beyond the supported 64.
2531
2532 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
2533
2534         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
2535         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
2536         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
2537         depends on it.
2538         (xstrtol_error): Remove.
2539         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
2540         but with a different signature.
2541         (ATTRIBUTE_NORETURN, __attribute__): New macros.
2542         * lib/xstrtol-error.c: Include exitfail.h.
2543         (xstrtol_fatal): New function, with a different signature from the
2544         old xstrtol_error, so that the caller need not worry about passing
2545         in an exit status, or about storage management of the option argument.
2546         (xstrtol_error): Now a static function.  Redo signature to
2547         implement xstrtol_fatal.  Output the correct number of hyphens in
2548         front of the option so that the caller need not worry about
2549         storage management.
2550         (N_): New macro.
2551         (_): Remove; not used now.
2552         * modules/xstrtol: Depend on getopt.
2553         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
2554         of old STRTOL_FATAL_ERROR macro.
2555         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
2556         of test program.
2557         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
2558         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
2559
2560 2007-08-08  Eric Blake  <ebb9@byu.net>
2561
2562         * lib/xstrtol-error.c: Add missing include.
2563
2564         Move xstrtol messages into gnulib domain, when --pobase is used.
2565         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
2566         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
2567         * modules/xstrtol (Files): Distribute new file.
2568         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
2569         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
2570         * tests/test-xstrtol.c: ...into new file.
2571         * tests/test-xstrtoul.c: Also test xstrtoul.
2572         * tests/test-xstrtoimax.c: Also test xstrtoimax.
2573         * tests/test-xstrtoumax.c: Also test xstrtoumax.
2574         * tests/test-xstrtol.sh: Drive the tests.
2575         * tests/test-xstrtoimax.sh: Likewise.
2576         * tests/test-xstrtoumax.sh: Likewise.
2577         * modules/xstrtol-tests: New module.
2578         * modules/xstrtoimax-tests: Likewise.
2579         * modules/xstrtoumax-tests: Likewise.
2580
2581 2007-08-08  Jim Meyering  <jim@meyering.net>
2582
2583         New function: mfile_name_concat.
2584         * lib/filenamecat.c (mfile_name_concat): New function, just like
2585         file_name_concat, but return NULL upon failure rather than exiting
2586         with a diagnostic.
2587         * lib/filenamecat.h: Declare it.
2588
2589 2007-08-07  Bruno Haible  <bruno@clisp.org>
2590
2591         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
2592         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
2593         warning from gcc.
2594         Reported by Eric Blake.
2595
2596 2007-08-07  Simon Josefsson  <simon@josefsson.org>
2597
2598         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
2599         * modules/crypto/arcfour (License): Likewise.
2600         * modules/crypto/des-tests (License): Likewise.
2601         * modules/crypto/gc-arctwo-tests (License): Likewise.
2602         * modules/crypto/gc-des-tests (License): Likewise.
2603         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
2604         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
2605         * modules/crypto/gc-md2-tests (License): Likewise.
2606         * modules/crypto/gc-md4-tests (License): Likewise.
2607         * modules/crypto/gc-md5-tests (License): Likewise.
2608         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
2609         * modules/crypto/gc-rijndael-tests (License): Likewise.
2610         * modules/crypto/gc-sha1-tests (License): Likewise.
2611         * modules/crypto/gc-tests (License): Likewise.
2612         * modules/crypto/hmac-md5 (License): Likewise.
2613         * modules/crypto/hmac-sha1 (License): Likewise.
2614         * modules/crypto/md2-tests (License): Likewise.
2615         * modules/crypto/md4-tests (License): Likewise.
2616         * modules/crypto/md5 (License): Likewise.
2617         * modules/crypto/rijndael (License): Likewise.
2618         * modules/crypto/sha1 (License): Likewise.
2619         * modules/memxor (License): Likewise.
2620
2621 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
2622         and Bruno Haible  <bruno@clisp.org>
2623
2624         * NEWS: Describe interface changes to human, xstrtol.
2625         * lib/human.h: Include <xstrtol.h>.
2626         (human_options): Return enum strtol_error, not int.  Remove
2627         bool arg; take int * instead.
2628         * lib/human.c: Don't include "gettext.h".
2629         (_): Remove; no longer used.
2630         Don't include <xstrtol.h>, since human.h does it.
2631         (human_options): Adjust to abovementioned interface changes.
2632         Do not report error to stderr; that's now the caller's
2633         responsibility.
2634         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
2635         interface change.
2636         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
2637         Str, Argument_type_string.  All uses changed.  Put " argument"
2638         in diagnostics to make them clearer.  Change wording of suffix
2639         message for clarity.
2640         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
2641         Argument_type_string.
2642         (STRTOL_FATAL_WARN): Remove; no longer used.
2643         * modules/human (Depends-on): Remove gettext-h.
2644
2645 2007-08-06  Simon Josefsson  <simon@josefsson.org>
2646
2647         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
2648
2649 2007-07-31  Bruno Haible  <bruno@clisp.org>
2650
2651         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
2652         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
2653         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
2654
2655 2007-07-31  Bruno Haible  <bruno@clisp.org>
2656
2657         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
2658         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
2659
2660 2007-07-30  Bruno Haible  <bruno@clisp.org>
2661
2662         * modules/base64 (License): Use the synonymous term "LGPLv2+".
2663         * modules/c-ctype (License): Likewise.
2664         * modules/c-strcase (License): Likewise.
2665         * modules/check-version (License): Likewise.
2666         * modules/iconv (License): Likewise.
2667         * modules/iconv_open (License): Likewise.
2668         * modules/read-file (License): Likewise.
2669         * modules/striconv (License): Likewise.
2670         * modules/strverscmp (License): Likewise.
2671         * modules/vasprintf (License): Likewise.
2672         * modules/crypto/des (License): Likewise.
2673         * modules/crypto/gc (License): Likewise.
2674         * modules/crypto/gc-arcfour (License): Likewise.
2675         * modules/crypto/gc-arctwo (License): Likewise.
2676         * modules/crypto/gc-des (License): Likewise.
2677         * modules/crypto/gc-hmac-md5 (License): Likewise.
2678         * modules/crypto/gc-hmac-sha1 (License): Likewise.
2679         * modules/crypto/gc-md2 (License): Likewise.
2680         * modules/crypto/gc-md4 (License): Likewise.
2681         * modules/crypto/gc-md5 (License): Likewise.
2682         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
2683         * modules/crypto/gc-random (License): Likewise.
2684         * modules/crypto/gc-rijndael (License): Likewise.
2685         * modules/crypto/gc-sha1 (License): Likewise.
2686         * modules/crypto/md2 (License): Likewise.
2687         * modules/crypto/md4 (License): Likewise.
2688
2689 2007-07-30  Jim Meyering  <jim@meyering.net>
2690
2691         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
2692         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
2693         it has valid stat data.  This bug would cause du not to count the
2694         sizes of inaccessible directories.
2695         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
2696         in <http://bugzilla.redhat.com/250077>.
2697
2698 2007-07-25  Peter O'Gorman  <peter@pogma.com>
2699             Bruno Haible  <bruno@clisp.org>
2700
2701         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
2702         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
2703         #include_next, gives a diagnostic about it, but reports no error in
2704         the exit code.
2705         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
2706
2707 2007-07-24  Ben Pfaff  <blp@gnu.org>
2708
2709         Improve name: "count-one-bits" is better than "popcount".
2710         * MODULES.html.sh: Update name.
2711         * lib/popcount.h: Renamed lib/count-one-bits.h.
2712         (popcount): Renamed count_one_bits.
2713         (popcountl): Renamed count_one_bits_l.
2714         (popcountll): Renamed count_one_bits_ll.
2715         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
2716         * modules/popcount: Renamed module/count-one-bits.
2717         * modules/popcount-tests: Renamed module/count-one-bits-tests.
2718         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
2719
2720 2007-07-23  Ben Pfaff  <blp@gnu.org>
2721
2722         * lib/popcount.h (popcount32): Reduce size of constants, to allow
2723         better code generation, and add U to large constants to avoid
2724         warnings, in non-GCC case.
2725         Suggested by Bruno Haible.
2726
2727 2007-07-23  Ben Pfaff  <blp@gnu.org>
2728
2729         * lib/popcount.h: Use verify_true instead of if...abort.
2730         * modules/popcount: Depend on verify module.
2731         Suggested by Jim Meyering.
2732
2733 2007-07-23  Bruno Haible  <bruno@clisp.org>
2734
2735         * gnulib-tool (func_import): Create a .cvsignore file also when the
2736         directory is not yet in CVS but the toplevel directory is. When
2737         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
2738         Reported by Karl Berry.
2739
2740 2007-07-22  Ben Pfaff  <blp@gnu.org>
2741
2742         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
2743         case.
2744         Suggested by Eric Blake.
2745
2746 2007-07-22  Ben Pfaff  <blp@gnu.org>
2747
2748         New module: popcount.
2749         * MODULES.html.sh: Add popcount.
2750         * modules/popcount: New file.
2751         * modules/popcount-tests: New file.
2752         * tests/test-popcount.c: New file.
2753         * lib/popcount.h: New file.
2754         * m4/popcount.m4: New file.
2755
2756 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
2757
2758         * build-aux/announce-gen: Update to GPLv3.
2759
2760         * build-aux/config.guess: Update from config.
2761
2762 2007-07-21  Bruno Haible  <bruno@clisp.org>
2763
2764         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
2765         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
2766
2767 2007-07-20  Jim Meyering  <jim@meyering.net>
2768
2769         * check-module: Diagnose a self-dependency.
2770
2771 2007-07-19  Bruno Haible  <bruno@clisp.org>
2772
2773         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
2774         empty.
2775         Reported by Eric Blake.
2776
2777 2007-07-18  Bruno Haible  <bruno@clisp.org>
2778
2779         * gnulib-tool: New options --po-base, --po-domain.
2780         (func_usage): Document them.
2781         (pobase, po_domain): New variables.
2782         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
2783         DEFAULT_TEXT_DOMAIN.
2784         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
2785         (func_import): Consider pobase and po_domain. Create a po/ directory.
2786         (func_create_testdir): Set pobase and po_domain to empty.
2787         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
2788         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
2789
2790 2007-07-18  Bruno Haible  <bruno@clisp.org>
2791
2792         * gnulib-tool (func_get_automake_snippet): Synthesize also an
2793         EXTRA_DIST augmentation for files in build-aux/.
2794
2795 2007-07-16  Bruno Haible  <bruno@clisp.org>
2796
2797         * modules/lseek (License): Use the synonymous term "LGPLv2+".
2798         * modules/getdelim (License): Likewise.
2799
2800 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2801
2802         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
2803         * modules/d-type (License): Likewise.
2804         * modules/extensions (License): Likewise.
2805         * modules/fnmatch (License): Likewise.
2806         * modules/fseeko (License): Likewise.
2807         * modules/getaddrinfo (License): Likewise.
2808         * modules/getline (License): Likewise.
2809         * modules/getlogin_r (License): Likewise.
2810         * modules/getpass (License): Likewise.
2811         * modules/gettimeofday (License): Likewise.
2812         * modules/glob (License): Likewise.
2813         * modules/inet_ntop (License): Likewise.
2814         * modules/malloc (License): Likewise.
2815         * modules/malloca (License): Likewise.
2816         * modules/memmem (License): Likewise.
2817         * modules/mempcpy (License): Likewise.
2818         * modules/memset (License): Likewise.
2819         * modules/minmax (License): Likewise.
2820         * modules/mktime (License): Likewise.
2821         * modules/netinet_in (License): Likewise.
2822         * modules/pathmax (License): Likewise.
2823         * modules/poll (License): Likewise.
2824         * modules/regex (License): Likewise.
2825         * modules/snprintf (License): Likewise.
2826         * modules/stdbool (License): Likewise.
2827         * modules/stdint (License): Likewise.
2828         * modules/stdio (License): Likewise.
2829         * modules/strcase (License): Likewise.
2830         * modules/strcasestr (License): Likewise.
2831         * modules/strdup (License): Likewise.
2832         * modules/string (License): Likewise.
2833         * modules/strndup (License): Likewise.
2834         * modules/strnlen (License): Likewise.
2835         * modules/strpbrk (License): Likewise.
2836         * modules/strptime (License): Likewise.
2837         * modules/strsep (License): Likewise.
2838         * modules/sys_select (License): Likewise.
2839         * modules/sys_socket (License): Likewise.
2840         * modules/sys_stat (License): Likewise.
2841         * modules/sys_time (License): Likewise.
2842         * modules/time (License): Likewise.
2843         * modules/time_r (License): Likewise.
2844         * modules/timegm (License): Likewise.
2845         * modules/unistd (License): Likewise.
2846         * modules/vsnprintf (License): Likewise.
2847         * modules/wctype (License): Likewise.
2848
2849 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2850
2851         * modules/argz (License): LGPLv2+.
2852
2853 2007-07-15  Karl Berry  <karl@gnu.org>
2854
2855         * doc/gnulib.texi: revise node structure per new fdl.texi.
2856
2857 2007-07-14  Bruno Haible  <bruno@clisp.org>
2858
2859         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
2860         the output file.
2861         * lib/uniname/uninames.h: Regenerated.
2862
2863 2007-07-14  Karl Berry  <karl@gnu.org>
2864
2865         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
2866         omitting sectioning and index commands.
2867
2868 2007-07-13  Bruno Haible  <bruno@clisp.org>
2869
2870         New gnulib-tool option --more-symlinks.
2871         * gnulib-tool (func_usage): Document --more-symlinks.
2872         (do_copyrights): New variable.
2873         Recognize option --more-symlinks.
2874         (func_import): Don't add a copyright notice transform to
2875         sed_transform_lib_file if do_copyrights is empty.
2876
2877 2007-07-13  Bruno Haible  <bruno@clisp.org>
2878
2879         * lib/vasnprintf.c (decimal_point_char): Define also if
2880         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
2881         && !NEED_PRINTF_DIRECTIVE_A.
2882         Reported by Clemens Koller <clemens.koller@anagramm.de> via
2883         Gary V. Vaughan <gary@gnu.org>.
2884
2885 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
2886
2887         * lib/inttypes_.h: Undo previous change, since it was fixed
2888         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
2889
2890 2007-07-13  Bruno Haible  <bruno@clisp.org>
2891
2892         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
2893         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
2894
2895 2007-07-13  Jim Meyering  <jim@meyering.net>
2896
2897         df: Don't fail for Tru64's "file-on-file mount".
2898         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
2899         so we fall through and use statfs instead.  Details here:
2900         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
2901         Reported by Albert Chin.
2902
2903 2007-07-13  Bruno Haible  <bruno@clisp.org>
2904
2905         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
2906         * modules/configmake (License): Likewise.
2907         * modules/gettext (License): Likewise.
2908         * modules/gettext-h (License): Likewise.
2909         * modules/include_next (License): Likewise.
2910         * modules/link-warning (License): Likewise.
2911         * modules/localcharset (License): Likewise.
2912         * modules/localename (License): Likewise.
2913         * modules/lock (License): Likewise.
2914         * modules/relocatable-lib-lgpl (License): Likewise.
2915         * modules/size_max (License): Likewise.
2916         * modules/vasnprintf (License): Likewise.
2917         * modules/wchar (License): Likewise.
2918         * modules/xsize (License): Likewise.
2919
2920 2007-07-13  Bruno Haible  <bruno@clisp.org>
2921
2922         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
2923         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
2924
2925 2007-07-12  Bruno Haible  <bruno@clisp.org>
2926
2927         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
2928         in the modules files.
2929
2930 2007-07-11  Karl Berry  <karl@gnu.org>
2931
2932         * MODULES.html.sh (func_module): use
2933          sed -e '\|^'"${includefile}"'$|d'
2934          instead of /.../d, to avoid errors on $includefile's containing /.
2935
2936 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
2937
2938         * gnulib-tool (func_import): Avoid duplication of --avoid
2939         statements
2940         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
2941         names to `_' in variable names.
2942
2943 2007-07-10  Eric Blake  <ebb9@byu.net>
2944
2945         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
2946         * NEWS: Document this change.
2947
2948 2007-07-08  Bruno Haible  <bruno@clisp.org>
2949
2950         Update to Unicode 5.0.
2951         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
2952         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
2953         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
2954         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
2955         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
2956         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
2957         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
2958         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
2959         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
2960         U+10A3F, U+1D242..U+1D244.
2961         (nonspacing_table_ind): Update.
2962         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
2963         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
2964
2965 2007-07-08  Bruno Haible  <bruno@clisp.org>
2966
2967         Update to Unicode 5.0.
2968         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
2969         code transform. Extend the name index field of unicode_name_to_code and
2970         unicode_code_to_name from 16 to 24 bits.
2971         * lib/uniname/uniname.c (unicode_character_name,
2972         unicode_name_character): Add the range 0x12xxx to the code transform.
2973         * lib/uniname/uninames.h: Regenerated.
2974         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
2975
2976 2007-07-07  Bruno Haible  <bruno@clisp.org>
2977
2978         * modules/wcwidth-tests: New file.
2979         * tests/test-wcwidth.c: New file.
2980
2981         Work around MacOS X wcwidth() bug.
2982         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
2983         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
2984         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
2985         original wcwidth in non-UTF-8 locales.
2986         * modules/wcwidth (Depends-on): Add localcharset, streq,
2987         uniwidth/width.
2988         * doc/functions/wcwidth.texi: Update.
2989
2990 2007-07-07  Bruno Haible  <bruno@clisp.org>
2991
2992         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
2993         (wcwidth): New declaration.
2994         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
2995         macros.
2996         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
2997         here. Prepare for creating <wchar.h> unconditionally.
2998         * modules/wchar (Depends-on): Add link-warning.
2999         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
3000         REPLACE_WCWIDTH, and GL_LINK_WARNING.
3001         * lib/wcwidth.h: Remove file.
3002         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
3003         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
3004         * modules/wcwidth (Files): Remove lib/wcwidth.h.
3005         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
3006         (Include): Replace wcwidth.h with <wchar.h>.
3007         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
3008         * lib/mbchar.h: Don't include wcwidth.h.
3009         * lib/mbswidth.c: Likewise.
3010         * NEWS: Mention the change.
3011
3012 2007-07-07  Bruno Haible  <bruno@clisp.org>
3013
3014         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
3015         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
3016         definition with an external declaration.
3017         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
3018         defined as a function. Remove AC_C_INLINE requirement.
3019         * modules/wcwidth (Files): Add lib/wcwidth.c.
3020         (Makefile.am): Remove redundant statement.
3021
3022 2007-07-07  Bruno Haible  <bruno@clisp.org>
3023
3024         * MODULES.html.sh (Unicode string functions): Add the new modules.
3025
3026         * tests/uniwidth/test-u32-strwidth.c: New file.
3027         * modules/uniwidth/u32-strwidth-tests: New file.
3028
3029         * lib/uniwidth/u32-strwidth.c: New file.
3030         * modules/uniwidth/u32-strwidth: New file.
3031
3032         * tests/uniwidth/test-u16-strwidth.c: New file.
3033         * modules/uniwidth/u16-strwidth-tests: New file.
3034
3035         * lib/uniwidth/u16-strwidth.c: New file.
3036         * modules/uniwidth/u16-strwidth: New file.
3037
3038         * tests/uniwidth/test-u8-strwidth.c: New file.
3039         * modules/uniwidth/u8-strwidth-tests: New file.
3040
3041         * lib/uniwidth/u8-strwidth.c: New file.
3042         * modules/uniwidth/u8-strwidth: New file.
3043
3044         * tests/uniwidth/test-u32-width.c: New file.
3045         * modules/uniwidth/u32-width-tests: New file.
3046
3047         * lib/uniwidth/u32-width.c: New file.
3048         * modules/uniwidth/u32-width: New file.
3049
3050         * tests/uniwidth/test-u16-width.c: New file.
3051         * modules/uniwidth/u16-width-tests: New file.
3052
3053         * lib/uniwidth/u16-width.c: New file.
3054         * modules/uniwidth/u16-width: New file.
3055
3056         * tests/uniwidth/test-u8-width.c: New file.
3057         * modules/uniwidth/u8-width-tests: New file.
3058
3059         * lib/uniwidth/u8-width.c: New file.
3060         * modules/uniwidth/u8-width: New file.
3061
3062         * tests/uniwidth/test-uc_width.c: New file.
3063         * modules/uniwidth/width-tests: New file.
3064
3065         * lib/uniwidth/width.c: New file, from GNU libiconv.
3066         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
3067         * modules/uniwidth/width: New file.
3068
3069         * lib/uniwidth.h: New file, from GNU libiconv.
3070         * modules/uniwidth/base: New file.
3071
3072 2007-07-07  Bruno Haible  <bruno@clisp.org>
3073
3074         * lib/uniname.h: New file, from GNU gettext.
3075         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
3076         * lib/uniname/uninames.h: New file, from GNU gettext.
3077         * lib/uniname/uniname.c: New file, from GNU gettext.
3078         * tests/uniname/test-uninames.sh: New file.
3079         * tests/uniname/test-uninames.c: New file, from GNU gettext.
3080         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
3081         * modules/uniname/base: New file.
3082         * modules/uniname/uniname: New file.
3083         * modules/uniname/uniname-tests: New file.
3084         * MODULES.html.sh (Unicode string functions): Add the new modules.
3085
3086 2007-07-06  Bruno Haible  <bruno@clisp.org>
3087
3088         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
3089
3090 2007-07-06  Bruno Haible  <bruno@clisp.org>
3091
3092         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
3093         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
3094         includes <cygwin/sys_time.h> which includes <sys/select.h> which
3095         include <sys/time.h>.
3096         Reported by Eric Blake.
3097
3098 2007-07-06  Eric Blake  <ebb9@byu.net>
3099
3100         Fix testing canonicalize on cygwin.
3101         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
3102         Revert patch from 2007-06-19.
3103         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
3104         canonicalize module is also in use.
3105         * tests/test-canonicalize.c: New file.
3106         * tests/test-canonicalize.sh: Likewise.
3107         * modules/canonicalize-tests: Likewise.
3108
3109 2007-07-06  Jim Meyering  <jim@meyering.net>
3110
3111         * lib/getugroups.c (getugroups): Detect getgrent failure.
3112         Adjust comment to reflect reality: this function may return -1.
3113
3114 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
3115
3116         * build-aux/bootstrap (TP_URL,get_translations): Update to use
3117         the new TP address.
3118         (usage): Fix typo
3119         (gnulib_mk): New variable.
3120
3121 2007-07-05  Jim Meyering  <jim@meyering.net>
3122
3123         Don't let endgrent clobber errno, no matter how improbable.
3124         * lib/getugroups.c (getugroups): Save and restore errno around
3125         endgrent call.
3126
3127         Close the group DB even when failing with 2^31 or more members.
3128         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
3129
3130 2007-07-04  Jim Meyering  <jim@meyering.net>
3131
3132         * lib/getugroups.h: New file.
3133         * lib/getugroups.c: Include "getugroups.h".
3134         Remove uses of "register" keyword.
3135         Move local variable, "cp", down into scope where used.
3136         Give "username" parameter the "const" attribute.
3137         * modules/getugroups (Files): Add lib/getugroups.h
3138
3139 2007-07-04  Karl Berry  <karl@gnu.org>
3140
3141         * MODULES.html.sh (func_all_modules): Complete rename of
3142         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
3143
3144 2007-07-02  Bruno Haible  <bruno@clisp.org>
3145
3146         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
3147         mode, when inttypes.h comes from gnulib.
3148         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
3149
3150 2007-07-02  Simon Josefsson  <simon@josefsson.org>
3151
3152         * NEWS: Mention lgpl module name change.
3153
3154         * modules/lgpl-2.1: Renamed from lgpl.
3155
3156         * NEWS: Mention gpl module name change.
3157
3158         * modules/gpl-3.0: New file, based on gpl-2.0.
3159
3160         * modules/gpl-2.0: Renamed from gpl.
3161
3162         * modules/gpl: Fix filename, doc/gpl.texi is now found at
3163         doc/gpl-2.0.texi.
3164
3165 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
3166
3167         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
3168         #define __STDC_LIMIT_MACROS temporarily while including
3169         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
3170         Problem reported by Joel E. Denny in
3171         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
3172
3173 2007-07-01  Bruno Haible  <bruno@clisp.org>
3174
3175         * lib/unistdio.h: New file.
3176         * lib/unistdio/u-asnprintf.h: New file.
3177         * lib/unistdio/u-asprintf.h: New file.
3178         * lib/unistdio/u-printf-args.c: New file.
3179         * lib/unistdio/u-printf-args.h: New file.
3180         * lib/unistdio/u-printf-parse.h: New file.
3181         * lib/unistdio/u-snprintf.h: New file.
3182         * lib/unistdio/u-sprintf.h: New file.
3183         * lib/unistdio/u-vasprintf.h: New file.
3184         * lib/unistdio/u-vsnprintf.h: New file.
3185         * lib/unistdio/u-vsprintf.h: New file.
3186         * lib/unistdio/ulc-asnprintf.c: New file.
3187         * lib/unistdio/ulc-asprintf.c: New file.
3188         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
3189         * lib/unistdio/ulc-printf-parse.c: New file.
3190         * lib/unistdio/ulc-snprintf.c: New file.
3191         * lib/unistdio/ulc-sprintf.c: New file.
3192         * lib/unistdio/ulc-vasnprintf.c: New file.
3193         * lib/unistdio/ulc-vasprintf.c: New file.
3194         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
3195         * lib/unistdio/ulc-vsnprintf.c: New file.
3196         * lib/unistdio/ulc-vsprintf.c: New file.
3197         * lib/unistdio/u8-asnprintf.c: New file.
3198         * lib/unistdio/u8-asprintf.c: New file.
3199         * lib/unistdio/u8-printf-parse.c: New file.
3200         * lib/unistdio/u8-snprintf.c: New file.
3201         * lib/unistdio/u8-sprintf.c: New file.
3202         * lib/unistdio/u8-vasnprintf.c: New file.
3203         * lib/unistdio/u8-vasprintf.c: New file.
3204         * lib/unistdio/u8-vsnprintf.c: New file.
3205         * lib/unistdio/u8-vsprintf.c: New file.
3206         * lib/unistdio/u8-u8-asnprintf.c: New file.
3207         * lib/unistdio/u8-u8-asprintf.c: New file.
3208         * lib/unistdio/u8-u8-snprintf.c: New file.
3209         * lib/unistdio/u8-u8-sprintf.c: New file.
3210         * lib/unistdio/u8-u8-vasnprintf.c: New file.
3211         * lib/unistdio/u8-u8-vasprintf.c: New file.
3212         * lib/unistdio/u8-u8-vsnprintf.c: New file.
3213         * lib/unistdio/u8-u8-vsprintf.c: New file.
3214         * lib/unistdio/u16-asnprintf.c: New file.
3215         * lib/unistdio/u16-asprintf.c: New file.
3216         * lib/unistdio/u16-printf-parse.c: New file.
3217         * lib/unistdio/u16-snprintf.c: New file.
3218         * lib/unistdio/u16-sprintf.c: New file.
3219         * lib/unistdio/u16-vasnprintf.c: New file.
3220         * lib/unistdio/u16-vasprintf.c: New file.
3221         * lib/unistdio/u16-vsnprintf.c: New file.
3222         * lib/unistdio/u16-vsprintf.c: New file.
3223         * lib/unistdio/u16-u16-asnprintf.c: New file.
3224         * lib/unistdio/u16-u16-asprintf.c: New file.
3225         * lib/unistdio/u16-u16-snprintf.c: New file.
3226         * lib/unistdio/u16-u16-sprintf.c: New file.
3227         * lib/unistdio/u16-u16-vasnprintf.c: New file.
3228         * lib/unistdio/u16-u16-vasprintf.c: New file.
3229         * lib/unistdio/u16-u16-vsnprintf.c: New file.
3230         * lib/unistdio/u16-u16-vsprintf.c: New file.
3231         * lib/unistdio/u32-asnprintf.c: New file.
3232         * lib/unistdio/u32-asprintf.c: New file.
3233         * lib/unistdio/u32-printf-parse.c: New file.
3234         * lib/unistdio/u32-snprintf.c: New file.
3235         * lib/unistdio/u32-sprintf.c: New file.
3236         * lib/unistdio/u32-vasnprintf.c: New file.
3237         * lib/unistdio/u32-vasprintf.c: New file.
3238         * lib/unistdio/u32-vsnprintf.c: New file.
3239         * lib/unistdio/u32-vsprintf.c: New file.
3240         * lib/unistdio/u32-u32-asnprintf.c: New file.
3241         * lib/unistdio/u32-u32-asprintf.c: New file.
3242         * lib/unistdio/u32-u32-snprintf.c: New file.
3243         * lib/unistdio/u32-u32-sprintf.c: New file.
3244         * lib/unistdio/u32-u32-vasnprintf.c: New file.
3245         * lib/unistdio/u32-u32-vasprintf.c: New file.
3246         * lib/unistdio/u32-u32-vsnprintf.c: New file.
3247         * lib/unistdio/u32-u32-vsprintf.c: New file.
3248         * tests/unistdio/test-ulc-asnprintf1.c: New file.
3249         * tests/unistdio/test-ulc-asnprintf1.h: New file.
3250         * tests/unistdio/test-ulc-printf1.h: New file.
3251         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
3252         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
3253         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
3254         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
3255         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
3256         * tests/unistdio/test-ulc-vasprintf1.c: New file.
3257         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
3258         * tests/unistdio/test-ulc-vsprintf1.c: New file.
3259         * tests/unistdio/test-u8-asnprintf1.c: New file.
3260         * tests/unistdio/test-u8-asnprintf1.h: New file.
3261         * tests/unistdio/test-u8-printf1.h: New file.
3262         * tests/unistdio/test-u8-vasnprintf1.c: New file.
3263         * tests/unistdio/test-u8-vasnprintf2.c: New file.
3264         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
3265         * tests/unistdio/test-u8-vasnprintf3.c: New file.
3266         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
3267         * tests/unistdio/test-u8-vasprintf1.c: New file.
3268         * tests/unistdio/test-u8-vsnprintf1.c: New file.
3269         * tests/unistdio/test-u8-vsprintf1.c: New file.
3270         * tests/unistdio/test-u16-asnprintf1.c: New file.
3271         * tests/unistdio/test-u16-asnprintf1.h: New file.
3272         * tests/unistdio/test-u16-printf1.h: New file.
3273         * tests/unistdio/test-u16-vasnprintf1.c: New file.
3274         * tests/unistdio/test-u16-vasnprintf2.c: New file.
3275         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
3276         * tests/unistdio/test-u16-vasnprintf3.c: New file.
3277         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
3278         * tests/unistdio/test-u16-vasprintf1.c: New file.
3279         * tests/unistdio/test-u16-vsnprintf1.c: New file.
3280         * tests/unistdio/test-u16-vsprintf1.c: New file.
3281         * tests/unistdio/test-u32-asnprintf1.c: New file.
3282         * tests/unistdio/test-u32-asnprintf1.h: New file.
3283         * tests/unistdio/test-u32-printf1.h: New file.
3284         * tests/unistdio/test-u32-vasnprintf1.c: New file.
3285         * tests/unistdio/test-u32-vasnprintf2.c: New file.
3286         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
3287         * tests/unistdio/test-u32-vasnprintf3.c: New file.
3288         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
3289         * tests/unistdio/test-u32-vasprintf1.c: New file.
3290         * tests/unistdio/test-u32-vsnprintf1.c: New file.
3291         * tests/unistdio/test-u32-vsprintf1.c: New file.
3292         * modules/unistdio/base: New file.
3293         * modules/unistdio/u-printf-args: New file.
3294         * modules/unistdio/ulc-asnprintf: New file.
3295         * modules/unistdio/ulc-asprintf: New file.
3296         * modules/unistdio/ulc-fprintf: New file.
3297         * modules/unistdio/ulc-printf-parse: New file.
3298         * modules/unistdio/ulc-snprintf: New file.
3299         * modules/unistdio/ulc-sprintf: New file.
3300         * modules/unistdio/ulc-vasnprintf: New file.
3301         * modules/unistdio/ulc-vasprintf: New file.
3302         * modules/unistdio/ulc-vfprintf: New file.
3303         * modules/unistdio/ulc-vsnprintf: New file.
3304         * modules/unistdio/ulc-vsprintf: New file.
3305         * modules/unistdio/u8-asnprintf: New file.
3306         * modules/unistdio/u8-asprintf: New file.
3307         * modules/unistdio/u8-printf-parse: New file.
3308         * modules/unistdio/u8-snprintf: New file.
3309         * modules/unistdio/u8-sprintf: New file.
3310         * modules/unistdio/u8-vasnprintf: New file.
3311         * modules/unistdio/u8-vasprintf: New file.
3312         * modules/unistdio/u8-vsnprintf: New file.
3313         * modules/unistdio/u8-vsprintf: New file.
3314         * modules/unistdio/u8-u8-asnprintf: New file.
3315         * modules/unistdio/u8-u8-asprintf: New file.
3316         * modules/unistdio/u8-u8-snprintf: New file.
3317         * modules/unistdio/u8-u8-sprintf: New file.
3318         * modules/unistdio/u8-u8-vasnprintf: New file.
3319         * modules/unistdio/u8-u8-vasprintf: New file.
3320         * modules/unistdio/u8-u8-vsnprintf: New file.
3321         * modules/unistdio/u8-u8-vsprintf: New file.
3322         * modules/unistdio/u16-asnprintf: New file.
3323         * modules/unistdio/u16-asprintf: New file.
3324         * modules/unistdio/u16-printf-parse: New file.
3325         * modules/unistdio/u16-snprintf: New file.
3326         * modules/unistdio/u16-sprintf: New file.
3327         * modules/unistdio/u16-vasnprintf: New file.
3328         * modules/unistdio/u16-vasprintf: New file.
3329         * modules/unistdio/u16-vsnprintf: New file.
3330         * modules/unistdio/u16-vsprintf: New file.
3331         * modules/unistdio/u16-u16-asnprintf: New file.
3332         * modules/unistdio/u16-u16-asprintf: New file.
3333         * modules/unistdio/u16-u16-snprintf: New file.
3334         * modules/unistdio/u16-u16-sprintf: New file.
3335         * modules/unistdio/u16-u16-vasnprintf: New file.
3336         * modules/unistdio/u16-u16-vasprintf: New file.
3337         * modules/unistdio/u16-u16-vsnprintf: New file.
3338         * modules/unistdio/u16-u16-vsprintf: New file.
3339         * modules/unistdio/u32-asnprintf: New file.
3340         * modules/unistdio/u32-asprintf: New file.
3341         * modules/unistdio/u32-printf-parse: New file.
3342         * modules/unistdio/u32-snprintf: New file.
3343         * modules/unistdio/u32-sprintf: New file.
3344         * modules/unistdio/u32-vasnprintf: New file.
3345         * modules/unistdio/u32-vasprintf: New file.
3346         * modules/unistdio/u32-vsnprintf: New file.
3347         * modules/unistdio/u32-vsprintf: New file.
3348         * modules/unistdio/u32-u32-asnprintf: New file.
3349         * modules/unistdio/u32-u32-asprintf: New file.
3350         * modules/unistdio/u32-u32-snprintf: New file.
3351         * modules/unistdio/u32-u32-sprintf: New file.
3352         * modules/unistdio/u32-u32-vasnprintf: New file.
3353         * modules/unistdio/u32-u32-vasprintf: New file.
3354         * modules/unistdio/u32-u32-vsnprintf: New file.
3355         * modules/unistdio/u32-u32-vsprintf: New file.
3356         * modules/unistdio/ulc-asnprintf-tests: New file.
3357         * modules/unistdio/ulc-vasnprintf-tests: New file.
3358         * modules/unistdio/ulc-vasprintf-tests: New file.
3359         * modules/unistdio/ulc-vsnprintf-tests: New file.
3360         * modules/unistdio/ulc-vsprintf-tests: New file.
3361         * modules/unistdio/u8-asnprintf-tests: New file.
3362         * modules/unistdio/u8-vasnprintf-tests: New file.
3363         * modules/unistdio/u8-vasprintf-tests: New file.
3364         * modules/unistdio/u8-vsnprintf-tests: New file.
3365         * modules/unistdio/u8-vsprintf-tests: New file.
3366         * modules/unistdio/u16-asnprintf-tests: New file.
3367         * modules/unistdio/u16-vasnprintf-tests: New file.
3368         * modules/unistdio/u16-vasprintf-tests: New file.
3369         * modules/unistdio/u16-vsnprintf-tests: New file.
3370         * modules/unistdio/u16-vsprintf-tests: New file.
3371         * modules/unistdio/u32-asnprintf-tests: New file.
3372         * modules/unistdio/u32-vasnprintf-tests: New file.
3373         * modules/unistdio/u32-vasprintf-tests: New file.
3374         * modules/unistdio/u32-vsnprintf-tests: New file.
3375         * modules/unistdio/u32-vsprintf-tests: New file.
3376         * MODULES.html.sh (Unicode string functions): Add the new modules.
3377
3378 2007-07-01  Bruno Haible  <bruno@clisp.org>
3379
3380         * lib/sprintf.c (sprintf): Limit the available length estimation,
3381         to avoid address wraparound.
3382         * lib/vsprintf.c (vsprintf): Likewise.
3383         * modules/sprintf-posix (Dependencies): Add stdint.
3384         * modules/vsprintf-posix (Dependencies): Likewise.
3385
3386 2007-07-01  Bruno Haible  <bruno@clisp.org>
3387
3388         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
3389         Windows PATH as well. Conservative double-quoting. Comments.
3390
3391 2007-07-01  Bruno Haible  <bruno@clisp.org>
3392             Eric Blake  <ebb9@byu.net>
3393             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3394
3395         * gnulib-tool (self_abspathname): Fix algorithm to cope with
3396         empty components in $PATH, denoting '.'.
3397
3398 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3399
3400         * gnulib-tool: Fix indentation.
3401         (func_create_megatestdir): Likewise.
3402         Report by Bruno Haible.
3403
3404 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3405
3406         Sync from Automake.
3407         * build-aux/gnupload: Fix shell portability issues with for loops.
3408         Report by Karl Berry.
3409
3410 2007-06-29  Simon Josefsson  <simon@josefsson.org>
3411
3412         * build-aux/maint.mk (POURL): Use translationproject.org.
3413
3414 2007-06-27  Simon Josefsson  <simon@josefsson.org>
3415             Bruno Haible  <bruno@clisp.org>
3416
3417         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
3418         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
3419         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
3420         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
3421         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
3422
3423 2007-06-27  Bruno Haible  <bruno@clisp.org>
3424
3425         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
3426         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
3427
3428 2007-06-26  Karl Berry  <karl@gnu.org>
3429
3430         * MODULES.html.sh: remove xreadlink-with-size.
3431
3432 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3433
3434         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
3435         method that I hope also handles the double-include problem noted
3436         by Bruno Haible in
3437         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
3438
3439 2007-06-23  Bruno Haible  <bruno@clisp.org>
3440
3441         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3442         Don't let the 'mostlyclean' target fail if the last subdirectory could
3443         not be removed.
3444         Reported by Karl Berry.
3445
3446 2007-06-23  Bruno Haible  <bruno@clisp.org>
3447
3448         * gnulib-tool (echo): Add a speedier workaround for ksh.
3449         * tests/test-echo.sh: Likewise.
3450
3451 2007-06-23  Bruno Haible  <bruno@clisp.org>
3452
3453         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
3454         * tests/test-echo.sh: Likewise.
3455
3456 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3457
3458         * gnulib-tool (IFS): Initialize early, so we don't set it to
3459         empty later.
3460         (self_abspathname): Rewrite algorithm to set it, reindent.
3461         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
3462         (func_create_megatestdir): Merge some sed scripts.
3463
3464 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
3465
3466         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
3467         exposed by Sun Studio 11 cc on Solaris 8.
3468
3469 2007-06-22  Bruno Haible  <bruno@clisp.org>
3470
3471         * gnulib-tool (echo): Ensure the echo primitive does not interpret
3472         backslashes.
3473         * tests/test-echo.sh: New file.
3474
3475 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3476
3477         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
3478         simplify `sed_replace_build_aux' scripts, they are portable but
3479         echoing them with `echo' is not.
3480         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
3481
3482 2007-06-21  Karl Berry  <karl@gnu.org>
3483
3484         * config/srclist.txt: guess we can't handle the licenses via
3485         srclist at the moment.
3486
3487 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
3488
3489         * MODULES.html.sh: Add include_next.
3490         * modules/include_next: New file.
3491
3492 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
3493
3494         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
3495         INCLUDE_NEXT.
3496         (gl_CHECK_NEXT_HEADERS): New macro.
3497         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
3498         the obsolescent gl_ABSOLUTE_HEADER.
3499         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
3500         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
3501         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
3502         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
3503         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
3504         * m4/math_h.m4 (gl_MATH_H): Likewise.
3505         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
3506         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
3507         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
3508         * m4/stdint.m4 (gl_STDINT_H): Likewise.
3509         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
3510         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
3511         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
3512         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3513         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
3514         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
3515         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
3516         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
3517         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
3518         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
3519         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
3520         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
3521         * m4/inttypes.m4 (gl_INTTYPES_H): Define
3522         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
3523         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
3524         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
3525         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
3526         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
3527         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
3528         * lib/float_.h: Likewise.
3529         * lib/inttypes_.h: Likewise.
3530         * lib/math_.h: Likewise.
3531         * lib/search_.h: Likewise.
3532         * lib/signal_.h: Likewise.
3533         * lib/stdint_.h: Likewise.
3534         * lib/stdio_.h: Likewise.
3535         * lib/stdlib_.h: Likewise.
3536         * lib/string_.h: Likewise.
3537         * lib/sys_stat_.h: Likewise.
3538         * lib/sys_time_.h: Likewise.
3539         * lib/time_.h: Likewise.
3540         * lib/unistd_.h: Likewise.
3541         * lib/wchar_.h: Likewise.
3542         * lib/wctype_.h: Likewise.
3543         * lib/dirent_.h: Likewise.
3544         * lib/iconv_.h: Likewise.
3545         * lib/locale_.h: Likewise.
3546         * lib/netinet_in_.h: Likewise.
3547         * lib/sys_select_.h: Likewise.
3548         * lib/sys_socket_.h: Likewise.
3549         * lib/sysexits_.h: Likewise.
3550         * modules/fcntl (Depends-on): Depend on include_next, not
3551         absolute_header.
3552         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
3553         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
3554         * modules/fchdir: Likewise.
3555         * modules/float: Likewise.
3556         * modules/iconv_open: Likewise.
3557         * modules/inttypes: Likewise.
3558         * modules/locale: Likewise.
3559         * modules/math: Likewise.
3560         * modules/netinet_in: Likewise.
3561         * modules/search: Likewise.
3562         * modules/signal: Likewise.
3563         * modules/stdint: Likewise.
3564         * modules/stdio: Likewise.
3565         * modules/stdlib: Likewise.
3566         * modules/string: Likewise.
3567         * modules/sys_select: Likewise.
3568         * modules/sys_socket: Likewise.
3569         * modules/sys_stat: Likewise.
3570         * modules/sys_time: Likewise.
3571         * modules/sysexits: Likewise.
3572         * modules/time: Likewise.
3573         * modules/unistd: Likewise.
3574         * modules/wchar: Likewise.
3575         * modules/wctype: Likewise.
3576         * modules/sys_stat: Change maintainer to "all".
3577         * modules/unistd: Likewise.
3578
3579 2007-06-20  Karl Berry  <karl@gnu.org>
3580
3581         * config/srclist.txt: track www changes in license files.
3582
3583 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
3584
3585         * build-aux/bootstrap: Remove stray dot.
3586         Make sure build_aux settings are honored when linking
3587         gnulib_extra_files.
3588
3589 2007-06-19  Eric Blake  <ebb9@byu.net>
3590
3591         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
3592         Allow compilation on cygwin.
3593
3594 2007-06-19  Jim Meyering  <jim@meyering.net>
3595
3596         xreadlink-with-size: Remove module.  No longer used.
3597         Ex-callers now use xreadlink or mreadlink-with-size.
3598         * modules/xreadlink-with-size: Remove module.
3599         * lib/xreadlink-with-size.c: Remove file.
3600         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
3601         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
3602         just before the function definition *is* accurate.
3603
3604         Eliminate one way canonicalize_filename_mode could exit.
3605         * lib/canonicalize.c (canonicalize_filename_mode):
3606         Use mreadlink_with_size, not xreadlink_with_size.
3607
3608 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
3609
3610         Detect porting problems to FreeBSD/arm, which has time_t wider than
3611         long int.  Original problem reported for GNU diff by Xin Li in
3612         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
3613         * modules/getdate (Depends-on): Add intprops, verify.
3614         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
3615         is an integer type no wider than long int.
3616
3617 2007-06-18  Jim Meyering  <jim@meyering.net>
3618
3619         New module: mreadlink-with-size.
3620         * MODULES.html.sh: Add mreadlink-with-size.
3621         * modules/mreadlink-with-size: New module
3622         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
3623         not xreadlink-with-size.
3624         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
3625
3626 2007-06-16  Bruno Haible  <bruno@clisp.org>
3627
3628         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
3629         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
3630         Reported by Gary V. Vaughan <gary@gnu.org>.
3631
3632 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
3633
3634         Revamp lchown so that it lives in unistd.h where it belongs.
3635         * lib/lchown.h: Remove.
3636         * lib/dirchownmod.c: Don't include lib/lchown.h.
3637         * lib/fchownat.c: Likewise.
3638         * lib/openat.c: Likewise.
3639         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
3640         does not follow symlinks.
3641         (EOPNOTSUPP): Define if not defined.
3642         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
3643         is defined to 0.
3644         (lchown): New decl.
3645         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
3646         Do not check for lchown decl.
3647         Set REPLACE_LCHOWN.
3648         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
3649         REPLACE_LCHOWN.
3650         * modules/chown: Make it clear it follows symlinks.
3651         * modules/lchown: Make it clear it doesn't follow symlinks.
3652         (Files): Remove lib/lchown.h
3653         (Depends-on): Add unistd.
3654         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
3655         (Include): Include <unistd.h>, not "lchown.h".
3656         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
3657         REPLACE_LCHOWN.
3658
3659 2007-06-15  Jim Meyering  <jim@meyering.net>
3660
3661         Change license (GPL to LGPL) of fsusage and dependents.
3662         * modules/fsusage (License): Change to LGPL.
3663         * modules/full-read (License): Likewise.
3664         * modules/full-write (License): Likewise.
3665         * modules/safe-read (License): Likewise.
3666         * modules/safe-write (License): Likewise.
3667
3668 2007-06-14  Ben Pfaff  <blp@gnu.org>
3669
3670         Missing part of allocsa -> malloca transition.
3671         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
3672         gl_MALLOCA.
3673
3674 2007-06-12  Bruno Haible  <bruno@clisp.org>
3675
3676         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
3677         to ia64, x86_64, i386.
3678         Reported by Eric Blake.
3679
3680 2007-06-12  Bruno Haible  <bruno@clisp.org>
3681
3682         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
3683         cross-compiling to x86_64.
3684
3685 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
3686
3687         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
3688         glitch reported by Ralf Wildenhues in
3689         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
3690
3691         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
3692         Vin Shelton.
3693
3694 2007-06-11  Bruno Haible  <bruno@clisp.org>
3695
3696         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
3697         replacement string.
3698         Reported by Eric Blake.
3699
3700 2007-06-10  Bruno Haible  <bruno@clisp.org>
3701
3702         Prepare vasnprintf code for use with Unicode strings.
3703         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
3704         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
3705         TYPE_U32_STRING.
3706         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
3707         a_u32_string variants.
3708         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
3709         * lib/printf-args.c: Don't include config.h and the specification
3710         header if PRINTF_FETCHARGS is already defined.
3711         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
3712         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
3713         TYPE_U16_STRING, TYPE_U32_STRING.
3714         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
3715         u16_directive, u16_directives, u32_directive, u32_directives): New
3716         types.
3717         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
3718         New declarations.
3719         * lib/printf-parse.c: Don't include config.h and the specification
3720         header if PRINTF_PARSE is already defined. Eliminate the set of
3721         parameters for WIDE_CHAR_VERSION; the user of this file must provide
3722         them now. Include c-ctype.h.
3723         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
3724         directive and CHAR_T_ONLY_ASCII.
3725         * lib/vasnprintf.c: Don't include config.h and the specification header
3726         if VASNPRINTF is already defined.
3727         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
3728         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
3729         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
3730         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
3731         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
3732         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
3733         code accordingly.
3734         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
3735         pad_ourselves also in this case, with the 'c' and 's' directives, and
3736         with a different notion of "width".
3737         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
3738
3739 2007-06-10  Bruno Haible  <bruno@clisp.org>
3740
3741         * modules/unistr/u32-mbsnlen: New file.
3742         * lib/unistr/u32-mbsnlen.c: New file.
3743
3744         * modules/unistr/u16-mbsnlen: New file.
3745         * lib/unistr/u16-mbsnlen.c: New file.
3746
3747         * modules/unistr/u8-mbsnlen: New file.
3748         * lib/unistr/u8-mbsnlen.c: New file.
3749
3750         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
3751         declarations.
3752
3753 2007-06-10  Bruno Haible  <bruno@clisp.org>
3754
3755         * lib/string_.h (mbsnlen): New declaration.
3756         * lib/mbsnlen.c: New file.
3757         * m4/mbsnlen.m4: New file.
3758         * modules/mbsnlen: New file.
3759         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
3760         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
3761         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
3762
3763 2007-06-10  Bruno Haible  <bruno@clisp.org>
3764
3765         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
3766
3767 2007-06-10  Bruno Haible  <bruno@clisp.org>
3768
3769         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
3770         * lib/mbuiter.h: Likewise.
3771
3772 2007-06-10  Bruno Haible  <bruno@clisp.org>
3773
3774         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
3775         declaration.
3776
3777 2007-06-10  Karl Berry  <karl@gnu.org>
3778
3779         * config/srclist.txt: remove gettext entries, Bruno prefers
3780         to update individually.
3781
3782 2007-06-10  Bruno Haible  <bruno@clisp.org>
3783
3784         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
3785         'maxlen'. Ensure only length + width bytes are allocated, not
3786         length + 1 + width.
3787
3788 2007-06-09  Bruno Haible  <bruno@clisp.org>
3789
3790         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
3791         (CHAR_T): Remove macro.
3792         (VASNPRINTF): Update.
3793
3794 2007-06-09  Bruno Haible  <bruno@clisp.org>
3795
3796         * MODULES.html.sh (Unicode string functions): Add the new modules.
3797
3798         * modules/uniconv/u32-conv-to-enc: New file.
3799         * lib/uniconv/u32-conv-to-enc.c: New file.
3800         * modules/uniconv/u32-conv-to-enc-tests: New file.
3801         * tests/uniconv/test-u32-conv-to-enc.c: New file.
3802
3803         * modules/uniconv/u16-conv-to-enc: New file.
3804         * lib/uniconv/u16-conv-to-enc.c: New file.
3805         * lib/uniconv/u-conv-to-enc.h: New file.
3806         * modules/uniconv/u16-conv-to-enc-tests: New file.
3807         * tests/uniconv/test-u16-conv-to-enc.c: New file.
3808
3809         * modules/uniconv/u8-conv-to-enc: New file.
3810         * lib/uniconv/u8-conv-to-enc.c: New file.
3811         * modules/uniconv/u8-conv-to-enc-tests: New file.
3812         * tests/uniconv/test-u8-conv-to-enc.c: New file.
3813
3814         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
3815         u32_conv_to_encoding): New declarations.
3816
3817 2007-06-09  Bruno Haible  <bruno@clisp.org>
3818
3819         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
3820
3821 2007-06-09  Bruno Haible  <bruno@clisp.org>
3822
3823         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
3824         * modules/malloca: Renamed from modules/allocsa, updated.
3825         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
3826         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
3827         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
3828         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
3829         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
3830         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
3831         * modules/xmalloca: Renamed from modules/xallocsa, updated.
3832         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
3833         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
3834         * modules/c-strcasestr (Depends-on): Update.
3835         * lib/c-strcasestr.c: Update.
3836         * modules/c-strstr (Depends-on): Update.
3837         * lib/c-strstr.c: Update.
3838         * modules/canonicalize-lgpl (Depends-on): Update.
3839         * lib/canonicalize-lgpl.c: Update.
3840         * modules/clean-temp (Depends-on): Update.
3841         * lib/clean-temp.c: Update.
3842         * modules/csharpcomp (Depends-on): Update.
3843         * lib/csharpcomp.c: Update.
3844         * modules/csharpexec (Depends-on): Update.
3845         * lib/csharpexec.c: Update.
3846         * modules/javacomp (Depends-on): Update.
3847         * lib/javacomp.c: Update.
3848         * modules/javaexec (Depends-on): Update.
3849         * lib/javaexec.c: Update.
3850         * modules/mbscasestr (Depends-on): Update.
3851         * lib/mbscasestr.c: Update.
3852         * modules/mbsstr (Depends-on): Update.
3853         * lib/mbsstr.c: Update.
3854         * modules/setenv (Depends-on): Update.
3855         * lib/setenv.c: Update.
3856         * modules/strcasestr (Depends-on): Update.
3857         * lib/strcasestr.c: Update.
3858         * modules/striconveha (Depends-on): Update.
3859         * lib/striconveha.c: Update.
3860         * modules/relocatable-prog-wrapper (Files): Update.
3861         * lib/relocwrapper.c: Update.
3862         * build-aux/install-reloc: Update.
3863         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
3864
3865 2007-06-08  Bruno Haible  <bruno@clisp.org>
3866
3867         Port to uClibc.
3868         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
3869         * lib/fpurge.c (fpurge): Likewise.
3870         * lib/freading.c (freading): Likewise.
3871         * lib/fseeko.c (rpl_fseeko): Likewise.
3872         * lib/fseterr.c (fseterr): Likewise.
3873         * lib/fwriting.c (fwriting): Likewise.
3874         * tests/test-fflush.c (main): Avoid a failure on uClibc.
3875
3876 2007-06-08  Bruno Haible  <bruno@clisp.org>
3877
3878         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
3879         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
3880         * modules/gettext (Files): Add m4/intlmacosx.m4.
3881
3882 2007-06-07  Bruno Haible  <bruno@clisp.org>
3883
3884         * modules/localename-tests: New file.
3885         * tests/test-localename.c: New file.
3886
3887         New module 'localename'.
3888         * lib/localename.h: New file.
3889         * lib/localename.c: New file, from GNU gettext.
3890         * m4/localename.m4: New file.
3891         * modules/localename: New file.
3892
3893 2007-06-07  Bruno Haible  <bruno@clisp.org>
3894
3895         Work around the lack of <wchar.h> on some builds of uClibc.
3896         * doc/headers/wchar.texi: Update.
3897         * lib/wchar_.h: Include <wchar.h> only if it exists.
3898         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
3899         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
3900         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
3901         doesn't exist.
3902         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
3903         * modules/mbfile (Depends-on): Add wchar.
3904         * modules/mbiter (Depends-on): Likewise.
3905         * modules/mbuiter (Depends-on): Likewise.
3906         Reported by Simon Josefsson.
3907
3908 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
3909
3910         Work around problem reported by Steven M. Schweda in
3911         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
3912         Tru64 5.1B with the Compaq compiler environment installed declares
3913         an 'isblank' function but does not define it in the C library.
3914         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
3915         * lib/regex_internal.h (isblank): Likewise.
3916         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
3917         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
3918
3919 2007-06-05  Bruno Haible  <bruno@clisp.org>
3920
3921         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
3922         ia64.
3923         * modules/printf-safe: New file.
3924         * modules/fprintf-posix (Depends-on): Add printf-safe.
3925         * modules/printf-posix (Depends-on): Likewise.
3926         * modules/snprintf-posix (Depends-on): Likewise.
3927         * modules/sprintf-posix (Depends-on): Likewise.
3928         * modules/vasnprintf-posix (Depends-on): Likewise.
3929         * modules/vasprintf-posix (Depends-on): Likewise.
3930         * modules/vfprintf-posix (Depends-on): Likewise.
3931         * modules/vprintf-posix (Depends-on): Likewise.
3932         * modules/vsnprintf-posix (Depends-on): Likewise.
3933         * modules/vsprintf-posix (Depends-on): Likewise.
3934         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
3935         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
3936         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
3937         "no" on i386, x86_64, ia64.
3938         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
3939         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
3940         on i386, x86_64, ia64.
3941         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
3942         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
3943         on i386, x86_64, ia64.
3944         * tests/test-vasnprintf-posix.c: Include float.h.
3945         (LDBL80_WORDS): New macro.
3946         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
3947         on i386, x86_64, ia64.
3948         * tests/test-vasprintf-posix.c: Include float.h.
3949         (LDBL80_WORDS): New macro.
3950         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
3951         on i386, x86_64, ia64.
3952         * tests/test-snprintf-posix.c: Include float.h.
3953         * tests/test-sprintf-posix.c: Likewise.
3954         * tests/test-vsnprintf-posix.c: Likewise.
3955         * tests/test-vsprintf-posix.c: Likewise.
3956
3957 2007-06-05  Bruno Haible  <bruno@clisp.org>
3958
3959         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
3960         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
3961         non-IEEE numbers on i386, x86_64, ia64.
3962         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
3963         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
3964         * tests/test-isnanl.h: Include float.h.
3965         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
3966
3967 2007-06-05  Bruno Haible  <bruno@clisp.org>
3968
3969         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
3970         also the %a / %A. Handle the %a / %A code before this extra handling.
3971
3972 2007-06-05  Bruno Haible  <bruno@clisp.org>
3973
3974         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
3975         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
3976
3977 2007-06-05  Bruno Haible  <bruno@clisp.org>
3978
3979         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
3980         typo in variable name.
3981
3982 2007-06-05  Eric Blake  <ebb9@byu.net>
3983
3984         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
3985         Reported by Simon Josefsson.
3986
3987 2007-06-04  Bruno Haible  <bruno@clisp.org>
3988
3989         Avoid test failures on some PowerPC platforms.
3990         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
3991         Define differently for PowerPC.
3992         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
3993         Reported by Gary V. Vaughan <gary@gnu.org>.
3994
3995 2007-06-02  Bruno Haible  <bruno@clisp.org>
3996
3997         Fix test-stdint failure on FreeBSD/ia64.
3998         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
3999         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
4000         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
4001         * doc/headers/stdint.texi: Update.
4002
4003 2007-06-01  Bruno Haible  <bruno@clisp.org>
4004
4005         * tests/test-binary-io.c (main): Pass a third argument to open().
4006         Reported by Gary V. Vaughan <gary@gnu.org>.
4007
4008 2007-06-01  Bruno Haible  <bruno@clisp.org>
4009
4010         * doc/functions/frexpl.texi: Update for mingw.
4011
4012 2007-06-01  Bruno Haible  <bruno@clisp.org>
4013
4014         * tests/test-lseek.c (main): Disable test of errno for invalid third
4015         argument.
4016         * doc/functions/lseek.texi: Update.
4017         Reported by Gary V. Vaughan <gary@gnu.org>.
4018
4019 2007-05-28  Bruno Haible  <bruno@clisp.org>
4020
4021         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
4022
4023 2007-05-31  Eric Blake  <ebb9@byu.net>
4024
4025         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
4026         cross compiling.
4027
4028 2007-05-30  Eric Blake  <ebb9@byu.net>
4029         and Bruno Haible  <bruno@clisp.org>
4030
4031         Work around mingw test failures exposed by m4-1.4.9b.
4032         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
4033         * tests/test-unistd.c: Disable uid_t and git_t tests for the
4034         moment.
4035
4036 2007-05-30  Bruno Haible  <bruno@clisp.org>
4037
4038         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
4039         assuming that they are closed. Needed on HP-UX 11.
4040
4041 2007-05-29  Bruno Haible  <bruno@clisp.org>
4042
4043         Fix a problem with #include_next.
4044         * lib/dirent_.h: Split the double-inclusion guard.
4045         * lib/fcntl_.h: Likewise.
4046         * lib/float_.h: Likewise.
4047         * lib/iconv_.h: Likewise.
4048         * lib/inttypes_.h: Likewise.
4049         * lib/locale_.h: Likewise.
4050         * lib/math_.h: Likewise.
4051         * lib/netinet_in_.h: Likewise.
4052         * lib/search_.h: Likewise.
4053         * lib/signal_.h: Likewise.
4054         * lib/stdint_.h: Likewise.
4055         * lib/stdio_.h: Likewise.
4056         * lib/stdlib_.h: Likewise.
4057         * lib/string_.h: Likewise.
4058         * lib/sys_select_.h: Likewise.
4059         * lib/sys_socket_.h: Likewise.
4060         * lib/sys_stat_.h: Likewise.
4061         * lib/sys_time_.h: Likewise.
4062         * lib/sysexits_.h: Likewise.
4063         * lib/time_.h: Likewise.
4064         * lib/unistd_.h: Likewise.
4065         * lib/wchar_.h: Likewise.
4066         * lib/wctype_.h: Likewise.
4067
4068 2007-05-29  Bruno Haible  <bruno@clisp.org>
4069
4070         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
4071         for the moment.
4072
4073 2007-05-29  Bruno Haible  <bruno@clisp.org>
4074
4075         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
4076         invocation.
4077         Reported by Eric Blake.
4078
4079 2007-05-29  Bruno Haible  <bruno@clisp.org>
4080
4081         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
4082         compiling case.
4083
4084 2007-05-29  Eric Blake  <ebb9@byu.net>
4085             Bruno Haible  <bruno@clisp.org>
4086
4087         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
4088         cross compiles.
4089
4090 2007-05-28  Eric Blake  <ebb9@byu.net>
4091
4092         * modules/closein-tests (test_closein_LDADD): Support test on
4093         cygwin with libtool.
4094
4095 2007-05-28  Bruno Haible  <bruno@clisp.org>
4096
4097         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
4098         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
4099         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
4100         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
4101         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
4102         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
4103         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
4104         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
4105         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
4106
4107 2007-05-28  Eric Blake  <ebb9@byu.net>
4108
4109         Unconditionally include <config.h> in unit tests.
4110         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
4111         * tests/test-allocsa.c, tests/test-arcfour.c,
4112         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
4113         tests/test-array_list.c, tests/test-array_oset.c,
4114         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
4115         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
4116         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
4117         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
4118         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
4119         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
4120         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
4121         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
4122         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
4123         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
4124         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
4125         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
4126         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
4127         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
4128         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
4129         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
4130         test-md5.c, test-memmem.c, test-printf-posix.c,
4131         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
4132         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
4133         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
4134         test-strcasestr.c, test-striconv.c, test-striconveh.c,
4135         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
4136         test-vasnprintf-posix2.c, test-vasnprintf.c,
4137         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
4138         test-vfprintf-posix.c, test-vprintf-posix.c,
4139         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
4140         test-xvasprintf.c: Likewise.
4141
4142 2007-05-28  Bruno Haible  <bruno@clisp.org>
4143
4144         * gnulib-tool (func_import): Remember the --with-tests command-line
4145         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
4146         Reported by Eric Blake.
4147
4148 2007-05-28  Bruno Haible  <bruno@clisp.org>
4149
4150         * modules/ftell-tests: New file.
4151         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
4152         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
4153
4154         * lib/ftell.c: New file.
4155         * modules/ftell: New file.
4156         * m4/ftell.m4: New file.
4157         * doc/functions/ftell.texi: Update.
4158         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
4159         REPLACE_FTELL.
4160         * lib/stdio_.h (rpl_ftell): New declaration.
4161         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
4162         REPLACE_FTELL.
4163
4164 2007-05-28  Eric Blake  <ebb9@byu.net>
4165
4166         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
4167
4168 2007-05-28  Bruno Haible  <bruno@clisp.org>
4169
4170         * modules/fseek-tests: New file.
4171         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
4172         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
4173
4174         * lib/fseek.c: New file.
4175         * modules/fseek: New file.
4176         * m4/fseek.m4: New file.
4177         * doc/functions/fseek.texi: Update.
4178         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
4179         REPLACE_FSEEK.
4180         * lib/stdio_.h (rpl_fseek): New declaration.
4181         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
4182         REPLACE_FSEEK.
4183
4184 2007-05-28  Bruno Haible  <bruno@clisp.org>
4185
4186         * lib/stdio_.h (fflush): More comments.
4187
4188 2007-05-28  Bruno Haible  <bruno@clisp.org>
4189
4190         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
4191         runtime test.
4192
4193 2007-05-28  Eric Blake  <ebb9@byu.net>
4194
4195         Improve lseek module.
4196         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
4197         * lib/unistd_.h (lseek): Scale back link warning message.
4198         * tests/test-lseek.c: Beef up test.
4199         * tests/test-lseek.sh: Exercise more facets of lseek.
4200         Reported by Bruno Haible.
4201
4202 2007-05-28  Bruno Haible  <bruno@clisp.org>
4203
4204         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
4205         to define.
4206
4207 2007-05-27  Bruno Haible  <bruno@clisp.org>
4208
4209         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
4210
4211 2007-05-27  Bruno Haible  <bruno@clisp.org>
4212
4213         * modules/openmp: New file.
4214         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
4215         Noah Misch.
4216
4217 2007-05-26  Bruno Haible  <bruno@clisp.org>
4218
4219         * modules/chdir-long (Depends-on): Add fchdir.
4220         * modules/chdir-safer (Depends-on): Likewise.
4221         * modules/fts (Depends-on): Likewise.
4222         * modules/fts-lgpl (Depends-on): Likewise.
4223         * modules/openat (Depends-on): Likewise.
4224         * modules/savewd (Depends-on): Likewise.
4225
4226 2007-05-24  Eric Blake  <ebb9@byu.net>
4227
4228         Fix lseek on mingw.
4229         * modules/lseek: New module.
4230         * m4/lseek.m4: New file.
4231         * lib/lseek.c: New file.
4232         * modules/lseek-tests: New file.
4233         * tests/test-lseek.c: New file.
4234         * tests/test-lseek.sh: New file.
4235         * MODULES.html.sh: Document lseek module.
4236         * modules/fflush (Depends-on): Add lseek, fseeko.
4237         * modules/fseeko (Depends-on): Likewise.
4238         * modules/ftello (Depends-on): Likewise.
4239         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
4240         broken.
4241         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
4242         broken.
4243         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
4244         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
4245         * lib/ftello.c (rpl_ftello): Likewise.
4246         * tests/test-fseeko.c (main): Test this.
4247         * tests/test-fseeko.sh: Likewise.
4248         * tests/test-ftello.c (main): Likewise.
4249         * tests/test-ftello.sh: Likewise.
4250         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
4251         implies replacing fseek.
4252         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
4253         HAVE_FTELLO.
4254         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
4255         * modules/unistd (Makefile.am): Likewise.
4256         * lib/unistd_.h (lseek): Declare a replacement.
4257         * doc/functions/lseek.texi (lseek): Document this fix.
4258         * doc/functions/fseek.texi (fseek): Likewise.
4259         * doc/functions/ftell.texi (ftell): Likewise.
4260
4261 2007-05-24  Bruno Haible  <bruno@clisp.org>
4262
4263         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
4264         in the printed representation of a NaN.
4265         * tests/test-vasprintf-posix.c (test_function): Likewise.
4266         * tests/test-snprintf-posix.h (test_function): Likewise.
4267         * tests/test-sprintf-posix.h (test_function): Likewise.
4268         Reported by Eric Blake.
4269
4270 2007-05-23  Eric Blake  <ebb9@byu.net>
4271
4272         Fix fseeko/ftello on cygwin 1.5.24.
4273         * doc/functions/fseeko.texi (fseeko): Document the fix.
4274         * doc/functions/ftello.texi (ftello): Document the fix.
4275         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
4276         * doc/functions/stdout.text (stdout): New file.
4277         * doc/functions/stderr.text (stderr): New file.
4278         * doc/gnulib.texi (Function Substitutes): Use new files.
4279         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
4280         prior to 1.7.0.
4281         * tests/test-ftello.c (main): Likewise for ftello.
4282         * tests/test-fseeko.sh: New file.
4283         * tests/test-ftello.sh: New file.
4284         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
4285         with seekable stdin.
4286         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
4287         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
4288         (gl_REPLACE_FSEEKO): New macro.
4289         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
4290         * modules/fseeko (Files): Distribute fseeko.c.
4291         * modules/ftello (Files): Distribute ftello.c.
4292         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
4293         mode.
4294         * lib/ftello.c (rpl_ftello): New file.
4295         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
4296         fseeko, ftello.
4297         (gl_STDIN_LARGE_OFFSET): New macro.
4298         * modules/stdio (Makefile.am): Perform the replacement.
4299         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
4300
4301 2007-05-23  Bruno Haible  <bruno@clisp.org>
4302
4303         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
4304         GNULIB_POSIXCHECK is defined.
4305
4306 2007-05-21  Bruno Haible  <bruno@clisp.org>
4307
4308         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
4309         Check also the output for NaN arguments. When cross-compiling, guess
4310         no on IRIX.
4311         * lib/vasnprintf.c: Update comments.
4312         * tests/test-vasnprintf-posix.c (strisnan): New function.
4313         (test_function): Use it.
4314         * tests/test-vasprintf-posix.c (strisnan): New function.
4315         (test_function): Use it.
4316         * tests/test-snprintf-posix.h (strisnan): New function.
4317         (test_function): Use it.
4318         * tests/test-sprintf-posix.h (strisnan): New function.
4319         (test_function): Use it.
4320         Reported by Eric Blake.
4321
4322 2007-05-20  Bruno Haible  <bruno@clisp.org>
4323
4324         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
4325         numbers that fails on BeOS.
4326         * doc/functions/frexpl.texi: Update.
4327
4328 2007-05-20  Jim Meyering  <jim@meyering.net>
4329
4330         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
4331         forced upon us by glibc-2.6.
4332
4333 2007-05-20  Bruno Haible  <bruno@clisp.org>
4334
4335         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
4336         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
4337         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
4338         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
4339         NEED_PRINTF_INFINITE.
4340         (is_infinitel): New function.
4341         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
4342         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
4343         gl_PREREQ_VASNPRINTF_INFINITE.
4344         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
4345         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4346         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
4347         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
4348         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
4349         gl_PREREQ_VASNPRINTF_INFINITE.
4350         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4351         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4352         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4353         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4354         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4355         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4356         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4357         * doc/functions/fprintf.texi: Update.
4358         * doc/functions/printf.texi: Update.
4359         * doc/functions/snprintf.texi: Update.
4360         * doc/functions/sprintf.texi: Update.
4361         * doc/functions/vfprintf.texi: Update.
4362         * doc/functions/vprintf.texi: Update.
4363         * doc/functions/vsnprintf.texi: Update.
4364         * doc/functions/vsprintf.texi: Update.
4365
4366 2007-05-20  Bruno Haible  <bruno@clisp.org>
4367
4368         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
4369         was not found in libc.
4370         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
4371
4372 2007-05-20  Bruno Haible  <bruno@clisp.org>
4373
4374         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
4375         printed as "-nan" instead of "nan".
4376         * tests/test-vasprintf-posix.c (test_function): Likewise.
4377         * tests/test-snprintf-posix.h (test_function): Likewise.
4378         * tests/test-sprintf-posix.h (test_function): Likewise.
4379         Needed for HP-UX 11.
4380
4381 2007-05-20  Jim Meyering  <jim@meyering.net>
4382
4383         Fix buggy test for the fchownat-deref bug.
4384         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
4385         symlink required for the run-test.  Without it, this test would
4386         always declare that fchownat doesn't work, and client code would
4387         unnecessarily use the replacement function with fixed libc.
4388         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
4389         Reported by Greg Schafer.
4390
4391 2007-05-19  Bruno Haible  <bruno@clisp.org>
4392
4393         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
4394         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
4395         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
4396         Needed for IRIX 6.5 and Solaris 2.5.1.
4397
4398 2007-05-19  Bruno Haible  <bruno@clisp.org>
4399
4400         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
4401         (test_function): Skip tests involving -0.0 on platforms where
4402         -0.0 = 0.0.
4403         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
4404         (test_function): Skip tests involving -0.0 on platforms where
4405         -0.0 = 0.0.
4406         * tests/test-snprintf-posix.h (have_minus_zero): New function.
4407         (test_function): Skip tests involving -0.0 on platforms where
4408         -0.0 = 0.0.
4409         * tests/test-sprintf-posix.h (have_minus_zero): New function.
4410         (test_function): Skip tests involving -0.0 on platforms where
4411         -0.0 = 0.0.
4412         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
4413         tests.
4414         * tests/test-printf-posix.h (test_function): Likewise.
4415         * tests/test-printf-posix.output: Remove all -0.0 related results.
4416         Needed for IRIX 6.5.
4417
4418 2007-05-19  Bruno Haible  <bruno@clisp.org>
4419
4420         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
4421         printed as "nan0x7fffffff" instead of "nan".
4422         * tests/test-vasprintf-posix.c (test_function): Likewise.
4423         * tests/test-snprintf-posix.h (test_function): Likewise.
4424         * tests/test-sprintf-posix.h (test_function): Likewise.
4425         * tests/test-fprintf-posix.h (NaN): Remove macro.
4426         (test_function): Remove all NaN related tests.
4427         * tests/test-printf-posix.h (NaN): Remove macro.
4428         (test_function): Remove all NaN related tests.
4429         * tests/test-printf-posix.output: Remove all NaN related results.
4430         Needed for IRIX 6.5.
4431
4432 2007-05-19  Bruno Haible  <bruno@clisp.org>
4433
4434         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
4435         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
4436
4437 2007-05-19  Bruno Haible  <bruno@clisp.org>
4438
4439         * lib/float_.h: New file.
4440         * m4/float_h.m4: New file.
4441         * modules/float: New file.
4442         * modules/isnanl (Dependencies): Add float.
4443         * modules/isnanl-nolibm (Dependencies): Likewise.
4444         * modules/mathl (Dependencies): Likewise.
4445         * modules/printf-frexpl (Dependencies): Likewise.
4446         * modules/signbit (Dependencies): Likewise.
4447         * modules/vasnprintf (Dependencies): Likewise.
4448         * doc/headers/float.texi: Update.
4449
4450 2007-05-19  Jim Meyering  <jim@meyering.net>
4451
4452         * lib/utimens.c (gl_futimens): Rename from futimens,
4453         now that glibc-2.6 declares futimens.
4454         * lib/utimens.h: Likewise.
4455
4456 2007-05-19  Bruno Haible  <bruno@clisp.org>
4457
4458         Avoid test failures on mingw.
4459         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
4460         * tests/test-printf-posix.sh: Likewise.
4461         * tests/test-vfprintf-posix.sh: Likewise.
4462         * tests/test-vprintf-posix.sh: Likewise.
4463
4464 2007-05-19  Bruno Haible  <bruno@clisp.org>
4465
4466         Fix *printf result for NaN, Inf, -0.0 on mingw.
4467         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
4468         * lib/vasnprintf.c: Include math.h and isnan.h.
4469         (is_infinite_or_zero): New function.
4470         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
4471         values in the %f, %F, %e, %E, %g, %G directives.
4472         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
4473         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4474         gl_PRINTF_INFINITE and test its result. Invoke
4475         gl_PREREQ_VASNPRINTF_INFINITE.
4476         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4477         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4478         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4479         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4480         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4481         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4482         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4483         * doc/functions/fprintf.texi: Update.
4484         * doc/functions/printf.texi: Update.
4485         * doc/functions/snprintf.texi: Update.
4486         * doc/functions/sprintf.texi: Update.
4487         * doc/functions/vfprintf.texi: Update.
4488         * doc/functions/vprintf.texi: Update.
4489         * doc/functions/vsnprintf.texi: Update.
4490         * doc/functions/vsprintf.texi: Update.
4491
4492 2007-05-19  Bruno Haible  <bruno@clisp.org>
4493
4494         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
4495         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
4496         Instead of multiplying with 10^k, set extra_zeroes to k.
4497         (scale10_round_long_double): Remove function.
4498
4499 2007-05-18  Bruno Haible  <bruno@clisp.org>
4500
4501         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
4502         introduced on 2007-05-06.
4503
4504 2007-05-18  Bruno Haible  <bruno@clisp.org>
4505
4506         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
4507         %g directives.
4508         * tests/test-vasprintf-posix.c (test_function): Likewise.
4509         * tests/test-snprintf-posix.h (test_function): Likewise.
4510         * tests/test-sprintf-posix.h (test_function): Likewise.
4511
4512 2007-05-18  Bruno Haible  <bruno@clisp.org>
4513
4514         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
4515         (strmatch): New function.
4516         (test_function): Test the %f directive on numbers of various exponents.
4517         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
4518         (strmatch): New function.
4519         (test_function): Test the %f directive on numbers of various exponents.
4520         * tests/test-snprintf-posix.h (strmatch): New function.
4521         (test_function): Test the %f directive on numbers of various exponents.
4522         * tests/test-sprintf-posix.h (strmatch): New function.
4523         (test_function): Test the %f directive on numbers of various exponents.
4524         * tests/test-snprintf-posix.c (SIZEOF): New macro.
4525         * tests/test-sprintf-posix.c (SIZEOF): New macro.
4526         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
4527         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
4528
4529 2007-05-18  Bruno Haible  <bruno@clisp.org>
4530
4531         Add support for 'long double' number output.
4532         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
4533         * lib/vasnprintf.c: Include math.h and float+.h.
4534         (mp_limb_t): New type.
4535         (GMP_LIMB_BITS): New macro.
4536         (mp_twolimb_t): New type.
4537         (GMP_TWOLIMB_BITS): New macro.
4538         (mpn_t): New type.
4539         (multiply, divide, convert_to_decimal, decode_long_double,
4540         scale10_round_long_double, scale10_round_decimal_long_double,
4541         floorlog10l): New functions.
4542         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
4543         for the %f, %F, %e, %E, %g, %G directives.
4544         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
4545         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4546         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
4547         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
4548         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4549         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4550         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4551         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4552         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4553         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4554         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4555         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
4556         * modules/snprintf-posix (Depends-on): Likewise.
4557         * modules/sprintf-posix (Depends-on): Likewise.
4558         * modules/vasnprintf-posix (Depends-on): Likewise.
4559         * modules/vasprintf-posix (Depends-on): Likewise.
4560         * modules/vfprintf-posix (Depends-on): Likewise.
4561         * modules/vsnprintf-posix (Depends-on): Likewise.
4562         * modules/vsprintf-posix (Depends-on): Likewise.
4563         * modules/vasnprintf (Files): Add lib/float+.h.
4564         * doc/functions/fprintf.texi: Update.
4565         * doc/functions/printf.texi: Update.
4566         * doc/functions/snprintf.texi: Update.
4567         * doc/functions/sprintf.texi: Update.
4568         * doc/functions/vfprintf.texi: Update.
4569         * doc/functions/vprintf.texi: Update.
4570         * doc/functions/vsnprintf.texi: Update.
4571         * doc/functions/vsprintf.texi: Update.
4572
4573 2007-05-18  Bruno Haible  <bruno@clisp.org>
4574
4575         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
4576
4577 2007-05-18  Bruno Haible  <bruno@clisp.org>
4578
4579         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
4580         for printing 64-bit integers. Needed for mingw.
4581
4582 2007-05-18  Bruno Haible  <bruno@clisp.org>
4583
4584         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
4585         gl_FUNC_FREXPL_WORKS.
4586         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
4587
4588 2007-05-18  Bruno Haible  <bruno@clisp.org>
4589
4590         * modules/frexpl-nolibm-tests: New file.
4591
4592         * modules/frexpl-nolibm: New file.
4593         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
4594
4595 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
4596
4597         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
4598         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
4599         GCC 4.2, which otherwise issues a lot of warnings.
4600         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
4601         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
4602         Likewise.
4603         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
4604         * modules/iconv_open (iconv.h): Likewise.
4605         * modules/locale (locale.h): Likewise.
4606         * modules/netinet_in (netinet/in.h): Likewise.
4607         * modules/sys_select (sys_select.h): Likewise.
4608         * modules/sys_socket (sys/socket.h): Likewise.
4609         * modules/sys_stat (sys/stat.h): Likewise.
4610         * modules/sysexits (sysexits.h): Likewise.
4611         * modules/unistd (unistd.h): Likewise.
4612
4613 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4614
4615         * modules/closein-tests (Makefile.am): Distribute
4616         `test-closein.sh'.
4617
4618 2007-05-17  Bruno Haible  <bruno@clisp.org>
4619
4620         * tests/test-printf-posix.output: Renamed from
4621         tests/test-fprintf-posix.out.
4622         * modules/fprintf-posix-tests: Update.
4623         * modules/printf-posix-tests: Update.
4624         * modules/vfprintf-posix-tests: Update.
4625         * modules/vprintf-posix-tests: Update.
4626         * tests/test-fprintf-posix.sh: Update.
4627         * tests/test-printf-posix.sh: Update.
4628         * tests/test-vfprintf-posix.sh: Update.
4629         * tests/test-vprintf-posix.sh: Update.
4630         Reported by Ralf Wildenhues.
4631
4632 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
4633
4634         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
4635         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
4636         GCC 4.2, which otherwise issues a lot of warnings.
4637         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
4638         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
4639         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
4640         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
4641         it should no longer be needed.
4642         * lib/string_.h: Likewise.
4643         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
4644         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
4645         * modules/inttypes (inttypes.h): Likewise.
4646         * modules/math (math.h): Likewise.
4647         * modules/search (search.h): Likewise.
4648         * modules/signal (signal.h): Likewise.
4649         * modules/stdint (stdint.h): Likewise.
4650         * modules/stdio (stdio.h): Likewise.
4651         * modules/stdlib (stdlib.h): Likewise.
4652         * modules/string (string.h): Likewise.
4653         * modules/sys_time (sys/time.h): Likewise.
4654         * modules/time (time.h): Likewise.
4655         * modules/wchar (wchar.h): Likewise.
4656         * modules/wctype (wtype.h): Likewise.
4657
4658 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
4659
4660         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
4661
4662 2007-05-13  Bruno Haible  <bruno@clisp.org>
4663
4664         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
4665         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
4666         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
4667         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
4668         (gl_PREREQ_STRTOK_R): Don't require it here.
4669
4670 2007-05-13  Bruno Haible  <bruno@clisp.org>
4671
4672         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
4673         when used in C++ mode.
4674
4675 2007-05-12  Bruno Haible  <bruno@clisp.org>
4676
4677         * lib/linebuffer.h: Tweak doc.
4678         * lib/linebuffer.c: Likewise.
4679
4680 2007-05-12  James Youngman  <jay@gnu.org>
4681
4682         * lib/linebuffer.c (readlinebuffer_delim): New function,
4683         like readlinebuffer, but use a caller-specified delimiter.
4684         (readlinebuffer): Just call readlinebuffer_delim with '\n'
4685         as the delimiter.
4686         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
4687
4688 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
4689
4690         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
4691         * modules/openat (Files): Remove openat-die.c.
4692         (Depends-on): Add openat-die.
4693         * modules/openat-die: New module.
4694
4695 2007-05-06  Bruno Haible  <bruno@clisp.org>
4696
4697         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
4698         Update with info about Cygwin.
4699         * doc/functions/fprintf.texi: Update.
4700         * doc/functions/printf.texi: Update.
4701         * doc/functions/snprintf.texi: Update.
4702         * doc/functions/sprintf.texi: Update.
4703         * doc/functions/vfprintf.texi: Update.
4704         * doc/functions/vprintf.texi: Update.
4705         * doc/functions/vsnprintf.texi: Update.
4706         * doc/functions/vsprintf.texi: Update.
4707         Reported by Eric Blake.
4708
4709 2007-05-06  Bruno Haible  <bruno@clisp.org>
4710
4711         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
4712         padding ourselves for the floating-point directives.
4713         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
4714         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
4715         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4716         gl_PRINTF_FLAG_ZERO and test its result. Invoke
4717         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
4718         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4719         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
4720         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4721         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4722         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4723         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4724         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4725         * tests/test-snprintf-posix.h (test_function): Also check the width
4726         and some flags in the %f directive.
4727         * tests/test-sprintf-posix.h (test_function): Likewise.
4728         * tests/test-vasnprintf-posix.c (test_function): Likewise.
4729         * tests/test-vasprintf-posix.c (test_function): Likewise.
4730         * doc/functions/fprintf.texi: Update.
4731         * doc/functions/printf.texi: Update.
4732         * doc/functions/snprintf.texi: Update.
4733         * doc/functions/sprintf.texi: Update.
4734         * doc/functions/vfprintf.texi: Update.
4735         * doc/functions/vprintf.texi: Update.
4736         * doc/functions/vsnprintf.texi: Update.
4737         * doc/functions/vsprintf.texi: Update.
4738
4739 2007-05-06  Bruno Haible  <bruno@clisp.org>
4740
4741         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
4742         pass the ' flag character to sprintf or snprintf.
4743         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
4744         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
4745         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4746         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
4747         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
4748         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4749         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
4750         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4751         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4752         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4753         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4754         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4755         * tests/test-snprintf-posix.h (test_function): Also check the grouping
4756         flag.
4757         * tests/test-sprintf-posix.h (test_function): Likewise.
4758         * tests/test-vasnprintf-posix.c (test_function): Likewise.
4759         * tests/test-vasprintf-posix.c (test_function): Likewise.
4760         * doc/functions/fprintf.texi: Update.
4761         * doc/functions/printf.texi: Update.
4762         * doc/functions/snprintf.texi: Update.
4763         * doc/functions/sprintf.texi: Update.
4764         * doc/functions/vfprintf.texi: Update.
4765         * doc/functions/vprintf.texi: Update.
4766         * doc/functions/vsnprintf.texi: Update.
4767         * doc/functions/vsprintf.texi: Update.
4768
4769 2007-05-01  Bruno Haible  <bruno@clisp.org>
4770
4771         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
4772
4773 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
4774
4775         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
4776         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
4777
4778 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
4779
4780         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
4781         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
4782         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
4783
4784 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
4785
4786         * lib/argp-help.c (struct hol_entry): New member `ord'.
4787         (HOL_ENTRY_PTRCMP): Use ord for comparison
4788         (hol_sort): Initialize ord.
4789
4790 2007-05-01  Bruno Haible  <bruno@clisp.org>
4791
4792         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
4793         Reported by Eric Blake.
4794         * doc/gnulib.texi (Function Substitutes): Update.
4795
4796 2007-05-01  Bruno Haible  <bruno@clisp.org>
4797
4798         * doc/functions.texi: Remove file, now redundant through
4799         doc/functions/*.texi.
4800
4801 2007-05-01  Bruno Haible  <bruno@clisp.org>
4802
4803         * modules/argp (Depends-on): Add sleep.
4804
4805 2007-05-01  Bruno Haible  <bruno@clisp.org>
4806
4807         * modules/sleep-tests: New file.
4808         * tests/test-sleep.c: New file.
4809
4810         * modules/sleep: New file.
4811         * lib/sleep.c: New file.
4812         * m4/sleep.m4: New file.
4813         * lib/unistd_.h (sleep): New declaration.
4814         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
4815         HAVE_SLEEP.
4816         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
4817         * doc/functions/sleep.texi: Document the sleep module.
4818
4819 2007-05-01  Bruno Haible  <bruno@clisp.org>
4820
4821         * lib/sigprocmask.h: Remove file.
4822         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
4823         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
4824         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
4825         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
4826         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
4827         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
4828         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
4829         HAVE_SIGSET_T as a shell variable.
4830         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
4831         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
4832         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
4833         (Depends-on): Add signal. Remove verify.
4834         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
4835         (Include): Mention <signal.h> instead of sigprocmask.h.
4836         * NEWS: Mention the change.
4837         * lib/fatal-signal.c: Don't include sigprocmask.h.
4838
4839 2007-05-01  Bruno Haible  <bruno@clisp.org>
4840
4841         * modules/signal: New file.
4842         * lib/signal_.h: New file.
4843         * m4/signal_h.m4: New file.
4844
4845 2007-05-01  Bruno Haible  <bruno@clisp.org>
4846
4847         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
4848         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
4849         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
4850         HAVE_WCTYPE_CTMP_BUG into wctype.h.
4851
4852 2007-05-01  Bruno Haible  <bruno@clisp.org>
4853
4854         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
4855         configure time.
4856         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
4857         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
4858         * modules/sys_stat (Makefile.am): Substitute their values into
4859         sys/stat.h.
4860
4861 2007-05-01  Bruno Haible  <bruno@clisp.org>
4862
4863         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
4864         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
4865         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
4866
4867 2007-05-01  Bruno Haible  <bruno@clisp.org>
4868
4869         * doc/header/assert.texi: Undo last change: don't mention the gnulib
4870         'assert' module here.
4871
4872 2007-05-01  Bruno Haible  <bruno@clisp.org>
4873
4874         * doc/functions/*.texi: New files.
4875         * doc/functions/google-ranking.txt: New file.
4876         * doc/gnulib.texi (Function Substitutes): New chapter.
4877         (ctime, inet_ntoa): Remove sections.
4878         * doc/ctime.texi: Remove file.
4879         * doc/inet_ntoa.texi: Remove file.
4880         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
4881         dependencies.
4882         (%.info): New rule, specifying a --reference-limit.
4883
4884 2007-05-01  Bruno Haible  <bruno@clisp.org>
4885
4886         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
4887
4888 2007-05-01  Bruno Haible  <bruno@clisp.org>
4889
4890         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
4891         the portability of 'mkdir' to mingw systems.
4892
4893 2007-05-01  Bruno Haible  <bruno@clisp.org>
4894
4895         * doc/headers/google-ranking.txt: New file.
4896
4897 2007-04-30  Eric Blake  <ebb9@byu.net>
4898
4899         Prefer fseeko to fseek.
4900         * modules/getpass (Depends-on): Add fseeko.
4901         * lib/getpass.c (getpass): Use fseeko, not fseek.
4902
4903 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
4904
4905         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
4906         assumes the sorting is stable, while most qsort implementations
4907         are not.  Use argument addresses to ensure they never compare as
4908         equal.
4909
4910         * tests/test-argp-2.sh (usage-indent test): Fix output
4911         (func_compare): Restore diff options
4912         * tests/test-argp.c: Restore #include "progname.h"
4913
4914 2007-04-29  Bruno Haible  <bruno@clisp.org>
4915
4916         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
4917         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4918         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
4919         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4920         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
4921         (configure.ac): Define CHECK_SNPRINTF_POSIX.
4922         (TESTS, check_PROGRAMS): Add test-snprintf.
4923         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
4924         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
4925         (TESTS, check_PROGRAMS): Add test-vsnprintf.
4926         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
4927         assertions that fail on HP-UX, OSF/1, or IRIX.
4928         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
4929
4930 2007-04-29  Bruno Haible  <bruno@clisp.org>
4931
4932         * MODULES.html.sh (posix_functions): Remove 'contents'.
4933
4934 2007-04-29  Karl Berry  <karl@gnu.org>
4935
4936         * config/srclist.txt (gendocs_template_min): new entry.
4937
4938 2007-04-29  Bruno Haible  <bruno@clisp.org>
4939
4940         Work around fpurge bug on BSD systems.
4941         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
4942         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
4943         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
4944         fpurge to rpl_fpurge if the system already has this function.
4945         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
4946         the case where the system already has this function. Correct invariants
4947         on BSD systems.
4948         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
4949         BSD systems.
4950
4951 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
4952
4953         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
4954         proposed by Sven Verdoolaege.
4955
4956         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
4957         options.
4958         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
4959         (usage and help tests): Update
4960
4961 2007-04-29  Bruno Haible  <bruno@clisp.org>
4962
4963         * tests/test-fflush.c (main): Use a file of size 17, not 10.
4964         Print more information in case of failure. Disable a test on BeOS.
4965
4966 2007-04-29  Bruno Haible  <bruno@clisp.org>
4967
4968         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
4969         This helps debugging on systems on which no gdb is available.
4970
4971 2007-04-29  Bruno Haible  <bruno@clisp.org>
4972
4973         * lib/freading.h: Improve comments.
4974         * lib/fwriting.h: Likewise.
4975         * tests/test-freading.c (main): Don't check freading immediately after
4976         repositioning. Needed for glibc.
4977
4978 2007-04-29  Bruno Haible  <bruno@clisp.org>
4979
4980         * lib/freading.c (freading): Trivial simplification.
4981
4982 2007-04-28  Bruno Haible  <bruno@clisp.org>
4983
4984         * tests/test-fwriting.c (main): Also test the interaction between
4985         fflush and fwriting.
4986         * modules/fwriting-tests (Depends-on): Add fflush.
4987
4988         * tests/test-freading.c (main): Also test the interaction between
4989         fflush and freading.
4990         * modules/freading-tests (Depends-on): Add fflush.
4991
4992 2007-04-28  Bruno Haible  <bruno@clisp.org>
4993
4994         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
4995         fseeko and ftello.
4996         Suggested by Eric Blake.
4997
4998 2007-04-28  Jim Meyering  <jim@meyering.net>
4999
5000         Avoid false-negative in gl_STDINT_H's C99 conformance test.
5001         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
5002         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
5003
5004 2007-04-27  Eric Blake  <ebb9@byu.net>
5005
5006         * doc/headers/assert.texi (assert.h): Document assert module use.
5007
5008 2007-04-27  Bruno Haible  <bruno@clisp.org>
5009
5010         * doc/headers/*.texi: New files.
5011         * doc/gnulib.texi (Header File Substitutes): New chapter.
5012         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
5013         dependencies.
5014         (standards.info ,standards.html, standards.dvi): Update dependencies.
5015         (mostlyclean, clean): New targets.
5016
5017 2007-04-27  Bruno Haible  <bruno@clisp.org>
5018
5019         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
5020         * modules/sysexits (Files, Makefile.am): Update.
5021
5022         * lib/sys_socket_.h: Renamed from lib/socket_.h.
5023         * modules/sys_socket (Files, Makefile.am): Update.
5024
5025         * lib/sys_stat_.h: Renamed from lib/stat_.h.
5026         * modules/sys_stat (Files, Makefile.am): Update.
5027
5028 2007-04-27  Eric Blake  <ebb9@byu.net>
5029
5030         * lib/freading.h: Improve comments.
5031         * lib/fwriting.h: Likewise.
5032         * lib/fflush.c: Likewise.
5033
5034         Fix closein for mingw.
5035         * modules/closein-tests: Add tests for closein.
5036         * tests/test-closein.c: New file.
5037         * tests/test-closein.sh: Likewise.
5038         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
5039         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
5040
5041 2007-04-27  Bruno Haible  <bruno@clisp.org>
5042
5043         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
5044         version is < 6.
5045         * lib/math_.h [__DECC]: Likewise.
5046         * lib/stdio_.h [__DECC]: Likewise.
5047         * lib/stdlib_.h [__DECC]: Likewise.
5048         * lib/string_.h [__DECC]: Likewise.
5049         * lib/time_.h [__DECC]: Likewise.
5050         * lib/wchar_.h [__DECC]: Likewise.
5051         * lib/wctype_.h [__DECC]: Likewise.
5052
5053 2007-04-27  Bruno Haible  <bruno@clisp.org>
5054
5055         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
5056
5057 2007-04-27  Bruno Haible  <bruno@clisp.org>
5058
5059         * lib/fflush.c: Add comments.
5060         * modules/fpurge-tests (Depends-on): Add fflush.
5061         * modules/freadable-tests (Depends-on): Likewise.
5062         * modules/fwritable-tests (Depends-on): Likewise.
5063
5064 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
5065
5066         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
5067         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
5068         Report by Bruno Haible <bruno@clisp.org>.
5069
5070 2007-04-26  Eric Blake  <ebb9@byu.net>
5071
5072         Fix fflush on mingw.
5073         * modules/fflush (Depends-on): Add freading.
5074         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
5075         but unread data.
5076
5077 2007-04-26  Eric Blake  <ebb9@byu.net>
5078         and Bruno Haible  <bruno@clisp.org>
5079
5080         Implement freading and fwriting.
5081         * lib/freading.c: New file.
5082         * lib/freading.h: Likewise.
5083         * m4/freading.m4: Likewise.
5084         * modules/freading: Likewise.
5085         * modules/freading-tests: Likewise.
5086         * tests/test-freading.c: Likewise.
5087         * lib/fwriting.c: New file.
5088         * lib/fwriting.h: Likewise.
5089         * m4/fwriting.m4: Likewise.
5090         * modules/fwriting: Likewise.
5091         * modules/fwriting-tests: Likewise.
5092         * tests/test-fwriting.c: Likewise.
5093         * MODULES.html.sh (File stream based Input/Output): Mention them.
5094
5095 2007-04-26  Bruno Haible  <bruno@clisp.org>
5096
5097         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
5098         'long' when we assume it.
5099         Suggested by Eric Blake.
5100
5101 2007-04-26  Bruno Haible  <bruno@clisp.org>
5102
5103         Ensure fseeko, ftello are declared on glibc systems.
5104         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
5105         * modules/fseeko (configure.ac-early): Likewise.
5106         * modules/ftello (configure.ac-early): Likewise.
5107         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
5108         AC_FUNC_FSEEKO for this.
5109         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
5110         (gl_CHECK_FSEEKO): Remove macro.
5111
5112 2007-04-26  Bruno Haible  <bruno@clisp.org>
5113
5114         * tests/test-fflush.c (main): Also check the ftell result after
5115         fflush and fseek/fseeko.
5116         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
5117         file descriptor position cache in the stream.
5118         * lib/fseeko.c (rpl_fseeko): Likewise.
5119
5120 2007-04-26  Bruno Haible  <bruno@clisp.org>
5121
5122         * modules/fflush-tests (Depends-on): Add fseeko.
5123
5124 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
5125             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5126
5127         * lib/argz_.h: ensure error_t definition is obtained in same
5128         mechanism system argz.h would have.
5129         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
5130         argz facilities are known bad.  Err on the side of caution if
5131         cross-compiling.
5132
5133 2007-04-25  Eric Blake  <ebb9@byu.net>
5134
5135         * lib/fpurge.c (includes): Use stdlib.h for free.
5136         * tests/test-fflush.c (main): Also test fflush-fseeko.
5137
5138 2007-04-25  Bruno Haible  <bruno@clisp.org>
5139
5140         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
5141         * lib/fseeko.c: New file.
5142         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
5143         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
5144         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
5145         gl_FUNC_FSEEKO.
5146         (gl_FUNC_FSEEKO): Invoke it.
5147         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
5148         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
5149         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
5150
5151 2007-04-25  Bruno Haible  <bruno@clisp.org>
5152
5153         * modules/fflush (Depends-on): Add ftello.
5154
5155 2007-04-25  Bruno Haible  <bruno@clisp.org>
5156
5157         * modules/ftello-tests: New file.
5158         * tests/test-ftello.c: New file.
5159
5160         * modules/ftello: New file.
5161         * m4/ftello.m4: New file.
5162         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
5163         HAVE_FTELLO.
5164         * lib/stdio_.h (ftello): New declaration.
5165         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
5166         HAVE_FTELLO.
5167
5168 2007-04-25  Bruno Haible  <bruno@clisp.org>
5169
5170         * modules/fseeko-tests: New file.
5171         * tests/test-fseeko.c: New file.
5172
5173         * modules/fseeko: New file.
5174         * m4/fseeko.m4: New file.
5175         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
5176         HAVE_FSEEKO.
5177         * lib/stdio_.h (fseeko): New declaration.
5178         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
5179         HAVE_FSEEKO.
5180
5181 2007-04-25  Bruno Haible  <bruno@clisp.org>
5182
5183         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
5184
5185 2007-04-25  Bruno Haible  <bruno@clisp.org>
5186
5187         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
5188         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
5189         * tests/test-unistd.c: Likewise.
5190         * tests/test-fcntl.c: Likewise.
5191
5192 2007-04-23  Eric Blake  <ebb9@byu.net>
5193
5194         * lib/fflush.c: Fix missing include.
5195         Reported by Bruno Haible.
5196
5197 2007-04-23  Bruno Haible  <bruno@clisp.org>
5198
5199         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
5200         Reported by Eric Blake.
5201
5202 2007-04-23  Bruno Haible  <bruno@clisp.org>
5203
5204         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
5205
5206 2007-04-23  Bruno Haible  <bruno@clisp.org>
5207
5208         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
5209
5210 2007-04-23  Bruno Haible  <bruno@clisp.org>
5211
5212         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
5213         Needed on HP-UX 11.
5214
5215 2007-04-16  Eric Blake  <ebb9@byu.net>
5216
5217         Make fflush rely on fpurge.
5218         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
5219         open coding all variants.
5220         * modules/fflush (Depends-on): Add fpurge and unistd.
5221         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
5222         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
5223
5224         Fix --with-tests compilation on cygwin.
5225         * modules/argmatch-tests (Makefile.am): List gnulib library first
5226         in LDADD.
5227         * modules/argp-tests (Makefile.am): Likewise.
5228         * modules/array-list-tests (Makefile.am): Likewise.
5229         * modules/array-oset-tests (Makefile.am): Likewise.
5230         * modules/avltree-list-tests (Makefile.am): Likewise.
5231         * modules/avltree-oset-tests (Makefile.am): Likewise.
5232         * modules/avltreehash-list-tests (Makefile.am): Likewise.
5233         * modules/carray-list-tests (Makefile.am): Likewise.
5234         * modules/dirname-tests (Makefile.am): Likewise.
5235         * modules/frexp-tests (Makefile.am): Likewise.
5236         * modules/isnanl-tests (Makefile.am): Likewise.
5237         * modules/linked-list-tests (Makefile.am): Likewise.
5238         * modules/linkedhash-list-tests (Makefile.am): Likewise.
5239         * modules/lock-tests (Makefile.am): Likewise.
5240         * modules/rbtree-list-tests (Makefile.am): Likewise.
5241         * modules/rbtree-oset-tests (Makefile.am): Likewise.
5242         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
5243         * modules/tls-tests (Makefile.am): Likewise.
5244         * modules/tsearch-tests (Makefile.am): Likewise.
5245         * modules/xvasprintf-tests (Makefile.am): Likewise.
5246
5247         Fix fpurge for cygwin.
5248         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
5249         value.
5250         * modules/fpurge-tests (Depends-on): Clean up trash.
5251
5252 2007-04-16  Simon Josefsson  <simon@josefsson.org>
5253
5254         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
5255
5256         * m4/autobuild.m4: Re-indent.
5257
5258 2007-04-13  Bruno Haible  <bruno@clisp.org>
5259
5260         * modules/fpurge-tests: New file.
5261         * tests/test-fpurge.c: New file.
5262
5263         * modules/fpurge: New file.
5264         * lib/fpurge.h: New file.
5265         * lib/fpurge.c: New file.
5266         * m4/fpurge.m4: New file.
5267
5268 2007-04-13  Bruno Haible  <bruno@clisp.org>
5269
5270         * modules/fbufmode-tests: New file.
5271         * tests/test-fbufmode.c: New file.
5272
5273         * modules/fbufmode: New file.
5274         * lib/fbufmode.h: New file.
5275         * lib/fbufmode.c: New file.
5276         * m4/fbufmode.m4: New file.
5277
5278 2007-04-13  Bruno Haible  <bruno@clisp.org>
5279
5280         * modules/fwritable-tests: New file.
5281         * tests/test-fwritable.c: New file.
5282
5283         * modules/fwritable: New file.
5284         * lib/fwritable.h: New file.
5285         * lib/fwritable.c: New file.
5286         * m4/fwritable.m4: New file.
5287
5288 2007-04-13  Bruno Haible  <bruno@clisp.org>
5289
5290         * modules/freadable-tests: New file.
5291         * tests/test-freadable.c: New file.
5292
5293         * modules/freadable: New file.
5294         * lib/freadable.h: New file.
5295         * lib/freadable.c: New file.
5296         * m4/freadable.m4: New file.
5297
5298 2007-04-13  Bruno Haible  <bruno@clisp.org>
5299
5300         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
5301         MOSTLYCLEANFILES.
5302
5303 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
5304
5305         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
5306         gzip bootstrap.conf to avoid dragging in i18n machinery.
5307         (gnulib_tool_option): Use it.
5308
5309 2007-04-13  Bruno Haible  <bruno@clisp.org>
5310
5311         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
5312         %F directives.
5313         * tests/test-vasprintf-posix.c (test_function): Likewise.
5314         * tests/test-snprintf-posix.h (test_function): Likewise.
5315         * tests/test-sprintf-posix.h (test_function): Likewise.
5316         * tests/test-fprintf-posix.h (test_function): Likewise.
5317         * tests/test-printf-posix.h (test_function): Likewise.
5318         * tests/test-fprintf-posix.out: Likewise.
5319
5320 2007-04-13  Bruno Haible  <bruno@clisp.org>
5321
5322         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
5323         * modules/tls-tests (configure.ac): Likewise.
5324         Reported by Arto C. Nirkko <anirkko@insel.ch>.
5325
5326 2007-04-13  Bruno Haible  <bruno@clisp.org>
5327
5328         * lib/tls.c (glthread_tls_get): Fix return type.
5329         Patch by Arto C. Nirkko <anirkko@insel.ch>.
5330
5331 2007-04-12  Eric Blake  <ebb9@byu.net>
5332
5333         * modules/gettime (Depends-on): Remove gettime.
5334         Reported by Dmitry V. Levin.
5335
5336 2007-04-12  Bruno Haible  <bruno@clisp.org>
5337
5338         * modules/fflush (Include): Mention <stdio.h>.
5339         * modules/strtoimax (Include): Mention <inttypes.h>.
5340         * modules/strtoumax (Include): Likewise.
5341
5342 2007-04-12  Eric Blake  <ebb9@byu.net>
5343
5344         * .cvsignore: New file.
5345         * .gitignore: Likewise.
5346
5347 2007-04-12  Bruno Haible  <bruno@clisp.org>
5348
5349         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
5350         not before, since $(LDADD) often contains libgnu.a.
5351         * modules/striconv-tests (test_striconv_LDADD): Likewise.
5352         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
5353         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
5354         Needed on Cygwin.
5355
5356 2007-04-12  Eric Blake  <ebb9@byu.net>
5357
5358         Work around glibc's failure to flush stdin on fclose.
5359         * lib/closein.c (close_stdin): Flush stdin before closing.
5360
5361         Work around glibc's failure to reset seekable stdin on exit.
5362         * modules/closein: New module.
5363         * lib/closein.c: New file.
5364         * lib/closein.h: Likewise.
5365         * m4/closein.m4: Likewise.
5366         * MODULES.html.sh (File stream based Input/Output): Document it.
5367
5368 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5369
5370         * gnulib-tool: Rename generated 'autobuild' script to
5371         'do-autobuild' in --create-megatestdir output.
5372
5373         * doc/gnulib.texi (Build robot for gnulib): Fix.
5374
5375 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5376
5377         * modules/sysexits (Depends-on): Add absolute-header.
5378
5379 2007-04-12  Eric Blake  <ebb9@byu.net>
5380
5381         No need to preserve errno on success.
5382         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
5383         Reported by Bruno Haible.
5384
5385 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5386
5387         * MODULES.html.sh (Support for maintaining and releasing
5388         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
5389
5390 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5391
5392         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
5393
5394 2007-04-12  Simon Josefsson  <simon@josefsson.org>
5395
5396         * modules/autobuild: New module.
5397
5398         * m4/autobuild.m4: New file.
5399
5400 2007-04-11  Bruno Haible  <bruno@clisp.org>
5401
5402         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
5403         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
5404         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
5405         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
5406         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5407         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5408         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5409         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5410         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5411         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5412         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
5413         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5414         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5415         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
5416         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5417         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5418         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
5419         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5420         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5421         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
5422         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5423         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5424         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
5425         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5426         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5427         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
5428         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
5429         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
5430         Reported by Eric Blake.
5431
5432 2007-04-11  Bruno Haible  <bruno@clisp.org>
5433
5434         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
5435
5436 2007-04-10  Bruno Haible  <bruno@clisp.org>
5437
5438         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
5439         for NaN and Infinity. Needed on FreeBSD 6.1.
5440         * tests/test-vasnprintf-posix.c (test_function): Undo last change
5441         regarding results for "%010a" of Infinity and NaN.
5442         * tests/test-vasprintf-posix.c (test_function): Likewise.
5443         * tests/test-snprintf-posix.h (test_function): Likewise.
5444         * tests/test-sprintf-posix.h (test_function): Likewise.
5445         * tests/test-fprintf-posix.h (test_function): Likewise.
5446         * tests/test-printf-posix.h (test_function): Likewise.
5447         * tests/test-fprintf-posix.out: Likewise.
5448
5449 2007-04-10  Bruno Haible  <bruno@clisp.org>
5450
5451         * modules/locale-tests: New file.
5452         * tests/test-locale.c: New file.
5453
5454         * modules/locale: New file.
5455         * lib/locale_.h: New file.
5456         * m4/locale_h.m4: New file.
5457
5458 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
5459             Bruno Haible  <bruno@clisp.org>
5460
5461         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
5462         be determined, test for availability of the copysignf, copysign,
5463         copysignl functions.
5464         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
5465         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
5466         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
5467
5468 2007-04-09  Eric Blake  <ebb9@byu.net>
5469
5470         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
5471         * modules/stdio (Makefile.am): Support fflush.
5472         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
5473         * modules/fflush: New file.
5474         * lib/fflush.c: Likewise.
5475         * m4/fflush.m4: Likewise.
5476         * modules/fflush-tests: New test.
5477         * tests/test-fflush.c: Likewise.
5478         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
5479
5480 2007-04-06  Bruno Haible  <bruno@clisp.org>
5481
5482         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
5483         (VASNPRINTF): Use signbit for faster determination whether to print a
5484         minus sign.
5485         * modules/vasnprintf (Files): Remove lib/float+.h.
5486         * modules/fprintf-posix (Depends-on): Add signbit.
5487         * modules/snprintf-posix (Depends-on): Likewise.
5488         * modules/sprintf-posix (Depends-on): Likewise.
5489         * modules/vasnprintf-posix (Depends-on): Likewise.
5490         * modules/vasprintf-posix (Depends-on): Likewise.
5491         * modules/vfprintf-posix (Depends-on): Likewise.
5492         * modules/vsnprintf-posix (Depends-on): Likewise.
5493         * modules/vsprintf-posix (Depends-on): Likewise.
5494
5495 2007-04-06  Bruno Haible  <bruno@clisp.org>
5496
5497         * tests/test-frexp.c (main): Test also the sign bit of zero results.
5498         * tests/test-frexpl.c (main): Likewise.
5499         * tests/test-ldexpl.c (main): Likewise.
5500         * modules/frexp-tests (Depends-on): Add signbit.
5501         * modules/frexpl-tests (Depdends-on): Likewise.
5502         * modules/ldexpl-tests (Depdends-on): Likewise.
5503
5504 2007-04-06  Bruno Haible  <bruno@clisp.org>
5505
5506         * modules/signbit-tests: New file.
5507         * tests/test-signbit.c: New file.
5508
5509         * modules/signbit: New file.
5510         * lib/signbitf.c: New file.
5511         * lib/signbitd.c: New file.
5512         * lib/signbitl.c: New file.
5513         * m4/signbit.m4: New file.
5514         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
5515         (signbit): New macro.
5516         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
5517         REPLACE_SIGNBIT.
5518         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
5519         REPLACE_FREXPL into math.h.
5520
5521 2007-04-06  Bruno Haible  <bruno@clisp.org>
5522
5523         * modules/isnanf-nolibm-tests: New file.
5524         * tests/test-isnanf.c: New file.
5525
5526         * modules/isnanf-nolibm: New file.
5527         * lib/isnanf.h: New file.
5528         * lib/isnanf.c: New file.
5529         * lib/isnan.c: Consider the USE_FLOAT macro.
5530         * m4/isnanf.m4: New file.
5531
5532 2007-04-06  Bruno Haible  <bruno@clisp.org>
5533
5534         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
5535         (Link): New section.
5536
5537         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
5538
5539 2007-04-06  Bruno Haible  <bruno@clisp.org>
5540
5541         Assume the 'long double' type.
5542         * m4/longdouble.m4: Remove file.
5543         * config/srclist.txt: Don't mention longdouble.m4.
5544         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
5545         * lib/float+.h: Likewise.
5546         * lib/frexp.c: Likewise.
5547         * lib/printf-args.h: Likewise.
5548         * lib/printf-args.c: Likewise.
5549         * lib/printf-frexp.c: Likewise.
5550         * lib/printf-parse.c: Likewise.
5551         * lib/vasnprintf.c: Likewise.
5552         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
5553         * m4/intl.m4: Likewise.
5554         * m4/isnanl.m4: Likewise.
5555         * m4/printf.m4: Likewise.
5556         * m4/printf-frexpl.m4: Likewise.
5557         * m4/vasnprintf.m4: Likewise.
5558         * modules/allocsa (Files): Remove m4/longdouble.m4.
5559         * modules/gettext (Files): Likewise.
5560         * modules/relocatable-prog-wrapper (Files): Likewise.
5561         * modules/vasnprintf (Files): Likewise.
5562         * modules/isnanl (Files): Likewise.
5563         (Include): Simplify.
5564         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
5565         (Include): Simplify.
5566         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
5567         (Include): Simplify.
5568         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
5569         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5570         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
5571         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5572         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
5573         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5574         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
5575         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5576         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
5577         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5578         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
5579         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
5580         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
5581         * tests/test-isnanl.c: Likewise.
5582         * tests/test-snprintf-posix.h: Likewise.
5583         * tests/test-sprintf-posix.h: Likewise.
5584         * tests/test-vasnprintf-posix.c: Likewise.
5585         * tests/test-vasnprintf-posix2.c: Likewise.
5586         * tests/test-vasprintf-posix.c: Likewise.
5587
5588 2007-04-06  Bruno Haible  <bruno@clisp.org>
5589
5590         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
5591         * lib/math_.h [__DECC]: Include the overridden include file through
5592         #include_next, outside the double-inclusion guard.
5593         * lib/stdio_.h [__DECC]: Likewise.
5594         * lib/stdlib_.h [__DECC]: Likewise.
5595         * lib/string_.h [__DECC]: Likewise.
5596         * lib/time_.h [__DECC]: Likewise.
5597         * lib/wchar_.h [__DECC]: Likewise.
5598         * lib/wctype_.h [__DECC]: Likewise.
5599         * lib/inttypes_.h [__DECC]: Likewise.
5600         Reported by Albert Chin <china@thewrittenword.com> in
5601         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
5602
5603 2007-04-04  Eric Blake  <ebb9@byu.net>
5604
5605         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
5606         1.5.x.
5607
5608 2007-04-04  Bruno Haible  <bruno@clisp.org>
5609
5610         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
5611         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
5612
5613 2007-04-04  Bruno Haible  <bruno@clisp.org>
5614
5615         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
5616         results for "%010a" of Infinity and NaN.
5617         * tests/test-vasprintf-posix.c (test_function): Likewise.
5618         * tests/test-snprintf-posix.h (test_function): Likewise.
5619         * tests/test-sprintf-posix.h (test_function): Likewise.
5620         * tests/test-fprintf-posix.h (test_function): Remove these tests.
5621         * tests/test-printf-posix.h (test_function): Likewise.
5622         * tests/test-fprintf-posix.out: Update.
5623         Needed for FreeBSD 6.1.
5624
5625 2007-04-04  Bruno Haible  <bruno@clisp.org>
5626
5627         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
5628         directly used by the gnulib modules nor by gnulib-tool.
5629
5630 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
5631
5632         * DEPENDENCIES: Give overall description of version dependency
5633         desirability.  Use more-typical names for apps.
5634         Add shell, coreutils, diffutils, grep, tar, gzip.
5635
5636 2007-04-04  Simon Josefsson  <simon@josefsson.org>
5637
5638         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
5639
5640 2007-04-04  Karl Berry  <karl@gnu.org>
5641
5642         * MODULES.html.sh (func_module): missing '.
5643
5644 2007-04-03  Bruno Haible  <bruno@clisp.org>
5645
5646         * modules/argmatch-tests (Makefile.am): New variable
5647         test_argmatch_LDADD.
5648         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
5649         * modules/array-list-tests (Makefile.am): New variable
5650         test_array_list_LDADD.
5651         * modules/array-oset-tests (Makefile.am): New variable
5652         test_array_oset_LDADD.
5653         * modules/avltree-list-tests (Makefile.am): New variable
5654         test_avltree_list_LDADD.
5655         * modules/avltree-oset-tests (Makefile.am): New variable
5656         test_avltree_oset_LDADD.
5657         * modules/avltreehash-list-tests (Makefile.am): New variable
5658         test_avltreehash_list_LDADD.
5659         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
5660         test_canonicalize_lgpl_LDADD.
5661         * modules/carray-list-tests (Makefile.am): New variable
5662         test_carray_list_LDADD.
5663         * modules/dirname-tests (Makefile.am): New variable
5664         test_dirname_LDADD.
5665         * modules/linked-list-tests (Makefile.am): New variable
5666         test_linked_list_LDADD.
5667         * modules/linkedhash-list-tests (Makefile.am): New variable
5668         test_linkedhash_list_LDADD.
5669         * modules/rbtree-list-tests (Makefile.am): New variable
5670         test_rbtree_list_LDADD.
5671         * modules/rbtree-oset-tests (Makefile.am): New variable
5672         test_rbtree_oset_LDADD.
5673         * modules/rbtreehash-list-tests (Makefile.am): New variable
5674         test_rbtreehash_list_LDADD.
5675         * modules/xvasprintf-tests (Makefile.am): New variable
5676         test_xvasprintf_LDADD.
5677         Reported by Eric Blake.
5678
5679 2007-04-03  Eric Blake  <ebb9@byu.net>
5680
5681         * DEPENDENCIES: Weaken m4 requirements.
5682
5683 2007-04-03  Bruno Haible  <bruno@clisp.org>
5684
5685         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
5686         * modules/isnanl-tests (configure.ac): Likewise.
5687
5688 2007-04-03  Ben Pfaff  <blp@gnu.org>
5689
5690         * modules/iconv_open: Add $(srcdir)/ to source directory
5691         references in Makefile fragments that call gperf, to fix VPATH
5692         builds.
5693
5694 2007-04-03  Bruno Haible  <bruno@clisp.org>
5695
5696         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
5697         * lib/ldexpl.c: Undo last change.
5698
5699 2007-04-03  Bruno Haible  <bruno@clisp.org>
5700
5701         * modules/printf-frexpl (Depends-on): Undo last change.
5702         (Files): Add m4/ldexpl.m4.
5703
5704 2007-04-03  Bruno Haible  <bruno@clisp.org>
5705
5706         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
5707         * modules/isnanl (Link): New section.
5708
5709         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
5710         * modules/frexp (Link): New section.
5711
5712         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
5713         * modules/frexpl (Link): New section.
5714
5715         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
5716         * modules/ldexpl (Link): New section.
5717
5718 2007-04-03  Bruno Haible  <bruno@clisp.org>
5719
5720         * modules/TEMPLATE-EXTENDED: New file.
5721         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
5722
5723 2007-04-03  Bruno Haible  <bruno@clisp.org>
5724
5725         * DEPENDENCIES: New file.
5726         Suggested by Simon Josefsson.
5727
5728 2007-04-03  Bruno Haible  <bruno@clisp.org>
5729
5730         * doc/gnulib.texi: Escape @.
5731
5732 2007-04-03  James Youngman  <jay@gnu.org>
5733         and Paul Eggert  <eggert@cs.ucla.edu>
5734
5735         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
5736         birthtime on all systems that have birthtime, not just those which
5737         use st_birthtimensec rather than st_birthtim.  Putting zero in
5738         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
5739         that the birth time is not available for files on an NFS mount.
5740
5741 2007-04-03  Simon Josefsson  <simon@josefsson.org>
5742
5743         * modules/memxor: Move back from crypto/, suggested by Bruno.
5744         * modules/crypto/hmac-sha1: Fix memxor dependency.
5745
5746         * modules/crypto/gc: Moved from ../.
5747
5748 2007-04-02  Eric Blake  <ebb9@byu.net>
5749
5750         * lib/ldexpl.c (includes): Avoid libm.
5751
5752         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
5753
5754 2007-04-02  Bruno Haible  <bruno@clisp.org>
5755
5756         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
5757         on IRIX.
5758
5759 2007-04-02  Bruno Haible  <bruno@clisp.org>
5760
5761         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
5762         x86 or x86_64 platforms running MacOS X.
5763         Reported by Ryan Schmidt <@ryandesign.com>.
5764
5765 2007-04-02  Bruno Haible  <bruno@clisp.org>
5766
5767         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
5768         i386.
5769
5770 2007-04-01  Simon Josefsson  <simon@josefsson.org>
5771
5772         * modules/crypto/arcfour: Moved from ../.
5773         * modules/crypto/arcfour-tests: Moved from ../.
5774         * modules/crypto/arctwo: Moved from ../.
5775         * modules/crypto/arctwo-tests: Moved from ../.
5776         * modules/crypto/des: Moved from ../.
5777         * modules/crypto/des-tests: Moved from ../.
5778         * modules/crypto/gc-arcfour: Moved from ../.
5779         * modules/crypto/gc-arcfour-tests: Moved from ../.
5780         * modules/crypto/gc-arctwo: Moved from ../.
5781         * modules/crypto/gc-arctwo-tests: Moved from ../.
5782         * modules/crypto/gc-des: Moved from ../.
5783         * modules/crypto/gc-des-tests: Moved from ../.
5784         * modules/crypto/gc-hmac-md5: Moved from ../.
5785         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
5786         * modules/crypto/gc-hmac-sha1: Moved from ../.
5787         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
5788         * modules/crypto/gc-md2: Moved from ../.
5789         * modules/crypto/gc-md2-tests: Moved from ../.
5790         * modules/crypto/gc-md4: Moved from ../.
5791         * modules/crypto/gc-md4-tests: Moved from ../.
5792         * modules/crypto/gc-md5: Moved from ../.
5793         * modules/crypto/gc-md5-tests: Moved from ../.
5794         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
5795         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
5796         * modules/crypto/gc-random: Moved from ../.
5797         * modules/crypto/gc-rijndael: Moved from ../.
5798         * modules/crypto/gc-rijndael-tests: Moved from ../.
5799         * modules/crypto/gc-sha1: Moved from ../.
5800         * modules/crypto/gc-sha1-tests: Moved from ../.
5801         * modules/crypto/gc-tests: Moved from ../.
5802         * modules/crypto/hmac-md5: Moved from ../.
5803         * modules/crypto/hmac-md5-tests: Moved from ../.
5804         * modules/crypto/hmac-sha1: Moved from ../.
5805         * modules/crypto/hmac-sha1-tests: Moved from ../.
5806         * modules/crypto/md2: Moved from ../.
5807         * modules/crypto/md2-tests: Moved from ../.
5808         * modules/crypto/md4: Moved from ../.
5809         * modules/crypto/md4-tests: Moved from ../.
5810         * modules/crypto/md5: Moved from ../.
5811         * modules/crypto/md5-tests: Moved from ../.
5812         * modules/crypto/memxor: Moved from ../.
5813         * modules/crypto/rijndael: Moved from ../.
5814         * modules/crypto/rijndael-tests: Moved from ../.
5815         * modules/crypto/sha1: Moved from ../.
5816
5817 2007-03-30  James Youngman  <jay@gnu.org>
5818
5819         * tests/test-stat-time.c (prepare_test): use chmod() rather than
5820         rename() to change the ctime of a file (because ctime is unaffected
5821         by rename on jfs2 on AIX 5.1).
5822         (main): Start by doing cleanup, in case a previous run failed leaving
5823         test files behind.
5824
5825 2007-03-31  Bruno Haible  <bruno@clisp.org>
5826
5827         Support old proprietary implementations of iconv.
5828         * modules/iconv_open: New file.
5829         * lib/iconv_.h: New file.
5830         * m4/iconv_h.m4: New file.
5831         * lib/iconv_open.c: New file.
5832         * lib/iconv_open-aix.gperf: New file.
5833         * lib/iconv_open-hpux.gperf: New file.
5834         * lib/iconv_open-irix.gperf: New file.
5835         * lib/iconv_open-osf.gperf: New file.
5836         * m4/iconv_open.m4: New file.
5837         * modules/linebreak (Depends-on): Add iconv_open.
5838         * modules/striconv (Depends-on): Likewise.
5839         * modules/striconveh (Depends-on): Likewise.
5840         * modules/unicodeio (Depends-on): Likewise.
5841         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
5842         (iconv_t)(-1).
5843         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
5844         conversion if cd is (iconv_t)(-1).
5845         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
5846         is not possible.
5847
5848 2007-03-31  Bruno Haible  <bruno@clisp.org>
5849
5850         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
5851         work on Solaris either. Protect also second use of "autodetect_jp".
5852
5853 2007-03-31  Bruno Haible  <bruno@clisp.org>
5854
5855         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
5856         the function is not present.
5857
5858 2007-03-31  Bruno Haible  <bruno@clisp.org>
5859
5860         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
5861         the function is not present.
5862
5863 2007-03-31  Bruno Haible  <bruno@clisp.org>
5864
5865         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
5866         a bug in HP-UX iconv_open().
5867
5868 2007-03-31  Bruno Haible  <bruno@clisp.org>
5869
5870         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
5871         (Mathematics <math.h>): New section, add fpieee.
5872         (Input/output <stdio.h>): Add fseterr.
5873         (Mathematics <math.h>): New section, add printf-frexp.
5874         (Container data structures): Add sublist.
5875         (Core language properties): Add fpucw, inline.
5876         (Functions for greatest-width integer types <inttypes.h>): Add
5877         imaxabs, imaxdiv, inttypes.
5878         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
5879         isnanl-nolibm, ldexp.
5880         (Mathematics <math.h>): New section, add printf-frexpl.
5881         (Support for systems lacking POSIX:2001): Add fprintf-posix,
5882         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
5883         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
5884         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
5885         (Unicode string functions): Add unistr/u*-mbtoucr.
5886         (Java): Add javacomp-script, javaexec-script.
5887         (C#): Add csharpcomp-script, csharpexec-script.
5888         (Support for building libraries and executables): Add havelib,
5889         relocatable-*.
5890         (Support for maintaining and releasing projects): Renamed from
5891         'Support for maintaining and release projects'. Add announce-gen.
5892
5893 2007-03-31  Bruno Haible  <bruno@clisp.org>
5894
5895         * README: Talk primarily about git.
5896         (git and CVS): Renamed from CVS.
5897         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
5898         gnulib is available through git.
5899         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
5900
5901 2007-03-30  Bruno Haible  <bruno@clisp.org>
5902
5903         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
5904         * lib/poll_.h: Likewise.
5905         * lib/stat_.h: Likewise.
5906         * lib/sys_time_.h: Likewise.
5907         * lib/sysexit_.h: Likewise.
5908         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
5909         * lib/stdbool_.h: Likewise.
5910         * lib/byteswap_.h: Add double-inclusion guard.
5911
5912 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
5913
5914         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
5915
5916 2007-03-30  Karl Berry  <karl@gnu.org>
5917
5918         * config/srclist-update: double space after USA in the license
5919         substitution, since that's how it's usually (?) written.
5920
5921 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
5922
5923         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
5924         reported by Bruno Haible.
5925
5926 2007-03-29  Bruno Haible  <bruno@clisp.org>
5927
5928         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
5929         a bug in AIX iconv().
5930
5931 2007-03-29  Bruno Haible  <bruno@clisp.org>
5932
5933         * modules/ldexpl-tests: New file.
5934         * tests/test-ldexpl.c: New file.
5935
5936 2007-03-29  Bruno Haible  <bruno@clisp.org>
5937
5938         * lib/ldexpl.c: Include fpucw.h.
5939         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
5940         multiplication.
5941         * modules/ldexpl (Depends-on): Add fpucw.
5942
5943 2007-03-29  Bruno Haible  <bruno@clisp.org>
5944
5945         * modules/ldexpl: New file.
5946         * m4/ldexpl.m4: New file.
5947         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
5948         set.
5949         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
5950         REPLACE_LDEXPL.
5951         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
5952         REPLACE_LDEXPL.
5953         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
5954         gl_FUNC_LDEXPL_WORKS.
5955         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
5956         * modules/mathl (Files): Remove lib/ldexpl.c.
5957         (Depends-on): Add ldexpl.
5958
5959 2007-03-29  Bruno Haible  <bruno@clisp.org>
5960
5961         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
5962
5963 2007-03-29  Bruno Haible  <bruno@clisp.org>
5964
5965         * tests/test-striconveh.c (main): Don't assume that a direct conversion
5966         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
5967         and possibly also HP-UX.
5968         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
5969         work on AIX, IRIX, HP-UX, OSF/1.
5970         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
5971         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
5972         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
5973         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
5974         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
5975         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
5976
5977 2007-03-29  Bruno Haible  <bruno@clisp.org>
5978
5979         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
5980
5981 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
5982
5983         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
5984         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
5985
5986 2007-03-29  Eric Blake  <ebb9@byu.net>
5987
5988         * lib/acl-internal.h: Remove redundant include.
5989         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
5990         Cygwin when a file is locked.
5991
5992 2007-03-29  Bruno Haible  <bruno@clisp.org>
5993
5994         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
5995         file.
5996         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
5997
5998 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
5999
6000         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
6001         try to remove a parent directory if the child couldn't be removed
6002         (except for the first rmdir, which could fail because the child
6003         doesn't exist).  Problem reported by Jeff Blaine in
6004         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
6005
6006 2007-03-28  Bruno Haible  <bruno@clisp.org>
6007
6008         * lib/striconveh.c (utf8conv_carefully): New function.
6009         (mem_cd_iconveh_internal): Invoke it.
6010
6011 2007-03-28  Bruno Haible  <bruno@clisp.org>
6012
6013         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
6014         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
6015         input.
6016         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
6017         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
6018         unistr/u8-uctomb.
6019
6020 2007-03-28  Bruno Haible  <bruno@clisp.org>
6021
6022         * modules/unistr/u8-mbtoucr: New file.
6023         * lib/unistr/u8-mbtoucr.c: New file.
6024         * modules/unistr/u16-mbtoucr: New file.
6025         * lib/unistr/u16-mbtoucr.c: New file.
6026         * modules/unistr/u16-mbtoucr: New file.
6027         * lib/unistr/u16-mbtoucr.c: New file.
6028         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
6029
6030 2007-03-27  Simon Josefsson  <simon@josefsson.org>
6031             Bruno Haible  <bruno@clisp.org>
6032
6033         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
6034         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
6035         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
6036
6037         * m4/stdio_h.m4: Add stubs for vasprintf too.
6038
6039         * modules/stdio: Support vasprintf in sed command.
6040
6041         * modules/vasprintf: Depend on stdio for prototypes.  Remove
6042         vasprintf.h.  Add stdio module indicator.
6043
6044         * lib/stdio_.h: Declare asprintf and vasprintf, based on
6045         vasprintf.h.
6046
6047         * lib/vasprintf.h: File removed.
6048
6049         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
6050         * lib/vasprintf.c: Ditto.
6051         * lib/xvasprintf.c: Ditto.
6052         * tests/test-vasprintf-posix.c: Ditto.
6053         * tests/test-vasprintf.c: Ditto.
6054
6055 2007-03-27  Bruno Haible  <bruno@clisp.org>
6056
6057         Make vasnprintf multithread-safe.
6058         * lib/vasnprintf.c (decimal_point_char): New function.
6059         (VASNPRINTF): Use it.
6060         Suggested by Simon Josefsson.
6061
6062 2007-03-27  Eric Blake  <ebb9@byu.net>
6063
6064         Support sub-second birthtime on cygwin.
6065         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
6066         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
6067         (get_stat_birthtime): Also work with st_birthtim.
6068
6069 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
6070
6071         * lib/stat-time.h (USE_BIRTHTIME): Remove.
6072         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
6073         (get_stat_birthtime_ns): Do not try to use "spare" fields.
6074         (get_stat_birthtime_ns): Simplify compile-time tests.
6075         (get_stat_birthtime): Change the API to look like
6076         get_stat_mtime etc., except return a negative tv_nsec on error.
6077         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
6078         Don't check for "spare" fields.
6079         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
6080         or for struct stat.st_birthtime, as these tests aren't used.
6081         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
6082
6083 2007-03-27  Bruno Haible  <bruno@clisp.org>
6084
6085         * lib/stat-time.h: Include <sys/stat.h>.
6086
6087 2007-03-27  James Youngman  <jay@gnu.org>
6088
6089         * lib/stat-time.h (get_stat_birthtime): New function for
6090           retrieving st_birthtime as provided by UFS2 (hence *BSD).
6091         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
6092           and its variants.
6093         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
6094         * modules/stat-time-test: New file.
6095         * tests/test-stat-time.c: New test, devised by Bruno Haible.
6096
6097 2007-03-26  Bruno Haible  <bruno@clisp.org>
6098
6099         Better support of signalling NaNs.
6100         * lib/atanl.c: Include isnanl.h.
6101         (atanl): Perform test for NaN at the beginning of the function and
6102         through a call to isnanl.
6103         * lib/cosl.c: Include isnanl.h.
6104         (cosl): Perform test for NaN at the beginning of the function and
6105         through a call to isnanl.
6106         * lib/ldexpl.c: Include isnanl.h.
6107         (ldexpl): Perform test for NaN through a call to isnanl.
6108         * lib/logl.c: Include isnanl.h.
6109         (logl): Perform test for NaN at the beginning of the function and
6110         through a call to isnanl.
6111         * lib/sinl.c: Include isnanl.h.
6112         (sinl): Perform test for NaN at the beginning of the function and
6113         through a call to isnanl.
6114         * lib/sqrtl.c: Include isnanl.h.
6115         (sqrtl): Perform test for NaN at the beginning of the function and
6116         through a call to isnanl.
6117         * lib/tanl.c: Include isnanl.h.
6118         (tanl): Perform test for NaN at the beginning of the function and
6119         through a call to isnanl.
6120         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
6121         * modules/mathl (Depends-on): Add isnanl.
6122
6123 2007-03-26  Eric Blake  <ebb9@byu.net>
6124
6125         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
6126         regression in logic sense of previous patch.
6127
6128 2007-03-26  Bruno Haible  <bruno@clisp.org>
6129
6130         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
6131         unportable shell command "if ! ...".
6132         Reported by Ralf Wildenhues.
6133
6134 2007-03-25  Bruno Haible  <bruno@clisp.org>
6135
6136         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
6137         <sysexits.h> file, and only add EX_CONFIG.
6138         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
6139         absolute file name and whether it is sufficient. Substitute also
6140         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
6141         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
6142         ABSOLUTE_SYSEXITS_H into sysexits.h.
6143
6144 2007-03-25  Bruno Haible  <bruno@clisp.org>
6145
6146         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
6147         hints is NULL.
6148
6149 2007-03-25  Bruno Haible  <bruno@clisp.org>
6150
6151         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
6152         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
6153
6154 2007-03-25  Bruno Haible  <bruno@clisp.org>
6155
6156         * lib/vasnprintf.c: Include langinfo.h.
6157         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
6158         multithread-safe.
6159         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
6160         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
6161         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
6162         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6163         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6164         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6165         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6166         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
6167         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6168         Reported by Simon Josefsson.
6169
6170 2007-03-25  Bruno Haible  <bruno@clisp.org>
6171
6172         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
6173         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
6174         * modules/vasnprintf (Depends-on): Add stdint.
6175
6176 2007-03-25  Bruno Haible  <bruno@clisp.org>
6177
6178         * modules/fpieee: New file.
6179         * m4/fpieee.m4: New file.
6180         * modules/isnan-nolibm (Depends-on): Add fpieee.
6181         * modules/isnanl-nolibm (Depends-on): Add fpieee.
6182         * modules/isnanl (Depends-on): Add fpieee.
6183
6184 2007-03-25  Bruno Haible  <bruno@clisp.org>
6185
6186         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
6187
6188 2007-03-25  Bruno Haible  <bruno@clisp.org>
6189
6190         Avoid test failures on IRIX 6.5.
6191         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
6192         (main): Use it.
6193         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
6194         macros.
6195         (main): Use them.
6196
6197 2007-03-25  Bruno Haible  <bruno@clisp.org>
6198
6199         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
6200         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
6201         exists but doesn't work.
6202         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
6203         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
6204         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
6205         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
6206
6207 2007-03-25  Bruno Haible  <bruno@clisp.org>
6208
6209         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
6210         returns inf. Needed on IRIX 6.5.
6211
6212 2007-03-25  Bruno Haible  <bruno@clisp.org>
6213
6214         * tests/test-frexpl.c: Include isnanl-nolibm.h.
6215         (main): Use isnanl instead of x != x idiom.
6216         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
6217
6218         * tests/test-frexp.c: Include isnan.h.
6219         (main): Use isnan instead of x != x idiom.
6220         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
6221
6222 2007-03-25  Bruno Haible  <bruno@clisp.org>
6223
6224         * tests/test-frexp.c (NaN): New function/macro.
6225         (main): Use it instead of 0.0 / 0.0.
6226         * tests/test-isnan.c (NaN): New function/macro.
6227         (main): Use it instead of 0.0 / 0.0.
6228         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
6229         (test_function): Use it instead of 0.0 / 0.0.
6230         * tests/test-vasprintf-posix.c (NaN): New function/macro.
6231         (test_function): Use it instead of 0.0 / 0.0.
6232         * tests/test-snprintf-posix.h (NaN): New function/macro.
6233         (test_function): Use it instead of 0.0 / 0.0.
6234         * tests/test-sprintf-posix.h (NaN): New function/macro.
6235         (test_function): Use it instead of 0.0 / 0.0.
6236         * tests/test-fprintf-posix.h (NaN): New function/macro.
6237         (test_function): Use it instead of 0.0 / 0.0.
6238         * tests/test-printf-posix.h (NaN): New function/macro.
6239         (test_function): Use it instead of 0.0 / 0.0.
6240
6241         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
6242
6243 2007-03-25  Bruno Haible  <bruno@clisp.org>
6244
6245         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
6246
6247 2007-03-25  Bruno Haible  <bruno@clisp.org>
6248
6249         * lib/regexec.c (merge_state_with_log): Make static.
6250
6251 2007-03-25  Bruno Haible  <bruno@clisp.org>
6252
6253         * lib/trigl.c (kernel_rem_pio2): Make static.
6254
6255 2007-03-25  Bruno Haible  <bruno@clisp.org>
6256
6257         * lib/sincosl.c (sincosl_table): Make static.
6258
6259 2007-03-25  Bruno Haible  <bruno@clisp.org>
6260
6261         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
6262         if the compiler does not support C99.
6263
6264 2007-03-25  Bruno Haible  <bruno@clisp.org>
6265
6266         * modules/time (Makefile.am): Ensure all rule action lines start with a
6267         tab.
6268
6269 2007-03-24  Bruno Haible  <bruno@clisp.org>
6270
6271         * modules/tsearch-tests: New file.
6272         * tests/test-tsearch.sh: New file.
6273         * tests/test-tsearch.c: New file, mostly copied from glibc.
6274
6275         * modules/search-tests: New file.
6276         * tests/test-search.c: New file.
6277
6278         * modules/search: New file.
6279         * lib/search_.h: New file, incorporating lib/tsearch.h.
6280         * m4/search_h.m4: New file.
6281         * lib/tsearch.h: Remove file.
6282         * lib/tsearch.c: Include search.h instead of tsearch.h.
6283         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
6284         HAVE_TSEARCH.
6285         * modules/tsearch (Files): Remove lib/tsearch.h.
6286         (Depends-on): Add search.
6287         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
6288         (Include): Change tsearch.h into search.h.
6289
6290 2007-03-24  Bruno Haible  <bruno@clisp.org>
6291
6292         * modules/fpucw: New file.
6293         * lib/fpucw.h: New file.
6294         * lib/frexp.c: Include fpucw.h.
6295         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
6296         (FUNC): Use them.
6297         * lib/printf-frexp.c: Include fpucw.h.
6298         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
6299         (FUNC): Use them.
6300         * lib/vasnprintf.c: Include fpucw.h.
6301         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
6302         'long double' calculations.
6303         * tests/test-frexpl.c: Include fpucw.h.
6304         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
6305         * tests/test-printf-frexpl.c: Include fpucw.h.
6306         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
6307         * modules/frexpl (Depends-on): Add fpucw.
6308         * modules/printf-frexpl (Depends-on): Likewise.
6309         * modules/fprintf-posix (Depends-on): Likewise.
6310         * modules/snprintf-posix (Depends-on): Likewise.
6311         * modules/sprintf-posix (Depends-on): Likewise.
6312         * modules/vasnprintf-posix (Depends-on): Likewise.
6313         * modules/vasprintf-posix (Depends-on): Likewise.
6314         * modules/vfprintf-posix (Depends-on): Likewise.
6315         * modules/vsnprintf-posix (Depends-on): Likewise.
6316         * modules/vsprintf-posix (Depends-on): Likewise.
6317         * modules/frexpl-tests (Depends-on): Likewise.
6318         * modules/printf-frexpl-tests (Depends-on): Likewise.
6319
6320 2007-03-24  Bruno Haible  <bruno@clisp.org>
6321
6322         * lib/float+.h: New file.
6323         * lib/isnan.c: Include float+.h.
6324         (SIZE): New macro.
6325         (FUNC): Compare only SIZE bytes of the value.
6326         * lib/vasnprintf.c: Include float+.h.
6327         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
6328         SIZEOF_LDBL or SIZEOF_DBL bytes.
6329         * modules/isnan-nolibm (Files): Add lib/float+.h.
6330         * modules/isnanl-nolibm (Files): Add lib/float+.h.
6331         * modules/isnanl (Files): Add lib/float+.h.
6332         * modules/vasnprintf (Files): Add lib/float+.h.
6333
6334 2007-03-24  Bruno Haible  <bruno@clisp.org>
6335
6336         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
6337         include isnanl-nolibm.h.
6338
6339 2007-03-24  Bruno Haible  <bruno@clisp.org>
6340
6341         * tests/test-read-file.c (main): Don't produce spurious output for
6342         expected situations. Make the test fail if it encountered unexpected
6343         results.
6344
6345 2007-03-24  Bruno Haible  <bruno@clisp.org>
6346
6347         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
6348         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
6349
6350 2007-03-24  Bruno Haible  <bruno@clisp.org>
6351
6352         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
6353
6354 2007-03-24  Bruno Haible  <bruno@clisp.org>
6355
6356         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
6357         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
6358
6359         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
6360         * modules/utf8-ucs4: Turn into a symbolic link to module
6361         unistr/u8-mbtouc.
6362
6363         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
6364         utf8-ucs4-unsafe.
6365         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
6366         unistr/u8-mbtouc-unsafe.
6367
6368         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
6369         * modules/utf16-ucs4: Turn into a symbolic link to module
6370         unistr/u16-mbtouc.
6371
6372         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
6373         utf16-ucs4-unsafe.
6374         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
6375         unistr/u16-mbtouc-unsafe.
6376
6377         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
6378         * modules/ucs4-utf8: Turn into a symbolic link to module
6379         unistr/u8-ubtomb.
6380
6381         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
6382         * modules/ucs4-utf16: Turn into a symbolic link to module
6383         unistr/u16-ubtomb.
6384
6385 2007-03-24  Bruno Haible  <bruno@clisp.org>
6386
6387         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
6388         Enable the function only if HAVE_INLINE.
6389         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
6390         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
6391         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
6392         Enable the function only if HAVE_INLINE.
6393         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
6394         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
6395         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
6396         Enable the function only if HAVE_INLINE.
6397         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
6398         Enable the function only if HAVE_INLINE.
6399         * modules/utf8-ucs4: Update.
6400         * modules/utf8-ucs4-unsafe: Update.
6401         * modules/utf16-ucs4: Update.
6402         * modules/utf16-ucs4-unsafe: Update.
6403         * modules/ucs4-utf8: Update.
6404         * modules/ucs4-utf16: Update.
6405
6406 2007-03-24  Bruno Haible  <bruno@clisp.org>
6407
6408         * lib/utf8-ucs4.h: Remove file.
6409         * lib/utf8-ucs4-unsafe.h: Remove file.
6410         * lib/utf16-ucs4.h: Remove file.
6411         * lib/utf16-ucs4-unsafe.h: Remove file.
6412         * lib/ucs4-utf8.h: Remove file.
6413         * lib/ucs4-utf16.h: Remove file.
6414         * lib/unistr.h: Include their previous contents.
6415         * m4/utf-ucs4.m4: Remove file.
6416         * m4/ucs4-utf.m4: Remove file.
6417         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
6418         (Depends-on): Add unistr/base.
6419         (configure.ac): Remove gl_UTF_UCS4.
6420         (Makefile.am): Update.
6421         (Include): Change to unistr.h.
6422         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
6423         (Depends-on): Add unistr/base.
6424         (configure.ac): Remove gl_UTF_UCS4.
6425         (Makefile.am): Update.
6426         (Include): Change to unistr.h.
6427         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
6428         (Depends-on): Add unistr/base.
6429         (configure.ac): Remove gl_UTF_UCS4.
6430         (Makefile.am): Update.
6431         (Include): Change to unistr.h.
6432         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
6433         (Depends-on): Add unistr/base.
6434         (configure.ac): Remove gl_UTF_UCS4.
6435         (Makefile.am): Update.
6436         (Include): Change to unistr.h.
6437         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
6438         (Depends-on): Add unistr/base.
6439         (configure.ac): Remove gl_UCS4_UTF.
6440         (Makefile.am): Update.
6441         (Include): Change to unistr.h.
6442         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
6443         (Depends-on): Add unistr/base.
6444         (configure.ac): Remove gl_UCS4_UTF.
6445         (Makefile.am): Update.
6446         (Include): Change to unistr.h.
6447         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
6448         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
6449         utf8-ucs4-unsafe.h.
6450         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
6451         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
6452         utf16-ucs4-unsafe.h.
6453         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
6454         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
6455         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
6456         * lib/unistr/u8-strchr.c: Likewise.
6457         * lib/unistr/u8-strrchr.c: Likewise.
6458         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
6459         * lib/unistr/u16-strchr.c: Likewise.
6460         * lib/unistr/u16-strrchr.c: Likewise.
6461         * lib/striconveh.c: Update.
6462         * lib/linebreak.c: Update.
6463
6464 2007-03-24  Bruno Haible  <bruno@clisp.org>
6465
6466         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
6467         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
6468
6469 2007-03-22  Bruno Haible  <bruno@clisp.org>
6470
6471         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
6472
6473 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
6474
6475         * MODULES.html.sh (File system functions): New module write-any-file.
6476         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
6477         * m4/write-any-file.m4: New files.
6478
6479 2007-03-23  Eric Blake  <ebb9@byu.net>
6480
6481         * gnulib-tool: Rearrange space-tab sequences, since some editors
6482         like to eat them.
6483
6484 2007-03-23  Eric Blake  <ebb9@byu.net>
6485
6486         * lib/version-etc.c (version_etc_va): Update license wording to
6487         be more concise.  Recommended by Richard Stallman.
6488
6489 2007-03-22  Bruno Haible  <bruno@clisp.org>
6490
6491         * lib/poll.c (MSG_PEEK): New fallback definition.
6492
6493 2007-03-22  Bruno Haible  <bruno@clisp.org>
6494
6495         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
6496         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
6497         (main): Update.
6498         Fixes a compilation error on BeOS.
6499
6500 2007-03-22  Bruno Haible  <bruno@clisp.org>
6501
6502         * modules/frexpl-tests: New file.
6503         * tests/test-frexpl.c: New file.
6504
6505         * modules/frexpl: New file.
6506         * m4/frexpl.m4: New file.
6507         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
6508         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
6509         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
6510         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
6511         (Depends-on): Add frexpl. Remove isnanl-nolibm.
6512         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
6513
6514 2007-03-22  Bruno Haible  <bruno@clisp.org>
6515
6516         * lib/frexpl.c: Share code with lib/frexp.c.
6517         * modules/mathl (Files): Add lib/frexp.c.
6518         (Depends-on): Add isnanl-nolibm.
6519
6520 2007-03-22  Bruno Haible  <bruno@clisp.org>
6521
6522         * modules/printf-frexp (Files): Add m4/frexp.m4.
6523         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
6524         only if the found frexp function actually works.
6525
6526 2007-03-22  Bruno Haible  <bruno@clisp.org>
6527
6528         * lib/frexp.c: Remove older implementation that uses divisions.
6529
6530 2007-03-21  Bruno Haible  <bruno@clisp.org>
6531
6532         * modules/frexp-tests: New file.
6533         * tests/test-frexp.c: New file.
6534
6535         * modules/frexp: New file.
6536         * lib/frexp.c: New file.
6537         * m4/frexp.m4: New file.
6538         * lib/math_.h (frexp): New declaration.
6539         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
6540         REPLACE_FREXP.
6541         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
6542
6543 2007-03-21  Bruno Haible  <bruno@clisp.org>
6544
6545         * modules/isnanl-tests: New file.
6546         * tests/test-isnanl.c: New file.
6547
6548         * modules/isnanl: New file.
6549         * lib/isnanl.h: New file.
6550         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
6551         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
6552         gl_FUNC_ISNANL_WORKS.
6553         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
6554         New macros.
6555
6556 2007-03-21  Bruno Haible  <bruno@clisp.org>
6557
6558         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
6559         lib/isnanl.h.
6560         (Include): Update.
6561         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
6562         * lib/vasnprintf.c: Update.
6563         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
6564         tests/test-isnanl.h, remove tests/test-isnanl.c.
6565         (Makefile.am): Update.
6566         * tests/test-isnanl-nolibm.c: New file.
6567         * tests/test-isnanl.h: New file.
6568         * tests/test-isnanl.c: Remove file.
6569
6570 2007-03-21  Jim Meyering  <jim@meyering.net>
6571
6572         When trying to open ".", treat ESTALE like EACCES.
6573         * lib/savewd.c (savewd_save): Resort to forking not just upon
6574         failure with EACCES, but also when errno is ESTALE.
6575
6576 2007-03-20  Bruno Haible  <bruno@clisp.org>
6577
6578         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
6579         Needed on AIX 5.1. Reported by Matthew Woehlke.
6580
6581 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6582
6583         Suggestions by Bruno Haible:
6584         * lib/acl-internal.h: Include "gettext.h" rather than rolling
6585         our own.
6586         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
6587         * modules/acl (Depends-on): Add gettext.
6588
6589 2007-03-19  Bruno Haible  <bruno@clisp.org>
6590
6591         * modules/iconvme: Remove file.
6592         * lib/iconvme.h: Remove file.
6593         * lib/iconvme.c: Remove file.
6594         * m4/iconvme.m4: Remove file.
6595
6596 2007-03-19  Bruno Haible  <bruno@clisp.org>
6597
6598         * doc/relocatable-maint.texi: Break long shell script line.
6599         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
6600
6601 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6602
6603         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
6604         handle file_has_acl.
6605         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
6606         * lib/acl.c: Move header inclusions and related macro defns into
6607         lib/acl-internal.h.
6608         (S_ISLNK): Remove defn, since that's now done for us.
6609         (file_has_acl): Move to lib/file-has-acl.c.
6610         Call acl_trivial if available.  This is the crucial part of the fix.
6611         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
6612         shared within the library.  Rewrite a bit, partly to make it compatible
6613         with the GNU coding style.
6614         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
6615         Remove unnecessary double-quotes.
6616         Don't test for acl_to_text; the build will catch that.
6617         Replace acl_entries if it doesn't exist and it is needed.
6618         Check for -lsec and acl_trivial (as used on Solaris 10).
6619         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
6620         lib/file-has-acl.c.
6621         (Depends-on): Add sys_stat, for S_ISLNK.
6622
6623 2007-03-19  Ben Pfaff  <blp@gnu.org>
6624
6625         * doc/gnulib.texi: Fix typos.
6626         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
6627
6628 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
6629
6630         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
6631         If size is zero here, buf must be zero.
6632
6633 2007-03-19  Simon Josefsson  <simon@josefsson.org>
6634
6635         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
6636         <bruno@clisp.org>.
6637
6638 2007-03-18  Bruno Haible  <bruno@clisp.org>
6639
6640         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
6641         Suggested by Eric Blake.
6642
6643 2007-03-18  Ben Pfaff  <blp@gnu.org>
6644
6645         * doc/relocatable.texi: Recommend using as prefix a directory
6646         that does not exist and will never be created.  Based on
6647         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
6648         and others.
6649
6650 2007-03-17  Bruno Haible  <bruno@clisp.org>
6651
6652         * lib/fchownat.c: Include lchown.h.
6653
6654 2007-03-17  Bruno Haible  <bruno@clisp.org>
6655
6656         Fix endless loop when the given allocated size was > INT_MAX.
6657         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
6658         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
6659         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
6660         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
6661         * lib/sprintf.c (sprintf): Likewise.
6662
6663 2007-03-17  Bruno Haible  <bruno@clisp.org>
6664
6665         * tests/test-argp-2.sh (func_compare): Output a context diff.
6666
6667 2007-03-17  Bruno Haible  <bruno@clisp.org>
6668
6669         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
6670         locale's decimal-point character.
6671
6672 2007-03-17  Bruno Haible  <bruno@clisp.org>
6673
6674         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
6675         before comparing it. Needed because on some platforms (e.g. x86) a
6676         'long double' occupies less bytes than sizeof (long double).
6677
6678 2007-03-17  Bruno Haible  <bruno@clisp.org>
6679
6680         * tests/test-crc.c (main): Make printf statements 64-bit clean.
6681         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
6682         * tests/test-getaddrinfo.c (simple): Likewise.
6683         * tests/test-read-file.c (main): Likewise.
6684
6685 2007-03-17  Bruno Haible  <bruno@clisp.org>
6686
6687         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
6688
6689 2007-03-17  Bruno Haible  <bruno@clisp.org>
6690
6691         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
6692         unused variable.
6693
6694 2007-03-17  Bruno Haible  <bruno@clisp.org>
6695
6696         * tests/test-c-strcasecmp.c: Include c-strcase.h.
6697         * tests/test-c-strncasecmp.c: Likewise.
6698
6699 2007-03-17  Bruno Haible  <bruno@clisp.org>
6700
6701         * modules/stdlib (Depends-on): Add unistd.
6702         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
6703         Needed for MacOS X 10.3.
6704
6705 2007-03-17  Bruno Haible  <bruno@clisp.org>
6706
6707         * lib/unistr/u-strdup.h: Include <stdlib.h>.
6708
6709 2007-03-17  Bruno Haible  <bruno@clisp.org>
6710
6711         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
6712
6713 2007-03-17  Bruno Haible  <bruno@clisp.org>
6714
6715         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
6716         to reflect files copied from gnulib (with or without modifications).
6717         Suggested by Jim Meyering.
6718
6719 2007-03-17  Eric Blake  <ebb9@byu.net>
6720
6721         * NEWS: Document stdlib change from 2007-02-18.
6722
6723 2007-03-17  Jim Meyering  <jim@meyering.net>
6724
6725         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
6726         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
6727         someone uses a name containing shell meta-characters.
6728         Reported by Alfred M. Szmidt.
6729
6730         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
6731
6732 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
6733
6734         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
6735         and copy gettext configuration files only if configure.ac contains
6736         a use of AM_GNU_GETTEXT_VERSION.
6737
6738 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
6739
6740         * build-aux/bootstrap (gnulib_name): New variable.
6741         (gnulib_tool_options): Use it.
6742
6743 2007-03-13  Simon Josefsson  <simon@josefsson.org>
6744
6745         * tests/test-des.c: Use new namespace.
6746
6747 2007-03-15  Bruno Haible  <bruno@clisp.org>
6748
6749         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
6750         Reported by James Youngman <jay@gnu.org>.
6751
6752 2007-03-15  Bruno Haible  <bruno@clisp.org>
6753
6754         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
6755         declared prototype. Needed with cc on OSF/1 5.1.
6756
6757 2007-03-15  Bruno Haible  <bruno@clisp.org>
6758
6759         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
6760         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
6761         (struct gl_list_implementation): Add dispose_fn argument to the
6762         'create_empty', 'create' methods.
6763         (struct gl_list_impl_base): Add field 'dispose_fn'.
6764         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
6765         argument.
6766         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
6767         dispose_fn argument.
6768         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
6769         dispose_fn on the dropped values.
6770         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
6771         dispose_fn argument.
6772         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
6773         dropped values.
6774         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
6775         (gl_tree_remove_node): Call dispose_fn on the dropped value.
6776         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
6777         (gl_tree_remove_node): Call dispose_fn on the dropped value.
6778         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
6779         argument.
6780         (gl_tree_list_free): Call dispose_fn on the dropped values.
6781         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
6782         the dropped values.
6783         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
6784         Add dispose_fn argument.
6785         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
6786         Call dispose_fn on the dropped values.
6787         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
6788         Add dispose_fn argument.
6789         (gl_sublist_create): Initialize the 'dispose_fn' field.
6790         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
6791         * tests/test-array_list.c (main): Update.
6792         * tests/test-carray_list.c (main): Update.
6793         * tests/test-avltree_list.c (main): Update.
6794         * tests/test-rbtree_list.c (main): Update.
6795         * tests/test-avltreehash_list.c (main): Update.
6796         * tests/test-rbtreehash_list.c (main): Update.
6797         * tests/test-linked_list.c (main): Update.
6798         * tests/test-linkedhash_list.c (main): Update.
6799         * tests/test-array_oset.c (main): Update.
6800
6801 2007-03-15  Bruno Haible  <bruno@clisp.org>
6802
6803         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
6804         (gl_oset_create_empty): Add dispose_fn argument.
6805         (struct gl_oset_implementation): Add dispose_fn argument to
6806         'create_empty' method.
6807         (struct gl_oset_impl_base): Add dispose_fn field.
6808         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
6809         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
6810         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
6811         values.
6812         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
6813         (gl_tree_oset_free): Call dispose_fn on the dropped values.
6814         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
6815         dropped value.
6816         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
6817         dropped value.
6818         * tests/test-array_oset.c (main): Update.
6819         * tests/test-avltree_oset.c (main): Update.
6820         * tests/test-rbtree_oset.c (main): Update.
6821         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
6822
6823 2007-03-13  Bruno Haible  <bruno@clisp.org>
6824
6825         * tests/test-stdbool.c (i): Update after last patch.
6826
6827 2007-03-12  Bruno Haible  <bruno@clisp.org>
6828
6829         * lib/quotearg.c: Include <wctype.h> early, before the definition of
6830         the iswprint macro. Needed on Solaris 2.5.1.
6831
6832 2007-03-12  Bruno Haible  <bruno@clisp.org>
6833
6834         * tests/test-printf-frexp.c (main): Declare x as volatile.
6835
6836 2007-03-12  Simon Josefsson  <simon@josefsson.org>
6837
6838         * doc/gnulib.texi (Build robot for gnulib): New section.
6839
6840 2007-03-12  Jim Meyering  <jim@meyering.net>
6841
6842         * build-aux/bootstrap: New file.
6843         * build-aux/bootstrap.conf: New file, from coreutils.
6844
6845 2007-03-11  Bruno Haible  <bruno@clisp.org>
6846
6847         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
6848
6849 2007-03-12  Simon Josefsson  <simon@josefsson.org>
6850
6851         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
6852         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
6853         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
6854
6855 2007-03-11  Bruno Haible  <bruno@clisp.org>
6856
6857         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
6858         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
6859
6860 2007-03-11  Bruno Haible  <bruno@clisp.org>
6861
6862         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
6863         formula. Needed for SunPRO C 5.0.
6864
6865 2007-03-11  Bruno Haible  <bruno@clisp.org>
6866
6867         * modules/long-options (Depends-on): Add getopt.
6868
6869 2007-03-11  Bruno Haible  <bruno@clisp.org>
6870
6871         * modules/modechange (Depends-on): Add stdbool.
6872
6873 2007-03-11  Bruno Haible  <bruno@clisp.org>
6874
6875         * modules/i-ring (Depends-on): Add stdbool.
6876
6877 2007-03-11  Bruno Haible  <bruno@clisp.org>
6878
6879         * modules/gc-des (Depends-on): Add stdbool.
6880
6881 2007-03-11  Bruno Haible  <bruno@clisp.org>
6882
6883         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
6884
6885 2007-03-11  Bruno Haible  <bruno@clisp.org>
6886
6887         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
6888
6889 2007-03-11  Bruno Haible  <bruno@clisp.org>
6890
6891         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
6892
6893 2007-03-11  Bruno Haible  <bruno@clisp.org>
6894
6895         * lib/vasnprintf.c (sprintf): Undefine.
6896
6897 2007-03-11  Bruno Haible  <bruno@clisp.org>
6898
6899         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
6900         initializers in SunPRO C and Compaq C compilers.
6901
6902 2007-03-11  Bruno Haible  <bruno@clisp.org>
6903
6904         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
6905         decrementing code ANSI C compliant.
6906
6907 2007-03-11  Bruno Haible  <bruno@clisp.org>
6908
6909         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
6910         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
6911
6912 2007-03-11  Bruno Haible  <bruno@clisp.org>
6913
6914         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
6915         <stdbool.h> substitute doesn't pass.
6916
6917 2007-03-11  Bruno Haible  <bruno@clisp.org>
6918
6919         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
6920
6921 2007-03-11  Bruno Haible  <bruno@clisp.org>
6922
6923         * gnulib-tool (func_create_megatestdir): Create also an autobuild
6924         script, for submission to autobuild.josefsson.org.
6925
6926 2007-03-10  Bruno Haible  <bruno@clisp.org>
6927
6928         * modules/canonicalize-lgpl-tests: New file.
6929         * tests/test-canonicalize-lgpl.sh: New file.
6930         * tests/test-canonicalize-lgpl.c: New file.
6931
6932         * modules/c-strcase-tests: New file.
6933         * tests/test-c-strcase.sh: New file.
6934         * tests/test-c-strcasecmp.c: New file.
6935         * tests/test-c-strncasecmp.c: New file.
6936
6937         * modules/atexit-tests: New file.
6938         * tests/test-atexit.sh: New file.
6939         * tests/test-atexit.c: New file.
6940
6941 2007-03-10  Bruno Haible  <bruno@clisp.org>
6942
6943         * tests/test-binary-io.sh: Use temporary filenames that are not so
6944         likely to clash with those of other tests (in a parallel make).
6945         * tests/test-binary-io.c: Likewise.
6946
6947 2007-03-10  Bruno Haible  <bruno@clisp.org>
6948
6949         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
6950         fallback; use #error instead.
6951         Suggested by Simon Josefsson.
6952
6953 2007-03-10  Bruno Haible  <bruno@clisp.org>
6954
6955         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
6956         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
6957         first and the last.
6958
6959 2007-03-10  Bruno Haible  <bruno@clisp.org>
6960
6961         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
6962
6963 2007-03-10  Bruno Haible  <bruno@clisp.org>
6964
6965         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
6966         "make distcheck".
6967         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
6968         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
6969         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
6970
6971 2007-03-10  Bruno Haible  <bruno@clisp.org>
6972
6973         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
6974         variable.
6975         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
6976         variable.
6977
6978 2007-03-09  Eric Blake  <ebb9@byu.net>
6979         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
6980
6981         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
6982         types are not being provided by gnulib.
6983         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
6984         types are supported.
6985
6986 2007-03-10  Bruno Haible  <bruno@clisp.org>
6987
6988         * lib/stdio_.h (__attribute__): New macro.
6989         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
6990         vsprintf): Specify __attribute__ __format__ for GCC.
6991         Suggested by Eric Blake.
6992
6993 2007-03-09  Bruno Haible  <bruno@clisp.org>
6994
6995         * modules/printf-posix-tests: New file.
6996         * tests/test-printf-posix.sh: New file.
6997         * tests/test-printf-posix.c: New file.
6998
6999         * modules/printf-posix: New file.
7000         * lib/printf.c: New file.
7001         * m4/printf-posix-rpl.m4: New file.
7002         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
7003         REPLACE_PRINTF.
7004         * lib/stdio_.h (printf): New declaration.
7005         (format, __format__, ____printf____, ____scanf____, ____strftime____,
7006         ____strfmon____): New macros.
7007         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
7008         REPLACE_PRINTF.
7009
7010 2007-03-09  Bruno Haible  <bruno@clisp.org>
7011
7012         * tests/test-vasnprintf-posix2.sh: New file.
7013         * tests/test-vasnprintf-posix2.c: New file.
7014         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
7015         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
7016         (Makefile.am): Activate test-vasnprintf-posix2.sh.
7017
7018         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
7019         a locale dependent decimal point, rather than always '.'.
7020
7021 2007-03-09  Eric Blake  <ebb9@byu.net>
7022
7023         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
7024         spite of platforms like Tandem/NSK that define it to -1.
7025
7026 2007-03-08  Bruno Haible  <bruno@clisp.org>
7027
7028         * modules/vprintf-posix-tests: New file.
7029         * tests/test-vprintf-posix.sh: New file.
7030         * tests/test-vprintf-posix.c: New file.
7031         * tests/test-printf-posix.h: New file.
7032
7033         * modules/vprintf-posix: New file.
7034         * lib/vprintf.c: New file.
7035         * m4/vprintf-posix.m4: New file.
7036         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
7037         REPLACE_VPRINTF.
7038         * lib/stdio_.h (vprintf): New declaration.
7039         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
7040         REPLACE_VPRINTF.
7041
7042 2007-03-08  Bruno Haible  <bruno@clisp.org>
7043
7044         * modules/fprintf-posix-tests: New file.
7045         * tests/test-fprintf-posix.sh: New file.
7046         * tests/test-fprintf-posix.c: New file.
7047
7048         * modules/fprintf-posix: New file.
7049         * lib/fprintf.c: New file.
7050         * m4/fprintf-posix.m4: New file.
7051         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
7052         REPLACE_FPRINTF.
7053         * lib/stdio_.h (fprintf): New declaration.
7054         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
7055         REPLACE_FPRINTF.
7056
7057 2007-03-08  Bruno Haible  <bruno@clisp.org>
7058
7059         * modules/vfprintf-posix-tests: New file.
7060         * tests/test-vfprintf-posix.sh: New file.
7061         * tests/test-vfprintf-posix.c: New file.
7062         * tests/test-fprintf-posix.h: New file.
7063         * tests/test-fprintf-posix.out: New file.
7064
7065         * modules/vfprintf-posix: New file.
7066         * lib/vfprintf.c: New file.
7067         * m4/vfprintf-posix.m4: New file.
7068         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
7069         REPLACE_VFPRINTF.
7070         * lib/stdio_.h (vfprintf): New declaration.
7071         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
7072         REPLACE_VFPRINTF.
7073
7074 2007-03-08  Bruno Haible  <bruno@clisp.org>
7075
7076         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
7077
7078 2007-03-08  Bruno Haible  <bruno@clisp.org>
7079
7080         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
7081         instead of 'expr' invocations.
7082         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7083         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7084         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7085         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7086         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7087         Suggested by Paul Eggert.
7088
7089 2007-03-08  Bruno Haible  <bruno@clisp.org>
7090
7091         * modules/fseterr-tests: New file.
7092         * tests/test-fseterr.c: New file.
7093
7094         * modules/fseterr: New file.
7095         * lib/fseterr.h: New file.
7096         * lib/fseterr.c: New file.
7097
7098 2007-03-08  Bruno Haible  <bruno@clisp.org>
7099
7100         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
7101         * lib/getopt_.h: Likewise.
7102         * lib/mbswidth.h: Likewise.
7103         * lib/setenv.h: Likewise.
7104         * lib/vasnprintf.h: Likewise.
7105         * lib/vasprintf.h: Likewise.
7106         * lib/verror.h: Likewise.
7107         * lib/xsetenv.h: Likewise.
7108         * lib/xvasprintf.h: Likewise.
7109
7110 2007-03-08  Jim Meyering  <jim@meyering.net>
7111
7112         * users.txt: Add parted.
7113
7114         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
7115
7116 2007-03-07  Bruno Haible  <bruno@clisp.org>
7117
7118         * m4/printf.m4: Make the shell script snippets copy&pastable.
7119
7120 2007-03-02  Bruno Haible  <bruno@clisp.org>
7121
7122         * lib/netinet_in_.h: New file.
7123         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
7124         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
7125         * modules/netinet_in (Files): Add lib/netinet_in_.h.
7126         (Depends-on): Add absolute-header.
7127         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
7128         into netinet/in.h.
7129
7130 2007-03-03  Bruno Haible  <bruno@clisp.org>
7131
7132         * lib/sys_select_.h: New file.
7133         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
7134         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
7135         * modules/sys_select (Files): Add lib/sys_select_.h.
7136         (Depends-on): Add absolute-header.
7137         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
7138         into sys/select.h.
7139
7140 2007-03-02  Bruno Haible  <bruno@clisp.org>
7141
7142         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
7143         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
7144         values.
7145         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
7146         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
7147         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
7148         * modules/sys_socket (Depends-on): Add absolute-header.
7149         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
7150         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
7151         (Include): Remove requirement of inclusion of <sys/types.h>.
7152
7153 2007-03-02  Bruno Haible  <bruno@clisp.org>
7154
7155         * lib/byteswap_.h (bswap_32): Fix formula.
7156
7157 2007-03-06  Bruno Haible  <bruno@clisp.org>
7158
7159         * modules/sprintf-posix-tests: New file.
7160         * tests/test-sprintf-posix.c: New file.
7161
7162         * modules/sprintf-posix: New file.
7163         * lib/sprintf.c: New file.
7164         * m4/sprintf-posix.m4: New file.
7165         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
7166         REPLACE_SPRINTF.
7167         * lib/stdio_.h (sprintf): New declaration.
7168         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
7169         REPLACE_SPRINTF.
7170
7171 2007-03-06  Bruno Haible  <bruno@clisp.org>
7172
7173         * modules/vsprintf-posix-tests: New file.
7174         * tests/test-vsprintf-posix.c: New file.
7175         * tests/test-sprintf-posix.h: New file.
7176
7177         * modules/vsprintf-posix: New file.
7178         * lib/vsprintf.c: New file.
7179         * m4/vsprintf-posix.m4: New file.
7180         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
7181         REPLACE_VSPRINTF.
7182         * lib/stdio_.h (vsprintf): New declaration.
7183         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
7184         REPLACE_VSPRINTF.
7185
7186 2007-03-06  Bruno Haible  <bruno@clisp.org>
7187
7188         * modules/vsnprintf (Depend-on): Remove minmax.
7189
7190 2007-03-06  Bruno Haible  <bruno@clisp.org>
7191
7192         * modules/snprintf-posix-tests: New file.
7193         * tests/test-snprintf-posix.c: New file.
7194
7195         * modules/snprintf-posix: New file.
7196         * m4/snprintf-posix.m4: New file.
7197         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
7198         gl_FUNC_SNPRINTF.
7199         (gl_FUNC_SNPRINTF): Invoke it.
7200         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
7201         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
7202         is set.
7203         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
7204
7205 2007-03-06  Bruno Haible  <bruno@clisp.org>
7206
7207         * modules/vsnprintf-posix-tests: New file.
7208         * tests/test-vsnprintf-posix.c: New file.
7209         * tests/test-snprintf-posix.h: New file.
7210
7211         * modules/vsnprintf-posix: New file.
7212         * m4/vsnprintf-posix.m4: New file.
7213         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
7214         gl_FUNC_VSNPRINTF.
7215         (gl_FUNC_VSNPRINTF): Invoke it.
7216         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
7217         * lib/stdio_.h (vsnprintf): Define as a replacement if
7218         REPLACE_VSNPRINTF is set.
7219         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
7220
7221 2007-03-06  Bruno Haible  <bruno@clisp.org>
7222
7223         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
7224         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
7225
7226 2007-03-06  Bruno Haible  <bruno@clisp.org>
7227
7228         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
7229         (asinl): Declare also if HAVE_DECL_ASINL is set.
7230         (atanl): Declare also if HAVE_DECL_ATANL is set.
7231         (ceill): Declare also if HAVE_DECL_CEILL is set.
7232         (cosl): Declare also if HAVE_DECL_COSL is set.
7233         (expl): Declare also if HAVE_DECL_EXPL is set.
7234         (floorl): Declare also if HAVE_DECL_FLOORL is set.
7235         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
7236         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
7237         (logl): Declare also if HAVE_DECL_LOGL is set.
7238         (sinl): Declare also if HAVE_DECL_SINL is set.
7239         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
7240         (tanl): Declare also if HAVE_DECL_TANL is set.
7241         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
7242         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
7243         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
7244         declaration of frexpl, ldexpl.
7245         * modules/printf-frexpl (Depends-on): Add math.
7246         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
7247
7248 2007-03-05  Bruno Haible  <bruno@clisp.org>
7249
7250         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
7251         frexpl and ldexpl are declared.
7252         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
7253
7254 2007-03-05  Bruno Haible  <bruno@clisp.org>
7255
7256         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
7257         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
7258
7259 2007-03-05  Bruno Haible  <bruno@clisp.org>
7260
7261         * lib/stdio_.h: Include <stddef.h>.
7262
7263 2007-03-05  Bruno Haible  <bruno@clisp.org>
7264
7265         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
7266
7267 2007-03-05  Bruno Haible  <bruno@clisp.org>
7268
7269         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
7270         NetBSD 4, from Ralf Wildenhues.
7271
7272 2007-03-04  Bruno Haible  <bruno@clisp.org>
7273
7274         * lib/vasprintf.h: Update #if logic for the case when the functions
7275         exist but are overridden.
7276
7277 2007-03-04  Bruno Haible  <bruno@clisp.org>
7278
7279         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
7280         implementations: glibc-2.4 and MacOS X 10.3.
7281         * tests/test-vasnprintf-posix.c (test_function): Test also the case
7282         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
7283         * tests/test-vasprintf-posix.c (test_function): Likewise.
7284
7285 2007-03-04  Bruno Haible  <bruno@clisp.org>
7286
7287         * modules/vasprintf-posix-tests: New file.
7288         * tests/test-vasprintf-posix.c: New file.
7289
7290         * modules/vasprintf-posix: New file.
7291         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
7292         defined.
7293         * m4/vasprintf-posix.m4: New file.
7294         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
7295         gl_FUNC_VASPRINTF.
7296         (gl_FUNC_VASPRINTF): Invoke it.
7297         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
7298         here.
7299         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
7300
7301 2007-03-04  Bruno Haible  <bruno@clisp.org>
7302
7303         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
7304         REPLACE_GETTIMEOFDAY.
7305         * modules/sys_time (Makefile.am): Likewise.
7306         * m4/sys_time_h.m4: Likewise.
7307         * m4/gettimeofday.m4: Likewise.
7308
7309 2007-03-04  Bruno Haible  <bruno@clisp.org>
7310
7311         * modules/vasnprintf-posix-tests: New file.
7312         * tests/test-vasnprintf-posix.c: New file.
7313
7314         * modules/vasnprintf-posix: New file.
7315         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
7316         printf-frexpl.h.
7317         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
7318         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
7319         REPLACE_VASNPRINTF is defined.
7320         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
7321         gl_FUNC_VASNPRINTF.
7322         (gl_FUNC_VASNPRINTF): Invoke it.
7323         * m4/vasnprintf-posix.m4: New file.
7324         * m4/printf.m4: New file.
7325
7326 2007-03-04  Bruno Haible  <bruno@clisp.org>
7327
7328         Compile progreloc.c only if --enable-relocatable is specified.
7329         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
7330         if --enable-relocatable was specified.
7331         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
7332         lib_SOURCES.
7333
7334 2007-03-04  Jim Meyering  <jim@meyering.net>
7335
7336         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
7337         Use it consistently, rather than enumerating errno constants.
7338
7339 2007-03-04  Bruno Haible  <bruno@clisp.org>
7340
7341         * modules/xvasprintf-tests: New file.
7342         * tests/test-xvasprintf.c: New file.
7343
7344         * modules/vasprintf-tests: New file.
7345         * tests/test-vasprintf.c: New file.
7346
7347         * modules/vasnprintf-tests: New file.
7348         * tests/test-vasnprintf.c: New file.
7349
7350         * modules/vsnprintf-tests: New file.
7351         * tests/test-vsnprintf.c: New file.
7352
7353         * modules/snprintf-tests: New file.
7354         * tests/test-snprintf.c: New file.
7355
7356 2007-03-04  Bruno Haible  <bruno@clisp.org>
7357
7358         Compile relocatable.c only if --enable-relocatable is specified.
7359         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
7360         gl_RELOCATABLE_LIBRARY.
7361         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
7362         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
7363         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
7364         gl_RELOCATABLE_LIBRARY.
7365         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
7366         (Makefile.am): Remove lib_SOURCES.
7367         * modules/relocatable-lib-lgpl (configure.ac): Invoke
7368         gl_RELOCATABLE_LIBRARY.
7369         (Makefile.am): Remove lib_SOURCES.
7370         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
7371         always.
7372         * modules/relocatable-prog-wrapper (configure.ac): Invoke
7373         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
7374
7375 2007-03-04  Bruno Haible  <bruno@clisp.org>
7376
7377         * modules/argmatch-tests: New file.
7378         * tests/test-argmatch.c: New file.
7379
7380         * tests/test-allocsa.c (main): Halve the number of loop runs.
7381
7382         * modules/alloca-opt-tests: New file.
7383         * tests/test-alloca-opt.c: New file.
7384
7385 2007-03-04  Jim Meyering  <jim@meyering.net>
7386
7387         Work around difference between Linux ACLs and Solaris 10 ZFS.
7388         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
7389         for EINVAL.
7390
7391 2007-03-03  Bruno Haible  <bruno@clisp.org>
7392
7393         * modules/relocatable-prog (Depends-on): Add back progreloc's
7394         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
7395
7396 2007-03-03  Bruno Haible  <bruno@clisp.org>
7397
7398         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
7399         * modules/relocatable-lib: New file.
7400
7401 2007-03-03  Bruno Haible  <bruno@clisp.org>
7402
7403         * modules/relocatable-prog: Renamed from modules/relocatable.
7404         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
7405
7406 2007-03-03  Bruno Haible  <bruno@clisp.org>
7407
7408         * modules/relocatable-script (Files): Add doc/relocatable.texi,
7409         m4/relocatable-lib.m4.
7410         (Depends-on): Remove 'relocatable'.
7411         (configure.ac): Add gl_RELOCATABLE_NOP.
7412
7413 2007-03-03  Bruno Haible  <bruno@clisp.org>
7414
7415         * modules/relocatable-prog-wrapper: New file.
7416         * modules/relocatable (Depends-on): Add it. Remove all other
7417         dependencies except progname.
7418         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
7419
7420         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
7421         (gl_FUNC_STRERROR): Nop.
7422         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
7423
7424         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
7425         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
7426
7427         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
7428         (gl_FUNC_READLINK): Update.
7429
7430         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
7431
7432 2007-03-03  Bruno Haible  <bruno@clisp.org>
7433
7434         * lib/xreadlink.c: Include <unistd.h> unconditionally.
7435         * modules/xreadlink (Depends-on): Add unistd.
7436         * modules/xreadlink-with-size (Depends-on): Likewise.
7437
7438 2007-03-03  Bruno Haible  <bruno@clisp.org>
7439
7440         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
7441         extracted from gt_FUNC_SETENV.
7442         (gt_FUNC_SETENV): Remove macro.
7443         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
7444         remove gt_FUNC_SETENV.
7445
7446 2007-03-03  Bruno Haible  <bruno@clisp.org>
7447
7448         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
7449         ENABLE_RELOCATABLE here.
7450         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
7451
7452 2007-03-03  Bruno Haible  <bruno@clisp.org>
7453
7454         * modules/rbtreehash-list-tests (Depends-on): Add progname.
7455         * tests/test-rbtreehash_list.c: Include progname.h.
7456         (main): Call set_program_name.
7457
7458         * modules/rbtree-oset-tests (Depends-on): Add progname.
7459         * tests/test-rbtree_oset.c: Include progname.h.
7460         (main): Call set_program_name.
7461
7462         * modules/rbtree-list-tests (Depends-on): Add progname.
7463         * tests/test-rbtree_list.c: Include progname.h.
7464         (main): Call set_program_name.
7465
7466         * modules/linked-list-tests (Depends-on): Add progname.
7467         * tests/test-linked_list.c: Include progname.h.
7468         (main): Call set_program_name.
7469
7470 2007-03-03  Bruno Haible  <bruno@clisp.org>
7471
7472         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
7473         All uses of __restrict changed to _Restrict_.
7474         * lib/glob_.h (__restrict): Remove macro.
7475
7476 2007-03-02  Bruno Haible  <bruno@clisp.org>
7477
7478         * modules/gettext (configure.ac): Require gettext infrastructure
7479         from version 0.16.1.
7480
7481 2007-03-02  Bruno Haible  <bruno@clisp.org>
7482
7483         * modules/linkedhash-list-tests (Depends-on): Add progname.
7484         * tests/test-linkedhash_list.c: Include progname.h.
7485         (main): Call set_program_name.
7486
7487         * modules/carray-list-tests (Depends-on): Add progname.
7488         * tests/test-carray_list.c: Include progname.h.
7489         (main): Call set_program_name.
7490
7491         * modules/avltreehash-list-tests (Depends-on): Add progname.
7492         * tests/test-avltreehash_list.c: Include progname.h.
7493         (main): Call set_program_name.
7494
7495         * modules/avltree-oset-tests (Depends-on): Add progname.
7496         * tests/test-avltree_oset.c: Include progname.h.
7497         (main): Call set_program_name.
7498
7499         * modules/avltree-list-tests (Depends-on): Add progname.
7500         * tests/test-avltree_list.c: Include progname.h.
7501         (main): Call set_program_name.
7502
7503         * modules/array-oset-tests (Depends-on): Add progname.
7504         * tests/test-array_oset.c: Include progname.h.
7505         (main): Call set_program_name.
7506
7507         * modules/array-list-tests (Depends-on): Add progname.
7508         * tests/test-array_list.c: Include progname.h.
7509         (main): Call set_program_name.
7510
7511         * modules/argp-tests (Depends-on): Add progname.
7512         * tests/test-argp.c: Include argp.h first. Include progname.h.
7513         (main): Call set_program_name.
7514
7515 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
7516
7517         * doc/gnulib-tool.texi (Initial import): Reword description of
7518         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
7519         limited effect even if defined after the first system include.
7520
7521 2007-03-01  Bruno Haible  <bruno@clisp.org>
7522
7523         * build-aux/config.libpath: Update to libtool-1.5.22.
7524         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
7525
7526 2007-03-01  Bruno Haible  <bruno@clisp.org>
7527
7528         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
7529         foo_CFLAGS.
7530         Reported by Ralf Wildenhues.
7531
7532 2007-03-01  Bruno Haible  <bruno@clisp.org>
7533
7534         * build-aux/install-reloc: Remove object files left over by some
7535         compilers.
7536         Reported by Ralf Wildenhues.
7537
7538 2007-03-01  Bruno Haible  <bruno@clisp.org>
7539
7540         * build-aux/install-reloc: Break long lines.
7541
7542 2007-03-01  Bruno Haible  <bruno@clisp.org>
7543
7544         * doc/relocatable.texi: Document that it may not work on OpenBSD.
7545         Reported by Ralf Wildenhues.
7546
7547 2007-03-01  Bruno Haible  <bruno@clisp.org>
7548
7549         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
7550         include ordering constraints.
7551
7552 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
7553
7554         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
7555         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
7556         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
7557         as another example.
7558         * lib/time_.h: Fix misspelling.
7559         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7560         Require gl_HEADER_TIME_H_DEFAULTS.
7561         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
7562         * m4/time_r.m4 (gl_TIME_R): Likewise.
7563         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
7564
7565 2007-03-01  Bruno Haible  <bruno@clisp.org>
7566
7567         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
7568         * m4/utimens.m4 (gl_UTIMENS): Likewise.
7569
7570 2007-03-01  Jim Meyering  <jim@meyering.net>
7571
7572         * modules/xreadlink (Maintainer): Add my name.
7573         * modules/xreadlink-with-size (Depends-on): Alphabetize.
7574
7575 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
7576             Bruno Haible  <bruno@clisp.org>
7577
7578         * build-aux/install-reloc: Compile also c-ctype.c.
7579         * build-aux/relocatable.sh.in: New file.
7580         * doc/relocatable.texi: New file.
7581         * doc/relocatable-maint.texi: New file.
7582         * doc/gnulib.texi: Include relocatable-maint.texi.
7583         * lib/progreloc.c: Include unistd.h unconditionally.
7584         * lib/relocwrapper.c: Include unistd.h unconditionally.
7585         Include c-ctype.h.
7586         (add_dotbin): Use c_tolower.
7587         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
7588         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
7589         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
7590         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
7591         to m4/relocatable-lib.m4.
7592         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
7593         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
7594         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
7595         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
7596         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
7597         * modules/relocatable: New file.
7598         * modules/relocatable-lib: New file.
7599         * modules/relocatable-script: New file.
7600
7601 2007-02-28  Bruno Haible  <bruno@clisp.org>
7602
7603         Import --enable-relocatable infrastructure.
7604         * build-aux/config.libpath: New file, from GNU gettext.
7605         * build-aux/install-reloc: New file, from GNU gettext.
7606         * build-aux/reloc-ldflags: New file, from GNU gettext.
7607         * lib/relocatable.h: New file, from GNU gettext.
7608         * lib/relocatable.c: New file, from GNU gettext.
7609         * lib/relocwrapper.c: New file, from GNU gettext.
7610         * m4/relocatable.m4: New file, from GNU gettext.
7611
7612 2007-02-28  Bruno Haible  <bruno@clisp.org>
7613
7614         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
7615
7616         * modules/xreadlink: New file, from GNU gettext with modifications.
7617         * lib/xreadlink.c: New file, from GNU gettext.
7618         * lib/xreadlink.h: Add comments.
7619         (xreadlink): New declaration.
7620
7621         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
7622         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
7623         lib/xreadlink-with-size.c.
7624         (configure.ac): Remove gl_XREADLINK invocation.
7625         (Makefile.am): Augment lib_SOURCES.
7626         * m4/xreadlink.m4: Remove file.
7627         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
7628         (xreadlink_with_size): Renamed from xreadink.
7629         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
7630         * modules/canonicalize (Depends-on): Replace xreadlink with
7631         xreadlink-with-size.
7632         * lib/canonicalize.c (canonicalize_filename_mode): Update.
7633
7634 2007-02-25  Jim Meyering  <jim@meyering.net>
7635
7636         * build-aux/announce-gen: When complaining about excess arguments,
7637         list them.
7638
7639 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
7640
7641         * README: Document signed integer overflow situation more
7642         accurately.
7643
7644 2007-02-25  Bruno Haible  <bruno@clisp.org>
7645
7646         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
7647         'a' or 'A' conversion.
7648
7649 2007-02-25  Bruno Haible  <bruno@clisp.org>
7650
7651         * modules/filename: Renamed from modules/pathname.
7652         (Files): Replace lib/pathname.h with lib/filename.h. Replace
7653         lib/concatpath.c with lib/concat-filename.c.
7654         (Makefile.am): Update.
7655         (Include): Replace pathname.h with filename.h.
7656         * lib/filename.h: Renamed from lib/pathname.h.
7657         (concatenated_filename): Renamed from concatenated_pathname.
7658         * lib/concat-filename.c: Renamed from lib/concatpath.c.
7659         (concatenated_filename): Renamed from concatenated_pathname.
7660         * lib/findprog.c: Include filename.h instead of pathname.h.
7661         (find_in_path): Update.
7662         * lib/javacomp.c: Include filename.h instead of pathname.h.
7663         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
7664         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
7665         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
7666         is_oldgcj_14_13_usable, is_javac_usable): Update.
7667         * lib/javaexec.c: Include filename.h instead of pathname.h.
7668         (execute_java_class): Update.
7669         * modules/findprog: Update.
7670         * modules/javacomp: Update.
7671         * modules/javaexec: Update.
7672         * MODULES.html.sh (File system functions): Add 'filename', remove
7673         'pathname'.
7674
7675 2007-02-25  Bruno Haible  <bruno@clisp.org>
7676
7677         * modules/printf-frexpl-tests: New file.
7678         * tests/test-printf-frexpl.c: New file.
7679
7680         * modules/printf-frexpl: New file.
7681         * lib/printf-frexpl.h: New file.
7682         * lib/printf-frexpl.c: New file.
7683         * m4/printf-frexpl.m4: New file.
7684
7685 2007-02-25  Bruno Haible  <bruno@clisp.org>
7686
7687         * modules/printf-frexp-tests: New file.
7688         * tests/test-printf-frexp.c: New file.
7689
7690         * modules/printf-frexp: New file.
7691         * lib/printf-frexp.h: New file.
7692         * lib/printf-frexp.c: New file.
7693         * m4/printf-frexp.m4: New file.
7694
7695 2007-02-25  Bruno Haible  <bruno@clisp.org>
7696
7697         Assume automake >= 1.10 for the tests.
7698         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
7699         * modules/arctwo-tests: Likewise.
7700         * modules/argp-tests: Likewise.
7701         * modules/avltree-list-tests: Likewise.
7702         * modules/avltree-oset-tests: Likewise.
7703         * modules/avltreehash-list-tests: Likewise.
7704         * modules/carray-list-tests: Likewise.
7705         * modules/crc-tests: Likewise.
7706         * modules/des-tests: Likewise.
7707         * modules/gc-arcfour-tests: Likewise.
7708         * modules/gc-arctwo-tests: Likewise.
7709         * modules/gc-des-tests: Likewise.
7710         * modules/gc-hmac-md5-tests: Likewise.
7711         * modules/gc-hmac-sha1-tests: Likewise.
7712         * modules/gc-md2-tests: Likewise.
7713         * modules/gc-md4-tests: Likewise.
7714         * modules/gc-md5-tests: Likewise.
7715         * modules/gc-pbkdf2-sha1-tests: Likewise.
7716         * modules/gc-rijndael-tests: Likewise.
7717         * modules/gc-sha1-tests: Likewise.
7718         * modules/gc-tests: Likewise.
7719         * modules/getaddrinfo-tests: Likewise.
7720         * modules/hmac-md5-tests: Likewise.
7721         * modules/hmac-sha1-tests: Likewise.
7722         * modules/linked-list-tests: Likewise.
7723         * modules/linkedhash-list-tests: Likewise.
7724         * modules/lock-tests: Likewise.
7725         * modules/md2-tests: Likewise.
7726         * modules/md4-tests: Likewise.
7727         * modules/md5-tests: Likewise.
7728         * modules/rbtree-list-tests: Likewise.
7729         * modules/rbtree-oset-tests: Likewise.
7730         * modules/rbtreehash-list-tests: Likewise.
7731         * modules/read-file-tests: Likewise.
7732         * modules/rijndael-tests: Likewise.
7733         * modules/stdint-tests: Likewise.
7734         * modules/tls-tests: Likewise.
7735
7736 2007-02-24  Bruno Haible  <bruno@clisp.org>
7737
7738         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
7739         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
7740         function; instead check whether isnan with a double argument links.
7741         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
7742         function; instead check whether isnan with a 'long double' argument
7743         links.
7744         Reported by Eric Blake <ebb9@byu.net>.
7745
7746 2007-02-24  Bruno Haible  <bruno@clisp.org>
7747
7748         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
7749         defined.
7750         * lib/isnanl.c: Remove all code. Just include isnan.c.
7751         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
7752
7753 2007-02-25  Jim Meyering  <jim@meyering.net>
7754
7755         Avoid conflicting types for 'unsetenv' on FreeBSD.
7756         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
7757         conflicting with FreeBSD's (5.0 and 6.1) function declaration
7758         in stdlib.h.
7759
7760 2007-02-24  Bruno Haible  <bruno@clisp.org>
7761
7762         * modules/isnanl-nolibm-tests: New file.
7763         * tests/test-isnanl.c: New file.
7764
7765         * modules/isnanl-nolibm: New file.
7766         * lib/isnanl.h: New file.
7767         * lib/isnanl.c: New file.
7768         * m4/isnanl.m4: New file.
7769
7770 2007-02-24  Bruno Haible  <bruno@clisp.org>
7771
7772         * modules/isnan-nolibm-tests: New file.
7773         * tests/test-isnan.c: New file.
7774
7775         * modules/isnan-nolibm: New file.
7776         * lib/isnan.h: New file.
7777         * lib/isnan.c: New file.
7778         * m4/isnan.m4: New file.
7779
7780 2007-02-24  Bruno Haible  <bruno@clisp.org>
7781
7782         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
7783         assume that an exponent fits in 20 bits.
7784
7785 2007-02-24  Jim Meyering  <jim@meyering.net>
7786
7787         * m4/regex.m4: Update the description of the configure-time option,
7788         --without-included-regex, to state accurately what the defaults are,
7789         and perhaps to give people an idea why using this option is risky.
7790
7791 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
7792
7793         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
7794         loops on small arguments.  This attempts to avoid the problem
7795         Bruno Haible reported for AIX 4.3.2 in
7796         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
7797
7798 2007-02-23  Bruno Haible  <bruno@clisp.org>
7799
7800         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
7801         Needed for help2man.
7802
7803 2007-02-23  Karl Berry  <karl@gnu.org>
7804
7805         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
7806         exists, foo.h should be cvs-ignored, not committed.
7807
7808 2007-02-23  Eric Blake  <ebb9@byu.net>
7809
7810         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
7811         * lib/stat-time.h (includes): Likewise.
7812         * lib/utimecmp.c (includes): Likewise.
7813         * lib/utimens.h (includes): Likewise.
7814         * lib/getdate.y (includes): Also include "timespec.h" for use
7815         internal to the module.
7816         * modules/utimens (Depends-on): Revert yesterday's patch.
7817         * modules/nanosleep (Depends-on): Add missing dependency.
7818
7819 2007-02-22  Bruno Haible  <bruno@clisp.org>
7820
7821         * lib/glob.c: Don't include getlogin_r.h.
7822
7823 2007-02-22  Jim Meyering  <jim@meyering.net>
7824
7825         * modules/utimens (Depends-on): Add timespec, required for
7826         utimens.h's inclusion of timespec.h.
7827
7828 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
7829
7830         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
7831         long unreadable paths in GNU/Linux.  Problem reported by Andreas
7832         Schwab in
7833         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
7834         I'll try to think of a better way to fix the Solaris problem.
7835
7836         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
7837         like glibc; on Solaris 10, it fails with errno == EINVAL.
7838         POSIX says the behavior is unspecified if the first argument is NULL,
7839         so play it safe and never pass NULL to the system getcwd.
7840
7841 2007-02-21  Jim Meyering  <jim@meyering.net>
7842
7843         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
7844         of gettimeofday.  It would conflict with the one now always
7845         provided via sys_time_.h.  Reported by Matthew Woehlke, as
7846         an IRIX 6.5 build failure.
7847
7848 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
7849
7850         Minor fixups to port to Solaris 10 with Sun C 5.8.
7851         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
7852         * modules/getcwd (Depends-on): Add dirfd.
7853         * lib/putenv.c (putenv): #undef it.
7854         (rpl_putenv): New decl.
7855         (malloc, free): Include <stdlib.h> rather than prototyping separately.
7856
7857 2007-02-20  Bruno Haible  <bruno@clisp.org>
7858
7859         * modules/stdio-tests: New file.
7860         * tests/test-stdio.c: New file.
7861
7862         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
7863         (Depends-on): Add stdio.
7864         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
7865         (Include): Use <stdio.h> instead of vsnprintf.h.
7866         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
7867         HAVE_DECL_VSNPRINTF.
7868         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
7869
7870         * modules/snprintf (Files): Remove lib/snprintf.h.
7871         (Depends-on): Add stdio.
7872         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
7873         (Include): Use <stdio.h> instead of snprintf.h.
7874         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
7875         HAVE_DECL_SNPRINTF.
7876         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
7877         * lib/getaddrinfo.c: Likewise.
7878
7879         * modules/stdio: New file.
7880         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
7881         * lib/snprintf.h: Remove file.
7882         * lib/vsnprintf.h: Remove file.
7883         * lib/.cppi-disable: Remove snprintf.h.
7884         * m4/stdio_h.m4: New file.
7885         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
7886
7887 2007-02-20  Jim Meyering  <jim@meyering.net>
7888
7889         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
7890         used by e.g., mingw.  From Bruno Haible.
7891
7892 2007-02-19  Bruno Haible  <bruno@clisp.org>
7893
7894         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
7895         warnings.
7896         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7897
7898 2007-02-19  Bruno Haible  <bruno@clisp.org>
7899
7900         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
7901         from mingw users.
7902
7903 2007-02-19  Bruno Haible  <bruno@clisp.org>
7904
7905         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
7906         warnings.
7907         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
7908
7909 2007-02-19  Jim Meyering  <jim@meyering.net>
7910
7911         Don't use FD after a successful "fdopendir (fd)".
7912         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
7913         Reset it by calling dirfd on the just-obtained DIR*.
7914
7915         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
7916         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
7917
7918 2007-02-18  Bruno Haible  <bruno@clisp.org>
7919
7920         * lib/readlink.c: Include <unistd.h>.
7921         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
7922         HAVE_READLINK.
7923         * modules/readlink (Depends-on): Add unistd.
7924         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7925         (Include): Add <unistd.h>.
7926
7927         * lib/getlogin_r.h: Remove file.
7928         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
7929         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
7930         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
7931         HAVE_DECL_GETLOGIN_R.
7932         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
7933         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7934         (Include): Use <unistd.h> instead of getlogin_r.h.
7935
7936         * lib/getcwd.h: Remove file.
7937         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
7938         * lib/xgetcwd.c: Likewise.
7939         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
7940         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
7941         * modules/getcwd (Files): Remove lib/getcwd.h.
7942         (Depends-on): Add unistd.
7943         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7944         (Include): Use <unistd.h> instad of getcwd.h.
7945
7946         * lib/ftruncate.c: Include <unistd.h> first.
7947         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
7948         Set HAVE_FTRUNCATE.
7949         * modules/ftruncate (Depends-on): Add unistd.
7950         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7951
7952         * lib/fchdir.c: Include <unistd.h> first.
7953         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
7954         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
7955         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
7956         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7957         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
7958
7959         * lib/dup2.c: Include <unistd.h> first.
7960         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
7961         HAVE_DUP2.
7962         * modules/dup2 (Depends-on): Add unistd.
7963         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7964
7965         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
7966         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
7967         REPLACE_CHOWN. Don't define chown as a macro here.
7968         * modules/chown (Depends-on): Add unistd.
7969         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7970
7971         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
7972         Add definition for GL_LINK_WARNING.
7973         (chown, dup2): New declarations.
7974         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
7975         link warning.
7976         (ftruncate): New declaration.
7977         (getcwd): New declaration, taken from old getcwd.h.
7978         (getlogin_r): New declaration, taken from old getlogin_r.h.
7979         (readlink): New declaration.
7980         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
7981         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
7982         (gl_PREREQ_UNISTD): Remove macro.
7983         (gl_UNISTD_MODULE_INDICATOR): New macro.
7984         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
7985         many new variables. Don't set UNISTD_H.
7986         * modules/unistd (Description): Change.
7987         (Depends-on): Add link-warning.
7988         (configure.ac): Update.
7989         (Makefile.am): Create unistd.h always. Substitute many new variables
7990         into it.
7991
7992 2007-02-18  Bruno Haible  <bruno@clisp.org>
7993
7994         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
7995         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
7996         HAVE_GETSUBOPT.
7997         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
7998         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
7999         * lib/getsubopt.h: Remove file.
8000         * modules/getsubopt (Files): Remove lib/getsubopt.h.
8001         (Depends-on): Add stdlib.
8002         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8003         (Includes): Use <stdlib.h> instead of getsubopt.h.
8004         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
8005         Set HAVE_GETSUBOPT.
8006         * lib/getsubopt.c: Don't include getsubopt.h.
8007
8008 2007-02-18  Bruno Haible  <bruno@clisp.org>
8009
8010         * modules/fchdir (Depends-on): Add dup2.
8011
8012 2007-02-18  Bruno Haible  <bruno@clisp.org>
8013
8014         * lib/stdlib_.h: Handle glibc's special invocation convention
8015         specially.
8016
8017 2007-02-18  Bruno Haible  <bruno@clisp.org>
8018
8019         * modules/stdlib-tests: New file.
8020         * tests/test-stdlib.c: New file.
8021
8022         * modules/mkstemp (Files): Remove lib/mkstemp.h.
8023         (Depends-on): Add stdlib.
8024         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8025         (Includes): Use <stdlib.h> instead of mkstemp.h.
8026         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
8027         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
8028         * lib/mkstemp.c: Don't include mkstemp.h.
8029         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
8030         * lib/stdlib--.h: Don't include mkstemp.h.
8031
8032         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
8033         (Depends-on): Add stdlib.
8034         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8035         (Includes): Use <stdlib.h> instead of mkdtemp.h.
8036         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
8037         HAVE_MKDTEMP.
8038         * lib/mkdtemp.c: Don't include mkdtemp.h.
8039         * lib/clean-temp.c: Don't include mkdtemp.h.
8040
8041         * modules/exit (Files): Remove lib/exit.h.
8042         (Depends-on): Add stdlib.
8043         (Makefile.am): Remove lib_SOURCES.
8044         (Include): Use <stdlib.h> instead of exit.h.
8045         * lib/argmatch.c: Don't include exit.h.
8046         * lib/execute.c: Likewise.
8047         * lib/pagealign_alloc.c: Likewise.
8048         * lib/pipe.c: Likewise.
8049         * lib/wait-process.c: Likewise.
8050         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
8051         * lib/exitfail.c: Likewise.
8052         * lib/savewd.c: Likewise.
8053         * lib/xsetenv.c: Likewise.
8054
8055         * modules/stdlib: New file.
8056         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
8057         and extra comments about mkstemp().
8058         * lib/exit.h: Remove file.
8059         * lib/mkdtemp.h: Remove file.
8060         * lib/mkstemp.h: Remove file.
8061         * m4/stdlib_h.m4: New file.
8062         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
8063
8064 2007-02-18  Bruno Haible  <bruno@clisp.org>
8065
8066         * modules/math-tests: New file.
8067         * tests/test-math.c: New file.
8068
8069         * modules/math: New file.
8070         * modules/mathl (Files): Remove lib/mathl.h.
8071         (Depends-on): Add math.
8072         (Makefile.am): Don't mention mathl.h.
8073         (Include): Use <math.h> instead of mathl.h.
8074         * lib/math_.h: New file.
8075         * lib/mathl.h: Remove file.
8076         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
8077         mathl.h.
8078         * lib/asinl.c: Likewise.
8079         * lib/atanl.c: Likewise.
8080         * lib/ceill.c: Likewise.
8081         * lib/cosl.c: Likewise.
8082         * lib/expl.c: Likewise.
8083         * lib/floorl.c: Likewise.
8084         * lib/frexpl.c: Likewise.
8085         * lib/ldexpl.c: Likewise.
8086         * lib/logl.c: Likewise.
8087         * lib/sincosl.c: Likewise.
8088         * lib/sinl.c: Likewise.
8089         * lib/sqrtl.c: Likewise.
8090         * lib/tanl.c: Likewise.
8091         * lib/trigl.c: Likewise.
8092         * m4/math_h.m4: New file.
8093         * MODULES.html.sh (Mathematics): Add math.
8094
8095 2007-02-17  Bruno Haible  <bruno@clisp.org>
8096
8097         * modules/wctype-tests: New file.
8098         * tests/test-wctype.c: New file.
8099
8100         * modules/wchar-tests: New file.
8101         * tests/test-wchar.c: New file.
8102
8103         * modules/unistd-tests: New file.
8104         * tests/test-unistd.c: New file.
8105
8106         * modules/time-tests: New file.
8107         * tests/test-time.c: New file.
8108
8109         * modules/sysexits-tests: New file.
8110         * tests/test-sysexits.c: New file.
8111
8112         * modules/sys_time-tests: New file.
8113         * tests/test-sys_time.c: New file.
8114
8115         * modules/sys_stat-tests: New file.
8116         * tests/test-sys_stat.c: New file.
8117
8118         * modules/sys_socket-tests: New file.
8119         * tests/test-sys_socket.c: New file.
8120
8121         * modules/sys_select-tests: New file.
8122         * tests/test-sys_select.c: New file.
8123
8124         * modules/string-tests: New file.
8125         * tests/test-string.c: New file.
8126
8127         * modules/stdbool-tests: New file.
8128         * tests/test-stdbool.c: New file.
8129
8130         * modules/netinet_in-tests: New file.
8131         * tests/test-netinet_in.c: New file.
8132
8133         * modules/inttypes-tests: New file.
8134         * tests/test-inttypes.c: New file.
8135
8136         * modules/fcntl-tests: New file.
8137         * tests/test-fcntl.c: New file.
8138
8139         * modules/byteswap-tests: New file.
8140         * tests/test-byteswap.c: New file.
8141
8142         * modules/arpa_inet-tests: New file.
8143         * tests/test-arpa_inet.c: New file.
8144
8145 2007-02-17  Bruno Haible  <bruno@clisp.org>
8146
8147         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
8148         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
8149         if the corresponding module is not enabled. Emit link warnings if
8150         the function is used nevertheless.
8151         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
8152         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
8153         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
8154         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
8155         * modules/inttypes (Depends-on): Add link-warning.
8156         (Makefile.am): Copy the contents of build-aux/link-warning.h into
8157         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
8158         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
8159         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
8160         * modules/imaxdiv (configure.ac): Likewise.
8161         * modules/strtoimax (configure.ac): Likewise.
8162         * modules/strtoumax (configure.ac): Likewise.
8163
8164 2007-02-17  Bruno Haible  <bruno@clisp.org>
8165
8166         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
8167         gl_STRING_MODULE_INDICATOR_DEFAULTS.
8168         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
8169         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
8170
8171 2007-02-17  Bruno Haible  <bruno@clisp.org>
8172
8173         * modules/link-warning: New file.
8174         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
8175         * lib/string_.h (GL_LINK_WARNING): Remove definition.
8176         * modules/string (Depends-on): Add link-warning.
8177         (Makefile.am): Copy the contents of build-aux/link-warning.h into
8178         string.h.
8179         * MODULES.html.sh (Support for building libraries and executables): Add
8180         link-warning.
8181
8182 2007-02-17  Bruno Haible  <bruno@clisp.org>
8183
8184         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
8185         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
8186         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
8187         long lines.
8188
8189 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
8190             Bruno Haible  <bruno@clisp.org>
8191
8192         * modules/tmpfile: New file.
8193         * lib/tmpfile.c: New file.
8194         * m4/tmpfile.m4: New file.
8195         * MODULES.html.sh (func_all_modules): New section "Input/output".
8196
8197 2007-02-15  Bruno Haible  <bruno@clisp.org>
8198
8199         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
8200         (supports_delete_on_close): New function.
8201         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
8202
8203 2007-02-14  Bruno Haible  <bruno@clisp.org>
8204
8205         * modules/mbspcasecmp-tests: New file.
8206         * tests/test-mbspcasecmp.sh: New file.
8207         * tests/test-mbspcasecmp.c: New file.
8208
8209         New module mbspcasecmp.
8210         * modules/mbspcasecmp: New file.
8211         * lib/mbspcasecmp.c: New file.
8212         * lib/string_.h (strncasecmp): Change warning message.
8213         (mbspcasecmp): New declaration.
8214         * m4/mbspcasecmp.m4: New file.
8215         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8216         GNULIB_MBSPCASECMP.
8217         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
8218         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
8219
8220 2007-02-14  Bruno Haible  <bruno@clisp.org>
8221
8222         * modules/mbsncasecmp-tests: New file.
8223         * tests/test-mbsncasecmp.sh: New file.
8224         * tests/test-mbsncasecmp.c: New file.
8225
8226         New module mbsncasecmp.
8227         * modules/mbsncasecmp: New file.
8228         * lib/mbsncasecmp.c: New file.
8229         * lib/string_.h (mbsncasecmp): New declaration.
8230         * m4/mbsncasecmp.m4: New file.
8231         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8232         GNULIB_MBSNCASECMP.
8233         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
8234         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
8235
8236 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
8237
8238         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
8239         Verify that it doesn't overlap with our flags.
8240         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
8241         do not have the desired effect in multibyte locales; instead, use
8242         mbscasecmp.
8243         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
8244         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
8245         we don't require GNU fnmatch ourselves (if our users require it, they
8246         should do so explicitly).
8247
8248         Fix regex code so it doesn't rely on strcasecmp.
8249         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
8250         Otherwise, include gnulib's langinfo.h.
8251         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
8252         undesirable behavior in non-C locales.  Instead, rely on localecharset.
8253         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
8254         * modules/regex (FILES): Remove m4/codeset.m4.
8255         (Depends-on): Add localcharset.  Remove strcase.
8256
8257 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8258
8259         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
8260         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
8261
8262 2007-02-13  Bruno Haible  <bruno@clisp.org>
8263
8264         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
8265         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8266
8267 2007-02-12  Bruno Haible  <bruno@clisp.org>
8268
8269         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
8270         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
8271         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
8272         time warning rather than a link error.
8273
8274 2007-02-12  Bruno Haible  <bruno@clisp.org>
8275
8276         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
8277         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
8278         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8279
8280 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
8281
8282         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
8283         args, not 2.
8284
8285 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
8286
8287         New module 'time', so that apps can include <time.h> as per
8288         POSIX and GNU instead of separate include files like time_r.h
8289         and timegm.h.  This implementation tries out a simpler approach
8290         for replacing decls in standard include files (as compared to
8291         the string module), somewhat as an experiment.
8292
8293         * config/srclist.txt: Comment out mktime.c for now.
8294         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
8295         since it doesn't apply any more.  Use generic wording instead.
8296         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
8297         'time'.
8298         * lib/time_.h, m4/time_h.m4, modules/time: New files.
8299         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
8300         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
8301         Don't include <sys/types.h>; no longer needed since we assume C89.
8302         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
8303         * lib/strftime.c: Likewise.
8304         * lib/time_r.c: Likewise.
8305         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
8306         * lib/nanosleep.c: Include <time.h> first, to check interface.
8307         * lib/strptime.c: Likewise.
8308         * lib/time_r.c: Likewise.
8309         * lib/timegm.c: Likewise.
8310         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
8311         needed.
8312         * lib/timegm.c: Don't include timegm.h; no longer needed.
8313         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
8314         time.h now handles any problems in that area.
8315         (struct timespec, nanosleep): Remove; time.h now arranges for these.
8316         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
8317         that time.h defines struct timespec.
8318         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
8319         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
8320         handles that.
8321         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
8322         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
8323         needed.  Set REPLACE_LOCALTIME.
8324         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
8325         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
8326         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
8327         nanosleep; time_h.m4 now does that.  Don't require
8328         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
8329         module handles this now.
8330         * modules/getdate (Depends-on): Remove timespec.  Add time.
8331         * modules/nanosleep (Depends-on): Likewise.
8332         * modules/stat-time (Depends-on): Likewise.
8333         * modules/nanosleep (Include): Include time.h, not timespec.h.
8334         * modules/strptime (Files): Remove lib/strptime.h.
8335         (Depends-on): Add extensions, time.
8336         (Include): Include time.h, not strptime.h.
8337         * modules/time_r (Files): Remove lib/time_r.h.
8338         (Depends-on): Add time.
8339         (Include): Include time.h, not time_r.h.
8340         * modules/timegm: Likewise.
8341         * modules/timespec (Description): Now does timespec-related decls
8342         of our own, instead of struct timespec itself.
8343         (Depends-on): Add time; remove extensions.
8344         (Maintainer): Add self.
8345         * modules/utimecmp (Depends-on): Add time; remove timespec.
8346         * modules/utimens (Depends-on): Likewise.
8347         * modules/xnanosleep (Depends-on): Likewise.
8348
8349 2007-02-11  Bruno Haible  <bruno@clisp.org>
8350
8351         * lib/c-strstr.c: Include allocsa.h.
8352         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8353         * lib/c-strcasestr.c: Include allocsa.h.
8354         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8355         * lib/strcasestr.c: Include allocsa.h.
8356         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
8357         * lib/mbsstr.c: Include allocsa.h.
8358         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
8359         allocsa/freesa instead of malloc/free.
8360         * lib/mbscasestr.c: Include allocsa.h.
8361         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
8362         allocsa/freesa instead of malloc/free.
8363         * modules/c-strstr (Depends-on): Add allocsa.
8364         * modules/c-strcasestr (Depends-on): Likewise.
8365         * modules/strcasestr (Depends-on): Likewise.
8366         * modules/mbsstr (Depends-on): Likewise.
8367         * modules/mbscasestr (Depends-on): Likewise.
8368
8369 2007-02-11  Bruno Haible  <bruno@clisp.org>
8370
8371         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
8372
8373         * modules/mbsspn-tests: New file.
8374         * tests/test-mbsspn.sh: New file.
8375         * tests/test-mbsspn.c: New file.
8376
8377 2007-02-11  Bruno Haible  <bruno@clisp.org>
8378
8379         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
8380
8381         * modules/mbspbrk-tests: New file.
8382         * tests/test-mbspbrk.sh: New file.
8383         * tests/test-mbspbrk.c: New file.
8384
8385 2007-02-11  Bruno Haible  <bruno@clisp.org>
8386
8387         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
8388         unneeded cast.
8389
8390         * modules/mbscspn-tests: New file.
8391         * tests/test-mbscspn.sh: New file.
8392         * tests/test-mbscspn.c: New file.
8393
8394 2007-02-11  Bruno Haible  <bruno@clisp.org>
8395
8396         * modules/mbscasecmp-tests: New file.
8397         * tests/test-mbscasecmp.sh: New file.
8398         * tests/test-mbscasecmp.c: New file.
8399
8400 2007-02-11  Bruno Haible  <bruno@clisp.org>
8401
8402         Ensure O(n) worst-case complexity of mbscasestr.
8403         * lib/mbscasestr.c: Include stdbool.h.
8404         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
8405         functions.
8406         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
8407         the bookkeeping indicates that it's worth it.
8408         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
8409
8410         * modules/mbscasestr-tests: New file.
8411         * tests/test-mbscasestr1.c: New file.
8412         * tests/test-mbscasestr2.sh: New file.
8413         * tests/test-mbscasestr2.c: New file.
8414         * tests/test-mbscasestr3.sh: New file.
8415         * tests/test-mbscasestr3.c: New file.
8416         * tests/test-mbscasestr4.sh: New file.
8417         * tests/test-mbscasestr4.c: New file.
8418         * m4/locale-tr.m4: New file.
8419
8420 2007-02-11  Bruno Haible  <bruno@clisp.org>
8421
8422         Ensure O(n) worst-case complexity of mbsstr.
8423         * lib/mbsstr.c: Include stdbool.h.
8424         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
8425         functions.
8426         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
8427         bookkeeping indicates that it's worth it.
8428         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
8429
8430         * modules/mbsstr-tests: New file.
8431         * tests/test-mbsstr1.c: New file.
8432         * tests/test-mbsstr2.sh: New file.
8433         * tests/test-mbsstr2.c: New file.
8434         * tests/test-mbsstr3.sh: New file.
8435         * tests/test-mbsstr3.c: New file.
8436         * m4/locale-fr.m4: New file.
8437
8438 2007-02-11  Bruno Haible  <bruno@clisp.org>
8439
8440         * lib/mbsrchr.c (mbsrchr): Fix bug.
8441
8442         * modules/mbsrchr-tests: New file.
8443         * tests/test-mbsrchr.sh: New file.
8444         * tests/test-mbsrchr.c: New file.
8445
8446 2007-02-11  Bruno Haible  <bruno@clisp.org>
8447
8448         * lib/mbschr.c (mbschr): Fix bug.
8449
8450         * modules/mbschr-tests: New file.
8451         * tests/test-mbschr.sh: New file.
8452         * tests/test-mbschr.c: New file.
8453         * m4/locale-zh.m4: New file.
8454
8455 2007-02-11  Bruno Haible  <bruno@clisp.org>
8456
8457         Support for copying multibyte string iterators.
8458         * lib/mbiter.h: Include <string.h>.
8459         (mbiter_multi_copy): New function.
8460         (mbi_copy): New macro.
8461         * lib/mbuiter.h: Include <string.h>.
8462         (mbuiter_multi_copy): New function.
8463         (mbui_copy): New macro.
8464
8465 2007-02-11  Bruno Haible  <bruno@clisp.org>
8466
8467         New module mbslen.
8468         * modules/mbslen: New file.
8469         * lib/mbslen.c: New file.
8470         * lib/string_.h (mbslen): New declaration.
8471         * m4/mbslen.m4: New file.
8472         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8473         GNULIB_MBSLEN.
8474         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
8475         * MODULES.html.sh (Internationalization functions): Add mbslen.
8476
8477 2007-02-11  Bruno Haible  <bruno@clisp.org>
8478
8479         Ensure O(n) worst-case complexity of strcasestr substitute.
8480         * lib/strcasestr.c: Include stdbool.h.
8481         (knuth_morris_pratt): New function.
8482         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
8483         bookkeeping indicates that it's worth it.
8484         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
8485
8486         * modules/strcasestr-tests: New file.
8487         * tests/test-strcasestr.c: New file.
8488
8489 2007-02-11  Bruno Haible  <bruno@clisp.org>
8490
8491         Ensure O(n) worst-case complexity of c_strcasestr.
8492         * lib/c-strcasestr.c: Include stdbool.h, string.h.
8493         (knuth_morris_pratt): New function.
8494         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
8495         the bookkeeping indicates that it's worth it.
8496         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
8497
8498         * modules/c-strcasestr-tests: New file.
8499         * tests/test-c-strcasestr.c: New file.
8500
8501 2007-02-11  Bruno Haible  <bruno@clisp.org>
8502
8503         Ensure O(n) worst-case complexity of c_strstr.
8504         * lib/c-strstr.c: Include stdbool.h, string.h.
8505         (knuth_morris_pratt): New function.
8506         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
8507         bookkeeping indicates that it's worth it.
8508         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
8509
8510         * lib/c-strstr.c: Complete rewrite for maintainability.
8511
8512         * modules/c-strstr-tests: New file.
8513         * tests/test-c-strstr.c: New file.
8514
8515 2007-02-11  Bruno Haible  <bruno@clisp.org>
8516
8517         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
8518         5.2.1 and earlier, whereby \055 was treated just like the range
8519         delimiter '-'.
8520         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
8521
8522 2007-02-08  Bruno Haible  <bruno@clisp.org>
8523
8524         * modules/regex (Depends-on): Add stdbool.
8525         Reported by Dalibor Topic <robilad@kaffe.org>.
8526
8527 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
8528
8529         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
8530         Prefer returning from main to exiting from it.
8531         Remove unnecessary parens after sizeof.
8532
8533 2007-02-05  Bruno Haible  <bruno@clisp.org>
8534
8535         New module mbssep.
8536         * modules/mbssep: New file.
8537         * lib/mbssep.c: New file.
8538         * lib/string_.h (strsep): Add a conditional link warning.
8539         (mbssep): New declaration.
8540         * m4/mbssep.m4: New file.
8541         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8542         GNULIB_MBSSEP.
8543         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
8544         * MODULES.html.sh (Internationalization functions): Add mbssep.
8545
8546 2007-02-05  Bruno Haible  <bruno@clisp.org>
8547
8548         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
8549         Optimize search in case of 1 delimiter.
8550
8551 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
8552
8553         * lib/acl.h: Include sys/types.h before sys/acl.h.
8554
8555 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
8556
8557         Merge upstream fix for glibc bugzilla #3957:
8558
8559         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
8560
8561         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
8562         bit for RE_HAT_LISTS_NOT_NEWLINE.
8563         (build_charclass_op): Remove bogus comment.
8564
8565 2007-02-05  Simon Josefsson  <simon@josefsson.org>
8566
8567         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
8568
8569 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
8570
8571         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
8572         * lib/memmem.c [!defined _LIBC]: Include config.h.
8573
8574 2007-02-04  Bruno Haible  <bruno@clisp.org>
8575
8576         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
8577         warning message.
8578
8579 2007-02-04  Bruno Haible  <bruno@clisp.org>
8580
8581         New module mbstok_r.
8582         * modules/mbstok_r: New file.
8583         * lib/mbstok_r.c: New file.
8584         * lib/string_.h (strtok_r): Change argument names to match the
8585         comments. Add a conditional link warning.
8586         (mbstok_r): New declaration.
8587         * m4/mbstok_r.m4: New file.
8588         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8589         GNULIB_MBSTOK_R.
8590         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
8591         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
8592
8593 2007-02-04  Bruno Haible  <bruno@clisp.org>
8594
8595         New module mbsspn.
8596         * modules/mbsspn: New file.
8597         * lib/mbsspn.c: New file.
8598         * lib/string_.h (strspn): Add a conditional link warning.
8599         (mbsspn): New declaration.
8600         * m4/mbsspn.m4: New file.
8601         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8602         GNULIB_MBSSPN.
8603         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
8604         * MODULES.html.sh (Internationalization functions): Add mbsspn.
8605
8606 2007-02-04  Bruno Haible  <bruno@clisp.org>
8607
8608         New module mbspbrk.
8609         * modules/mbspbrk: New file.
8610         * lib/mbspbrk.c: New file.
8611         * lib/string_.h (strpbrk): Add a conditional link warning.
8612         (mbspbrk): New declaration.
8613         * m4/mbspbrk.m4: New file.
8614         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8615         GNULIB_MBSPBRK.
8616         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
8617         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
8618
8619 2007-02-04  Bruno Haible  <bruno@clisp.org>
8620
8621         New module mbscspn.
8622         * modules/mbscspn: New file.
8623         * lib/mbscspn.c: New file.
8624         * lib/string_.h (strcspn): Add a conditional link warning.
8625         (mbscspn): New declaration.
8626         * m4/mbscspn.m4: New file.
8627         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8628         GNULIB_MBSCSPN.
8629         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
8630         * MODULES.html.sh (Internationalization functions): Add mbscspn.
8631
8632 2007-02-04  Bruno Haible  <bruno@clisp.org>
8633
8634         New module mbscasestr, reduced goal of strcasestr.
8635         * modules/mbscasestr: New file.
8636         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
8637         (mbscasestr): Renamed from strcasestr.
8638         * lib/strcasestr.c: Don't include mbuiter.h.
8639         (strcasestr): Remove support for multibyte locales.
8640         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
8641         Change the conditional link warning.
8642         (mbscasestr): New declaration.
8643         * m4/mbscasestr.m4: New file.
8644         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
8645         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
8646         REPLACE_STRCASESTR.
8647         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
8648         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8649         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
8650         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
8651         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
8652         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
8653         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
8654         (Depends-on): Remove mbuiter.
8655         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
8656
8657 2007-02-04  Bruno Haible  <bruno@clisp.org>
8658
8659         Simplify handling of strncasecmp.
8660         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
8661         the conditional link warning.
8662         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8663         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
8664         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
8665         * modules/strcase (configure.ac): Don't invoke
8666         gl_STRING_MODULE_INDICATOR.
8667         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
8668
8669 2007-02-04  Bruno Haible  <bruno@clisp.org>
8670
8671         New module mbscasecmp, reduced goal of strcasecmp.
8672         * modules/mbscasecmp: New file.
8673         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
8674         (mbscasecmp): Renamed from strcasecmp.
8675         * lib/strcasecmp.c: Don't include mbuiter.h.
8676         (strcasecmp): Remove support for multibyte locales.
8677         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
8678         Change the conditional link warning.
8679         (mbscasecmp): New declaration.
8680         * m4/mbscasecmp.m4: New file.
8681         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
8682         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
8683         REPLACE_STRCASECMP.
8684         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
8685         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8686         GNULIB_MBSCASECMP.
8687         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
8688         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
8689         * modules/strcase (Files): Remove m4/mbrtowc.m4.
8690         (Depends-on): Remove mbuiter.
8691         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
8692
8693 2007-02-04  Bruno Haible  <bruno@clisp.org>
8694
8695         New module mbsstr. Remove module strstr.
8696         * modules/mbsstr: New file.
8697         * modules/strstr: Remove file.
8698         * lib/mbsstr.c: Renamed from lib/strstr.c.
8699         (mbsstr): Renamed from strstr.
8700         * lib/string_.h (strstr): Remove declaration. Change the conditional
8701         link warning.
8702         (mbsstr): New declaration.
8703         * m4/mbsstr.m4: New file.
8704         * m4/strstr.m4: Remove file.
8705         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
8706         REPLACE_STRSTR.
8707         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
8708         Don't initialize GNULIB_STRSTR.
8709         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
8710         substitute GNULIB_STRSTR and REPLACE_STRSTR.
8711         * MODULES.html.sh (Internationalization functions): Add mbsstr.
8712         (Support for systems lacking ANSI C 89): Remove strstr.
8713
8714 2007-02-04  Bruno Haible  <bruno@clisp.org>
8715
8716         New module mbsrchr.
8717         * modules/mbsrchr: New file.
8718         * lib/mbsrchr.c: New file.
8719         * lib/string_.h (strrchr): Add a conditional link warning.
8720         (mbsrchr): New declaration.
8721         * m4/mbsrchr.m4: New file.
8722         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8723         GNULIB_MBSRCHR.
8724         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
8725         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
8726
8727 2007-02-04  Bruno Haible  <bruno@clisp.org>
8728
8729         New module mbschr.
8730         * modules/mbschr: New file.
8731         * lib/mbschr.c: New file.
8732         * lib/string_.h (strchr): Add a conditional link warning.
8733         (mbschr): New declaration.
8734         * m4/mbschr.m4: New file.
8735         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
8736         GNULIB_MBSCHR.
8737         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
8738         * MODULES.html.sh (Internationalization functions): Add mbschr.
8739
8740 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
8741
8742         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
8743
8744         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
8745
8746 2007-02-04  Bruno Haible  <bruno@clisp.org>
8747
8748         New module description section 'configure.ac-early'.
8749         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
8750         (func_get_autoconf_early_snippet): New function.
8751         (func_import, func_create_testdir): Use it. Remove special cases for
8752         modules 'extensions' and 'lock'.
8753         * modules/extensions (configure.ac-early): Require
8754         gl_USE_SYSTEM_EXTENSIONS.
8755         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
8756
8757 2007-02-04  Bruno Haible  <bruno@clisp.org>
8758
8759         Make use of gcj-4.3's -fsource and -ftarget option.
8760         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
8761         and if so try the options -fsource and -ftarget.
8762         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
8763         source_version, ftarget_option, target_version arguments.
8764         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
8765         (is_envjavac_oldgcj_14_14_usable): Renamed from
8766         is_envjavac_gcj_14_14_usable.
8767         (is_envjavac_oldgcj_14_13_usable): Renamed from
8768         is_envjavac_gcj_14_13_usable.
8769         (is_gcj_present): Update.
8770         (is_gcj_43, is_gcj43_usable): New functions.
8771         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
8772         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
8773         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
8774         try the options -fsource and -ftarget.
8775
8776 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
8777
8778         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
8779         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
8780         larger value.
8781
8782 2007-02-03  Jim Meyering  <jim@meyering.net>
8783
8784         Give tools a better chance to allocate space for very large buffers.
8785         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
8786
8787         Make pwd and readlink work also when run with an unreadable parent dir
8788         on systems with openat support.
8789         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
8790         provided getcwd function, even when we have openat support.
8791         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
8792
8793 2007-02-02  Bruno Haible  <bruno@clisp.org>
8794
8795         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
8796         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
8797         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
8798         portability problems if one of these functions is only used on specific
8799         platforms.
8800         Reported by Paul Eggert.
8801
8802 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
8803
8804         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
8805         is causing more trouble than it's curing.
8806         * lib/regex_internal.h (__mempcpy): Remove.
8807         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
8808         (and make the code a tad smaller to boot).
8809         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
8810
8811 2007-02-02  Jim Meyering  <jim@meyering.net>
8812
8813         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
8814         section, not in the Makefile.am: one.
8815
8816 2007-02-02  Eric Blake  <ebb9@byu.net>
8817
8818         * lib/strchrnul.c: Always include config.h first.
8819
8820         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
8821         gnulib strstr is not necessary here.
8822
8823 2007-02-02  Simon Josefsson  <simon@josefsson.org>
8824
8825         * m4/socklen.m4: Fix typo.
8826
8827 2007-02-02  Eric Blake  <ebb9@byu.net>
8828
8829         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
8830         * modules/netinet_in (Makefile.am): Likewise.
8831
8832 2007-02-01  Bruno Haible  <bruno@clisp.org>
8833
8834         * lib/string_.h (GL_LINK_WARNING): New macro.
8835         (strcasecmp, strstr, strcasestr): If provided by the system,
8836         conditionally define as a macro that leads to a warning instead of to
8837         an error.
8838         (strncasecmp): Conditionally define as a macro that leads to a warning.
8839
8840 2007-02-01  Karl Berry  <karl@gnu.org>
8841
8842         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
8843
8844 2007-02-01  Bruno Haible  <bruno@clisp.org>
8845
8846         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
8847         renamings.
8848
8849 2007-02-01  Eric Blake  <ebb9@byu.net>
8850
8851         * modules/regex (Depends-on): Revert dependence on mempcpy.
8852         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
8853         module's definition of mempcpy.
8854         Reported by Paul Eggert.
8855
8856 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
8857
8858         * lib/string_.h: If the gnulib module XYZ is not present, undefine
8859         the symbol XYZ before redefining it.  This fixes a problem with
8860         programs that don't use XYZ, when compiled on systems that define
8861         XYZ to something else.
8862
8863 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
8864
8865         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
8866         occurs when "mkdir -m foo" creates a setgid directory that is (1)
8867         writeable to group or other and (2) is intended to have a special
8868         mode bit that is set or cleared.  In such a case, the directory
8869         should be neither group- nor other-writeable until the special
8870         mode bits are right.
8871
8872 2007-01-31  Eric Blake  <ebb9@byu.net>
8873
8874         * modules/mountlist (Depends-on): Add strstr.
8875
8876         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
8877         bug.
8878         * modules/string (Makefile.am): Remove redundant replacement.
8879         * modules/regex (Depends-on): Add mempcpy.
8880
8881 2007-01-31  Bruno Haible  <bruno@clisp.org>
8882
8883         New module description field 'Link'.
8884         * gnulib-tool (func_usage): Document --extract-link-directive.
8885         (sed_extract_prog): Recognize 'Link' directive.
8886         (func_get_link_directive): New function.
8887         (func_import): Show summary of link directives.
8888         Handle --extract-link-directive option.
8889         * modules/acl (Link): New section.
8890         * modules/clock-time (Link): New section.
8891         * modules/euidaccess (Link): New section.
8892         * modules/gettext (Link): New section.
8893         * modules/iconv (Link): New section.
8894         * modules/lock (Link): New section.
8895         * modules/nanosleep (Link): New section.
8896         * modules/readline (Link): New section.
8897
8898 2007-01-27  Bruno Haible  <bruno@clisp.org>
8899
8900         Enforce the use of gnulib modules for unportable <string.h> functions.
8901         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
8902         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
8903         (gl_HEADER_STRING_H_BODY): Require it.
8904         * lib/string_.h: If the gnulib module XYZ is not present, redefine
8905         the symbol XYZ to one that gives a link error.
8906         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
8907         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
8908         * modules/mempcpy (configure.ac): Likewise.
8909         * modules/memrchr (configure.ac): Likewise.
8910         * modules/stpcpy (configure.ac): Likewise.
8911         * modules/stpncpy (configure.ac): Likewise.
8912         * modules/strcase (configure.ac): Likewise.
8913         * modules/strcasestr (configure.ac): Likewise.
8914         * modules/strchrnul (configure.ac): Likewise.
8915         * modules/strdup (configure.ac): Likewise.
8916         * modules/strndup (configure.ac): Likewise.
8917         * modules/strnlen (configure.ac): Likewise.
8918         * modules/strpbrk (configure.ac): Likewise.
8919         * modules/strsep (configure.ac): Likewise.
8920         * modules/strstr (configure.ac): Likewise.
8921         * modules/strtok_r (configure.ac): Likewise.
8922
8923 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
8924
8925         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
8926
8927 2007-01-30  Jim Meyering  <jim@meyering.net>
8928
8929         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
8930
8931 2007-01-29  Bruno Haible  <bruno@clisp.org>
8932
8933         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
8934         * lib/execute.c: Likewise.
8935         * lib/pipe.c: Likewise.
8936         * lib/printf-args.h: Likewise.
8937         * lib/printf-args.c: Likewise.
8938         * lib/printf-parse.c: Likewise.
8939         * lib/vasnprintf.c: Likewise.
8940
8941 2007-01-29  Eric Blake  <ebb9@byu.net>
8942
8943         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
8944         declaration.
8945
8946 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
8947
8948         * lib/strptime.h (strptime): Use 'restrict' for args where
8949         POSIX requires this.
8950         * lib/strptime.c (strptime): Likewise.
8951         Change license notice from LGPL to GPL, since gnulib-tool will
8952         change this as needed.
8953         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
8954         defined.
8955         Include "strptime.h" first, to check interface.
8956         Do not #undef _LIBC and _NL_CURRENT.
8957         Do not include <stdlib.h>; no longer needed.
8958         Include "time_r.h" and declare ptime_locale_status
8959         only if _LIBC is not defined.
8960         (__P): Remove unused macro.
8961         (match_string): Bring back glibc version, but use it only if _LIBC
8962         is defined.
8963         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
8964         Remove unnecessary assertion and abort() call.
8965         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
8966         * m4/strptime.m4: Fix serial number comment.
8967         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
8968         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
8969         (Depends-on): Add time_r.
8970
8971 2007-01-29  Bruno Haible  <bruno@clisp.org>
8972
8973         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
8974         strptime.
8975         * modules/strptime (Depends-on): Add stdbool.
8976         * lib/strptime.h: Include <time.h> always. Add comments.
8977
8978 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
8979
8980         * modules/strptime: New file.
8981         * lib/strptime.h: New file.
8982         * lib/strptime.c: New file.
8983         * m4/strptime.m4: New file.
8984
8985 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
8986
8987         * MODULES.html.sh: New module mpsort.
8988         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
8989
8990         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
8991         a circularity problem with HP-UX ia64 reported by Bob Proulx in
8992         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
8993         All uses changed.
8994         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
8995         All uses changed.
8996         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
8997         to _Restrict_.
8998         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
8999         the parameter matches the prototype.
9000
9001 2007-01-28  Jim Meyering  <jim@meyering.net>
9002
9003         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
9004         sys/time.h here, reverting that part of the previous patch:
9005         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
9006
9007 2007-01-28  Bruno Haible  <bruno@clisp.org>
9008
9009         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
9010         value of $(SYS_TIME_H).
9011         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
9012         remove it conditionally, too. [added by Jim Meyering]
9013         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
9014         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
9015         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
9016         GETTIMEOFDAY_REPLACEMENT to 1.
9017
9018 2007-01-28  Bruno Haible  <bruno@clisp.org>
9019
9020         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
9021         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
9022         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
9023         Set UNISTD_H instead of UNISTD_H2.
9024         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
9025
9026 2007-01-28  Bruno Haible  <bruno@clisp.org>
9027
9028         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
9029         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
9030
9031 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9032
9033         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
9034         (func_create_testdir): Ensure C locale for `grep' and `tr'
9035         character ranges.
9036         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
9037         ACLOCAL_AMFLAGS parsing state machine.
9038
9039 2007-01-27  Bruno Haible  <bruno@clisp.org>
9040
9041         * modules/unistr/base: Update.
9042
9043 2007-01-27  Bruno Haible  <bruno@clisp.org>
9044
9045         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
9046         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
9047         * modules/unistr/u32-mbtouc-unsafe: Renamed from
9048         modules/unistr/u32-mbtouc.
9049         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
9050         * lib/unistr.h: Update.
9051         * lib/linebreak.c: Update.
9052         * modules/unistr/u32-mbtouc: Renamed from
9053         modules/unistr/u32-mbtouc-safe.
9054         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
9055         * lib/unistr.h: Update.
9056         * lib/unistr/u32-to-u8.c: Update.
9057         * lib/unistr/u32-to-u16.c: Update.
9058
9059 2007-01-27  Bruno Haible  <bruno@clisp.org>
9060
9061         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
9062         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
9063         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
9064         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
9065         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
9066         * modules/unistr/u16-mbtouc-unsafe: Renamed from
9067         modules/unistr/u16-mbtouc.
9068         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
9069         * lib/unistr.h: Update.
9070         * lib/linebreak.c: Update.
9071         * modules/linebreak: Update.
9072         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
9073         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
9074         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
9075         * modules/unistr/u16-mbtouc: Renamed from
9076         modules/unistr/u16-mbtouc-safe.
9077         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
9078         * lib/unistr.h: Update.
9079         * lib/unistr/u16-to-u8.c: Update.
9080         * modules/unistr/u16-to-u8: Update.
9081         * lib/unistr/u16-to-u32.c: Update.
9082         * modules/unistr/u16-to-u32: Update.
9083
9084 2007-01-27  Bruno Haible  <bruno@clisp.org>
9085
9086         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
9087         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
9088         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
9089         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
9090         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
9091         * modules/unistr/u8-mbtouc-unsafe: Renamed from
9092         modules/unistr/u8-mbtouc.
9093         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
9094         * lib/unistr.h: Update.
9095         * lib/striconveh.c: Update.
9096         * modules/striconveh: Update.
9097         * lib/linebreak.c: Update.
9098         * modules/linebreak: Update.
9099         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
9100         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
9101         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
9102         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
9103         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
9104         * lib/unistr.h: Update.
9105         * lib/striconveh.c: Update.
9106         * modules/striconveh: Update.
9107         * lib/unistr/u8-to-u16.c: Update.
9108         * modules/unistr/u8-to-u16: Update.
9109         * lib/unistr/u8-to-u32.c: Update.
9110         * modules/unistr/u8-to-u32: Update.
9111
9112 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9113
9114         Sync from Libtool.
9115         * lib/argz.c: Do not include strings.h nor memory.h, include
9116         string.h unconditionally.  Patch by Simon Josefsson.
9117
9118 2007-01-27  Bruno Haible  <bruno@clisp.org>
9119
9120         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
9121         from gl_HEADER_STRING_H_BODY.
9122         (gl_HEADER_STRING_H_BODY): Require it.
9123         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
9124         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
9125         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
9126         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
9127         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
9128         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
9129         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9130         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
9131         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
9132         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
9133         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
9134         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
9135         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
9136         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
9137         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9138
9139 2007-01-27  Bruno Haible  <bruno@clisp.org>
9140
9141         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
9142         check_PROGRAMS into noinst_PROGRAMS.
9143         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
9144         check_PROGRAMS in this case.
9145         (func_import): Set for_test to false.
9146         (func_create_testdir): Set for_test to true.
9147
9148 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
9149             Bruno Haible  <bruno@clisp.org>
9150
9151         * modules/strcasestr (Files): Remove lib/strcasestr.h.
9152         (Depends-on): Add string.
9153         (Includes): Use <string.h> instead of strcasestr.h.
9154         * modules/string (Makefile.am): Also substitute the value of
9155         REPLACE_STRCASESTR.
9156         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
9157         assume strcasestr is declared in <string.h> not <strings.h>. Also
9158         set REPLACE_STRCASESTR.
9159         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
9160         REPLACE_STRCASESTR.
9161         * lib/strcasestr.h: Remove file.
9162         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
9163         * lib/string_.h (strcasestr): New declaration.
9164
9165 2007-01-27  Bruno Haible  <bruno@clisp.org>
9166
9167         * lib/string_.h: Use 'extern'.
9168
9169 2007-01-27  Jim Meyering  <jim@meyering.net>
9170
9171         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
9172         of set-but-not-used local, "q".
9173
9174         * lib/mempcpy.c: Include <config.h> before <string.h>.
9175         This fixes a compilation error on HP-UX, due to the system's
9176         "restrict"-using mempcpy prototype.
9177
9178 2007-01-26  Bruno Haible  <bruno@clisp.org>
9179
9180         Small optimization.
9181         * lib/javacomp.c: Include c-strstr.h.
9182          (is_envjavac_gcj): Use c_strstr instead of strstr.
9183         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
9184
9185 2007-01-26  Bruno Haible  <bruno@clisp.org>
9186
9187         * MODULES.html.sh (Unicode string functions): Add the new modules.
9188
9189         * modules/uniconv/u32-strconv-to-locale: New file.
9190         * lib/uniconv/u32-strconv-to-locale.c: New file.
9191
9192         * modules/uniconv/u16-strconv-to-locale: New file.
9193         * lib/uniconv/u16-strconv-to-locale.c: New file.
9194
9195         * modules/uniconv/u8-strconv-to-locale: New file.
9196         * lib/uniconv/u8-strconv-to-locale.c: New file.
9197
9198         * modules/uniconv/u32-strconv-from-locale: New file.
9199         * lib/uniconv/u32-strconv-from-locale.c: New file.
9200
9201         * modules/uniconv/u16-strconv-from-locale: New file.
9202         * lib/uniconv/u16-strconv-from-locale.c: New file.
9203
9204         * modules/uniconv/u8-strconv-from-locale: New file.
9205         * lib/uniconv/u8-strconv-from-locale.c: New file.
9206
9207         * modules/uniconv/u32-strconv-to-enc: New file.
9208         * lib/uniconv/u32-strconv-to-enc.c: New file.
9209         * modules/uniconv/u32-strconv-to-enc-tests: New file.
9210         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
9211
9212         * modules/uniconv/u16-strconv-to-enc: New file.
9213         * lib/uniconv/u16-strconv-to-enc.c: New file.
9214         * lib/uniconv/u-strconv-to-enc.h: New file.
9215         * modules/uniconv/u16-strconv-to-enc-tests: New file.
9216         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
9217
9218         * modules/uniconv/u8-strconv-to-enc: New file.
9219         * lib/uniconv/u8-strconv-to-enc.c: New file.
9220         * modules/uniconv/u8-strconv-to-enc-tests: New file.
9221         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
9222
9223         * modules/uniconv/u32-strconv-from-enc: New file.
9224         * lib/uniconv/u32-strconv-from-enc.c: New file.
9225         * modules/uniconv/u32-strconv-from-enc-tests: New file.
9226         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
9227
9228         * modules/uniconv/u16-strconv-from-enc: New file.
9229         * lib/uniconv/u16-strconv-from-enc.c: New file.
9230         * modules/uniconv/u16-strconv-from-enc-tests: New file.
9231         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
9232
9233         * modules/uniconv/u8-strconv-from-enc: New file.
9234         * lib/uniconv/u8-strconv-from-enc.c: New file.
9235         * lib/uniconv/u-strconv-from-enc.h: New file.
9236         * modules/uniconv/u8-strconv-from-enc-tests: New file.
9237         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
9238
9239         * modules/uniconv/u32-conv-from-enc: New file.
9240         * lib/uniconv/u32-conv-from-enc.c: New file.
9241         * modules/uniconv/u32-conv-from-enc-tests: New file.
9242         * tests/uniconv/test-u32-conv-from-enc.c: New file.
9243
9244         * modules/uniconv/u16-conv-from-enc: New file.
9245         * lib/uniconv/u16-conv-from-enc.c: New file.
9246         * lib/uniconv/u-conv-from-enc.h: New file.
9247         * modules/uniconv/u16-conv-from-enc-tests: New file.
9248         * tests/uniconv/test-u16-conv-from-enc.c: New file.
9249
9250         * modules/uniconv/u8-conv-from-enc: New file.
9251         * lib/uniconv/u8-conv-from-enc.c: New file.
9252         * modules/uniconv/u8-conv-from-enc-tests: New file.
9253         * tests/uniconv/test-u8-conv-from-enc.c: New file.
9254
9255         * modules/uniconv/base: New file.
9256         * lib/uniconv.h: New file.
9257
9258 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
9259
9260         * doc/gnulib-tool.texi (Initial import): Update to match current
9261         behavior with strdup module.
9262         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
9263         * lib/memmem.h: Remove; all uses removed.  This is now done
9264         by <string.h>.
9265         * lib/mempcpy.h: Likewise.
9266         * lib/memrchr.h: Likewise.
9267         * lib/stpcpy.h: Likewise.
9268         * lib/stpncpy.h: Likewise.
9269         * lib/strcase.h: Likewise.
9270         * lib/strchrnul.h: Likewise.
9271         * lib/strdup.h: Likewise.
9272         * lib/strndup.h: Likewise.
9273         * lib/strnlen.h: Likewise.
9274         * lib/strpbrk.h: Likewise.
9275         * lib/strsep.h: Likewise.
9276         * lib/strstr.h: Likewise.
9277         * lib/strtok_r.h: Likewise.
9278         * lib/string_.h: New file.
9279         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
9280         Rely on <string.h> instead.
9281         * lib/canon-host.c: Likewise.
9282         * lib/chdir-long.c: Likewise.
9283         * lib/concatpath.c: Likewise.
9284         * lib/exclude.c: Likewise.
9285         * lib/fchdir.c: Likewise.
9286         * lib/getaddrinfo.c: Likewise.
9287         * lib/getcwd.c: Likewise.
9288         * lib/getsubopt.c: Likewise.
9289         * lib/glob.c: Likewise.
9290         * lib/hard-locale.c: Likewise.
9291         * lib/iconvme.c: Likewise.
9292         * lib/javacomp.c: Likewise.
9293         * lib/mempcpy.c: Likewise.
9294         * lib/memrchr.c: Likewise.
9295         * lib/regex_internal.h: Likewise.
9296         * lib/stpncpy.c: Likewise.
9297         * lib/strcasecmp.c: Likewise.
9298         * lib/strchrnul.c: Likewise.
9299         * lib/strdup.c: Likewise.
9300         * lib/striconv.c: Likewise.
9301         * lib/striconveh.c: Likewise.
9302         * lib/striconveha.c: Likewise.
9303         * lib/strncasecmp.c: Likewise.
9304         * lib/strndup.c: Likewise.
9305         * lib/strnlen.c: Likewise.
9306         * lib/strsep.c: Likewise.
9307         * lib/strstr.c: Likewise.
9308         * lib/strtok_r.c: Likewise.
9309         * lib/userspec.c: Likewise.
9310         * lib/w32spawn.h: Likewise.
9311         * lib/xstrndup.c: Likewise.
9312         * lib/mountlist.c (strstr): Remove decl.
9313         * m4/string_h.m4: New file.
9314         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
9315         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
9316         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
9317         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
9318         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
9319         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
9320         Set REPLACE_STRCASECMP if necessary.
9321         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
9322         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
9323         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
9324         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
9325         HAVE_DECL_STRDUP if necessary.
9326         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
9327         since gl_FUNC_STRNDUP does that now.
9328         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
9329         Check for decl here...
9330         (gl_PREREQ_STRNLEN): ... not here.
9331         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
9332         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
9333         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
9334         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
9335         necessary.
9336         * modules/string: New file.
9337         * modules/memmem (Files): Remove special-purpose include file.
9338         (Depends-on): Add string.
9339         (Include): Include <string.h>, not the removed file.
9340         * modules/mempcpy: Likewise.
9341         * modules/memrchr: Likewise.
9342         * modules/stpcpy: Likewise.
9343         * modules/stpncpy: Likewise.
9344         * modules/strcase: Likewise.
9345         * modules/strchrnul: Likewise.
9346         * modules/strdup: Likewise.
9347         * modules/strndup: Likewise.
9348         * modules/strnlen: Likewise.
9349         * modules/strpbrk: Likewise.
9350         * modules/strsep: Likewise.
9351         * modules/strstr: Likewise.
9352         * modules/strtok_r: Likewise.
9353         * tests/test-dirname.c: Don't include "strdup.h", since
9354         <string.h> now suffices.
9355         * tests/test-memmem.c: Don't include "memmem.h", since
9356         <string.h> now suffices.
9357
9358 2007-01-25  Bruno Haible  <bruno@clisp.org>
9359
9360         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
9361         *resultp is 0.
9362
9363         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
9364         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
9365         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
9366         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
9367
9368         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
9369         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
9370         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
9371         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
9372         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
9373         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
9374
9375 2007-01-24  Bruno Haible  <bruno@clisp.org>
9376
9377         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
9378         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
9379         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
9380         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
9381         gl_FUNC_FTS_CORE.
9382         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
9383         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
9384         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
9385         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
9386         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
9387         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
9388         gl_FUNC_FCHOWNAT.
9389         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
9390         gl_FUNC_STRFTIME.
9391         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
9392         Reported by Ralf Wildenhues.
9393
9394 2007-01-24  Bruno Haible  <bruno@clisp.org>
9395
9396         Drop AC_REQUIRE calls that are redundant with the module dependencies.
9397         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
9398         gl_GETADDRINFO.
9399         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
9400         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
9401         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
9402
9403 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
9404
9405         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
9406         Don't use 'exit'; just return from 'main'.
9407         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
9408
9409         * lib/fnmatch_.h: Readjust white space and comments to match
9410         glibc, to avoid spurious diffs.
9411
9412 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9413
9414         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
9415         2004-12-01 change by Jakub Jelinek, since this code won't compile
9416         if !LIBC.  Problem reported by Bob Proulx.
9417
9418 2007-01-23  Bruno Haible  <bruno@clisp.org>
9419
9420         * lib/striconveh.c: Include c-strcaseeq.h.
9421         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
9422         * modules/striconveh (Depends-on): Add c-strcaseeq.
9423
9424 2007-01-23  Bruno Haible  <bruno@clisp.org>
9425
9426         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
9427
9428         * modules/c-strcaseeq: New file.
9429         * lib/c-strcaseeq.h: New file.
9430
9431         * modules/streq: New file.
9432         * lib/streq.h: New file.
9433
9434 2007-01-23  Bruno Haible  <bruno@clisp.org>
9435
9436         * modules/striconveha-tests: New file.
9437         * tests/test-striconveha.c: New file.
9438
9439         * lib/striconveha.h: Include <stdbool.h>.
9440         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
9441         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
9442         (mem_iconveha_notranslit): Renamed from mem_iconveha.
9443         (mem_iconveha): New function.
9444         (str_iconveha_notranslit): Renamed from str_iconveha.
9445         (str_iconveha): New function.
9446         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
9447         c-strcase.
9448
9449 2007-01-23  Bruno Haible  <bruno@clisp.org>
9450
9451         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
9452         encodings without forgiving before trying any encoding with handler.
9453         (str_iconveha): Try all encodings without forgiving before trying any
9454         encoding with handler.
9455
9456 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9457
9458         Import the following changes from libc.
9459
9460         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
9461
9462         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
9463
9464         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
9465
9466         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
9467         normal_bracket label.
9468
9469         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
9470
9471         [BZ #361]
9472         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
9473         to normal_bracket after fetching the next character.
9474
9475 2007-01-22  Bruno Haible  <bruno@clisp.org>
9476
9477         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
9478         argument.
9479         * lib/striconveh.c (iconv_carefully_1): New function.
9480         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
9481         argument.
9482         (str_cd_iconveh): Update.
9483         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
9484         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
9485         * tests/test-striconveh.c (MAGIC): New macro.
9486         (new_offsets): New function.
9487         (main): Test call with and without offsets.
9488
9489 2007-01-22  Bruno Haible  <bruno@clisp.org>
9490
9491         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
9492         * modules/sys_select (Makefile.am): Likewise.
9493         * modules/sys_socket (Makefile.am): Likewise.
9494         * modules/sys_time (Makefile.am): Likewise.
9495
9496 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9497
9498         * modules/gettimeofday (License): Change from GPL to LGPL, since
9499         gettimeofday is a library function.
9500
9501 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9502
9503         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
9504
9505 2007-01-21  Bruno Haible  <bruno@clisp.org>
9506
9507         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
9508
9509 2007-01-21  Bruno Haible  <bruno@clisp.org>
9510
9511         * modules/striconveha: New file.
9512         * lib/striconveha.h: New file.
9513         * lib/striconveha.c: New file.
9514         * MODULES.html.sh (Internationalization functions): Add striconveha.
9515         * lib/striconv.c (str_iconv): Optimize the case of an empty input
9516         string.
9517         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
9518
9519 2007-01-21  Bruno Haible  <bruno@clisp.org>
9520
9521         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
9522         * lib/striconveh.c (str_iconveh): Likewise.
9523
9524 2007-01-21  Bruno Haible  <bruno@clisp.org>
9525
9526         * lib/striconveh.h (mem_iconveh): New declaration.
9527         * lib/striconveh.c (mem_iconveh): New function.
9528         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
9529
9530 2007-01-21  Bruno Haible  <bruno@clisp.org>
9531
9532         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
9533
9534         * lib/striconveh.h (mem_cd_iconveh): Change specification.
9535         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
9536         original result buffer.
9537         (str_cd_iconveh): Update.
9538         * tests/test-striconveh.c (main): Update.
9539
9540         * lib/striconv.h (mem_cd_iconv): Change specification.
9541         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
9542         result buffer.
9543         (str_cd_iconv): Update.
9544         * tests/test-striconv.c (main): Update.
9545
9546 2007-01-21  Bruno Haible  <bruno@clisp.org>
9547
9548         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
9549
9550 2007-01-20  Jim Meyering  <jim@meyering.net>
9551
9552         * lib/userspec.c (parse_with_separator): If a user or group string
9553         starts with "+", skip the corresponding name-to-ID look-up, since
9554         such a look-up must fail: user and group names may not include "+".
9555
9556 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
9557
9558         * lib/poll.c: Include sys/time.h and time.h unconditionally,
9559         since we now assume the sys_time module.
9560         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
9561         check for sys/time.h; no longer needed.
9562         * modules/poll (Depends-on): Depend on sys_time.
9563
9564 2007-01-18  Bruno Haible  <bruno@clisp.org>
9565
9566         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
9567         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
9568
9569         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
9570         gettimeofday.
9571
9572         * tests/test-gettimeofday.c: Include <time.h>.
9573         (dummy): Remove variable.
9574
9575         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
9576         gl_HEADER_SYS_TIME_H.
9577         (gl_HEADER_SYS_TIME_H): New macro.
9578
9579         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
9580         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9581         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
9582         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
9583         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9584         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
9585         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
9586         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9587         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
9588         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
9589         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9590
9591         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
9592         last change; it caused a compilation error when cross-compiling to
9593         Cygwin.
9594
9595 2007-01-18  Jim Meyering  <jim@meyering.net>
9596
9597         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
9598         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
9599         than the race-prone "test -d sys || mkdir sys".
9600         (configure.ac): Use AC_PROG_MKDIR_P.
9601         * modules/sys_select: Likewise.
9602         * modules/sys_socket: Likewise.
9603         * modules/sys_time: Likewise.
9604
9605 2007-01-18  Eric Blake  <ebb9@byu.net>
9606
9607         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
9608         replace gettimeofday.
9609         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
9610         name, to avoid infinite recursion.
9611
9612 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
9613
9614         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
9615         module sys_time.
9616         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
9617         assume timespec.h defines struct timeval.
9618         * lib/settime.c: Likewise.
9619         * lib/utimens.c: Likewise.
9620         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
9621         since we now assume the gettimeofday module.
9622         * lib/tempname.c (__gen_tempname): Likewise.
9623         * lib/gettimeofday.h: Remove.
9624         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
9625         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
9626         Include <time.h>, for 'time()'.
9627         (localtime_buffer_addr): Also use this workaround if
9628         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
9629         to simplify the uses.  All uses changed.
9630         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
9631         that #undef is inside {}, and 'const' follows type name consistently.
9632         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
9633         (gettimeofday): Do not use the maximum possible value for
9634         tv->tv_usec, since that might break usages other than ls.c.
9635         Instead, we'll leave ls.c alone.  This undoes today's patch
9636         by Bruno.  Add a compile-time warning for 1s-clock resolution;
9637         we've never observed the problem but might as well keep the
9638         canary.
9639         * lib/nanosleep.c: Include timespec.h first, for interface check.
9640         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
9641         now assume the sys_time module.
9642         * lib/tempname.c: Likewise.
9643         * lib/timespec.h: Likewise.
9644         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
9645         needed.
9646         * lib/strftime.c: Likewise.
9647         * lib/timespec.h: Likewise.
9648         * lib/posixtm.c: Include posixtm.h first, for interface check.
9649         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
9650         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
9651         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
9652         * lib/sys_time_.h: New file.
9653         * lib/timespec.h (struct timespec): Use long int, not long.
9654         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
9655         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
9656         Remove obsolescent call to AC_HEADER_TIME.
9657         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
9658         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9659         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
9660         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
9661         Likewise.
9662         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
9663         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
9664         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
9665         into the sys_time module.  Check for gettimeofday just once.
9666         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
9667         for gettimeofday signature to just check the signature.  Merely
9668         compile it, since linking doesn't test signature.  Improve test for
9669         whether gettimeofday.o is actually needed.
9670         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
9671         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
9672         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
9673         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9674         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
9675         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
9676         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
9677         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
9678         than worrying about sys/time.h.
9679         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
9680         Don't bother worrying about TIME_WITH_SYS_TIME.
9681         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
9682         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
9683         * m4/sys_time_h.m4: New file.
9684         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
9685         Don't include sys/time.h.  Return from main rather than exiting.
9686         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
9687         all uses changed.
9688         * modules/gethrxtime (Depends-on): Add sys_time.
9689         * modules/gettime (Depends-on): Likewise.
9690         * modules/gettimeofday (Depends-on): Likewise.
9691         * modules/nanosleep (Depends-on): Likewise.
9692         * modules/settime (Depends-on): Likewise.
9693         * modules/tempname (Depends-on): Likewise.
9694         * modules/utimens (Depends-on): Likewise.
9695         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
9696         (Include:) Change back to <sys/time.h>.
9697         (Maintainer:) Add self.
9698         * modules/sys_time: New file.
9699         * modules/tempname (Depends-on): Add gettimeofday.
9700         * tests/test-gettimeofday.c: Include <sys/time.h>
9701         rather than gettimeofday.h.
9702
9703 2007-01-17  Bruno Haible  <bruno@clisp.org>
9704
9705         * gnulib-tool (func_get_license): Revert last patch. Instead, let
9706         the license default to GPL.
9707         (func_create_testdir): Don't complain if a module is LGPL and its
9708         tests module depends on GPLed modules.
9709
9710 2007-01-17  Bruno Haible  <bruno@clisp.org>
9711
9712         * lib/gettimeofday.c (gettimeofday): Add code for the case
9713         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
9714         maximum possible value for tv->tv_usec, rather than the minimum one.
9715
9716 2005-10-08  Martin Lambers  <marlam@marlam.de>
9717 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
9718 2007-01-16  Bruno Haible  <bruno@clisp.org>
9719
9720         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
9721         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
9722         gl_FUNC_GETTIMEOFDAY.
9723         (Include): Add gettimeofday.h.
9724         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
9725         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
9726         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
9727         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
9728         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
9729         * lib/gettimeofday.h: New file.
9730         * lib/gettimeofday.c: Include <sys/timeb.h>.
9731         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
9732         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
9733         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
9734         fall back on time().
9735
9736         * tests/test-gettimeofday.c: New file.
9737         * modules/gettimeofday-tests: New file.
9738
9739 2007-01-16  Eric Blake  <ebb9@byu.net>
9740
9741         * modules/fnmatch (Depends-on): Depend on wchar.
9742         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
9743         * m4/fnmatch.m4: Likewise.
9744         * modules/mbchar (Makefile.am): Assume <wchar.h>.
9745         * m4/mbchar.m4: Likewise.
9746         * modules/mbswidth (Depends-on): Depend on wchar.
9747         * lib/mbswidth.c: Assume <wchar.h>.
9748         * m4/mbswidth.m4: Likewise.
9749         * modules/quotearg (Depends-on): Depend on wchar.
9750         * lib/quotearg.c: Assume <wchar.h>.
9751         * m4/quotearg.m4: Likewise.
9752         * modules/regex (Depends-on): Depend on wchar.
9753         * lib/regex_internal.h: Assume <wchar.h>.
9754         * m4/regex.m4: Likewise.
9755         * modules/stdint (Depends-on): Depend on wchar.
9756         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
9757         * m4/stdint.m4: Likewise.
9758         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
9759         * modules/strftime (Depends-on): Depend on wchar.
9760         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
9761         * modules/strtol (Depends-on): Depend on wchar.
9762         * lib/strtol.c: Assume <wchar.h>.
9763         * modules/wcwidth (Depends-on): Depend on wchar.
9764         * lib/wcwidth.h: Assume <wchar.h>.
9765         * m4/wcwidth.m4: Likewise.
9766
9767 2007-01-16  Bruno Haible  <bruno@clisp.org>
9768
9769         * modules/csharpexec-script: New, created from...
9770         * modules/csharpexec: ... this.
9771
9772 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
9773
9774         * modules/javaexec-script: New, created from...
9775         * modules/javaexec: ... this.
9776
9777 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9778
9779         * modules/poll (Dependencies): Add sys_select.
9780
9781 2007-01-15  Jim Meyering  <jim@meyering.net>
9782
9783         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
9784         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
9785         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
9786         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
9787
9788 2007-01-15  Bruno Haible  <bruno@clisp.org>
9789
9790         * modules/striconveh: New file.
9791         * lib/striconveh.h: New file.
9792         * lib/striconveh.c: New file.
9793         * MODULES.html.sh (Internationalization functions): Add striconveh.
9794
9795         * modules/striconveh-tests: New file.
9796         * tests/test-striconveh.c: New file.
9797
9798 2007-01-15  Bruno Haible  <bruno@clisp.org>
9799
9800         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
9801         not from GNU libiconv or GNU libc.
9802
9803 2007-01-15  Bruno Haible  <bruno@clisp.org>
9804
9805         * doc/gnulib-intro.texi (Copyright): Explain the different license
9806         terms for module descriptions, autoconf macros, tests, documentation.
9807
9808 2007-01-14  Bruno Haible  <bruno@clisp.org>
9809
9810         * modules/striconv-tests: New file.
9811         * tests/test-striconv.c: New file.
9812
9813 2007-01-14  Bruno Haible  <bruno@clisp.org>
9814
9815         * modules/iconv-tests: New file.
9816         * tests/test-iconv.c: New file.
9817
9818 2007-01-14  Bruno Haible  <bruno@clisp.org>
9819
9820         * gnulib-tool (func_get_license): For test modules, use the license of
9821         the main module.
9822
9823 2007-01-14  Bruno Haible  <bruno@clisp.org>
9824
9825         * modules/iconv (Include): Clarify that <iconv.h> can only be included
9826         if iconv is found to exist.
9827
9828 2007-01-14  Bruno Haible  <bruno@clisp.org>
9829
9830         * modules/c-ctype-tests: New file.
9831         * tests/test-c-ctype.c: New file.
9832
9833 2007-01-14  Bruno Haible  <bruno@clisp.org>
9834
9835         * modules/binary-io-tests: New file.
9836         * tests/test-binary-io.sh: New file.
9837         * tests/test-binary-io.c: New file.
9838
9839 2007-01-14  Bruno Haible  <bruno@clisp.org>
9840
9841         * modules/array-oset-tests: New file.
9842         * tests/test-array_oset.c: New file.
9843
9844 2007-01-14  Bruno Haible  <bruno@clisp.org>
9845
9846         * modules/array-list-tests: New file.
9847         * tests/test-array_list.c: New file.
9848
9849 2007-01-14  Bruno Haible  <bruno@clisp.org>
9850
9851         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
9852         and make.
9853         Reported by Simon Josefsson in
9854         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
9855
9856 2007-01-14  Bruno Haible  <bruno@clisp.org>
9857
9858         * modules/allocsa-tests: New file.
9859         * tests/test-allocsa.c: New file.
9860
9861 2007-01-14  Bruno Haible  <bruno@clisp.org>
9862
9863         * modules/fchdir (Depends-on): Add absolute-header.
9864         * modules/unistd (Depends-on): Likewise.
9865
9866 2006-12-30  Bruno Haible  <bruno@clisp.org>
9867
9868         * modules/fchdir: New file.
9869         * modules/unistd (Files): Add lib/unistd_.h.
9870         (Makefile.am): Generate unistd.h from unistd_.h.
9871         * lib/fchdir.c: New file.
9872         * lib/dirent_.h: New file.
9873         * lib/unistd_.h: New file.
9874         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
9875         * m4/fchdir.m4: New file.
9876         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
9877         (gl_HEADER_UNISTD): Invoke it.
9878         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
9879         function.
9880         * lib/backupfile.c (opendir, closedir): Undefine.
9881         * lib/chown.c (open, close): Undefine.
9882         * lib/clean-temp.c (open, close): Undefine.
9883         * lib/copy-file.c (open, close): Undefine.
9884         * lib/execute.c (open, close): Undefine.
9885         * lib/fsusage.c (open, close): Undefine.
9886         * lib/gc-gnulib.c (open, close): Undefine.
9887         * lib/getcwd.c (opendir, closedir): Undefine.
9888         * lib/glob.c (opendir, closedir): Undefine.
9889         * lib/javacomp.c (open, close): Undefine.
9890         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
9891         * lib/openat-proc.c (open, close): Undefine.
9892         * lib/pagealign_alloc.c (open, close): Undefine.
9893         * lib/pipe.c (open, close): Undefine.
9894         * lib/progreloc.c (open, close): Undefine.
9895         * lib/savedir.c (opendir, closedir): Undefine.
9896         * lib/utime.c (open, close): Undefine.
9897         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
9898
9899 2007-01-10  Bruno Haible  <bruno@clisp.org>
9900
9901         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
9902
9903 2007-01-12  Eric Blake  <ebb9@byu.net>
9904
9905         Provide a robust <wchar.h>.  Further simplifications are now
9906         possible in other modules, but not included here.
9907         * modules/wchar: New module.
9908         * m4/wchar.m4: New file.
9909         * lib/wchar_.h: Likewise.
9910         * modules/mbchar (Depends-on): Depend on wchar, as the first use
9911         of the new module.
9912         * MODULES.html.sh (Extended multibyte and wide character utilities):
9913         New section.
9914
9915 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
9916
9917         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
9918         to a reasonable default for memory allocation.
9919         (xreadlink): Don't allocate a huge buffer, to work around a buggy
9920         file system that reports garbage st_size values for symlinks.
9921         Problem reported by Liyang Hu.
9922
9923 2007-01-11  Simon Josefsson  <simon@josefsson.org>
9924
9925         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
9926         Emacs .#* auto-save files).
9927
9928 2007-01-11  Bruno Haible  <bruno@clisp.org>
9929
9930         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
9931         directory.
9932
9933 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9934
9935         Use @...@ consistently in lib/wctype_.h.
9936         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
9937         on it being set to 1 or 0.
9938         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
9939         go back to AC_SUBSTing it.
9940         * modules/wctype (Makefile.am): Undo previous change.
9941
9942 2007-01-10  Eric Blake  <ebb9@byu.net>
9943
9944         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
9945         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
9946         * modules/wctype (Makefile.am): Likewise.
9947         Reported by Chris McGuire.
9948
9949 2007-01-10  Jim Meyering  <jim@meyering.net>
9950
9951         fts.c: a small readability/maintainability improvement
9952         * lib/fts.c (fts_read): Make this code slightly more readable and
9953         maintainable by hoisting the "sp->fts_cur = p" assignments to
9954         immediately follow the statements that set P.  Derived from
9955         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
9956
9957 2007-01-10  Eric Blake  <ebb9@byu.net>
9958
9959         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
9960         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
9961         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
9962         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
9963         Reported by Chris McGuire.
9964
9965 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9966
9967         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
9968         in sed script.
9969
9970 2007-01-09  Bruno Haible  <bruno@clisp.org>
9971
9972         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
9973         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
9974         variables.
9975         (func_module): Use them.
9976
9977 2007-01-09  Bruno Haible  <bruno@clisp.org>
9978
9979         * modules/unistr/base: New file.
9980         * lib/unistr.h: New file.
9981
9982         * modules/unistr/u8-to-u16: New file.
9983         * lib/unistr/u8-to-u16.c: New file.
9984
9985         * modules/unistr/u8-to-u32: New file.
9986         * lib/unistr/u8-to-u32.c: New file.
9987
9988         * modules/unistr/u16-to-u8: New file.
9989         * lib/unistr/u16-to-u8.c: New file.
9990
9991         * modules/unistr/u16-to-u32: New file.
9992         * lib/unistr/u16-to-u32.c: New file.
9993
9994         * modules/unistr/u32-to-u8: New file.
9995         * lib/unistr/u32-to-u8.c: New file.
9996
9997         * modules/unistr/u32-to-u16: New file.
9998         * lib/unistr/u32-to-u16.c: New file.
9999
10000         * modules/unistr/u8-check: New file.
10001         * modules/unistr/u16-check: New file.
10002         * modules/unistr/u32-check: New file.
10003         * lib/unistr/u8-check.c: New file.
10004         * lib/unistr/u16-check.c: New file.
10005         * lib/unistr/u32-check.c: New file.
10006
10007         * modules/unistr/u8-chr: New file.
10008         * modules/unistr/u16-chr: New file.
10009         * modules/unistr/u32-chr: New file.
10010         * lib/unistr/u8-chr.c: New file.
10011         * lib/unistr/u16-chr.c: New file.
10012         * lib/unistr/u32-chr.c: New file.
10013
10014         * modules/unistr/u8-cmp: New file.
10015         * modules/unistr/u16-cmp: New file.
10016         * modules/unistr/u32-cmp: New file.
10017         * lib/unistr/u8-cmp.c: New file.
10018         * lib/unistr/u16-cmp.c: New file.
10019         * lib/unistr/u32-cmp.c: New file.
10020
10021         * modules/unistr/u8-cpy: New file.
10022         * modules/unistr/u16-cpy: New file.
10023         * modules/unistr/u32-cpy: New file.
10024         * lib/unistr/u8-cpy.c: New file.
10025         * lib/unistr/u16-cpy.c: New file.
10026         * lib/unistr/u32-cpy.c: New file.
10027         * lib/unistr/u-cpy.h: New file.
10028
10029         * modules/unistr/u8-cpy-alloc: New file.
10030         * modules/unistr/u16-cpy-alloc: New file.
10031         * modules/unistr/u32-cpy-alloc: New file.
10032         * lib/unistr/u8-cpy-alloc.c: New file.
10033         * lib/unistr/u16-cpy-alloc.c: New file.
10034         * lib/unistr/u32-cpy-alloc.c: New file.
10035         * lib/unistr/u-cpy-alloc.h: New file.
10036
10037         * modules/unistr/u8-endswith: New file.
10038         * modules/unistr/u16-endswith: New file.
10039         * modules/unistr/u32-endswith: New file.
10040         * lib/unistr/u8-endswith.c: New file.
10041         * lib/unistr/u16-endswith.c: New file.
10042         * lib/unistr/u32-endswith.c: New file.
10043         * lib/unistr/u-endswith.h: New file.
10044
10045         * modules/unistr/u8-mblen: New file.
10046         * modules/unistr/u16-mblen: New file.
10047         * modules/unistr/u32-mblen: New file.
10048         * lib/unistr/u8-mblen.c: New file.
10049         * lib/unistr/u16-mblen.c: New file.
10050         * lib/unistr/u32-mblen.c: New file.
10051
10052         * modules/unistr/u8-mbtouc: New file.
10053         * modules/unistr/u16-mbtouc: New file.
10054         * modules/unistr/u32-mbtouc: New file.
10055         * lib/unistr/u8-mbtouc.c: New file.
10056         * lib/unistr/u16-mbtouc.c: New file.
10057         * lib/unistr/u32-mbtouc.c: New file.
10058
10059         * modules/unistr/u8-mbtouc-safe: New file.
10060         * modules/unistr/u16-mbtouc-safe: New file.
10061         * modules/unistr/u32-mbtouc-safe: New file.
10062         * lib/unistr/u8-mbtouc-safe.c: New file.
10063         * lib/unistr/u16-mbtouc-safe.c: New file.
10064         * lib/unistr/u32-mbtouc-safe.c: New file.
10065
10066         * modules/unistr/u8-move: New file.
10067         * modules/unistr/u16-move: New file.
10068         * modules/unistr/u32-move: New file.
10069         * lib/unistr/u8-move.c: New file.
10070         * lib/unistr/u16-move.c: New file.
10071         * lib/unistr/u32-move.c: New file.
10072         * lib/unistr/u-move.h: New file.
10073
10074         * modules/unistr/u8-next: New file.
10075         * modules/unistr/u16-next: New file.
10076         * modules/unistr/u32-next: New file.
10077         * lib/unistr/u8-next.c: New file.
10078         * lib/unistr/u16-next.c: New file.
10079         * lib/unistr/u32-next.c: New file.
10080
10081         * modules/unistr/u8-prev: New file.
10082         * modules/unistr/u16-prev: New file.
10083         * modules/unistr/u32-prev: New file.
10084         * lib/unistr/u8-prev.c: New file.
10085         * lib/unistr/u16-prev.c: New file.
10086         * lib/unistr/u32-prev.c: New file.
10087
10088         * modules/unistr/u8-set: New file.
10089         * modules/unistr/u16-set: New file.
10090         * modules/unistr/u32-set: New file.
10091         * lib/unistr/u8-set.c: New file.
10092         * lib/unistr/u16-set.c: New file.
10093         * lib/unistr/u32-set.c: New file.
10094         * lib/unistr/u-set.h: New file.
10095
10096         * modules/unistr/u8-startswith: New file.
10097         * modules/unistr/u16-startswith: New file.
10098         * modules/unistr/u32-startswith: New file.
10099         * lib/unistr/u8-startswith.c: New file.
10100         * lib/unistr/u16-startswith.c: New file.
10101         * lib/unistr/u32-startswith.c: New file.
10102         * lib/unistr/u-startswith.h: New file.
10103
10104         * modules/unistr/u8-stpcpy: New file.
10105         * modules/unistr/u16-stpcpy: New file.
10106         * modules/unistr/u32-stpcpy: New file.
10107         * lib/unistr/u8-stpcpy.c: New file.
10108         * lib/unistr/u16-stpcpy.c: New file.
10109         * lib/unistr/u32-stpcpy.c: New file.
10110         * lib/unistr/u-stpcpy.h: New file.
10111
10112         * modules/unistr/u8-stpncpy: New file.
10113         * modules/unistr/u16-stpncpy: New file.
10114         * modules/unistr/u32-stpncpy: New file.
10115         * lib/unistr/u8-stpncpy.c: New file.
10116         * lib/unistr/u16-stpncpy.c: New file.
10117         * lib/unistr/u32-stpncpy.c: New file.
10118         * lib/unistr/u-stpncpy.h: New file.
10119
10120         * modules/unistr/u8-strcat: New file.
10121         * modules/unistr/u16-strcat: New file.
10122         * modules/unistr/u32-strcat: New file.
10123         * lib/unistr/u8-strcat.c: New file.
10124         * lib/unistr/u16-strcat.c: New file.
10125         * lib/unistr/u32-strcat.c: New file.
10126         * lib/unistr/u-strcat.h: New file.
10127
10128         * modules/unistr/u8-strchr: New file.
10129         * modules/unistr/u16-strchr: New file.
10130         * modules/unistr/u32-strchr: New file.
10131         * lib/unistr/u8-strchr.c: New file.
10132         * lib/unistr/u16-strchr.c: New file.
10133         * lib/unistr/u32-strchr.c: New file.
10134
10135         * modules/unistr/u8-strcmp: New file.
10136         * modules/unistr/u16-strcmp: New file.
10137         * modules/unistr/u32-strcmp: New file.
10138         * lib/unistr/u8-strcmp.c: New file.
10139         * lib/unistr/u16-strcmp.c: New file.
10140         * lib/unistr/u32-strcmp.c: New file.
10141
10142         * modules/unistr/u8-strcpy: New file.
10143         * modules/unistr/u16-strcpy: New file.
10144         * modules/unistr/u32-strcpy: New file.
10145         * lib/unistr/u8-strcpy.c: New file.
10146         * lib/unistr/u16-strcpy.c: New file.
10147         * lib/unistr/u32-strcpy.c: New file.
10148         * lib/unistr/u-strcpy.h: New file.
10149
10150         * modules/unistr/u8-strcspn: New file.
10151         * modules/unistr/u16-strcspn: New file.
10152         * modules/unistr/u32-strcspn: New file.
10153         * lib/unistr/u8-strcspn.c: New file.
10154         * lib/unistr/u16-strcspn.c: New file.
10155         * lib/unistr/u32-strcspn.c: New file.
10156         * lib/unistr/u-strcspn.h: New file.
10157
10158         * modules/unistr/u8-strdup: New file.
10159         * modules/unistr/u16-strdup: New file.
10160         * modules/unistr/u32-strdup: New file.
10161         * lib/unistr/u8-strdup.c: New file.
10162         * lib/unistr/u16-strdup.c: New file.
10163         * lib/unistr/u32-strdup.c: New file.
10164         * lib/unistr/u-strdup.h: New file.
10165
10166         * modules/unistr/u8-strlen: New file.
10167         * modules/unistr/u16-strlen: New file.
10168         * modules/unistr/u32-strlen: New file.
10169         * lib/unistr/u8-strlen.c: New file.
10170         * lib/unistr/u16-strlen.c: New file.
10171         * lib/unistr/u32-strlen.c: New file.
10172         * lib/unistr/u-strlen.h: New file.
10173
10174         * modules/unistr/u8-strmblen: New file.
10175         * modules/unistr/u16-strmblen: New file.
10176         * modules/unistr/u32-strmblen: New file.
10177         * lib/unistr/u8-strmblen.c: New file.
10178         * lib/unistr/u16-strmblen.c: New file.
10179         * lib/unistr/u32-strmblen.c: New file.
10180
10181         * modules/unistr/u8-strmbtouc: New file.
10182         * modules/unistr/u16-strmbtouc: New file.
10183         * modules/unistr/u32-strmbtouc: New file.
10184         * lib/unistr/u8-strmbtouc.c: New file.
10185         * lib/unistr/u16-strmbtouc.c: New file.
10186         * lib/unistr/u32-strmbtouc.c: New file.
10187
10188         * modules/unistr/u8-strncat: New file.
10189         * modules/unistr/u16-strncat: New file.
10190         * modules/unistr/u32-strncat: New file.
10191         * lib/unistr/u8-strncat.c: New file.
10192         * lib/unistr/u16-strncat.c: New file.
10193         * lib/unistr/u32-strncat.c: New file.
10194         * lib/unistr/u-strncat.h: New file.
10195
10196         * modules/unistr/u8-strncmp: New file.
10197         * modules/unistr/u16-strncmp: New file.
10198         * modules/unistr/u32-strncmp: New file.
10199         * lib/unistr/u8-strncmp.c: New file.
10200         * lib/unistr/u16-strncmp.c: New file.
10201         * lib/unistr/u32-strncmp.c: New file.
10202
10203         * modules/unistr/u8-strncpy: New file.
10204         * modules/unistr/u16-strncpy: New file.
10205         * modules/unistr/u32-strncpy: New file.
10206         * lib/unistr/u8-strncpy.c: New file.
10207         * lib/unistr/u16-strncpy.c: New file.
10208         * lib/unistr/u32-strncpy.c: New file.
10209         * lib/unistr/u-strncpy.h: New file.
10210
10211         * modules/unistr/u8-strnlen: New file.
10212         * modules/unistr/u16-strnlen: New file.
10213         * modules/unistr/u32-strnlen: New file.
10214         * lib/unistr/u8-strnlen.c: New file.
10215         * lib/unistr/u16-strnlen.c: New file.
10216         * lib/unistr/u32-strnlen.c: New file.
10217         * lib/unistr/u-strnlen.h: New file.
10218
10219         * modules/unistr/u8-strpbrk: New file.
10220         * modules/unistr/u16-strpbrk: New file.
10221         * modules/unistr/u32-strpbrk: New file.
10222         * lib/unistr/u8-strpbrk.c: New file.
10223         * lib/unistr/u16-strpbrk.c: New file.
10224         * lib/unistr/u32-strpbrk.c: New file.
10225         * lib/unistr/u-strpbrk.h: New file.
10226
10227         * modules/unistr/u8-strrchr: New file.
10228         * modules/unistr/u16-strrchr: New file.
10229         * modules/unistr/u32-strrchr: New file.
10230         * lib/unistr/u8-strrchr.c: New file.
10231         * lib/unistr/u16-strrchr.c: New file.
10232         * lib/unistr/u32-strrchr.c: New file.
10233
10234         * modules/unistr/u8-strspn: New file.
10235         * modules/unistr/u16-strspn: New file.
10236         * modules/unistr/u32-strspn: New file.
10237         * lib/unistr/u8-strspn.c: New file.
10238         * lib/unistr/u16-strspn.c: New file.
10239         * lib/unistr/u32-strspn.c: New file.
10240         * lib/unistr/u-strspn.h: New file.
10241
10242         * modules/unistr/u8-strstr: New file.
10243         * modules/unistr/u16-strstr: New file.
10244         * modules/unistr/u32-strstr: New file.
10245         * lib/unistr/u8-strstr.c: New file.
10246         * lib/unistr/u16-strstr.c: New file.
10247         * lib/unistr/u32-strstr.c: New file.
10248         * lib/unistr/u-strstr.h: New file.
10249
10250         * modules/unistr/u8-strtok: New file.
10251         * modules/unistr/u16-strtok: New file.
10252         * modules/unistr/u32-strtok: New file.
10253         * lib/unistr/u8-strtok.c: New file.
10254         * lib/unistr/u16-strtok.c: New file.
10255         * lib/unistr/u32-strtok.c: New file.
10256         * lib/unistr/u-strtok.h: New file.
10257
10258         * modules/unistr/u8-uctomb: New file.
10259         * modules/unistr/u16-uctomb: New file.
10260         * modules/unistr/u32-uctomb: New file.
10261         * lib/unistr/u8-uctomb.c: New file.
10262         * lib/unistr/u16-uctomb.c: New file.
10263         * lib/unistr/u32-uctomb.c: New file.
10264
10265         * MODULES.html.sh (Unicode string functions): Add the new modules.
10266
10267 2007-01-08  Bruno Haible  <bruno@clisp.org>
10268
10269         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
10270         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
10271         subdirectories.
10272
10273 2007-01-08  Karl Berry  <karl@gnu.org>
10274
10275         * doc/error.texi: mention that main() fns must set program_name
10276         when progname is used.
10277
10278 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
10279
10280         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
10281         WCTYPE_H is empty, for the benefit of builds from non-distclean
10282         directories.  Problem reported by Eric Blake in
10283         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
10284
10285 2007-01-08  Bruno Haible  <bruno@clisp.org>
10286
10287         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
10288         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
10289         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
10290         PROVIDE_CANONICALIZE_FILENAME_MODE.
10291         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
10292
10293 2007-01-08  Bruno Haible  <bruno@clisp.org>
10294
10295         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
10296         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
10297         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
10298         * lib/fts.c: Likewise.
10299         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
10300
10301 2006-12-25  Bruno Haible  <bruno@clisp.org>
10302
10303         * modules/utf8-ucs4-safe: New file.
10304         * lib/utf8-ucs4-safe.h: New file.
10305         * lib/unistr/utf8-ucs4-safe.c: New file.
10306
10307         * modules/utf16-ucs4-safe: New file.
10308         * lib/utf16-ucs4-safe.h: New file.
10309         * lib/unistr/utf16-ucs4-safe.c: New file.
10310
10311         * MODULES.html.sh (Unicode string functions): Add the new modules.
10312
10313 2007-01-08  Bruno Haible  <bruno@clisp.org>
10314
10315         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
10316         (Depends-on): Add unitypes.
10317         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
10318         (u8_mbtouc_aux): Move out to separate file.
10319         (u8_mbtouc): Use ucs4_t, uint8_t types.
10320         * lib/unistr/utf8-ucs4.c: New file.
10321
10322         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
10323         (Depends-on): Add unitypes.
10324         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
10325         (u16_mbtouc_aux): Move out to separate file.
10326         (u16_mbtouc): Use ucs4_t, uint16_t types.
10327         * lib/unistr/utf16-ucs4.c: New file.
10328
10329         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
10330         (Depends-on): Add unitypes.
10331         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
10332         (u8_uctomb_aux): Move out to separate file.
10333         (u8_uctomb): Use ucs4_t, uint8_t types.
10334         * lib/unistr/ucs4-utf8.c: New file.
10335
10336         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
10337         (Depends-on): Add unitypes.
10338         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
10339         (u16_uctomb_aux): Move out to separate file.
10340         (u16_uctomb): Use ucs4_t, uint16_t types.
10341         * lib/unistr/ucs4-utf16.c: New file.
10342
10343 2006-12-25  Bruno Haible  <bruno@clisp.org>
10344
10345         * modules/unitypes: New file.
10346         * lib/unitypes.h: New file.
10347         * MODULES.html.sh (func_all_modules): New section "Unicode string
10348         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
10349         this section. Add unitypes.
10350
10351 2007-01-08  Bruno Haible  <bruno@clisp.org>
10352
10353         Avoid variable names that conflict with those from libtool.
10354         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
10355         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
10356         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
10357         library_names_spec to acl_library_names_spec, hardcode_* to
10358         acl_hardcode_*.
10359         Reported by Ralf Wildenhues.
10360
10361 2007-01-08  Bruno Haible  <bruno@clisp.org>
10362
10363         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
10364         definition.
10365         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
10366         definition.
10367         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
10368         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
10369         definition.
10370         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
10371         definition.
10372         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
10373         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
10374         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
10375         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
10376         definition.
10377         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
10378         definition.
10379         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
10380         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
10381         GC_USE_<algorithm>.
10382         * lib/gc-libgcrypt.c: Likewise.
10383         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
10384         * modules/gc-arctwo (configure.ac): Likewise.
10385         * modules/gc-des (configure.ac): Likewise.
10386         * modules/gc-hmac-md5 (configure.ac): Likewise.
10387         * modules/gc-hmac-sha1 (configure.ac): Likewise.
10388         * modules/gc-md2 (configure.ac): Likewise.
10389         * modules/gc-md4 (configure.ac): Likewise.
10390         * modules/gc-md5 (configure.ac): Likewise.
10391         * modules/gc-random (configure.ac): Likewise.
10392         * modules/gc-rijndael (configure.ac): Likewise.
10393         * modules/gc-sha1 (configure.ac): Likewise.
10394
10395 2007-01-08  Bruno Haible  <bruno@clisp.org>
10396
10397         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
10398         macro definition.
10399         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
10400         definition.
10401         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
10402         definition.
10403         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
10404         * modules/fcntl-safer (configure.ac): Likewise.
10405         * modules/fopen-safer (configure.ac): Likewise.
10406         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
10407         GNULIB_FWRITEERROR macro definition.
10408
10409 2007-01-08  Bruno Haible  <bruno@clisp.org>
10410
10411         * m4/gnulib-common.m4: New file.
10412         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
10413         (func_get_filelist): Add m4/gnulib-common.m4.
10414
10415 2007-01-08  Bruno Haible  <bruno@clisp.org>
10416
10417         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
10418         command.
10419
10420 2007-01-08  Jim Meyering  <jim@meyering.net>
10421
10422         Use a more robust test for a "can't happen" condition.
10423         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
10424         narrowed the st_size value.  Presuming the "can't happen" condition
10425         is true, that narrowing could conceivably convert an invalid st_size
10426         value into a valid one.  Instead, use a change based on Matthew
10427         Woehlke's original patch.
10428
10429         Slight readability improvement: use an assert-like macro
10430         in place of literal "abort ()" uses.
10431         * lib/fts.c (fts_assert): Define.
10432         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
10433         Use this macro instead of a bare 'abort'.
10434
10435 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
10436
10437         Don't worry about using IRIX 5.3's wctype.h broken definitions;
10438         simply work around them.
10439         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
10440         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
10441         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
10442         declaring.
10443         Don't bother to define as macros, since the standard doesn't require it.
10444         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
10445         longer worry about IRIX 5.3.
10446         (HAVE_WCTYPE_CTMP_BUG): Remove.
10447
10448 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10449
10450         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
10451         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
10452         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10453         Problems reported by Georg Schwarz for IRIX 5.3.
10454
10455         * gnulib-tool (autoconf_minversion): Take the maximum version number
10456         found, not the minimum.  Problem reported by James Youngman.
10457
10458 2007-01-03  Karl Berry  <karl@gnu.org>
10459
10460         * doc/error.texi: new file, explaining interaction with progname.
10461         * doc/gnulib.texi: include it.  Update copyright.
10462
10463 2007-01-03  Simon Josefsson  <simon@josefsson.org>
10464
10465         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
10466         AC_CANONICAL_HOST, to improve autobuild outputs.
10467
10468 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
10469             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
10470
10471         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
10472         sockets, server sockets, and other file descriptors.  Count errors
10473         to compute the return value.  Reorder the code a bit to be easier
10474         to follow.  Don't set event bits that were not requested (except
10475         POLLERR and POLLHUP).
10476
10477 2007-01-01  Bruno Haible  <bruno@clisp.org>
10478
10479         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
10480
10481 2007-01-03  Jim Meyering  <jim@meyering.net>
10482
10483         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
10484
10485 2007-01-02  Bruno Haible  <bruno@clisp.org>
10486
10487         * modules/settime (Include): Require timespec.h.
10488         * modules/nanosleep (Include): Likewise.
10489
10490 2007-01-01  Bruno Haible  <bruno@clisp.org>
10491
10492         * gnulib-tool (func_emit_copyright_notice): Bump year.
10493         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
10494
10495 2007-01-01  Bruno Haible  <bruno@clisp.org>
10496
10497         Improve support for OpenBSD.
10498         * build-aux/config.rpath (libname_spec): Export.
10499         (library_names_spec): New variable. Export.
10500         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
10501         library_names_spec from the config.rpath output. Locate shared library
10502         through the name pattern in library_names_spec.
10503
10504 2007-01-01  Eric Blake  <ebb9@byu.net>
10505
10506         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
10507
10508 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
10509
10510         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
10511         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
10512         assume the C locale, and avoid an "eval" that could cause trouble.
10513         Problem with SORT reported by Bob Proulx.
10514
10515         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
10516         Define.  Trivial patch from Henning Nielsen Lund, originally
10517         sent to bug-grep@gnu.org today.
10518
10519 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
10520
10521         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
10522         struct stat.  Problem reported by Henning Nielsen Lund.
10523         * lib/acl.c: Include acl.h first, to check interface.  Don't
10524         bother to include sys/types.h and sys/stat.h again.
10525
10526 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
10527
10528         Import the following change from libc; problem reported by
10529         Sven Verdoolaege.
10530
10531         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
10532
10533         [BZ #1373]
10534         * lib/argp.h: Remove __NTH for __argp_usage inline function.
10535
10536 2006-12-28  Jim Meyering  <jim@meyering.net>
10537
10538         * build-aux/announce-gen: Do not assume that the package
10539         builds any of tar.gz, tar.bz2, and .xdelta files.
10540         Suggestion from Simon Josefsson.
10541
10542 2006-12-28  Simon Josefsson  <simon@josefsson.org>
10543
10544         * modules/announce-gen: New file.
10545
10546 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
10547
10548         * lib/mbchar.h: Just include <wctype.h>; the wctype module
10549         handles its gotchas now.
10550         * lib/mbswidth.c: Likewise.
10551         * lib/wcwidth.h: Likewise.
10552         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
10553         and iswcntrl; the wctype module does this stuff now.
10554         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
10555         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
10556         * modules/mbchar (Depends-on): Add wctype.
10557         * modules/mbswidth (Depends-on): Likewise.
10558         * modules/wcwidth (Depends-on): Likewise.
10559
10560 2006-12-27  Eric Blake  <ebb9@byu.net>
10561
10562         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
10563         module uses more than what <wctype.h> is required to provide.
10564
10565 2006-12-26  Eric Blake  <ebb9@byu.net>
10566
10567         * gnulib-tool (sed_extract_prog): Avoid space-tab.
10568
10569 2006-12-26  Eric Blake  <ebb9@byu.net>
10570
10571         * modules/absolute-header: New module.
10572         * modules/fcntl (Depends-on): Depend on it.
10573         * modules/inttypes (Depends-on): Likewise.
10574         * modules/stdint (Depends-on): Likewise.
10575         * modules/sys_stat (Depends-on): Likewise.
10576         * modules/wctype (Depends-on): Likewise.
10577         * MODULES.html.sh (Support for building libraries and
10578         executables): Document it.
10579
10580 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
10581
10582         * gnulib-tool (SED): Remove, undoing previous change.
10583         The problem was that it broke coreutils on Solaris, because
10584         "sed --posix" leaked into a makefile.
10585         (sed): New alias, if 'alias' and GNU sed.
10586
10587 2006-12-24  Jim Meyering  <jim@meyering.net>
10588
10589         Work around an fchownat bug in glibc-2.4:
10590         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
10591         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
10592         in spite of the -P option.
10593         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
10594         New macros.
10595         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
10596         * modules/openat (Files): Add lib/fchownat.c.
10597         * lib/openat.c (fchownat): Don't define here.  Move to...
10598         * lib/fchownat.c: ...this new file.
10599
10600 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
10601
10602         Fix bug reported by Bruno Haible in
10603         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
10604         where quotearg.c didn't compile on Mac OS X 10.2 because it
10605         lacks <wchar.h> and wint_t.
10606         * lib/wctype_.h (__wctype_wint_t): New type.
10607         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
10608         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
10609         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
10610         Arg is now of type __wctype_wint_t, not wint_t.
10611         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
10612         substitute HAVE_WINT_T.
10613         * modules/wctype (Files): Add m4/wint_t.m4.
10614         (wctype.h): Substitute HAVE_WINT_T.
10615
10616 2006-12-23  Bruno Haible  <bruno@clisp.org>
10617
10618         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
10619
10620 2006-12-23  Bruno Haible  <bruno@clisp.org>
10621
10622         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
10623         S_ISLNK.
10624         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
10625         mingw.
10626
10627 2006-12-22  Bruno Haible  <bruno@clisp.org>
10628
10629         * lib/copy-file.c: Include acl.h.
10630         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
10631         Close the file descriptors only after being done with copy_acl.
10632         * modules/copy-file (Depends-on): Add acl.
10633
10634 2006-12-22  Bruno Haible  <bruno@clisp.org>
10635
10636         * gnulib-tool (SED): New variable.
10637         Use $SED instead of sed everywhere.
10638
10639 2006-12-22  Bruno Haible  <bruno@clisp.org>
10640
10641         * modules/no-c++: New file.
10642         * m4/no-c++.m4: New file.
10643         * MODULES.html.sh (Support for building libraries and executables):
10644         Add no-c++.
10645
10646 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
10647
10648         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
10649         Include <limits.h>, and use its INT_MAX to rewrite the
10650         j loop so that it does not overflow 'int'.  Problem reported by
10651         Ralf Wildenhues in
10652         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
10653         Play it safe by shifting left by 1 rather than multiplying by 2,
10654         as GCC is less likely to optimize this away when the value
10655         is signed (when it assumes overflow leads to undefined behavior).
10656         Also, don't assume time_t uses two's complement.
10657
10658 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
10659
10660         * MODULES.html.sh: New module wctype.
10661         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
10662         * lib/fnmatch.c: Don't bother to include <wchar.h> before
10663         <wctype.h>, since the new wctype module should fix this.
10664         * lib/quotearg.c: Include <wctype.h> unconditionally, since
10665         the wctype module should arrange for it.
10666         * lib/regex_internal.h: Likewise.
10667         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
10668         since the wctype module should handle this now.
10669         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
10670         * modules/fnmatch (Depends-on): Add wctype.
10671         * modules/quotearg (Depends-on): Likewise.
10672         * modules/regex (Depends-on): Likewise.
10673
10674 2006-12-19  Bruno Haible  <bruno@clisp.org>
10675
10676         * lib/strdup.h [C++]: Wrap definitions in extern "C".
10677         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
10678
10679 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10680
10681         * modules/savewd (Depends-on): Fix dependency on fcntl.
10682
10683 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
10684
10685         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
10686         conforms to C99, rather than relying on the user's environment
10687         setting of STDINT_H.
10688
10689 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
10690         and Eric Blake  <ebb9@byu.net>
10691
10692         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
10693         This is more consistent with the other defines here.
10694         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
10695         Port to z/OS.  Problem reported by Paul Gilmartin.
10696         Change local vars to use gl_ prefix rather than ac_.
10697         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
10698         with other defines.
10699         * modules/double-slash-root: New module.
10700         * modules/dirname (Files): Remove m4/double-slash-root.m4.
10701         (Depends-on): Add double-slash-root.
10702         * MODULES.html.sh (File system functions): Mention new module.
10703
10704 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
10705
10706         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
10707         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
10708         This is for the benefit of gzip, which doesn't do i18n.
10709
10710 2006-12-12  Jim Meyering  <jim@meyering.net>
10711
10712         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
10713         Reported by Andreas Schwab <schwab@suse.de>.
10714
10715 2006-12-12  Bruno Haible  <bruno@clisp.org>
10716
10717         Merge these changes.
10718         2006-09-05  Bruno Haible  <bruno@clisp.org>
10719         * lib/iconvme.c (iconv_string): No need to save and restore errno when
10720         iconv_alloc succeeded.
10721         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
10722         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
10723         test for " && dest " at the end - dest is always != NULL there. Call
10724         iconv with 4xNULL arguments initially, to reset the state. Call iconv
10725         with 2xNULL arguments, also to flush the state storage. Handle the
10726         IRIX iconv behaviour. Realloc the final result, to throw away unused
10727         memory.
10728
10729 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
10730
10731         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
10732         and fchmodat unconditionally, since glibc 2.4 has them.
10733         Problem reported by Arkadiusz Miskiewicz.
10734
10735 2006-12-10  Bruno Haible  <bruno@clisp.org>
10736
10737         * gnulib-tool (func_import): Show the include files only for those
10738         modules that are copied and specified.
10739         Reported by Karl Berry.
10740
10741 2006-12-08  Jim Meyering  <jim@meyering.net>
10742
10743         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
10744         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
10745
10746         * build-aux/announce-gen: Add two new options, both optional:
10747         --bootstrap-tools=TOOL_LIST
10748               a comma-separated list of tools, e.g.,
10749               autoconf,automake,bison,gnulib
10750         --gnulib-snapshot-date=DATE
10751               if gnulib is in the bootstrap tool list,
10752               then report this as the snapshot date.
10753               If not specified, use the current date/time.
10754               If you specify a date here, be sure it's UTC.
10755
10756 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10757
10758         * tests/test-argp-2.sh: Fix test to match actual output.
10759         (func_compare): Fix sed script to be portable.
10760
10761 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
10762
10763         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
10764         workaround for this case.  It is not autoconfigured now; offhand
10765         it's hard to see how to autoconfigure it.
10766
10767 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
10768
10769         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
10770         a directory that is about to be chowned.  Such a directory's
10771         initial file permissions should permit the owner only and this
10772         should not be changed until after the chown, since the group and
10773         other bits would be incorrect if they granted permission before
10774         the chown.
10775
10776         Fix porting problem for iswctype reported by Georg Schwarz in:
10777         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
10778         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
10779         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
10780         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
10781         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
10782
10783 2006-12-03  Jim Meyering  <jim@meyering.net>
10784
10785         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
10786         p->fts_statp may not yet be defined.
10787         (fts_read): Instead, set it in the caller, once p->fts_statp is
10788         sure to be defined, and corresponds to a top-level directory.
10789         This bug made du -x fail.  Here's the coreutils test case:
10790         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
10791         Reported by Mike Frysinger.
10792
10793 2006-12-01  Jim Meyering  <jim@meyering.net>
10794
10795         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
10796         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
10797         Reported by Simon Josefsson.
10798
10799 2006-11-30  Jim Meyering  <jim@meyering.net>
10800
10801         * m4/warning.m4: Use the all-permissive copyright notice
10802         recommended by RMS (rather than LGPL).
10803         * m4/vararrays.m4: Likewise.
10804         * m4/flexmember.m4: Likewise.
10805
10806 2006-11-29  Bruno Haible  <bruno@clisp.org>
10807
10808         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10809         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
10810         using +=.
10811         Reported by Simon Josefsson <simon@josefsson.org>.
10812
10813 2006-11-28  James Youngman <jay@gnu.org>
10814
10815         * README: Advise users that they might find the bug-gnulib@gnu.org
10816         and autotools-announce@gnu.org mailing lists useful.
10817
10818 2006-11-28  Bruno Haible  <bruno@clisp.org>
10819
10820         * m4/ptrdiff_max.m4: Remove file.
10821
10822 2006-11-21  Bruno Haible  <bruno@clisp.org>
10823
10824         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
10825         _AC_COMPUTE_INT.
10826         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10827         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
10828         _AC_COMPUTE_INT.
10829         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10830         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
10831         _AC_COMPUTE_INT.
10832         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10833
10834 2006-11-28  Jim Meyering  <jim@meyering.net>
10835
10836         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
10837         warning from "gcc -Wshadow" about shadowing the builtin.
10838
10839 2006-11-27  Bruno Haible  <bruno@clisp.org>
10840
10841         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
10842         _AC_COMPUTE_INT.
10843         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
10844
10845 2006-11-27  Bruno Haible  <bruno@clisp.org>
10846             Paul Eggert  <eggert@cs.ucla.edu>
10847
10848         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
10849
10850 2006-11-26  Bruno Haible  <bruno@clisp.org>
10851
10852         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
10853         noinst_LTLIBRARIES.
10854
10855 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
10856             Bruno Haible  <bruno@clisp.org>
10857
10858         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
10859         if compiling with "gcc -ansi".
10860
10861 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
10862
10863         Fix some incompatibilities with gcc -ansi -pedantic.
10864         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
10865         if compiling pedantically with GCC, unless it's C99 or later.
10866         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
10867         it mishandles gcc -ansi -pedantic as well.
10868         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
10869         if gcc -pedantic.
10870         * lib/regexec.c (check_node_accept_bytes): Don't use auto
10871         initializers for struct if -pedantic, unless it's C99 or later.
10872
10873 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
10874
10875         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
10876         Don't close an fd more than once. Identical atimes indicate
10877         success, not failure.
10878
10879 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
10880
10881         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
10882
10883 2006-11-23  Jim Meyering  <jim@meyering.net>
10884
10885         * build-aux/announce-gen: New file.  From coreutils.
10886
10887 2006-11-22  Jim Meyering  <jim@meyering.net>
10888
10889         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
10890         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
10891         (fts_read): Use a temporary to narrow the overused st_size member
10892         before using it in a switch statement.  Reported by Matthew Woehlke.
10893
10894         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
10895         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
10896
10897 2006-11-20  Bruno Haible  <bruno@clisp.org>
10898
10899         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
10900         changequote instead of pairs of brackets.
10901         Reported by Andreas Schwab <schwab@suse.de>.
10902
10903 2006-11-21  Jim Meyering  <jim@meyering.net>
10904
10905         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
10906         so as to remain compatible with older compilers.
10907         Patch from Michael Deutschmann.
10908
10909 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
10910
10911         * MODULES.html.sh (File system functions): Add openat.
10912
10913         * lib/openat.h (rpl_fstatat): New macro, if
10914         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
10915         (fstatat): Define to rpl_fstatat under the same conditions,
10916         unless COMPILING_FSTATAT.
10917         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
10918         seems to have the bug.
10919         * lib/fstatat.c: New file.
10920         * modules/openat (Files): Add it.
10921
10922 2006-11-20  Bruno Haible  <bruno@clisp.org>
10923
10924         * Makefile: New file.
10925
10926 2006-11-20  Jim Meyering  <jim@meyering.net>
10927
10928         The beginnings of syntax-related checks for gnulib.
10929         * lib/Makefile: New file.
10930         * lib/t-idcache: New script.  Ensure that the two halves of
10931         idcache.c stay in sync.
10932
10933         * lib/idcache.c: Adjust comments in user- and group- portions to
10934         be more accurate, and to be consistent with one another.
10935
10936 2006-11-20  Jim Meyering  <jim@meyering.net>
10937
10938         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
10939         continue using the flexible array member (thus, this module performs
10940         half as many malloc calls), with the addition that...
10941         (getgroup, getuser): Consistently record a non-match via an empty
10942         "name" string, and map an empty string match to a NULL return value.
10943         * modules/idcache (Depends-on): Re-add flexmember.
10944
10945         * lib/idcache.c (getuser): Remove all uses of the register keyword.
10946         (getuidbyname, getgroup, getgidbyname): Likewise.
10947
10948         Use cleaner syntax: NULL rather than 0.
10949         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
10950
10951 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
10952
10953         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
10954         It mishandled the case where the group was missing.
10955         Problem reported by Greg Schafer.
10956         * modules/idcache: Likewise.
10957
10958 2006-11-18  Jim Meyering  <jim@meyering.net>
10959
10960         * check-module (%exempt_header): Add exception for some
10961         conditionally-included headers.
10962
10963         * modules/i-ring (Depends-on): Add verify.
10964         (License): Change to LGPL.
10965
10966 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
10967
10968         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
10969         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
10970         and inttostr.h.  Use snprintf rather than uinttostr, so that
10971         LGPLed code doesn't depend on GPLed.
10972
10973 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
10974
10975         * modules/inline (License): Change from GPL to LGPL.
10976
10977 2006-11-17  Jim Meyering  <jim@meyering.net>
10978
10979         * modules/d-type (License): Switch to LGPL.
10980
10981 2006-11-15  Bruno Haible  <bruno@clisp.org>
10982
10983         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
10984
10985 2006-11-15  Eric Blake  <ebb9@byu.net>
10986
10987         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
10988         the module dependency.
10989
10990 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10991             Bruno Haible  <bruno@clisp.org>
10992
10993         * gnulib-tool (func_create_testdir): Add license consistency check.
10994
10995 2006-11-15  Eric Blake  <ebb9@byu.net>
10996
10997         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
10998         random "(cached)" in configure output.
10999
11000 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11001
11002         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
11003         test for conforming inttypes.h is both announced and cached.
11004
11005         * MODULES.html.sh (seen_modules, seen_files): New variables.
11006         (func_module): Rewrite to use a few less gnulib-tool and sed
11007         invocations.  Avoid a couple of quadratic algorithms for ...
11008         (missed_modules, missed_files): ... these, with ...
11009         (func_append, func_tmpdir): ... these new functions, from
11010         gnulib-tool.  Analogously, install traps for cleanup.
11011
11012         * tests/test-gc.c (main): Remove unused variables.
11013         * tests/test-read-file.c: Include stdlib.h, for 'free'.
11014
11015 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
11016
11017         * modules/inttostr (License): Change to LGPL.
11018
11019 2006-11-14  Eric Blake  <ebb9@byu.net>
11020
11021         * modules/tempname (License): Change to LGPL.
11022
11023 2006-11-14  Eric Blake  <ebb9@byu.net>
11024
11025         * doc/functions.texi (Function Portability): *printf functions on
11026         Cygwin now understand all POSIX size specifiers.
11027
11028 2006-11-14  Bruno Haible  <bruno@clisp.org>
11029
11030         * modules/c-ctype (License): Change to LGPL.
11031
11032 2006-11-12  Bruno Haible  <bruno@clisp.org>
11033
11034         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
11035         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
11036         for GNOME libraries, for which the include files are installed in
11037         subdirectories of $prefix/include.
11038
11039 2006-11-12  Bruno Haible  <bruno@clisp.org>
11040
11041         * m4/lib-link.m4: Require at least autoconf-2.54.
11042         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
11043         name to underscores for the --with option.
11044
11045 2006-11-13  Bruno Haible  <bruno@clisp.org>
11046
11047         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
11048         the tests directory.
11049         Reported by Ralf Wildenhues.
11050
11051 2006-11-13  Bruno Haible  <bruno@clisp.org>
11052
11053         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
11054         (func_emit_initmacro_end): Undo the override here.
11055         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
11056         Works around the famous automake error in coreutils.
11057
11058 2006-11-13  Eric Blake  <ebb9@byu.net>
11059
11060         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
11061         element, not its node.
11062
11063 2006-11-12  Bruno Haible  <bruno@clisp.org>
11064
11065         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
11066         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
11067
11068 2006-11-12  Bruno Haible  <bruno@clisp.org>
11069
11070         * gnulib-tool: New option --local-symlink.
11071         (func_usage): Document it.
11072         (lsymbolic): New variable.
11073         (func_import, func_create_testdir): If --symlink was not specified,
11074         test whether --local-symlink was specified and the file comes from
11075         the local_gnulib_dir.
11076
11077 2006-11-12  Bruno Haible  <bruno@clisp.org>
11078
11079         * gnulib-tool (func_ln): New function.
11080         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
11081
11082 2006-11-12  Bruno Haible  <bruno@clisp.org>
11083
11084         Finish support for source files in subdirectories.
11085         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
11086         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
11087         AUTOMAKE_OPTIONS.
11088         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
11089
11090 2006-11-12  Bruno Haible  <bruno@clisp.org>
11091
11092         * gnulib-tool (func_get_automake_snippet): Synthesize also an
11093         EXTRA_lib_SOURCES augmentation.
11094         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
11095
11096 2006-11-12  Jim Meyering  <jim@meyering.net>
11097
11098         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
11099         file descriptors.  This also averts a failure on systems with
11100         native openat support when a traversed directory lacks "x" access.
11101         * lib/fts_.h: Include "i-ring.h"
11102         (struct FTS) [fts_fd_ring]: New member.
11103         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
11104         (FCHDIR): Add parentheses.
11105         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
11106         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
11107         When descending, rather than simply closing the previous
11108         fts_cwd_fd value, push that file descriptor onto the ring.
11109         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
11110         (fts_open): Initialize the new fd_ring member.
11111         (fts_close): Clear the ring.
11112         (fts_safe_changedir): When possible, use our new fd_ring to skip
11113         the diropen and fstat and dev/ino comparison that would normally
11114         accompany a virtual `chdir ("..")'.
11115
11116         * modules/fts (Depends-on): Add i-ring.
11117         * modules/i-ring: New module.
11118         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
11119         * m4/i-ring.m4: New file.
11120
11121 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11122
11123         * gnulib-tool (func_create_testdir): Fix replacement of
11124         `build-aux' in configure.ac.  Run autotools in gltests
11125         subdirectory.
11126         (func_create_testdir, func_create_megatestdir, test): There is
11127         no need for '--force' in most autotool invocations in a new
11128         tree.  Actually fail the whole test if any of the tools, or the
11129         configure or make stages fail.
11130
11131         Sync from Automake.
11132         * build-aux/gnupload: Revert last change.  Add pointer to upload
11133         instructions of the GNU Maintenance Instructions.
11134         Suggestion by Karl Berry.
11135
11136 2006-11-10  Jim Meyering  <jim@meyering.net>
11137
11138         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
11139
11140 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
11141
11142         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
11143         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
11144         (bind_textdomain_codeset) [! ENABLE_NLS]:
11145         Evaluate all the arguments.  That way, callers get compatible behavior
11146         if the arguments have side effects.  Also, it avoids some GCC
11147         diagnostics in some cases; Joel E. Denny reported problems when Bison
11148         was configured with --enable-gcc-warnigs.
11149
11150 2006-11-10  Jim Meyering  <jim@meyering.net>
11151
11152         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
11153         relevant options in CFLAGS (like -O, -fno-inline) are taken into
11154         account.
11155
11156 2006-11-10  Jim Meyering  <jim@meyering.net>
11157
11158         * modules/inline: New file/module.
11159         * modules/xalloc (Files): Remove m4/inline.m4.
11160         (Depends-on): Add inline, instead.
11161         * modules/oset: Likewise.
11162         * modules/list: Likewise.
11163
11164 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
11165
11166         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
11167         Problem reported by Matthew Woehlke.
11168
11169 2006-11-09  Bruno Haible  <bruno@clisp.org>
11170
11171         * lib/tempname.c (gen_tempname): Remove variant that invokes
11172         __gen_tempname.
11173         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
11174         __gen_tempname.
11175
11176 2006-11-08  Bruno Haible  <bruno@clisp.org>
11177
11178         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
11179         to 'yes' instead of 'cross-compiling'.
11180
11181 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
11182
11183         * lib/quotearg.h (quotearg_free): New decl.
11184         * lib/quotearg.c (quotearg_free): New function.
11185         (slot0, nslots, slotvec0, slotvec):
11186         Now file-scope so that quotearg_free can get at them.
11187
11188 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11189
11190         Sync from Automake.
11191         * build-aux/gnupload: Add missing 'gnu' to example URL.
11192         Report by Karl Berry.
11193
11194 2006-11-08  Bruno Haible  <bruno@clisp.org>
11195
11196         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
11197         Suggested by Paul Eggert.
11198
11199 2006-11-08  Jim Meyering  <jim@meyering.net>
11200
11201         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
11202         It's already included if !_LIBC.
11203         (fts_safe_changedir): Add a comment.
11204
11205 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
11206
11207         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
11208         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
11209         Matthew Woehlke.
11210
11211         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
11212         definitions up, to avoid colliding with change below.
11213         (static_inline) [HAVE_INLINE]: New macro.
11214         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
11215         Provide extern decls when !HAVE_INLINE.  Do not define unless
11216         static_inline is defined, either by us or by xmalloc.c.  Use
11217         static_inline rather than static inline.
11218         (XCALLOC): Optimize sizeof(T) = 1 case.
11219         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
11220
11221 2006-11-07  Bruno Haible  <bruno@clisp.org>
11222
11223         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
11224         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
11225         AC_C_INLINE.
11226         * modules/xalloc (Files): Add m4/inline.m4.
11227
11228 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11229
11230         * README: Fix typo.
11231         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
11232         (Miscellanous Notes): ...from this.
11233
11234 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
11235
11236         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
11237         Mention that offsetof should be used instead of sizeof.
11238         From Bruno Haible.
11239
11240 2006-11-07  Bruno Haible  <bruno@clisp.org>
11241
11242         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
11243
11244 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
11245
11246         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
11247         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
11248         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
11249         (gl_tree_add_before, gl_tree_add_after):
11250         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
11251         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
11252         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
11253         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
11254         (gl_linked_add_after, gl_linked_add_at): Likewise.
11255         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
11256         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
11257         (gl_tree_add_before, gl_tree_add_after): Likewise.
11258         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
11259         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
11260         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
11261
11262 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11263
11264         * lib/gl_oset.h: Use C comment style, not C++ comment style.
11265
11266 2006-11-06  Bruno Haible  <bruno@clisp.org>
11267
11268         * m4/inline.m4: New file.
11269         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
11270         * modules/list (Files): Add m4/inline.m4.
11271         * modules/oset (Files): Likewise.
11272
11273 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
11274
11275         * lib/idcache.c: Include <stddef.h>, for offsetof.
11276         (struct userid.name): Change from char * to a flexible array member.
11277         All uses changed.
11278         * modules/idcache (Depends-on): Add flexmember.
11279
11280         * MODULES.html.sh (Core language properties): New module flexmember.
11281         * modules/flexmember, m4/flexmember.m4: New files.
11282
11283         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
11284         inline functions that are identical with the old xnmalloc_inline,
11285         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
11286         that we can avoid some unnecessary integer multiplications and
11287         divisions in the common case where the element size is known at
11288         compile time.
11289         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
11290         needed.
11291         (xnboundedmalloc): Remove.
11292         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
11293         arguments, for consistency with rest of this header.
11294         (xcharalloc): Rewrite using XNMALLOC.
11295         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
11296         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
11297         versions have been moved to lib/xalloc.h and renamed to be the
11298         non-*_inline versions.
11299         (xmalloc, xrealloc): Implement without reference to the xnmalloc
11300         and xnrealloc functions, since those functions are now inline and
11301         now call us.
11302         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
11303         renaming described above.
11304         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
11305         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
11306         captures the dependency in AC_C_INLINE.
11307
11308         New module canonicalize-lgpl, proposed by Charles Wilson in
11309         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
11310         with a few small changes afterwards.
11311         * MODULES.html.sh (File system functions): New module
11312         canonicalize-lgpl.
11313         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
11314         and canonicalize_file_name.
11315         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
11316         * modules/canonicalize-lgpl: New files.
11317
11318 2006-11-05  Bruno Haible  <bruno@clisp.org>
11319
11320         * gnulib-tool (func_import, func_create_testdir): Create directories
11321         also for files in subdirectories of lib/.
11322
11323 2006-11-05  Bruno Haible  <bruno@clisp.org>
11324
11325         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
11326         ANSI C compliant.
11327
11328 2006-11-03  Bruno Haible  <bruno@clisp.org>
11329
11330         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
11331         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
11332         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
11333         (xnboundedmalloc): New inline function.
11334         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
11335         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
11336         xmalloc.
11337         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
11338         xmalloc.
11339         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
11340         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
11341         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
11342         xmalloc.
11343         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
11344         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
11345         xmalloc.
11346         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
11347         gl_tree_add_after): Use XMALLOC instead of xmalloc.
11348         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
11349         xmalloc.
11350         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
11351         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
11352         gl_tree_add_after): Use XMALLOC instead of xmalloc.
11353         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
11354         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
11355         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
11356         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
11357
11358 2006-11-03  Bruno Haible  <bruno@clisp.org>
11359
11360         * lib/c-ctype.h [C++]: Define functions without name mangling.
11361         * lib/fwriteerror.h [C++]: Likewise.
11362         * lib/gcd.h [C++]: Likewise.
11363         * lib/linebreak.h [C++]: Likewise.
11364
11365 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
11366
11367         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
11368         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
11369         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
11370         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11371         Check for functions and headers just once.
11372         Check for declaration of canonicalize_file_name.
11373         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
11374
11375 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
11376
11377         * gnulib-tool (func_import): Fix typo in actioncmd.
11378
11379 2006-11-02  Bruno Haible  <bruno@clisp.org>
11380
11381         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
11382         newline sequence in the Makefile.am snippet as a space, like "make"
11383         does.
11384         Reported by Roger Persson <perrog@gmail.com>.
11385
11386 2006-11-01  Bruno Haible  <bruno@clisp.org>
11387
11388         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
11389         already declared in <string.h>.
11390         * lib/strcase.h (strncasecmp): Don't declare it if yes.
11391
11392 2006-11-01  Bruno Haible  <bruno@clisp.org>
11393
11394         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
11395         * lib/strcase.h: Include <string.h>.
11396         (strcasecmp): Define to rpl_strcasecmp here.
11397
11398 2006-11-01  Bruno Haible  <bruno@clisp.org>
11399
11400         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
11401
11402 2006-11-01  Eric Blake  <ebb9@byu.net>
11403
11404         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
11405
11406         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
11407
11408 2006-10-29  Bruno Haible  <bruno@clisp.org>
11409
11410         Make it compile in C++ mode.
11411         * lib/full-write.c (full_rw): Add a cast.
11412
11413 2006-11-01  Bruno Haible  <bruno@clisp.org>
11414
11415         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
11416         be POSIX compliant.
11417         Reported by Roger Persson <perrog@gmail.com>.
11418
11419 2006-11-01  Eric Blake  <ebb9@byu.net>
11420
11421         * lib/getopt_.h: Fix comments.
11422
11423 2006-10-31  Eric Blake  <ebb9@byu.net>
11424
11425         * modules/tmpdir (Depends-on): Add sys_stat.
11426         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
11427         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
11428         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
11429         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
11430         tempname.
11431
11432 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
11433
11434         Avoid some C++ diagnostics reported by Bruno Haible.
11435         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
11436         xmalloc.
11437         (quotearg_alloc): Use xcharalloc rather than xmalloc.
11438         (struct slotvec): Move to top level.
11439         (quotearg_n_options): Rewrite to avoid xmalloc.
11440         * lib/xalloc.h (xcharalloc): New function.
11441         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
11442         [defined __cplusplus]: Add function template that provides result
11443         type propagation.  This part of the change is from Bruno Haible.
11444
11445 2006-10-29  Bruno Haible  <bruno@clisp.org>
11446
11447         Make it compile in C++ mode.
11448         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
11449         * lib/strnlen1.c (strnlen1): Cast memchr result.
11450         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
11451         * lib/clean-temp.c (string_equals, string_hash): Add casts.
11452         (create_temp_dir): Rename local variable 'template'.
11453         (compile_csharp_using_sscli): Add cast.
11454         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
11455         * lib/findprog.c (find_in_path): Likewise.
11456         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
11457         * lib/wait-process.c (register_slave_subprocess): Likewise.
11458
11459 2006-10-22  Bruno Haible  <bruno@clisp.org>
11460
11461         * modules/tsearch: New file.
11462         * lib/tsearch.h: New file.
11463         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
11464         * m4/tsearch.m4: New file.
11465         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
11466
11467 2006-10-29  Eric Blake  <ebb9@byu.net>
11468
11469         * lib/arcfour.c: Assume config.h.
11470         * lib/arctwo.c: Likewise.
11471         * lib/base64.c: Likewise.
11472         * lib/check-version.c: Likewise.
11473         * lib/crc.c: Likewise.
11474         * lib/des.c: Likewise.
11475         * lib/gc-gnulib.c: Likewise.
11476         * lib/gc-libgcrypt.c: Likewise.
11477         * lib/gc-pbkdf2-sha1.c: Likewise.
11478         * lib/getaddrinfo.c: Likewise.
11479         * lib/getdelim.c: Likewise.
11480         * lib/getline.c: Likewise.
11481         * lib/hmac-md5.c: Likewise.
11482         * lib/hmac-sha1.c: Likewise.
11483         * lib/iconvme.c: Likewise.
11484         * lib/md2.c: Likewise.
11485         * lib/md4.c: Likewise.
11486         * lib/memxor.c: Likewise.
11487         * lib/read-file.c: Likewise.
11488         * lib/readline.c: Likewise.
11489         * lib/rijndael-alg-fst.c: Likewise.
11490         * lib/rijndael-api-fst.c: Likewise.
11491         * lib/xgetdomainname.c: Likewise.
11492
11493 2006-10-28  Eric Blake  <ebb9@byu.net>
11494
11495         * lib/xstrndup.c: Assume config.h.
11496
11497 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
11498
11499         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
11500         stat-macros.h is now for our own macros, whereas stat_h is for
11501         macros in the <sys/stat.h> name space.
11502         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
11503         (STAT_MACROS_H): Remove.
11504         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
11505         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
11506         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
11507         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
11508         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
11509         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
11510         Move these macros to ...
11511         * lib/stat_.h: here.  Don't include stat-macros.h.
11512         * lib/canonicalize.c: Don't include stat-macros.h.
11513         * lib/chown.c: Likewise.
11514         * lib/euidaccess.c: Likewise.
11515         * lib/file-type.c: Likewise.
11516         * lib/filemode.c: Likewise.
11517         * lib/glob.c: Likewise.
11518         * lib/isapipe.c: Likewise.
11519         * lib/lchown.c: Likewise.
11520         * lib/lstat.c: Likewise.
11521         * lib/mkdir-p.c: Likewise.
11522         * lib/rmdir.c: Likewise.
11523         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
11524         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
11525         unless mkdir isn't declared, to speed up 'configure'.
11526         Always create sys/stat.h, since it's unlikely any real sys/stat.h
11527         would define all the S_* symbols.
11528         * modules/canonicalize (Depends-on):
11529         Depend on sys_stat, not stat-macros.
11530         * modules/chown: Likewise.
11531         * modules/euidaccess: Likewise.
11532         * modules/filemode: Likewise.
11533         * modules/file-type: Likewise.
11534         * modules/glob: Likewise.
11535         * modules/isapipe: Likewise.
11536         * modules/lchown: Likewise.
11537         * modules/lstat: Likewise.
11538         * modules/mkancesdirs: Likewise.
11539         * modules/rmdir: Likewise.
11540         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
11541         * modules/modechange: Likewise.
11542         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
11543         (configure.ac): Remove gl_STAT_MACROS.
11544         * modules/sys_stat (Depends-on): Remove stat-macros.
11545
11546 2006-10-27  Bruno Haible  <bruno@clisp.org>
11547
11548         * m4/signed.m4: Remove file.
11549         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
11550         invocation.
11551         * modules/vasnprintf (Files): Remove m4/signed.m4.
11552
11553 2006-10-27  Bruno Haible  <bruno@clisp.org>
11554
11555         Update to GNU gettext 0.16.
11556         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
11557         m4/inttypes-h.m4, m4/signed.m4.
11558         * m4/gettext.m4: Update to GNU gettext 0.16.
11559         * m4/intl.m4: New file, from GNU gettext.
11560         * m4/intldir.m4: New file, from GNU gettext.
11561         * config/srclist.txt: Update
11562
11563 2006-10-27  Eric Blake  <ebb9@byu.net>
11564
11565         * MODULES.html.sh: Document tempname.
11566         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
11567         dependencies.
11568         (Files): Move lib/tempname.c...
11569         * modules/tempname: ...to this new module.
11570         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
11571         (gl_PREREQ_TEMPNAME): Move...
11572         * m4/tempname.m4: ...to this new file.
11573         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
11574         * modules/sys_stat (Depends-on): Add stat-macros.
11575         * lib/stat_.h (includes): Pick up stat macros.
11576         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
11577         if stat macros are broken.
11578         * lib/tempname.c (includes): No need to include "stat-macros.h".
11579         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
11580         (direxists, __path_search) [!_LIBC]: Don't compile these in
11581         gnulib; the tmpdir module covers that.
11582         * lib/tempname.h: New file.
11583
11584 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
11585
11586         * COPYING: Explain how gnulib-tool converts licence headers.
11587         Almost all wording by Eric Blake.
11588
11589 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
11590
11591         * lib/mbchar.h (is_basic_table): Make read-only.
11592         * lib/mbchar.c (is_basic_table): Likewise.
11593         Reported by John Darrington.
11594
11595 2006-10-25  Bruno Haible  <bruno@clisp.org>
11596
11597         * lib/progname.h (set_program_name): Undefine before defining.
11598
11599 2006-10-25  Bruno Haible  <bruno@clisp.org>
11600
11601         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
11602         false for non-gcc C++ compilers.
11603         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
11604
11605 2006-10-24  Bruno Haible  <bruno@clisp.org>
11606
11607         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
11608         iconv implementations like Irix iconv.
11609
11610 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11611
11612         * modules/vararrays: New file.
11613         * m4/vararrays.m4: New file, taken from diffutils.
11614         * MODULES.html.sh: New module vararrays.
11615
11616 2006-10-24  Karl Berry  <karl@gnu.org>
11617
11618         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
11619         Don't call GNU Unix.
11620
11621 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11622
11623         * users.txt: Add Libtool.
11624
11625         Sync from Libtool:
11626
11627         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11628
11629         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
11630         to gnulib's policy of including config.h unconditionally.
11631
11632 2006-10-24  Bruno Haible  <bruno@clisp.org>
11633
11634         * modules/wcwidth (Files): Add m4/wint_t.m4.
11635         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
11636         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
11637
11638 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11639
11640         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
11641         to pacify GCC with some -W flags enabled.  Problem reported by
11642         Bruno Haible.
11643
11644 2006-10-24  Jim Meyering  <jim@meyering.net>
11645
11646         * MODULES.html.sh: Remove uinttostr.  It's not a module.
11647         Reported by Karl Berry.
11648
11649 2006-10-23  Bruno Haible  <bruno@clisp.org>
11650
11651         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
11652
11653 2006-10-24  Bruno Haible  <bruno@clisp.org>
11654
11655         * lib/gl_list.h: Use C comment style, not C++ comment style.
11656
11657 2006-10-23  Eric Blake  <ebb9@byu.net>
11658
11659         * lib/getaddrinfo.c (includes): Add missing include.
11660
11661 2006-10-23  Bruno Haible  <bruno@clisp.org>
11662             Paul Eggert  <eggert@cs.ucla.edu>
11663
11664         Ability to rename obstack_free.
11665         * lib/obstack.h (__obstack_free): New macro. Declare instead of
11666         obstack_free.
11667         (obstack_free): Invoke the __obstack_free macro.
11668         * lib/obstack.c (obstack_free): Use __obstack_free macro.
11669
11670 2006-10-23  Bruno Haible  <bruno@clisp.org>
11671             Paul Eggert  <eggert@cs.ucla.edu>
11672
11673         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
11674         __argc, __argv from the declaration. (They are defined as macros on
11675         mingw.)
11676
11677 2006-10-22  Bruno Haible  <bruno@clisp.org>
11678
11679         * doc/gnulib-intro.texi: New file.
11680         * doc/gnulib.texi: Include it.
11681
11682 2006-10-21  Bruno Haible  <bruno@clisp.org>
11683
11684         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
11685         "Introduction", "Miscellanous Notes", "Particular Modules".
11686
11687 2006-10-21  Bruno Haible  <bruno@clisp.org>
11688
11689         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11690         Change mostlyclean-local rule to avoid sh syntax error from bash
11691         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
11692
11693 2006-10-23  Jim Meyering  <jim@meyering.net>
11694
11695         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
11696         in place of snprintf.
11697
11698         * modules/inttostr (Files): Add lib/uinttostr.c.
11699         * lib/uinttostr.c (inttostr): New file/function.
11700         * lib/inttostr.h (uinttostr): Declare.
11701         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
11702         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
11703         Add uinttostr.
11704         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
11705
11706 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
11707
11708         * lib/canonicalize.c (ELOOP): Define if not already defined.
11709         Problem reported by Bruno Haible in
11710         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
11711
11712 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
11713
11714         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
11715         Problem reported by Perry Smith and Ville Laurikari.
11716
11717         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
11718         uses.
11719
11720 2006-10-19  Bruno Haible  <bruno@clisp.org>
11721
11722         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
11723         for mingw.
11724
11725 2006-10-19  Bruno Haible  <bruno@clisp.org>
11726
11727         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
11728         Needed for mingw.
11729
11730 2006-10-19  Bruno Haible  <bruno@clisp.org>
11731
11732         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
11733
11734 2006-10-19  Bruno Haible  <bruno@clisp.org>
11735
11736         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
11737         it.
11738
11739 2006-10-19  Bruno Haible  <bruno@clisp.org>
11740
11741         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
11742         invocation.
11743
11744 2006-10-19  Bruno Haible  <bruno@clisp.org>
11745
11746         * gnulib-tool (func_create_testdir): Don't include ftruncate and
11747         mountlist by default.
11748
11749 2006-10-16  Bruno Haible  <bruno@clisp.org>
11750
11751         * lib/c-strstr.c: Include c-strstr.h.
11752
11753 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
11754
11755         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
11756         in a slash.
11757
11758 2006-10-18  Bruno Haible  <bruno@clisp.org>
11759
11760         * lib/lock.h [C++]: Wrap definitions in extern "C".
11761
11762 2006-10-18  Bruno Haible  <bruno@clisp.org>
11763
11764         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
11765         gl_LIBOBJS list.
11766
11767 2006-10-18  Bruno Haible  <bruno@clisp.org>
11768
11769         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
11770
11771 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
11772
11773         * lib/xstrtol.h: Include gettext.h.
11774         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
11775         Problem reported by Eric Blake.
11776         * modules/xstrtol (Depends-on): Add gettext-h.
11777
11778 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
11779
11780         * lib/strftime.c (advance): New macro.
11781         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
11782         incomplete type, so you can't add 0 to it.  Problem and patch
11783         reported by Eelco Dolstra for dietlibc.
11784
11785 2006-10-18  Jim Meyering  <jim@meyering.net>
11786
11787         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
11788         type for a local, and rename it: s/up/user_proc/.
11789
11790 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
11791
11792         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
11793         READ_UTMP_USER_PROCESS.
11794         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
11795
11796 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
11797
11798         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
11799         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
11800
11801 2006-10-17  Eric Blake  <ebb9@byu.net>
11802
11803         * lib/sigprocmask.c (sigprocmask): Fix typo.
11804
11805         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
11806
11807         * modules/clean-temp (Makefile.am): Don't add to make output...
11808         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
11809         config.h.
11810
11811 2006-10-17  Bruno Haible  <bruno@clisp.org>
11812
11813         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
11814         differently if DEFAULT_TEXT_DOMAIN is set.
11815
11816 2006-10-16  Bruno Haible  <bruno@clisp.org>
11817
11818         * lib/clean-temp.c: Include fwriteerror.h.
11819
11820 2006-10-16  Bruno Haible  <bruno@clisp.org>
11821
11822         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
11823
11824 2006-10-16  Bruno Haible  <bruno@clisp.org>
11825
11826         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
11827         * lib/sigprocmask.h: Include <sys/types.h>.
11828         (sigset_t): Use the system's definition if present.
11829
11830 2006-10-17  Eric Blake  <ebb9@byu.net>
11831
11832         * lib/xvasprintf.c (includes): Assume config.h.
11833         * lib/xasprintf.c (includes): Likewise.
11834
11835 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
11836
11837         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
11838         at least as wide as intmax_t.
11839
11840 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
11841
11842         (Imported from Automake.)
11843         * build-aux/gnupload: Update to version 1.1 of directive file.
11844
11845 2006-10-16  Eric Blake  <ebb9@byu.net>
11846
11847         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
11848         match Automake 1.10a.
11849
11850 2006-10-14  Bruno Haible  <bruno@clisp.org>
11851
11852         * modules/sigprocmask: New file.
11853         * lib/sigprocmask.h: New file.
11854         * lib/sigprocmask.c: New file.
11855         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
11856         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
11857         request sigprocmask.o.
11858         (gl_PREREQ_SIGPROCMASK): New macro.
11859         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
11860         (Depends-on): Add sigprocmask.
11861         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
11862         gt_SIGNALBLOCKING. Test for 'raise' only once.
11863         * lib/fatal-signal.c: Include sigprocmask.h.
11864         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
11865         unblock_fatal_signals): Define always.
11866         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
11867         sigprocmask.
11868
11869 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
11870
11871         Sync from Automake.
11872         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
11873         which incorrectly sets the mode of an existing destination
11874         directory.  In some cases the unpatched install-sh could do the
11875         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
11876         system.  We hope this is rare in practice, but it's clearly worth
11877         fixing.  Problem reported by Alex Unleashed in
11878         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
11879         Also, don't bother to check for -m bugs unless we're using -m;
11880         suggested by Stepan Kasal.
11881
11882 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11883
11884         Sync from Automake.
11885         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
11886         `-c' flag, so they appear at the same position as in %FASTDEP%
11887         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
11888         which ignores unknown options only after the first non-option.
11889         Bug report against M4 by Nelson H. F. Beebe.
11890
11891 2006-10-13  Jim Meyering  <jim@meyering.net>
11892
11893         Fix a bug in yesterday's change.
11894         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
11895         p->fts_statp->st_dev would be used uninitialized.
11896         Ensures that we always call fts_stat on the very first entry.
11897         Miklos Szeredi reported that find -xdev stopped working.
11898
11899 2006-10-12  Bruno Haible  <bruno@clisp.org>
11900
11901         * gnulib-tool (func_get_automake_snippet): Append an automatically
11902         computed EXTRA_DIST augmentation.
11903         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
11904         * modules/alloca-opt (Makefile.am): Likewise.
11905         * modules/allocsa (Makefile.am): Likewise.
11906         * modules/arcfour (Makefile.am): Likewise.
11907         * modules/arctwo (Makefile.am): Likewise.
11908         * modules/argmatch (Makefile.am): Likewise.
11909         * modules/argz (Makefile.am): Likewise.
11910         * modules/atexit (Makefile.am): Likewise.
11911         * modules/backupfile (Makefile.am): Likewise.
11912         * modules/byteswap (Makefile.am): Likewise.
11913         * modules/c-strtod (Makefile.am): Likewise.
11914         * modules/c-strtold (Makefile.am): Likewise.
11915         * modules/calloc (Makefile.am): Likewise.
11916         * modules/canon-host (Makefile.am): Likewise.
11917         * modules/canonicalize (Makefile.am): Likewise.
11918         * modules/chdir-long (Makefile.am): Likewise.
11919         * modules/chdir-safer (Makefile.am): Likewise.
11920         * modules/check-version (Makefile.am): Likewise.
11921         * modules/chown (Makefile.am): Likewise.
11922         * modules/cloexec (Makefile.am): Likewise.
11923         * modules/close-stream (Makefile.am): Likewise.
11924         * modules/closeout (Makefile.am): Likewise.
11925         * modules/crc (Makefile.am): Likewise.
11926         * modules/csharpexec (Makefile.am): Likewise.
11927         * modules/cycle-check (Makefile.am): Likewise.
11928         * modules/des (Makefile.am): Likewise.
11929         * modules/dev-ino (Makefile.am): Likewise.
11930         * modules/dirfd (Makefile.am): Likewise.
11931         * modules/dirname (Makefile.am): Likewise.
11932         * modules/dup2 (Makefile.am): Likewise.
11933         * modules/eealloc (Makefile.am): Likewise.
11934         * modules/error (Makefile.am): Likewise.
11935         * modules/euidaccess (Makefile.am): Likewise.
11936         * modules/exclude (Makefile.am): Likewise.
11937         * modules/exitfail (Makefile.am): Likewise.
11938         * modules/fcntl-safer (Makefile.am): Likewise.
11939         * modules/fcntl (Makefile.am): Likewise.
11940         * modules/file-type (Makefile.am): Likewise.
11941         * modules/fileblocks (Makefile.am): Likewise.
11942         * modules/filemode (Makefile.am): Likewise.
11943         * modules/filenamecat (Makefile.am): Likewise.
11944         * modules/fnmatch (Makefile.am): Likewise.
11945         * modules/fopen-safer (Makefile.am): Likewise.
11946         * modules/fpending (Makefile.am): Likewise.
11947         * modules/fprintftime (Makefile.am): Likewise.
11948         * modules/free (Makefile.am): Likewise.
11949         * modules/fsusage (Makefile.am): Likewise.
11950         * modules/ftruncate (Makefile.am): Likewise.
11951         * modules/fts (Makefile.am): Likewise.
11952         * modules/gc-arcfour (Makefile.am): Likewise.
11953         * modules/gc-des (Makefile.am): Likewise.
11954         * modules/gc-hmac-md5 (Makefile.am): Likewise.
11955         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
11956         * modules/gc-md4 (Makefile.am): Likewise.
11957         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
11958         * modules/gc-sha1 (Makefile.am): Likewise.
11959         * modules/gc (Makefile.am): Likewise.
11960         * modules/getaddrinfo (Makefile.am): Likewise.
11961         * modules/getcwd (Makefile.am): Likewise.
11962         * modules/getdelim (Makefile.am): Likewise.
11963         * modules/getdomainname (Makefile.am): Likewise.
11964         * modules/getgroups (Makefile.am): Likewise.
11965         * modules/gethostname (Makefile.am): Likewise.
11966         * modules/gethrxtime (Makefile.am): Likewise.
11967         * modules/getline (Makefile.am): Likewise.
11968         * modules/getloadavg (Makefile.am): Likewise.
11969         * modules/getlogin_r (Makefile.am): Likewise.
11970         * modules/getndelim2 (Makefile.am): Likewise.
11971         * modules/getopt (Makefile.am): Likewise.
11972         * modules/getpagesize (Makefile.am): Likewise.
11973         * modules/getpass-gnu (Makefile.am): Likewise.
11974         * modules/getpass (Makefile.am): Likewise.
11975         * modules/getsubopt (Makefile.am): Likewise.
11976         * modules/gettime (Makefile.am): Likewise.
11977         * modules/gettimeofday (Makefile.am): Likewise.
11978         * modules/getugroups (Makefile.am): Likewise.
11979         * modules/getusershell (Makefile.am): Likewise.
11980         * modules/glob (Makefile.am): Likewise.
11981         * modules/group-member (Makefile.am): Likewise.
11982         * modules/hard-locale (Makefile.am): Likewise.
11983         * modules/hash (Makefile.am): Likewise.
11984         * modules/hmac-md5 (Makefile.am): Likewise.
11985         * modules/hmac-sha1 (Makefile.am): Likewise.
11986         * modules/human (Makefile.am): Likewise.
11987         * modules/idcache (Makefile.am): Likewise.
11988         * modules/imaxabs (Makefile.am): Likewise.
11989         * modules/imaxdiv (Makefile.am): Likewise.
11990         * modules/inet_ntop (Makefile.am): Likewise.
11991         * modules/inet_pton (Makefile.am): Likewise.
11992         * modules/intprops (Makefile.am): Likewise.
11993         * modules/inttostr (Makefile.am): Likewise.
11994         * modules/inttypes (Makefile.am): Likewise.
11995         * modules/isapipe (Makefile.am): Likewise.
11996         * modules/javaversion (Makefile.am): Likewise.
11997         * modules/lchmod (Makefile.am): Likewise.
11998         * modules/lchown (Makefile.am): Likewise.
11999         * modules/localcharset (Makefile.am): Likewise.
12000         * modules/long-options (Makefile.am): Likewise.
12001         * modules/lstat (Makefile.am): Likewise.
12002         * modules/malloc (Makefile.am): Likewise.
12003         * modules/mathl (Makefile.am): Likewise.
12004         * modules/mbchar (Makefile.am): Likewise.
12005         * modules/md2 (Makefile.am): Likewise.
12006         * modules/md4 (Makefile.am): Likewise.
12007         * modules/md5 (Makefile.am): Likewise.
12008         * modules/memcasecmp (Makefile.am): Likewise.
12009         * modules/memchr (Makefile.am): Likewise.
12010         * modules/memcmp (Makefile.am): Likewise.
12011         * modules/memcoll (Makefile.am): Likewise.
12012         * modules/memcpy (Makefile.am): Likewise.
12013         * modules/memmem (Makefile.am): Likewise.
12014         * modules/memmove (Makefile.am): Likewise.
12015         * modules/mempcpy (Makefile.am): Likewise.
12016         * modules/memrchr (Makefile.am): Likewise.
12017         * modules/memset (Makefile.am): Likewise.
12018         * modules/memxor (Makefile.am): Likewise.
12019         * modules/mkancesdirs (Makefile.am): Likewise.
12020         * modules/mkdir-p (Makefile.am): Likewise.
12021         * modules/mkdir (Makefile.am): Likewise.
12022         * modules/mkdtemp (Makefile.am): Likewise.
12023         * modules/mkstemp (Makefile.am): Likewise.
12024         * modules/mktime (Makefile.am): Likewise.
12025         * modules/modechange (Makefile.am): Likewise.
12026         * modules/mountlist (Makefile.am): Likewise.
12027         * modules/nanosleep (Makefile.am): Likewise.
12028         * modules/obstack (Makefile.am): Likewise.
12029         * modules/openat (Makefile.am): Likewise.
12030         * modules/pagealign_alloc (Makefile.am): Likewise.
12031         * modules/pathmax (Makefile.am): Likewise.
12032         * modules/physmem (Makefile.am): Likewise.
12033         * modules/poll (Makefile.am): Likewise.
12034         * modules/posixtm (Makefile.am): Likewise.
12035         * modules/posixver (Makefile.am): Likewise.
12036         * modules/putenv (Makefile.am): Likewise.
12037         * modules/quote (Makefile.am): Likewise.
12038         * modules/quotearg (Makefile.am): Likewise.
12039         * modules/raise (Makefile.am): Likewise.
12040         * modules/read-file (Makefile.am): Likewise.
12041         * modules/readline (Makefile.am): Likewise.
12042         * modules/readlink (Makefile.am): Likewise.
12043         * modules/readtokens (Makefile.am): Likewise.
12044         * modules/readutmp (Makefile.am): Likewise.
12045         * modules/realloc (Makefile.am): Likewise.
12046         * modules/regex (Makefile.am): Likewise.
12047         * modules/rename-dest-slash (Makefile.am): Likewise.
12048         * modules/rename (Makefile.am): Likewise.
12049         * modules/rijndael (Makefile.am): Likewise.
12050         * modules/rmdir (Makefile.am): Likewise.
12051         * modules/rpmatch (Makefile.am): Likewise.
12052         * modules/safe-read (Makefile.am): Likewise.
12053         * modules/safe-write (Makefile.am): Likewise.
12054         * modules/same-inode (Makefile.am): Likewise.
12055         * modules/same (Makefile.am): Likewise.
12056         * modules/save-cwd (Makefile.am): Likewise.
12057         * modules/savedir (Makefile.am): Likewise.
12058         * modules/setenv (Makefile.am): Likewise.
12059         * modules/settime (Makefile.am): Likewise.
12060         * modules/sha1 (Makefile.am): Likewise.
12061         * modules/sig2str (Makefile.am): Likewise.
12062         * modules/snprintf (Makefile.am): Likewise.
12063         * modules/stat-macros (Makefile.am): Likewise.
12064         * modules/stat-time (Makefile.am): Likewise.
12065         * modules/stdbool (Makefile.am): Likewise.
12066         * modules/stdint (Makefile.am): Likewise.
12067         * modules/stdlib-safer (Makefile.am): Likewise.
12068         * modules/stpcpy (Makefile.am): Likewise.
12069         * modules/stpncpy (Makefile.am): Likewise.
12070         * modules/strcase (Makefile.am): Likewise.
12071         * modules/strcasestr (Makefile.am): Likewise.
12072         * modules/strchrnul (Makefile.am): Likewise.
12073         * modules/strcspn (Makefile.am): Likewise.
12074         * modules/strdup (Makefile.am): Likewise.
12075         * modules/strerror (Makefile.am): Likewise.
12076         * modules/strftime (Makefile.am): Likewise.
12077         * modules/strndup (Makefile.am): Likewise.
12078         * modules/strnlen (Makefile.am): Likewise.
12079         * modules/strpbrk (Makefile.am): Likewise.
12080         * modules/strsep (Makefile.am): Likewise.
12081         * modules/strstr (Makefile.am): Likewise.
12082         * modules/strtod (Makefile.am): Likewise.
12083         * modules/strtoimax (Makefile.am): Likewise.
12084         * modules/strtok_r (Makefile.am): Likewise.
12085         * modules/strtol (Makefile.am): Likewise.
12086         * modules/strtoll (Makefile.am): Likewise.
12087         * modules/strtoul (Makefile.am): Likewise.
12088         * modules/strtoull (Makefile.am): Likewise.
12089         * modules/strtoumax (Makefile.am): Likewise.
12090         * modules/strverscmp (Makefile.am): Likewise.
12091         * modules/sys_socket (Makefile.am): Likewise.
12092         * modules/sys_stat (Makefile.am): Likewise.
12093         * modules/sysexits (Makefile.am): Likewise.
12094         * modules/time_r (Makefile.am): Likewise.
12095         * modules/timegm (Makefile.am): Likewise.
12096         * modules/timespec (Makefile.am): Likewise.
12097         * modules/tmpfile-safer (Makefile.am): Likewise.
12098         * modules/trim (Makefile.am): Likewise.
12099         * modules/unistd-safer (Makefile.am): Likewise.
12100         * modules/unlinkdir (Makefile.am): Likewise.
12101         * modules/unlocked-io (Makefile.am): Likewise.
12102         * modules/userspec (Makefile.am): Likewise.
12103         * modules/utime (Makefile.am): Likewise.
12104         * modules/utimecmp (Makefile.am): Likewise.
12105         * modules/utimens (Makefile.am): Likewise.
12106         * modules/vasnprintf (Makefile.am): Likewise.
12107         * modules/vasprintf (Makefile.am): Likewise.
12108         * modules/vsnprintf (Makefile.am): Likewise.
12109         * modules/xalloc (Makefile.am): Likewise.
12110         * modules/xgetcwd (Makefile.am): Likewise.
12111         * modules/xnanosleep (Makefile.am): Likewise.
12112         * modules/xreadlink (Makefile.am): Likewise.
12113         * modules/xstrtod (Makefile.am): Likewise.
12114         * modules/xstrtol (Makefile.am): Likewise.
12115         * modules/xstrtold (Makefile.am): Likewise.
12116         * modules/yesno (Makefile.am): Likewise.
12117         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
12118
12119 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
12120
12121         * modules/error (Makefile.am): Distribute files through
12122         EXTRA_DIST, not lib_SOURCES.
12123
12124 2006-10-12  Eric Blake  <ebb9@byu.net>
12125
12126         * modules/error (Makefile.am): Distribute files in /lib.
12127         * modules/obstack (Makefile.am): Likewise.
12128
12129 2006-10-12  Bruno Haible  <bruno@clisp.org>
12130
12131         * modules/acl (Makefile.am): Distribute all files in lib/ through
12132         EXTRA_DIST.
12133         * modules/arcfour (Makefile.am): Likewise.
12134         * modules/arctwo (Makefile.am): Likewise.
12135         * modules/argmatch (Makefile.am): Likewise.
12136         * modules/argz (Makefile.am): Likewise.
12137         * modules/atexit (Makefile.am): Likewise.
12138         * modules/backupfile (Makefile.am): Likewise.
12139         * modules/c-strtod (Makefile.am): Likewise.
12140         * modules/c-strtold (Makefile.am): Likewise.
12141         * modules/calloc (Makefile.am): Likewise.
12142         * modules/canon-host (Makefile.am): Likewise.
12143         * modules/canonicalize (Makefile.am): Likewise.
12144         * modules/chdir-long (Makefile.am): Likewise.
12145         * modules/chdir-safer (Makefile.am): Likewise.
12146         * modules/check-version (Makefile.am): Likewise.
12147         * modules/chown (Makefile.am): Likewise.
12148         * modules/cloexec (Makefile.am): Likewise.
12149         * modules/close-stream (Makefile.am): Likewise.
12150         * modules/closeout (Makefile.am): Likewise.
12151         * modules/crc (Makefile.am): Likewise.
12152         * modules/cycle-check (Makefile.am): Likewise.
12153         * modules/des (Makefile.am): Likewise.
12154         * modules/dirfd (Makefile.am): Likewise.
12155         * modules/dirname (Makefile.am): Likewise.
12156         * modules/dup2 (Makefile.am): Likewise.
12157         * modules/euidaccess (Makefile.am): Likewise.
12158         * modules/exclude (Makefile.am): Likewise.
12159         * modules/exitfail (Makefile.am): Likewise.
12160         * modules/fcntl-safer (Makefile.am): Likewise.
12161         * modules/file-type (Makefile.am): Likewise.
12162         * modules/fileblocks (Makefile.am): Likewise.
12163         * modules/filemode (Makefile.am): Likewise.
12164         * modules/filenamecat (Makefile.am): Likewise.
12165         * modules/fnmatch (Makefile.am): Likewise.
12166         * modules/fopen-safer (Makefile.am): Likewise.
12167         * modules/fpending (Makefile.am): Likewise.
12168         * modules/fprintftime (Makefile.am): Likewise.
12169         * modules/free (Makefile.am): Likewise.
12170         * modules/fsusage (Makefile.am): Likewise.
12171         * modules/ftruncate (Makefile.am): Likewise.
12172         * modules/fts (Makefile.am): Likewise.
12173         * modules/gc (Makefile.am): Likewise.
12174         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
12175         * modules/getaddrinfo (Makefile.am): Likewise.
12176         * modules/getcwd (Makefile.am): Likewise.
12177         * modules/getdelim (Makefile.am): Likewise.
12178         * modules/getdomainname (Makefile.am): Likewise.
12179         * modules/getgroups (Makefile.am): Likewise.
12180         * modules/gethostname (Makefile.am): Likewise.
12181         * modules/gethrxtime (Makefile.am): Likewise.
12182         * modules/getline (Makefile.am): Likewise.
12183         * modules/getloadavg (Makefile.am): Likewise.
12184         * modules/getlogin_r (Makefile.am): Likewise.
12185         * modules/getopt (Makefile.am): Likewise.
12186         * modules/getpass (Makefile.am): Likewise.
12187         * modules/getpass-gnu (Makefile.am): Likewise.
12188         * modules/getsubopt (Makefile.am): Likewise.
12189         * modules/gettime (Makefile.am): Likewise.
12190         * modules/gettimeofday (Makefile.am): Likewise.
12191         * modules/getugroups (Makefile.am): Likewise.
12192         * modules/getusershell (Makefile.am): Likewise.
12193         * modules/glob (Makefile.am): Likewise.
12194         * modules/group-member (Makefile.am): Likewise.
12195         * modules/hard-locale (Makefile.am): Likewise.
12196         * modules/hash (Makefile.am): Likewise.
12197         * modules/hmac-md5 (Makefile.am): Likewise.
12198         * modules/hmac-sha1 (Makefile.am): Likewise.
12199         * modules/human (Makefile.am): Likewise.
12200         * modules/idcache (Makefile.am): Likewise.
12201         * modules/imaxabs (Makefile.am): Likewise.
12202         * modules/imaxdiv (Makefile.am): Likewise.
12203         * modules/inet_ntop (Makefile.am): Likewise.
12204         * modules/inet_pton (Makefile.am): Likewise.
12205         * modules/inttostr (Makefile.am): Likewise.
12206         * modules/isapipe (Makefile.am): Likewise.
12207         * modules/lchown (Makefile.am): Likewise.
12208         * modules/long-options (Makefile.am): Likewise.
12209         * modules/lstat (Makefile.am): Likewise.
12210         * modules/malloc (Makefile.am): Likewise.
12211         * modules/mathl (Makefile.am): Likewise.
12212         * modules/mbchar (Makefile.am): Likewise.
12213         * modules/md2 (Makefile.am): Likewise.
12214         * modules/md4 (Makefile.am): Likewise.
12215         * modules/md5 (Makefile.am): Likewise.
12216         * modules/memcasecmp (Makefile.am): Likewise.
12217         * modules/memchr (Makefile.am): Likewise.
12218         * modules/memcmp (Makefile.am): Likewise.
12219         * modules/memcoll (Makefile.am): Likewise.
12220         * modules/memcpy (Makefile.am): Likewise.
12221         * modules/memmem (Makefile.am): Likewise.
12222         * modules/memmove (Makefile.am): Likewise.
12223         * modules/mempcpy (Makefile.am): Likewise.
12224         * modules/memrchr (Makefile.am): Likewise.
12225         * modules/memset (Makefile.am): Likewise.
12226         * modules/memxor (Makefile.am): Likewise.
12227         * modules/mkancesdirs (Makefile.am): Likewise.
12228         * modules/mkdir (Makefile.am): Likewise.
12229         * modules/mkdir-p (Makefile.am): Likewise.
12230         * modules/mkdtemp (Makefile.am): Likewise.
12231         * modules/mkstemp (Makefile.am): Likewise.
12232         * modules/mktime (Makefile.am): Likewise.
12233         * modules/modechange (Makefile.am): Likewise.
12234         * modules/mountlist (Makefile.am): Likewise.
12235         * modules/nanosleep (Makefile.am): Likewise.
12236         * modules/openat (Makefile.am): Likewise.
12237         * modules/pagealign_alloc (Makefile.am): Likewise.
12238         * modules/physmem (Makefile.am): Likewise.
12239         * modules/poll (Makefile.am): Likewise.
12240         * modules/posixtm (Makefile.am): Likewise.
12241         * modules/posixver (Makefile.am): Likewise.
12242         * modules/putenv (Makefile.am): Likewise.
12243         * modules/quote (Makefile.am): Likewise.
12244         * modules/quotearg (Makefile.am): Likewise.
12245         * modules/raise (Makefile.am): Likewise.
12246         * modules/read-file (Makefile.am): Likewise.
12247         * modules/readline (Makefile.am): Likewise.
12248         * modules/readlink (Makefile.am): Likewise.
12249         * modules/readtokens (Makefile.am): Likewise.
12250         * modules/readutmp (Makefile.am): Likewise.
12251         * modules/realloc (Makefile.am): Likewise.
12252         * modules/regex (Makefile.am): Likewise.
12253         * modules/rename (Makefile.am): Likewise.
12254         * modules/rename-dest-slash (Makefile.am): Likewise.
12255         * modules/rijndael (Makefile.am): Likewise.
12256         * modules/rmdir (Makefile.am): Likewise.
12257         * modules/rpmatch (Makefile.am): Likewise.
12258         * modules/safe-read (Makefile.am): Likewise.
12259         * modules/safe-write (Makefile.am): Likewise.
12260         * modules/same (Makefile.am): Likewise.
12261         * modules/save-cwd (Makefile.am): Likewise.
12262         * modules/savedir (Makefile.am): Likewise.
12263         * modules/setenv (Makefile.am): Likewise.
12264         * modules/settime (Makefile.am): Likewise.
12265         * modules/sha1 (Makefile.am): Likewise.
12266         * modules/sig2str (Makefile.am): Likewise.
12267         * modules/snprintf (Makefile.am): Likewise.
12268         * modules/stdlib-safer (Makefile.am): Likewise.
12269         * modules/stpcpy (Makefile.am): Likewise.
12270         * modules/stpncpy (Makefile.am): Likewise.
12271         * modules/strcase (Makefile.am): Likewise.
12272         * modules/strcasestr (Makefile.am): Likewise.
12273         * modules/strchrnul (Makefile.am): Likewise.
12274         * modules/strcspn (Makefile.am): Likewise.
12275         * modules/strdup (Makefile.am): Likewise.
12276         * modules/strerror (Makefile.am): Likewise.
12277         * modules/strftime (Makefile.am): Likewise.
12278         * modules/strndup (Makefile.am): Likewise.
12279         * modules/strnlen (Makefile.am): Likewise.
12280         * modules/strpbrk (Makefile.am): Likewise.
12281         * modules/strsep (Makefile.am): Likewise.
12282         * modules/strstr (Makefile.am): Likewise.
12283         * modules/strtod (Makefile.am): Likewise.
12284         * modules/strtoimax (Makefile.am): Likewise.
12285         * modules/strtok_r (Makefile.am): Likewise.
12286         * modules/strtol (Makefile.am): Likewise.
12287         * modules/strtoll (Makefile.am): Likewise.
12288         * modules/strtoul (Makefile.am): Likewise.
12289         * modules/strtoull (Makefile.am): Likewise.
12290         * modules/strtoumax (Makefile.am): Likewise.
12291         * modules/strverscmp (Makefile.am): Likewise.
12292         * modules/time_r (Makefile.am): Likewise.
12293         * modules/timegm (Makefile.am): Likewise.
12294         * modules/tmpfile-safer (Makefile.am): Likewise.
12295         * modules/unistd-safer (Makefile.am): Likewise.
12296         * modules/unlinkdir (Makefile.am): Likewise.
12297         * modules/userspec (Makefile.am): Likewise.
12298         * modules/utime (Makefile.am): Likewise.
12299         * modules/utimecmp (Makefile.am): Likewise.
12300         * modules/utimens (Makefile.am): Likewise.
12301         * modules/vasnprintf (Makefile.am): Likewise.
12302         * modules/vasprintf (Makefile.am): Likewise.
12303         * modules/vsnprintf (Makefile.am): Likewise.
12304         * modules/xalloc (Makefile.am): Likewise.
12305         * modules/xgetcwd (Makefile.am): Likewise.
12306         * modules/xnanosleep (Makefile.am): Likewise.
12307         * modules/xreadlink (Makefile.am): Likewise.
12308         * modules/xstrtod (Makefile.am): Likewise.
12309         * modules/xstrtol (Makefile.am): Likewise.
12310         * modules/xstrtold (Makefile.am): Likewise.
12311         * modules/yesno (Makefile.am): Likewise.
12312
12313 2006-10-12  Jim Meyering  <jim@meyering.net>
12314
12315         * m4/getloadavg.m4: Revert the change below.
12316
12317         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
12318         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
12319         fail with a symlink, which is what coreutils' ./bootstrap now
12320         creates by default.
12321
12322 2006-10-12  Bruno Haible  <bruno@clisp.org>
12323
12324         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
12325         mingw.
12326         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
12327         MSVC and mingw explicitly.
12328
12329 2006-10-11  Simon Josefsson  <jas@extundo.com>
12330             Bruno Haible  <bruno@clisp.org>
12331
12332         Add support for multiple gnulib-tool invocations in the scope of a
12333         single configure.ac file.
12334         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
12335         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
12336         with the same contents as the _LIBADD variable.
12337         (func_emit_initmacro_start, func_emit_initmacro_end,
12338         func_emit_initmacro_done): New functions.
12339         (func_import, func_create_testdir): Invoke them. Allow the identifiers
12340         gl_LIBOBJS and gl_LTLIBOBJS.
12341
12342 2006-10-11  Bruno Haible  <bruno@clisp.org>
12343
12344         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
12345         (func_create_testdir): Don't create po/Makefile.am, don't invoke
12346         autoreconf. Instead, invoke autopoint explicitly but move back the
12347         *.m4 files from gnulib.
12348
12349 2006-10-11  Bruno Haible  <bruno@clisp.org>
12350
12351         * gnulib-tool (func_usage): Make module names after --create-testdir
12352         optional.
12353         (func_create_testdir): If no module was specified, use nearly all
12354         modules.
12355
12356 2006-10-12  Jim Meyering  <jim@meyering.net>
12357
12358         Big performance improvement for fts-based tools that use FTS_NOSTAT.
12359         Avoid spurious inode-mismatch problems on non-POSIX file systems.
12360         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
12361         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
12362         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
12363         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
12364         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
12365         (fts_set_stat_required): New function.
12366         (fts_open): Defer the calls to fts_stat, if possible or requested.
12367         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
12368         into fts_stat itself.
12369         (fts_read): Perform any required (deferred) fts_stat call.
12370         (fts_build): Likewise, for the directory we're about to open and read.
12371         In the readdir loop, carefully decide whether each entry will require
12372         an eventual call to fts_stat, using dirent.d_type info if available.
12373         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
12374         a command line argument into this function.  Update all callers.
12375         Map a return value of FTS_DOT to FTS_D for a command line argument.
12376         * modules/fts (Depends-on): Add d-type.  Alphabetize.
12377         Thanks to Miklos Szeredi for his tenacity and for the initial
12378         bug report about "find" failing on a FUSE-based file system.
12379
12380         * lib/fts.c (fts_open): Use consistent indentation.
12381
12382 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
12383
12384         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
12385         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
12386         reported by Jim Meyering.  All uses of cache variables renamed
12387         to match Autoconf's.
12388         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
12389         the other one.
12390
12391         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
12392         Fix misspelling in diagnostic.
12393
12394 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
12395
12396         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
12397         defined.  Problem reported by Matthew Woehlke.
12398
12399         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
12400         Add support for Tandem NonStop R series.
12401         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
12402         Use new macro.
12403
12404         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
12405         (has_trailing_slash): Omit size arg; all callers changed.
12406         Omit 'inline', since it doesn't help performance and we'd
12407         need to configure it.
12408         Don't count //, ///, etc. as having a trailing slash.
12409         As a side effect, this removes a C99ism reported by Matthew Woehlke.
12410         (rpl_rename_dest_slash): On failure, use rename's errno rather
12411         than (in some cases) an incorrect or junk errno.
12412         Simplify code by removing need to compute length; this does
12413         cause it to make two passes instead of one over the file name,
12414         but it's worth it.
12415
12416         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
12417         change, since Autoconf's version may no longer be appropriate now
12418         that we are using CVS Autoconf's version.  Add support for Tandem.
12419
12420 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
12421             Bruno Haible  <bruno@clisp.org>
12422
12423         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
12424         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
12425         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
12426         gl_AC_TYPE_LONG_LONG.
12427
12428         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
12429         instead of HAVE_LONG_LONG.
12430         * lib/printf-args.c (printf_fetchargs): Likewise.
12431         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
12432         * lib/vasnprintf.c (VASNPRINTF): Likewise.
12433         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
12434         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
12435         gl_AC_TYPE_LONG_LONG.
12436
12437 2006-10-11  Bruno Haible  <bruno@clisp.org>
12438
12439         * m4/longlong.m4: Add comments.
12440         * m4/ulonglong.m4: Likewise.
12441
12442 2006-10-10  Bruno Haible  <bruno@clisp.org>
12443
12444         Make it possible to #define stpcpy, strdup to aliases.
12445         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
12446         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
12447
12448 2006-10-10  Bruno Haible  <bruno@clisp.org>
12449
12450         Make it possible to #define gcd to an alias.
12451         * lib/gcd.c: Include config.h.
12452
12453 2006-10-10  Bruno Haible  <bruno@clisp.org>
12454
12455         Make it possible to #define c_isascii to an alias.
12456         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
12457         defined. Undefine the macros before defining them, to avoid gcc
12458         warnings.
12459         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
12460         define NO_C_CTYPE_MACROS early.
12461
12462 2006-10-10  Bruno Haible  <bruno@clisp.org>
12463
12464         Make it possible to #define set_program_name to an alias.
12465         * lib/progname.c: Don't undefine set_program_name; instead, undefine
12466         ENABLE_RELOCATABLE early.
12467
12468 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
12469
12470         Port to Tandem NSK OSS, which has 64-bit signed int but at most
12471         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
12472         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
12473         More generally, don't assume that 64-bit signed int is available
12474         if unsigned int is, and vice versa.
12475         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
12476         unsigned symbols, not on their signed counterparts.
12477         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
12478         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
12479         (UINT64_C, UINTMAX_C):
12480         Likewise.
12481         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
12482         unsigned counterparts.
12483         (Have_long_long, Unsigned): New macros.
12484         (Int): Renamed from INT.
12485         (strtoimax): Use the new macros.
12486         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
12487         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
12488         * modules/inttypes (inttypes.h): Substitute
12489         HAVE_UNSIGNED_LONG_LONG_INT.
12490         * modules/stdint (stdint.h): Likewise.
12491         (Files): Add m4/ulonglong.m4.
12492
12493 2006-10-10  Bruno Haible  <bruno@clisp.org>
12494
12495         Fix a gcc -Wshadow warning.
12496         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
12497         to 'bucket'.
12498         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
12499         gl_linked_indexof_from_to): Likewise.
12500         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
12501         Likewise.
12502         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
12503         Likewise.
12504         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
12505         Reported by Eric Blake.
12506
12507 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
12508
12509         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
12510         for NetBSD.  Problem reported by Bruno Haible.
12511
12512 2006-10-09  Jim Meyering  <jim@meyering.net>
12513
12514         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
12515         Patch from Bruno Haible.
12516
12517 2006-10-09  Jim Meyering  <jim@meyering.net>
12518
12519         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
12520         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
12521         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
12522
12523 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
12524
12525         Don't include <config.h> twice; this doesn't work in some cases,
12526         e.g., when config.h has "#define intmax_t long long int" and
12527         we include <config.h>, <inttypes.h>, <config.h> in that order.
12528         Problem reported by Matthew Woehlke in:
12529         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
12530         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
12531         * lib/fts-cycle.c: Don't include config.h.
12532         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
12533         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
12534         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
12535         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
12536         inttypes.h.
12537         * lib/xstrtoumax.c: Likewise.
12538         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
12539         __strtol and the like, so that this module is more like its siblings.
12540         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
12541         Remove; no longer needed now that we assume gnulib inttypes.h.
12542
12543 2006-10-08  Bruno Haible  <bruno@clisp.org>
12544
12545         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
12546         option.
12547
12548 2006-10-07  Jim Meyering  <jim@meyering.net>
12549
12550         * modules/inttypes (inttypes.h): Revert what seems to have been
12551         an inadvertent part of today's change: use "|", not "/" in the
12552         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
12553
12554 2006-10-07  Bruno Haible  <bruno@clisp.org>
12555
12556         * modules/sublist: New file.
12557
12558 2006-10-07  Bruno Haible  <bruno@clisp.org>
12559
12560         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
12561         * modules/argz (argz.h): Likewise.
12562         * modules/arpa_inet (arpa/inet.h): Likewise.
12563         * modules/byteswap (byteswap.h): Likewise.
12564         * modules/configmake (configmake.h): Likewise.
12565         * modules/fcntl (fcntl.h): Likewise.
12566         * modules/fnmatch (fnmatch.h): Likewise.
12567         * modules/getopt (getopt.h): Likewise.
12568         * modules/glob (glob.h): Likewise.
12569         * modules/inttypes (inttypes.h): Likewise.
12570         * modules/netinet_in (netinet/in.h): Likewise.
12571         * modules/poll (poll.h): Likewise.
12572         * modules/stdbool (stdbool.h): Likewise.
12573         * modules/stdint (stdint.h): Likewise.
12574         * modules/sys_select (sys/select.h): Likewise.
12575         * modules/sys_socket (sys/socket.h): Likewise.
12576         * modules/sys_stat (sys/stat.h): Likewise.
12577         * modules/sysexits (sysexits.h): Likewise.
12578         * modules/unistd (unistd.h): Likewise.
12579         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12580         Add a "DO NOT EDIT" comment to the generated file.
12581         (func_import): Likewise for gnulib-comp.m4.
12582
12583 2006-10-07  Bruno Haible  <bruno@clisp.org>
12584
12585         * lib/gl_sublist.h: New file.
12586         * lib/gl_sublist.c: New file.
12587
12588 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
12589
12590         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
12591         name (relative to the original working directory) and the file
12592         name component (relative to the temporary working directory).  All
12593         callers changed.
12594         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
12595         * lib/mkdir-p.c (make_dir_parents): Likewise.
12596         * lib/mkdir-p.h (make_dir_parents): Likewise.
12597
12598 2006-10-06  Eric Blake  <ebb9@byu.net>
12599
12600         Define several macros for use by the clean-temp module.
12601         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
12602         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
12603         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
12604
12605         * lib/clean-temp.h (close_stream_temp): New declaration.
12606         * lib/clean-temp.c (includes): Pull in headers according to what
12607         other modules are in use.
12608         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
12609
12610 2006-10-06  Bruno Haible  <bruno@clisp.org>
12611
12612         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
12613         instead of fopen, fwriteerror.
12614
12615 2006-10-06  Bruno Haible  <bruno@clisp.org>
12616
12617         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
12618         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
12619         int.
12620         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
12621         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
12622         Return an error indicator.
12623         Suggested by Eric Blake.
12624
12625 2006-10-06  Bruno Haible  <bruno@clisp.org>
12626
12627         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
12628         Reported by Eric Blake.
12629
12630 2006-10-06  Bruno Haible  <bruno@clisp.org>
12631
12632         * modules/closeout (Description): Mention stderr too.
12633
12634 2006-10-06  Bruno Haible  <bruno@clisp.org>
12635         and Paul Eggert  <eggert@cs.ucla.edu>
12636
12637         * lib/closeout.c (close_stdout): Also close stderr.
12638         * lib/closeout.h: Update comment.
12639
12640 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
12641
12642         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
12643         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
12644         * lib/dirchownmod.c: Include lchown.h.
12645         * lib/lchown.c: Don't include files that lchown.h now includes.
12646         Don't declare chown, since lchown.h now does that.
12647         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
12648         (lchown): Define to rpl_chown if lchown is declared but
12649         does not exist.  Declare using a prototype if lchown is not
12650         declared.  Add a copyright notice.
12651         * lib/mkstemp.h: Include <unistd.h>.
12652         * lib/openat.c: Include lchown.h.
12653
12654         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
12655         we now test for that separately.
12656         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
12657         rather than O_NOFOLLOW, when testing whether it's possible to
12658         avoid a race condition reliably.
12659         * lib/savewd.c (savewd_chdir): Likewise.
12660
12661         Remove macros that are no longer needed now that stdint.h is
12662         reliable.
12663         * lib/fsusage.c (UINTMAX_MAX): Remove.
12664         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
12665         * lib/utimecmp.c (SIZE_MAX): Remove.
12666
12667         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
12668
12669         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
12670         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
12671         O_NOATIME works.
12672
12673 2006-10-05  Bruno Haible  <bruno@clisp.org>
12674
12675         * lib/gl_list.h (gl_sortedlist_search_from_to,
12676         gl_sortedlist_indexof_from_to): New declarations.
12677         (gl_list_implementation): New fields sortedlist_search_from_to,
12678         sortedlist_indexof_from_to.
12679         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
12680         inline functions.
12681         * lib/gl_list.c (gl_sortedlist_search_from_to,
12682         gl_sortedlist_indexof_from_to): New functions.
12683         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
12684         function.
12685         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
12686         (gl_array_sortedlist_search_from_to): New function.
12687         (gl_array_list_implementation): Update.
12688         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
12689         function.
12690         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
12691         (gl_carray_sortedlist_search_from_to): New function.
12692         (gl_carray_list_implementation): Update.
12693         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
12694         gl_linked_sortedlist_indexof_from_to): New functions.
12695         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
12696         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
12697         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
12698         gl_tree_sortedlist_indexof_from_to): New functions.
12699         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
12700         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
12701         Update.
12702         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
12703         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
12704         Update.
12705
12706 2006-10-05  Bruno Haible  <bruno@clisp.org>
12707
12708         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
12709         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
12710         (struct gl_list_implementation): Add fields search_from_to,
12711         indexof_from_to. Remove fields search, indexof.
12712         (gl_list_search): Use the search_from_to method.
12713         (gl_list_search_from, gl_list_search_from_to): New functions.
12714         (gl_list_indexof): Use the indexof_from_to method.
12715         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
12716         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
12717         (gl_list_search_from, gl_list_search_from_to): New functions.
12718         (gl_list_indexof): Use the indexof_from_to method.
12719         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
12720         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
12721         gl_array_indexof. Add start_index, end_index arguments.
12722         (gl_array_search_from_to): Renamed from gl_array_search. Add
12723         start_index, end_index arguments.
12724         (gl_array_remove, gl_array_list_implementation): Update.
12725         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
12726         gl_carray_indexof. Add start_index, end_index arguments.
12727         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
12728         start_index, end_index arguments.
12729         (gl_carray_remove, gl_carray_list_implementation): Update.
12730         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
12731         gl_linked_search. Add start_index, end_index arguments.
12732         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
12733         start_index, end_index arguments.
12734         (gl_linked_remove): Update.
12735         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
12736         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
12737         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
12738         field to 'size_t'.
12739         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
12740         gl_tree_search. Add start_index, end_index arguments.
12741         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
12742         start_index, end_index arguments.
12743         (gl_tree_remove): Update.
12744         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
12745         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
12746         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
12747         function.
12748         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
12749         gl_tree_search. Add start_index, end_index arguments.
12750         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
12751         start_index, end_index arguments.
12752         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
12753         Update.
12754         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
12755
12756 2006-10-05  Bruno Haible  <bruno@clisp.org>
12757
12758         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
12759
12760         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
12761         fwriteerror_temp): New declarations.
12762         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
12763         (descriptors): New variable.
12764         (cleanup): First, close the descriptors.
12765         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
12766         fclose_temp, fwriteerror_temp): New functions.
12767
12768 2006-10-04  Jim Meyering  <jim@meyering.net>
12769
12770         * lib/fts.c (fts_open): Tiny comment change.
12771
12772 2006-10-04  Bruno Haible  <bruno@clisp.org>
12773
12774         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
12775         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
12776         gl_LOCK_BODY.
12777         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
12778         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
12779         gl_LOCK_EARLY_BODY.
12780         (gl_LOCK): Require gl_LOCK_BODY.
12781
12782 2006-10-04  Bruno Haible  <bruno@clisp.org>
12783
12784         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
12785         (gl_oset_search_atleast): New declaration.
12786         (struct gl_oset_implementation): Add field 'search_atleast'.
12787         (gl_oset_search_atleast): New inline function.
12788         * lib/gl_oset.c (gl_oset_search_atleast): New function.
12789         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
12790         (gl_array_oset_implementation): Update.
12791         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
12792         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
12793         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
12794
12795 2006-10-04  Bruno Haible  <bruno@clisp.org>
12796
12797         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
12798
12799 2006-10-03  Bruno Haible  <bruno@clisp.org>
12800
12801         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
12802         from gl_avltreehash_list_implementation.
12803
12804 2006-10-03  Bruno Haible  <bruno@clisp.org>
12805
12806         * lib/gl_oset.c (gl_oset_add): Fix return type.
12807
12808 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
12809
12810         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
12811
12812 2006-10-02  Eric Blake  <ebb9@byu.net>
12813
12814         * modules/strnlen (Depends-on): Add extensions.
12815
12816 2006-10-02  Eric Blake  <ebb9@byu.net>
12817
12818         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
12819         definition in 2.60+.
12820
12821 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
12822
12823         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
12824         checks.
12825
12826 2006-10-02  Bruno Haible  <bruno@clisp.org>
12827
12828         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
12829         to the AUTOMAKE_OPTIONS.
12830         Reported by Jim Meyering.
12831
12832 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
12833
12834         Work around bug in Solaris 10 /proc file system:
12835         /proc/self/fd/NNN/.. isn't the parent directory of
12836         the directory whose file descriptor is NNN.  This needs to
12837         be worked around at run time, not compile time, since a
12838         program might be built on Solaris 8, where things work, and
12839         run on Solaris 10.
12840         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
12841         to use the following interface instead:
12842         (OPENAT_BUFFER_SIZE): New macro.
12843         (openat_proc_name): New function.
12844         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
12845         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
12846         Likewise.
12847         * lib/openat-proc.c: New file.
12848         * modules/openat (Files): Add lib/openat-proc.c.
12849         (Depends-on): Add same-inode, stdbool.
12850         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
12851
12852 2006-09-29  Bruno Haible  <bruno@clisp.org>
12853
12854         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
12855         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
12856         argument. Set stdout_closed before testing for ferror, not after.
12857         (fwriteerror, fwriteerror_no_ebadf): New functions.
12858
12859 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12860
12861         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
12862
12863 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
12864
12865         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
12866         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
12867
12868 2006-09-28  Jim Meyering  <jim@meyering.net>
12869
12870         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
12871         Include <unistd.h>.
12872
12873 2006-09-28  Bruno Haible  <bruno@clisp.org>
12874
12875         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
12876         * modules/linkedhash-list (Depends-on): Likewise.
12877         * modules/rbtreehash-list (Depends-on): Likewise.
12878
12879 2006-09-28  Bruno Haible  <bruno@clisp.org>
12880
12881         * lib/strndup.h: Simplify the redefinition of strndup.
12882         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
12883         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
12884
12885 2006-09-28  Bruno Haible  <bruno@clisp.org>
12886
12887         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
12888         * lib/gl_linkedhash_list.c: Likewise.
12889         * lib/gl_rbtreehash_list.c: Likewise.
12890
12891 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
12892
12893         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
12894         getaddrinfo.
12895
12896         * lib/__fpending.h: Don't include <stdio_ext.h> unless
12897         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
12898         it causes <stdio_ext.h> to cause a compile-time error.
12899         Problem reported by Nelson H. F. Beebe.
12900         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
12901         of HAVE_DECL___PENDING.
12902
12903         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
12904         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
12905         declaration.
12906
12907 2006-09-27  Jim Meyering  <jim@meyering.net>
12908
12909         This file could end up with a definition for a function
12910         named __strndup, rather than rpl_strndup on a system with
12911         incomplete weak_alias support.
12912         * lib/strndup.c (strndup): Rename from __strndup.
12913         Remove #defines that used to map __strndup to strndup.
12914         Don't use K&R prototypes.
12915         Remove LIBC-related code, since this file is not sync'd with glibc.
12916         * lib/strndup.h: Revamp, accordingly.
12917         * m4/strndup.m4: Modernize.
12918
12919 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
12920
12921         * modules/savewd (Depends-on): Add 'raise'.
12922         * lib/savewd.c: Include <signal.h>, for 'raise'.
12923
12924 2006-09-26  Jim Meyering  <jim@meyering.net>
12925
12926         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
12927         when we detect Darwin 8.7.0's acl_get_file bug.
12928         Rearrange to perform the new (below) run-test while $LIBS
12929         contains any acl-related library.  Set USE_ACL at the end.
12930         (gl_ACL_GET_FILE): New function.
12931
12932 2006-09-26  Eric Blake  <ebb9@byu.net>
12933
12934         * lib/verror.c: Include <config.h> unconditionally.
12935
12936 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
12937
12938         * modules/clock-time (Maintainer): Add self.
12939         * modules/getlogin_r (Depends-on): Add extensions.
12940
12941 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12942
12943         * modules/clock-time: New module.
12944         * modules/nanosleep (Depends-on): Add clock-time.
12945         * modules/gethrxtime (Depends-on): Likewise.
12946         * modules/gettime (Depends-on): Likewise.
12947         * modules/settime (Depends-on): Likewise.
12948
12949         * modules/fts-lgpl: Depend on openat.
12950         * modules/mkancesdirs: Depend on savewd.
12951         * modules/mkdir-p: Likewise.
12952
12953 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12954
12955         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
12956
12957         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
12958         `gl_have_arbitrary_file_name_length_limit' to
12959         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
12960         actually works between configure runs.
12961
12962 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12963             Bruno Haible  <bruno@clisp.org>
12964
12965         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
12966
12967 2006-09-25  Jim Meyering  <jim@meyering.net>
12968
12969         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
12970         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
12971
12972 2006-09-25  Eric Blake  <ebb9@byu.net>
12973
12974         * gnulib-tool (func_import, func_create_testdir): Fix typos in
12975         exec's in 2006-09-18 patch when shuffling fds.
12976
12977 2006-09-25  Bruno Haible  <bruno@clisp.org>
12978
12979         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
12980         Reported by Jim Meyering.
12981
12982 2006-09-24  Jim Meyering  <jim@meyering.net>
12983
12984         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
12985         compare a pointer against a literal "0".  That caused failures with
12986         at least HP-UX's hpcc.
12987
12988 2006-09-22  Simon Josefsson  <jas@extundo.com>
12989
12990         * modules/gc-sha1:
12991         * modules/gc-md4:
12992         * modules/gc-hmac-sha1:
12993         * modules/gc-hmac-md5:
12994         * modules/gc-des:
12995         * modules/gc-arcfour: Distribute more files.
12996
12997 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12998
12999         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
13000         (gl_linked_iterator_from_to): Initialize struct completely.
13001         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
13002         (gl_tree_iterator_from_to): Likewise
13003         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
13004         * lib/gl_array_list.c [lint] (gl_array_iterator)
13005         (gl_array_iterator_from_to): Likewise.
13006         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
13007         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
13008         (gl_carray_iterator_from_to): Likewise.
13009
13010         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
13011         * lib/md4.c (md4_process_block): Remove unused variable.
13012         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
13013         parentheses for clarity.
13014
13015 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13016
13017         * modules/bison-i18n (Depends-on): Add gettext.
13018
13019 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13020
13021         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
13022         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
13023         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
13024         also add missing comma that caused broken test.
13025         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
13026         stdlib.h, for `abort'.
13027         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
13028         variables.
13029         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
13030         include unistd.h if present, for `rmdir'.
13031         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
13032         variables.
13033         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
13034         in the process include standard headers for prototypes.
13035         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
13036         gets declared on GNU/Linux.
13037         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
13038         unistd.h, for `rmdir'.
13039         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
13040
13041         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
13042         always true.
13043         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
13044
13045         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
13046
13047 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13048
13049         * gnulib-tool (func_version): Create output all at once.  This
13050         may help avoid triggering unnecessary SIGPIPEs, and at any
13051         rate it doesn't hurt.
13052
13053 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13054             Bruno Haible  <bruno@clisp.org>
13055
13056         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
13057         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
13058         * m4/signed.m4 (bh_C_SIGNED): Likewise.
13059
13060         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
13061         (gl_FUNC_VASPRINTF): Invoke it.
13062
13063 2006-09-22  Bruno Haible  <bruno@clisp.org>
13064
13065         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
13066         getloadavg.c as first argument.
13067
13068 2006-09-22  Bruno Haible  <bruno@clisp.org>
13069
13070         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
13071         at the beginning of the gl_INIT macro.
13072         * modules/getloadavg (configure.ac): Pass $gl_source_base to
13073         gl_GETLOADAVG.
13074
13075 2006-09-22  Bruno Haible  <bruno@clisp.org>
13076
13077         * gnulib-tool (func_create_megatestdir): Don't include the config-h
13078         module.
13079         Suggested by Ralf Wildenhues.
13080
13081 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
13082
13083         Import this patch from libc:
13084
13085         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
13086
13087         * lib/regex_internal.c (re_string_reconstruct): Handle
13088         offset < pstr->valid_raw_len && pstr->offsets_needed case.
13089         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
13090         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
13091         re_string_context_at.
13092
13093         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
13094         now requires it.
13095         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
13096         gl_REGEX now does it for us.
13097         (gl_REGEX): Add test taken from
13098         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
13099
13100         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
13101         Check that large offsets work.  Modernize Autoconf usages.
13102         Prefer "yes" to mean a good thing rather than a bad.
13103         Don't put "#define mkstemp" in config.h, as this might interfere
13104         with standard system headers that "#define mkstemp mkstemp64".
13105
13106         * modules/mkstemp (Depends-on): Add extensions, so that
13107         mkstemp is visible on some platforms.
13108         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
13109         (Include): Change to "mkstemp.h" from <stdlib.h>.
13110         (Files): Add mkstemp.h.
13111
13112         * lib/mkstemp.h: New file, since some standard headers
13113         #define mkstemp.
13114         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
13115         Include "mkstemp.h".
13116         Make the _LIBC code resemble glibc original more,
13117         e.g., use K&R style.
13118         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
13119         (mkstemp): Remove, since mkstemp.h does this for us.
13120         * lib/stdlib--.h: Include mkstemp.h.
13121
13122         Import this patch from libc:
13123
13124         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
13125
13126         * lib/tempname.c (__gen_tempname): Change attempts_min
13127         into a macro.  Use preprocessor to decide how to initialize
13128         attempts [Coverity CID 67].
13129
13130 2006-09-20  Bruno Haible  <bruno@clisp.org>
13131
13132         * lib/mkdtemp.c: Import from libc.
13133         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
13134                 * sysdeps/posix/tempname.c (__gen_tempname): Change
13135                 attempts_min into a macro.  Use preprocessor to decide how to
13136                 initialize attempts [Coverity CID 67].
13137         2001-11-27  Paul Eggert  <eggert@twinsun.com>
13138                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
13139                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
13140
13141 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13142
13143         * gnulib-tool (func_exit): New function, to allow to pass the
13144         exit status portably through the trap.  Use everywhere.
13145         (--help, --version): Signal a write error.
13146         (trap): catch SIGPIPE, for write errors.
13147         Exit at the end of the trap, with the correct exit status.
13148
13149 2006-09-19  Karl Berry  <karl@gnu.org>
13150
13151         * doc/gnulib.texi: note about the license texinfo files.
13152
13153 2006-09-19  Eric Blake  <ebb9@byu.net>
13154
13155         * gnulib-tool: Avoid space-tab.
13156
13157 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
13158
13159         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
13160         that prevented coreutils 6.1 from building.  Problem reported
13161         by Petter Reinholdtsen.
13162
13163 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
13164
13165         * gnulib-tool (avoidlist): Fix typo that broke options like
13166         --avoid=lock that are used by coreutils bootstrap.
13167
13168 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
13169
13170         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
13171         more systematically.
13172
13173 2006-09-18  Jim Meyering  <jim@meyering.net>
13174
13175         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
13176
13177 2006-09-18  Bruno Haible  <bruno@clisp.org>
13178
13179         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
13180
13181 2006-09-18  Bruno Haible  <bruno@clisp.org>
13182
13183         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
13184         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
13185         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
13186         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
13187         * m4/gettext.m4: Require autoconf >= 2.52.
13188         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
13189         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
13190         of gl_cv_header_inttypes_h.
13191
13192 2006-09-18  Bruno Haible  <bruno@clisp.org>
13193
13194         * lib/javaversion.c: Include configmake.h.
13195
13196 2006-09-18  Bruno Haible  <bruno@clisp.org>
13197
13198         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
13199         avoid that the while loops be executed in a subshell.
13200
13201 2006-09-18  Bruno Haible  <bruno@clisp.org>
13202
13203         * MODULES.html.sh (func_module): Break long lines.
13204         Suggested by Bruce Korb <bkorb@gnu.org>.
13205
13206 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13207
13208         Speed up by a factor of 1.12.
13209         * gnulib-tool (nl): New variable.
13210         (func_import): Rewrite include directive extraction to only read each
13211         directive once.
13212
13213 2006-09-17  Bruno Haible  <bruno@clisp.org>
13214
13215         * modules/javaversion (Makefile.am): Remove DEFS setting.
13216         (Depends-on): Add configmake, for PKGDATADIR definition.
13217
13218 2006-09-17  Bruno Haible  <bruno@clisp.org>
13219
13220         * gnulib-tool (func_create_testdir): Rewrite all files at once.
13221
13222 2006-09-17  Bruno Haible  <bruno@clisp.org>
13223
13224         * gnulib-tool (func_append): New function, stolen from libtool.m4.
13225         (func_modules_transitive_closure, func_modules_add_dummy,
13226         func_modules_to_filelist, func_import, func_create_testdir,
13227         func_create_megatestdir, ...): Use it wherever possible.
13228         Suggested by Ralf Wildenhues.
13229
13230 2006-09-16  Karl Berry  <karl@gnu.org>
13231
13232         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
13233         to avoid sectioning errors.
13234         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
13235         [ifinfo]: blank line after @center-ed titles.
13236         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
13237         Spell FSF address consistently with others.
13238         (These changes approved by rms.)
13239
13240 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13241
13242         Speed up by a factor of 1.61.
13243         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
13244         already checked module names again.
13245
13246 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13247
13248         Speed up by a factor of 1.13.
13249         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
13250         for new_files, and the input to func_add_or_update.
13251
13252 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13253
13254         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
13255         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
13256
13257 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13258
13259         * modules/mkancesdirs (Depends-on): Add fcntl.
13260         * modules/savewd: New file.
13261         * MODULES.html.sh (File system functions): Add savewd.
13262
13263         * modules/configmake (Makefile.am): Add support for the
13264         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
13265
13266 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13267
13268         * m4/savewd.m4: New file.
13269
13270 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
13271
13272         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
13273         (dirchownmod): New arg FD.  All callers changed.
13274         Use FD rather than opening the directory ourself, as opening is
13275         now the caller's responsibility.
13276         * lib/dirchownmod.h: Likewise.
13277         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
13278         hosts that require <sys/types.h> before <sys/stat.h>.  Include
13279         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
13280         (test_dir): Remove.
13281         (mkancesdirs): Return length of prefix of FILE that has already
13282         been made, or -2 if there is a child doing the work.  Redo
13283         algorithm so that it is O(N) rather than O(N**2).  Optimize away
13284         ".", and treat ".." specially since it might stray back into
13285         already-created areas.  Use a subprocess if necessary.  New arg
13286         WD; all users changed.  MAKE_DIR function should now return 1
13287         if it creates a directory that is not readable.  Return -2 if
13288         a child process is spun off.
13289         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
13290         Adjust signature to match code.
13291         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
13292         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
13293         all users changed.
13294         * lib/savewd.c, lib/savewd.h: New files.
13295
13296 2006-09-15  Jim Meyering  <jim@meyering.net>
13297
13298         * modules/rename-dest-slash: New module.
13299         * MODULES.html.sh (posix_compat): Add it here.
13300
13301         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
13302
13303 2006-09-15  Jim Meyering  <jim@meyering.net>
13304
13305         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
13306         file.
13307
13308         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
13309
13310 2006-09-15  Jim Meyering  <jim@meyering.net>
13311
13312         * lib/rename-dest-slash.c (has_trailing_slash): Use
13313         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
13314         (rpl_rename_dest_slash): Perform the cheaper trailing slash
13315         test before testing whether SRC is a directory.
13316         Suggestions from Bruno Haible.
13317
13318         Avoid a warning about an unused variable.
13319         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
13320         into the #ifdef block where it's used.
13321
13322         * lib/rename-dest-slash.c: New file.
13323
13324 2006-09-14  Bruno Haible  <bruno@clisp.org>
13325
13326         * lib/allocsa.c: Include <config.h> unconditionally.
13327         * lib/asnprintf.c: Likewise.
13328         * lib/asprintf.c: Likewise.
13329         * lib/c-strcasecmp.c: Likewise.
13330         * lib/c-strcasestr.c: Likewise.
13331         * lib/c-strncasecmp.c: Likewise.
13332         * lib/c-strstr.c: Likewise.
13333         * lib/classpath.c: Likewise.
13334         * lib/clean-temp.c: Likewise.
13335         * lib/concatpath.c: Likewise.
13336         * lib/copy-file.c: Likewise.
13337         * lib/csharpcomp.c: Likewise.
13338         * lib/csharpexec.c: Likewise.
13339         * lib/execute.c: Likewise.
13340         * lib/fatal-signal.c: Likewise.
13341         * lib/findprog.c: Likewise.
13342         * lib/fwriteerror.c: Likewise.
13343         * lib/gl_array_list.c: Likewise.
13344         * lib/gl_array_oset.c: Likewise.
13345         * lib/gl_avltree_list.c: Likewise.
13346         * lib/gl_avltree_oset.c: Likewise.
13347         * lib/gl_avltreehash_list.c: Likewise.
13348         * lib/gl_carray_list.c: Likewise.
13349         * lib/gl_linked_list.c: Likewise.
13350         * lib/gl_linkedhash_list.c: Likewise.
13351         * lib/gl_list.c: Likewise.
13352         * lib/gl_oset.c: Likewise.
13353         * lib/gl_rbtree_list.c: Likewise.
13354         * lib/gl_rbtree_oset.c: Likewise.
13355         * lib/gl_rbtreehash_list.c: Likewise.
13356         * lib/imaxabs.c: Likewise.
13357         * lib/imaxdiv.c: Likewise.
13358         * lib/javacomp.c: Likewise.
13359         * lib/javaexec.c: Likewise.
13360         * lib/javaversion.c: Likewise.
13361         * lib/linebreak.c: Likewise.
13362         * lib/localcharset.c: Likewise.
13363         * lib/lock.c: Likewise.
13364         * lib/mbchar.c: Likewise.
13365         * lib/mbswidth.c: Likewise.
13366         * lib/mkdtemp.c: Likewise.
13367         * lib/pipe.c: Likewise.
13368         * lib/printf-args.c: Likewise.
13369         * lib/printf-parse.c: Likewise.
13370         * lib/progname.c: Likewise.
13371         * lib/progreloc.c: Likewise.
13372         * lib/readlink.c: Likewise.
13373         * lib/sh-quote.c: Likewise.
13374         * lib/stpcpy.c: Likewise.
13375         * lib/stpncpy.c: Likewise.
13376         * lib/strcasecmp.c: Likewise.
13377         * lib/strcasestr.c: Likewise.
13378         * lib/strcspn.c: Likewise.
13379         * lib/striconv.c: Likewise.
13380         * lib/strncasecmp.c: Likewise.
13381         * lib/strnlen1.c: Likewise.
13382         * lib/strstr.c: Likewise.
13383         * lib/strtok_r.c: Likewise.
13384         * lib/tls.c: Likewise.
13385         * lib/tmpdir.c: Likewise.
13386         * lib/unicodeio.c: Likewise.
13387         * lib/unsetenv.c: Likewise.
13388         * lib/vasnprintf.c: Likewise.
13389         * lib/vasprintf.c: Likewise.
13390         * lib/wait-process.c: Likewise.
13391         * lib/xallocsa.c: Likewise.
13392         * lib/xsetenv.c: Likewise.
13393         * lib/xstriconv.c: Likewise.
13394
13395 2006-09-13  Simon Josefsson  <jas@extundo.com>
13396
13397         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
13398         that internally, suggested by Ralf Wildenhues
13399         <Ralf.Wildenhues@gmx.de>.
13400
13401 2006-09-13  Simon Josefsson  <jas@extundo.com>
13402
13403         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
13404         @LIBOBJS@.
13405         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13406
13407 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
13408
13409         * lib/_fpending.c: Include <config.h> unconditionally, since we no
13410         longer worry about uses that don't define HAVE_CONFIG_H.
13411         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
13412         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
13413         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
13414         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
13415         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
13416         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
13417         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
13418         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
13419         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
13420         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
13421         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
13422         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
13423         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
13424         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
13425         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
13426         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
13427         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
13428         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
13429         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
13430         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
13431         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
13432         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
13433         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
13434         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
13435         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
13436         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
13437         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
13438         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
13439         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
13440         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
13441         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
13442         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
13443         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
13444         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
13445         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
13446         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
13447         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
13448         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
13449         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
13450         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
13451         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
13452         Likewise.
13453
13454 2006-09-13  Eric Blake  <ebb9@byu.net>
13455
13456         * lib/getopt.c: Fix typo in last commit.
13457
13458 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13459
13460         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
13461         dgettext.
13462
13463 2006-09-12  Jim Meyering  <jim@meyering.net>
13464
13465         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
13466         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
13467         Reported by Nelson H. F. Beebe.
13468
13469 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13470
13471         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
13472         program_invocation_name and program_invocation_short_name are
13473         initialized.
13474         * lib/argp-namefrob.h: Move declarations of program_invocation_name
13475         and program_invocation_short_name to argp.h, so they are visible
13476         to user programs.
13477         * lib/argp.h: Likewise
13478
13479 2006-09-10  Bruno Haible  <bruno@clisp.org>
13480
13481         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
13482         m4/inttypes_h.m4, m4/uintmax_t.m4.
13483
13484 2006-09-10  Bruno Haible  <bruno@clisp.org>
13485
13486         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
13487         gl_AC_TYPE_UINTMAX_T.
13488
13489 2006-09-10  Bruno Haible  <bruno@clisp.org>
13490
13491         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
13492
13493 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13494
13495         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
13496         convention.  Text proposed by Bruno Haible.
13497         (struct argp_option): Document the use of N_() wrappers.
13498
13499         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
13500         '\v', and translate the two parts separately, instead of feeding
13501         the whole string to gettext.  This allows to exclude
13502         '\v' from the strings visible to the translator by writing doc
13503         strings as N_("..") "\v" N_("..").
13504
13505 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
13506
13507         * config/srclist.txt: Undo latest change; the bug was fixed.
13508
13509 2006-09-09  Bruno Haible  <bruno@clisp.org>
13510
13511         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
13512         assignments if building a library without libtool.
13513         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
13514         in func_emit_lib_Makefile_am.
13515         (func_import): When building a static library libfoo.a, arrange to
13516         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
13517         (func_create_testdir): Likewise.
13518         * modules/gc (configure.ac, Makefile.am): If building statically,
13519         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
13520         * modules/iconvme (configure.ac, Makefile.am): Likewise.
13521         * modules/striconv (configure.ac, Makefile.am): Likewise.
13522         Based on a suggestion by Ralf Wildenhues.
13523
13524 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13525
13526         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
13527         Check for unistd.h too, since Autoconf doesn't assume POSIX.
13528         Also:
13529
13530         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13531         Add year_2050_test to catch glibc bug 2821
13532         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
13533
13534         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13535         Prefer #ifdef to #if.
13536
13537         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
13538         Return from 'main' instead of calling 'exit'.
13539
13540 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13541
13542         * lib/mktime.c (guess_time_tm): Fix bug where mktime
13543         returned the maximum time_t value rather than (time_t) -1.
13544         Problem originally reported by William Bardwell
13545         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
13546
13547         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
13548         Moved to here ...
13549         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
13550         ... from here.
13551
13552 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
13553
13554         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
13555         2821 is fixed.
13556
13557 2006-09-08  Jim Meyering  <jim@meyering.net>
13558
13559         Don't make generated files read-only.  That would bother too many
13560         people.  However, do retain the ability to work when targets are
13561         read-only: remove the destination and temporary files before writing
13562         them (when generated via sed or echo), or by using the -f option for
13563         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
13564         * modules/alloca-opt, modules/argz, modules/arpa_inet:
13565         * modules/byteswap, modules/configmake, modules/fcntl:
13566         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
13567         * modules/localcharset, modules/netinet_in, modules/poll:
13568         * modules/stdbool, modules/stdint, modules/sys_select:
13569         * modules/sys_socket, modules/sys_stat, modules/sysexits:
13570
13571 2006-09-08  Jim Meyering  <jim@meyering.net>
13572
13573         Avoid new build failure on FreeBSD 6.0.
13574         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
13575         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
13576         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
13577
13578 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13579
13580         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
13581
13582 2006-09-07  Jim Meyering  <jim@meyering.net>
13583
13584         Fix global typo in last change: use chmod u-w, not chmod u-x.
13585         Spotted by Paul Eggert and Bruce Korb.
13586         * modules/alloca-opt, modules/argz, modules/arpa_inet:
13587         * modules/byteswap, modules/configmake, modules/fcntl:
13588         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
13589         * modules/localcharset, modules/netinet_in, modules/poll:
13590         * modules/stdbool, modules/stdint, modules/sys_select:
13591         * modules/sys_socket, modules/sys_stat, modules/sysexits:
13592
13593 2006-09-06  Jim Meyering  <jim@meyering.net>
13594
13595         Make generated files be read-only.
13596         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
13597         Ensure that each generated file is now read-only.
13598         * modules/argz: Likewise.
13599         * modules/arpa_inet: Likewise.
13600         * modules/byteswap: Likewise.
13601         * modules/configmake: Likewise.
13602         * modules/fcntl: Likewise.
13603         * modules/fnmatch: Likewise.
13604         * modules/getopt: Likewise.
13605         * modules/glob: Likewise.
13606         * modules/inttypes: Likewise.
13607         * modules/netinet_in: Likewise.
13608         * modules/poll: Likewise.
13609         * modules/stdbool: Likewise.
13610         * modules/stdint: Likewise.
13611         * modules/sys_select: Likewise.
13612         * modules/sys_socket: Likewise.
13613         * modules/sys_stat: Likewise.
13614         * modules/sysexits: Likewise.
13615         * modules/localcharset: Same as above, but continue using temporary
13616         file named "t-$@" (why different?) rather than the "$@-t" used
13617         everywhere else.
13618
13619         * modules/sysexits (Makefile.am): Replace literal occurrences
13620         of "sysexit.h" more readable, and more consistent, "$@".
13621
13622 2006-09-06  Bruno Haible  <bruno@clisp.org>
13623
13624         * modules/striconv: New file.
13625         * modules/xstriconv: New file.
13626         * MODULES.html.sh (Internationalization functions): Add striconv,
13627         xstriconv.
13628
13629 2006-09-06  Bruno Haible  <bruno@clisp.org>
13630
13631         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
13632         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
13633         not using libtool correctly.
13634
13635 2006-09-06  Bruno Haible  <bruno@clisp.org>
13636
13637         * lib/striconv.h: New file.
13638         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
13639         iconvstring.c.
13640         * lib/xstriconv.h: New file.
13641         * lib/xstriconv.c: New file.
13642
13643 2006-09-06  Bruno Haible  <bruno@clisp.org>
13644
13645         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
13646         lib_..._LDFLAGS.
13647
13648 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13649
13650         * lib/argz_.h: Sync from Libtool.
13651
13652         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
13653                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13654
13655         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
13656
13657 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
13658
13659         * modules/trim: New file.
13660
13661 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
13662
13663         * lib/trim.h: New file.
13664         * lib/trim.c: New file.
13665
13666 2006-09-05  Bruno Haible  <bruno@clisp.org>
13667
13668         * MODULES.html.sh (String handling): Add trim.
13669
13670 2006-09-04  Karl Berry  <karl@gnu.org>
13671
13672         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
13673         until next release.
13674
13675 2006-09-03  Bruno Haible  <bruno@clisp.org>
13676
13677         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
13678         correctly.
13679
13680 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13681
13682         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
13683         not gl_GETLOADAVG.  Omit unneeded semicolons.
13684         Problems reported by Ralf Wildenhues in
13685         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
13686         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
13687         at the end, which is the usual gnulib style.
13688
13689         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
13690         of doing all the work ourselves.
13691         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
13692         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
13693
13694 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13695
13696         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
13697         Problem reported by Ralf Wildenhues in
13698         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
13699
13700         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
13701         HAVE_STRUCT_STATFS_F_FSTYPENAME.
13702
13703 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
13704
13705         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
13706         yesterday's patch by changing test -n to test -z.
13707
13708 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13709
13710         * modules/getloadavg (Files): Add m4/getloadavg.m4.
13711         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
13712         the former is now obsolescent.
13713
13714         * modules/chdir-long (Depends-on): Add fcntl.
13715
13716 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13717
13718         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
13719         obsolescent, and programs should use gnulib instead.
13720         * m4/getloadavg.m4: New file, with contents taken from Autoconf
13721         but with prefixes changed.
13722
13723 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
13724
13725         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
13726         or stdbool.h, because they might not exist while configuring.
13727
13728         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
13729         Don't include unistd.h or limits.h; not needed, since chdir-long.h
13730         does that for us.
13731         (O_DIRECTORY): Remove.
13732
13733 2006-08-31  Eric Blake  <ebb9@byu.net>
13734
13735         * gnulib-tool: Don't let emacs change spaces to TAB.
13736
13737 2006-08-31  Bruno Haible  <bruno@clisp.org>
13738
13739         * gnulib-tool: When calling func_import more than once, do it in a
13740         subshell.
13741         Reported by Eric Blake <ebb9@byu.net>.
13742
13743 2006-08-31  Bruno Haible  <bruno@clisp.org>
13744
13745         * gnulib-tool (nl): Remove variable.
13746         (sed_transform_lib_file): Use more robust test for config-h module.
13747         (func_import): Fix typo in 2006-08-25 patch.
13748
13749 2006-08-31  Bruno Haible  <bruno@clisp.org>
13750
13751         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
13752         specified, augment Makefile.am variables instead of assigning them.
13753
13754 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13755
13756         Work around a bug in both the Linux and SunOS 64-bit kernels:
13757         nanosleep mishandles sleeps for longer than 2**31 seconds.
13758         Problem reported by Frank v Waveren in
13759         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
13760         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
13761         Check for nanosleep bug.
13762         (LIB_NANOSLEEP): Append clock_gettime library if needed.
13763
13764 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13765
13766         Work around a bug in both the Linux and SunOS 64-bit kernels:
13767         nanosleep mishandles sleeps for longer than 2**31 seconds.
13768         Problem reported by Frank v Waveren in
13769         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
13770         * lib/nanosleep.c (BILLION): New constant.
13771         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
13772         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
13773         implementation.
13774
13775 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13776
13777         * modules/nanosleep (Depends-on): Add gettime.
13778
13779 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13780         and Simon Josefsson  <jas@extundo.com>
13781         and Oskar Liljeblad  <oskar@osk.mine.nu>
13782
13783         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
13784         * gnulib-tool (func_import): New license type 'unmodifiable license
13785         text'.
13786         * modules/fdl: Use it.  Longer description.
13787         * module/gpl, module/lgpl: New files.
13788
13789 2006-08-30  Jim Meyering  <jim@meyering.net>
13790
13791         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
13792         shadowing the parameter.
13793
13794 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13795
13796         Sync from Libtool:
13797
13798         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13799
13800         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
13801         sharing with gnulib.  Report by Eric Blake.
13802
13803 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13804
13805         * modules/isapipe: New file.
13806         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
13807
13808 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13809
13810         * modules/configmake (Makefile.am): Add a comment, and omit
13811         the CONFIGMAKE_ prefix from generated macro names.  Suggested
13812         by Bruno Haible.
13813
13814 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13815
13816         * m4/isapipe.m4: New file.
13817
13818 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
13819
13820         * lib/isapipe.c, lib/isapipe.h: New files.
13821
13822 2006-08-29  Jim Meyering  <jim@meyering.net>
13823
13824         * modules/configmake (Makefile.am): Make configmake.h depend on
13825         Makefile.  Otherwise, a stale configmake.h could hang around.
13826
13827 2006-08-29  Eric Blake  <ebb9@byu.net>
13828
13829         * lib/error.c (error_at_line, print_errno_message): Match libc, after
13830         resolution of upstream bug 3044.
13831
13832 2006-08-29  Bruno Haible  <bruno@clisp.org>
13833
13834         * modules/localcharset (Depends-on): Add configmake.
13835         (Makefile.am): Remove setting of LIBDIR through DEFS.
13836
13837 2006-08-29  Bruno Haible  <bruno@clisp.org>
13838
13839         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
13840         defined.
13841
13842 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13843
13844         * modules/fcntl: New file.
13845         * modules/chdir-safer (Depends-on): Add fcntl.
13846         * modules/fts: Likewise.
13847         * modules/mkdir-p: Likewise.
13848
13849         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
13850         This undoes the most recent change, since we're now addressing the
13851         problem in a different way.
13852
13853         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
13854         into output, since the output might be called Makefile.am even
13855         if $makefile_name is something different.
13856         (func_import): Use $makefile_am rather than
13857         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
13858         empty.
13859
13860         * modules/inttypes (Files): Add m4/inttypes-h.m4.
13861
13862 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13863
13864         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
13865         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
13866         recent change to stdint.m4, since we're now addressing the problem in a
13867         different way.
13868
13869 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13870
13871         * m4/fcntl_h.m4: New file.
13872
13873 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
13874
13875         * lib/fcntl_.h: New file.
13876         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
13877         the fcntl module.
13878         * lib/dirchownmod.c: Likewise.
13879         * lib/fts.c: Likewise.
13880
13881         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
13882         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
13883         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
13884         just before including <inttypes.h>, to avoid circular inclusion.
13885
13886 2006-08-28  Jim Meyering  <jim@meyering.net>
13887
13888         * doc/visibility.texi: Actually read and correct the grammar of the
13889         sentence affected by yesterday's change.
13890
13891 2006-08-28  Eric Blake  <ebb9@byu.net>
13892
13893         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
13894         needs wrapper.
13895
13896 2006-08-28  Eric Blake  <ebb9@byu.net>
13897
13898         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
13899
13900 2006-08-28  Eric Blake  <ebb9@byu.net>
13901
13902         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
13903
13904 2006-08-28  Bruno Haible  <bruno@clisp.org>
13905
13906         * modules/c-strstr: New file, from GNU gettext.
13907         * MODULES.html.sh (String handling): Add c-strstr.
13908
13909 2006-08-28  Bruno Haible  <bruno@clisp.org>
13910
13911         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
13912         macros.
13913         Reported by Eric Blake.
13914
13915 2006-08-28  Bruno Haible  <bruno@clisp.org>
13916
13917         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
13918         (VASNPRINTF): Return a string of length > INT_MAX without failing.
13919         * lib/vasprintf.c: Include errno.h, limits.h.
13920         (EOVERFLOW): New fallback definition.
13921         (vasprintf): Test here whether the string length is > INT_MAX.
13922         * lib/vsnprintf.c: Include errno.h, limits.h.
13923         (EOVERFLOW): New fallback definition.
13924         (vsnprintf): Fix bug when generated string was too long for the buffer.
13925         Test here whether the string length is > INT_MAX.
13926
13927 2006-08-28  Bruno Haible  <bruno@clisp.org>
13928
13929         * lib/inttypes_.h (SCNX*): Remove definitions.
13930         Reported by Eric Blake.
13931
13932 2006-08-28  Bruno Haible  <bruno@clisp.org>
13933
13934         * lib/c-strstr.h: New file, from GNU gettext.
13935         * lib/c-strstr.c: New file, from GNU gettext.
13936
13937 2006-08-28  Bruno Haible  <bruno@clisp.org>
13938
13939         * gnulib-tool: Reorder some statements.
13940
13941 2006-08-28  Bruno Haible  <bruno@clisp.org>
13942
13943         * gnulib-tool: New option --makefile-name.
13944         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
13945         $makefile_name.
13946         (func_import): Write $makefile_name to the cache file, and read it from
13947         there unless explicitly specified. Use $makefile_name as file name
13948         instead of Makefile.am. Adjust the recommendations accordingly.
13949
13950 2006-08-28  Bruno Haible  <bruno@clisp.org>
13951
13952         * gnulib-tool (func_verify_module): Check against misapplying patch.
13953
13954 2006-08-28  Bruno Haible  <bruno@clisp.org>
13955
13956         * gnulib-tool (func_relativize, func_relconcat): New functions.
13957         Give an error if --local-dir is given with --update.
13958         Remove trailing slashes from $local_gnulib_dir.
13959         (func_import): Store the relativized $local_gnulib_dir in
13960         gnulib-cache.m4, and read it from there if not specified explicitly.
13961
13962 2006-08-28  Bruno Haible  <bruno@clisp.org>
13963
13964         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
13965         is the current directory. Respect also $local_gnulib_dir.
13966
13967 2006-08-28  Bruno Haible  <bruno@clisp.org>
13968             Simon Josefsson  <jas@extundo.com>
13969
13970         BeOS portability.
13971         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
13972
13973 2006-08-27  Jim Meyering  <jim@meyering.net>
13974
13975         * doc/visibility.texi: Remove duplicate word: "pointer".
13976
13977 2006-08-26  Bruno Haible  <bruno@clisp.org>
13978
13979         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
13980         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
13981         (Makefile.am): Create inttypes.h from inttypes_.h.
13982         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
13983
13984         * modules/imaxabs: New file.
13985
13986         * modules/imaxdiv: New file.
13987
13988 2006-08-26  Bruno Haible  <bruno@clisp.org>
13989
13990         * m4/inttypes.m4: New file.
13991         * m4/_inttypes_h.m4: Remove file.
13992         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
13993         PRI_MACROS_BROKEN.
13994         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
13995
13996         * m4/imaxabs.m4: New file.
13997
13998         * m4/imaxdiv.m4: New file.
13999
14000 2006-08-26  Bruno Haible  <bruno@clisp.org>
14001
14002         * lib/inttypes_.h: New file.
14003         * lib/inttypes.h: Remove file.
14004         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
14005
14006         * lib/imaxabs.c: New file.
14007
14008         * lib/imaxdiv.c: New file.
14009
14010 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14011
14012         New config-h module, so that "make" output needn't be cluttered
14013         by -DHAVE_CONFIG_H.
14014         * MODULES.html.sh (Support for building libraries and executables):
14015         Add config-h.
14016         * modules/config-h: New file.
14017         * gnulib-tool (nl, sed_transform_lib_file): New vars.
14018         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
14019         the config-h module is used.
14020
14021         New configmake module, so that "make" output needn't be cluttered
14022         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
14023         * MODULES.html.sh (Support for building libraries and executables):
14024         Add configmake.
14025         * modules/configmake: New file.
14026
14027 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
14028
14029         * m4/config-h.m4: New file.
14030
14031 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14032
14033         * config/srclist.txt: Add elisp-comp.
14034
14035 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
14036
14037         * MODULES.html.sh (Support for building libraries and executables):
14038         Add elisp-comp.
14039         * build-aux/elisp-comp: New file.
14040         * modules/elisp-comp: New file.
14041
14042 2006-08-24  Bruno Haible  <bruno@clisp.org>
14043
14044         * gnulib-tool (func_create_testdir): Use non-default values of
14045         sourcebase and m4base.
14046
14047 2006-08-24  Bruno Haible  <bruno@clisp.org>
14048
14049         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
14050         HTML structure.
14051
14052 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
14053
14054         * modules/openat (Depends-on): Add lchown.
14055
14056 2006-08-23  Bruno Haible  <bruno@clisp.org>
14057
14058         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
14059         of gl_LOCK_EARLY instead of gl_LOCK.
14060
14061 2006-08-23  Bruno Haible  <bruno@clisp.org>
14062
14063         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
14064         on OSF/1 to no.
14065         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
14066
14067 2006-08-23  Bruno Haible  <bruno@clisp.org>
14068
14069         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
14070         as unusable.
14071
14072         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
14073         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
14074         (gl_LOCK): New macro.
14075
14076 2006-08-22  Simon Josefsson  <jas@extundo.com>
14077
14078         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
14079         to md5 module.
14080
14081 2006-08-22  Simon Josefsson  <jas@extundo.com>
14082
14083         * MODULES.html.sh: Add "Support for maintaining and release
14084         projects".
14085
14086         * build-aux/gnupload: New file, from coreutils.
14087
14088 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
14089
14090         Avoid the need for AC_LIBSOURCES in m4 macros.
14091         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
14092         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
14093         * modules/check-version (EXTRA_DIST): Add check-version.h.
14094         * modules/crc (EXTRA_DIST): Add crc.h.
14095         * modules/des (EXTRA_DIST): Add des.h.
14096         * modules/gc (EXTRA_DIST): Add gc.h.
14097         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
14098         * modules/getline (EXTRA_DIST): Add getline.h.
14099         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
14100         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
14101         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
14102         * modules/md2 (EXTRA_DIST): Add md2.h.
14103         * modules/md4 (EXTRA_DIST): Add md4.h.
14104         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
14105         * modules/read-file (EXTRA_DIST): Add read-file.h.
14106         * modules/readline (EXTRA_DIST): Add readline.h.
14107         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
14108         rijndael-api-fst.h.
14109
14110 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
14111
14112         * m4/rijndael.m4 (gl_ARCFOUR):
14113         * m4/arctwo.m4 (gl_ARCTWO):
14114         * m4/check-version.m4 (gl_CHECK_VERSION):
14115         * m4/crc.m4 (gl_CRC):
14116         * m4/des.m4 (gl_DES):
14117         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
14118         * m4/gc.m4 (gl_GC):
14119         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
14120         * m4/getline.m4 (gl_FUNC_GETLINE):
14121         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
14122         * m4/hmac-md5.m4 (gl_HMAC_MD5):
14123         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
14124         * m4/md2.m4 (gl_MD2):
14125         * m4/md4.m4 (gl_MD4):
14126         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
14127         * m4/read-file.m4 (gl_FUNC_READ_FILE):
14128         * m4/readline.m4 (gl_FUNC_READLINE):
14129         * m4/rijndael.m4 (gl_RIJNDAEL):
14130         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
14131         to get the necessary .h files and whatnot.
14132
14133 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
14134
14135         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
14136         gnulib rather than the other way around.
14137         * config/srclistvars.sh (COREUTILS): Remove.
14138
14139 2006-08-22  Jim Meyering  <jim@meyering.net>
14140
14141         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
14142
14143         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
14144
14145 2006-08-22  Eric Blake  <ebb9@byu.net>
14146
14147         * modules/regexprops-generic: New file.
14148         * MODULES.html.sh (Support for building documentation): List it.
14149
14150 2006-08-22  Eric Blake  <ebb9@byu.net>
14151
14152         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
14153         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
14154         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
14155         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
14156
14157 2006-08-22  Bruno Haible  <bruno@clisp.org>
14158
14159         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
14160         and lib_LTLIBRARIES like the other lib_* variables.
14161
14162 2006-08-22  Bruno Haible  <bruno@clisp.org>
14163
14164         * build-aux/x-to-1.in: New file, from GNU gettext.
14165
14166 2006-08-22  Bruno Haible  <bruno@clisp.org>
14167
14168         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
14169         <utmpx.h> exists.
14170
14171 2006-08-22  Bruno Haible  <bruno@clisp.org>
14172
14173         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
14174         <utmpx.h> exists.
14175
14176 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
14177
14178         BeOS portability.
14179         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
14180         exist.
14181         Problem reported by Bruno Haible.
14182
14183 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
14184
14185         Avoid the need for AC_LIBSOURCES in m4 macros.
14186         * modules/acl (EXTRA_DIST): Add acl.h.
14187         * modules/argmatch (Files): Add m4/argmatch.m4.
14188         (configure.ac): Add gl_ARGMATCH.
14189         (EXTRA_DIST): Renamed from lib_SOURCES, for
14190         consistency with the other modules.  Remove argmatch.c.
14191         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
14192         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
14193         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
14194         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
14195         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
14196         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
14197         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
14198         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
14199         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
14200         * modules/closeout (EXTRA_DIST): Add closeout.h.
14201         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
14202         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
14203         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
14204         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
14205         dirname.h; remove basename.c and stripslash.c.
14206         * modules/exclude (EXTRA_DIST): Add exclude.h.
14207         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
14208         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
14209         * modules/file-type (EXTRA_DIST): Add file-type.h.
14210         * modules/filemode (EXTRA_DIST): Add filemode.h.
14211         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
14212         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
14213         * modules/fpending (EXTRA_DIST): Add __fpending.h.
14214         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
14215         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
14216         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
14217         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
14218         * modules/getdate (EXTRA_DIST): Add getdate.c.
14219         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
14220         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
14221         * modules/getpass (EXTRA_DIST): Add getpass.h.
14222         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
14223         * modules/group-member (EXTRA_DIST): Add group-member.h.
14224         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
14225         * modules/hash (EXTRA_DIST): Add hash.h.
14226         * modules/human (EXTRA_DIST): Add human.h.
14227         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
14228         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
14229         * modules/lchown (EXTRA_DIST): Add lchown.h.
14230         * modules/long-options (EXTRA_DIST): Add long-options.h.
14231         * modules/lstat (EXTRA_DIST): Add lstat.h.
14232         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
14233         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
14234         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
14235         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
14236         * modules/memxor (EXTRA_DIST): Add memxor.h.
14237         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
14238         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
14239         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
14240         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
14241         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
14242         * modules/physmem (EXTRA_DIST): Add physmem.h.
14243         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
14244         * modules/posixver (EXTRA_DIST): Add posixver.h.
14245         * modules/quote (EXTRA_DIST): Add quote.h.
14246         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
14247         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
14248         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
14249         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
14250         regex_internal.h regexec.c.
14251         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
14252         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
14253         * modules/same (EXTRA_DIST): Add same.h.
14254         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
14255         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
14256         * modules/savedir (EXTRA_DIST): Add savedir.h.
14257         * modules/sha1 (EXTRA_DIST): Add sha1.h.
14258         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
14259         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
14260         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
14261         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
14262         * modules/strdup (EXTRA_DIST): Add strdup.h.
14263         * modules/strftime (EXTRA_DIST): Add strftime.h.
14264         * modules/strndup (EXTRA_DIST): Add strndup.h.
14265         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
14266         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
14267         * modules/time_r (EXTRA_DIST): Add time_r.h.
14268         * modules/timespec (EXTRA_DIST): Add timespec.h.
14269         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
14270         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
14271         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
14272         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
14273         * modules/userspec (EXTRA_DIST): Add userspec.h.
14274         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
14275         * modules/utimens (EXTRA_DIST): Add utimens.h.
14276         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
14277         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
14278         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
14279         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
14280         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
14281         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
14282         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
14283         * modules/yesno (EXTRA_DIST): Add yesno.h.
14284
14285 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
14286
14287         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
14288
14289         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
14290         * m4/dev-ino.m4, same-inode.m4: Remove.
14291
14292         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
14293         * m4/acl.m4 (AC_FUNC_ACL):
14294         * m4/backupfile.m4 (gl_BACKUPFILE):
14295         * m4/c-strtod.m4 (gl_C99_STRTOLD):
14296         * m4/canon-host.m4 (gl_CANON_HOST):
14297         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
14298         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
14299         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
14300         * m4/cloexec.m4 (gl_CLOEXEC):
14301         * m4/close-stream.m4 (gl_CLOSE_STREAM):
14302         * m4/closeout.m4 (gl_CLOSEOUT):
14303         * m4/dirfd.m4 (gl_FUNC_DIRFD):
14304         * m4/dirname.m4 (gl_DIRNAME):
14305         * m4/exclude.m4 (gl_EXCLUDE):
14306         * m4/exitfail.m4 (gl_EXITFAIL):
14307         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
14308         * m4/file-type.m4 (gl_FILE_TYPE):
14309         * m4/filemode.m4 (gl_FILEMODE):
14310         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
14311         * m4/fpending.m4 (gl_FUNC_FPENDING):
14312         * m4/fprintftime.m4 (gl_FPRINTFTIME):
14313         * m4/fts.m4 (gl_FUNC_FTS):
14314         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
14315         * m4/getdate.m4 (gl_GETDATE):
14316         * m4/gethrxtime.m4 (gl_GETHRXTIME):
14317         * m4/getpagesize.m4 (gl_GETPAGESIZE):
14318         * m4/getpass.m4 (gl_FUNC_GETPASS):
14319         * m4/gettime.m4 (gl_GETTIME):
14320         * m4/getugroups.m4 (gl_GETUGROUPS):
14321         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
14322         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
14323         * m4/hard-locale.m4 (gl_HARD_LOCALE):
14324         * m4/hash.m4 (gl_HASH):
14325         * m4/idcache.m4 (gl_IDCACHE):
14326         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
14327         * m4/lchown.m4 (gl_FUNC_LCHOWN):
14328         * m4/long-options.m4 (gl_LONG_OPTIONS):
14329         * m4/lstat.m4 (gl_FUNC_LSTAT):
14330         * m4/md5.m4 (gl_MD5):
14331         * m4/memcasecmp.m4 (gl_MEMCASECMP):
14332         * m4/memcoll.m4 (gl_MEMCOLL):
14333         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
14334         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
14335         * m4/memxor.m4 (gl_MEMXOR):
14336         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
14337         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
14338         * m4/modechange.m4 (gl_MODECHANGE):
14339         * m4/mountlist.m4 (gl_MOUNTLIST):
14340         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
14341         * m4/openat.m4 (gl_FUNC_OPENAT):
14342         * m4/pathmax.m4 (gl_PATHMAX):
14343         * m4/physmem.m4 (gl_PHYSMEM):
14344         * m4/posixtm.m4 (gl_POSIXTM):
14345         * m4/posixver.m4 (gl_POSIXVER):
14346         * m4/quote.m4 (gl_QUOTE):
14347         * m4/quotearg.m4 (gl_QUOTEARG):
14348         * m4/readtokens.m4 (gl_READTOKENS):
14349         * m4/readutmp.m4 (gl_READUTMP):
14350         * m4/regex.m4 (gl_REGEX):
14351         * m4/safe-read.m4 (gl_SAFE_READ):
14352         * m4/safe-write.m4 (gl_SAFE_WRITE):
14353         * m4/same.m4 (gl_SAME):
14354         * m4/save-cwd.m4 (gl_SAVE_CWD):
14355         * m4/savedir.m4 (gl_SAVEDIR):
14356         * m4/settime.m4 (gl_SETTIME):
14357         * m4/sha1.m4 (gl_SHA1):
14358         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
14359         * m4/stat-macros.m4 (gl_STAT_MACROS):
14360         * m4/stat-time.m4 (gl_STAT_TIME):
14361         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
14362         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
14363         * m4/strdup.m4 (gl_FUNC_STRDUP):
14364         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
14365         * m4/strndup.m4 (gl_FUNC_STRNDUP):
14366         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
14367         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
14368         * m4/time_r.m4 (gl_TIME_R):
14369         * m4/timespec.m4 (gl_TIMESPEC):
14370         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
14371         * m4/unlinkdir.m4 (gl_UNLINKDIR):
14372         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
14373         * m4/userspec.m4 (gl_USERSPEC):
14374         * m4/utimecmp.m4 (gl_UTIMECMP):
14375         * m4/utimens.m4 (gl_UTIMENS):
14376         * m4/xalloc.m4 (gl_XALLOC):
14377         * m4/xgetcwd.m4 (gl_XGETCWD):
14378         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
14379         * m4/xreadlink.m4 (gl_XREADLINK):
14380         * m4/xstrtod.m4 (gl_XSTRTOD):
14381         * m4/yesno.m4 (gl_YESNO):
14382         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
14383         to get the necessary .h files and whatnot.
14384
14385 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
14386             Bruno Haible  <bruno@clisp.org>
14387
14388         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
14389         /bin/sh understanding of '!' conditional negation.
14390
14391 2006-08-21  Jim Meyering  <jim@meyering.net>
14392
14393         * modules/openat (Depends-on): Really alphabetize.
14394
14395         * modules/acl (Depends-on): Add error and quote.
14396
14397         * check-module (find_included_lib_files): Add at-func.c to the
14398         ok-to-include-more-than-once white list.
14399
14400         * modules/openat (Depends-on): Add lstat.  Alphabetize.
14401
14402 2006-08-21  Bruno Haible  <bruno@clisp.org>
14403
14404         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14405         Emit a pkgdata_DATA variable only if some snippets add contents to it.
14406         Reported by Martin Lambers <marlam@marlam.de>.
14407
14408 2006-08-21  Bruno Haible  <bruno@clisp.org>
14409
14410         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
14411         specify an installation location, don't emit a noinst_LIBRARIES or
14412         noinst_LTLIBRARIES assignment.
14413
14414 2006-08-21  Bruno Haible  <bruno@clisp.org>
14415
14416         BeOS portability.
14417         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
14418         BeOS has mbrtowc() but no <wctype.h>.
14419
14420 2006-08-21  Bruno Haible  <bruno@clisp.org>
14421
14422         BeOS portability.
14423         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
14424         exist.
14425
14426 2006-08-21  Bruno Haible  <bruno@clisp.org>
14427
14428         BeOS portability.
14429         * lib/mbchar.h: Include <wctype.h> only if it exists.
14430
14431 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14432
14433         Remove files that are no longer needed by their respective modules.
14434         * m4/obstack.m4: Remove.
14435         * m4/strerror_r.m4: Remove.
14436         * m4/uint32_t.m4: Remove.
14437         * m4/uintptr_t.m4: Remove.
14438         * m4/ullong_max.m4: Remove.
14439         * m4/xstrtoimax.m4: Remove.
14440         * m4/xstrtoumax.m4: Remove.
14441
14442         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
14443         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
14444         dependencies now capture this.
14445
14446         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
14447         Do not use AC_LIBSOURCES, since gnulib modules now do this.
14448         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
14449         * m4/human.m4 (gl_HUMAN): Likewise.
14450         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
14451         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
14452
14453         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
14454
14455         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
14456         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
14457         stdint.
14458         * m4/human.m4 (gl_HUMAN): Likewise.
14459         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
14460         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
14461         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
14462         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
14463         * m4/xstrtol (gl_XSTRTOL): Likewise.
14464
14465         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
14466         AC_TYPE_LONG_LONG_INT.
14467         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
14468         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
14469         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
14470         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
14471
14472         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
14473         on stdbool.
14474
14475         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
14476         (gl_PREREQ_XSTRTOUL): Remove.
14477
14478         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
14479
14480         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
14481         mode.
14482
14483 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14484
14485         Add and change modules to make it easier for coreutils to use
14486         gnulib-tool.
14487         * modules/backupfile (Files): Remove m4/d-ino.m4.
14488         (Depends-on): Add d-ino.
14489         * modules/cycle-check (Depends-on): Add stdint.
14490         (lib_SOURCES): Add cycle-check.h.
14491         * modules/d-ino: New module.
14492         * modules/d-type: New module.
14493         * modules/error (Files): Remove m4/strerror_r.m4.
14494         * modules/filemode (Files): Add m4/st_dm_mode.m4.
14495         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
14496         m4/inttypes_h.m4, m4/uintmax_t.m4.
14497         (Depends-on): Add stdint.
14498         (lib_SOURCES): Add fsusage.h.
14499         * modules/getcwd (Files): Remove d-ino.m4.
14500         (Depends-on): Add d-ino.
14501         * modules/getndelim2 (Depends-on): Add stdint.
14502         * modules/glob (Files): Remove m4/d-type.m4.
14503         (Depends-on): Add d-type.
14504         * modules/host-os: New module.
14505         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
14506         m4/inttypes_h.m4, m4/uintmax_t.m4.
14507         * Depends-on: Add stdint.
14508         (lib_SOURCES): Add human.h.
14509         * modules/inttostr (Files): Remove m4/intmax_t.m4,
14510         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
14511         m4/uintmax_t.m4, m4/ulonglong.m4.
14512         (Depends-on): Add stdint.
14513         (EXTRA_DIST): Add inttostr.h.
14514         * modules/lchmod: New module.
14515         * modules/link-follow: New module.
14516         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
14517         (Depends-on): Add lchmod.
14518         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
14519         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
14520         (Depends-on): Add stdint.
14521         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
14522         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
14523         (Depends-on): Add stdint.
14524         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
14525         * modules/perl: New module.
14526         * modules/regex (Depends-on): Add stdint.
14527         * modules/rmdir-errno: New module.
14528         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
14529         m4/intmax_t.m4.
14530         (Depends-on): Add stdint.
14531         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
14532         m4/uintmax_t.m4.
14533         (Depends-on): Add stdint.
14534         * modules/unlink-busy: New module.
14535         * modules/utimecmp (Depends-on): Add stdint.
14536         * modules/uptime: New module.
14537         * modules/winsz-ioctl: New module.
14538         * modules/winsz-termios: New module.
14539         * modules/xnanosleep (Depends-on): Add nanosleep.
14540         * modules/ullong_max: Remove.
14541         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
14542         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
14543         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
14544         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
14545         (Depends-on): Add inttypes.
14546         (lib_SOURCES): Add xstrtol.h.
14547         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
14548         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
14549         * MODULES.html.sh: Move 'assert' into the assert section.
14550         Move 'dummy' into the linking section.
14551         Remove ullong_max.
14552         Add section for compatibility checks for POSIX:2001 functions,
14553         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
14554         winsz-ioctl, and winsz-termios into it.
14555         Add lchmod.
14556         Add top-level Misc section and put host-os, perl, and uptime
14557         into it.
14558
14559 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
14560
14561         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
14562         now assume the stdint module.  Do not include inttypes.h.
14563         * lib/fsusage.h: Likewise.
14564         * lib/getndelim2.c: Likewise.
14565         * lib/human.h: Likewise.
14566         * lib/inttostr.h: Likewise.
14567         * lib/obstack.c: Likewise.
14568         * lib/regex_internal.h: Likewise.
14569         * lib/tempname.c: Likewise.
14570         * lib/utimecmp.c: Likewise.
14571         * lib/xstrtol.h: Likewise.
14572
14573         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
14574
14575         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
14576         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
14577         * lib/xtime.h: Likewise.
14578
14579 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14580
14581         * modules/openat (Files): Add lib/fchmodat.c.
14582         Fixes problem reported by Jay Youngman.
14583
14584 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14585
14586         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
14587         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
14588
14589 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
14590             Bruno Haible  <bruno@clisp.org>
14591
14592         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
14593         and is a script that invokes bison. Tighten the code. Add comments.
14594
14595 2006-08-18  Jim Meyering  <jim@meyering.net>
14596
14597         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
14598         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
14599         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
14600         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
14601
14602 2006-08-18  Bruno Haible  <bruno@clisp.org>
14603
14604         * modules/bison-i18n: New file.
14605         * MODULES.html.sh (Internationalization functions): Add it.
14606
14607 2006-08-18  Bruno Haible  <bruno@clisp.org>
14608
14609         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
14610         sys/statvfs.h. When getmntinfo was found, check its declaration and
14611         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
14612
14613 2006-08-18  Bruno Haible  <bruno@clisp.org>
14614
14615         * m4/bison-i18n.m4: New file, from bison.
14616
14617 2006-08-18  Bruno Haible  <bruno@clisp.org>
14618
14619         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
14620         (ME_DUMMY): Treat "kernfs" as a dummy.
14621         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
14622
14623 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14624
14625         Update from coreutils.
14626
14627         2006-08-15  Jim Meyering  <jim@meyering.net>
14628
14629         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
14630
14631         2006-01-17  Jim Meyering  <jim@meyering.net>
14632
14633         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
14634
14635         2006-01-11  Jim Meyering  <jim@meyering.net>
14636
14637         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
14638         Check for the lchmod function.
14639
14640 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14641
14642         Update from coreutils.
14643
14644         * lib/__fpending.h: Add copyright notice.
14645         * lib/fprintftime.h: Likewise.
14646         * lib/savedir.c: Use (C) in copyright notice.
14647         * lib/savedir.h: Likewise.
14648
14649         2006-08-15  Jim Meyering  <jim@meyering.net>
14650
14651         * lib/at-func.c: New file, with the logic of all emulated at-functions.
14652         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
14653         in support of the EXPECTED_ERRNO macro.
14654         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
14655         definitions.  Instead, define the appropriate symbols and include
14656         "at-func.c".
14657         * lib/mkdirat.c (mkdirat): Likewise.
14658         * lib/fchmodat.c (fchmodat): Likewise.
14659         (ENOSYS): Remove definition.
14660         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
14661         it.  Don't include "unistd--.h" -- it wasn't ever used.
14662
14663         2006-01-17  Jim Meyering  <jim@meyering.net>
14664
14665         Rewrite fts.c not to change the current working directory,
14666         by using openat, fstatat, fdopendir, etc..
14667
14668         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
14669         (HAVE_OPENAT_SUPPORT): Define.
14670         [_LIBC] (fchdir): Don't undef or define; no longer used.
14671         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
14672         Now, this `function' always succeeds, and consumes its file descriptor
14673         parameter -- so callers must not close such FDs.  Update callers.
14674         (diropen_fd, opendirat, cwd_advance_fd): New functions.
14675         (diropen): Add parameter, SP.  Adjust all callers.
14676         Implement using diropen_fd, rather than open.
14677         (fts_open): Initialize new member, fts_cwd_fd.
14678         Remove fts_rft-setting code.
14679         (fts_close): Close fts_cwd_fd, if necessary.
14680         (__opendir2): Define in terms of opendir or opendirat,
14681         depending on whether the FST_NOCHDIR flag is set.
14682         (fts_build): Since fts_safe_changedir consumes its FD, and since
14683         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
14684         and close the dup'd file descriptor upon failure.
14685         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
14686         (fts_safe_changedir): Tweak semantics to reflect that this function
14687         now calls cwd_advance_fd and hence consumes its FD argument.
14688         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
14689         [struct FTS] (fts_rft): Remove now-unused member.
14690         [struct FTS] (fts_cycle.state): Improve comment.
14691
14692         * lib/openat.c (openat_needs_fchdir): New function.
14693         * lib/openat.h (openat_needs_fchdir): Declare it.
14694
14695 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
14696
14697         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
14698         Problem and fix reported by Pádraig Brady in
14699         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
14700
14701 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14702
14703         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
14704
14705 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14706
14707         * lib/memcoll.c (memcoll): Optimize for the common case where the
14708         arguments are bytewise equal.
14709
14710 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14711
14712         * doc/regexprops-generic.texi: Add a copyright notice.
14713
14714 2006-08-15  Bruno Haible  <bruno@clisp.org>
14715
14716         * modules/tmpdir (License): Change to LGPL.
14717
14718 2006-08-15  Bruno Haible  <bruno@clisp.org>
14719
14720         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
14721         module.
14722
14723 2006-08-14  Simon Josefsson  <jas@extundo.com>
14724
14725         * config/srclist.txt: Add gnupload.
14726
14727 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14728
14729         Change copyright notice from LGPL 2 to GPL 2, since that's the
14730         standard form used in the gnulib repository.
14731         * tests/test-lock.c: Likewise.
14732         * tests/test-stdint.c: Likewise.
14733         * tests/test-tls.c: Likewise.
14734
14735         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
14736         prelude-manager.  User shorter URLs for GNU projects, without '?'.
14737         Add copyright notice.
14738
14739         * check-module: Add copyright notice.  Output a copyright
14740         notice if "--version" is specified.
14741         * modules/COPYING: New file.
14742         * tests/test-getaddrinfo.c: Add copyright notice.
14743         * tests/test-verify.c: Likewise.
14744
14745 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14746
14747         Change copyright notice from LGPL 2 to GPL 2, since that's the
14748         standard form used in the gnulib repository.
14749         * lib/lock.c: LGPL -> GPL.
14750         * lib/lock.h: Likewise.
14751         * lib/strnlen1.c: Likewise.
14752         * lib/strnlen1.h: Likewise.
14753         * lib/tls.c: Likewise.
14754         * lib/tls.h: Likewise.
14755         * lib/tmpdir.c: Likewise.
14756
14757         * lib/TODO: Remove; this belongs only in coreutils.
14758
14759 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14760
14761         Add copyright notices to long-enough files that lack them, since
14762         otherwise the files aren't clearly free.  Use the same notice that
14763         getdate.texi already uses.
14764         * doc/alloca-opt.texi: Add copyright notice.
14765         * doc/alloca.texi: Likewise.
14766         * doc/ctime.texi: Likewise.
14767         * doc/functions.texi: Likewise.
14768         * doc/gcd.texi: Likewise.
14769         * doc/gnulib-tool.texi: Likewise.
14770         * doc/inet_ntoa.texi: Likewise.
14771         * doc/visibility.texi: Likewise.
14772
14773         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
14774         * doc/quote.texi: Add copyright notice.
14775
14776         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
14777         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
14778         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
14779         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
14780         is now obsolete, and give a pointer to the Sun list.
14781         Add copyright notice.
14782
14783 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14784
14785         * config/srclistvars.sh: Add copyright notice.
14786
14787 2006-08-14  Eric Blake  <ebb9@byu.net>
14788
14789         Import the following change from libc:
14790
14791         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
14792
14793         Upstream bug 2997.
14794         * lib/misc/error.c: Add space between program name and message if file
14795         name is missing.
14796
14797 2006-08-12  Karl Berry  <karl@gnu.org>
14798
14799         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
14800         remove, these originate in gnulib now.
14801
14802 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14803
14804         * doc/Makefile (standards.info standards.html standards.dvi):
14805         Also depend on make-stds.texi.
14806
14807 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14808
14809         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
14810         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
14811
14812         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
14813         in wchar_t.  Problem reported by Eric Blake.
14814
14815         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
14816         LEN is smaller than SIZE.  Suggested by Bruno Haible.
14817         Also, help the compiler to keep LEN in a register.
14818
14819 2006-08-11  Eric Blake  <ebb9@byu.net>
14820
14821         * users.txt: Sort.  Add tar.
14822
14823 2006-08-11  Bruno Haible  <bruno@clisp.org>
14824
14825         * users.txt: New file.
14826
14827 2006-08-11  Bruno Haible  <bruno@clisp.org>
14828
14829         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
14830         before <wchar.h>. Needed for OSF/1 and BSD/OS.
14831
14832 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
14833
14834         * modules/snprintf (Depends-on): Remove minmax.
14835         (Maintainer): Add self and Bruno.
14836
14837 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
14838
14839         * lib/.cppi-disable: Add snprintf.h, socket_.h.
14840         * lib/snprintf.c: Include <errno.h> and <limits.h>.
14841         (EOVERFLOW): Define if the system does not.
14842         Do not include "minmax.h"; it wasn't used.
14843         (snprintf): Don't assume size_t promotes to an unsigned type.
14844         Fix bug when generated string was too long for the buffer: the
14845         buffer's contents are supposed to be the initial prefix of the
14846         output.  Don't assume vasnprintf returns EOVERFLOW if the size
14847         exceeds INT_MAX; do the check ourselves.
14848
14849         Import the following changes from libc:
14850
14851         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
14852
14853         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
14854         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
14855         set wc to the byte which couldn't be converted.
14856         (re_string_reconstruct): Don't clear valid_raw_len before calling
14857         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
14858         tip_context using re_string_context_at.
14859
14860         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
14861
14862         * lib/posix/regex.h: g++ still cannot handled [restrict].
14863
14864         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
14865
14866         * lib/posix/regex.h: Remove special handling for VMS.
14867
14868 2006-08-10  Jim Meyering  <jim@meyering.net>
14869
14870         * modules/same-inode: New module.
14871         * modules/dev-ino: New module.
14872         * modules/cycle-check: Depend on these modules, rather than simply
14873         including their .h files.
14874         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
14875         required via m4/cycle-check.m4.
14876         * modules/same: Depend on new same-inode module, rather than
14877         including same-inode.h.
14878         * modules/chdir-safer: New file.
14879
14880         * modules/chown (Depends-on): Add stat-macros.
14881
14882 2006-08-10  Jim Meyering  <jim@meyering.net>
14883
14884         * m4/cycle-check.m4: New file.
14885         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
14886         * m4/dev-ino.m4, m4/same-inode.m4: New files.
14887
14888 2006-08-10  Eric Blake  <ebb9@byu.net>
14889
14890         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
14891         in from original proposal.
14892
14893 2006-08-10  Eric Blake  <ebb9@byu.net>
14894         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14895
14896         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
14897         namespace.
14898
14899 2006-08-10  Bruno Haible  <bruno@clisp.org>
14900
14901         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
14902         as well.
14903
14904 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14905
14906         Sync from coreutils.
14907
14908         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
14909
14910         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
14911         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
14912
14913 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14914
14915         * modules/restrict: Remove; no longer needed now that we assume
14916         Autoconf 2.59 or later.
14917         * MODULES.html.sh: Remove 'restrict'.
14918         * modules/argp (Depends-on): Remove 'restrict'.
14919         * modules/base64 (Depends-on): Likewise.
14920         * modules/gc (Depends-on): Likewise.
14921         * modules/getaddrinfo (Depends-on): Likewise.
14922         * modules/glob (Depends-on): Likewise.
14923         * modules/inet_ntop (Depends-on): Likewise.
14924         * modules/inet_pton (Depends-on): Likewise.
14925         * modules/memxor (Depends-on): Likewise.
14926         * modules/regex (Depends-on): Likewise.
14927         * modules/strtok_r (Depends-on): Likewise.
14928         * modules/time_r (Depends-on): Likewise.
14929
14930 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14931
14932         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
14933         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
14934         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
14935         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
14936         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
14937         * m4/memxor.m4 (gl_MEMXOR): Likewise.
14938         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
14939         gl_C_RESTRICT replaced by AC_C_RESTRICT.
14940
14941         Merge from coreutils.
14942         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
14943         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
14944         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
14945         * m4/time_r.m4 (gl_TIME_R): Likewise.
14946
14947 2006-08-09  Karl Berry  <karl@gnu.org>
14948
14949         * config/srclist.txt: no more gettext-tools, per Bruno.
14950
14951 2006-08-08  Eric Blake  <ebb9@byu.net>
14952
14953         * modules/verror: New module.
14954         * MODULES.html.sh: Document it.
14955
14956 2006-08-08  Eric Blake  <ebb9@byu.net>
14957
14958         * lib/verror.h, lib/verror.c: New files.
14959
14960 2006-08-08  Eric Blake  <ebb9@byu.net>
14961
14962         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
14963         verror_at_line output complies with GNU Coding Standards even when
14964         file is NULL.
14965
14966 2006-08-07  Bruno Haible  <bruno@clisp.org>
14967
14968         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
14969         versions of AIX.
14970         Reported by Ralf Wildenhues.
14971
14972 2006-08-07  Bruno Haible  <bruno@clisp.org>
14973
14974         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
14975         in an AC_DEFUN. Needed so that the autoconf snippets can use
14976         AC_REQUIRE.
14977
14978 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14979
14980         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14981         Initialize pkgdata_DATA.
14982         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
14983         overriding it.
14984
14985 2006-08-06  Eric Blake  <ebb9@byu.net>
14986
14987         * lib/error.h: Fold in some upstream changes from glibc.
14988         * lib/error.c: Likewise.
14989
14990 2006-08-04  Bruno Haible  <bruno@clisp.org>
14991
14992         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14993         Make the mostlyclean-local rule depend on mostlyclean-generic.
14994         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
14995
14996 2006-07-31  Bruno Haible  <bruno@clisp.org>
14997
14998         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
14999         <stdlib.h>, <string.h>.
15000
15001 2006-07-30  Bruno Haible  <bruno@clisp.org>
15002
15003         * modules/readlink (License): Change to LGPL.
15004
15005 2006-07-30  Bruno Haible  <bruno@clisp.org>
15006
15007         * modules/javaversion (Makefile.am): Distribute javaversion.java and
15008         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
15009         set PKGDATADIR to point to it.
15010
15011 2006-07-30  Bruno Haible  <bruno@clisp.org>
15012
15013         * modules/csharpexec (configure.ac): Comment out macro invocation.
15014         * modules/javaexec (configure.ac): Likewise.
15015         * modules/javacomp-script (configure.ac): Likewise.
15016
15017         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
15018
15019 2006-07-30  Bruno Haible  <bruno@clisp.org>
15020
15021         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
15022         linked-list.
15023
15024 2006-07-30  Bruno Haible  <bruno@clisp.org>
15025
15026         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
15027
15028 2006-07-30  Bruno Haible  <bruno@clisp.org>
15029
15030         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15031         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
15032         get removed.
15033
15034 2006-07-29  Bruno Haible  <bruno@clisp.org>
15035
15036         Make it possible for gnulib-tool to work with locally modified or
15037         augmented gnulib repositories.
15038         * gnulib-tool (func_usage): Document --local-dir option.
15039         (local_gnulib_dir): New variable.
15040         Handle --local-dir option.
15041         (func_lookup_file): New function.
15042         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
15043         (func_get_description, func_get_filelist, func_get_description,
15044         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
15045         func_get_automake_snippet, func_get_include_directive,
15046         func_get_license, func_get_maintainer): Use func_lookup_file.
15047         (func_import, func_create_testdir): Use func_lookup_file.
15048
15049 2006-07-29  Bruno Haible  <bruno@clisp.org>
15050
15051         * modules/setenv (Depends-on): Add unistd.
15052
15053 2006-07-29  Bruno Haible  <bruno@clisp.org>
15054
15055         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
15056
15057 2006-07-29  Bruno Haible  <bruno@clisp.org>
15058
15059         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
15060
15061 2006-07-29  Bruno Haible  <bruno@clisp.org>
15062
15063         * gnulib-tool (import, update): If there is no Makefile.am, look at
15064         aclocal.m4, instead of bailing out.
15065
15066 2006-07-29  Bruno Haible  <bruno@clisp.org>
15067
15068         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
15069         Categorize the options by when they are useful.
15070
15071 2006-07-29  Bruno Haible  <bruno@clisp.org>
15072
15073         * gnulib-tool (func_usage): Document option --no-libtool.
15074         Handle option --no-libtool.
15075         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
15076         for changed semantics of $libtool variable.
15077         (func_import): Likewise. If libtool is not used, show this through
15078         an option --no-libtool.
15079         (func_create_testdir): Update.
15080
15081 2006-07-29  Bruno Haible  <bruno@clisp.org>
15082
15083         * gnulib-tool (func_import): Extend error message about missing
15084         --doc-base.
15085
15086 2006-07-29  Bruno Haible  <bruno@clisp.org>
15087
15088         * gnulib-tool (func_import): Don't create the $docbase directory if
15089         there is no file to store there.
15090
15091 2006-07-29  Bruno Haible  <bruno@clisp.org>
15092
15093         * gnulib-tool (autoconf_minversion): If a --dir option is given and
15094         relevant, look for configure.ac there, not in the current directory.
15095         Also use a simple search for AC_PREREQ, not "autoconf --trace".
15096
15097 2006-07-29  Bruno Haible  <bruno@clisp.org>
15098
15099         * gnulib-tool (SORT): New variable.
15100         (func_usage): Undocument --assume-autoconf option.
15101         Remove --assume-autoconf option handling.
15102         (autoconf_minversion): Determine from the contents of configure.ac.
15103         (func_import): Remove autoconf_minversion handling.
15104         Suggested by Eric Blake.
15105
15106 2006-07-29  Bruno Haible  <bruno@clisp.org>
15107
15108         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
15109
15110 2006-07-29  Bruno Haible  <bruno@clisp.org>
15111
15112         * config/srclist.txt (*setenv.[ch]): Remove rules.
15113
15114 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15115
15116         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
15117
15118 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15119
15120         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
15121         arpa/inet.h.
15122
15123 2006-07-28  Simon Josefsson  <jas@extundo.com>
15124
15125         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
15126         * modules/inet_pton (Depends-on): Likewise.
15127
15128 2006-07-28  Simon Josefsson  <jas@extundo.com>
15129
15130         * m4/netinet_in_h.m4: New file.
15131
15132 2006-07-28  Simon Josefsson  <jas@extundo.com>
15133
15134         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
15135         #include's.
15136
15137 2006-07-28  Simon Josefsson  <jas@extundo.com>
15138
15139         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
15140         #include's.
15141
15142 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
15143
15144         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
15145         setgid on directories only if they set these bits.
15146         * lib/modechange.h: Remove obsolete comment about masks.
15147
15148 2006-07-28  Eric Blake  <ebb9@byu.net>
15149
15150         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
15151         macro expansion.
15152
15153 2006-07-28  Bruno Haible  <bruno@clisp.org>
15154
15155         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
15156
15157 2006-07-28  Bruno Haible  <bruno@clisp.org>
15158
15159         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
15160
15161 2006-07-28  Bruno Haible  <bruno@clisp.org>
15162
15163         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
15164         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
15165         Define fallbacks.
15166         Avoids link error on FreeBSD 4.x.
15167         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
15168
15169         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
15170         encoding.
15171         * lib/mbswidth.c (iswcntrl): Likewise.
15172
15173 2006-07-27  Bruno Haible  <bruno@clisp.org>
15174
15175         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
15176         test.
15177
15178 2006-07-27  Bruno Haible  <bruno@clisp.org>
15179
15180         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
15181         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
15182         defined.
15183
15184 2006-07-26  Eric Blake  <ebb9@byu.net>
15185
15186         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
15187
15188 2006-07-26  Eric Blake  <ebb9@byu.net>
15189
15190         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
15191         like mingw that lack mkstemp.
15192         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
15193         avoid compilation warning on mingw.
15194
15195 2006-07-26  Bruno Haible  <bruno@clisp.org>
15196
15197         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
15198         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
15199         INT_FAST*_MIN, INTPTR_MIN.
15200
15201 2006-07-25  Bruno Haible  <bruno@clisp.org>
15202
15203         * modules/version-etc (Depends-on): Add stdarg.
15204
15205 2006-07-25  Bruno Haible  <bruno@clisp.org>
15206
15207         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
15208         complex commands.
15209
15210 2006-07-25  Bruno Haible  <bruno@clisp.org>
15211
15212         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
15213         defined in <stdarg.h> or config.h.
15214
15215 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
15216
15217         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
15218         (gl_STDIO_SAFER): Remove.
15219
15220 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
15221
15222         * MODULES.html.sh (File stream based Input/Output):
15223         Add fopen-safer, tmpfile-safer; remove stdio-safer.
15224         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
15225         * modules/fopen-safer, modules/tmpfile-safer: New files.
15226         * modules/stdio-safer: Remove.
15227
15228 2006-07-24  Bruno Haible  <bruno@clisp.org>
15229
15230         * modules/tmpdir: New file.
15231         * MODULES.html.sh (File system functions): Add it.
15232
15233 2006-07-24  Bruno Haible  <bruno@clisp.org>
15234
15235         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
15236         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
15237
15238 2006-07-24  Bruno Haible  <bruno@clisp.org>
15239
15240         * modules/clean-temp: New file.
15241
15242 2006-07-24  Bruno Haible  <bruno@clisp.org>
15243
15244         * m4/tmpdir.m4: New file, from GNU gettext.
15245
15246 2006-07-24  Bruno Haible  <bruno@clisp.org>
15247
15248         * lib/tmpdir.h: New file, from GNU gettext.
15249         * lib/tmpdir.c: New file, from GNU gettext.
15250
15251 2006-07-24  Bruno Haible  <bruno@clisp.org>
15252
15253         * lib/clean-temp.h: New file, from GNU gettext.
15254         * lib/clean-temp.c: New file, from GNU gettext.
15255
15256 2006-07-23  Eric Blake  <ebb9@byu.net>
15257
15258         * modules/stdio-safer (Files): Add tmpfile-safer.c.
15259         (Depends-on): Add binary-io.
15260
15261 2006-07-23  Eric Blake  <ebb9@byu.net>
15262
15263         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
15264
15265 2006-07-23  Eric Blake  <ebb9@byu.net>
15266
15267         * lib/tmpfile-safer.c: New file.
15268         * lib/stdio-safer.h (fopen_safer): Add prototype.
15269         * lib/stdio--.h (tmpfile): Make safer.
15270
15271 2006-07-23  Bruno Haible  <bruno@clisp.org>
15272
15273         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
15274         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
15275         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
15276         gl_linked_remove_at): Use it.
15277
15278 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15279         and Simon Josefsson <jas@extundo.com>
15280
15281         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
15282
15283         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
15284
15285 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15286
15287         * modules/close-stream: New file.
15288         * modules/closeout (Description): Make it clear that it exits
15289         with a diagnostic on error.
15290         (Depends-on): Add close-stream.  Remove fpending, stdbool.
15291         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
15292
15293 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15294
15295         * m4/close-stream.m4: New file.
15296
15297 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
15298
15299         * lib/close-stream.c, lib/close-stream.h: New files.
15300
15301 2006-07-22  Bruno Haible  <bruno@clisp.org>
15302
15303         Merge from GNU gettext 0.15.
15304
15305         2006-05-01  Bruno Haible  <bruno@clisp.org>
15306
15307                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
15308
15309         2006-07-22  Bruno Haible  <bruno@clisp.org>
15310
15311                 * modules/javaversion: New file.
15312                 * MODULES.html.sh (Java): Add javaversion.
15313
15314         2006-03-12  Bruno Haible  <bruno@clisp.org>
15315
15316                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
15317
15318         2005-12-04  Bruno Haible  <bruno@clisp.org>
15319
15320                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
15321                 (untested).
15322
15323         2006-06-21  Bruno Haible  <bruno@clisp.org>
15324
15325                 Avoid warnings from recent versions of mcs.
15326                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
15327                 -o, -L, -r any more. Use options documented since mcs-1.0
15328                 instead. Similarly for -g.
15329
15330         2005-12-04  Bruno Haible  <bruno@clisp.org>
15331
15332                 * build-aux/csharpcomp.sh.in: Suffix for resources is
15333                 .resources, not .resource.
15334
15335         2005-07-09  Bruno Haible  <bruno@clisp.org>
15336
15337                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
15338                 add a .dll suffix.
15339                 Reported by Mark Junker <mjscod@gmx.de>.
15340
15341         2006-07-22  Bruno Haible  <bruno@clisp.org>
15342
15343                 * modules/gettext: Upgrade to gettext-0.15.
15344                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
15345                 m4/visibility.m4.
15346                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
15347
15348 2006-07-22  Bruno Haible  <bruno@clisp.org>
15349
15350         Merge from GNU gettext 0.15.
15351
15352         2006-03-25  Bruno Haible  <bruno@clisp.org>
15353
15354                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
15355
15356         2006-07-21  Bruno Haible  <bruno@clisp.org>
15357
15358                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
15359                 "1.1".
15360
15361         2006-05-09  Bruno Haible  <bruno@clisp.org>
15362
15363                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
15364                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
15365                 for the conftestver execution.
15366
15367         2006-05-01  Bruno Haible  <bruno@clisp.org>
15368
15369                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
15370                 optional target-version argument. Verify that the compiler
15371                 groks source of the specified source-version, or add -source
15372                 option as necessary. Verify that the compiler produces
15373                 bytecode in the specified target-version, or add -target and
15374                 -source options as necessary. Make the result of the test
15375                 available as variable CONF_JAVAC. Also log error output in
15376                 config.log.
15377
15378         2006-03-11  Bruno Haible  <bruno@clisp.org>
15379
15380                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
15381
15382         2006-05-09  Bruno Haible  <bruno@clisp.org>
15383
15384                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
15385                 CLASSPATH_SEPARATOR to a semicolon.
15386
15387         2006-03-12  Bruno Haible  <bruno@clisp.org>
15388
15389                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
15390                 available as variable CONF_JAVA, for subsequent autoconf
15391                 tests. Also log error output in config.log.
15392
15393         2006-07-19  Bruno Haible  <bruno@clisp.org>
15394
15395                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
15396                 that getline works on glibc2 systems. Needed to avoid trouble
15397                 in relocatable.c.
15398                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
15399
15400         2005-12-04  Bruno Haible  <bruno@clisp.org>
15401
15402                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
15403                 launcher (untested).
15404
15405         2005-12-04  Bruno Haible  <bruno@clisp.org>
15406
15407                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
15408
15409         2006-07-22  Bruno Haible  <bruno@clisp.org>
15410
15411                 * gettext.m4: Update from GNU gettext-0.15.
15412                 * nls.m4: Likewise.
15413                 * po.m4: Likewise.
15414                 * inttypes-pri.m4: Likewise.
15415                 * inttypes-h.m4: Renamed from inttypes.m4.
15416                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
15417
15418 2006-07-22  Bruno Haible  <bruno@clisp.org>
15419
15420         Merge from GNU gettext 0.15.
15421
15422         2005-07-05  Bruno Haible  <bruno@clisp.org>
15423
15424                 * printf-args.c (printf_fetchargs): Work around broken
15425                 definition of wint_t on mingw.
15426
15427         2005-02-12  Bruno Haible  <bruno@clisp.org>
15428
15429                 * xallocsa.h: Add extern "C" for C++.
15430
15431         2006-05-17  Bruno Haible  <bruno@clisp.org>
15432
15433                 Cygwin portability.
15434                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
15435
15436         2006-04-30  Bruno Haible  <bruno@clisp.org>
15437
15438                 * progreloc.c: Include <mach-o/dyld.h> if available.
15439                 (find_executable): Use _NSGetExecutablePath when possible.
15440
15441         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
15442
15443                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
15444                 function.
15445
15446         2005-12-29  Bruno Haible  <bruno@clisp.org>
15447
15448                 * progreloc.c (set_program_name_and_installdir): Fix
15449                 compilation error.
15450
15451         2005-12-04  Bruno Haible  <bruno@clisp.org>
15452
15453                 Cygwin portability.
15454                 * progreloc.c: Include <windows.h> also on Cygwin.
15455                 (find_executable): Add support for Cygwin.
15456                 (set_program_name_and_installdir): Handle also platforms with
15457                 nonempty EXEEXT.
15458
15459         2006-07-11  Bruno Haible  <bruno@clisp.org>
15460
15461                 * javacomp.c: Fix a comment.
15462                 Reported by Jim Meyering.
15463
15464         2006-04-30  Bruno Haible  <bruno@clisp.org>
15465
15466                 * javacomp.h (compile_java_class): Add source_version,
15467                 target_version arguments.
15468                 * javacomp.c: Rewritten to choose only a compiler that
15469                 respects the specified source_version and target_version.
15470
15471         2006-06-27  Bruno Haible  <bruno@clisp.org>
15472
15473                 Assume correct S_ISDIR macro.
15474                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
15475
15476         2006-07-22  Bruno Haible  <bruno@clisp.org>
15477
15478                 * javaversion.h: New file, from GNU gettext.
15479                 * javaversion.c: New file, from GNU gettext.
15480                 * javaversion.java: New file, from GNU gettext.
15481                 * javaversion.class: New file, from GNU gettext.
15482
15483         2006-05-17  Bruno Haible  <bruno@clisp.org>
15484
15485                 Cygwin portability.
15486                 * javaexec.c (execute_java_class): Test for jview program
15487                 also on Cygwin.
15488
15489         2006-04-09  Bruno Haible  <bruno@clisp.org>
15490
15491                 * fatal-signal.c: Don't include string.h.
15492                 (at_fatal_signal): Use a copying loop instead of memcpy.
15493
15494         2005-12-04  Bruno Haible  <bruno@clisp.org>
15495
15496                 * csharpexec.c: Add support for 'clix' launcher (untested).
15497                 (execute_csharp_using_sscli): New function.
15498                 (execute_csharp_program): Call it.
15499
15500         2006-06-21  Bruno Haible  <bruno@clisp.org>
15501
15502                 Avoid warnings from recent versions of mcs.
15503                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
15504                 -o, -L, -r any more. Use options documented since mcs-1.0
15505                 instead. Similarly for -g.
15506
15507         2005-07-09  Bruno Haible  <bruno@clisp.org>
15508
15509                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
15510                 add a .dll suffix.
15511                 Reported by Mark Junker <mjscod@gmx.de>.
15512
15513         2006-06-17  Bruno Haible  <bruno@clisp.org>
15514
15515                 * config.charset: Update for NetBSD 3.0.
15516
15517         2006-05-17  Bruno Haible  <bruno@clisp.org>
15518
15519                 Cygwin portability.
15520                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
15521
15522         2006-05-16  Bruno Haible  <bruno@clisp.org>
15523
15524                 * localcharset.c [CYGWIN]: Include <windows.h>.
15525                 (get_charset_aliases): For Cygwin, return the same CPxxx
15526                 aliases list as under WIN32.
15527                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
15528                 the environment variables. Fall back to GetACP().
15529
15530         2006-04-05  Bruno Haible  <bruno@clisp.org>
15531
15532                 * config.charset: Update Juan Manuel Guerrero's address.
15533
15534         2005-02-12  Bruno Haible  <bruno@clisp.org>
15535
15536                 * allocsa.h: Add extern "C" for C++.
15537
15538         2005-02-10  Bruno Haible  <bruno@clisp.org>
15539
15540                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
15541                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
15542
15543         2006-07-22  Bruno Haible  <bruno@clisp.org>
15544
15545                 * gettext.h: Update to GNU gettext-0.15.
15546
15547 2006-07-22  Bruno Haible  <bruno@clisp.org>
15548
15549         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
15550         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
15551         lib-prefix.m4, longdouble.m4, ssize_t.m4.
15552
15553 2006-07-21  Eric Blake  <ebb9@byu.net>
15554
15555         * modules/stdlib-safer: New file.
15556         * MODULES.html.sh (File stream based Input/Output): Add
15557         stdlib-safer.
15558
15559 2006-07-21  Eric Blake  <ebb9@byu.net>
15560
15561         * lib/stdlib-safer.h: New file from coreutils, required by
15562         stdlib--.h.
15563
15564 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
15565
15566         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
15567
15568 2006-07-20  Bruno Haible  <bruno@clisp.org>
15569
15570         * gnulib-tool: Recognize new option --assume-autoconf.
15571         (autoconf_minversion): New variable.
15572         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
15573
15574 2006-07-20  Bruno Haible  <bruno@clisp.org>
15575
15576         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
15577
15578 2006-07-19  Derek R. Price  <derek@ximbiot.com>
15579
15580         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
15581         Reindent and repaginate.
15582
15583 2006-07-19  Derek Price  <derek@ximbiot.com>
15584
15585         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
15586         Correct grammar.
15587
15588 2006-07-17  Bruno Haible  <bruno@clisp.org>
15589
15590         * modules/list: New file.
15591         * modules/array-list: New file.
15592         * modules/carray-list, modules/carray-list-tests: New files.
15593         * modules/linked-list, modules/linked-list-tests: New files.
15594         * modules/avltree-list, modules/avltree-list-tests: New files.
15595         * modules/rbtree-list, modules/rbtree-list-tests: New files.
15596         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
15597         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
15598         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
15599         * modules/oset: New file.
15600         * modules/array-oset: New file.
15601         * modules/avltree-oset, modules/avltree-oset-tests: New files.
15602         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
15603         * tests/test-carray_list.c: New file.
15604         * tests/test-linked_list.c: New file.
15605         * tests/test-avltree_list.c: New file.
15606         * tests/test-rbtree_list.c: New file.
15607         * tests/test-linkedhash_list.c: New file.
15608         * tests/test-avltreehash_list.c: New file.
15609         * tests/test-rbtreehash_list.c: New file.
15610         * tests/test-avltree_oset.c: New file.
15611         * tests/test-rbtree_oset.c: New file.
15612         * MODULES.html.sh (Container data structures): New section.
15613
15614 2006-07-17  Bruno Haible  <bruno@clisp.org>
15615
15616         * m4/gl_list.m4: New file.
15617
15618 2006-07-17  Bruno Haible  <bruno@clisp.org>
15619
15620         * lib/gl_list.h: New file.
15621         * lib/gl_list.c: New file.
15622         * lib/gl_array_list.h: New file.
15623         * lib/gl_array_list.c: New file.
15624         * lib/gl_carray_list.h: New file.
15625         * lib/gl_carray_list.c: New file.
15626         * lib/gl_linked_list.h: New file.
15627         * lib/gl_linked_list.c: New file.
15628         * lib/gl_anylinked_list1.h: New file.
15629         * lib/gl_anylinked_list2.h: New file.
15630         * lib/gl_avltree_list.h: New file.
15631         * lib/gl_avltree_list.c: New file.
15632         * lib/gl_anyavltree_list1.h: New file.
15633         * lib/gl_anyavltree_list2.h: New file.
15634         * lib/gl_rbtree_list.h: New file.
15635         * lib/gl_rbtree_list.c: New file.
15636         * lib/gl_anyrbtree_list1.h: New file.
15637         * lib/gl_anyrbtree_list2.h: New file.
15638         * lib/gl_anytree_list1.h: New file.
15639         * lib/gl_anytree_list2.h: New file.
15640         * lib/gl_linkedhash_list.h: New file.
15641         * lib/gl_linkedhash_list.c: New file.
15642         * lib/gl_anyhash_list1.h: New file.
15643         * lib/gl_anyhash_list2.h: New file.
15644         * lib/gl_avltreehash_list.h: New file.
15645         * lib/gl_avltreehash_list.c: New file.
15646         * lib/gl_rbtreehash_list.h: New file.
15647         * lib/gl_rbtreehash_list.c: New file.
15648         * lib/gl_anytreehash_list1.h: New file.
15649         * lib/gl_anytreehash_list2.h: New file.
15650
15651         * lib/gl_oset.h: New file.
15652         * lib/gl_oset.c: New file.
15653         * lib/gl_array_oset.h: New file.
15654         * lib/gl_array_oset.c: New file.
15655         * lib/gl_avltree_oset.h: New file.
15656         * lib/gl_avltree_oset.c: New file.
15657         * lib/gl_rbtree_oset.h: New file.
15658         * lib/gl_rbtree_oset.c: New file.
15659         * lib/gl_anytree_oset.h: New file.
15660
15661 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15662
15663         * m4/mkancesdirs.m4: New file.
15664         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
15665         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
15666         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
15667         it.
15668
15669 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15670
15671         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
15672         * lib/mkancesdirs.h: New files.
15673         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
15674         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
15675         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
15676         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
15677         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
15678         callers changed.  Revamp internals significantly, by not
15679         attempting to create directories that are temporarily more
15680         permissive than the final results.  Do not attempt to use
15681         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
15682         This removes some race conditions, fixes some bugs, and simplifies
15683         things.  Use new dirchownmod function to do owner and mode changes.
15684         * lib/mkdir-p.h: Likewise.
15685         * lib/modechange.c (octal_to_mode): New function.
15686         (struct mode_change): New member mentioned.
15687         (make_node_op_equals): New arg mentioned.  All callers changed.
15688         (mode_compile): Keep track of which mode bits the user has explicitly
15689         mentioned.
15690         (mode_adjust): New arg DIR, so that we implement the X op correctly.
15691         New arg PMODE_BITS, to keep track of which mode bits the user
15692         mentioned; it treats S_ISUID and S_ISGID speciall.
15693         All callers changed.
15694         * lib/modechange.h: Likewise.
15695
15696 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
15697
15698         * MODULES.html.sh: Add mkancestors.
15699         * modules/mkancesdirs: New module.
15700         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
15701         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
15702         The chdir-safer and afs files are now orphans; I'll remove them
15703         unless someone speaks up.
15704         Add lib/dirchownmod.c, lib/dirchownmod.h.
15705         (Depends-on): Remove alloca, chown, save-cwd, dirname.
15706         Add lchown, mkancesdirs.
15707         (Maintainer): Add self.
15708
15709 2006-07-15  Karl Berry  <karl@gnu.org>
15710
15711         * gnulib-tool: help message wording/arrangement.
15712
15713 2006-07-14  Simon Josefsson  <jas@extundo.com>
15714
15715         * doc/gnulib.texi (Libtool and Windows): New section.
15716
15717 2006-07-12  Simon Josefsson  <jas@extundo.com>
15718
15719         * modules/gendocs (License): Fix license, approved by Karl.
15720
15721 2006-07-12  Eric Blake  <ebb9@byu.net>
15722
15723         * MODULES.html.sh: Add gendocs.
15724
15725 2006-07-11  Eric Blake  <ebb9@byu.net>
15726
15727         * modules/fdl: New module, to install doc/fdl.texi.
15728         * MODULES.html.sh: Add new section for documentation modules.
15729         * gnulib-tool: Avoid space-tab.
15730         (--doc-base): New option, to manage files from doc.
15731
15732 2006-07-11  Eric Blake  <ebb9@byu.net>
15733
15734         * m4/absolute-header.m4: Fix comments to match recent change.
15735
15736 2006-07-11  Eric Blake  <ebb9@byu.net>
15737
15738         * gnulib-tool: List --doc-base before --tests-base.
15739
15740 2006-07-11  Derek R. Price  <derek@ximbiot.com>
15741
15742         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
15743
15744 2006-07-11  Bruno Haible  <bruno@clisp.org>
15745
15746         * README: Mention where to put documentation.
15747
15748 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15749
15750         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
15751
15752 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
15753
15754         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
15755         to stdint.m4.
15756
15757 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
15758
15759         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
15760         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
15761         "no/such/file/stdint.h" when there is no such file, so that
15762         the resulting C code can be parsed by dodgy compilers.
15763         Problems reported by Bob Proulx.
15764
15765 2006-07-10  Derek R. Price  <derek@ximbiot.com>
15766
15767         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
15768         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
15769         macros into the GNU _D_EXACT_NAMLEN.
15770         * lib/savedir.c:  Likewise.
15771         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
15772
15773 2006-07-10  Derek R. Price  <derek@ximbiot.com>
15774         and Paul Eggert  <eggert@cs.ucla.edu>
15775
15776         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
15777         * m4/savedir.m4:
15778         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
15779         macros into the GNU _D_EXACT_NAMLEN.
15780
15781 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15782
15783         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
15784         around the absolute name, to work around a problem with the HP-UX
15785         11.23 native C compiler, reported by Bob Proulx.
15786
15787 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15788
15789         * doc/maintain.texi, make-stds.texi: Sync from
15790         <http://savannah.gnu.org/projects/gnustandards>.
15791
15792 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15793
15794         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
15795
15796 2006-07-09  Jim Meyering  <jim@meyering.net>
15797
15798         * m4/glob.m4: Remove a doubled word in a comment.
15799
15800 2006-07-09  Jim Meyering  <jim@meyering.net>
15801
15802         * lib/argp-pv.c: Remove a doubled word in a comment.
15803         * lib/check-version.c (check_version): Likewise.
15804         * lib/javacomp.c (compile_java_class): Likewise.
15805
15806 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
15807
15808         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
15809         for the benefit of people using Autoconf 2.60.  If you want to
15810         support older Autoconf versions you can copy m4/onceonly_2_57.m4
15811         (or m4/onceonly.m4, if pre-2.57) manually.
15812
15813 2006-07-08  Jim Meyering  <jim@meyering.net>
15814
15815         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
15816         comment.
15817         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
15818         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
15819         comment.
15820
15821 2006-07-08  Jim Meyering  <jim@meyering.net>
15822
15823         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
15824
15825 2006-07-07  Simon Josefsson  <jas@extundo.com>
15826
15827         * tests/test-crc.c: Change expected crc value, the test vector
15828         were probably computed using the old broken crc.c?
15829
15830 2006-07-06  Simon Josefsson  <jas@extundo.com>
15831
15832         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
15833         now the canonical place for the M4 file).
15834
15835         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
15836         from the sys_socket dependency now.
15837
15838         * modules/inet_pton (Files): Ditto.
15839
15840         * modules/inet_ntop (Files): Ditto.
15841
15842 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15843
15844         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
15845         not gl_PREREQ_GETUSERSHELL.
15846
15847 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15848
15849         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
15850         with only one argument, for Autoconf 2.60.
15851         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
15852         expand to nothing, so add a shell command to avoid syntax error.
15853         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
15854
15855 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15856
15857         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
15858
15859 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15860
15861         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
15862         no longer needed.  Check for isblank decl.
15863         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
15864         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
15865         of existence.
15866
15867 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15868
15869         * lib/getloadavg.c: Use __VMS, not VMS.
15870         * lib/getopt.c: Likewise.
15871         * lib/getpagesize.h: Likewise.
15872         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
15873         and probably does not work.
15874
15875 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
15876
15877         * lib/.cppi-disable: Add wcwidth.
15878         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
15879         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
15880         (ISGRAPH): Remove.  All uses changed to isgraph.
15881         (FOLD) [!defined _LIBC]: Remove special case.
15882         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
15883         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
15884         HAVE_ISBLANK.
15885         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
15886         case.
15887
15888 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
15889
15890         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
15891         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
15892         brackets.  Other minor changes to suppress some compiler
15893         warnings.
15894
15895 2006-07-06  Derek R. Price  <derek@ximbiot.com>
15896         and Paul Eggert  <eggert@cs.ucla.edu>
15897
15898         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
15899         of invoking obsolescent AC_HEADER_DIRENT macro.
15900         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
15901         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
15902         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
15903         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
15904         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
15905         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
15906         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
15907         * m4/readdir.m4: Remove; no longer needed.
15908
15909 2006-07-06  Derek R. Price  <derek@ximbiot.com>
15910         and Paul Eggert  <eggert@cs.ucla.edu>
15911
15912         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
15913         Don't worry about this obsolete case any more.
15914         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
15915         directories.
15916         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
15917         worry about this obsolete case any more.
15918         * lib/fts.c: Likewise.
15919         * lib/getcwd.c: Likewise.
15920         * lib/glob.h: Likewise.
15921         * lib/savedir.c: Likewise.
15922
15923 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
15924
15925         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
15926         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
15927         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
15928         needed.
15929         All uses removed.
15930         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
15931         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
15932         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
15933         needed.
15934         * m4/getdate.m4 (gl_GETDATE): Likewise.
15935         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
15936         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
15937         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
15938         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
15939         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
15940         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
15941         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
15942         needed.
15943
15944 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
15945
15946         * lib/memcasecmp.c: Include <limits.h>.
15947         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
15948         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
15949         Don't assume isdigit succeeds only on '0' through '9'.
15950
15951 2006-07-05  Eric Blake  <ebb9@byu.net>
15952
15953         * modules/getaddrinfo (Depends-on): Add snprintf.
15954
15955 2006-07-05  Eric Blake  <ebb9@byu.net>
15956
15957         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
15958         to avoid 'header present but could not be compiled' on cygwin.
15959
15960 2006-07-05  Eric Blake  <ebb9@byu.net>
15961
15962         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
15963         missing from netdb.h.
15964         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
15965
15966 2006-07-05  Derek R. Price  <derek@ximbiot.com>
15967
15968         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
15969         no longer needed.
15970         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
15971         * m4/getdate.m4 (gl_GETDATE): Likewise.
15972         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
15973         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
15974         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
15975         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
15976         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
15977
15978 2006-07-05  Derek R. Price  <derek@ximbiot.com>
15979
15980         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
15981         All uses of is_space replaced by isspace.
15982         * lib/exit.h: Don't talk about STDC_HEADERS.
15983         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
15984         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
15985         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
15986         replaced by isprint etc.
15987         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
15988         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
15989         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
15990         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
15991         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
15992         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
15993
15994 2006-07-05  Bruno Haible  <bruno@clisp.org>
15995
15996         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
15997         the function exists, before testing against AIX.
15998         Reported by Martin Lambers <marlam@marlam.de>.
15999
16000 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
16001
16002         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
16003         From Mark D. Baushke.
16004
16005 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
16006
16007         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
16008         to the absolute name, not just one, to bypass Sun C 5.8's
16009         "warning: #include of /usr/include/... may be non-portable".
16010
16011 2006-07-04  Eric Blake  <ebb9@byu.net>
16012
16013         * modules/dirname-tests: New test module.
16014         * tests/test-dirname.c: New file, replacing dirname.c
16015         TEST_DIRNAME section that was recently deleted.
16016
16017 2006-07-04  Bruno Haible  <bruno@clisp.org>
16018
16019         Assume ANSI C header files and <ctype.h> functions.
16020         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
16021         (mbsnwidth): Use isprint, iscntrl instead.
16022
16023 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16024
16025         Merge from coreutils.
16026         * MODULES.html.sh: Add xstrtold.
16027         * modules/xstrtold: New file.
16028         * modules/cycle-check (Files): Add lib/same-inode.h.
16029         * modules/dirname (Files): Add m4/double-slash-root.m4.
16030         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
16031         * modules/mkdir-p (Files): Add lib/same-inode.h.
16032         * modules/same (Files): Add lib/same-inode.h.
16033
16034 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16035
16036         * m4/absolute-header.m4: Renamed from full-header-path.m4.
16037         This is to keep the terminology clean; POSIX talks about
16038         "absolute pathnames", not "full pathnames", but the GNU
16039         Coding Standards say to use "path" for something else;
16040         so use "absolute" to keep both sides happy.
16041         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
16042         Set gl_absolute_header, not gl_full_header_path.
16043         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
16044         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
16045         All uses changed.
16046
16047         Merge from coreutils.
16048
16049         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
16050
16051         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
16052         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
16053         want to require the building of c-strtod.o.
16054         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
16055         needs -lm directly.
16056         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
16057
16058         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
16059
16060         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
16061         --as-needed option if available.  Problem reported by Albert Chin in
16062         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
16063         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
16064         cc merely issues a bunch of annoying warnings for --as-needed
16065         (this problem was reported by Bob Proulx).  Also, try linking with
16066         -lm to detect a bug in binutils 2.16 (this problem was reported
16067         by Ralf Wildenhues).
16068
16069         2006-06-18  Jim Meyering  <jim@meyering.net>
16070
16071         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
16072         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
16073         macro.
16074         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
16075         also check for glibc-2.4's abort-inducing bug.
16076
16077         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
16078         Low-probability clean-up should be to use rmdir to get rid of
16079         the just-created directory, not unlink.
16080
16081         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
16082         configure fail, and request a bug report to inform us about it.
16083         Add a comment that, barring reports to the contrary, in 2007 we'll
16084         assume ftruncate is universally available.
16085
16086         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
16087
16088         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
16089
16090         2006-03-12  Jim Meyering  <jim@meyering.net>
16091
16092         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
16093         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
16094         * m4/same.m4 (gl_SAME): Likewise.
16095         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
16096
16097         2006-03-11  Eric Blake  <ebb9@byu.net>
16098
16099         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
16100         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
16101         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
16102         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
16103
16104 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16105
16106         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
16107         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
16108         reported by Mark D. Baushke, one in
16109         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
16110
16111         Merge from coreutils.
16112
16113         * lib/.cppi-disable: Add stdint_.h.
16114         * lib/.cvsignore: Add stdint.h.
16115
16116         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
16117
16118         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
16119         both double and long double versions.
16120         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
16121         * lib/xstrtold.c: New file.
16122         * lib/xstrtod.h (xstrtold): New decl.
16123
16124         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
16125
16126         * lib/filemode.c (setst): Remove.
16127         (strmode): Rewrite to avoid setst.  This makes the code shorter,
16128         (arguably) clearer, and the generated code is a bit smaller on my
16129         Debian GNU/Linux stable x86 host.
16130
16131         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
16132
16133         * lib/filemode.c: Include "filemode.h" first, to test the interface.
16134         Assume that filemode.h includes sys/types.h and sys/stat.h.
16135         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
16136         (ftypelet): Reorder to put common cases first, for efficiency.
16137         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
16138         to do 'M'.
16139         (strmode): Renamed from mode_string, and now stores 12 bytes instead
16140         of 10, for compatibility with FreeBSD.  All callers changed.
16141         (filemodestring): Now stores 12 bytes instead of 10, and sets file
16142         types that can't be deduced solely from st_mode.  First arg is now a
16143         const pointer.
16144         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
16145         (strmode): Renamed from mode_string.
16146         (filemodestring): New decl.
16147         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
16148         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
16149         needed.
16150         (S_ISPORT, S_ISWHT): New macros, if not already defined.
16151
16152         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
16153
16154         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
16155         fsusage.h now does that.  Include fsusage.h first, to test interface.
16156         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
16157         at most one method (the old code could have generated decls that
16158         didn't conform to C89, not that this was ever exercised).
16159         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
16160
16161         2006-03-19  Jim Meyering  <jim@meyering.net>
16162
16163         Work even in a chroot where d_ino values for entries in "/"
16164         don't match the stat.st_ino values for the same names.
16165         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
16166         number, iterate through all entries again, using lstat instead.
16167         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
16168         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
16169
16170         * lib/getcwd.c (__getcwd): Clarify a comment.
16171         Use memcpy in place of a call to strcpy.
16172
16173         2006-03-12  Jim Meyering  <jim@meyering.net>
16174
16175         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
16176         matches that of the current directory (which we're about to chdir ".."
16177         out of), then save the dev-ino of the parent, instead.
16178
16179         * lib/same-inode.h (SAME_INODE): New file/macro.
16180         * lib/chdir-safer.c (SAME_INODE): Remove definition.
16181         Include "same-inode.h", instead.
16182         * lib/same.c: Likewise.
16183         * lib/cycle-check.h: Include "same-inode.h".
16184         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
16185         * lib/cycle-check.c (SAME_INODE): Remove definition.
16186         * lib/root-dev-ino.h: Include "same-inode.h".
16187
16188         2006-03-11  Eric Blake  <ebb9@byu.net>
16189
16190         * lib/same.c (same_name): s/base_name/last_component/
16191         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
16192         * lib/filenamecat.c (file_name_concat): Likewise.
16193
16194         2006-03-11  Eric Blake  <ebb9@byu.net>,
16195                     Paul Eggert  <eggert@cs.ucla.edu>
16196
16197         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
16198         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
16199         drive prefix.
16200         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
16201         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
16202         (last_component): New method.
16203         * lib/dirname.c (dir_len): Determine when drive letters need a
16204         subsequent slash.  Preserve // when it is special.
16205         (dir_name): Don't append dot when drive letter is absolute.
16206         [TEST_DIRNAME]: Move into a full-blown gnulib test.
16207         * lib/basename.c (base_name): New semantics - malloc the result.
16208         Preserve // when it is special.  Preserve relative files that look
16209         like drive letters.
16210         (base_len): Preserve // when it is special.
16211         (last_component): New method, similar to old base_name semantics.
16212         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
16213         base_name.  Strip redundant slashes from ///.
16214
16215 2006-07-03  Jim Meyering  <jim@meyering.net>
16216
16217         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
16218         macro is used before the first cycle_check call.
16219
16220 2006-07-03  Eric Blake  <ebb9@byu.net>
16221
16222         * modules/dirname (Depends-on): Add xstrndup.
16223
16224 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
16225
16226         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
16227         test cases, so that config.log is a bit easier to follow.
16228
16229 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
16230
16231         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
16232         both are 64 bits, since this seems to be the tradition, and this
16233         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
16234         we ever run into a host that prefers long long to long in this
16235         case, we'll need another configure-time test.  Problem reported by
16236         Jim Meyering.
16237
16238 2006-07-02  Eric Blake  <ebb9@byu.net>
16239
16240         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
16241
16242 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16243
16244         * modules/inttypes (Depends-on): No longer depends on stdint.
16245         * modules/stdint (Description): Say more about assumptions.
16246         Say that the fast types might differ.  Say macros are used.
16247         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
16248         (Makefile.am): Revise list of substituted symbols to match
16249         new stdint.m4.
16250         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
16251         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
16252         * tests/test-stdint.c (verify_same_types)
16253         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
16254         the code conforms to C99/C89.
16255         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
16256         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
16257
16258 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16259
16260         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
16261         but fix a bug, by requiring at least 64 bits.
16262         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
16263         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
16264         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
16265         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
16266
16267         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
16268         changes.  Make 2.59 a prerequisite.  Check and substitute for
16269         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
16270         inttypes.h.  Do not use special include files; just use the
16271         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
16272         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
16273         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
16274         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
16275         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
16276         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
16277         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
16278         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
16279         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
16280         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
16281         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
16282         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
16283         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
16284         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
16285         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
16286         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
16287         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
16288         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
16289         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
16290         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
16291         WINT_MAX.  Check for C99 conformance more strictly, by detecting
16292         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
16293         not check for things that C99 does not require, e.g., int8_t.  If
16294         a test isn't needed unless <stdint.h> isn't working, and is
16295         unlikely to be needed for any other reason, then don't do it
16296         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
16297         size_t, since we assume C89 freestanding at least.  Do not check
16298         for sig_atomic_t, wchar_t, or wint_t, since the code now does
16299         the right thing even if the types are not defined.  Instead use:
16300         (gl_STDINT_TYPE_PROPERTIES): New macro.
16301         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
16302         testing whether <sys/types.h> clashes, as Autoconf does this for
16303         us now.  All uses removed.
16304         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
16305         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
16306         (gl_CHECK_TYPE_SAME):
16307         Remove; no longer needed.
16308         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
16309         exists, since we'll return 0 anyway in that case.
16310         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
16311
16312 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16313
16314         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
16315         possible collision with system files.
16316         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
16317         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
16318         WCHAR_MIN and WCHAR_MAX in this case.
16319         (<stddef.h>): Do not include; no longer needed.
16320         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
16321         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
16322         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
16323         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
16324         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
16325         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
16326         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
16327         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
16328         !defined(__c99))]: Include in this case too, since it's harmless
16329         now.
16330         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
16331         dangerous to do so.
16332         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
16333         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
16334         (_STDINT_MIN, _STDINT_MAX): New macros.
16335         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
16336         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
16337         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
16338         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
16339         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
16340         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
16341         macros, not typedefs; this simplifies things quite a bit.
16342         Use long int for all types narrower than int64_t.
16343         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
16344         Define in terms of long long int or int64_t or long int,
16345         not int64_t or int32_t.  This saves some compile-time testing.
16346         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
16347         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
16348         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
16349         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
16350         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
16351         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
16352         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
16353         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
16354         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
16355         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
16356         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
16357         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
16358         undef any previous version and define our own version, for
16359         simplicity and consistency with the new macros for types.
16360         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
16361         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
16362         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
16363         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
16364         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
16365         @WINT_T_SUFFIX@ to keep things simple here.
16366         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
16367         Simplify by assuming typical 8/16/32/64 host, since we're
16368         already doing that elsewhere anyway.
16369         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
16370         and assume long long int is 64 bits if available.  This
16371         speeds up 'configure'.
16372
16373 2006-07-01  Eric Blake  <ebb9@byu.net>
16374
16375         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
16376         Reported by Andreas Buening.
16377
16378 2006-07-01  Eric Blake  <ebb9@byu.net>
16379
16380         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
16381
16382 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
16383
16384         * lib/getaddrinfo.c: fixed typo
16385
16386 2006-06-29  Jim Meyering  <jim@meyering.net>
16387
16388         * modules/strftime (Maintainer): Add my name, since with the
16389         FPRINTFTIME changes strftime.c has forked from glibc.
16390
16391 2006-06-29  Eric Blake  <ebb9@byu.net>
16392
16393         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
16394
16395 2006-06-29  Eric Blake  <ebb9@byu.net>
16396
16397         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
16398
16399 2006-06-29  Eric Blake  <ebb9@byu.net>
16400
16401         * lib/stat_.h: New file.
16402
16403 2006-06-29  Eric Blake  <ebb9@byu.net>
16404
16405         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
16406         unused static function.
16407
16408 2006-06-29  Eric Blake  <ebb9@byu.net>
16409
16410         * doc/functions.texi (Function Portability): Document missing lstat
16411         on mingw.
16412
16413 2006-06-29  Eric Blake  <ebb9@byu.net>
16414
16415         * MODULES.html.sh: Add sys_stat.
16416         * modules/sys_stat: New module.
16417         * modules/mkstemp (Depends-on): Add sys_stat.
16418
16419 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16420
16421         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
16422
16423 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16424
16425         * m4/c-bs-a.m4: Removed.
16426
16427 2006-06-29  Derek R. Price  <derek@ximbiot.com>
16428
16429         * lib/strftime.c: Assume strftime() exists.
16430
16431 2006-06-29  Derek Price  <derek@ximbiot.com>
16432
16433         * modules/c-bs-a: Removed - \a is C89.
16434         * MODULES.html.sh: Remove c-bs-a.
16435
16436 2006-06-29  Bruno Haible  <bruno@clisp.org>
16437
16438         * modules/wcwidth (License): Change to LGPL.
16439
16440 2006-06-28  Simon Josefsson  <jas@extundo.com>
16441
16442         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
16443         on _WIN32.
16444
16445         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
16446         getnameinfo.
16447
16448 2006-06-28  Simon Josefsson  <jas@extundo.com>
16449
16450         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
16451
16452 2006-06-28  Simon Josefsson  <jas@extundo.com>
16453
16454         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
16455         functions there.  It will succeed on Windows XP, but on Windows
16456         2000 and (presumably) earlier, it will fail, and use the internal
16457         re-implementation.
16458         (use_win32_p): New function.
16459         (getaddrinfo): Use strtoul on servname, to support numeric ports.
16460         Support AI_NUMERICSERV to disable getservbyname.
16461         (getnameinfo): New function, only supports
16462         NI_NUMERICHOST|NI_NUMERICSERV for now.
16463
16464         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
16465         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
16466         getnameinfo.
16467
16468 2006-06-28  Eric Blake  <ebb9@byu.net>
16469
16470         * modules/wcwidth: New file.
16471         * modules/mbchar (Depends-on): Add wcwidth.
16472         * modules/mbswidth (Depends-on): Add wcwidth.
16473         * MODULES.html.sh: Add wcwidth.
16474
16475 2006-06-28  Eric Blake  <ebb9@byu.net>
16476
16477         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
16478         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
16479
16480 2006-06-28  Eric Blake  <ebb9@byu.net>
16481
16482         * lib/xvasprintf.h: Fix comments.
16483
16484 2006-06-28  Eric Blake  <ebb9@byu.net>
16485
16486         * lib/mbchar.h (wcwidth): Include wcwidth.h.
16487         * lib/mbswidth.c (wcwidth): Move from here...
16488         * lib/wcwidth.h: ...to this new file.
16489
16490 2006-06-28  Derek R. Price  <derek@ximbiot.com>
16491
16492         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
16493
16494         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
16495         it's obsolete.
16496         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
16497
16498 2006-06-28  Derek R. Price  <derek@ximbiot.com>
16499
16500         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
16501         Autoconf 2.60 says this stuff was obsolete.
16502
16503 2006-06-28  Bruno Haible  <bruno@clisp.org>
16504
16505         * modules/wcwidth (Files): Add m4/wchar_t.m4.
16506
16507 2006-06-28  Bruno Haible  <bruno@clisp.org>
16508
16509         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
16510         gt_TYPE_WCHAR_T.
16511
16512 2006-06-28  Bruno Haible  <bruno@clisp.org>
16513
16514         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
16515         declaration for wcwidth.
16516         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
16517
16518 2006-06-28  Bruno Haible  <bruno@clisp.org>
16519
16520         * lib/mkdtemp.c [MINGW]: Include <io.h>.
16521         (mkdir): Define using _mkdir.
16522
16523 2006-06-28  Bruno Haible  <bruno@clisp.org>
16524
16525         * lib/getaddrinfo.h: Fix POSIX URL.
16526         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
16527         _WIN32.
16528         (use_win32_p): Make static.
16529         (getaddrinfo): Reject service name if it is empty or does not consist
16530         solely of decimal digits, or if its value is > 65535.
16531         (getnameinfo): Remove useless casts.
16532
16533 2006-06-27  Simon Josefsson  <jas@extundo.com>
16534
16535         * modules/sys_select: New file, suggested by Bruno Haible, Paul
16536         Eggert and Martin Lambers.
16537
16538 2006-06-27  Simon Josefsson  <jas@extundo.com>
16539
16540         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
16541         Eggert and Martin Lambers.
16542
16543 2006-06-27  Bruno Haible  <bruno@clisp.org>
16544
16545         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
16546         result to 0, not to empty.
16547         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
16548
16549 2006-06-27  Bruno Haible  <bruno@clisp.org>
16550
16551         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
16552
16553 2006-06-26  Simon Josefsson  <jas@extundo.com>
16554
16555         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
16556         present.
16557
16558 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
16559
16560         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
16561         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
16562         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
16563
16564 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
16565
16566         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
16567
16568 2006-06-26  Bruno Haible  <bruno@clisp.org>
16569
16570         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
16571
16572 2006-06-26  Bruno Haible  <bruno@clisp.org>
16573
16574         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
16575
16576 2006-06-26  Bruno Haible  <bruno@clisp.org>
16577
16578         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
16579         SGI C compiler in pre-C99 mode.
16580         Suggested by Mark D. Baushke and Larry Jones.
16581
16582 2006-06-26  Bruno Haible  <bruno@clisp.org>
16583
16584         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
16585         WCHAR_MAX.
16586         Reported by Mark D. Baushke and Larry Jones.
16587
16588 2006-06-26  Bruno Haible  <bruno@clisp.org>
16589
16590         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
16591         in pre-C99 mode.
16592         Suggested by Mark D. Baushke and Larry Jones.
16593
16594 2006-06-23  Simon Josefsson  <jas@extundo.com>
16595             Bruno Haible  <bruno@clisp.org>
16596
16597         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
16598         Emit mostlyclean-local rule.
16599         (func_emit_tests_Makefile_am): Likewise.
16600         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
16601
16602 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
16603
16604         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
16605
16606 2006-06-23  Bruno Haible  <bruno@clisp.org>
16607
16608         * tests/test-stdint.c: Update to match ISO C 99 Technical
16609         Corrigendum 1.
16610
16611 2006-06-23  Bruno Haible  <bruno@clisp.org>
16612
16613         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
16614
16615 2006-06-23  Bruno Haible  <bruno@clisp.org>
16616
16617         * lib/stdint_.h: Treat IRIX like OpenBSD.
16618
16619 2006-06-23  Bruno Haible  <bruno@clisp.org>
16620
16621         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
16622         ISO C 99 Technical Corrigendum 1.
16623
16624 2006-06-22  Simon Josefsson  <jas@extundo.com>
16625
16626         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
16627         MinGW.
16628
16629 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16630
16631         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
16632         needed.  Some compiler complained about some of them.  Problem reported
16633         by Larry Jones in
16634         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
16635
16636 2006-06-21  Simon Josefsson  <jas@extundo.com>
16637
16638         * tests/test-getaddrinfo.c: New file.
16639
16640         * modules/getaddrinfo-tests: New file.
16641
16642         * MODULES.html.sh: Add inet_pton.
16643
16644         * modules/inet_pton: New file.
16645
16646 2006-06-21  Simon Josefsson  <jas@extundo.com>
16647
16648         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
16649         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
16650         of using the (limited) gnulib implementation on Windows XP.
16651
16652         * m4/inet_pton.m4: New file.
16653
16654 2006-06-21  Simon Josefsson  <jas@extundo.com>
16655
16656         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
16657         variable.
16658
16659         * lib/socket_.h: Don't define WINVER.
16660
16661         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
16662         slightly modified to work in gnulib.
16663
16664 2006-06-21  Simon Josefsson  <jas@extundo.com>
16665
16666         * doc/gnulib.texi (Windows sockets): Add.
16667
16668 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
16669
16670         * lib/read-file.c (fread_file): Start with buffer allocation of
16671         0 bytes rather than 1 byte; this simplifies the code.
16672         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
16673         code to free buffer and save/restore errno.
16674         (internal_read_file): Remove unused local.
16675
16676 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
16677
16678         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
16679         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
16680         Problem reported by Denis Excoffier in
16681         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
16682
16683 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16684
16685         * modules/sys_socket, modules/socklen: Include sys/types since
16686         FreeBSD 4.x's sys/socket.h needs it.
16687
16688 2006-06-19  Simon Josefsson  <jas@extundo.com>
16689
16690         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
16691
16692 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
16693
16694         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
16695
16696 2006-06-19  Bruno Haible  <bruno@clisp.org>
16697
16698         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
16699         and FULL_PATH_INTTYPES_H in angle brackets.
16700         Reported by Mark D. Baushke <mdb@gnu.org>.
16701
16702 2006-06-17  Eric Blake  <ebb9@byu.net>
16703
16704         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
16705         errno.
16706
16707 2006-06-17  Bruno Haible  <bruno@clisp.org>
16708
16709         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
16710         <sys/inttypes.h>.
16711
16712 2006-06-17  Bruno Haible  <bruno@clisp.org>
16713
16714         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
16715         whether errno is declared. Assume <errno.h> declares errno.
16716
16717 2006-06-17  Bruno Haible  <bruno@clisp.org>
16718
16719         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
16720
16721 2006-06-17  Bruno Haible  <bruno@clisp.org>
16722
16723         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
16724         problem on Solaris 2.5.1.
16725
16726 2006-06-16  Eric Blake  <ebb9@byu.net>
16727
16728         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
16729         * lib/unicodeio.c [!defined errno]: Likewise.
16730         * lib/strtol.c [!defined errno]: Likewise.
16731         * lib/strtod.c [!defined errno]: Likewise.
16732
16733 2006-06-15  Eric Blake  <ebb9@byu.net>
16734
16735         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
16736
16737 2006-06-15  Eric Blake  <ebb9@byu.net>
16738
16739         * config/srclist.txt (ssize_t.m4): Lose sync.
16740
16741 2006-06-15  Bruno Haible  <bruno@clisp.org>
16742
16743         * modules/stdint (Files): Include m4/full-header-path.m4,
16744         m4/size_max.m4, m4/wchar_t.m4.
16745         (Makefile.am): Many more substitutions.
16746         * modules/stdint-tests: New file.
16747         * tests/test-stdint.c: New file.
16748
16749 2006-06-15  Bruno Haible  <bruno@clisp.org>
16750
16751         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
16752         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
16753         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
16754         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
16755         gl_CHECK_TYPE_SAME): New macros.
16756
16757 2006-06-15  Bruno Haible  <bruno@clisp.org>
16758
16759         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
16760
16761 2006-06-15  Bruno Haible  <bruno@clisp.org>
16762
16763         * lib/stdint_.h: Rewritten to be fully auto-configured.
16764         Fixes bug on HP-UX/IA64.
16765
16766 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
16767
16768         * lib/getdate.y (__attribute__): Don't define if already defined.
16769         Problem reported by Larry Jones.
16770         * lib/utimens.c (__attribute__): Likewise.
16771
16772 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
16773
16774         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
16775         reported by Andreas Schwab.
16776
16777 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16778             Bruno Haible  <bruno@clisp.org>
16779
16780         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
16781         check for the declaration of strnlen and a run test that exposes the
16782         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
16783         rpl_strndup.
16784
16785 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16786             Bruno Haible  <bruno@clisp.org>
16787
16788         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
16789
16790 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16791
16792         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
16793         compile test, for Tru64 4.0D.
16794
16795 2006-05-28  Karl Berry  <karl@gnu.org>
16796
16797         * config/srclist.txt (printf-args.c): lose sync.
16798
16799 2006-05-26  Martin Lambers  <marlam@marlam.de>
16800
16801         * lib/getpass.c: Updates the test for the native W32 API, and adds
16802         missing includes, thus fixing compilation warnings.
16803
16804 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
16805
16806         * lib/exclude.c (exclude_fnmatch): New function.
16807         (excluded_file_name): Call exclude_fnmatch.
16808         * lib/exclude.h (excluded_file_name): New prototype
16809
16810 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
16811
16812         * lib/tempname.c (small_open, large_open): New macros.
16813         (__open, __open64) [!_LIBC]: Remove.
16814         (__gen_tempname): Use small_open and large_open instead of __open
16815         and __open64.  This fixes a portability bug on HP-UX 11.11i
16816         reported by Simon Wing-Tang in
16817         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
16818
16819 2006-05-24  Bruno Haible  <bruno@clisp.org>
16820
16821         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
16822         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
16823         Reported by Thorsten Maerz <torte@netztorte.de> via
16824         Aaron Stone <aaron@serendipity.cx>.
16825
16826 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16827
16828         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
16829         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
16830         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
16831         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
16832         not really conditional on the cache.
16833         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
16834
16835 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16836
16837         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
16838         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
16839         (my_usleep): Don't mishandle maximum value.
16840
16841 2006-05-19  Jim Meyering  <jim@meyering.net>
16842
16843         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
16844
16845 2006-05-17  Bruno Haible  <bruno@clisp.org>
16846
16847         Cygwin portability.
16848         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
16849
16850 2006-05-17  Bruno Haible  <bruno@clisp.org>
16851
16852         * lib/stdint_.h: Fix recognition of Cygwin.
16853
16854 2006-05-15  Bruno Haible  <bruno@clisp.org>
16855
16856         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
16857         on libtool patch by Ralf Wildenhues.
16858
16859 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16860
16861         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
16862         test for C99 conformance; (bool) 0.5 is an integer constant
16863         expression, but (bool) -0.5 is not.  Problem reported by Fedor
16864         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
16865
16866 2006-05-11  Simon Josefsson  <jas@extundo.com>
16867
16868         * m4/xvasprintf.m4: Fix obvious typo.
16869
16870 2006-05-11  Jim Meyering  <jim@meyering.net>
16871
16872         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
16873         James Lemley.
16874
16875 2006-05-10  Simon Josefsson  <jas@extundo.com>
16876
16877         * lib/md4.c: Typo fix, update copyright years.
16878         (K1, K2): Don't use L because it turn computations into 64-bit on
16879         64-bit platforms.
16880
16881 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
16882
16883         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
16884         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
16885         unwanted sign propagation, e.g., on hosts with 64-bit int.
16886         There still are some problems with reeelly weird theoretical hosts
16887         (e.g., 33-bit int) but it's not worth worrying about now.
16888         * lib/sha1.c (rol): Likewise.
16889         (K1, K2, K3, K4): Remove unnecessary L suffix.
16890
16891 2006-05-10  Bruno Haible  <bruno@clisp.org>
16892
16893         * lib/des.c: Cast to avoid warnings.
16894
16895 2006-05-09  Bruno Haible  <bruno@clisp.org>
16896
16897         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
16898         (Depends-on): Depend also on xsize, stdarg.
16899         (configure.ac): Add gl_XVASPRINTF.
16900
16901 2006-05-09  Bruno Haible  <bruno@clisp.org>
16902
16903         * m4/xvasprintf.m4: New file.
16904
16905 2006-05-09  Bruno Haible  <bruno@clisp.org>
16906
16907         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
16908         (EOVERFLOW): Define fallback value.
16909         (xstrcat): New function.
16910         (xvasprintf): Recognize the special case of a string concatenation.
16911
16912 2006-05-08  Eric Blake  <ebb9@byu.net>
16913
16914         * gnulib-tool (func_version): Base copyright year on CVS date.
16915         (func_emit_copyright_notice): New function.
16916         (func_emit_lib_Makefile_am): Use it.
16917         (func_emit_tests_Makefile_am): Likewise.
16918         (func_import): Likewise.
16919
16920 2006-05-08  Bruno Haible  <bruno@clisp.org>
16921
16922         * modules/stdarg: New file.
16923         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
16924
16925 2006-05-08  Bruno Haible  <bruno@clisp.org>
16926
16927         * m4/stdarg.m4: New file, from GNU gettext.
16928
16929 2006-05-08  Bruno Haible  <bruno@clisp.org>
16930
16931         * config/srclist.txt (build-aux/config.rpath): different from latest
16932         release.
16933
16934 2006-05-08  Bruno Haible  <bruno@clisp.org>
16935
16936         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
16937
16938 2006-05-05  Jim Meyering  <jim@meyering.net>
16939
16940         * m4/warning.m4: New file, derived from bison's file by the same name.
16941
16942 2006-05-03  Bruno Haible  <bruno@clisp.org>
16943
16944         * lib/stdint_.h: Shorter URL.
16945         * lib/inttypes.h: Likewise.
16946
16947 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
16948
16949         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
16950
16951 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
16952
16953         * lib/verify.h: Document the internals better.  Most of this change
16954         was written by Bruno Haible.
16955
16956 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
16957
16958         * doc/verify.texi: New file, partly based on a proposal by
16959         Bruno Haible.
16960
16961 2006-05-02  Bruno Haible  <bruno@clisp.org>
16962
16963         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
16964         test from here...
16965         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
16966
16967 2006-04-29  Bruno Haible  <bruno@clisp.org>
16968
16969         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
16970         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
16971
16972 2006-04-29  Bruno Haible  <bruno@clisp.org>
16973
16974         * gnulib-tool: Make --update option actually work.
16975
16976 2006-04-29  Bruno Haible  <bruno@clisp.org>
16977
16978         * doc/gcd.texi: New file.
16979         * doc/gnulib.texi: Include it.
16980
16981 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
16982
16983         * lib/getdate.y (get_date): When adding relative date, start with the
16984         initial time, not with the result of the first mktime call.
16985
16986 2006-04-25  Bruno Haible  <bruno@clisp.org>
16987
16988         * gnulib-tool (func_import): Output the include directives in three
16989         blocks, sorted separately.
16990         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16991
16992 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
16993
16994         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
16995         to define main with arguments, for C++.  Reported by Eric Blake.
16996         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
16997         Prefer 'int main ()' to 'int main (void)', for C++.
16998         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
16999         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
17000         for 'main', for C99 and C++.
17001
17002 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
17003
17004         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
17005         Don't assume that exit status -1 is valid.
17006         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
17007         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
17008         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
17009         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
17010         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
17011         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
17012         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
17013         functions can be used without declaring them, or that you can
17014         exit with status -1.
17015         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
17016
17017 2006-04-24  Karl Berry  <karl@gnu.org>
17018
17019         * config/srclist.txt (longdouble.m4): sync lost.
17020
17021 2006-04-24  Eric Blake  <ebb9@byu.net>
17022
17023         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
17024
17025 2006-04-24  Bruno Haible  <bruno@clisp.org>
17026
17027         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
17028         poll() implementation in AIX.
17029         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17030
17031 2006-04-24  Bruno Haible  <bruno@clisp.org>
17032
17033         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
17034         assigned exactly once.
17035
17036 2006-04-23  Claudio Fontana  <claudio@gnu.org>
17037             Bruno Haible  <bruno@clisp.org>
17038
17039         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
17040         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
17041         for AM_CPPFLAGS.
17042
17043 2006-04-23  Bruno Haible  <bruno@clisp.org>
17044
17045         * modules/copy-file: Depend on unistd.
17046         * modules/execute: Likewise.
17047         * modules/fatal-signal: Likewise.
17048         * modules/findprog: Likewise.
17049         * modules/mkdtemp : Likewise.
17050         * modules/pipe: Likewise.
17051         * modules/wait-process: Likewise.
17052
17053 2006-04-23  Bruno Haible  <bruno@clisp.org>
17054
17055         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
17056         condition was already detected.
17057         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17058
17059 2006-04-23  Bruno Haible  <bruno@clisp.org>
17060
17061         * lib/copy-file.c: Include <unistd.h> unconditionally.
17062         * lib/execute.c: Likewise.
17063         * lib/fatal-signal.c: Likewise.
17064         * lib/findprog.c: Likewise.
17065         * lib/mkdtemp.c: Likewise.
17066         * lib/pipe.h: Likewise.
17067         * lib/pipe.c: Likewise.
17068         * lib/wait-process.h: Likewise.
17069
17070 2006-04-23  Bruno Haible  <bruno@clisp.org>
17071
17072         * gnulib-tool (func_usage): Fix --import description. Document
17073         --update.
17074         (func_import): Create temporary file in a temporary directory, if
17075         --dry-run is specified. Silence errors from 'grep' when there are no
17076         m4 files in $m4dir.
17077         (func_create_testdir): Silence errors from 'grep' when there are no
17078         m4 files in $m4dir.
17079         Reported by Karl Berry <karl@freefriends.org>.
17080
17081 2006-04-20  Bruno Haible  <bruno@clisp.org>
17082
17083         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
17084         one argument, so that the code will be portable to Autoconf 2.60.
17085         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
17086         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
17087         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
17088
17089 2006-04-19  Derek Price  <derek@ximbiot.com>
17090             Eric Blake  <ebb9@byu.net>
17091
17092         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
17093         rather than "/full/path.h".  Update comment to match.  Shorten &
17094         generalize m4_translit call via AS_TR_CPP.
17095
17096 2006-04-19  Derek Price  <derek@ximbiot.com>
17097             Eric Blake  <ebb9@byu.net>
17098
17099         * lib/inttypes.h: Correct grammar in comment.
17100
17101 2006-04-18  Derek Price  <derek@ximbiot.com>
17102             Paul Eggert  <eggert@cs.ucla.edu>
17103
17104         * modules/inttypes: New file.
17105         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
17106
17107 2006-04-18  Derek Price  <derek@ximbiot.com>
17108             Paul Eggert  <eggert@cs.ucla.edu>
17109
17110         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
17111         New files.
17112
17113 2006-04-18  Derek Price  <derek@ximbiot.com>
17114             Paul Eggert  <eggert@cs.ucla.edu>
17115
17116         * lib/inttypes.h: New file.
17117         * lib/strtoimax.c: Assume <inttypes.h>.
17118
17119 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
17120
17121         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
17122         isn't mounted.  Problem reported by Kir Kolyshkin.
17123
17124 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
17125
17126         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
17127         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
17128         Derek R. Price.
17129         * lib/regex.h (RE_DUP_MAX): Update comment to match current
17130         implementation.
17131
17132 2006-04-12  Eric Blake  <ebb9@byu.net>
17133
17134         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
17135         is now done automatically by the corresponding Autoconf macro.
17136
17137 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
17138
17139         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
17140         time_r.h.
17141
17142 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17143
17144         Merge regex changes from libc, removing some of our
17145         POSIX-conformance changes that were rejected and redoing them in a
17146         less-intrusive way.
17147
17148         * lib/regcomp.c (re_compile_internal, init_dfa):
17149         Length arg is now size_t, not Idx.  All uses changed.
17150         (peek_token): Forward decl now says internal_function.
17151         (__re_error_msgid, __re_error_msgid_idx):
17152         Now static rather than extern with attribute_hidden.
17153         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
17154         For some reason libc prefers K&R style defns for external functions.
17155         (regerror) [!defined _LIBC]: Likewise.
17156         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
17157         (seek_collating_symbol_entry, lookup_collation_sequence_value):
17158         (build_range_exp, build_collating_symbol):
17159         Use K&R-style defn.
17160         (re_compile_fastmap): Use '\0' to memset, not 0.
17161         (utf8_sb_map): Make the calculations more obvious.
17162         (init_dfa, parse_bracket_exp, build_charclass_op):
17163         Call calloc and cast result, as glibc does.
17164         (init_word_char, fetch_token, peek_token, peek_token_bracket):
17165         (build_range_exp, build_collating_symbol):
17166         Now internal functions.
17167
17168         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
17169
17170         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
17171         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
17172         Don't depend on VMS; depend on __VMS instead, for POSIX
17173         namespace cleanness.
17174         (regoff_t): Define to ssize_t, not long int.
17175
17176         Remove the REG_ macros named below.  Instead, make the old names
17177         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
17178         __USE_GNU_REGEX.
17179         (REG_BACKSLASH_ESCAPE_IN_LISTS):
17180         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
17181         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
17182         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
17183         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
17184         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
17185         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
17186         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
17187         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
17188         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
17189         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
17190         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
17191         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
17192         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
17193         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
17194         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
17195         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
17196         (REG_NREGS):
17197         Remove.  All uses replaced by the old RE_* names.
17198         (RE_BACKSLASH_ESCAPE_IN_LISTS):
17199         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
17200         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
17201         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
17202         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
17203         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
17204         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
17205         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
17206         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
17207         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
17208         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
17209         Don't bother having these macros be independent of each others'
17210         values, since they no longer exist in the POSIX name space.
17211
17212         Rename the following member names back to their old names,
17213         unless !__USE_GNU_REGEX.  All uses changed back.
17214         (buffer): Renamed from re_buffer.
17215         (allocated): Renamed from re_allocated.
17216         (used): Renamed from re_used.
17217         (syntax): Renamed from re_syntax.
17218         (fastmap): Renamed from re_fastmap.
17219         (translate): Renamed from re_translate.
17220         (can_be_null): Renamed from re_can_be_null.
17221         (regs_allocated): Renamed from re_regs_allocated.
17222         (fastmap_accurate): Renamed from re_fastmap_accurate.
17223         (no_sub): Renamed from re_no_sub.
17224         (not_bol): Renamed from re_not_bol.
17225         (not_eol): Renamed from re_not_eol.
17226         (newline_anchor): Renamed from re_newline_anchor.
17227         (num_regs): Renamed from rm_num_regs.
17228         (start): Renamed from rm_start.
17229         (end): Renamed from rm_end.
17230
17231         (free_state): Move up a bit.
17232
17233         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
17234         #define to be empty.
17235         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
17236         when that is what is intended.
17237         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
17238         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
17239         (MAX): New macro.
17240         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
17241         All uses changed back to re_malloc, etc.  It's now the caller's
17242         responsibility to check for overflow; all callers changed.
17243         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
17244         (re_x2nrealloc): Remove.
17245         (free_state): Remove decl.
17246
17247         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
17248         (re_set_registers, re_exec):
17249         Use K&R-style defn.
17250
17251         2006-01-31  Roland McGrath  <roland@redhat.com>
17252
17253         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
17254         Reported by Mike Frysinger <vapier@gentoo.org>.
17255
17256         2006-01-15  Andreas Jaeger  <aj@suse.de>
17257
17258         [BZ #1950]
17259         * lib/regex_internal.c (re_string_reconstruct): Adjust for
17260         build_wcs_upper_buffer change.
17261         (build_wcs_upper_buffer): Change return type.
17262
17263         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
17264
17265         * lib/regex_internal.h: Include <stdint.h> if available.
17266
17267         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
17268
17269         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
17270
17271         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
17272
17273         * lib/regcomp.c: Adjust for changed secondary hash function.
17274
17275         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
17276
17277         * lib/regex.h: Pretty printing.
17278         Clean up namespace a bit.
17279
17280         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
17281
17282         * lib/regexec.c (update_cur_sifted_state, check_arrival,
17283         check_arrival_add_next_nodes): Avoid using uninitialized variable.
17284
17285         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17286                     Ulrich Drepper  <drepper@redhat.com>
17287
17288         [BZ #1302]
17289         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
17290         changed.
17291         (bitset_word_t): Renamed from bitset_word.  All uses changed.
17292
17293         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
17294
17295         [BZ #281]
17296         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
17297         * lib/regcomp.c: Remove unnecessary uses of
17298         unsigned RE_TRANSLATE_TYPE.
17299         * lib/regex_internal.h: Likewise.
17300         * lib/regex_internal.c: Likewise.
17301         * lib/regexec.c: Likewise.
17302         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
17303
17304         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
17305
17306         * lib/regexec.c (find_recover_state): Remove unnecessary
17307         initialization.
17308         (transit_state_bkref): Make DFA a const pointer.
17309         (get_subexp): Likewise.
17310         (check_arrival): Likewise.
17311         (update_cur_sifted_state): Likewise.
17312         (re_search_internal): Likewise.
17313         (prune_impossible_nodes): Likewise.
17314         (acquire_init_state_context): Likewise.
17315         (proceed_next_node): Likewise.
17316         (set_regs): Likewise.
17317         (free_fail_stack_return): Likewise.
17318         (check_arrival_expand_ecl): Mark DFA parameter as const.
17319         (check_arrival_expand_ecl_sub): Likewise.
17320         (check_subexp_limits): Likewise.
17321         (sub_epsilon_src_nodes):  Likewise.
17322         (add_epsilon_src_nodes):  Likewise.
17323         (merge_state_array): Likewise.
17324         (update_regs): Likewise.
17325         (build_trtable): Likewise.
17326         (sift_states_backward): Mark MCTX parameter as const.
17327         (build_sifted_states): Likewise.
17328         (update_cur_sifted_state): Likewise.
17329         (sift_states_mkref): Likewise.
17330         (check_arrival_expand_ecl): Mark eclosure as const.
17331         (check_dst_limits_calc_pos_1): Likewise.
17332         * lib/regex_internal.h (re_match_context_t): Make dfa a const
17333         pointer.
17334
17335         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
17336
17337         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
17338         (transit_state_sb): Likewise.
17339         (transit_state_mb): Likewise.
17340         (sift_states_iter_mb): Likewise.
17341         (check_arrival_add_next_nodes): Likewise.
17342         (check_node_accept_bytes): Change first parameter to pointer-to-const.
17343         [_LIBC] (re_search_2_stub): Use mempcpy.
17344
17345         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
17346         mbrtowc for very simple UTF-8 case.
17347
17348         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
17349         a pointer-to-const.
17350         (re_acquire_state_context): Likewise.
17351         * lib/regex_internal.h: Adjust prototypes.
17352
17353         * lib/regex.c: Prevent using C++ compilers.
17354
17355         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
17356         (re_acquire_state_context): Likewise.
17357
17358 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17359
17360         * modules/regex (Depends-on): Add ssize_t.
17361
17362 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17363
17364         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
17365         translation table.
17366
17367 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
17368
17369         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
17370
17371 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
17372             Bruno Haible  <bruno@clisp.org>
17373
17374         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
17375         <sys/types.h> and <inttypes.h>.
17376
17377 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17378
17379         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
17380         `__error_t_defined', so argp.h will not typedef the former.
17381
17382 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
17383
17384         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
17385         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
17386         glibc names.  Even if glibc is changed to conform to POSIX, the
17387         traditional names will be available anyway, since regex depends on
17388         the extensions module.  Also, fix a longstanding typo in the
17389         implementation of Spencer ERE test #75 from grep 2.3.  Problems
17390         reported by Emanuele Giaquinta.  Also, change sense of cached
17391         variable, so that the message makes sense.
17392
17393 2006-03-24  Simon Josefsson  <jas@extundo.com>
17394
17395         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
17396         including some doc fixes.
17397         (base64_encode_alloc): Fix +1 bug on allocation failures.
17398
17399 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17400
17401         * lib/base64.c (base64_encode): Do not read past end of array with
17402         unsanitized input on systems with CHAR_BIT > 8.
17403
17404 2006-03-24  Eric Blake  <ebb9@byu.net>
17405
17406         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
17407
17408 2006-03-22  Karl Berry  <karl@gnu.org>
17409
17410         * config/srclist.txt (*setenv.[ch]): get from coreutils.
17411         * config/srclistvars.sh (COREUTILS): new var.
17412
17413 2006-03-17  Jim Meyering  <jim@meyering.net>
17414
17415         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
17416         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
17417
17418 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
17419
17420         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
17421         no longer needs it.  Instead, check that regoff_t is as least
17422         as wide as ptrdiff_t.
17423
17424         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
17425         so that our regex.h stays compatible with the installed regex.
17426         This is helpful for installers who configure --without-included-regex.
17427         Problem reported by Emanuele Giaquinta.
17428
17429 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
17430
17431         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
17432         Typedef to long int, not to off_, as POSIX will likely change
17433         in that direction.
17434
17435 2006-03-15  Eric Blake  <ebb9@byu.net>
17436
17437         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
17438
17439 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
17440
17441         * lib/argp-help.c (validate_uparams): Fix typo
17442         * lib/argp-parse.c (argp_default_options): Consistently begin help
17443         messages with a lowercase letter.
17444
17445 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
17446
17447         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
17448         overrun buffers and shouldn't be used (much as gets shouldn't be
17449         used).
17450         * lib/time_r.c (asctime_r, ctime_r): Likewise.
17451
17452 2006-03-08  Simon Josefsson  <jas@extundo.com>
17453
17454         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
17455         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17456
17457 2006-03-08  Simon Josefsson  <jas@extundo.com>
17458
17459         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
17460         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17461
17462 2006-03-08  Simon Josefsson  <jas@extundo.com>
17463
17464         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
17465         signal that configure disabled the device.
17466
17467 2006-03-08  Simon Josefsson  <jas@extundo.com>
17468
17469         * build-aux/maint.mk: Fix refresh-po, to handle no translated
17470         languages.
17471
17472 2006-03-07  Simon Josefsson  <jas@extundo.com>
17473
17474         * modules/getopt (Depends-on): Add unistd.
17475
17476         * modules/unistd: New file.
17477
17478 2006-03-07  Simon Josefsson  <jas@extundo.com>
17479
17480         * modules/gc-random: New file.
17481
17482 2006-03-07  Simon Josefsson  <jas@extundo.com>
17483
17484         * m4/unistd_h.m4: New file.
17485
17486 2006-03-07  Simon Josefsson  <jas@extundo.com>
17487
17488         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
17489         test to be side-effect free by storing the result in the cache
17490         variable gl_cv_lib_readline, and moving the assignment of
17491         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
17492         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17493
17494 2006-03-07  Simon Josefsson  <jas@extundo.com>
17495
17496         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
17497         error on missing devices (the functions will return an error).
17498
17499         * m4/gc.m4: Move random stuff to gc-random.m4
17500
17501 2006-03-07  Simon Josefsson  <jas@extundo.com>
17502
17503         * lib/unistd_.h: New file.
17504
17505 2006-03-07  Simon Josefsson  <jas@extundo.com>
17506
17507         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
17508
17509 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17510
17511         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
17512         Problem reported by Juan Manuel Guerrero.
17513
17514 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17515
17516         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
17517         the unistd module.
17518         * lib/getlogin_r.c: Likewise.
17519         * lib/getlogin_r.h: Likewise.
17520         * lib/glob.c: Likewise.
17521         * lib/pagealign_alloc.c: Likewise.
17522         * lib/unistd_.h: Remove; no longer needed.
17523
17524 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
17525
17526         * MODULES.html.sh (Support for systems lacking POSIX:2001):
17527         Add unistd.
17528         * modules/c-stack (Depends-on): Add unistd.
17529         * modules/getlogin_r: Likewise.
17530         * modules/glob: Likewise.
17531         * modules/pagealign_alloc: Likewise.
17532         * modules/unistd (Files): Remove lib/unistd_.h.
17533         (EXTRA_DIST): Remove.
17534         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
17535         need unistd_.h.
17536         (MOSTLYCLEANFILES): Remove unistd.h-t.
17537
17538 2006-03-03  Simon Josefsson  <jas@extundo.com>
17539
17540         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
17541
17542 2006-03-03  Simon Josefsson  <jas@extundo.com>
17543
17544         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
17545         libidn and bison.
17546
17547 2006-03-03  Simon Josefsson  <jas@extundo.com>
17548
17549         * build-aux/maint.mk: Add indent target.
17550
17551 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
17552
17553         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
17554         our replacement poll.h in any case, to avoid a differing
17555         declaration from a system header.  Seen on AIX.
17556
17557 2006-03-01  Simon Josefsson  <jas@extundo.com>
17558
17559         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
17560         <kasal@ucw.cz>.
17561
17562 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17563
17564         * modules/gettime (Depends-on): Add extensions module.
17565         * modules/nanosleep (Depends-on): Likewise.
17566         * modules/settime (Depends-on): Likewise.
17567
17568 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17569
17570         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
17571         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
17572         pedantically.
17573         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
17574         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
17575
17576         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
17577         not "==".  Reported by Ralf Wildenhues.
17578
17579 2006-03-01  Karl Berry  <karl@gnu.org>
17580
17581         * doc/Copyright/request-*: new files, synced from gnuorg.
17582
17583 2006-03-01  Karl Berry  <karl@gnu.org>
17584
17585         * config/srclist.txt (Copyright/*): new entries.
17586
17587 2006-02-28  Simon Josefsson  <jas@extundo.com>
17588
17589         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
17590
17591 2006-02-27  Simon Josefsson  <jas@extundo.com>
17592
17593         * lib/base64.h: Indent #define's.  From Jim Meyering
17594         <jim@meyering.net>.
17595
17596 2006-02-27  Jim Meyering  <jim@meyering.net>
17597
17598         Revert the change of 2006-02-24, so these files can continue
17599         to be sync'd from gettext.
17600         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
17601         of `config.h'.
17602
17603 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17604
17605         * modules/intprops: New file.
17606         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
17607         Add intprops.
17608         * modules/getloadavg (Files): Remove lib/intprops.h.
17609         (Depends-on): Add intprops.
17610         * modules/human: Likewise.
17611         * modules/inttostr: Likewise.
17612         * modules/openat: Likewise.
17613         * modules/sig2str: Likewise.
17614         * modules/userspec: Likewise.
17615         * modules/utimecmp: Likewise.
17616         * modules/xnanosleep: Likewise.
17617         * modules/xstrtol: Likewise.
17618
17619 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
17620
17621         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
17622         * modules/lock-tests (TESTS): Use $(EXEEXT).
17623         * modules/tls-tests: Likewise.
17624         * modules/argp-tests: Likewise.
17625         (check_PROGRAMS): New var, replacing...
17626         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
17627
17628 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17629
17630         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
17631         `config.h'.
17632
17633 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
17634
17635         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
17636
17637 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17638
17639         Sync from coreutils.
17640         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
17641         gl_CHDIR_SAFER.
17642
17643 2006-02-22  Jim Meyering  <jim@meyering.net>
17644
17645         Sync from coreutils.
17646         * m4/chdir-safer.m4: New file.
17647
17648 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
17649
17650         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
17651         AT_FDCWD exceeds INT_MAX.
17652         * lib/openat.h (AT_FDCWD): Likewise.
17653
17654 2006-02-17  Eric Blake  <address@hidden>
17655
17656         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
17657
17658 2006-02-16  Simon Josefsson  <jas@extundo.com>
17659
17660         * modules/getaddrinfo (Depends-on): Add sys_socket.
17661
17662 2006-02-15  Simon Josefsson  <jas@extundo.com>
17663
17664         * build-aux/maint.mk: Add dsyntax-check rule.
17665
17666 2006-02-15  Eric Blake  <ebb9@byu.net>
17667
17668         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
17669         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
17670         'present but cannot compile' warnings on cygwin.
17671         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
17672         use ws2tcpip.h if sys/socket.h works.
17673         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
17674         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
17675
17676 2006-02-14  Simon Josefsson  <jas@extundo.com>
17677
17678         * modules/maintainer-makefile (Files): Rename.
17679
17680         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
17681         and (the local) Makefile.cfg to maint-cfg.mk.
17682
17683         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
17684         to the latter.
17685
17686         * modules/maintainer-makefile: New module.
17687
17688         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
17689         severaly stripped to make it possible to build it up from scratch
17690         with reliable tests.
17691
17692         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
17693         fixes to permit overriding the default actions when configure and
17694         makefile are not available.
17695
17696 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
17697
17698         Sync from coreutils.
17699         * modules/lstat (Depends-on): Don't depend on xalloc.
17700         (License): Change from GPL to LGPL, since this is now simply a
17701         replacement for a libc function.
17702
17703 2006-02-14  Jim Meyering  <jim@meyering.net>
17704
17705         Sync from coreutils.
17706
17707         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
17708         failure on deficient systems, and simplify gnulib lgpl dependencies.
17709         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
17710         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
17711
17712         * lib/xalloc-die.c: Remove unused definition of N_.
17713
17714 2006-02-14  Jim Meyering  <jim@meyering.net>
17715
17716         Sync from coreutils.
17717         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
17718         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
17719         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
17720         double-quote uses of that variable, to accommodate the rare case in
17721         which getmntent is available in none of the libraries checked.  This
17722         happens at least on FreeBSD 5.0.
17723
17724 2006-02-13  Simon Josefsson  <jas@extundo.com>
17725
17726         * gnulib-tool (Usage): Fix --import, from
17727         karl@freefriends.org (Karl Berry).
17728
17729 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
17730
17731         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
17732
17733 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
17734
17735         * lib/argp-namefrob.h: Restore changes accidentally lost during the
17736         "autoupdate" on 2005-12-12.
17737
17738 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
17739
17740         * modules/closeout (Depends-on): Remove atexit.
17741
17742 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
17743
17744         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
17745         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
17746
17747 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
17748
17749         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
17750         __EXTENSIONS__ if this causes compilation to fail.  Problem
17751         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
17752         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
17753
17754 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
17755
17756         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
17757         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
17758         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
17759         All uses changed.
17760
17761 2006-01-26  Simon Josefsson  <jas@extundo.com>
17762
17763         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
17764         prototype is visible on mingw32.
17765
17766         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
17767         for mingw32.
17768
17769         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
17770         mingw32).
17771
17772 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
17773
17774         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
17775         attempt to open for write; this always fails, at least on POSIX
17776         hosts.  This reinstates the 2006-01-09 change, which was
17777         inadvertently removed.
17778
17779 2006-01-26  Bruno Haible  <bruno@clisp.org>
17780
17781         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
17782         Reported by Paul Eggert.
17783
17784 2006-01-26  Bruno Haible  <bruno@clisp.org>
17785             Paul Eggert  <eggert@cs.ucla.edu>
17786
17787         * lib/stdbool_.h (_Bool)
17788         [(! (defined __cplusplus || defined __BEOS__)
17789           && !defined __GNUC__
17790           && !(defined __HP_cc || defined __xlc__
17791                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
17792                || defined __sgi))]:
17793         #define to signed char in these cases too; this simplifies
17794         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
17795         etc., separately) and makes it more conservative.
17796
17797 2006-01-25  Simon Josefsson  <jas@extundo.com>
17798
17799         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
17800         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
17801         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
17802
17803 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
17804
17805         * lib/argp-namefrob.h: Bugfix. Remove stray #
17806
17807 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
17808
17809         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
17810         so that we test the test.
17811         Check for yet another HP-UX cc bug involving *bool |= bool.
17812
17813 2006-01-25  Karl Berry  <karl@gnu.org>
17814
17815         * config/srclist.txt (vasnprintf.c): sync lost.
17816
17817 2006-01-25  Jim Meyering  <jim@meyering.net>
17818
17819         Sync from the stable (b5) branch of coreutils:
17820
17821         * lib/fts.c (fts_children): Don't let close() clobber errno from
17822         failed fchdir().
17823
17824         * lib/fts.c (fts_stat): When following a symlink-to-directory,
17825         don't necessarily interpret stat-fails+lstat-succeeds as indicating
17826         a dangling symlink.  That can also happen at least for ELOOP.
17827         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
17828         FYI, this bug predates the inclusion of fts.c in coreutils.
17829
17830         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
17831         in their own block, so pre-c99 compilers don't object.
17832
17833         Avoid the double-free (first in fts_read, second in fts_close) that
17834         would occur when an `active' directory is made inaccessible (e.g.,
17835         via chmod a-x) during a traversal.
17836         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
17837         before returning.  Reproduce this failure by
17838         mkdir -p a/b; cd a; chmod a-x . b
17839         Reported by Stavros Passas.
17840
17841 2006-01-25  Jim Meyering  <jim@meyering.net>
17842
17843         * lib/fileblocks.c: Remove more useless parentheses.
17844         * lib/readutmp.h: Likewise.
17845
17846 2006-01-25  Bruno Haible  <bruno@clisp.org>
17847
17848         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
17849         warnings.
17850         Reported by Paul Eggert.
17851
17852 2006-01-25  Bruno Haible  <bruno@clisp.org>
17853
17854         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
17855         rid of a trap command. For Solaris sh.
17856         Reported by Mark D. Baushke <mdb@gnu.org>.
17857
17858 2006-01-24  Simon Josefsson  <jas@extundo.com>
17859
17860         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
17861         Bruno.
17862
17863 2006-01-24  Karl Berry  <karl@gnu.org>
17864
17865         * config/srclist.txt (argp-namefrob.h): sync lost.
17866
17867 2006-01-24  Jim Meyering  <jim@meyering.net>
17868
17869         * modules/openat (Files): Add lib/intprops.h.
17870         From Mark D. Baushke.
17871
17872 2006-01-24  Jim Meyering  <jim@meyering.net>
17873
17874         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
17875         Reported by Mark D. Baushke.
17876
17877 2006-01-24  Jim Meyering  <jim@meyering.net>
17878
17879         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
17880
17881 2006-01-24  Bruno Haible  <bruno@clisp.org>
17882
17883         * modules/strnlen (Maintainer): Change from glibc to all.
17884
17885 2006-01-24  Bruno Haible  <bruno@clisp.org>
17886
17887         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
17888         Patch by Paul Eggert.
17889
17890 2006-01-24  Bruno Haible  <bruno@clisp.org>
17891
17892         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
17893         already has it.
17894         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
17895         2005-11-26.
17896
17897         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
17898         'signed char' to avoid problems with the built-in _Bool type.
17899         Reported by Paul Eggert on 2005-11-26.
17900
17901 2006-01-24  Bruno Haible  <bruno@clisp.org>
17902
17903         * gnulib-tool (func_import): Avoid constructing complicated sed
17904         expressions inside backquote.
17905         Report and solution by Mark D. Baushke <mdb@gnu.org>.
17906
17907 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
17908
17909         These changes imported from libc.
17910         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
17911         test and two separate function calls.
17912         * lib/strndup.c (__strndup): Add libc_hidden_def.
17913
17914 2006-01-23  Simon Josefsson  <jas@extundo.com>
17915
17916         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
17917         Remove the test_*_SOURCES variable: automake infers it by default.
17918         * modules/tls-tests: Likewise.
17919
17920 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17921
17922         Work around porting bugs reported by Dieter in
17923         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
17924         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
17925         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
17926         Include "getopt.h" first, to check interface.
17927         (getenv): Declare only if defined HAVE_DECL_GETENV &&
17928         !HAVE_DECL_GETENV.
17929         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
17930         (__strndup): Revert to K&R-style function dfns, the glibc style.
17931         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
17932         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
17933         Include strnlen.h first, to get prototype properly.
17934         (strnlen): Renamed from __strnlen.
17935         Remove weak alias.
17936
17937 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17938
17939         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
17940
17941 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17942
17943         * config/srclist.txt: Adjust to reflect glibc reorganization.
17944         This affects only comments.
17945
17946 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17947
17948          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
17949          Reported by Bruce Korb <bkorb@gnu.org>.
17950
17951 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
17952
17953         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
17954         to pacify gcc -Wswitch-default.
17955
17956 2006-01-22  Bruno Haible  <bruno@clisp.org>
17957
17958         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
17959         temporary buffer for sprintf, take into account the precision also
17960         for 'd', 'i', 'u', 'o', 'x', 'X'.
17961
17962 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
17963
17964         * modules/argp-tests: New module
17965         * tests/test-argp.c: New file
17966         * tests/test-argp-2.sh: New file
17967
17968 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
17969
17970         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
17971         (__argp_base_name): Removed
17972         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
17973         typo.
17974         (__argp_base_name): Provide macro definition or extern declaration
17975         depending on the configuration
17976
17977 2006-01-20  Simon Josefsson  <jas@extundo.com>
17978
17979         * modules/inet_ntop (Depends-on): Depend on sys_socket.
17980
17981 2006-01-20  Simon Josefsson  <jas@extundo.com>
17982
17983         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
17984
17985 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17986
17987         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
17988         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
17989         Suggested by Bruno Haible.
17990
17991 2006-01-20  Karl Berry  <karl@gnu.org>
17992
17993         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
17994         until changes propagate, I guess.
17995
17996 2006-01-19  Simon Josefsson  <jas@extundo.com>
17997
17998         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
17999
18000 2006-01-19  Simon Josefsson  <jas@extundo.com>
18001
18002         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
18003
18004 2006-01-19  Simon Josefsson  <jas@extundo.com>
18005
18006         * gnulib-tool: Set check_PROGRAMS.
18007
18008         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
18009         modules/des-tests, modules/gc-arcfour-tests,
18010         modules/gc-arctwo-tests, modules/gc-des-tests,
18011         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
18012         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
18013         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
18014         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
18015         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
18016         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
18017         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
18018         test_*_SOURCES.
18019
18020 2006-01-18  Simon Josefsson  <jas@extundo.com>
18021
18022         * modules/socklen (Depends-on): Depend on sys_socket.
18023
18024 2006-01-18  Simon Josefsson  <jas@extundo.com>
18025
18026         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
18027         modules/des-tests, modules/gc-arcfour-tests,
18028         modules/gc-arctwo-tests, modules/gc-des-tests,
18029         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
18030         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
18031         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
18032         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
18033         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
18034         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
18035         $(EXEEXT) to automake TESTS variable, for mingw32.
18036
18037 2006-01-17  Simon Josefsson  <jas@extundo.com>
18038
18039         * modules/socklen (Include): Need sys/socket.h.
18040
18041 2006-01-17  Bruno Haible  <bruno@clisp.org>
18042
18043         * modules/ssize_t (Include): Add <sys/types.h>.
18044
18045 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
18046
18047         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
18048         it's not portable and it doesn't work with cross-compiles.
18049         Problem reported by Bruno Haible.  Fix missing-$ typo in
18050         'test "gl_cv_ignore_unused_libraries" ...' that prevented
18051         -zignore from being used with Sun's C compiler.
18052
18053 2006-01-12  Simon Josefsson  <jas@extundo.com>
18054
18055         * lib/base64.c: Fix warning, reported by Bruno Haible
18056         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
18057
18058 2006-01-12  Bruno Haible  <bruno@clisp.org>
18059
18060         * modules/ldd: New file.
18061         * build-aux/ldd.sh.in: New file.
18062         * MODULES.html.sh (Support for building libraries and executables): Add
18063         ldd.
18064
18065 2006-01-12  Bruno Haible  <bruno@clisp.org>
18066
18067         * m4/ldd.m4: New file.
18068
18069 2006-01-12  Bruno Haible  <bruno@clisp.org>
18070
18071         * gnulib-tool (func_import, func_create_testdir): Don't go into an
18072         endless loop while replacing $auxdir with build-aux.
18073
18074 2006-01-11  Simon Josefsson  <jas@extundo.com>
18075
18076         * lib/stdint_.h (SIZE_MAX): Add missing (.
18077
18078 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
18079
18080         Sync from coreutils.
18081         * lib/md5.c: Fix commentary typos.
18082         (alignof, UNALIGNED_P): No need for a GCC-specific version.
18083         * lib/md5.h (__attribute__): Remove; unused.
18084         * lib/sha1.c: Fix commentary to match md5 better.
18085         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
18086         so that we don't need to worry about alignment.  All uses changed.
18087         This merges the 2005-10-28 md5 change into sha1.
18088
18089 2006-01-11  Jim Meyering  <jim@meyering.net>
18090
18091         Sync from coreutils.
18092         * lib/md5.c (OP): Fix spacing.
18093
18094 2006-01-11  Bruno Haible  <bruno@clisp.org>
18095
18096         Ensure automatic ordering between gl_LOCK and gl_ARGP.
18097         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
18098         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
18099
18100 2006-01-11  Bruno Haible  <bruno@clisp.org>
18101
18102         Ensure automatic ordering between gl_LOCK and gl_ARGP.
18103         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
18104         the "early" section as well.
18105
18106 2006-01-11  Bruno Haible  <bruno@clisp.org>
18107
18108         Avoid "ar: no archive members specified" error on MacOS X.
18109         * gnulib-tool (func_modules_add_dummy): New function.
18110         (func_import, func_create_testdir): Invoke it.
18111
18112 2006-01-11  Bruno Haible  <bruno@clisp.org>
18113
18114         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
18115         with $auxdir in AC_CONFIG_FILES statements.
18116
18117 2006-01-11  Bruno Haible  <bruno@clisp.org>
18118
18119         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18120         Initialize also noinst_HEADERS to empty.
18121
18122 2006-01-11  Bruno Haible  <bruno@clisp.org>
18123
18124         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
18125         variables.
18126         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
18127         autoreconf.
18128
18129 2006-01-11  Bruno Haible  <bruno@clisp.org>
18130
18131         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
18132         overridable by the user.
18133         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18134
18135 2006-01-10  Simon Josefsson  <jas@extundo.com>
18136
18137         * modules/sys_socket: New file.
18138
18139 2006-01-10  Simon Josefsson  <jas@extundo.com>
18140
18141         * m4/sys_socket_h.m4: New file.
18142
18143 2006-01-10  Simon Josefsson  <jas@extundo.com>
18144
18145         * lib/socket_.h: New file.
18146
18147 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18148
18149         * modules/readutmp (Maintainer): Add myself.
18150
18151 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18152
18153         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
18154         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
18155         People who are still concerned with buggy memcmp implementations
18156         can invoke gl_FUNC_MEMCMP themselves.
18157
18158 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18159
18160         * lib/regex_internal.h (BITSET_WORD_BITS):
18161         Work around a bug in 64-bit PGC (before version 6.1-2), where the
18162         preprocessor mishandles large unsigned values as if they were signed.
18163         Problem reported by Claudio Fontana in
18164         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
18165
18166 2006-01-10  Jim Meyering  <jim@meyering.net>
18167
18168         Avoid the double-free (first in fts_read, second in fts_close) that
18169         would occur when an `active' directory is made inaccessible (e.g.,
18170         via chmod a-x) during a traversal.
18171         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
18172         before returning.  Reproduce this failure by
18173         mkdir -p a/b; cd a; chmod a-x . b
18174         Reported by Stavros Passas.
18175
18176         Sync from coreutils.
18177         * lib/sha1.c: Tweak grammar in a comment.
18178
18179 2006-01-10  Jim Meyering  <jim@meyering.net>
18180
18181         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
18182         Patch by Joerg Sonnenberger.
18183
18184 2006-01-10  Bruno Haible  <bruno@clisp.org>
18185
18186         * modules/readutmp: Depend on module free.
18187         * modules/strtok_r: Depend on module restrict.
18188
18189 2006-01-10  Bruno Haible  <bruno@clisp.org>
18190
18191         * modules/gettext (configure.ac): Add an invocation of
18192         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
18193
18194 2006-01-10  Bruno Haible  <bruno@clisp.org>
18195
18196         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
18197         Reported by Werner Lemberg <wl@gnu.org>.
18198
18199 2006-01-10  Bruno Haible  <bruno@clisp.org>
18200
18201         * lib/localcharset.c: Update from GNU gettext.
18202
18203 2006-01-10  Bruno Haible  <bruno@clisp.org>
18204
18205         * lib/argp.h (__const): Remove macro. Use const instead.
18206         * lib/argp-fmtstream.h (__const): Likewise.
18207         * lib/glob_.h (__const): Remove macro.
18208         * lib/glob-libc.h: Use const instead of __const.
18209
18210 2006-01-10  Bruno Haible  <bruno@clisp.org>
18211
18212         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
18213         variable.
18214         Needed to avoid an automake error regarding the 'gettext' module.
18215
18216 2006-01-09  Simon Josefsson  <jas@extundo.com>
18217
18218         * modules/inet_ntop (Depends-on): Add restrict.
18219
18220 2006-01-09  Simon Josefsson  <jas@extundo.com>
18221
18222         * modules/gc-rijndael-tests (License): Put under LGPL.
18223
18224         * modules/gc-des-tests (License): Likewise.
18225
18226         * modules/gc-arcfour-tests (License): Likewise.
18227
18228         * modules/gc-arctwo-tests (License): Likewise.
18229
18230         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
18231
18232         * modules/gc-hmac-sha1-tests (Files): Likewise.
18233
18234         * modules/gc-hmac-md5-tests (License): Likewise.
18235
18236         * modules/gc-sha1-tests (License): Likewise.
18237
18238         * modules/gc-md5-tests (License): Likewise.
18239
18240         * modules/gc-md4-tests (License): Likewise.
18241
18242         * modules/gc-md2-tests (License): Likewise.
18243
18244         * modules/gc-tests (License): Likewise.
18245
18246         * modules/des-tests (License): Likewise.
18247
18248         * modules/md4-tests (License): Likewise.
18249
18250         * modules/md2-tests (License): Likewise.
18251
18252 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18253
18254         Sync from coreutils:
18255
18256         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
18257         * modules/lib-ignore: New file.
18258         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
18259         chdir-safer.m4, lchmod.m4.
18260         * modules/openat: Add mkdirat.c, openat-priv.h.
18261
18262 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18263
18264         Sync from coreutils.
18265         * m4/lib-ignore.m4: New file.
18266         * m4/lchmod.m4: New file.
18267
18268 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18269
18270         Sync from coreutils.
18271         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
18272         for write access: POSIX says that must fail.
18273         * lib/fts.c (diropen): Likewise.
18274         * lib/save-cwd.c (save_cwd): Likewise.
18275         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
18276         well, for minor improvements on hosts that lack O_DIRECTORY.
18277         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
18278         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
18279         Fall back on chown if open failed with EACCES.
18280
18281         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
18282         Report an error at compile-time if only a 1-second nominal clock
18283         resolution is found.
18284
18285         * lib/lchmod.h: New file.
18286         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
18287         (make_dir_parents): Use lchown rather than chown, and
18288         lchmod rather than chmod.
18289
18290         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
18291         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
18292         "proc" reported by n0dalus.
18293
18294         * lib/mountlist.c: Include <limits.h>.
18295         (dev_from_mount_options)
18296         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
18297         New function.  It no longer assumes "dev=" has the System V meaning
18298         on Linux (since it doesn't).  It also parses "dev=" more carefully.
18299         (read_file_system_list)
18300         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
18301         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
18302         dev= in that case.
18303
18304         * lib/posixtm.h (PDS_PRE_2000): New macro.
18305         * lib/posixtm.c (year): Arg is now syntax_bits rather than
18306         allow_century.  All usages changed.  Reject dates outside the range
18307         1969-1999 if PDS_PRE_2000 is used.
18308
18309 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18310
18311         Sync from coreutils.
18312         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
18313         (Time of day items): Mention the possibility of leap seconds.
18314         Problem reported by Dr. David Alan Gilbert.
18315
18316 2006-01-09  Jim Meyering  <jim@meyering.net>
18317
18318         Sync from coreutils.
18319
18320         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
18321
18322         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
18323
18324         * lib/modechange.c (mode_compile): Reject an invalid mode string
18325         that starts with an octal digit.  From Andreas Gruenbacher.
18326
18327         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
18328         and dup to open_safer and dup_safer, respectively.
18329         (openat_permissive): Fix typo in comment.
18330
18331         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
18332         "gettext.h"; either no longer needed or are guaranteed by openat.h.
18333         (_): Remove; no longer needed.
18334         (openat): Renamed from rpl_openat; no need for rpl_openat
18335         since openat.h renames openat for us.
18336         Replace most of the body with a call to openat_permissive,
18337         to avoid duplicate code.
18338         Port to (probably hypothetical) environments were mode_t is
18339         wider than int.
18340         (openat_permissive): Require mode arg, so that we can check
18341         types better.  Put it just after flags.  Change cwd failure
18342         indicator from pointer-to-bool to pointer-to-errno-value.
18343         All callers changed.
18344         Invoke openat_save_fail and/or openat_restore_fail if
18345         cwd_errno is null, so that openat can call us.
18346         (openat_permissive, fdopendir, fstatat, unlinkat):
18347         Simplify errno handling to avoid some duplicate code,
18348         as it's OK to set errno on success.
18349         * lib/openat.h: Revamp code so that function macros depend on
18350         __OPENAT_PREFIX only, not also on AT_FDCWD.
18351         (openat_ro): Remove.  Caller changed to use openat_permissive.
18352         (openat_permissive): Now a macro, if not a function.
18353         (openat_restore_fail, openat_save_fail): Now always functions,
18354         since mkdirat needs them even if __OPENAT_PREFIX is defined.
18355
18356         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
18357         and openat.c.
18358         * lib/mkdirat.c: Include openat-priv.h.
18359         Remove definitions of macros defined therein.
18360         * lib/openat.c: Likewise.
18361
18362         * lib/mkdirat.c (mkdirat): New file and function.
18363         * lib/openat.h (mkdirat): Declare.
18364
18365         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
18366
18367         * lib/openat.h (openat_permissive): Declare.
18368         (openat_ro): Define.
18369
18370         * lib/openat.c (EXPECTED_ERRNO): New macro.
18371         (openat_permissive): New function -- used in remove.c rewrite.
18372         (all functions): Set errno just before returning, only if there
18373         was an actual failure.
18374         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
18375
18376         Emulate openat-family functions using Linux's procfs, if possible.
18377         Idea and some code based on Ulrich Drepper's glibc changes.
18378
18379         * lib/openat.c: (BUILD_PROC_NAME): New macro.
18380         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
18381         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
18382         before falling back on save_cwd and restore_cwd.
18383         (fdopendir, fstatat, unlinkat): Likewise.
18384
18385         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
18386         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
18387
18388         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
18389         as second argument to va_arg.  Otherwise, some versions of gcc
18390         warn that `if this code is reached, the program will abort'.
18391
18392 2006-01-09  Jim Meyering  <jim@meyering.net>
18393
18394         Sync from coreutils.
18395         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
18396         Require openat-priv.h.
18397
18398 2006-01-09  Bruno Haible  <bruno@clisp.org>
18399
18400         * modules/strnlen (Include): Use strnlen.h.
18401
18402 2006-01-09  Bruno Haible  <bruno@clisp.org>
18403
18404         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
18405
18406 2006-01-09  Bruno Haible  <bruno@clisp.org>
18407
18408         * lib/sysexit_.h (EX_OK): New macro.
18409         Suggested by Martin Lambers <marlam@marlam.de>.
18410
18411 2006-01-09  Bruno Haible  <bruno@clisp.org>
18412
18413         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
18414         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
18415
18416 2006-01-09  Bruno Haible  <bruno@clisp.org>
18417
18418         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
18419         numbers.
18420
18421 2006-01-09  Bruno Haible  <bruno@clisp.org>
18422
18423         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
18424         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
18425         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
18426         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
18427
18428 2006-01-09  Bruno Haible  <bruno@clisp.org>
18429
18430         * build-aux/javacomp.sh.in: New file, moved from lib/.
18431         * modules/javacomp-script (Files): Update.
18432         (configure.ac): Add AC_CONFIG_FILES invocation.
18433         (EXTRA_DIST): Remove variable.
18434
18435         * build-aux/javaexec.sh.in: New file, moved from lib/.
18436         * modules/javaexec (Files): Update.
18437         (configure.ac): Add AC_CONFIG_FILES invocation.
18438         (EXTRA_DIST): Remove javaexec.sh.in.
18439
18440         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
18441         * modules/csharpcomp-script (Files): Update.
18442         (configure.ac): Add AC_CONFIG_FILES invocation.
18443         (EXTRA_DIST): Remove variable.
18444
18445         * build-aux/csharpexec.sh.in: New file, moved from lib/.
18446         * modules/csharpexec (Files): Update.
18447         (configure.ac): Add AC_CONFIG_FILES invocation.
18448         (EXTRA_DIST): Remove csharpexec.sh.in.
18449
18450 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
18451
18452         Sync from coreutils.
18453
18454         Add POSIX ACL support
18455         * lib/acl.h (copy_acl, set_acl): Add declarations.
18456         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
18457         systems other than Linux.
18458         (chmod_or_fchmod): New function: use fchmod when possible,
18459         and chmod otherwise.
18460         (file_has_acl): Add a POSIX ACL implementation, with a
18461         Linux-specific subcase.
18462         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
18463         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
18464         acls are unsupported.
18465         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
18466         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
18467         are unsupported.
18468
18469 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
18470
18471         Sync from coreutils.
18472         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
18473
18474 2006-01-07  Bruno Haible  <bruno@clisp.org>
18475
18476         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
18477         gl_EARLY.
18478
18479 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18480
18481         * lib/strftime.c (tzname): Don't declare if it is already #defined.
18482         Problem reported for Mingw by Mark Junker.
18483
18484 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
18485
18486         * README: Gnulib normally doesn't generate a tarball.
18487
18488 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
18489
18490         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
18491         long int, not int, for nanosecond counts, so that people who are
18492         used to POSIX struct timespec won't be surprised.  Reported by Jim
18493         Meyering.
18494
18495 2005-12-28  Bruno Haible  <bruno@clisp.org>
18496
18497         * build-aux/config.rpath: Update from GNU gettext.
18498
18499 2005-12-16  Jim Meyering  <jim@meyering.net>
18500
18501         * modules/fprintftime: New module.
18502         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
18503
18504 2005-12-16  Jim Meyering  <jim@meyering.net>
18505
18506         * m4/fprintftime.m4: New file.
18507
18508 2005-12-16  Jim Meyering  <jim@meyering.net>
18509
18510         * lib/fprintftime.c, lib/fprintftime.h: New files.
18511
18512 2005-12-15  Simon Josefsson  <jas@extundo.com>
18513
18514         * modules/socklen (configure.ac): Fix M4 macro name, to align with
18515         new m4/socklen.m4.
18516
18517 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18518
18519         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
18520         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
18521
18522 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18523
18524         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
18525         * lib/argp-help.c (fill_in_uparams): Check if the constructed
18526         struct uparams is valid. Fall back to the default values if it is
18527         not.
18528
18529 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18530
18531         * modules/argp (Files): Add argp-pin.c
18532         (Depends-on): dirname
18533         (lib_SOURCES): Add argp-pin.c
18534
18535 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18536
18537         * m4/argp.m4:  Check if program_invocation_name and
18538         program_invocation_short_name are declared and define appropriate
18539         macros if they are not.
18540
18541 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18542
18543         * lib/argp-help.c (__argp_base_name): New function
18544         (__argp_short_program_name): Rewrite using __argp_base_name
18545         * lib/argp-namefrob.h: Define program_invocation_name and
18546         program_invocation_short_name if requested
18547         (__argp_base_name): Add prototype
18548         * lib/argp-parse.c (argp_def): Use gettext wrappers
18549         (argp_default_parser): Use __argp_base_name
18550         * lib/argp-pin.c: New file. Defines program_invocation_name and
18551         program_invocation_short_name on systems that lack them.
18552
18553 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18554
18555         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
18556         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
18557         porting problem reported by Georg Schwarz in
18558         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
18559
18560 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18561
18562         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
18563         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
18564         porting problem reported by Georg Schwarz in
18565         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
18566
18567 2005-12-05  Bruno Haible  <bruno@clisp.org>
18568
18569         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
18570         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
18571         Reported by Mark Junker <mjscod@gmx.de>.
18572
18573 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
18574
18575         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
18576         Use implementation from Albert Chin, with some
18577         comments/corrections by Stepan Kasal and myself.
18578
18579 2005-12-02  Bruno Haible  <bruno@clisp.org>
18580
18581         * gnulib-tool (func_import): Accept GPLed build tool modules when
18582         --lgpl is given.
18583         * modules/csharpcomp-script: New file.
18584         * modules/csharpcomp: Depend on it.
18585         * modules/javacomp-script: New file.
18586         * modules/javacomp: Depend on it.
18587         Suggested by Simon Josefsson.
18588
18589 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
18590
18591         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
18592         statement, to work around an HP-UX 10.20 compiler bug reported by
18593         Peter O'Gorman.
18594
18595 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
18596
18597         * modules/savedir (Depends-on): Add openat.
18598
18599 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
18600
18601         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
18602         (uintmax_t) [defined uintmax_t]: Do not declare.
18603         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
18604         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
18605         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
18606         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
18607         sake of portability to weird hosts that C allows (though we don't
18608         know of any practical examples).
18609
18610         * lib/savedir.h (fdsavedir): New decl.
18611         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
18612         contains most of the former guts of savedir.
18613         (savedir): Use savedirstream.
18614         Include "openat.h".
18615
18616 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18617
18618         * modules/obstack (Files): Add m4/ulonglong.m4.
18619         Problem reported by Davide Angelocola.
18620
18621 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
18622
18623         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
18624         coreutils no longer futzes with rounding modes.
18625
18626 2005-11-14  Jim Meyering  <jim@meyering.net>
18627
18628         * lib/mkstemp-safer.c: Include <config.h>, required for possible
18629         replacement of mkstemp.
18630
18631 2005-11-10  Simon Josefsson  <jas@extundo.com>
18632
18633         * lib/readline.c: Remove EOL.
18634
18635 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18636
18637         * modules/gethrxtime (Depends-on): Add gettime.
18638
18639 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18640
18641         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
18642         or gettimeofday; no longer needed.
18643
18644 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18645
18646         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
18647         time business.
18648         (gethrxtime) [! (HAVE_NANOUPTIME
18649         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
18650         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
18651         our own approximation.
18652
18653 2005-11-08  Eric Blake  <ebb9@byu.net>
18654
18655         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
18656
18657 2005-11-08  Eric Blake  <ebb9@byu.net>
18658
18659         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
18660
18661 2005-11-04  Bruno Haible  <bruno@clisp.org>
18662
18663         * gnulib-tool: Implement --update mode.
18664
18665 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18666
18667         Fix porting problem reported by Theodoros V. Kalamatianos.
18668         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
18669         Don't assume that futimes failing means we must fail.
18670
18671 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18672
18673         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
18674         variables to suggest the intended function of the PATH_MAX check.
18675
18676 2005-10-30  Kean Johnston  <jkj@sco.com>
18677
18678         Trivial changes to support SCO systems.
18679         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
18680         as PATH_MAX.
18681         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
18682         where __ptr is null when no I/O is pending.
18683
18684 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18685
18686         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
18687         leave errno alone.  Problem reported by Dmitry V. Levin.
18688
18689 2005-10-28  Simon Josefsson  <jas@extundo.com>
18690
18691         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
18692         Test more.
18693
18694         * tests/test-gc-md2.c, tests/test-md2.c: New files.
18695
18696         * modules/md2, modules/md2-tests: New files.
18697
18698 2005-10-28  Simon Josefsson  <jas@extundo.com>
18699
18700         * m4/inet_ntop.m4: More tests.
18701
18702         * m4/gc-md2.m4, md2.m4: New file.
18703
18704 2005-10-28  Simon Josefsson  <jas@extundo.com>
18705
18706         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
18707         "restrict" keywords, as per POSIX.  Protect the function
18708         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
18709         Don't use K&R prototypes.  Check the sprintf return values.
18710         Re-define EAFNOSUPPORT if not present.  Indent.
18711
18712         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
18713         suggested by Bruno Haible <bruno@clisp.org>.
18714
18715         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
18716
18717         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
18718
18719         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
18720         libgcrypt).
18721
18722         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
18723
18724         * lib/md2.h, lib/md2.c: New files.
18725
18726 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
18727
18728         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
18729         errno alone.  Problem reported by Frederic Jolliton.
18730
18731 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
18732
18733         * modules/verify (License): Change from GPL to LGPL.  This is a
18734         tiny module and there are apparently near-equivalents that are
18735         under the BSD license.
18736
18737 2005-10-24  Simon Josefsson  <jas@extundo.com>
18738
18739         * modules/sha1: Relicense to LGPL.
18740
18741 2005-10-24  Simon Josefsson  <jas@extundo.com>
18742
18743         * lib/md4.h: Shrink buffer size, now that we changed the type.
18744
18745 2005-10-23  Simon Josefsson  <jas@extundo.com>
18746
18747         * gnulib-tool (func_import): Fix --tests-base.
18748
18749 2005-10-22  Simon Josefsson  <jas@extundo.com>
18750
18751         * modules/arcfour (Depends-on): Need stdint.
18752
18753 2005-10-22  Simon Josefsson  <jas@extundo.com>
18754
18755         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
18756         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
18757
18758 2005-10-22  Simon Josefsson  <jas@extundo.com>
18759
18760         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
18761         suggested by Bruno Haible <bruno@clisp.org>.
18762
18763 2005-10-22  Simon Josefsson  <jas@extundo.com>
18764
18765         * lib/crc.h: Include stddef.h, for size_t.
18766
18767 2005-10-22  Simon Josefsson  <jas@extundo.com>
18768
18769         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
18770         arcfour_context struct (simplify test vector testing in GNU
18771         Shishi).
18772
18773 2005-10-21  Simon Josefsson  <jas@extundo.com>
18774
18775         * modules/des, modules/des-tests: New files.
18776
18777         * modules/gc-des, modules/gc-des-tests: New files.
18778
18779         * tests/test-des.c, tests/test-gc-des.c: New file.
18780
18781 2005-10-21  Simon Josefsson  <jas@extundo.com>
18782
18783         * modules/arctwo, modules/arctwo-tests: New files.
18784
18785         * tests/test-arctwo.c: New file.
18786
18787         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
18788
18789         * tests/test-gc-arctwo.c: New file.
18790
18791 2005-10-21  Simon Josefsson  <jas@extundo.com>
18792
18793         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
18794         Bruno Haible <bruno@clisp.org>.
18795
18796         * m4/gc-des.m4: New file.
18797
18798 2005-10-21  Simon Josefsson  <jas@extundo.com>
18799
18800         * m4/arctwo.m4: New file.
18801
18802         * m4/gc-arctwo.m4: New file.
18803
18804 2005-10-21  Simon Josefsson  <jas@extundo.com>
18805
18806         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
18807         block.
18808
18809 2005-10-21  Simon Josefsson  <jas@extundo.com>
18810
18811         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
18812         <bruno@clisp.org>.
18813
18814         * lib/hmac-sha1.c (hmac_sha1): Likewise.
18815
18816         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
18817         Bruno Haible <bruno@clisp.org>.
18818
18819         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
18820         <bruno@clisp.org>.
18821
18822 2005-10-21  Simon Josefsson  <jas@extundo.com>
18823
18824         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
18825
18826 2005-10-21  Simon Josefsson  <jas@extundo.com>
18827
18828         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
18829
18830 2005-10-21  Simon Josefsson  <jas@extundo.com>
18831
18832         * lib/des.h, lib/des.c: New files.
18833
18834         * lib/gc-gnulib.c: Support DES.c
18835
18836 2005-10-21  Simon Josefsson  <jas@extundo.com>
18837
18838         * lib/arctwo.h, lib/arctwo.c: New files.
18839
18840         * lib/gc-gnulib.c: Support ARCTWO.
18841
18842 2005-10-21  Simon Josefsson  <jas@extundo.com>
18843
18844         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
18845         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18846
18847 2005-10-21  Simon Josefsson  <jas@extundo.com>
18848
18849         * gnulib-tool (func_import, func_create_testdir): Define automake
18850         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
18851         Makefile.am snippet),
18852         suggested by Bruno Haible <bruno@clisp.org>.
18853
18854         * modules/gc (Makefile.am): Use it.
18855
18856 2005-10-21  Bruno Haible  <bruno@clisp.org>
18857
18858         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
18859         patch.
18860
18861 2005-10-19  Simon Josefsson  <jas@extundo.com>
18862
18863         * tests/test-gc-rijndael.c: New file.
18864
18865         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
18866
18867 2005-10-19  Simon Josefsson  <jas@extundo.com>
18868
18869         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
18870         interface too.
18871
18872 2005-10-19  Simon Josefsson  <jas@extundo.com>
18873
18874         * tests/test-gc-arcfour.c: New file.
18875
18876         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
18877
18878 2005-10-19  Simon Josefsson  <jas@extundo.com>
18879
18880         * modules/gc-md4, modules/gc-md4-tests: New file.
18881
18882         * tests/test-gc-md4.c: New file.
18883
18884 2005-10-19  Simon Josefsson  <jas@extundo.com>
18885
18886         * m4/gc-md4.m4: New file.
18887
18888 2005-10-19  Simon Josefsson  <jas@extundo.com>
18889
18890         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
18891         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
18892         <kasal@ucw.cz>.
18893
18894 2005-10-19  Simon Josefsson  <jas@extundo.com>
18895
18896         * m4/gc-arcfour.m4: New file.
18897
18898         * m4/gc-rijndael.m4: New file.
18899
18900 2005-10-19  Simon Josefsson  <jas@extundo.com>
18901
18902         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
18903
18904 2005-10-19  Simon Josefsson  <jas@extundo.com>
18905
18906         * lib/gc-gnulib.c: Support ARCFOUR.
18907
18908 2005-10-19  Simon Josefsson  <jas@extundo.com>
18909
18910         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
18911         support.
18912
18913         * lib/gc.h: Add ECB enum type.
18914
18915         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
18916
18917 2005-10-18  Simon Josefsson  <jas@extundo.com>
18918
18919         * tests/test-md5.c: New file.
18920
18921         * modules/md5-tests: New file.
18922
18923 2005-10-18  Simon Josefsson  <jas@extundo.com>
18924
18925         * tests/test-md4.c: New file.
18926
18927         * modules/md4, modules/md4-tests: New files.
18928
18929 2005-10-18  Simon Josefsson  <jas@extundo.com>
18930
18931         * m4/md4.m4: New file.
18932
18933 2005-10-18  Simon Josefsson  <jas@extundo.com>
18934
18935         * lib/md4.h, lib/md4.c: New files, based on md5.?.
18936
18937 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
18938
18939         * gnulib-tool (func_create_testdir): Omit the second check whether
18940         BUILT_SOURCES in nonempty.
18941
18942 2005-10-17  Simon Josefsson  <jas@extundo.com>
18943
18944         * tests/test-rijndael.c: New file.
18945
18946 2005-10-17  Simon Josefsson  <jas@extundo.com>
18947
18948         * modules/sha1: Depend on stdint instead of md5.
18949
18950         * modules/md5: Depend on stdint, remove uint32_t.
18951
18952 2005-10-17  Simon Josefsson  <jas@extundo.com>
18953
18954         * modules/gc-sha1-tests: New file.
18955
18956         * tests/test-gc-sha1.c: New file.
18957
18958 2005-10-17  Simon Josefsson  <jas@extundo.com>
18959
18960         * m4/md5.m4: Remove call to uint32_t.m4.
18961
18962 2005-10-17  Simon Josefsson  <jas@extundo.com>
18963
18964         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
18965
18966         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
18967         md5.h.
18968
18969         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
18970
18971         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
18972
18973 2005-10-17  Simon Josefsson  <jas@extundo.com>
18974
18975         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
18976
18977 2005-10-17  Simon Josefsson  <jas@extundo.com>
18978
18979         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
18980
18981 2005-10-17  Simon Josefsson  <jas@extundo.com>
18982
18983         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
18984
18985         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
18986
18987 2005-10-17  Bruno Haible  <bruno@clisp.org>
18988
18989         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
18990         that it can also be used in a test.
18991
18992 2005-10-16  Bruno Haible  <bruno@clisp.org>
18993
18994         * gnulib-tool (func_emit_tests_Makefile_am): Also define
18995         TESTS_ENVIRONMENT, so that individual tests can augment it.
18996
18997         * gnulib-tool (func_create_testdir): Use an intermediate target for
18998         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
18999         macros, like $(ALLOCA_H), which cannot be passed through the command
19000         line.
19001
19002 2005-10-15  Simon Josefsson  <jas@extundo.com>
19003
19004         * modules/rijndael-tests: New file.
19005
19006         * modules/rijndael: New file.
19007
19008 2005-10-15  Simon Josefsson  <jas@extundo.com>
19009
19010         * m4/rijndael.m4: New file.
19011
19012 2005-10-15  Simon Josefsson  <jas@extundo.com>
19013
19014         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
19015
19016         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
19017
19018 2005-10-14  Simon Josefsson  <jas@extundo.com>
19019
19020         * tests/test-arcfour.c: New file.
19021
19022         * modules/arcfour, modules/arcfour-tests: New files.
19023
19024 2005-10-14  Simon Josefsson  <jas@extundo.com>
19025
19026         * m4/arcfour.m4: New file.
19027
19028 2005-10-14  Simon Josefsson  <jas@extundo.com>
19029
19030         * lib/arcfour.h, lib/arcfour.c: New files.
19031
19032 2005-10-14  Roland McGrath  <roland@redhat.com>
19033
19034         Import from libc.  [BZ #1331]
19035         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
19036         macro argument.
19037         Reported by Matej Vela <vela@debian.org>.
19038
19039 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
19040
19041         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
19042         include <wchar.h>; no longer needed.
19043
19044 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
19045
19046         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
19047
19048 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
19049         and  Ulrich Drepper  <drepper@redhat.com>
19050
19051         Import from libc.
19052         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
19053         instead of inline stream orientation test and two separate
19054         function calls.  Pay no attention to USE_IN_LIBIO.
19055
19056 2005-10-13  Simon Josefsson  <jas@extundo.com>
19057
19058         * modules/gc-hmac-md5-tests: New file.
19059
19060         * tests/test-gc-hmac-sha1.c: New file.
19061
19062         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
19063
19064         * modules/gc-hmac-md5-tests: New file.
19065
19066         * tests/test-gc-md5.c: New file.
19067
19068         * modules/gc-md5-tests: New file.
19069
19070 2005-10-13  Simon Josefsson  <jas@extundo.com>
19071
19072         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
19073         Move memory allocation outside of loop.
19074
19075 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
19076
19077         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
19078         intermediate directory is in a read-only file system.  Problem
19079         reported by Eric Blake.
19080
19081 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
19082
19083         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
19084
19085 2005-10-12  Simon Josefsson  <jas@extundo.com>
19086
19087         * tests/test-hmac-sha1.c: New file.
19088
19089         * modules/hmac-sha1-tests: New file.
19090
19091         * modules/hmac-sha1: New file.
19092
19093 2005-10-12  Simon Josefsson  <jas@extundo.com>
19094
19095         * modules/gc-sha1: New file.
19096
19097 2005-10-12  Simon Josefsson  <jas@extundo.com>
19098
19099         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
19100
19101         * tests/test-gc-pbkdf2-sha1.c: New file.
19102
19103 2005-10-12  Simon Josefsson  <jas@extundo.com>
19104
19105         * modules/gc-md5, modules/gc-hmac-md5: New files.
19106
19107         * modules/gc (Files): Remove md5, memxor and hmac files.
19108
19109 2005-10-12  Simon Josefsson  <jas@extundo.com>
19110
19111         * m4/gc-pbkdf2-sha1.m4: New file.
19112
19113         * m4/gc-hmac-sha1.m4: New file.
19114
19115         * m4/gc-sha1: New file.
19116
19117         * m4/hmac-sha1.m4: New file.
19118
19119 2005-10-12  Simon Josefsson  <jas@extundo.com>
19120
19121         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
19122
19123         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
19124
19125 2005-10-12  Simon Josefsson  <jas@extundo.com>
19126
19127         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
19128         suggested by Bruno Haible <bruno@clisp.org>.
19129
19130 2005-10-12  Simon Josefsson  <jas@extundo.com>
19131
19132         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
19133
19134 2005-10-12  Simon Josefsson  <jas@extundo.com>
19135
19136         * lib/gc-pbkdf2-sha1.c: New file.
19137
19138         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
19139
19140 2005-10-12  Simon Josefsson  <jas@extundo.com>
19141
19142         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
19143
19144         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
19145
19146 2005-10-12  Simon Josefsson  <jas@extundo.com>
19147
19148         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
19149         GC_USE_HMAC_MD5, respectively.
19150
19151         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
19152         (gc_md5): Fix typo.
19153
19154         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
19155
19156         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
19157
19158         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
19159
19160 2005-10-12  Bruno Haible  <bruno@clisp.org>
19161
19162         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
19163         Reported by Stepan Kasal <kasal@ucw.cz>.
19164
19165 2005-10-11  Simon Josefsson  <jas@extundo.com>
19166
19167         * tests/test-crc.c: New file.
19168
19169         * modules/crc, modules/crc-tests: New files.
19170
19171 2005-10-11  Simon Josefsson  <jas@extundo.com>
19172
19173         * m4/crc.m4: New file.
19174
19175 2005-10-11  Simon Josefsson  <jas@extundo.com>
19176
19177         * lib/gc.h: Add gc_hash and gc_hash_buffer.
19178
19179         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
19180
19181         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
19182
19183 2005-10-11  Simon Josefsson  <jas@extundo.com>
19184
19185         * lib/crc.h, lib/crc.c: New files.
19186
19187         * lib/gc.h (gc_hash_buffer): Add doc.
19188
19189 2005-10-11  Bruno Haible  <bruno@clisp.org>
19190
19191         * modules/c-strcasestr: New file.
19192         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
19193
19194 2005-10-11  Bruno Haible  <bruno@clisp.org>
19195
19196         * modules/c-strcase: New file.
19197         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
19198
19199 2005-10-11  Bruno Haible  <bruno@clisp.org>
19200
19201         * lib/strcasecmp.c: Include limits.h.
19202         (strcasecmp): Avoid integer overflow on exotic platforms.
19203         * lib/strncasecmp.c: Include limits.h.
19204         (strncasecmp): Avoid integer overflow on exotic platforms.
19205         Reported by Paul Eggert.
19206
19207 2005-10-11  Bruno Haible  <bruno@clisp.org>
19208
19209         * lib/c-strcasestr.h: New file, from GNU gettext.
19210         * lib/c-strcasestr.c: New file, from GNU gettext.
19211
19212 2005-10-11  Bruno Haible  <bruno@clisp.org>
19213
19214         * lib/c-strcase.h: New file, from GNU gettext.
19215         * lib/c-strcasecmp.c: New file, from GNU gettext.
19216         * lib/c-strncasecmp.c: New file, from GNU gettext.
19217
19218 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
19219
19220         * modules/mempcpy (License): GPL -> LGPL.
19221         * modules/strchrnul (License): Likewise.
19222         * modules/sysexits (License): Likewise.
19223
19224 2005-10-08  Simon Josefsson  <jas@extundo.com>
19225
19226         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
19227
19228 2005-10-07  Simon Josefsson  <jas@extundo.com>
19229
19230         * m4/memxor.m4: Remove gl_C_RESTRICT call.
19231
19232 2005-10-06  Simon Josefsson  <jas@extundo.com>
19233
19234         * tests/test-hmac-md5.c: New file.
19235
19236         * modules/hmac-md5-tests: New file.
19237
19238         * modules/hmac-md5: New file.
19239
19240 2005-10-06  Simon Josefsson  <jas@extundo.com>
19241
19242         * m4/hmac-md5.m4: New file.
19243
19244         * m4/memxor.m4: Require gl_C_RESTRICT.
19245
19246 2005-10-06  Simon Josefsson  <jas@extundo.com>
19247
19248         * lib/memxor.c (memxor): Avoid casts and warnings.
19249
19250 2005-10-06  Simon Josefsson  <jas@extundo.com>
19251
19252         * lib/hmac-md5.c: New file.
19253
19254         * lib/hmac.h: New file.
19255
19256 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
19257
19258         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
19259         promotes to int, not unsigned int, to catch the AIX 5.3
19260         compiler bug.
19261
19262 2005-10-05  Simon Josefsson  <jas@extundo.com>
19263
19264         * modules/memxor: New file.
19265
19266         * modules/iconv (Files): Move config.rpath to havelib, it is used
19267         there.
19268
19269         * modules/havelib (Files): Add config.rpath.
19270
19271 2005-10-05  Simon Josefsson  <jas@extundo.com>
19272
19273         * m4/memxor.m4: New file.
19274
19275 2005-10-05  Simon Josefsson  <jas@extundo.com>
19276
19277         * lib/memxor.c (memxor): Fix compiler error.
19278
19279         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
19280         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
19281
19282         * lib/memxor.h, lib/memxor.c: New files.
19283
19284         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
19285         we assume all systems have it, suggested by Jim Meyering
19286         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
19287         any systems lack sys/socket.h; mingw32 is known to lack it, but we
19288         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
19289         same reasons.
19290
19291 2005-10-05  Simon Josefsson  <jas@extundo.com>
19292
19293         * config/srclist.txt: Add glibc bug 1423 for md5.h.
19294
19295 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
19296
19297         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
19298         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
19299         needed, since the source code now assumes these .h files.
19300
19301 2005-10-05  Derek Price  <derek@ximbiot.com>
19302
19303         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
19304
19305 2005-10-05  Bruno Haible  <bruno@clisp.org>
19306
19307         * modules/stdint (License): Change to LGPL.
19308
19309 2005-10-04  Simon Josefsson  <jas@extundo.com>
19310
19311         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
19312         D. Baushke" <mdb@gnu.org>.
19313
19314 2005-10-04  Bruno Haible  <bruno@clisp.org>
19315
19316         * lib/verify.h (verify_true): Provide alternative definition for C++.
19317
19318 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
19319
19320         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
19321         (SSIZE_MAX): New macro, if not already defined.
19322         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
19323         than 2 GiB.
19324
19325 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19326
19327         Sync from coreutils.
19328         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
19329         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
19330         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
19331         ULLONG_MAX doesn't work with 2.7.2.1.
19332
19333 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19334
19335         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
19336         From Ben Pfaff.
19337
19338         * modules/exclude (Depends-on): Depend on verify.
19339         * modules/strtoimax (Depends-on): Likewise.
19340         * modules/utimecmp (Depends-on): Likewise.
19341
19342 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
19343
19344         * lib/exclude.c: Include verify.h.
19345         (verify): Remove.  All callers changed to use verify.h's version.
19346         * lib/strtoimax.c: Likewise.
19347         * lib/utimecmp.c: Likewis.e
19348
19349         Sync from coreutils.
19350         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
19351         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
19352         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
19353         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
19354         bother returning ENOSYS if settimeofday or stime fails; just let
19355         them return whatever errno they want to return.
19356         * lib/utimens.c: Include unistd.h, for dup2.
19357         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
19358         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
19359
19360 2005-10-02  Jim Meyering  <jim@meyering.net>
19361
19362         Sync from coreutils.
19363         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
19364         from glibc-2.2.5 that fails for read-only files.
19365
19366 2005-10-02  Jim Meyering  <jim@meyering.net>
19367
19368         Sync from coreutils.
19369         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
19370         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
19371         `#if HAVE_CONFIG_H'.
19372         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
19373         Remove AT_FDCWD test.
19374         Do not consume the fd unless successful.
19375         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
19376         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
19377         block, so that we don't even try to compile it if settimeofday is
19378         available.  This works around a compilation failure on OSF1 V5.1,
19379         due to stime requiring a `long int*' while tv_sec is `int'.
19380
19381 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
19382
19383         Sync from coreutils.
19384         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
19385         against `yes', rather than just testing for nonempty.
19386
19387 2005-10-01  Simon Josefsson  <jas@extundo.com>
19388
19389         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
19390         and Darwin.
19391
19392         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
19393         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
19394         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
19395         freeaddrinfo and gai_strerror are declared by the POSIX headers.
19396         Check if struct addrinfo is declared.
19397
19398 2005-10-01  Simon Josefsson  <jas@extundo.com>
19399
19400         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
19401         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
19402         AI_* and EAI_* definitions.  Protect function declarations.
19403
19404 2005-10-01  Jim Meyering  <jim@meyering.net>
19405
19406         Sync from coreutils.
19407
19408         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
19409         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
19410         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
19411         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
19412         in the inet and nsl libraries.  Required on Solaris 5.7.
19413
19414 2005-10-01  Jim Meyering  <jim@meyering.net>
19415
19416         Sync from coreutils.
19417         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
19418         in the inet and nsl libraries.  Required on Solaris 5.7.
19419
19420 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
19421
19422         * lib/getdelim.c (getdelim): Remove unused variables.
19423
19424 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
19425
19426         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
19427         so that the code works even with ancient cpp.  Portability problem
19428         with GCC 2.7.2.1 reported by Thomas M.Ott.
19429
19430 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
19431
19432         * modules/regex (Depends-on): Add strcase.
19433
19434         * modules/gethostname (Licence): Change from GPL to LGPL, since
19435         gethostname.c is a trivial implementation of a standard library
19436         function.
19437         * modules/poll (License): Change from GPL to LGPL, since it's
19438         derived from LGPL code.
19439
19440 2005-09-27  Jim Meyering  <jim@meyering.net>
19441
19442         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
19443         HAVE_CONFIG_H.
19444
19445         * lib/intprops.h (signed_type_or_expr__): Define.
19446         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
19447         for unsigned types.
19448
19449 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
19450
19451         * lib/verify.h (verify_expr): Remove, replacing with:
19452         (verify_true): New macro that returns true instead of void.
19453         (verify_type__): Remove.
19454         (verify): Use verify_true rather than verify_type__.
19455
19456 2005-09-26  Bruno Haible  <bruno@clisp.org>
19457
19458         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
19459         is necessary.
19460         (lib_SOURCES): Remove mbchar.c.
19461         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
19462         (Files): Add m4/mbrtowc.m4.
19463         * modules/mbiter: Likewise.
19464         * modules/mbuiter: Likewise.
19465
19466 2005-09-26  Bruno Haible  <bruno@clisp.org>
19467
19468         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
19469         compile mbchar.c if they are not both present.
19470         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
19471         * m4/mbiter.m4 (gl_MBITER): Likewise.
19472         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
19473         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
19474         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
19475
19476 2005-09-25  Jim Meyering  <jim@meyering.net>
19477
19478         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
19479         also uses socklen_t.
19480
19481 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
19482
19483         * lib/utimens.c (ENOSYS): Define if not already defined.
19484         (futimens): Support having a null PATH if the file descriptor
19485         is nonnegative.
19486
19487         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
19488         Remove.
19489         (__attribute): Define to empty unless GCC 3.1 or later.
19490         This works around a core dump on OpenBSD 3.4, which has GCC
19491         2.95.3, which dumps core when given __attribute__(()).  It also
19492         simplifies other tests, since we really don't want to bother with
19493         worrying about which ancient version of GCC supported what.
19494         Original problem reported by Yoann Vandoorselaere, with part of
19495         the fix suggested by Derek Price.
19496
19497 2005-09-24  Jim Meyering  <jim@meyering.net>
19498
19499         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
19500         so we can once again use a positive bitfield width of 1 -- now we
19501         don't have to explain why we were using a bitfield width of 2.
19502
19503 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
19504
19505         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
19506         and similarly for the other external symbols.  Problem reported
19507         by James Gallager.
19508
19509         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
19510         bug reported by Jim Meyering.
19511
19512         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
19513         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
19514         not needed, since socklen is a prerequisite module.
19515
19516 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
19517
19518         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
19519         Problem reported by Eric Blake.
19520         (getaddrinfo): Initialize se so that it's not garbage.
19521         Redo internal storage allocation so that it doesn't make unportable
19522         assumptions about alignment.
19523         Fix a memory leak.
19524
19525         * lib/utimens.c (futimens): Use futimesat if available.
19526         Prefer it to futimes since it doesn't have the futimes bug.
19527
19528         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
19529         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
19530         Instead, declare a function that returns a pointer to an array,
19531         and use verify_type__ to declare the size of the array.
19532         Problem and germ of a solution reported by Bruno Haible.
19533         (verify_type__): Use 2, not 1, for bitfield size, to avoid
19534         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
19535
19536 2005-09-23  Jim Meyering  <jim@meyering.net>
19537
19538         Sync from coreutils.
19539         Correct build failure (socklen_t not defined) on at least
19540         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
19541         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
19542
19543 2005-09-23  Jim Meyering  <jim@meyering.net>
19544
19545         * modules/getaddrinfo (Depends-on): Add socklen.
19546
19547 2005-09-23  Bruno Haible  <bruno@clisp.org>
19548
19549         * tests/test-verify.c: New file.
19550
19551 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19552
19553         Sync from coreutils.
19554
19555         * modules/argmatch (Depends-on): Add verify.
19556         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
19557         unistd-safer.
19558         * modules/save-cwd (Depends-on): Likewise.
19559
19560         * modules/openat (Files): Add lib/openat-die.c.
19561         (Depends-on): Remove error, exitfail.
19562         Add dirname.
19563
19564         * modules/verify: New file.
19565         * MODULES.html.sh (Diagnostics <assert.h>): New section,
19566         with "verify" module.
19567
19568 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19569
19570         Sync from coreutils.
19571
19572         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
19573         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
19574         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
19575         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
19576         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
19577         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
19578         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
19579         Don't bother checking for string.h, stdlib.h, unistd.h.
19580         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
19581         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
19582         module's job.
19583         * m4/jm-macros.m4 (gl_MACROS): Likewise.
19584         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
19585
19586         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
19587         (gl_GETDATE): Use it.
19588
19589         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
19590
19591 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19592
19593         Sync from coreutils.
19594
19595         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
19596         stat-time.h.
19597         * lib/argmatch.h: Include verify.h
19598         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
19599         (ARGMATCH_ASSERT): Remove; unused.
19600         * lib/canonicalize.c: Assume STDC_HEADERS.
19601         * lib/exclude.c: Include "strcase.h".
19602         * lib/regex_internal.h [!defined _LIBC]: Likewise.
19603         * lib/getusershell.c: Include stdio--.h rather than stdio.h
19604         and stdio-safer.h.
19605         (getusershell): Call fopen, not fopen_safer.
19606         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
19607         Do not include unistd-safer.h.
19608         (save_cwd): Don't call fd_safer; no longer needed
19609         now that we include fcntl--.h.
19610
19611         * lib/getdate.y (relative_time): New type.
19612         (RELATIVE_TIME_0): New constant.
19613         (parser_control): Use relative_time instead of doing it ourselves.
19614         (%union): Add new relative_time rel member.
19615         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
19616         Now typeless.
19617         (relunit, relunit_snumber): Now of type rel.
19618         (zone, rel, relunit, get_date): Adjust to above changes.
19619
19620         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
19621         Do not include unistd-safer.h.
19622         (getloadavg): Don't call fd_safer; no longer needed
19623         now that we include fcntl--.h.
19624
19625         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
19626         (make_dir_parents): Treat ENOSYS like EEXIST.
19627
19628         Improve quality of diagnostics on restore_cwd failure.
19629         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
19630         (make_dir_parents): Last arg is now int * (for errno), not bool *.
19631         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
19632         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
19633         each time through the loop.  Do not diagnose restore_cwd failure;
19634         that is the caller's job (and perhaps the caller does not care).
19635
19636         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
19637         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
19638         If the file already exists but is not a directory, don't bother
19639         to try to make its parents.
19640         Close potential file descriptor leak if we can't chdir("/") (!).
19641         Don't always return true if chdir($PWD) fails; return true only
19642         if the requested action was done successfully (except for the
19643         chdir($PWD)).
19644         Don't log final directory unless we actually made it.
19645         Refactor to avoid duplicate code to fix up permissions.
19646         Don't attempt to fix up parent permissions if chdir($PWD) fails.
19647
19648         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
19649         to make it a bit faster and (I hope) clearer.
19650         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
19651         Fix bug in formats like %2N.
19652
19653         * lib/verify.h: New file.
19654
19655 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
19656
19657         Sync from coreutils.
19658         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
19659
19660 2005-09-22  Jim Meyering  <jim@meyering.net>
19661
19662         Sync from coreutils.
19663
19664         * m4/lstat.m4 (gl_FUNC_LSTAT):
19665         Use AC_LIBSOURCES to require lstat.c and lstat.h.
19666         Remove obsolete comment.
19667         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
19668         * m4/xstrtod.m4: Likewise.
19669
19670         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
19671
19672 2005-09-22  Jim Meyering  <jim@meyering.net>
19673
19674         Sync from coreutils.
19675
19676         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
19677
19678         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
19679         the .tm_year member, since otherwise gcc-4.0 would now warn about
19680         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
19681
19682         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
19683         order to avoid an unsuppressible warning from gcc on 64-bit systems.
19684
19685         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
19686         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
19687         when run in a time zone for which daylight savings time is in effect
19688         for the starting date.
19689
19690         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
19691         stop us from restricting permissions of just-created absolute-named
19692         directories.
19693         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
19694         to restore initial working directory.
19695         * lib/mkdir-p.c (make_dir_parents): New parameter:
19696         different_working_dir, to tell caller if/when we change the working
19697         directory and are unable to return to the initial one.
19698         * lib/mkdir-p.h (make_dir_parents): Update prototype.
19699         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
19700         `return false'.  This fixes a bug introduced on 2004-07-30.
19701
19702         * lib/openat.c (fdopendir): Be sure to close the supplied
19703         file descriptor before returning.  This makes our replacement
19704         implementation a little closer to Solaris's, where fdopendir
19705         ties the file descriptor to the returned DIR* pointer.
19706         * lib/openat.c (unlinkat): New function.
19707         * lib/openat.h (unlinkat): Add prototype.
19708         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
19709         (openat_restore_fail): Rename from openat_restore_die.
19710         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
19711
19712         Provide an alternative to exiting immediately upon save_cwd or
19713         restore_cwd failure.  Now, an application can arrange e.g.,
19714         to perform a longjump in that case.
19715         * lib/openat.c: Include dirname.h.
19716         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
19717         (rpl_openat, fdopendir, fstatat): Call openat_save_die
19718         and openat_restore_die rather than calling error directly.
19719         Don't include "error.h" or "exitfail.h"; they're no longer needed.
19720
19721         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
19722         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
19723         define.
19724
19725         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
19726         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
19727                             int utc, int nanoseconds);
19728         Background:
19729         date should not have to allocate a megabyte of virtual memory to
19730         handle a format argument like +%1048575T.  When implemented with
19731         strftime, it must allocate such a buffer, use strftime to fill it
19732         in, print it, then free it.
19733         With fprintftime, it simply prints everything and exits.
19734         With no need for memory allocation, that's one fewer way to fail.
19735         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
19736         optional field width, not before, so we accept %9:z, not %:9z.
19737         (my_strftime): Be sure to use L_('x') for literals.
19738
19739         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
19740         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
19741         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
19742         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
19743         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
19744         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
19745         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
19746         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
19747         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
19748         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
19749         * lib/xgethostname.c, lib/xreadlink.c:
19750         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
19751
19752         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
19753         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
19754         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
19755         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
19756         and don't include <sys/file.h>).
19757
19758 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
19759
19760         Sync from coreutils.
19761
19762         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
19763         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
19764         [!LDAV_DONE]: Avoid unused variable warning.
19765
19766 2005-09-21  Bruno Haible  <bruno@clisp.org>
19767
19768         * lib/unicodeio.h (unicode_to_mb): New declaration.
19769
19770 2005-09-20  Derek Price  <derek@ximbiot.com>
19771
19772         * lib/getaddrinfo.c: Don't include <netdb.h> included from
19773         getaddrinfo.h.
19774
19775 2005-09-20  Bruno Haible  <bruno@clisp.org>
19776
19777         * gnulib-tool: Remove trailing slashes from the values specified for
19778         --source-base, --m4-base, --tests-base, --aux-dir.
19779         Suggested by Simon Josefsson <jas@extundo.com>.
19780
19781 2005-09-20  Bruno Haible  <bruno@clisp.org>
19782
19783         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
19784         func_modules_to_filelist, func_import, func_create_testdir): Make all
19785         sorting results locale-independent, so that gnulib-cache.m4 doesn't
19786         change when gnulib-tool is invoked in a different locale.
19787
19788 2005-09-19  Simon Josefsson  <jas@extundo.com>
19789
19790         * m4/socklen.m4: Fix typo.
19791
19792 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19793
19794         Use a consistent style for including <config.h>.
19795         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
19796         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
19797         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
19798         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
19799         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
19800         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
19801         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
19802         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
19803         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
19804         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
19805         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
19806         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
19807         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
19808         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
19809         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
19810         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
19811         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
19812         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
19813         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
19814         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
19815         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
19816         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
19817         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
19818         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
19819         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
19820         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
19821         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
19822         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
19823         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
19824         lib/xstrtoumax.c, lib/yesno.c:
19825         Standardize inclusion of config.h.
19826         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
19827         lib/inttostr.h:  Removed inclusion of config.h from header files.
19828         * lib/inttostr.c:  Adjusted in-tree users.
19829         * lib/timespec.h: Remove superfluous warning to include config.h.
19830         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
19831         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
19832         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
19833         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
19834         config.h with HAVE_CONFIG_H.
19835
19836 2005-09-19  Jim Meyering  <jim@meyering.net>
19837
19838         * modules/pathmax (License): Change to LGPL.
19839
19840 2005-09-19  Derek Price  <derek@ximbiot.com>
19841
19842         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
19843
19844 2005-09-19  Bruno Haible  <bruno@clisp.org>
19845
19846         * gnulib-tool (import): Provide default for --tests-base.
19847
19848 2005-09-19  Bruno Haible  <bruno@clisp.org>
19849
19850         * doc/quote.texi: New file, extracted from gnulib.texi.
19851         * doc/ctime.texi: New file, extracted from gnulib.texi.
19852         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
19853         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
19854         * doc/gnulib.texi: Include them.
19855
19856 2005-09-18  Bruno Haible  <bruno@clisp.org>
19857
19858         Portability fix.
19859         * gnulib-tool (func_readlink): New function.
19860         (func_ln_if_changed): Use it.
19861
19862 2005-09-18  Bruno Haible  <bruno@clisp.org>
19863
19864         * gnulib-tool: Support --with-tests also with --import.
19865         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
19866         (func_import): Use variables $testsbase and $inctests. Emit a
19867         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
19868         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
19869         SUBDIRS += $testsdir.
19870         (func_create_testdir): Update.
19871
19872 2005-09-18  Bruno Haible  <bruno@clisp.org>
19873
19874         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
19875         instead of $dry_run.
19876         (func_cp_if_changed, func_mv_if_changed): Remove functions.
19877         (func_ln_if_changed): Don't handle dry-run here.
19878         (func_import): In dry-run mode, detect more precisely which actions
19879         would be performed, and don't use "...ing" verbs.
19880
19881 2005-09-18  Bruno Haible  <bruno@clisp.org>
19882
19883         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
19884         (func_import): Use join on two temporary files instead of three nested
19885         loops, in order to determine which files are new or old.
19886
19887 2005-09-18  Bruno Haible  <bruno@clisp.org>
19888
19889         * gnulib-tool (func_import): Comment out code that spits out the
19890         new files with --dry-run.
19891
19892 2005-09-18  Bruno Haible  <bruno@clisp.org>
19893
19894         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
19895
19896 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
19897
19898         * lib/stat-time.h: New file.
19899         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
19900         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
19901         in a different way.
19902         (timespec_cmp): New function.
19903         * lib/utimecmp.c: Include stat-time.h.
19904         (SYSCALL_RESOLUTION): Depend on whether various struct stat
19905         members exist, not on the obsolescent ST_MTIM_NSEC.
19906         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
19907
19908 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
19909
19910         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
19911
19912 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
19913
19914         * MODULES.html.sh (File system functions): Add stat-time.
19915         * modules/stat-time: New file.
19916         * modules/timespec (Files): Remove m4/st_mtim.m4; this
19917         is now done in a different way, by the stat-time module.
19918         * modules/utimecmp (Depends-on): Add stat-time.
19919
19920 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
19921
19922         * m4/st_mtim.m4: Remove.  Superseded by...
19923         * m4/stat-time.m4: New file.
19924         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
19925         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
19926
19927 2005-09-15  Derek Price  <derek@ximbiot.com>
19928
19929         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
19930
19931 2005-09-15  Derek Price  <derek@ximbiot.com>
19932
19933         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
19934         * lib/regex_internal.c: Ditto, using this...
19935         (__GNUC_PREREQ): ...new macro.
19936         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
19937         using...
19938         (__GNUC_PREREQ): ...this new macro.
19939
19940         * lib/strstr.h: Include string.h. Define strstr as a macro here.
19941
19942 2005-09-15  Derek Price  <derek@ximbiot.com>
19943             Paul Eggert  <eggert@cs.ucla.edu>
19944
19945         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
19946         changes, consolidating in...
19947         * lib/regex_internal.h: ...this file.
19948
19949 2005-09-13  Jim Meyering  <jim@meyering.net>
19950
19951         * lib/canon-host.c: Filter through gnu indent and reword comments
19952         slightly.
19953         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
19954
19955 2005-09-13  Derek Price  <derek@ximbiot.com>
19956
19957         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
19958         failure.
19959         Reported by Jim Meyering  <jim@meyering.net>.
19960
19961 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
19962
19963         * lib/base64.c: Typo.
19964         (base64_encode): Put b64str in initialized data section.
19965
19966 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
19967
19968         Merge glibc and coreutils changes into gnulib, plus a few
19969         extra fixes.
19970         * lib/md5.c: Use #error rather than a string.
19971         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
19972         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
19973         (__attribute__): Define to empty for non recent-GCC.
19974         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
19975         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
19976         Renamed from their non-__ counterparts, with new macros replacing
19977         them if not _LIBC.  Add __THROW attribute.
19978         (rol): Remove.
19979         (struct md5_ctx): Align buffer if using GCC.
19980         * lib/sha1.h (struct sha1_ctx): Likewise.
19981         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
19982         The old name was backwards.
19983         (NOTSWAP): Remove; not used.
19984         (rol): New macro, moved here from md5.h.
19985         (sha1_process_block): Remove a FIXME that doesn't make sense.
19986
19987 2005-09-12  Derek Price  <derek@ximbiot.com>
19988
19989         Return usable errors from canon-host.
19990         * lib/canon-host.h: New file.
19991         * lib/canon-host.c (canon_host): Wrap...
19992         (canon_host_r): ...this new function, which now relies exclusively on
19993         getaddrinfo.
19994         (ch_strerror): New function.
19995         (last_cherror): New global.
19996         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
19997         interface.
19998         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
19999         void *.
20000         (freeaddrinfo): Free ai->ai_canonname when set.
20001
20002 2005-09-12  Derek Price  <derek@ximbiot.com>
20003
20004         Make canon-host require getaddrinfo.
20005         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
20006         AC_LIBSOURCE canon-host.h.  Call...
20007         (gl_PREREQ_CANON_HOST): ...this new function, which requires
20008         gl_GETADDRINFO.
20009         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
20010
20011 2005-09-12  Derek Price  <derek@ximbiot.com>
20012
20013         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
20014         LGPL.
20015         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
20016
20017 2005-09-12  Derek Price  <derek@ximbiot.com>
20018
20019         * lib/gai_strerror.c: Include config.h when available.  Include
20020         getaddrinfo.h before other headers to test interface.
20021         Reported by Larry Jones <lawrence.jones@ugs.com>.
20022
20023 2005-09-12  Derek Price  <derek@ximbiot.com>
20024             Paul Eggert  <eggert@cs.ucla.edu>
20025
20026         * modules/glob (Files): Add glob-libc.h.
20027
20028 2005-09-12  Derek Price  <derek@ximbiot.com>
20029             Paul Eggert  <eggert@cs.ucla.edu>
20030
20031         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
20032         glob_.h, glob-libc.h.
20033         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
20034
20035 2005-09-12  Derek Price  <derek@ximbiot.com>
20036             Paul Eggert  <eggert@cs.ucla.edu>
20037
20038         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
20039         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
20040         protecting things that should be done only in gnulib contexts.
20041         * lib/glob_.h: New file, containing only the glob things needed for
20042         gnulib.
20043         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
20044         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
20045         (glob, globfree, glob_pattern_p): Now defined simply in terms of
20046         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
20047         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
20048         and to respect the namespace rules better.
20049
20050 2005-09-08  Simon Josefsson  <jas@extundo.com>
20051
20052         * modules/socklen: New file.
20053
20054 2005-09-08  Simon Josefsson  <jas@extundo.com>
20055
20056         * m4/socklen.m4: New file.
20057
20058 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20059
20060         * modules/utimens (Files): Add m4/utimbuf.m4, since
20061         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
20062         Reported by Sergey Poznyakoff.
20063
20064 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20065
20066         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
20067         definitions, since that's the preferred style in glibc.
20068         Fix a minor spacing issue, and update copyright notice to match
20069         glibc's.
20070
20071 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20072
20073         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
20074
20075 2005-09-06  Simon Josefsson  <jas@extundo.com>
20076
20077         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
20078         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
20079
20080 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
20081
20082         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
20083         warning.
20084
20085 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
20086
20087         * config/srclist.txt: Add glibc bug 1302.
20088
20089 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
20090
20091         Change bitset word type from unsigned int to unsigned long int,
20092         as this has better performance on typical 64-bit hosts.
20093         Port bitset code to hosts with unusual word sizes.
20094         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
20095         (build_collating_symbol):
20096         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
20097         argument is a bitset.  This is merely a style issue, but it makes
20098         it clearer that an entire array is expected.
20099         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
20100         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
20101         Port to the case where bitset_word is not the same as unsigned int.
20102         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
20103         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
20104         Likewise.
20105         * lib/regexec.c (check_dst_limits_calc_pos_1,
20106         check_subexp_matching_top):
20107         (build_trtable, group_nodes_into_DFAstates):
20108         Likewise.
20109         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
20110         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
20111         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
20112         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
20113         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
20114         * lib/regcomp.c (optimize_subexps, lower_subexp):
20115         Work even if bitset_word has holes in its bitwise representation.
20116         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
20117         * lib/regexec.c (check_dst_limits_calc_pos_1,
20118         check_subexp_matching_top):
20119         Likewise.
20120         * lib/regex_internal.c (re_string_reconstruct):
20121         Don't assume UCHAR_MAX == 255.
20122         * lib/regex_internal.h (bitset_set_all): Likewise.
20123         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
20124         All uses changed.
20125         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
20126         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
20127         All uses changed.
20128         (BITSET_WORD_MAX): New macro.
20129         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
20130         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
20131         (bitset_empty, bitset_copy):
20132         Prefer sizeof (bitset) to multiplying it out ourselves.
20133         (bitset_not_merge): Remove; unused.
20134         (bitset_contain): Return bool, not unsigned int with one bit on.
20135         All callers changed.
20136         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
20137         alignment than re_node_set; do this by defining a new internal
20138         type struct dests_alloc and using it to allocate memory.
20139
20140 2005-09-05  Bruno Haible  <bruno@clisp.org>
20141
20142         * gnulib-tool (func_import): Fix comparison in handling of symbolic
20143         links.
20144
20145 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
20146
20147         * modules/size_max (Makefile.am): Add size_max.h
20148
20149 2005-09-04  Derek Price  <derek@ximbiot.com>
20150
20151         * gnulib-tool (func_import): Fix reversed $symbolic logic.
20152
20153 2005-09-03  Simon Josefsson  <jas@extundo.com>
20154
20155         * gnulib-tool: Fix typo.
20156
20157 2005-09-03  Simon Josefsson  <jas@extundo.com>
20158
20159         * config/srclist.txt: Add glibc bug 1293.
20160
20161 2005-09-03  Derek Price  <derek@ximbiot.com>
20162
20163         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
20164         From Larry Jones <lawrence.jones@ugs.com>.
20165
20166 2005-09-02  Simon Josefsson  <jas@extundo.com>
20167
20168         * modules/socklen: New file.
20169
20170 2005-09-02  Simon Josefsson  <jas@extundo.com>
20171
20172         * modules/havelib: New module.
20173
20174         * modules/gettext, modules/iconv, modules/lock, modules/readline:
20175         Use havelib.
20176
20177 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
20178
20179         Check for arithmetic overflow when calculating sizes, to prevent
20180         some buffer-overflow issues.  These patches are conservative, in the
20181         sense that when I couldn't determine whether an overflow was possible,
20182         I inserted a run-time check.
20183         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
20184         macros.
20185         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
20186         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
20187         (re_xnrealloc, re_x2nrealloc): New inline functions.
20188         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
20189         parse_bracket_exp):
20190         (build_equiv_class, build_charclass): Check for arithmetic overflow
20191         in size expression calculations.
20192         * lib/regex_internal.c (re_string_realloc_buffers):
20193         (build_wcs_upper_buffer, re_node_set_add_intersect):
20194         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
20195         (re_dfa_add_node, register_state): Likewise.
20196         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
20197         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
20198         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
20199         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
20200
20201 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
20202
20203         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
20204         m4/ulonglong.m4.  Problem reported by Martin Lambers.
20205
20206 2005-09-02  Bruno Haible  <bruno@clisp.org>
20207
20208         Support for lib vs. lib64 distinction on biarch platforms.
20209         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
20210         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
20211         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
20212
20213 2005-09-02  Bruno Haible  <bruno@clisp.org>
20214
20215         * gnulib-tool (import): In the other first-use case, provide defaults
20216         as well.
20217
20218 2005-09-02  Bruno Haible  <bruno@clisp.org>
20219
20220         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
20221         patches not yet found in the latest gettext release.
20222
20223 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20224
20225         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
20226         to avoid a collision with bits/local_lim.h in glibc.
20227         All uses changed.  Problem reported by Dmitry V. Levin in
20228         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
20229
20230         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
20231         bugs in int versus size_t comparisons.
20232         (re_string_context_at): Fix bug where the code assumed that
20233         Idx is signed.
20234
20235         Use bool where appropriate.
20236         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
20237         All callers changed.
20238         (calc_eclosure_iter): Likewise, for ROOT arg.
20239         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
20240         (build_charclass_op): Likewise, for NON_MATCH arg.
20241         * lib/regex_internal.c (re_string_allocate, re_string_construct):
20242         (re_string_construct_common): Likewise, for ICASE arg.
20243         * lib/regexec.c (re_search_2_stub, re_search_stub):
20244         Likewise, for RET_LEN arg.
20245         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
20246         (set_regs): Likewise, for FL_BACKTRACK arg.
20247         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
20248         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
20249         (calc_eclosure_iter, parse_bracket_exp):
20250         Use bool for internal variables that are booleans.
20251         * lib/regexec.c (re_search_internal, check_matching,
20252         proceed_next_node):
20253         (set_regs, build_sifted_states, sift_states_bkref):
20254         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
20255         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
20256         (find_collation_sequence_value):
20257         Likewise.
20258         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
20259         (re_node_set_compare):
20260         Return bool, not int. All callers changed.
20261         * lib/regexec.c (check_halt_node_context, check_dst_limits):
20262         (build_trtable, check_node_accept): Likewise.
20263         * lib/regex_internal.h: Include stdbool.h.
20264
20265         Fix bugs uncovered when converting to bool.
20266         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
20267         failure instead of charging ahead blindly.
20268         * lib/regex_internal.c (register_state): Likewise.
20269         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
20270         for freeing internal storage.
20271         (group_nodes_into_DFA_states): Use unsigned int, not int, for
20272         bitset pieces used as boolean, to avoid undefined behavior
20273         on hosts that do int overflow checking.
20274
20275 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20276
20277         * config/srclist.txt: Add glibc bugs 1285-1287.
20278
20279 2005-09-01  Jim Meyering  <jim@meyering.net>
20280
20281         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
20282         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
20283         Require gl_STAT_MACROS, too.
20284
20285 2005-09-01  Bruno Haible  <bruno@clisp.org>
20286
20287         * gnulib-tool (import): In the first-use case, provide defaults.
20288
20289 2005-09-01  Bruno Haible  <bruno@clisp.org>
20290
20291         * gnulib-tool (func_import): Remove the .tmp files.
20292
20293 2005-09-01  Bruno Haible  <bruno@clisp.org>
20294
20295         * gnulib-tool (func_import): Fix handling of symbolic links.
20296
20297 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20298
20299         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
20300         old glibc regex code mishandles strings longer than 2**31 bytes.
20301         This patch fixes this when the regex code is used in gnulib
20302         (i.e., outside glibc).
20303
20304         This patch should not affect the use of the regex code inside
20305         glibc.  No doubt this problem also needs to be handled for glibc
20306         as well, but the result will be an incompatible change to the
20307         glibc ABI, and the old ABI will have to be supported too.  That
20308         can be the the subject for another patch.
20309
20310         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
20311         governing whether the rest of this patch is active.  By default,
20312         the macro is disabled and the patch has no effect.
20313         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
20314         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
20315         (struct re_pattern_buffer, re_search, re_search_2, re_match):
20316         (re_match_2, re_set_registers): Use the new types.
20317         * lib/regex_internal.h (Idx, re_hashval_t): New types.
20318         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
20319         New macros.
20320         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
20321         (re_string_context_at, bin_tree_t, re_dfastate_t):
20322         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
20323         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
20324         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
20325         (re_string_char_size_at, re_string_wchar_at):
20326         (re_string_elem_size_at):
20327         Use the new types and macros to port to 64-bit hosts.
20328         Use unsigned types for internal values, so that the code
20329         mostly works even for arrays larger than SSIZE_MAX.
20330         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
20331         (search_duplicated_node, calc_eclosure_iter, fetch_number):
20332         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
20333         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
20334         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
20335         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
20336         (calc_inveclosure, parse_dup_op, build_range_exp):
20337         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
20338         (fetch_number, create_token_tree, mark_opt_subexp):
20339         Likewise.
20340         * lib/regex_internal.c (re_string_construct_common,
20341         create_ci_newstate):
20342         (create_cd_newstate, re_string_allocate, re_string_construct):
20343         (re_string_realloc_buffers, build_wcs_upper_buffer):
20344         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
20345         (re_string_reconstruct, re_string_peek_byte_case):
20346         (re_string_fetch_byte_case, re_string_context_at):
20347         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
20348         (re_node_set_init_copy, re_node_set_add_intersect):
20349         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
20350         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
20351         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
20352         (re_acquire_state, re_acquire_state_context, register_state):
20353         Likewise.
20354         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
20355         search_cur_bkref_entry):
20356         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
20357         (re_search_internal, re_search_2_stub, re_search_stub)
20358         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
20359         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
20360         (update_cur_sifted_state, check_dst_limits):
20361         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
20362         (check_subexp_limits, sift_states_bkref, merge_state_array):
20363         (check_subexp_matching_top, get_subexp, get_subexp_sub):
20364         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
20365         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
20366         (expand_bkref_cache, check_node_accept_bytes):
20367         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
20368         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
20369         (acquire_init_state_context, check_halt_node_context):
20370         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
20371         (sift_states_backward, clean_state_log_if_needed):
20372         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
20373         (find_recover_state, transit_state_sb, transit_state_mb):
20374         (transit_state_bkref, build_trtable, match_ctx_clean):
20375         Likewise.
20376         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
20377         to work around an assumption that REG_MISSING is negative.
20378
20379         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
20380         (seek_collating_symbol_entry) [defined _LIBC]:
20381         (lookup_collation_sequence_value) [defined _LIBC]:
20382         (build_range_exp, build_collating_symbol) [defined _LIBC]:
20383         Use prototypes rather than old-style function definitions.
20384         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
20385         (transit_state_sb) [0]:
20386         (find_collation_sequence_value) [defined _LIBC]: Likewise.
20387
20388         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
20389         rm_eo.
20390
20391         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
20392         (optimize_subexps, lower_subexp):
20393         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
20394         since the signed shift might overflow.  Use 1u<<31 instead.
20395         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
20396         Likewise.
20397         * lib/regexec.c (check_dst_limits_calc_pos_1,
20398         check_subexp_matching_top): Likewise.
20399
20400         * lib/regcomp.c (optimize_subexps, lower_subexp):
20401         Use CHAR_BIT rather than 8, for clarity.
20402         * lib/regexec.c (check_dst_limits_calc_pos_1):
20403         (check_subexp_matching_top): Likewise.
20404         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
20405         have to worry about portability issues when shifting it left.
20406         Remove no-longer-needed test for table_size > 0.
20407         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
20408         in a word, as the resulting behavior is undefined.
20409         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
20410         in one case, a <= should have been an <, and in another case the
20411         whole test was missing.
20412         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
20413         the standard name CHAR_BIT.
20414         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
20415         this is not true on one's complement and signed-magnitude hosts.
20416
20417         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
20418         next_last_offset.
20419         (struct re_dfa_t): Remove unused member states_alloc.
20420         * lib/regcomp.c (init_dfa): Don't initialize unused members.
20421
20422 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20423
20424         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
20425         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
20426         and large-file glibc and in 32-bit large-file Solaris.
20427
20428 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20429
20430         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
20431         lengths fit in regoff_t; this isn't true if regoff_t is the same
20432         width as size_t.
20433         * lib/regex.c (re_search_internal): 5th arg is LAST_START
20434         (= START + RANGE) instead of RANGE.  This avoids overflow
20435         problems when regoff_t is the same width as size_t.
20436         All callers changed.
20437         (re_search_2_stub): Check for overflow when adding the
20438         sizes of the two strings.
20439         (re_search_stub): Check for overflow when adding START
20440         to RANGE; if it occurs, substitute the extreme value.
20441
20442 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20443
20444         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
20445
20446 2005-08-31  Jim Meyering  <jim@meyering.net>
20447
20448         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
20449         a pointer-to-const.
20450         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
20451         (register_state): Likewise.
20452         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
20453         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
20454         (group_nodes_into_DFAstates): Likewise.
20455
20456 2005-08-31  Jim Meyering  <jim@meyering.net>
20457
20458         * check-module: Add a FIXME comment.
20459
20460 2005-08-31  Eric Blake  <ebb9@byu.net>
20461
20462         * modules/unistd-safer (Files): Add unistd--.h.
20463         * modules/stdio-safer (Files): Add stdio--.h.
20464
20465 2005-08-31  Derek Price  <derek@ximbiot.com>
20466
20467         * lib/getdelim.c (getdelim): Return EOF on EOF.
20468         Reported by Larry Jones <lawrence.jones@ugs.com>.
20469
20470 2005-08-31  Bruno Haible  <bruno@clisp.org>
20471
20472         Avoid unnecessary diffs in the generated lib/Makefile.am.
20473         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
20474         the generated files.
20475         (func_import): Don't set cmd.
20476
20477 2005-08-31  Bruno Haible  <bruno@clisp.org>
20478
20479         * lib/strstr.c: Include <stddef.h>, for NULL.
20480         * lib/strcasestr.c: Likewise.
20481         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20482
20483 2005-08-31  Bruno Haible  <bruno@clisp.org>
20484
20485         * gnulib-tool: New option --macro-prefix.
20486         (func_import): Use macro_prefix.
20487         (import): Handle option --macro-prefix.
20488
20489 2005-08-31  Bruno Haible  <bruno@clisp.org>
20490
20491         * gnulib-tool (import): Rename most ac_* variables to cached_*.
20492         Also use new variables cached_lgpl, cached_libtool.
20493
20494 2005-08-31  Bruno Haible  <bruno@clisp.org>
20495
20496         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
20497         always instantiating them.
20498
20499 2005-08-31  Bruno Haible  <bruno@clisp.org>
20500
20501         * gnulib-tool (func_import): Read the previous cached settings
20502         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
20503         earlier added by gnulib but are now dropped. Warn when a gnulib file
20504         overwrites a non-gnulib file.
20505
20506 2005-08-31  Bruno Haible  <bruno@clisp.org>
20507
20508         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
20509         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
20510         projects that don't keep autogenerated files in CVS. Put into
20511         actioncmd only the specified modules, not the transitive closure.
20512
20513 2005-08-31  Bruno Haible  <bruno@clisp.org>
20514
20515         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
20516         Create directories that shall be filled.
20517         (import): Don't look for gl_* macros in configure.ac. Recurse across
20518         all directories containing a gnulib-cache.m4 files, if meaningful.
20519
20520 2005-08-31  Bruno Haible  <bruno@clisp.org>
20521
20522         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
20523         (import): Set seen_libtool when we see gl_LIBTOOL.
20524
20525 2005-08-31  Bruno Haible  <bruno@clisp.org>
20526
20527         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
20528         declaration macro definitions from generated gnulib.m4.
20529
20530 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
20531
20532         * lib/iconvme.h: Add prototype for iconv_alloc.
20533
20534 2005-08-29  Simon Josefsson  <jas@extundo.com>
20535
20536         * lib/iconvme.c: Fix errno.
20537
20538 2005-08-29  Bruno Haible  <bruno@clisp.org>
20539
20540         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
20541         that it works when the directory contains spaces.
20542
20543 2005-08-29  Bruno Haible  <bruno@clisp.org>
20544
20545         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
20546
20547 2005-08-29  Bruno Haible  <bruno@clisp.org>
20548
20549         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
20550         Emit more advice.
20551
20552 2005-08-29  Bruno Haible  <bruno@clisp.org>
20553         and Stepan Kasal  <kasal@ucw.cz>
20554
20555         * check-module: If more parameters are given, check each of them
20556         separately; add more exceptions, as noted by Jim Meyering.
20557         (check_module): New procedure.
20558         (%exempt_header): Now contains all exceptions.
20559
20560 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
20561
20562         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
20563
20564 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
20565
20566         * lib/iconvme.c: Split iconv_string into iconv_alloc.
20567
20568 2005-08-28  Bruno Haible  <bruno@clisp.org>
20569
20570         * m4/gnulib-tool.m4: New file.
20571
20572 2005-08-27  Jim Meyering  <jim@meyering.net>
20573
20574         * modules/unistd-safer (Files): Add pipe-safer.c.
20575         * modules/fcntl-safer (Files): Add creat-safer.c.
20576
20577 2005-08-27  Jim Meyering  <jim@meyering.net>
20578
20579         * m4/stdlib-safer.m4: New file.  From coreutils.
20580         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
20581         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
20582         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
20583         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
20584         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
20585
20586 2005-08-27  Jim Meyering  <jim@meyering.net>
20587
20588         * lib/fopen-safer.c: Merge minor changes from coreutils.
20589         * lib/dup-safer.c: Likewise.
20590         * lib/fd-safer.c: Likewise.
20591
20592         Merge from coreutils.
20593         * lib/stdio--.h: New file.
20594         * lib/stdlib--.h: New file.
20595         * lib/mkstemp-safer.c: New file.
20596
20597         GNU tar needs these.
20598         * lib/pipe-safer.c: New file.
20599         * lib/creat-safer.c: New file.
20600         * lib/fcntl--.h (creat): Define to creat_safer.
20601         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
20602         * lib/unistd--.h (pipe): Define to pipe_safer.
20603         * lib/unistd-safer.h: Declare pipe_safer.
20604
20605 2005-08-26  Simon Josefsson  <jas@extundo.com>
20606
20607         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
20608         Haible <bruno@clisp.org>.
20609
20610 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
20611
20612         * lib/regex_internal.h: Remove all references to
20613         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
20614         or better.
20615         (bitset_not, bitset_merge, bitset_not_merge):
20616         (bitset_mask, re_string_allocate, re_string_construct):
20617         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
20618         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
20619         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
20620         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
20621         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
20622         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
20623         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
20624         (re_acquire_state_context):
20625         Remove unnecessary forward decls.
20626         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
20627         Put __attribute at function definition,
20628         now that the function decl has been removed.
20629         * lib/regex_internal.c (re_string_peek_byte_case):
20630         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
20631         Likewise.
20632
20633 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
20634
20635         * m4/regex.m4: Add AC_PREREQ(2.50).
20636         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
20637
20638 2005-08-25  Simon Josefsson  <jas@extundo.com>
20639
20640         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
20641         __fsetlocking.
20642
20643 2005-08-25  Simon Josefsson  <jas@extundo.com>
20644
20645         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
20646         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
20647         GLIBC specific code.
20648
20649 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20650
20651         Make regex safe for g++.  This fixes one real bug (an "err"
20652         that should have been "*err").  g++ problem reported by
20653         Sam Steingold.
20654         * lib/regex_internal.h (re_calloc): New macro, consistent with
20655         re_malloc etc.  All callers of calloc changed to use re_calloc.
20656         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
20657         not int.  All callers changed.
20658         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
20659         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
20660         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
20661         (find_recover_state): Change "err" to "*err"; this fixes what
20662         appears to be a real bug.
20663         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
20664         versus int.
20665
20666 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20667
20668         * modules/regex (Depends-on): Add malloc, since the code
20669         assumes that !malloc(0) means failure.
20670
20671 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20672
20673         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
20674
20675         alloca modernization/simplification for regex.
20676         * lib/regex.c: Remove portability cruft for alloca.  This no longer
20677         needs to be at the start of the file, and can be moved into
20678         regex_internal.h and simplified.
20679         * lib/regex_internal.h: Include <alloca.h>.
20680         (__libc_use_alloca) [!defined _LIBC]: New macro.
20681         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
20682         now works outside glibc.
20683
20684 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
20685
20686         * config/srclist.txt: Add glibc bugs 1241, 1245.
20687
20688 2005-08-25  Jim Meyering  <jim@meyering.net>
20689
20690         * lib/open-safer.c: Include <config.h>.
20691         Otherwise, we'd lose LARGEFILE support in any file using
20692         e.g. "fcntl--.h"
20693
20694 2005-08-25  Bruno Haible  <bruno@clisp.org>
20695
20696         * m4/minmax.m4: Require autoconf 2.52.
20697         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
20698         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
20699         alternatives of translit over the alphabet.
20700         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
20701
20702 2005-08-24  Simon Josefsson  <jas@extundo.com>
20703
20704         * tests/test-getpass.c: New file.
20705
20706 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20707
20708         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
20709         for GNU regex features.
20710
20711 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20712
20713         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
20714         * lib/regex.h (regerror): Likewise.
20715
20716         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
20717         requires this.  (The code never needed it.)
20718
20719         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
20720         All uses of recently-renamed identifiers changed to use the new,
20721         POSIX-compliant names.  The code will build and run just fine
20722         without these changes, but it's better to eat our own dog food
20723         and use the standard-conforming names.
20724
20725         * lib/regex.h: Fix a multitude of POSIX name space violations.
20726         These changes have an effect only for programs that define
20727         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
20728         do not change anything for programs compiled in the normal way.
20729         Also, there is no effect on the ABI.
20730
20731         (_REGEX_SOURCE): New macro.
20732         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
20733         defined and _GNU_SOURCE is not; this fixes a name space violation.
20734
20735         Rename the following macros to obey POSIX requirements.
20736         The old names are still visible as macros if _REGEX_SOURCE is defined.
20737         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
20738         RE_BACKSLASH_ESCAPE_IN_LISTS.
20739         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
20740         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
20741         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
20742         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
20743         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
20744         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
20745         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
20746         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
20747         (REG_INTERVALS): renamed from RE_INTERVALS.
20748         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
20749         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
20750         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
20751         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
20752         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
20753         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
20754         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
20755         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
20756         RE_UNMATCHED_RIGHT_PAREN_ORD.
20757         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
20758         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
20759         (REG_DEBUG): renamed from RE_DEBUG.
20760         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
20761         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
20762         unusual, since we can't clash with the POSIX REG_ICASE.
20763         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
20764         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
20765         (REG_NO_SUB): renamed from RE_NO_SUB.
20766         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
20767         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
20768         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
20769         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
20770         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
20771         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
20772         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
20773         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
20774         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
20775         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
20776         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
20777         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
20778         RE_SYNTAX_POSIX_MINIMAL_BASIC.
20779         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
20780         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
20781         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
20782         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
20783         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
20784         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
20785         (REG_FIXED): Renamed from REGS_FIXED.
20786         (REG_NREGS): Renamed from RE_NREGS.
20787
20788         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
20789         of other REG_* macros, since POSIX says the user is allowed to
20790         #undef these macros selectively.
20791
20792         (reg_errcode_t): Update comment stating what other tables need
20793         to be consistent.
20794
20795         Rename the following enum values to obey POSIX requirements.
20796         The old names are still visible as macros.
20797         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
20798         is not defined, since GNU is supposed to be a superset of POSIX as
20799         much as possible, and since we want reg_errcode_t to be a signed
20800         type for implementation consistency.
20801         (_REG_NOERROR): Renamed from REG_NOERROR.
20802         (_REG_NOMATCH): Renamed from REG_NOMATCH.
20803         (_REG_BADPAT): Renamed from REG_BADPAT.
20804         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
20805         (_REG_ECTYPE): Renamed from REG_ECTYPE.
20806         (_REG_EESCAPE): Renamed from REG_EESCAPE.
20807         (_REG_ESUBREG): Renamed from REG_ESUBREG.
20808         (_REG_EBRACK): Renamed from REG_EBRACK.
20809         (_REG_EPAREN): Renamed from REG_EPAREN.
20810         (_REG_EBRACE): Renamed from REG_EBRACE.
20811         (_REG_BADBR): Renamed from REG_BADBR.
20812         (_REG_ERANGE): Renamed from REG_ERANGE.
20813         (_REG_ESPACE): Renamed from REG_ESPACE.
20814         (_REG_BADRPT): Renamed from REG_BADRPT.
20815         (_REG_EEND): Renamed from REG_EEND.
20816         (_REG_ESIZE): Renamed from REG_ESIZE.
20817         (_REG_ERPAREN): Renamed from REG_ERPAREN.
20818         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
20819         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
20820         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
20821         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
20822
20823         (_REG_RE_NAME, _REG_RM_NAME): New macros.
20824         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
20825         changed.  But support the old name if the new one is not defined
20826         and if _REGEX_SOURCE.
20827
20828         Change the following member names in struct re_pattern_buffer.
20829         The old names are still supported if !_REGEX_SOURCE.
20830         The new names are always supported, regardless of _REGEX_SOURCE.
20831         (re_buffer): Renamed from buffer.
20832         (re_allocated): Renamed from allocated.
20833         (re_used): Renamed from used.
20834         (re_syntax): Renamed from syntax.
20835         (re_fastmap): Renamed from fastmap.
20836         (re_translate): Renamed from translate.
20837         (re_can_be_null): Renamed from can_be_null.
20838         (re_regs_allocated): Renamed from regs_allocated.
20839         (re_fastmap_accurate): Renamed from fastmap_accurate.
20840         (re_no_sub): Renamed from no_sub.
20841         (re_not_bol): Renamed from not_bol.
20842         (re_not_eol): Renamed from not_eol.
20843         (re_newline_anchor): Renamed from newline_anchor.
20844
20845         Change the following member names in struct re_registers.
20846         The old names are still supported if !_REGEX_SOURCE.
20847         The new names are always supported, regardless of _REGEX_SOURCE.
20848         (rm_num_regs): Renamed from num_regs.
20849         (rm_start): Renamed from start.
20850         (rm_end): Renamed from end.
20851
20852         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
20853         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
20854         Prepend __ to parameter names.
20855
20856         Undo yesterday's changes.
20857
20858 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
20859
20860         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
20861         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
20862         lib/regex.c.
20863
20864 2005-08-24  Jim Meyering  <jim@meyering.net>
20865
20866         Sync from coreutils.
20867         * m4/fcntl-safer.m4: New file.
20868
20869         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
20870         and object files for this module.
20871
20872 2005-08-24  Jim Meyering  <jim@meyering.net>
20873
20874         Sync from coreutils.
20875         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
20876
20877 2005-08-24  Jim Meyering  <jim@meyering.net>
20878
20879         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
20880         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
20881
20882 2005-08-24  Jim Meyering  <jim@meyering.net>
20883
20884         * modules/fcntl-safer: New module.
20885         * modules/fts (Depends-on): Add fcntl-safer.
20886         * MODULES.html.sh (File descriptor based Input/Output):
20887         Add fcntl-safer.
20888
20889 2005-08-24  Bruno Haible  <bruno@clisp.org>
20890
20891         Support for unit test modules.
20892         * modules/README: Mention tests modules.
20893         * modules/TEMPLATE-TESTS: New file.
20894         * gnulib-tool: New options --extract-tests-module, --with-tests and
20895         --tests-base (unused for the moment).
20896         (testsbase, inctests): New variables.
20897         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
20898         (func_verify_module): Exclude TEMPLATE-TESTS.
20899         (func_verify_nontests_module, func_verify_tests_module): New functions.
20900         (func_get_dependencies): Add implicit dependency for tests modules.
20901         (func_get_tests_module): New function.
20902         (func_modules_transitive_closure): When --with-tests was specified,
20903         include the unit tests as well, unless explicitly avoided.
20904         (func_emit_lib_Makefile_am): Ignore the tests modules here.
20905         (func_emit_tests_Makefile_am): New function.
20906         (func_create_testdir): When --with-tests was specified, emit a
20907         tests/ directory.
20908         * MODULES.html.sh (Future developments): Update.
20909
20910 2005-08-24  Bruno Haible  <bruno@clisp.org>
20911
20912         * modules/tls-tests: New file.
20913         * tests/test-tls.c: New file, from GNU gettext.
20914
20915 2005-08-24  Bruno Haible  <bruno@clisp.org>
20916
20917         * modules/lock-tests: New file.
20918         * tests/test-lock.c: New file, from GNU gettext.
20919
20920 2005-08-24  Bruno Haible  <bruno@clisp.org>
20921
20922         * lib/lock.h: Add multiple inclusion guard.
20923         * lib/tls.h: Add multiple inclusion guard.
20924
20925 2005-08-24  Bruno Haible  <bruno@clisp.org>
20926
20927         * gnulib-tool: Add support for the --aux-dir option to
20928         --create-testdir, --create-megatestdir, --test, --megatest.
20929         (func_create_testdir, func_create_megatestdir): Optionally emit a
20930         AC_CONFIG_AUX_DIR directive.
20931         (create-testdir, create-megatestdir, test, megatest): Provide a
20932         default value for $auxdir.
20933
20934 2005-08-24  Bruno Haible  <bruno@clisp.org>
20935
20936         * gnulib-tool (import): Use compound statement instead of subshell
20937         where possible.
20938
20939 2005-08-24  Bruno Haible  <bruno@clisp.org>
20940
20941         * gnulib-tool (import): Change --aux-dir default to "build-aux".
20942
20943 2005-08-24  Bruno Haible  <bruno@clisp.org>
20944
20945         * gnulib-tool (func_version): Update.
20946
20947 2005-08-24  Bruno Haible  <bruno@clisp.org>
20948
20949         * gnulib-tool (func_import, func_create_testdir,
20950         func_create_megatestdir): Quote all autoconf macro arguments.
20951
20952 2005-08-24  Bruno Haible  <bruno@clisp.org>
20953
20954         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
20955         option --force, because --force causes the aclocal.m4 of each
20956         subdirectory to be newer than the corresponding config.h.in.
20957
20958 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
20959
20960         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
20961         All contents moved to gl_REGEX.
20962         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
20963         assume that it does.
20964
20965 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
20966
20967         * lib/regex.h (REG_NOSYS)
20968         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
20969         Define, since POSIX requires it as of 2001.
20970         (_REG_ENOSYS)
20971         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
20972         New private symbol, used to keep the enum signed in all cases.
20973         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
20974         Youngman in
20975         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
20976
20977         * lib/regex_internal.c (re_string_skip_chars, register_state):
20978         (calc_state_hash):
20979         Remove forward decls; no longer needed now that we use prototypes.
20980         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
20981         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
20982         (clean_state_log_if_needed): Likewise.
20983
20984 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
20985
20986         * config/srclist.txt: Add glibc bugs 1231-1233.
20987
20988 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20989
20990         Fix problems reported by Sam Steingold in
20991         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
20992         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
20993         assumed that reg_errcode_t is a signed type, which is not
20994         necessarily true if _XOPEN_SOURCE is not defined.
20995         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
20996         since some compilers warn about it otherwise.
20997
20998 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
20999
21000         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
21001         (init_word_char, create_initial_state, duplicate_node_closure):
21002         (fetch_token, peek_token_bracket, build_range_exp):
21003         (build_collating_symbol): Remove forward decls; no longer needed
21004         now that we use prototypes.
21005
21006         * lib/regcomp.c:
21007         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
21008         (re_compile_fastmap_iter, regcomp, regerror, regfree):
21009         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
21010         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
21011         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
21012         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
21013         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
21014         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
21015         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
21016         (build_range_exp, build_collating_symbol, parse_bracket_exp):
21017         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
21018         (build_charclass, build_charclass_op, fetch_number, create_tree):
21019         (create_token_tree, mark_opt_subexp, duplicate_tree):
21020         Use prototypes rather than old-style definitions.
21021
21022         * lib/regex_internal.c:
21023         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
21024         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
21025         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
21026         (re_string_reconstruct, re_string_peek_byte_case):
21027         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
21028         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
21029         (re_node_set_init_copy, re_node_set_add_intersect):
21030         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
21031         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
21032         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
21033         (re_acquire_state, re_acquire_state_context, register_state):
21034         (create_ci_newstate, create_cd_newstate, free_state):
21035         Likewise.
21036         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
21037         re_search_2):
21038         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
21039         (re_search_internal, prune_impossible_nodes):
21040         (acquire_init_state_context, check_matching, static):
21041         (check_halt_node_context, check_halt_state_context, proceed_next_node):
21042         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
21043         (update_regs, sift_states_backward, build_sifted_states):
21044         (clean_state_log_if_needed, merge_state_array):
21045         (update_cur_sifted_state, add_epsilon_src_nodes):
21046         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
21047         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
21048         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
21049         (find_recover_state, check_subexp_matching_top, transit_state_mb):
21050         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
21051         (check_arrival, check_arrival_add_next_nodes):
21052         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
21053         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
21054         (check_node_accept_bytes, check_node_accept, extend_buffers):
21055         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
21056         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
21057         (sift_ctx_init):
21058         Likewise.
21059
21060         * lib/regex_internal.h:
21061         (re_string_allocate, re_string_construct, re_string_reconstruct):
21062         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
21063         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
21064         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
21065         (re_string_context_at, re_string_peek_byte_case):
21066         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
21067         is defined, since we now use prototypes always.
21068
21069         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
21070         C89 or better.  All uses removed.
21071
21072 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21073
21074         * config/srclist.txt: Add glibc bugs 1220-1227.
21075
21076 2005-08-20  Jim Meyering  <jim@meyering.net>
21077
21078         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
21079         of unused local, dfa.
21080
21081 2005-08-20  Bruno Haible  <bruno@clisp.org>
21082
21083         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
21084
21085 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21086
21087         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
21088         (re_node_set_insert_last, re_dfa_add_node):
21089         Rename local variables to avoid GCC shadowing warnings.
21090
21091 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21092
21093         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
21094         [defined lint]: Suppress bogus uninitialized-variable warnings.
21095
21096         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
21097         and let the caller return REG_ESPACE if out of space.  This
21098         removes an uninitialied-variable warning with GCC 4.0.1, and also
21099         avoids taking the address of a local variable.  All callers
21100         changed.
21101
21102 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21103
21104         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
21105         $LIBCSRC/posix/regexec.c.
21106         Add glibc bug 1217 for regcomp.c.
21107
21108 2005-08-19  Jim Meyering  <jim@meyering.net>
21109
21110         * lib/regexec.c (proceed_next_node): Redo local variables to
21111         avoid GCC shadowing warnings.
21112
21113 2005-08-18  Bruno Haible  <bruno@clisp.org>
21114
21115         * lib/strstr.c (strstr): Fix return value in multibyte case.
21116         * lib/strcasestr.c (strcasestr): Likewise.
21117
21118 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
21119
21120         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
21121
21122 2005-08-17  Jim Meyering  <jim@meyering.net>
21123
21124         Make the %s format (seconds since the epoch) work for a negative
21125         number and when used with a zero-padded field width, e.g. %015s.
21126
21127         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
21128         label so that it precedes the code to set `digits'.  Otherwise,
21129         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
21130         print `00-22'.  Now, it prints `-0022', as it should.
21131
21132 2005-08-17  Bruno Haible  <bruno@clisp.org>
21133
21134         * modules/strstr (Files): Add m4/mbrtowc.m4.
21135         (Depends-on): Add mbuiter.
21136
21137 2005-08-17  Bruno Haible  <bruno@clisp.org>
21138
21139         * modules/strcasestr: New file.
21140         * MODULES.html.sh (String handling, based on ANSI C 89): Add
21141         strcasestr.
21142
21143 2005-08-17  Bruno Haible  <bruno@clisp.org>
21144
21145         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
21146
21147 2005-08-17  Bruno Haible  <bruno@clisp.org>
21148
21149         * modules/mbuiter: New file.
21150         * MODULES.html.sh (Extended multibyte and wide character utilities):
21151         Add mbuiter.
21152
21153 2005-08-17  Bruno Haible  <bruno@clisp.org>
21154
21155         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
21156         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
21157
21158 2005-08-17  Bruno Haible  <bruno@clisp.org>
21159
21160         * m4/strcasestr.m4: New file.
21161
21162 2005-08-17  Bruno Haible  <bruno@clisp.org>
21163
21164         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
21165         * lib/strstr.c: Completely rewritten, with multibyte locale support.
21166
21167 2005-08-17  Bruno Haible  <bruno@clisp.org>
21168
21169         * lib/strcasestr.h: New file.
21170         * lib/strcasestr.c: New file.
21171
21172 2005-08-17  Bruno Haible  <bruno@clisp.org>
21173
21174         * lib/strcasecmp.c: Use mbuiter.h.
21175
21176 2005-08-17  Bruno Haible  <bruno@clisp.org>
21177
21178         * lib/mbuiter.h: New file.
21179
21180 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
21181
21182         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
21183         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
21184         and gl_GETOPT are both invoked via different paths (as happens
21185         with GNU tar CVS because it uses both argp and getopt), the former
21186         wins.
21187
21188 2005-08-16  Bruno Haible  <bruno@clisp.org>
21189
21190         * modules/tls: New file.
21191         * MODULES.html.sh (Multithreading): Add tls.
21192
21193 2005-08-16  Bruno Haible  <bruno@clisp.org>
21194
21195         * modules/strnlen1: New file.
21196         * MODULES.html.sh (String handling): Add strnlen1.
21197
21198 2005-08-16  Bruno Haible  <bruno@clisp.org>
21199
21200         * modules/strcase (Files): Add m4/mbrtowc.m4.
21201         (Depends-on): Add strnlen1, mbchar.
21202
21203 2005-08-16  Bruno Haible  <bruno@clisp.org>
21204
21205         * modules/mbiter: New file.
21206         * MODULES.html.sh (Extended multibyte and wide character utilities):
21207         Add mbiter.
21208
21209 2005-08-16  Bruno Haible  <bruno@clisp.org>
21210
21211         * modules/mbfile: New file.
21212         * MODULES.html.sh (Extended multibyte and wide character utilities):
21213         Add mbfile.
21214
21215 2005-08-16  Bruno Haible  <bruno@clisp.org>
21216
21217         * modules/mbchar: New file.
21218         * MODULES.html.sh (Extended multibyte and wide character utilities):
21219         New section.
21220
21221 2005-08-16  Bruno Haible  <bruno@clisp.org>
21222
21223         * m4/tls.m4: New file, from GNU gettext.
21224
21225 2005-08-16  Bruno Haible  <bruno@clisp.org>
21226
21227         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
21228         always.
21229         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
21230
21231 2005-08-16  Bruno Haible  <bruno@clisp.org>
21232
21233         * m4/mbiter.m4: New file.
21234
21235 2005-08-16  Bruno Haible  <bruno@clisp.org>
21236
21237         * m4/mbfile.m4: New file.
21238
21239 2005-08-16  Bruno Haible  <bruno@clisp.org>
21240
21241         * m4/mbchar.m4: New file.
21242
21243 2005-08-16  Bruno Haible  <bruno@clisp.org>
21244
21245         * lib/tls.h: New file, from GNU gettext.
21246         * lib/tls.c: New file, from GNU gettext.
21247
21248 2005-08-16  Bruno Haible  <bruno@clisp.org>
21249
21250         * lib/strnlen1.h: New file.
21251         * lib/strnlen1.c: New file.
21252
21253 2005-08-16  Bruno Haible  <bruno@clisp.org>
21254
21255         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
21256         (mbi_init): Update.
21257         (mbi_avail, mbi_advance): Let the iteration end before the terminating
21258         NUL byte, not after it.
21259
21260 2005-08-16  Bruno Haible  <bruno@clisp.org>
21261
21262         * lib/strcase.h (strcasecmp): Add note in comments.
21263         * lib/strncasecmp.c: Use code from strcasecmp.c.
21264         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
21265         (strcasecmp): Work correctly in multibyte locales.
21266
21267 2005-08-16  Bruno Haible  <bruno@clisp.org>
21268
21269         * lib/mbiter.h: New file.
21270
21271 2005-08-16  Bruno Haible  <bruno@clisp.org>
21272
21273         * lib/mbfile.h: New file.
21274
21275 2005-08-16  Bruno Haible  <bruno@clisp.org>
21276
21277         * lib/mbchar.h: New file.
21278         * lib/mbchar.c: New file.
21279
21280 2005-08-16  Bruno Haible  <bruno@clisp.org>
21281
21282         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
21283         the valid ones. Makes the comparison operations transitive:
21284         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
21285         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
21286
21287 2005-08-15  Simon Josefsson  <jas@extundo.com>
21288
21289         * modules/ssize_t (License): Change to 'unlimited'.
21290
21291         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
21292
21293 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21294
21295         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
21296         Add comments for each pending glibc patch.
21297
21298 2005-08-15  Bruno Haible  <bruno@clisp.org>
21299
21300         * lib/regex.h (__restrict_arr): Don't define to __restrict if
21301         __cplusplus is defined.
21302
21303 2005-08-14  Jim Meyering  <jim@meyering.net>
21304
21305         Sync from coreutils.
21306
21307         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
21308         Use the hash-table-based cycle-detection code not just when
21309         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
21310         Reported by James Youngman in
21311         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
21312         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
21313         FTS_TIGHT_CYCLE_CHECK.
21314         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
21315         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
21316         once again.
21317         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
21318         * lib/fts.c (fd_safer): Remove decl.
21319         Include fcntl--.h rather than unistd-safer.h
21320         (fts_safe_changedir): Don't call fd_safer; no longer needed
21321         now that we include fcntl--.h.
21322
21323 2005-08-12  Simon Josefsson  <jas@extundo.com>
21324
21325         * modules/getndelim2: Use ssize_t module.
21326         * modules/getnline: Likewise.
21327         * modules/safe-read: Likewise.
21328         * modules/xreadlink: Likewise.
21329
21330         * modules/ssize_t: New file.
21331
21332 2005-08-12  Simon Josefsson  <jas@extundo.com>
21333
21334         * m4/readline.m4: Look for termcap, curses or ncurses if required.
21335
21336 2005-08-12  Simon Josefsson  <jas@extundo.com>
21337
21338         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21339         ssize_t.
21340
21341 2005-08-12  Simon Josefsson  <jas@extundo.com>
21342
21343         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
21344         readline, getdelim and check_version.
21345         (Support for systems lacking ISO C 99: Sizes of integer types):
21346         Add size_max.
21347
21348 2005-08-12  Bruno Haible  <bruno@clisp.org>
21349
21350         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
21351
21352 2005-08-11  Simon Josefsson  <jas@extundo.com>
21353
21354         * modules/readline: New file.
21355
21356         * modules/strnlen (Files): Add strnlen.h.
21357
21358 2005-08-11  Simon Josefsson  <jas@extundo.com>
21359
21360         * m4/readline.m4: New file.
21361
21362 2005-08-11  Simon Josefsson  <jas@extundo.com>
21363
21364         * lib/readline.h, readline.c: New file.
21365
21366 2005-08-11  Simon Josefsson  <jas@extundo.com>
21367
21368         * doc/gnulib.texi (Initial import, Finishing touches): Mention
21369         gl_AVOID.
21370
21371 2005-08-11  Bruno Haible  <bruno@clisp.org>
21372
21373         * lib/strnlen.h (strnlen): Change parameter name to match comment.
21374
21375 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
21376
21377         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
21378
21379 2005-08-10  Simon Josefsson  <jas@extundo.com>
21380
21381         * tests/test-iconvme.c: New file.
21382
21383 2005-08-10  Simon Josefsson  <jas@extundo.com>
21384
21385         * m4/strnlen.m4: New file.
21386
21387         * m4/strndup.m4: Don't check for strnlen declaration, done in
21388         strnlen.m4.
21389
21390 2005-08-10  Simon Josefsson  <jas@extundo.com>
21391
21392         * lib/strndup.c: Use strnlen.h.
21393
21394         * lib/strnlen.h: New file.
21395
21396 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
21397
21398         * README: Typos.
21399
21400 2005-08-02  Simon Josefsson  <jas@extundo.com>
21401
21402         * modules/readline: New file.
21403
21404 2005-08-02  Simon Josefsson  <jas@extundo.com>
21405
21406         * modules/getdelim: New file.
21407
21408         * modules/getline: Rewrite, don't use getndelim2.
21409
21410 2005-08-02  Simon Josefsson  <jas@extundo.com>
21411
21412         * m4/getline.m4: Separate out getdelim stuff into separate module.
21413
21414         * m4/getdelim.m4: New file.
21415
21416 2005-08-02  Simon Josefsson  <jas@extundo.com>
21417
21418         * lib/getline.h, getline.c: Rewrite.
21419
21420         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
21421
21422 2005-07-31  Bruno Haible  <bruno@clisp.org>
21423
21424         * lib/lock.h (gl_lock_initializer): New macro.
21425         (gl_lock_define_initialized): Use it.
21426         (gl_rwlock_initializer): New macro.
21427         (gl_rwlock_define_initialized): Use it.
21428         (gl_recursive_lock_initializer): New macro.
21429         (gl_recursive_lock_define_initialized): Use it.
21430
21431 2005-07-30  Karl Berry  <karl@gnu.org>
21432
21433         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
21434         Report from Ben Pfaff, regarding getopt.
21435
21436 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
21437
21438         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
21439         normal way.
21440         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
21441         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
21442         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
21443         (gl_GETOPT): Use the new macros.  Most of the implementation
21444         is moved to the new macros.  This is for programs like Emacs
21445         that don't want all the functionality of gl_GETOPT.
21446
21447 2005-07-26  Bruno Haible  <bruno@clisp.org>
21448
21449         * m4/lock.m4: Update from GNU gettext.
21450
21451 2005-07-26  Bruno Haible  <bruno@clisp.org>
21452
21453         * lib/lock.h: Update from GNU gettext.
21454         * lib/lock.c: Update from GNU gettext.
21455
21456 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
21457
21458         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
21459         obsolescent AC_TRY_RUN.  Include the default includes files, for
21460         'exit'.
21461
21462 2005-07-24  Bruno Haible  <bruno@clisp.org>
21463
21464         * modules/visibility: New file.
21465         * MODULES.html.sh (Misc): Add visibility.
21466
21467 2005-07-24  Bruno Haible  <bruno@clisp.org>
21468
21469         * m4/visibility.m4: New file.
21470
21471 2005-07-24  Bruno Haible  <bruno@clisp.org>
21472
21473         * doc/visibility.texi: New file.
21474
21475 2005-07-22  Bruno Haible  <bruno@clisp.org>
21476
21477         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
21478         $(ALLOCA_H), redundant through BUILT_SOURCES.
21479         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
21480         redundant through BUILT_SOURCES.
21481         * modules/byteswap (Makefile.am): Remove explicit dependency on
21482         $(BYTESWAP_H), redundant through BUILT_SOURCES.
21483         * modules/fnmatch (Makefile.am): Remove explicit dependency on
21484         $(FNMATCH_H), redundant through BUILT_SOURCES.
21485         * modules/getopt (Makefile.am): Remove explicit dependency on
21486         $(GETOPT_H), redundant through BUILT_SOURCES.
21487         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
21488         redundant through BUILT_SOURCES.
21489         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
21490         redundant through BUILT_SOURCES.
21491         * modules/stdbool (Makefile.am): Remove explicit dependency on
21492         $(STDBOOL_H), redundant through BUILT_SOURCES.
21493         * modules/stdint (Makefile.am): Remove explicit dependency on
21494         $(STDINT_H), redundant through BUILT_SOURCES.
21495         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
21496         Remove explicit dependency on $(SYSEXITS_H).
21497         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
21498
21499 2005-07-18  Simon Josefsson  <jas@extundo.com>
21500
21501         * lib/check-version.c (check_version): Accept identical versions too.
21502
21503 2005-07-18  Bruno Haible  <bruno@clisp.org>
21504
21505         * modules/lock: New file.
21506         * MODULES.html.sh (Multithreading): New section.
21507
21508 2005-07-18  Bruno Haible  <bruno@clisp.org>
21509
21510         * m4/lock.m4: New file, from GNU gettext.
21511
21512 2005-07-18  Bruno Haible  <bruno@clisp.org>
21513
21514         * lib/lock.h: New file, from GNU gettext.
21515         * lib/lock.c: New file, from GNU gettext.
21516
21517 2005-07-18  Bruno Haible  <bruno@clisp.org>
21518
21519         * lib/lock.h (gl_once_t): New type.
21520         (gl_once_define, gl_once): New macros.
21521         * lib/lock.c (fresh_once): New variable.
21522         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
21523         functions.
21524
21525 2005-07-16  Simon Josefsson  <jas@extundo.com>
21526
21527         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
21528         workaround, suggested by Bruno.
21529
21530 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
21531
21532         * modules/xalloc (Depends-on): Add xalloc-die.
21533         * modules/xvasprintf (Depends-on): Add xalloc-die.
21534
21535 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
21536
21537         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
21538         with a minor change.
21539
21540 2005-07-15  Bruno Haible  <bruno@clisp.org>
21541
21542         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
21543         When using lib/poll.c, define poll as rpl_poll.
21544
21545 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
21546
21547         * modules/argp (Depends-on): Remove unlocked-io.
21548
21549 2005-07-14  Derek Price  <derek@ximbiot.com>
21550
21551         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
21552         for glob symlink bug.
21553
21554 2005-07-14  Bruno Haible  <bruno@clisp.org>
21555
21556         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
21557         Instead, test for *_unlocked function declarations directly.
21558
21559 2005-07-11  Simon Josefsson  <jas@extundo.com>
21560
21561         * modules/size_max: New file.
21562
21563         * modules/xsize: Depend on size_max module for size_max.m4.
21564
21565 2005-07-11  Simon Josefsson  <jas@extundo.com>
21566
21567         * lib/size_max.h: New file.
21568
21569 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
21570
21571         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
21572         copyright symbol and the year.
21573         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
21574         (version_etc_va): Use parameterized copyright notice.
21575         Reword to conform to the current GNU coding standards.
21576
21577 2005-07-11  Karl Berry  <karl@gnu.org>
21578
21579         * doc/gnulib.texi (Quoting): new node.
21580         (Initial import): more info, from Patrice.
21581
21582 2005-07-11  Bruno Haible  <bruno@clisp.org>
21583
21584         * gnulib-tool (func_usage): Document option --avoid.
21585         (Command line options): Handle --avoid.
21586         (func_acceptable): New function.
21587         (func_modules_transitive_closure): Use it.
21588
21589 2005-07-11  Bruno Haible  <bruno@clisp.org>
21590
21591         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
21592         Reported by Jim Meyering.
21593
21594 2005-07-10  Bruno Haible  <bruno@clisp.org>
21595
21596         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
21597         Needed when size_t is smaller than 'unsigned int'.
21598         Reported by Paul Eggert.
21599
21600 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21601
21602         * modules/argp (Depends-on): Add unlocked-io
21603
21604 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21605
21606         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
21607         block of defines.
21608
21609 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
21610
21611         * config/srclist.txt: Comment out regcomp.c, since we have a porting
21612         fix now.
21613
21614 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
21615         and Paul Eggert  <eggert@cs.ucla.edu>
21616
21617         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
21618         in wint_t, not wchar_t.  Remove now-unnecessary cast.
21619
21620 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21621
21622         * modules/regex (Files): Add lib/regex_internal.c,
21623         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
21624         (Depends-on): Add extensions.
21625         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
21626
21627 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21628
21629         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
21630         pathconf.
21631         * m4/same.m4 (gl_SAME): Likewise.
21632         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
21633
21634         * m4/regex.m4: Adjust to new libc regex implementation.
21635         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
21636         all the .c and .h parts of (the new) regex.
21637         Quote the m4 stuff better.
21638         Check for RE_ICASE bug of old gnulib.
21639         Check for REG_STARTEND of recent libc.
21640         Rename local variables from jm_* to gl_*.
21641         Quote operand of "test -f".
21642         Say "recent enough" version of libc, not "version 2".
21643         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
21644         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
21645         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
21646         Remove check for btowc, isascii.
21647         Require AM_LANGINFO_CODESET.
21648
21649 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21650
21651         * lib/regex.c, regex.h: Sync from libc.
21652         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
21653         * lib/regexec.c:
21654         New files, synced from libc, except that regex_internal.h
21655         currently has a small porting fix.
21656
21657 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
21658
21659         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
21660         regex_internal.c, regexec.c.
21661         Add regex_internal.h too, but as a comment, since the libc version
21662         is currently broken in gnulib mode.
21663
21664 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
21665
21666         Support programs like Emacs that use gnulib but not gettext.
21667         * MODULES.html.sh (Internationalization functions): Add gettext-h.
21668         * modules/gettext-h: New file.
21669         * modules/gettext (Files): Remove lib/gettext.h.
21670         (Depends-on): Add gettext-h.
21671         (Makefile.am): Remove lib_SOURCES.
21672         * modules/argmatch, modules/c-stack, modules/closeout:
21673         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
21674         * modules/execute, modules/file-type, modules/getaddrinfo:
21675         * modules/getopt, modules/human, modules/javacomp:
21676         * modules/javaexec, modules/mkdir-p, modules/obstack:
21677         * modules/openat, modules/pagealign_alloc, modules/pipe:
21678         * modules/quotearg, modules/regex, modules/rpmatch:
21679         * modules/unicodeio, modules/userspec, modules/version-etc:
21680         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
21681         * modules/xsetenv:
21682         Depend on gettext-h, not gettext.
21683
21684 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
21685
21686         * gnulib-tool (func_import): Add support for 'public domain' license.
21687         * modules/alloca, modules/atexit, modules/memmove:
21688         Now public domain, not GPL.
21689         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
21690         * modules/realloc, modules/strerror, modules/strtod:
21691         Now LGPL, not GPL.
21692
21693 2005-07-05  Bruno Haible  <bruno@clisp.org>
21694
21695         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
21696         autoconf CVS. Needed for mingw.
21697
21698 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21699
21700         Remove the dependency of the strftime module on the tzset module.
21701         * modules/strftime (Depends-on): Remove dependency on tzset.
21702
21703 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21704
21705         Remove the dependency of the strftime module on the tzset module.
21706         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
21707         gl_FUNC_TZSET_CLOBBER.
21708
21709 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21710
21711         Remove the dependency of the strftime module on the tzset module.
21712         * lib/strftime.c (my_strftime)
21713         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
21714         Copy the input structure, to work around some of the bug with
21715         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
21716         Solaris releases, you should also use the tzset module, but we won't
21717         require it as a dependency any more since we don't want LGPLed code
21718         to depend on GPLed code.
21719
21720 2005-07-02  Jim Meyering  <jim@meyering.net>
21721
21722         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
21723         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
21724         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
21725         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
21726
21727 2005-07-02  Jim Meyering  <jim@meyering.net>
21728
21729         * lib/backupfile.c (backup_args): Change a `0' to NULL.
21730
21731 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
21732
21733         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
21734         declares only 'struct timespec;' (!).
21735
21736 2005-07-01  Jim Meyering  <jim@meyering.net>
21737
21738         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
21739         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
21740         * lib/save-cwd.c, tempname.c:
21741         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
21742         and don't include <sys/file.h>).
21743
21744 2005-06-29  Jim Meyering  <jim@meyering.net>
21745
21746         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
21747         type name.  Use the variable name instead.
21748         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
21749         Likewise.
21750
21751 2005-06-28  Simon Josefsson  <jas@extundo.com>
21752
21753         * modules/check-version (Files): Add check-version.m4.
21754
21755 2005-06-28  Simon Josefsson  <jas@extundo.com>
21756
21757         * m4/check-version.m4: New file, suggested by Jim Meyering
21758         <jim@meyering.net>.
21759
21760 2005-06-28  Simon Josefsson  <jas@extundo.com>
21761
21762         * lib/check-version.h, lib/check-version.c: New files.
21763
21764 2005-06-28  Simon Josefsson  <jas@extundo.com>
21765
21766         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
21767         collision with global variable.  Better indentation.  Don't
21768         increment buffer pointer beyond buffer end.  Based on comments
21769         from Paul Eggert <eggert@cs.ucla.edu>.
21770
21771         * lib/base64.h: Indent.
21772
21773 2005-06-28  Simon Josefsson  <jas@extundo.com>
21774
21775         * doc/gnulib.texi (Library version handling): New section.
21776
21777 2005-06-28  Jim Meyering  <jim@meyering.net>
21778
21779         * check-module (find_included_lib_files): Hard-code another
21780         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
21781         but modules/fts-lgpl (correctly) does not list those files.
21782
21783         * modules/canonicalize (Files): Add lib/pathmax.h.
21784
21785 2005-06-25  Simon Josefsson  <jas@extundo.com>
21786
21787         * modules/check-version: New file.
21788
21789 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
21790
21791         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
21792         initializer of struct addrinfo, as an indication that we don't
21793         care how many members the structure has.
21794
21795 2005-06-24  Derek Price  <derek@ximbiot.com>
21796         and Bruno Haible  <bruno@clisp.org>
21797
21798         Remove stat module & update lstat.
21799         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
21800         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
21801         * m4/stat.m4: Remove this file.
21802
21803 2005-06-24  Derek Price  <derek@ximbiot.com>
21804         and Bruno Haible  <bruno@clisp.org>
21805
21806         Remove stat module & update lstat.
21807         * lib/stat.c: Remove this file...
21808         (slash_aware_lstat): ...moving this content and its support...
21809         * lib/lstat.c (rpl_lstat): ...into here.
21810         * lib/lstat.h: New file.
21811
21812 2005-06-24  Derek Price  <derek@ximbiot.com>
21813         and Bruno Haible  <bruno@clisp.org>
21814
21815         Remove stat module & update lstat.
21816         * config/srclist.txt (libc sources): Remove stat.
21817
21818 2005-06-24  Derek Price  <derek@ximbiot.com>
21819         and Bruno Haible  <bruno@clisp.org>
21820
21821         Remove stat module & update lstat.
21822         * MODULES.html.sh (stat): Remove.
21823         * MODULES.html: Regenerated.
21824         * modules/lstat (Description): Correct function name.
21825         (Files): Add "lstat.h".
21826         (Depends-on): Remove stat, add xalloc, stat-macros.
21827         * modules/stat: Remove this file.
21828         (Include): Add "lstat.h", remove <sys/stat.h>.
21829
21830 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
21831
21832         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
21833         (ranged_convert): Don't save conversion in a temporary struct.
21834         This causes a warning with GCC 4.0.0, and anyway in the typical
21835         case it's not worth the extra 100 bytes or so of code.
21836         (ranged_convert, __mktime_internal): When calling a function via a
21837         pointer P, use P () rather than (*P) (), as we now assume C89 or
21838         better.
21839
21840 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
21841
21842         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
21843         "who -r" failed to give output.  Problem reported by Tim Waugh.
21844
21845         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
21846         (xcalloc): Use it to avoid needless tests.
21847         Problem reported by Jim Meyering.
21848
21849 2005-06-20  Derek Price  <derek@ximbiot.com>
21850
21851         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
21852         unnecessary for Autoconfs > 2.59c.
21853
21854 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21855
21856         * lib/argp.h (__option_is_short): Check upper limit of
21857         __key. Isprint() requires its argument to have the value
21858         of an unsigned char or EOF.
21859
21860 2005-06-16  Jim Meyering  <jim@meyering.net>
21861
21862         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
21863         when either N or S is zero.
21864
21865 2005-06-16  Derek Price  <derek@ximbiot.com>
21866
21867         * m4/bison.m4: Declare YACC & YFLAGS precious.
21868
21869 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
21870
21871         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
21872         multibyte string or pattern, fall back on unibyte matching.
21873         Problem reported by James Youngman.
21874
21875 2005-06-08  Bruno Haible  <bruno@clisp.org>
21876
21877         * modules/csharpcomp: New file.
21878         * MODULES.html.sh (C#): Add csharpcomp.
21879
21880 2005-06-08  Bruno Haible  <bruno@clisp.org>
21881
21882         * m4/csharpcomp.m4: New file, from GNU gettext.
21883
21884 2005-06-08  Bruno Haible  <bruno@clisp.org>
21885
21886         * lib/csharpcomp.h: New file, from GNU gettext.
21887         * lib/csharpcomp.c: New file, from GNU gettext.
21888         * lib/csharpcomp.sh.in: New file, from GNU gettext.
21889
21890 2005-06-08  Bruno Haible  <bruno@clisp.org>
21891
21892         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
21893         warning on mingw.
21894
21895 2005-06-07  Derek Price  <derek@ximbiot.com>
21896
21897         Sync from CVS.
21898         * lib/glob_.h: Indent nested #ifdef.
21899
21900 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
21901
21902         Sync from coreutils.
21903         Use "file name" when talking about file names, instead of "filename"
21904         or "path", as per the GNU coding standards.
21905         * lib/mkdir-p.c: Renamed from makepath.c.
21906         (make_dir_parents): Renamed from make_path.  All callers changed.
21907         * lib/mkdir-p.h: Likewise.  All includers changed.
21908         * lib/filenamecat.c: Renamed from path-concat.c.
21909         (file_name_concat): Renamed from path_concat.  All callers changed.
21910         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
21911         * lib/filenamecat.h: Likewise.  All includers changed.
21912         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
21913         in comments or local variable names.
21914         * lib/basename.c: Likewise.
21915         * lib/canonicalize.c, canonicalize.h: Likewise.
21916         * lib/dirname.c, dirname.h: Likewise.
21917         * lib/euidaccess.c: Likewise.
21918         * lib/exclude.c: Likewise
21919         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
21920         * lib/fsusage.c, fsuage.h: Likewise.
21921         * lib/fts.c, fts_.h: Likewise.
21922         * lib/getcwd.c: Likewise.
21923         * lib/getloadavg.c: Likewise.
21924         * lib/mkstemp.c: Likewise.
21925         * lib/mountlist.c, mountlist.h: Likewise.
21926         * lib/openat.c, openat.h: Likewise.
21927         * lib/readlink-stub.c: Likewise.
21928         * lib/readutmp.c, readutmp.h: Likewise.
21929         * lib/rename.c: Likewise.
21930         * lib/rmdir.c: Likewise.
21931         * lib/same.c: Likewise.
21932         * lib/savedir.c: Likewise.
21933         * lib/stripslash.c: Likewise.
21934         * lib/tempname.c: Likewise.
21935         * lib/xreadlink.c: Likewise.
21936         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
21937         All uses changed.
21938         * lib/exclude.h: Likewise.
21939
21940         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
21941         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
21942         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
21943         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
21944         * lib/pathmax.h: Include <limits.h> unconditionally, since other
21945         files have been getting away with it for years (MORE/BSD 4.3
21946         is extinct now).
21947         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
21948         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
21949
21950         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
21951         Define to 256, not 255, as per modern POSIX.
21952
21953 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
21954
21955         Sync from coreutils.
21956         Use "file name" when talking about file names, instead of "filename"
21957         or "path", as per the GNU coding standards.
21958         * MODULES.html.sh: mkdir-p renamed from makepath.
21959         filenamecat renamed from path-concat.
21960         * modules/filenamecat: Renamed from modules/path-concat.
21961         (Files): filenamecat.h and filenamecat.c renamed from
21962         path-concat.h and path-concat.c.
21963         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
21964         (Include): filenamecat.h, not path-concat.h.
21965         * modules/mkdir-p: Renamed from modules/makepath.
21966         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
21967         makepath.c.
21968         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
21969         (Include): mkdir-p.h, not makepath.h.
21970
21971 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
21972
21973         Sync from coreutils.
21974         * m4/mkdir-p.m4: Renamed from makepath.m4.
21975         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
21976         Rename files from makepath.c to mkdir-p.c, and from
21977         makepath.h to mkdir-p.h.
21978         * m4/filenamecat.m4: Renamed from path-concat.m4.
21979         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
21980         Rename files from path-concat.c to filenamecat.c,
21981         and from path-concat.h to filenamecat.h.
21982         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
21983         "file name" in local variables or comments.
21984         * m4/rename.m4: Likewise.
21985
21986 2005-06-01  Bruno Haible  <bruno@clisp.org>
21987
21988         * modules/csharpexec: New file.
21989         * MODULES.html.sh (C#): New section.
21990
21991 2005-06-01  Bruno Haible  <bruno@clisp.org>
21992
21993         * m4/csharp.m4: New file, from GNU gettext.
21994         * m4/csharpexec.m4: New file, from GNU gettext.
21995
21996 2005-06-01  Bruno Haible  <bruno@clisp.org>
21997
21998         * lib/csharpexec.h: New file, from GNU gettext.
21999         * lib/csharpexec.c: New file, from GNU gettext.
22000         * lib/csharpexec.sh.in: New file, from GNU gettext.
22001
22002 2005-05-31  Derek Price  <derek@ximbiot.com>
22003             Paul Eggert  <eggert@cs.ucla.edu>
22004
22005         Sync from cvs.
22006         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
22007
22008 2005-05-31  Derek Price  <derek@ximbiot.com>
22009             Paul Eggert  <eggert@cs.ucla.edu>
22010
22011         Sync from cvs.
22012         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
22013
22014 2005-05-29  Derek Price  <derek@ximbiot.com>
22015
22016         * config/srclist.txt (glob_.h, glob.c): Add these files.
22017
22018 2005-05-29  Derek Price  <derek@ximbiot.com>
22019
22020         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
22021         * modules/glob: New file.
22022         * modules/getlogin_r: Add link to POSIX spec in description.
22023
22024 2005-05-29  Derek Price  <derek@ximbiot.com>
22025             Paul Eggert  <eggert@cs.ucla.edu>
22026
22027         * m4/glob.m4: New file.
22028
22029 2005-05-29  Derek Price  <derek@ximbiot.com>
22030             Paul Eggert  <eggert@cs.ucla.edu>
22031
22032         * lib/glob_.h, lib/glob.c: New files.
22033
22034 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
22035
22036         * modules/fts (Files): Remove m4/inttypes-pri.m4.
22037         * modules/fts-lgpl (Depends-on): Remove gettext.
22038
22039 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
22040
22041         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
22042         and don't require gt_INTTYPES_PRI.
22043
22044 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
22045
22046         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
22047
22048         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
22049         the configuration hassle isn't worth it.
22050         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
22051         (LONGEST_MODIFIER, PRIuMAX): Remove.
22052
22053 2005-05-27  Bruno Haible  <bruno@clisp.org>
22054
22055         * lib/getlogin_r.h: Remove second include of <stddef.h>.
22056
22057 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
22058
22059         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
22060         _POSIX_PTHREAD_SEMANTICS for Solaris.
22061
22062 2005-05-25  Derek Price  <derek@ximbiot.com>
22063
22064         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
22065
22066 2005-05-25  Derek Price  <derek@ximbiot.com>
22067             Paul Eggert  <eggert@cs.ucla.edu>
22068
22069         * modules/getlogin_r, m4/getlogin_r.m4: New files.
22070         * lib/getlogin_r.c, getlogin_r.h: New files.
22071
22072 2005-05-25  Bruno Haible  <bruno@clisp.org>
22073             Derek Price  <derek@ximbiot.com>
22074
22075         * lib/getlogin_r.h: Simplify API documentation.
22076
22077 2005-05-23  Derek Price  <derek@ximbiot.com>
22078
22079         * modules/minmax (Files): Add m4/minmax.m4.
22080         (configure.ac): Add gl_MINMAX.
22081
22082 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
22083
22084         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
22085         so that unistd-safer.h (GPL'ed code) need not be included.
22086
22087 2005-05-22  Bruno Haible  <bruno@clisp.org>
22088
22089         * m4/minmax.m4: New file.
22090         Based on a patch by Derek Price <derek@ximbiot.com>.
22091
22092 2005-05-22  Bruno Haible  <bruno@clisp.org>
22093
22094         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
22095         (INT64_MIN): Fix definition.
22096         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
22097
22098         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
22099         NEED_SIGNED_INT_TYPES.
22100
22101         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
22102         HAVE_SYSTEM_INTTYPES.
22103
22104 2005-05-22  Bruno Haible  <bruno@clisp.org>
22105
22106         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
22107         Also include <sys/param.h> if it defines MIN, MAX.
22108         Based on a patch by Derek Price <derek@ximbiot.com>.
22109
22110 2005-05-21  Jim Meyering  <jim@meyering.net>
22111
22112         * modules/fts (Files): Add m4/inttypes-pri.m4.
22113         (Depends-on): Add lstat and remove gettext.  Alphabetize.
22114
22115 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22116
22117         New fts module.
22118         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
22119         (setup_dir, free_dir): New functions.
22120         (enter_dir, leave_dir): Define trivial
22121         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
22122         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
22123         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
22124         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
22125         Move to fts-cycle.c.
22126         (fts_open): Use setup_dir.
22127         (fts_close): Use free_dir.
22128         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
22129         This adds a label and some gotos, but the alternatives were messier.
22130         Check for memory allocation failure when entering a dir.
22131         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
22132         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
22133         (FTS): New member fts_cycle, that is a union that contains the
22134         old active_dir_ht and cycle_state.  All uses changed to mention
22135         fts_cycle.ht and fts_cycle.state.
22136         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
22137         fts.c, with the following changes:
22138         (setup_dir, free_dir): New functions.
22139         (enter_dir): Now returns bool.  Return true if successful, false
22140         if memory exhausted.  All callers changed.
22141         Do not bother partly cleaning up on
22142         memory allocation failure; that is free_dir's job.
22143         However, free ad if hash_insert fails, to avoid memory leak.
22144         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
22145         fts->fts_options to see which union member to use.
22146
22147 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22148
22149         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
22150         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
22151
22152 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22153
22154         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
22155
22156 2005-05-20  Jim Meyering  <jim@meyering.net>
22157
22158         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
22159         Now a macro, to pacify GCC.
22160
22161 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
22162
22163         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
22164         of -1.
22165
22166 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
22167
22168         * lib/chown.c (rpl_chown): Return -1 on failure.
22169
22170 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
22171
22172         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
22173         Don't check for stddef.h.
22174         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
22175         don't use its results.
22176         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
22177         since we include them unconditionally.  Don't require
22178         AM_STDBOOL_H, since stdbool is a prerequisite.
22179         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
22180         since we assume C89 or better.
22181         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
22182         as we don't use their results.
22183         Don't check for fchdir, memmove, memset, strrchr, as we use
22184         them unconditionally.
22185         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
22186         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
22187
22188 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
22189
22190         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
22191         Include <stddef.h> unconditionally, since we assume C89 now.
22192         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
22193         * lib/fts.c: Include fts_.h first, to check interface.
22194         Do not include intprops.h; no longer needed.
22195         Include cycle-check.h and hash.h, since fts_.h no longer does.
22196         Remove unnecessary casts of closedir to void.
22197         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
22198         decide whether to decrement nlinks.
22199         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
22200         (FTS): Use struct hash_table * instead of Hash_table, so that
22201         we no longer need to include hash.h here.
22202
22203 2005-05-18  Jim Meyering  <jim@meyering.net>
22204
22205         * modules/dirfd (License): Change to LGPL.  Most of the code
22206         is already in the public domain.
22207
22208 2005-05-18  Jim Meyering  <jim@meyering.net>
22209
22210         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
22211         Reported by Yoann Vandoorselaere.
22212
22213 2005-05-17  Jim Meyering  <jim@meyering.net>
22214
22215         * m4/fts.m4: New file, from coreutils.
22216
22217 2005-05-17  Jim Meyering  <jim@meyering.net>
22218
22219         * lib/fts.c, lib/fts_.h: New files, from coreutils.
22220
22221 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22222
22223         Sync from coreutils.
22224         * m4/unlinkdir.m4: New file.
22225
22226 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22227
22228         Sync from coreutils.
22229         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
22230         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
22231         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
22232         White space changes only.
22233         * lib/makepath.c (make_path): Port to hosts where leading "//" is
22234         special.
22235         * lib/yesno.c: Include getline.h, not ctype.h.
22236         (yesno): Don't remove leading white space; POSIX doesn't allow it.
22237         Use getline to remove arbitrary restriction on response length.
22238
22239 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
22240
22241         * config/srclist-update: Spell out "Street" in FSF postal
22242         mail address; this is the style the FSF seems to prefer.
22243
22244         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
22245         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
22246         this updates FSF postal mail address.
22247
22248         Sync from coreutils.
22249         * modules/unlinkdir: New file.
22250         * modules/yesno (Depends-on): Add getline.
22251         * MODULES.html.sh (File system functions): Add unlinkdir.
22252
22253 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22254
22255         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
22256         lib/strsep.h:
22257         Change the initial comment to refer to GPL, not LGPL.
22258         gnulib-tool will change it to LGPL as needed.
22259
22260         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
22261         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
22262         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
22263         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
22264         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
22265         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
22266         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
22267         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
22268         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
22269         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
22270         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
22271         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
22272         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
22273         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
22274         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
22275         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
22276         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
22277         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
22278         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
22279         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
22280         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
22281         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
22282         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
22283         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
22284         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
22285         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
22286         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
22287         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
22288         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
22289         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
22290         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
22291         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
22292         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
22293         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
22294         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
22295         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
22296         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
22297         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
22298         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
22299         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
22300         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
22301         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
22302         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
22303         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
22304         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
22305         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
22306         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
22307         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
22308         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
22309         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
22310         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
22311         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
22312         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
22313         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
22314         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
22315         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
22316         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
22317         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
22318         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
22319         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
22320         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
22321         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
22322         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
22323         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
22324         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
22325         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
22326         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
22327         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
22328         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
22329         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
22330         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
22331         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
22332         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
22333         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
22334         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
22335         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
22336         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
22337         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
22338         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
22339         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
22340         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
22341         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
22342         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
22343         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
22344         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
22345         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
22346         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
22347         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
22348         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
22349         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
22350         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
22351         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
22352         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
22353         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
22354         lib/yesno.c, lib/yesno.h:
22355         Update FSF postal mail address.
22356
22357 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22358
22359         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
22360         tests/test-memmem.c, tests/test-stpncpy.c:
22361         Update FSF postal mail address.
22362
22363 2005-05-13  Bruno Haible  <bruno@clisp.org>
22364
22365         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
22366         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
22367         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
22368         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
22369         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
22370         Add support for 64-bit integers in the MSVC compiler.
22371
22372 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22373
22374         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
22375
22376 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
22377
22378         * gnulib-tool (func_import): Sort and uniquify recommended includes.
22379
22380 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
22381
22382         * doc/getdate.texi (General date syntax): Don't say that date
22383         date --iso-8601=ns generates acceptable dates; it doesn't yet.
22384         Problem reported by Nic Ferrier.
22385
22386 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22387
22388         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
22389         specified in ai_socktype. Fix invalid ai_protocol
22390         check. ai_protocol is usually set to 0 or depending on
22391         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
22392         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
22393         ai_socktype / ai_protocol in the returned addrinfo structure.
22394
22395 2005-05-10  Simon Josefsson  <jas@extundo.com>
22396
22397         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
22398         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22399
22400 2005-05-10  Karl Berry  <karl@gnu.org>
22401
22402         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
22403         (from http://www.gnu.org/licenses).
22404         * doc/COPYING.LIB: also rename to COPYING.LESSER.
22405         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
22406         fdl.texi suffices.
22407
22408 2005-05-10  Karl Berry  <karl@gnu.org>
22409
22410         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
22411         (COPYING.DOC): remove.
22412
22413         * config/srclist-update: new FSF address.
22414
22415 2005-05-10  Derek Price  <derek@ximbiot.com>
22416
22417         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
22418         possible.
22419
22420 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22421             Bruno Haible  <bruno@clisp.org>
22422
22423         * modules/inet_ntop: New file.
22424         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22425         inet_ntop.
22426
22427 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22428             Bruno Haible  <bruno@clisp.org>
22429
22430         * m4/inet_ntop.m4: New file.
22431
22432 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22433             Bruno Haible  <bruno@clisp.org>
22434
22435         * lib/inet_ntop.h: New file.
22436         * lib/inet_ntop.c: New file, from glibc with modifications.
22437
22438 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
22439
22440         * modules/time_r (License): Change to LGPL.
22441         * modules/extensions (License): Change to LGPL.  Actually,
22442         the license is more permissive than that, but currently gnulib-tool
22443         doesn't know how to handle more-permissive licenses.
22444
22445         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
22446         Problem reported by Dave Love.
22447
22448 2005-05-08  Jim Meyering  <jim@meyering.net>
22449
22450         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
22451         blank.
22452
22453 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
22454
22455         * modules/argmatch (Depends-on): Add stdbool.
22456         * modules/backupfile (Depends-on): Likewise.
22457         * modules/chdir-long (Depends-on): Likewise.
22458         * modules/closeout (Depends-on): Likewise.
22459         * modules/cycle-check (Depends-on): Likewise.
22460         * modules/dirname (Depends-on): Likewise.
22461         * modules/fnmatch (Depends-on): Likewise.
22462         * modules/fsusage (Depends-on): Likewise.
22463         * modules/fwriteerror (Depends-on): Likewise.
22464         * modules/getcwd (Depends-on): Likewise.
22465         * modules/getloadavg (Depends-on): Likewise.
22466         * modules/hard-locale (Depends-on): Likewise.
22467         * modules/makepath (Depends-on): Likewise.
22468         * modules/mountlist (Depends-on): Likewise.
22469         * modules/nanosleep (Depends-on): Likewise.
22470         * modules/posixtm (Depends-on): Likewise.
22471         * modules/quotearg (Depends-on): Likewise.
22472         * modules/readtokens (Depends-on): Likewise.
22473         * modules/readtokens0 (Depends-on): Likewise.
22474         * modules/readutmp (Depends-on): Likewise.
22475         * modules/save-cwd (Depends-on): Likewise.
22476         * modules/strftime (Depends-on): Likewise.
22477         * modules/userspec (Depends-on): Likewise.
22478         * modules/utimecmp (Depends-on): Likewise.
22479         * modules/xgetcwd (Depends-on): Likewise.
22480         * modules/xnanosleep (Depends-on): Likewise.
22481         * modules/xstrtod (Depends-on): Likewise.
22482         * modules/yesno (Depends-on): Likewise.
22483
22484 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
22485
22486         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
22487         needless checks.
22488
22489 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22490
22491         Merge from coreutils.  Among other things,
22492         add bulletproofing for cases where stdin, stdout, or stderr are closed.
22493         * lib/fd-safer.c: New file.
22494         * lib/fcntl-safer.h, open-safer.c: Remove.
22495         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
22496         * lib/dup-safer.c: Include unistd-safer.h first.
22497         Don't include errno.h.
22498         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
22499         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
22500         * lib/file-type.c: Rely on file-type.h change.
22501         * lib/getloadavg.c: Include unistd-safer.h.
22502         (getloadavg): Use safer open.
22503         * lib/getusershell.c: Include "stdio-safer.h".
22504         (getusershell): Use safer fopen.
22505         * lib/long-options.c (long_options): Use NULL rather than 0.
22506         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
22507         'free'.
22508         * lib/modechange.c: Likewise.
22509         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
22510         (MODE_DONE): New constant.
22511         (struct mode_change): Remove 'next' member.
22512         (make_node_op_equals): New function; like the old one of the
22513         same name, except it allocates an array.
22514         (mode_compile, mode_create_from_ref): Use it.
22515         (mode_compile): Allocate result as an array, not a linked list.
22516         Parse octal string ourself, so that we catch mistakes like "+0".
22517         (mode_adjust): Arg is an array, not a linked list.
22518         * lib/modechange.c: Include stat-macros.h, xalloc.h.
22519         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
22520         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
22521         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
22522         Remove.  This is now stat-macros.h's job.
22523         (talloc): Remove.  All callers replaced by xalloc, so that
22524         our invokers don't have to worry about reporting memory failures.
22525         (make_node_op_equals): Remove.
22526         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
22527         New constants.
22528         (struct mode_change): Moved here from modechange.h.
22529         (mode_append_entry): Remove.
22530         (mode_compile): Remove MASKED_OPS arg, since it encouraged
22531         apps to have incorrect behavior.  Use simpler algorithm for head
22532         and tail.  Don't futz with umask; that's now the job of mode_adjust.
22533         Detect more invalid usages rather than having somewhat-random behavior.
22534         Don't insert an "a=" action, as that leads to incorrect behavior.
22535         (mode_compile, mode_create_from_ref): Return NULL on error instead
22536         of an enum, since now there's only one way to have an error.  All
22537         callers changed.
22538         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
22539         at the correct time.  Simplify calculation of "+u" and its ilk.
22540         Don't mishandle "+X".
22541         (mode_free): Remove "register" and localize decls.
22542         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
22543         (struct mode_change): Move to modechange.c; callers don't
22544         need to see this stuff.
22545         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
22546         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
22547         (mode_change, mode_adjust): Reflect the new signatures noted above.
22548         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
22549         that might redefine system include files.
22550         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
22551         (my_usleep): Use NULL rather than (void *) 0.
22552         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
22553         Use siginterrupt to specify that system calls should be interrupted.
22554         (rpl_nanosleep): Move initialization of suspended closer to call of
22555         my_usleep.
22556         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
22557         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
22558         (desirable_utmp_entry): New function.
22559         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
22560         using x2nrealloc, to simplify logic.
22561         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
22562         size calculation.  Do not assume utmp file is a regular file.
22563         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
22564         (READ_UTMP_CHECK_PIDS): New constant.
22565         * lib/save-cwd.c: Include unistd-safer.h.
22566         (save_cwd): Use fd_safer.
22567         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
22568         [!_LIBC] Include "stat-macros.h" instead.
22569         * lib/unistd-safer.h (fd_safer): New decl.
22570
22571 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22572
22573         * modules/getloadavg (Depends-on): Add unistd-safer.
22574         * modules/getusershell (Depends-on): Add stdio-safer.
22575         * modules/lstat (Depends-on): Remove xalloc.
22576         * modules/mkstemp (Depends-on): Add stat-macros.
22577         * modules/modechange (Depends-on): Remove xstrtol.
22578         Add stat-macros, xalloc.
22579         * modules/save-cwd (Depends-on): Add unistd-safer.
22580         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
22581         * modules/unistd-safer (Files): Add lib/fd-safer.c
22582         (Makefile.am): Remove lib_SOURCES.
22583
22584         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
22585         Remove fcntl-safer; unistd-safer supersedes it.
22586
22587 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22588
22589         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
22590         AC_HEADER_STAT.
22591         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
22592         (gl_PREREQ_CHOWN): Remove.
22593         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
22594         it.  Don't require AC_HEADER_STAT.
22595         (gl_PREREQ_LSTAT): Remove.
22596         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
22597         Don't require AC_HEADER_STAT.
22598         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
22599         (gl_PREREQ_RMDIR): Remove.
22600         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
22601         mention stat-macros.h or AC_HEADER_STAT, since we'll make
22602         the stat-macros module a prerequisite.
22603         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
22604         * m4/filemode.m4 (gl_FILEMODE): Likewise.
22605         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
22606         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
22607         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
22608         variable names.
22609         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
22610         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
22611         variable prefixes.
22612         * m4/fcntl-safer.m4: Remove.
22613         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
22614         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
22615         Invoke gl_PREREQ_FD_SAFER.
22616         (gl_PREREQ_FD_SAFER): New macro.
22617         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
22618         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
22619         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
22620         Remove duplicate call to AC_LIBOBJ(readutmp).
22621         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
22622
22623         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
22624         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
22625
22626 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
22627
22628         * MODULES.html.sh (Misc): Add byteswap.
22629
22630 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22631
22632         * modules/getcwd (Depends-on): Add extensions.
22633         * modules/openat (Depends-on): Likewise.
22634
22635 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22636
22637         * modules/byteswap: New file.
22638
22639 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22640
22641         * m4/byteswap.m4: New file.
22642
22643 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
22644
22645         * lib/byteswap_.h: New file.
22646
22647 2005-04-25  Karl Berry  <karl@gnu.org>
22648
22649         * m4/gettext.m4: Update from GNU gettext 0.14.4.
22650
22651 2005-04-25  Albert Chin  <china@thewrittenword.com>
22652
22653         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
22654         Toolkit C bug.
22655
22656 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
22657
22658         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
22659         (func_ln_if_changed) Remove forcibly for no error message
22660         in case file does not exist.
22661
22662 2005-04-19  Simon Josefsson  <jas@extundo.com>
22663
22664         * gnulib-tool (Options): Make --symlink mean --symbolic.
22665
22666 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
22667
22668         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
22669
22670 2005-04-16  Simon Josefsson  <jas@extundo.com>
22671
22672         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
22673
22674 2005-04-15  Simon Josefsson  <jas@extundo.com>
22675
22676         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
22677
22678 2005-04-15  Simon Josefsson  <jas@extundo.com>
22679
22680         * gnulib-tool: Rename --symlink to --symbolic.
22681
22682 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
22683
22684         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
22685         symbolic links to files instead of copying/moving.  Add --aux-dir,
22686         specifying directory relative --dir where auxiliary build tools
22687         are placed.
22688
22689 2005-04-14  Bruno Haible  <bruno@clisp.org>
22690
22691         * modules/allocsa (License): Change to LGPL.
22692         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
22693
22694 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
22695
22696         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
22697         that "UTC +1 second" continues to work.  Problem reported
22698         by Dmitry V. Levin.
22699         (relunit_snumber): New rule.
22700         (relunit): Use it.
22701
22702 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
22703
22704         * lib/getdate.y (universal_time_zone_table): New constant.
22705         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
22706         universal_time_zone_table.
22707         (lookup_zone): Prefer universal_time_zone_table to
22708         local_time_zone_table, so that "GMT" time stamps are allowed in
22709         London during the summer.  Problem reported by Ian Abbott.
22710
22711 2005-04-12  Jim Meyering  <jim@meyering.net>
22712
22713         * lib/human.c (humblock): Set *options even when returning due to
22714         xstrtoumax conversion failure.  Thanks to a used-uninitialized
22715         warning from gcc-4.
22716
22717 2005-04-09  Jim Meyering  <jim@meyering.net>
22718
22719         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
22720         -Wuninitialized: initialize tm0.tm_year.
22721
22722 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
22723
22724         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
22725         count, since there's no maximum.  All uses changed.
22726         Add member dsts_seen.
22727         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
22728         not being INT_MAX.
22729         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
22730         Use pc_rels_seen to decide whther a date is absolute.
22731
22732         * lib/getdate.y (number): Don't overwrite year.
22733         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
22734         check.
22735
22736 2005-04-02  Simon Josefsson  <jas@extundo.com>
22737
22738         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
22739         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
22740
22741 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
22742
22743         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
22744         where no absolute path name can be longer than PATH_MAX.
22745
22746 2005-03-27  Jim Meyering  <jim@meyering.net>
22747
22748         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
22749
22750 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
22751
22752         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
22753         "one's complement" -> "ones' complement" in comment, as per Knuth.
22754         "value of type" -> "type or expression" in comment.
22755         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
22756
22757 2005-03-26  Jim Meyering  <jim@meyering.net>
22758
22759         Comment nits.
22760         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
22761         Correct typos: s/or/of/.
22762
22763 2005-03-26  Jim Meyering  <jim@meyering.net>
22764
22765         * modules/check-include-files: Move to ../ and rename to...
22766         * check-module: ...this.
22767
22768 2005-03-25  Jim Meyering  <jim@meyering.net>
22769
22770         * modules/xvasprintf (Files): Add xalloc.h.
22771
22772 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
22773
22774         * modules/gettext (Files): config/config.rpath ->
22775         build-aux/config.rpath
22776         * modules/iconv (Files): Likewise.
22777         Problem reported by Oskar Liljeblad.
22778
22779 2005-03-23  Jim Meyering  <jim@meyering.net>
22780
22781         * modules/check-include-files: New script to check for
22782         missing dependencies, multiple includes, etc.
22783
22784         * modules/c-strtold (Depends-on): Add xalloc.
22785         * modules/c-strtod (Depends-on): Add xalloc.
22786         * modules/hash (Depends-on): Add xalloc.
22787         (Files): Remove lib/xalloc.h.
22788
22789         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
22790         * modules/userspec (Files): Add lib/inttostr.h.
22791
22792 2005-03-23  Jim Meyering  <jim@meyering.net>
22793
22794         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
22795
22796 2005-03-22  Jim Meyering  <jim@meyering.net>
22797
22798         * modules/stat-macros: New module.
22799         * modules/canonicalize, modules/euidaccess, modules/file-type,
22800         * modules/filemode, modules/lchown, modules/makepath,
22801         * modules/rmdir, modules/stat: Depend on new stat-macros module
22802         rather than listing lib/stat-macros.h manually.
22803         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
22804
22805 2005-03-22  Jim Meyering  <jim@meyering.net>
22806
22807         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
22808
22809 2005-03-22  Bruno Haible  <bruno@clisp.org>
22810
22811         * config/srclist.txt: Replace target directory 'config' with
22812         'build-aux'.
22813         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
22814         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
22815         ../build-aux/.
22816
22817 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
22818
22819         * modules/chdir-long (Depends-on): Add mempcpy.
22820
22821         * modules/acl, modules/backupfile, modules/c-strtod,
22822         modules/c-strtold, modules/canon-host, modules/canonicalize,
22823         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
22824         modules/exclude, modules/exitfail, modules/file-type,
22825         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
22826         modules/getdate, modules/getline, modules/getpagesize,
22827         modules/getpass, modules/getugroups, modules/group-member,
22828         modules/hard-locale, modules/hash, modules/human, modules/idcache,
22829         modules/inttostr, modules/long-options, modules/makepath,
22830         modules/md5, modules/memcasecmp, modules/memcoll,
22831         modules/modechange, modules/mountlist, modules/path-concat,
22832         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
22833         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
22834         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
22835         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
22836         modules/strftime, modules/strndup, modules/strverscmp,
22837         modules/timespec, modules/unlocked-io, modules/userspec,
22838         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
22839         modules/yesno:
22840         Remove lib_SOURCES line from Makefile.am section, as this is now
22841         done automatically by the corresponding Autoconf macro.
22842
22843 2005-03-21  Jim Meyering  <jim@meyering.net>
22844
22845         Changes imported from coreutils.
22846
22847         * lib/cycle-check.c: Don't include xalloc.h.
22848
22849         * lib/path-concat.c: Don't include assert.h.
22850         (path_concat): Remove assertion that would have triggered
22851         for ABASE starting with more than one slash.
22852         Reported by Andreas Schwab.
22853
22854         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
22855         properly when ABASE is an absolute file name.
22856         Correct the description of this function.
22857         Include <assert.h>.
22858         Add an assertion and a test driver.
22859         This fixes a bug introduced on 2004-07-02.
22860         Andreas Schwab reported the resulting failure of cp --parents:
22861         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
22862
22863 2005-03-21  Jim Meyering  <jim@meyering.net>
22864
22865         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
22866         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
22867
22868 2005-03-21  Jim Meyering  <jim@meyering.net>
22869         and  Paul Eggert  <eggert@cs.ucla.edu>
22870
22871         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
22872         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
22873         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
22874         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
22875         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
22876         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
22877         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
22878         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
22879         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
22880         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
22881         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
22882         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
22883         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
22884         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
22885         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
22886         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
22887         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
22888         for these modules.
22889
22890 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
22891
22892         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
22893         (which shouldn't happen), generate nothing instead of returning 0
22894         immediately, so that nstrftime (NULL, ...) doesn't return 0.
22895
22896 2005-03-16  Bruno Haible  <bruno@clisp.org>
22897
22898         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
22899         HAVE_LONGLONG_64BIT.
22900
22901 2005-03-16  Bruno Haible  <bruno@clisp.org>
22902
22903         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
22904         HAVE_LONGLONG_64BIT.
22905
22906 2005-03-16  Bruno Haible  <bruno@clisp.org>
22907
22908         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
22909         HAVE_LONGLONG_64BIT.
22910
22911 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
22912
22913         * lib/strftime.c (my_strftime): Prepend space to format so that we can
22914         reliably distinguish strftime failure from empty output on POSIX
22915         hosts.
22916
22917 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
22918
22919         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
22920         (iconv_string): Don't guess a size-zero buffer, as that might cause
22921         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
22922         result would be 'too large', where 'too large' is (heuristically)
22923         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
22924         overflow concerns.  This will prevent some unwanted malloc failures
22925         when the inputs are very large.
22926
22927 2005-03-15  Karl Berry  <karl@gnu.org>
22928
22929         * config/srclist.txt (config.rpath): from gettext.
22930         * config/config.rpath: update.
22931
22932 2005-03-15  Bruno Haible  <bruno@clisp.org>
22933
22934         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
22935         to 'negate'.
22936
22937         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
22938         variable.
22939
22940         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
22941         results.
22942
22943 2005-03-14  Simon Josefsson  <jas@extundo.com>
22944
22945         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
22946         <fx@gnu.org>.
22947
22948 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
22949
22950         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
22951         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
22952         intprops.h.
22953         * lib/strtol.c: Likewise.
22954
22955 2005-03-14  Jim Meyering  <jim@meyering.net>
22956
22957         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
22958         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
22959         to be nonzero so that we (and caller) can detect the difference
22960         between a valid zero-length expansion and an error return, even
22961         when the underlying strftime fails before writing anything into
22962         that location.
22963
22964 2005-03-14  Bruno Haible  <bruno@clisp.org>
22965
22966         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
22967         Update from GNU gettext 0.14.3.
22968
22969 2005-03-10  Jim Meyering  <jim@meyering.net>
22970
22971         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
22972
22973 2005-03-10  Jim Meyering  <jim@meyering.net>
22974
22975         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
22976         so that this module works on systems without fchdir.
22977
22978 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
22979
22980         Factor int-properties macros into a single file, except for
22981         glibc-related files.
22982         * lib/intprops.h: New file.
22983         * lib/getloadavg.c: Include it instead of limits.h.
22984         (INT_STRLEN_BOUND): Remove.
22985         * lib/human.c: Include intprops.h.
22986         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
22987         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
22988         302/1000.
22989         * lib/inttostr.h: Include intprops.h instead of limits.h.
22990         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
22991         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
22992         for consistency with intprops.h.
22993         (time_t_is_integer, twos_complement_arithmetic): Use them.
22994         * lib/sig2str.h: Include <signal.h>, intprops.h.
22995         (INT_STRLEN_BOUND): Remove.
22996         * lib/strftime.c (TYPE_SIGNED): Remove.
22997         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
22998         * lib/strtol.c: Adjust comments to match intprops.h.
22999         * lib/userspec.c: Include intprops.h.
23000         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
23001         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
23002         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
23003         instead of rolling our own expressions.
23004         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
23005
23006         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
23007         instead of int.
23008         (my_strftime): Do not mishandle years close to INT_MAX, by doing
23009         the right thing even if adding 1900 would overflow.  Similarly
23010         for tm_mon + 1 and tm_yday + 1.
23011         Make %Y always equivalent to %C%y, and similarly for %G and %g.
23012         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
23013         (DO_SIGNED_NUMBER): New macro.
23014         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
23015
23016 2005-03-07  Bruno Haible  <bruno@clisp.org>
23017
23018         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
23019
23020 2005-03-07  Bruno Haible  <bruno@clisp.org>
23021
23022         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
23023
23024 2005-03-04  Derek R. Price  <derek@ximbiot.com>
23025
23026         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
23027         (func_import): Only replace files via --import when they have actually
23028         changed.
23029
23030 2005-03-03  Derek R. Price  <derek@ximbiot.com>
23031
23032         * m4/mmap-anon.m4: New file.
23033         * m4/pagealign_alloc.m4: New file.
23034
23035 2005-03-03  Derek R. Price  <derek@ximbiot.com>
23036             Bruno Haible  <bruno@clisp.org>
23037
23038         * modules/pagealign_alloc: New file.
23039         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
23040
23041 2005-03-03  Derek R. Price  <derek@ximbiot.com>
23042             Bruno Haible  <bruno@clisp.org>
23043
23044         * lib/pagealign_alloc.h: New file.
23045         * lib/pagealign_alloc.c: New file.
23046
23047 2005-03-03  Bruno Haible  <bruno@clisp.org>
23048
23049         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
23050         Use an all-permissive copyright notice, recommended by RMS.
23051
23052 2005-03-02  Bruno Haible  <bruno@clisp.org>
23053
23054         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
23055         of AIX, the replacement has to be done only after <string.h> is
23056         included, therefore not in config.h. stpncpy.h does the replacement,
23057         and stpncpy.c uses it.
23058
23059 2005-03-02  Bruno Haible  <bruno@clisp.org>
23060
23061         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
23062         stpncpy.c uses it.
23063
23064 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23065
23066         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
23067         The workaround isn't strictly needed for POSIX conformance, and
23068         it's too much of a pain to configure and maintain.  We'll ask
23069         people to fix their kernels instead.
23070         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
23071         (NANOSLEEP_BUG_WORKAROUND): Remove.
23072         (xnanosleep): Remove the workaround.
23073
23074 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23075
23076         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
23077         Reported by Derek Price.
23078         (Include): Add "timespec.h".
23079
23080         * modules/xnanosleep (Depends-on): Remove gethrxtime.
23081
23082 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23083
23084         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
23085         to detect nanosleep bug.
23086
23087 2005-03-01  Bruno Haible  <bruno@clisp.org>
23088
23089         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
23090
23091 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
23092
23093         * modules/gethrxtime: New file.
23094         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
23095         (Depends-on): Add gethrxtime.
23096         (configure.ac): Add gl_XNANOSLEEP.
23097         (Makefile.am): Remove lib_SOURCES line.
23098
23099 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
23100
23101         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
23102         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
23103
23104 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
23105
23106         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
23107         * lib/timespec.h (gettime): Return void, since it always
23108         succeeds now.  All uses changed.
23109         * lib/gettime.c (gettime) Likewise.
23110         [HAVE_NANOTIME]: Prefer nanotime.
23111         Assume gettimeofday succeeds, as POSIX requires.
23112         Assime time () succeeds, since other code already does.
23113         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
23114         (timespec_subtract): Remove.
23115         (NANOSLEEP_BUG_WORKAROUND): New constant.
23116         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
23117         things considerably.  Use it only on GNU/Linux hosts, since the
23118         workaround shouldn't be needed elsewhere.
23119
23120 2005-02-24  Bruno Haible  <bruno@clisp.org>
23121
23122         * modules/gettext (Files): Add m4/glibc2.m4.
23123
23124 2005-02-24  Bruno Haible  <bruno@clisp.org>
23125
23126         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
23127         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
23128         * m4/progtest.m4:
23129         Update from GNU gettext 0.14.2.
23130         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
23131
23132 2005-02-24  Bruno Haible  <bruno@clisp.org>
23133
23134         * lib/localcharset.c: Update from GNU gettext 0.14.2.
23135         * lib/config.charset: Update from GNU gettext 0.14.2.
23136
23137 2005-02-24  Bruno Haible  <bruno@clisp.org>
23138
23139         * lib/gettext.h: Update from GNU gettext 0.14.2.
23140
23141 2005-02-23  Simon Josefsson  <jas@extundo.com>
23142
23143         * m4/iconvme.m4: New file.
23144
23145 2005-02-23  Jim Meyering  <jim@meyering.net>
23146
23147         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
23148         change.
23149         Thanks to Bruno Haible for catching it.
23150
23151 2005-02-22  Simon Josefsson  <jas@extundo.com>
23152
23153         * modules/iconvme: New file.
23154
23155         * MODULES.html.sh: Add iconvme.
23156
23157 2005-02-22  Simon Josefsson  <jas@extundo.com>
23158
23159         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
23160
23161 2005-02-22  Simon Josefsson  <jas@extundo.com>
23162
23163         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
23164
23165 2005-02-22  Jim Meyering  <jim@meyering.net>
23166
23167         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
23168         s/ifndef/ifdef/.
23169
23170 2005-02-20  Neil Conway  <neilc@samurai.com>
23171
23172         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
23173         returned by OSX/Darwin if the specified buffer is not large
23174         enough for the hostname.
23175
23176 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23177
23178         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
23179         pass it to _help, otherwise the latter coredumps trying to
23180         dereference state.root_argp.
23181
23182 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23183
23184         * modules/chdir-long (Depends-on): Add memrchr.
23185         * modules/memrchr (Files): Add lib/memrchr.h.
23186         (Include): "memrchr.h".
23187
23188 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23189
23190         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
23191
23192 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23193
23194         * lib/memrchr.h: New file.
23195         * lib/chdir-long.c: Include it.
23196         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
23197         Don't bother including stddef.h.
23198
23199 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
23200
23201         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
23202         inclusion.
23203         Include <sys/types.h>, for dev_t.
23204         (ME_DUMMY, ME_REMOTE): Move from here....
23205         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
23206         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
23207         Dmitry V. Levin.
23208         Include mountlist.h first, to test the interface.
23209
23210 2005-01-29  Bruno Haible  <bruno@clisp.org>
23211
23212         * lib/progname.c (program_name): Initialize.
23213         Needed when linking statically on MacOS X.
23214
23215 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
23216
23217         Sync from coreutils.
23218         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
23219         (Depends-on): Add c-strtod.
23220         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
23221
23222 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
23223
23224         Sync from coreutils.
23225         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
23226
23227         Remove files that are specific to coreutils.
23228         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
23229
23230 2005-01-28  Bruno Haible  <bruno@clisp.org>
23231
23232         * modules/javacomp: New file.
23233         * MODULES.html.sh (Java): Add javacomp.
23234
23235 2005-01-28  Bruno Haible  <bruno@clisp.org>
23236
23237         * m4/javacomp.m4: New file, from GNU gettext.
23238
23239 2005-01-28  Bruno Haible  <bruno@clisp.org>
23240
23241         * lib/javacomp.sh.in: New file, from GNU gettext.
23242         * lib/javacomp.h: New file, from GNU gettext.
23243         * lib/javacomp.c: New file, from GNU gettext.
23244
23245 2005-01-26  Simon Josefsson  <jas@extundo.com>
23246
23247         * lib/gai_strerror.c: Use GPL in header.
23248
23249 2005-01-26  Bruno Haible  <bruno@clisp.org>
23250
23251         * modules/javaexec: New file.
23252         * MODULES.html.sh (Java): Add javaexec.
23253
23254 2005-01-26  Bruno Haible  <bruno@clisp.org>
23255
23256         * m4/javaexec.m4: New file, from GNU gettext.
23257
23258 2005-01-26  Bruno Haible  <bruno@clisp.org>
23259
23260         * lib/javaexec.sh.in: New file, from GNU gettext.
23261         * lib/javaexec.h: New file, from GNU gettext.
23262         * lib/javaexec.c: New file, from GNU gettext.
23263
23264 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23265
23266         * modules/lchown (Depends-on): Remove lchown.h
23267
23268 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23269
23270         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
23271         must be defined if the header file was not found, in order
23272         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
23273
23274 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23275
23276         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
23277         initializers for struct pentry_state.
23278         (__argp_error): Check return value of __asprintf
23279         (__argp_failure): Translate error message
23280
23281         * lib/argp-parse.c: Removed braces around the expansion of N_()
23282
23283 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
23284
23285         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
23286         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
23287         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
23288         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
23289         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
23290         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
23291         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
23292         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
23293         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
23294         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
23295         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
23296         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
23297         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
23298         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
23299         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
23300         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
23301         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
23302         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
23303         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
23304         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
23305         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
23306         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
23307         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
23308         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
23309         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
23310         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
23311         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
23312         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
23313         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
23314         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
23315         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
23316         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
23317         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
23318         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
23319         xstrtol.m4, xstrtoumax.m4, yesno.m4:
23320         Use an all-permissive copyright notice, recommended by RMS.
23321
23322 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
23323
23324         * modules/chdir-long (Depends-on): Remove mempcpy.
23325
23326 2005-01-21  Jim Meyering  <jim@meyering.net>
23327
23328         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
23329         same value as for Solaris 9.
23330
23331         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
23332         component length.  This included changing the parameter to be
23333         of type `char *' rather than `char const *'.
23334         * lib/chdir-long.h (chdir_long): Update prototype.
23335
23336         * lib/openat.c (fdopendir, fstatat): New functions.
23337         * lib/openat.h: Include headers required for use of DIR and struct
23338         stat.
23339         [AT_SYMLINK_NOFOLLOW]: Define.
23340         (fdopendir, fstatat): Add prototypes.
23341
23342 2005-01-21  Bruno Haible  <bruno@clisp.org>
23343
23344         * modules/classpath: New file.
23345         * MODULES.html.sh (Java): Add classpath.
23346
23347 2005-01-21  Bruno Haible  <bruno@clisp.org>
23348
23349         * lib/classpath.h: New file, from GNU gettext.
23350         * lib/classpath.c: New file, from GNU gettext.
23351
23352 2005-01-20  Simon Josefsson  <jas@extundo.com>
23353
23354         * modules/version-etc-fsf: New file.
23355
23356 2005-01-20  Simon Josefsson  <jas@extundo.com>
23357
23358         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
23359         * lib/version-etc.c: Remove version_etc_copyright.
23360         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
23361         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
23362
23363 2005-01-20  Simon Josefsson  <jas@extundo.com>
23364
23365         * lib/base64.h (isbase64): Add.
23366
23367         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
23368         using a unsigned prototype, don't inline.
23369         (base64_decode): Use it.
23370
23371 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23372
23373         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
23374         it.
23375
23376 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23377
23378         * lib/save-cwd.c (save_cwd): Remove code to support the case
23379         where fchdir is missing or flaky.
23380
23381 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
23382
23383         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
23384
23385 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
23386
23387         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
23388         AC_LIBSOURCES now does this.
23389         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
23390         with new ullong_max module.
23391
23392 2005-01-19  Bruno Haible  <bruno@clisp.org>
23393
23394         * modules/sh-quote: New file.
23395         * MODULES.html.sh (Executing programs): Add sh-quote.
23396
23397 2005-01-19  Bruno Haible  <bruno@clisp.org>
23398
23399         * lib/sh-quote.h: New file, from GNU gettext.
23400         * lib/sh-quote.c: New file, from GNU gettext.
23401
23402 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23403
23404         Merge from coreutils.
23405         * m4/ullong_max.m4: New file.
23406         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
23407         (gl_MACROS): Assume localeconv exists.
23408
23409 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23410
23411         Merge changes from coreutils, as described below in several
23412         changelogs dated today.
23413
23414         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
23415         (O_DIRECTORY): Remove; not needed here, since "." must be
23416         a directory.  All uses removed.
23417         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
23418         universal on Suns, and we also need to test for IRIX.
23419         Revamp code to use 'if' rather than '#if'.
23420         Avoid unnecessary comparison of cwd->desc to 0.
23421
23422         * lib/utimens.c (futimens): Robustify the previous patch, by checking
23423         for known valid error numbers rather than observed invalid ones.
23424
23425 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
23426
23427         * modules/ullong_max: New file.
23428
23429         * modules/chdir-long, modules/openat: New files.
23430         * modules/save-cwd (Depends-on): Depend on chdir-long.
23431         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
23432
23433 2005-01-18  Jim Meyering  <jim@meyering.net>
23434
23435         Merge from coreutils.
23436         * m4/chdir-long.m4, m4/openat.m4: New files.
23437         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
23438         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
23439         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
23440         is sane and DOES follow symlinks.  Besides, testing 20 different
23441         systems found no broken chown implementations.
23442         Prompted by a change in rsync's copy of this macro.
23443         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
23444
23445         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
23446
23447         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
23448         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
23449         NULL-means-set-to-current-time semantics.
23450         Remove temporary file immediately, rather than waiting
23451         for configure's at-exit trap code to do it.
23452
23453 2005-01-18  Jim Meyering  <jim@meyering.net>
23454
23455         * lib/version-etc.c (version_etc_copyright): Update copyright date.
23456
23457         * lib/utimens.c (futimens): Account for the fact that futimes
23458         can also fail with errno == ENOSYS or errno == ENOENT.
23459         Patch from Dmitry V. Levin.
23460
23461         Change the name of the robust chdir function from chdir to chdir_long.
23462         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
23463         (restore_cwd): Use chdir_long, not chdir.
23464         * lib/chdir-long.c: Renamed from chdir.c.
23465         * lib/chdir-long.h: Renamed from chdir.h.
23466         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
23467         Hurd.
23468
23469 2005-01-18  Bruno Haible  <bruno@clisp.org>
23470
23471         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
23472         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
23473         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
23474         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
23475         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
23476         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
23477         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
23478         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
23479         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
23480         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
23481         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
23482         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
23483         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
23484         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
23485         Use an all-permissive copyright notice, recommended by RMS.
23486
23487 2005-01-18  Bob Proulx  <bob@proulx.com>
23488
23489         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
23490         simplify offsetof() macro construct to avoid compile failure with
23491         native HP-UX 11.0 ANSI C compiler.
23492
23493 2005-01-17  Bruno Haible  <bruno@clisp.org>
23494
23495         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
23496         redundant because stpncpy.m4 takes care of it.
23497
23498 2005-01-17  Bruno Haible  <bruno@clisp.org>
23499
23500         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
23501
23502 2005-01-17  Bruno Haible  <bruno@clisp.org>
23503
23504         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
23505         used.
23506
23507 2005-01-17  Bruno Haible  <bruno@clisp.org>
23508
23509         * lib/fwriteerror.h (fwriteerror): Change specification to include
23510         fclose.
23511         * lib/fwriteerror.c: Include <stdbool.h>.
23512         (fwriteerror): At the end, close the file stream. Record whether
23513         stdout was already closed.
23514
23515 2005-01-17  Bruno Haible  <bruno@clisp.org>
23516
23517         * lib/execute.c (environ): Declare if needed.
23518         * lib/pipe.c (environ): Likewise.
23519         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
23520
23521 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23522
23523         * modules/argp: Depend on vsnprintf
23524
23525 2005-01-10  Jim Meyering  <jim@meyering.net>
23526
23527         * modules/closeout (Depends-on): Add atexit.
23528
23529 2005-01-06  Bruno Haible  <bruno@clisp.org>
23530
23531         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
23532
23533 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
23534
23535         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
23536         definitions to be after all include files, to avoid collisions.
23537         Problem reported by Bob Proulx.
23538
23539 2005-01-04  Jim Meyering  <jim@meyering.net>
23540
23541         Changes imported from coreutils.
23542         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
23543         as the mkstemp template, use a temporary directory and an
23544         8.3-friendly template to avoid trouble on systems like DJGPP.
23545         Reported by Juan M. Guerrero via Stepan Kasal.
23546         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
23547         close. Remove the temporary directory right away, rather than waiting
23548         for configure's at-exit trap code to do it.
23549         Suggestion from Stepan Kasal.
23550
23551 2005-01-01  Simon Josefsson  <jas@extundo.com>
23552
23553         * gnulib-tool: Print #include directives when --import'ing.
23554
23555 2004-12-28  Simon Josefsson  <jas@extundo.com>
23556
23557         * tests/test-base64.c: Include required header files.  Remove
23558         unused variables.
23559
23560 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
23561
23562         * modules/error (Depends-on): Remove gettext.
23563
23564 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
23565
23566         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
23567         not needed.  This removes a dependency on the gettext module.
23568         [defined _LIBC]: Do not include <libintl.h>; not needed.
23569
23570 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
23571
23572         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
23573         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
23574
23575 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
23576
23577         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
23578         HAVE_DECL_STRTOLD.
23579
23580 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23581
23582         * modules/getdate (Depends-on): Remove alloca-opt.
23583
23584 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23585
23586         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
23587
23588 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
23589
23590         * lib/argp-parse.c: Include <stddef.h>.
23591         (alignof, alignto): New macros.
23592         (parser_init): Don't assume that void * is aligned sufficiently
23593         for struct option.
23594
23595         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
23596         need to extend the stack.
23597         (YYINITDEPTH): New macro, so that the initial stack isn't overly
23598         large.
23599
23600 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23601
23602         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
23603
23604 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
23605
23606         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
23607         (2004-10-24) change.  Apparently this was a false alarm.
23608
23609         * modules/getdate: Depend on alloca-opt, not alloca.
23610
23611 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
23612
23613         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
23614         Remove now-obsolete comment about AIX.
23615         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
23616         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
23617         (YYMAXDEPTH): New macro.
23618
23619 2004-12-18  Simon Josefsson  <jas@extundo.com>
23620
23621         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
23622
23623 2004-12-18  Bruno Haible  <bruno@clisp.org>
23624
23625         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
23626
23627 2004-12-18  Bruno Haible  <bruno@clisp.org>
23628
23629         * lib/fatal-signal.c (fatal_signals): Make non-const.
23630         (init_fatal_signals): New function.
23631         (uninstall_handlers, install_handlers): Ignore signals that were set to
23632         SIG_IGN.
23633         (at_fatal_signal): Call init_fatal_signals.
23634         (init_fatal_signal_set): Likewise. Ignore signals that were set to
23635         SIG_IGN.
23636         Reported by Paul Eggert.
23637
23638 2004-12-18  Bruno Haible  <bruno@clisp.org>
23639
23640         * doc/alloca.texi: New file.
23641         * doc/alloca-opt.texi: New file.
23642
23643 2004-12-17  Jim Meyering  <jim@meyering.net>
23644
23645         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
23646         Otherwise, install-sh could exit with improper exit status when
23647         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
23648
23649 2004-12-16  Simon Josefsson  <jas@extundo.com>
23650
23651         * tests/test-base64.c: Add license.
23652
23653 2004-12-15  Stepan Kasal  <address@hidden>
23654
23655         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
23656
23657 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
23658
23659         * modules/getcwd (Files): Add m4/d-ino.m4.
23660         Suggested by Mark D. Baushke.
23661
23662 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
23663
23664         * lib/getdate.y (textint): New member "negative".
23665         (time_zone_hhmm): New function.
23666         Expect 14 shift-reduce conflicts, not 13.
23667         (o_colon_minutes): New rule.
23668         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
23669         (yylex): Set the "negative" member of signed numbers.
23670
23671 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
23672
23673         * doc/getdate.texi (Time of day items, Time zone items):
23674         Describe new formats +00:00, UTC+00:00.
23675
23676 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
23677
23678         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
23679         spurious "-l"s.  Problem reported by Stepan Kasal.
23680
23681 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
23682
23683         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
23684         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
23685
23686 2004-12-04  Simon Josefsson  <jas@extundo.com>
23687
23688         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
23689         Vandoorselaere <yoann@prelude-ids.org>.
23690
23691 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23692
23693         Changes imported from coreutils.
23694         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
23695         exist.
23696         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
23697
23698 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23699
23700         Changes imported from coreutils.
23701         * lib/hard-locale.c: Assume <locale.h> exists.
23702         Include "strdup.h".
23703         (GLIBC_VERSION): New macro.
23704         (hard_locale): Assume setlocale exists.
23705         Rewrite to avoid #ifdef.
23706         Use strdup rather than malloc + strcpy.
23707         * lib/human.c: Assume <locale.h> exists.
23708         (human_readable): Assume localeconv exists.
23709
23710 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23711
23712         * modules/hard-locale (Depends-on): Add strdup.
23713
23714 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
23715
23716         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
23717         convert T2, not T.  (Imported from libc.)
23718
23719 2004-11-30  Simon Josefsson  <jas@extundo.com>
23720
23721         * modules/restrict (License): Change to LGPL.
23722
23723 2004-11-30  Simon Josefsson  <jas@extundo.com>
23724
23725         * m4/restrict.m4: Add copyright and copying conditions.
23726
23727 2004-11-30  Simon Josefsson  <jas@extundo.com>
23728
23729         * m4/base64.m4: New file.
23730
23731 2004-11-30  Simon Josefsson  <jas@extundo.com>
23732
23733         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
23734         base64.
23735
23736         * tests/test-base64.c: New file.
23737
23738         * modules/base64: New file.
23739
23740 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
23741
23742         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
23743         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
23744
23745         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
23746
23747 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
23748
23749         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
23750         (__getcwd.c): Don't restore errno; glibc doesn't.
23751         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
23752         first, falling back to our code only if its results look suspicious.
23753         Ensure that the resulting buffer is only as large as necessary.
23754
23755         * lib/readutmp.c: Include readutmp.h first.
23756         Include <errno.h>, since readutmp.h no longer does that.
23757         * lib/readutmp.h: Don't include <errno.h>,
23758         <sys/param.h>, <time.h>; not needed to establish interface.
23759         (errno): Remove decl.
23760         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
23761         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
23762         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
23763
23764 2004-11-28  Simon Josefsson  <jas@extundo.com>
23765
23766         * lib/base64.h, base64.c: New file.
23767
23768 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
23769
23770         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
23771
23772 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
23773
23774         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
23775         (Depends-on): Remove pathmax, same.  Add mempcpy.
23776         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
23777         (Makefile.am): Append getcwd.h to lib_SOURCES.
23778         (Include): Add getcwd.h.
23779         (Maintainer): Change from Jim Meyering to "all, glibc",
23780         since getdate now uses intended-for-glibc code.
23781         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
23782         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
23783
23784 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
23785
23786         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
23787         HP's ANSI C compiler.
23788         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
23789         Declaring int functions causes warnings on some modern systems and
23790         shouldn't be needed to compile on ancient ones.
23791         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
23792         defined.
23793
23794         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
23795         with the following changes.
23796         (__set_errno): Parenthesize properly.
23797         Include <stdbool.h>.
23798         (MIN, MAX, MATCHING_INO): New macros.
23799         (__getcwd): Define with prototype, not K&R form.
23800         Use heuristics to allocate default buffer on stack if possible.
23801         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
23802         behavior, and to avoid the PATH_MAX limit when computing
23803         ../../../../...
23804         Use MATCHING_INO to compare inode number to file.
23805         Check for arithmetic overflow in size calculations.
23806         Fix bug in reallocation of dot array that caused getcwd to fail
23807         on directories nested deeper than 75.
23808         Be more careful about saving errno on error.
23809         Do not use realloc; use only free+malloc, as this is a bit
23810         more flexible and avoids a needless copy operation.
23811         Do not inspect st_dev and st_ino for symbolic links; POSIX
23812         doesn't specify the latter.
23813         Check for closedir errors.
23814         Avoid needless casts.
23815         Use "#ifdef weak_alias" around weak_alias, to be like other
23816         glibc code.
23817         The following changes to getcwd.c have effect only when used in
23818         gnulib; they have no effect inside glibc proper.
23819         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
23820         as alloca isn't used.
23821         (alloca, __alloca): Likewise.
23822         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
23823         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
23824         unconditionally, as gnulib assumes C89 or better.
23825         Do not include <sys/param.h>.
23826         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
23827         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
23828         better.
23829         (NULL) [!defined NULL]: Remove; we assume C89 or better.
23830         Include <dirent.h> in a way that is compatible with modern Autoconf.
23831         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
23832         New macros, if not already defined.
23833         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
23834         Use "_LIBC", not "defined _LIBC", for consistency.
23835         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
23836         a mempcpy module.
23837         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
23838         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
23839         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
23840         credit only to Jim Meyering and adjust the copyright dates.
23841         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
23842         <stdlib.h>, <unistd.h>, "pathmax.h".
23843         Instead, include "xgetcwd.h" (first) and "getcwd.h".
23844         (INITIAL_BUFFER_SIZE): Remove.
23845         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
23846
23847 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
23848
23849         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
23850         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
23851         Use the _ONCE methods, for efficiency.
23852         Check for fcntl.h.  In test program, include <errno.h>
23853         and <fcntl.h> if available.  Remove old K&R cruft from
23854         test program.  Check for common errors in GNU/Linux,
23855         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
23856         don't do AC_LIBOBJ, as that's getcwd.m4's job.
23857         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
23858         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
23859         name accordingly.
23860         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
23861         accommodate new getcwd.c.
23862         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
23863         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
23864         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
23865         that's all we need now.
23866
23867 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23868
23869         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
23870         argp-parse.c depends on getopt internals, that means we should
23871         always use our getopt, to be on the safe side.
23872         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
23873         order not to spoil the result of an eventual previous invocation
23874         of gl_GETOPT_SUBSTITUTE.
23875
23876 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23877
23878         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
23879         redefinition warnings. To avoid them, include the defines
23880         in `#if !defined __need_getopt ... #endif'. The only place
23881         where __getopt_argv_const is used is in definitions
23882         of getopt_long and getopt_long_only below, which are as well
23883         protected by `#ifndef __need_getopt'.
23884         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
23885         __need_getopt after including <stdio.h> and <unistd.h> These
23886         headers might have defined it.
23887
23888 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
23889
23890         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
23891
23892 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
23893
23894         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
23895         (futimens): New function, which uses futimes if available.
23896         (futimens, utimens): Support timespec==NULL, with same semantics
23897         as utime and utimens.
23898         * lib/utimens.h (futimens): New decl.
23899
23900 2004-11-23  Jim Meyering  <jim@meyering.net>
23901
23902         * lib/getopt_.h: Remove trailing blanks.
23903
23904 2004-11-23  Jim Meyering  <jim@meyering.net>
23905
23906         * lib/__fpending.c: Add comment.
23907
23908 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
23909
23910         * modules/canonicalize (Depends-on): Add xreadlink.
23911         Problem reported by James Youngman.
23912
23913 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
23914
23915         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
23916         New macros.
23917         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
23918         optopt): Use them instead of invoking ## directly; otherwise, the
23919         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
23920
23921 2004-11-19  Bruno Haible  <bruno@clisp.org>
23922
23923         * lib/strtok_r.c: Move comments from here...
23924         * lib/strtok_r.h: ... to here.
23925
23926 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
23927
23928         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
23929         implementations that mishandle size_t overflow.
23930
23931 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
23932
23933         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
23934         might fail.  Problem reported by Yoann Vandoorselaere.
23935         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
23936         implementations that mishandle size_t overflow.
23937
23938 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23939
23940         * modules/canon-host (Depends-on): Add strdup.
23941
23942 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23943
23944         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
23945
23946 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23947
23948         * lib/canon-host.c: Include "strdup.h".
23949         (canon_host): Use getaddrinfo if available, so that IPv6 works.
23950         Use strdup instead of malloc/strcpy to duplicate strings.
23951
23952         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
23953         (human_space_before_unit): New constant.
23954         * lib/human.c (human_readable): Support it.
23955
23956         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
23957         (xgetcwd): Set errno correctly when failing.
23958         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
23959         the failure is actually due to a PATH_MAX problem.
23960
23961         Further getopt changes to make it more likely that glibc will
23962         buy the changes back.
23963         * lib/getopt.c (POSIXLY_CORRECT): New constant.
23964         (getopt): Use it, so to preserve glibc semantic
23965         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
23966         when compiling for libc.
23967         * lib/getopt_.h (__getopt_argv_const): Bring it back.
23968         (getopt_long, getopt_long_only): Use it.
23969
23970         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
23971         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
23972         (getopt): Argv is now char * const *, as per standard.
23973         (_getopt_internal_r, _getopt_internal): Argv is now char **,
23974         not char *__getopt_argv_const *.
23975         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
23976         _getopt_long_only_r): Likewise.
23977         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
23978         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
23979         _getopt_long_r, _getopt_long_only_r): Likewise.
23980         * lib/getopt_.h (__getopt_argv_const): Remove.
23981         (getopt): Argv is now char * const *, as per standard.
23982
23983         * lib/getdate.y (tORDINAL): New token.
23984         (day, relunit): Allow it for relative times.
23985         (relative_time_table): Use tORDINAL for ordinals.
23986
23987 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
23988
23989         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
23990         Document that "second" isn't allowed as an ordinal number.
23991
23992 2004-11-16  Jim Meyering  <jim@meyering.net>
23993
23994         * modules/closeout (Depends-on): Add fpending.
23995
23996 2004-11-15  Jim Meyering  <jim@meyering.net>
23997
23998         * lib/closeout.c: Include "__fpending.h" once again.
23999         Include <stdbool.h>.
24000         (close_stdout): Don't fail just because stdout was closed initially,
24001         since some programs don't write to stdout in the normal course of
24002         operation (other than --version and --help), and we don't want this
24003         function to make e.g. `touch file >&-' fail.
24004         But do fail if it was closed and someone has tried to write to it.
24005         E.g., `printf foo >&-' must fail.
24006
24007 2004-11-13  Jim Meyering  <jim@meyering.net>
24008
24009         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
24010
24011 2004-11-12  Simon Josefsson  <jas@extundo.com>
24012
24013         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
24014         small doc fix is still pending.
24015
24016 2004-11-11  Simon Josefsson  <jas@extundo.com>
24017
24018         * modules/strtok_r: New file.
24019
24020         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24021         strtok_r.
24022
24023 2004-11-11  Simon Josefsson  <jas@extundo.com>
24024
24025         * m4/strtok_r.m4: New file.
24026
24027         * m4/getopt.m4: Replace opterr.
24028
24029 2004-11-11  Simon Josefsson  <jas@extundo.com>
24030
24031         * lib/strtok_r.h, strtok_r.c: New file.
24032
24033 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
24034
24035         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
24036         of replacing opterr, getopt, etc.  This should handle the
24037         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
24038
24039 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
24040
24041         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
24042         we can stop lying to compilers about the constness of argv when we
24043         are compiled outside glibc.
24044         (getopt, getopt_long, getopt_long_only): Use it.
24045         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
24046         _getopt_internal, getopt): Likewise.
24047         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
24048         _getopt_long_only_r): Likewise.
24049         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
24050         _getopt_long_r, _getopt_long_only_r): Likewise.
24051
24052         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
24053         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
24054         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
24055         the other external symbols.
24056         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
24057         declaration, since the above renaming now works around collisions.
24058
24059 2004-11-11  Jim Meyering  <jim@meyering.net>
24060
24061         * lib/linebreak.c: Remove trailing blanks.
24062         * lib/alloca_.h: Likewise.
24063         * lib/acosl.c: Likewise.
24064         * lib/euidaccess.c: Likewise.
24065         * lib/allocsa.h: Likewise.
24066
24067 2004-11-10  Simon Josefsson  <jas@extundo.com>
24068
24069         * m4/getaddrinfo.m4: New file.
24070
24071 2004-11-10  Simon Josefsson  <jas@extundo.com>
24072
24073         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
24074
24075 2004-11-10  Simon Josefsson  <jas@extundo.com>
24076
24077         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24078         getaddrinfo.
24079
24080         * modules/getaddrinfo: New file.
24081
24082 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24083
24084         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
24085
24086 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
24087
24088         * lib/mktime.c (SHR): New macro, which is a portable
24089         substitute for >> that should work even on Crays.
24090         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
24091         Problem reported by Mark D. Baushke in
24092         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
24093         * lib/getdate.y (SHR): Likewise.
24094         (tm_diff): Use it.
24095         * lib/strftime.c (SHR): Likewise.
24096         (tm_diff): Use it.
24097         * lib/quotearg.c (struct quoting_options): Use unsigned int for
24098         quote_these_too, so that right shifts are well defined.  All uses
24099         changed.
24100
24101 2004-11-10  Jim Meyering  <jim@meyering.net>
24102
24103         Ensure that no close failure goes unreported.
24104         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
24105         return early when it seems there's nothing to flush.
24106         Don't include __fpending.h.
24107
24108 2004-11-10  Jim Meyering  <jim@meyering.net>
24109
24110         * modules/closeout (Depends-on): Remove fpending.
24111
24112 2004-11-10  Jim Meyering  <jim@meyering.net>
24113
24114         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
24115
24116 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
24117
24118         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
24119         gl_FUNC_STRFTIME.
24120         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
24121         and AC_REQUIRE when possible, to avoid duplicate checks.
24122         Check for <wchar.h>.
24123
24124 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
24125
24126         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
24127
24128 2004-11-09  Bruno Haible  <bruno@clisp.org>
24129
24130         * m4/sockpfaf.m4: New file.
24131
24132 2004-11-05  Bruno Haible  <bruno@clisp.org>
24133
24134         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
24135         Reported by Mark D. Baushke <mdb@cvshome.org>.
24136
24137 2004-11-04  Bruno Haible  <bruno@clisp.org>
24138
24139         2004-09-11  Bruno Haible  <bruno@clisp.org>
24140                 * allocsa.valgrind: New file.
24141         2004-02-06  Bruno Haible  <bruno@clisp.org>
24142                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
24143                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
24144                 Reported by Christopher Seip <chris.seip@hp.com>.
24145
24146 2004-11-04  Bruno Haible  <bruno@clisp.org>
24147
24148         * modules/allocsa (Files): Add lib/allocsa.valgrind.
24149         (Makefile.am): Distribute it.
24150
24151 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
24152
24153         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
24154         with errno == ERANGE if the buffer is too small.
24155         Problem reported by Mark D. Baushke.
24156
24157 2004-11-03  Albert Chin  <china@thewrittenword.com>
24158             Paul Eggert  <eggert@cs.ucla.edu>
24159
24160         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
24161         equivalent, substitute $ac_type for equivalent type rather than
24162         blindly using uint32_t *always* which won't work if uint32_t is not
24163         available.  Define _UINT32_T to work around typedef of uint32_t if
24164         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
24165         2.5.1.
24166
24167 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
24168
24169         * m4/jm-macros.m4: Sync from coreutils.
24170         (gl_MACROS): Check for mbrlen, for pathchk.
24171         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
24172
24173 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
24174
24175         * lib/xreadlink.c (MAXSIZE): New macro.
24176         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
24177         size does not exceed MAXSIZE.  Avoid cast.
24178         As suggested by Mark D. Baushke in
24179         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
24180         if readlink fails with buffer size just under MAXSIZE, try again
24181         with MAXSIZE.
24182
24183 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
24184
24185         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
24186
24187 2004-11-02  Derek R. Price  <derek@ximbiot.com>
24188         and  Paul Eggert  <eggert@cs.ucla.edu>
24189
24190         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
24191         (get_date): Overparenthesize to avoid GCC warning.
24192
24193 2004-11-02  Bruno Haible  <bruno@clisp.org>
24194
24195         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
24196         returns void.
24197
24198 2004-11-02  Bruno Haible  <bruno@clisp.org>
24199
24200         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
24201         function returns void.
24202
24203 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
24204
24205         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
24206         fflush_unlocked, flockfile, funlockfile, funlockfile,
24207         fputs_unlocked, putc_unlocked.
24208
24209 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
24210
24211         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
24212         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
24213         already declared.
24214
24215 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24216
24217         * modules/getdate (Files): Add doc/getdate.texi.
24218         (Depends-on): Add setenv, xalloc.
24219
24220 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24221
24222         * lib/getdate.y: Add support for TZ="foo" within a date string.
24223         Fix some bugs near time_t boundaries.  Reject dates with
24224         out-of-range components, e.g., "Sept 31".
24225         Include <stdlib.h>, "setenv.h", "xalloc.h".
24226         (ISDIGIT_LOCALE): Remove; unused.
24227         Note that the TZ and time functions used here are not reentrant.
24228         (mktime_ok, get_tz): New functions.
24229         (TZBUFSIZE): New constant.
24230         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
24231         This requires that we sometimes generate our own TZ="XXX..." setting.
24232
24233 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
24234
24235         * doc/getdate.texi: New file, from coreutils with modifications for
24236         the new TZ parsing.
24237
24238 2004-10-27  Derek R. Price  <derek@ximbiot.com>
24239
24240         * lib/mktime.c (not_equal_tm): Remove redundant check.
24241
24242 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
24243
24244         * modules/regex (lib_SOURCES): Add regex.c.
24245         Reported by James Youngman in
24246         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
24247
24248 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
24249
24250         * lib/getdate.y: Use Bison 1.875 features, and some minor
24251         code cleanups.  This change does not affect semantics.
24252         Don't include <stdlib.h>; no longer needed.
24253         Don't include unlocked-io.h; only the "#if TEST" code uses
24254         stdio, and performance isn't crucial there.
24255         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
24256         Bison 1.875 features as described below.
24257         All uses of "PC." replaced by "pc->".
24258         (YYSTYPE): Add a forward declaration.
24259         (yylex, yyerror): Use full prototypes in forward decls.
24260         Use "%pure-parser" rather than obsolescent "%pure_parser".
24261         Use %parse-param and %lex-param instead of obsolescent
24262         YYPARSE_PARAM and YYLEX_PARAM.
24263         (meridian_table, month_and_day_table, time_units_table,
24264         relative_time_table, time_zone_table, military_table,
24265         lookup_zone, lookup_word, get_date):
24266         Use NULL instead of 0 where appropriate.
24267         (to_hour): Avoid abort (), to avoid a dependency on
24268         stdlib.h.
24269         (yyerror, yylex): Now accepts parser_control * arg.
24270         (main) [TEST]: Use '\0' rather than 0 for char.
24271
24272 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
24273
24274         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
24275
24276 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
24277
24278         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
24279         It's now the caller's responsibility to handle the case where
24280         !HAVE_GETPAGESIZE && !defined getpagesize.
24281
24282         * lib/mktime.c (leapyear): Arg is long int, not int.
24283
24284 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
24285
24286         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
24287
24288 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
24289
24290         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
24291         missing.  Problem reported by James Youngman.
24292
24293 2004-10-16  Simon Josefsson  <jas@extundo.com>
24294
24295         * gnulib-tool: Fix comments.  Fix parse problem.
24296         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
24297
24298 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
24299
24300         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
24301         implementation of getopt_long.  Problem reported by Alexander Taler in:
24302         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
24303
24304 2004-10-15  Bruno Haible  <bruno@clisp.org>
24305
24306         * gnulib-tool: Untabify. Initialize supplied_libname.
24307         (func_usage): More homogenous output.
24308         (func_modules_transitive_closure, func_modules_to_filelist,
24309         func_emit_lib_Makefile_am): New functions.
24310         (func_import): New function, extracted from big case statement. Use
24311         func_get_license, func_modules_transitive_closure,
24312         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
24313         opt_lgpl. Don't use test -a, as it's not portable.
24314         (func_create_testdir): Use func_modules_transitive_closure,
24315         func_modules_to_filelist, func_emit_lib_Makefile_am.
24316
24317 2004-10-15  Bruno Haible  <bruno@clisp.org>
24318
24319         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
24320
24321 2004-10-15  Bruno Haible  <bruno@clisp.org>
24322
24323         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
24324         the portions belonging to each module.
24325         Suggested by Derek Robert Price <derek@ximbiot.com>.
24326
24327 2004-10-12  Simon Josefsson  <jas@extundo.com>
24328
24329         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
24330         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
24331         to real functions.
24332
24333 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24334
24335         * modules/vsnprintf: New file.
24336
24337 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24338
24339         * m4/vsnprintf.m4: New file.
24340
24341 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24342
24343         * lib/vsnprintf.h: New file.
24344         * lib/vsnprintf.c: New file.
24345
24346 2004-10-11  Bruno Haible  <bruno@clisp.org>
24347
24348         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
24349         vsnprintf.
24350
24351 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
24352
24353         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
24354
24355 2004-10-07  Bruno Haible  <bruno@clisp.org>
24356
24357         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
24358         fits into the provided buffer.
24359
24360 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
24361
24362         * lib/diacrit.c, diacrit.h: Add GPL notice.
24363
24364         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
24365         notice.
24366         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
24367         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
24368         This avoids a potential constant-folding bug.
24369
24370 2004-10-05  Bruno Haible  <bruno@clisp.org>
24371
24372         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
24373         for the declaration of strsep.
24374
24375 2004-10-05  Bruno Haible  <bruno@clisp.org>
24376
24377         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
24378
24379 2004-10-04  Simon Josefsson  <jas@extundo.com>
24380
24381         * modules/memmem: New file.
24382         * tests/test-memmem.c: New file.
24383         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
24384
24385 2004-10-04  Simon Josefsson  <jas@extundo.com>
24386
24387         * m4/memmem.m4: New file.
24388
24389 2004-10-04  Simon Josefsson  <jas@extundo.com>
24390
24391         * lib/memmem.h: New file.
24392         * lib/memmem.c: New file, taken from glibc.
24393
24394 2004-10-04  Simon Josefsson  <jas@extundo.com>
24395
24396         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
24397         '#ifdef USE_UNLOCKED_IO'.
24398
24399 2004-10-04  Simon Josefsson  <jas@extundo.com>
24400
24401         * config/srclist.txt: Add memmem from glibc.
24402
24403 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24404
24405         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
24406
24407         * modules/argmatch, modules/argp, modules/closeout, modules/error,
24408         modules/exclude, modules/getdate, modules/getline,
24409         modules/getndelim2, modules/getpass, modules/getpass-gnu,
24410         modules/getusershell, modules/linebuffer, modules/md5,
24411         modules/mountlist, modules/posixtm, modules/readtokens,
24412         modules/readutmp, modules/regex, modules/sha1,
24413         modules/version-etc, modules/yesno:
24414         Remove dependency on unlocked-io.
24415
24416 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24417
24418         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
24419
24420         * m4/unlocked-io.m4: Add copyright notice.
24421         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
24422
24423 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24424
24425         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
24426         * lib/xmalloc.c (xmemdup): Likewise.
24427         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
24428         XFREE): Remove these long-obsolescent macros.
24429         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
24430         * lib/xstrdup.c: Remove.
24431
24432         * lib/regex.c (re_comp): Cast gettext return value to char *,
24433         Problem reported by Martin Neitzel via Mark D. Baushke.
24434
24435 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
24436
24437         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
24438         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
24439         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
24440         regex.c, sha1.c, version-etc.c, yesno.c:
24441         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
24442         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
24443         the includer's responsibility.
24444
24445         Sync from coreutils.
24446
24447         * lib/modechange.c (mode_compile): Don't decrement a pointer that
24448         points to the start of a string, as the C Standard says the
24449         resulting behavior is undefined.
24450
24451         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
24452         simple -> simple_backups, numbered_existing ->
24453         numbered_existing_backups, numbered -> numbered_backups
24454         to avoid shadowing problems.  All uses changed.
24455         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
24456         * lib/backupfile.c (check_extension, numbered_backup):
24457         Rename locals to avoid shadowing 'basename'.
24458         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
24459         once.
24460
24461         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
24462         * lib/.cvsignore: Add getopt.h.
24463
24464 2004-10-04  Bruno Haible  <bruno@clisp.org>
24465
24466         * modules/README: New file.
24467         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
24468         not a module.
24469
24470 2004-10-02  Jim Meyering  <jim@meyering.net>
24471
24472         * lib/dirfd.h, getpagesize.h: Add copyright notice.
24473
24474 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24475
24476         * modules/strsep: New file.
24477
24478 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24479
24480         * m4/strsep.m4: New file.
24481
24482 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24483
24484         * lib/strsep.h: New file.
24485         * lib/strsep.c: New file.
24486
24487 2004-10-01  Simon Josefsson  <jas@extundo.com>
24488
24489         * lib/snprintf.c (snprintf): Handle size==0.
24490
24491 2004-10-01  Simon Josefsson  <jas@extundo.com>
24492             Bruno Haible  <bruno@clisp.org>
24493
24494         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
24495         (snprintf): Declare 'args'.
24496
24497 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
24498
24499         * lib/snprintf.c: Remove comments as to why each header is needed.
24500
24501 2004-10-01  Bruno Haible  <bruno@clisp.org>
24502
24503         * MODULES.html.sh: Add strsep.
24504
24505 2004-09-30  Simon Josefsson  <jas@extundo.com>
24506
24507         * modules/snprintf: New file.
24508
24509 2004-09-30  Simon Josefsson  <jas@extundo.com>
24510
24511         * m4/snprintf.m4: New file.
24512
24513 2004-09-30  Simon Josefsson  <jas@extundo.com>
24514
24515         * lib/snprintf.h, lib/snprintf.c: New files.
24516
24517 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24518
24519         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
24520         (hol_entry_help): Never translate an empty string.
24521         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
24522         * lib/argp.h (OPTION_NO_TRANS): New option.
24523
24524 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24525
24526         * modules/argp (Maintainer): Replace Simon Josefsson
24527         by Sergey Poznyakoff.
24528
24529 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24530
24531         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
24532         changes merged back into glibc.
24533
24534 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
24535
24536         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
24537
24538 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
24539
24540         * lib/xvasprintf.c: Include xalloc.h.
24541         (xvasprintf): Use xalloc_die, not xmalloc_die.
24542
24543 2004-09-29  Bruno Haible  <bruno@clisp.org>
24544
24545         * modules/alloca-opt: New file, derived from modules/alloca.
24546         * modules/allocsa: Depend on alloca-opt instead of alloca.
24547         * modules/setenv: Likewise.
24548         * modules/vasnprintf: Likewise.
24549         * MODULES.html.sh: Add alloca-opt.
24550
24551 2004-09-28  Simon Josefsson  <jas@extundo.com>
24552
24553         * gnulib-tool: New parameter --lgpl, to asseert that modules are
24554         LGPL, and to replace license template from GPL to LGPL.
24555
24556 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
24557
24558         * modules/dummy: Change license to LGPL.
24559
24560 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
24561
24562         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
24563
24564 2004-09-24  Simon Josefsson  <jas@extundo.com>
24565
24566         * modules/minmax (License): Change from GPL to LGPL.
24567
24568 2004-09-23  Simon Josefsson  <jas@extundo.com>
24569
24570         * gnulib-tool (--import): Typo.
24571
24572 2004-09-23  Simon Josefsson  <jas@extundo.com>
24573
24574         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
24575
24576 2004-09-22  Bruno Haible  <bruno@clisp.org>
24577
24578         * modules/*: Add 'License' field.
24579         * gnulib-tool: Accept --extract-license option.
24580         (func_get_license): New function.
24581
24582 2004-09-21  Bruno Haible  <bruno@clisp.org>
24583
24584         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
24585         Reported by Simon Josefsson.
24586
24587 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24588
24589         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
24590         gl_AC_TYPE_LONG_LONG.
24591
24592 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24593
24594         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
24595
24596 2004-09-18  Simon Josefsson  <jas@extundo.com>
24597         and  Paul Eggert  <eggert@cs.ucla.edu>
24598
24599         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
24600         calls with autoreconf.  Define GL_LIB.
24601
24602 2004-09-14  Karl Berry  <karl@gnu.org>
24603
24604         * config/srclist.txt: unsync setenv.c, sigh.
24605
24606 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
24607
24608         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
24609         Problem reported by Bruno Haible in:
24610         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
24611
24612 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
24613
24614         * config/srclist.txt: Comment out argp-pvh.c.
24615
24616 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
24617
24618         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
24619         in case some system header has #define'd it.  Problem reported by
24620         Soeren D. Schulze in
24621         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
24622
24623 2004-09-09  Karl Berry  <karl@gnu.org>
24624
24625         * regex.[ch]: delete from the root.  These were supposed to be
24626                 synced with emacs cvs, but this has not happened for about
24627                 a year, and anyway nothing else uses emacs regex.[ch].
24628                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
24629                 lib/regex[.ch] is untouched.
24630
24631 2004-09-09  Bruno Haible  <bruno@clisp.org>
24632
24633         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
24634
24635 2004-09-09  Bruno Haible  <bruno@clisp.org>
24636
24637         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
24638         modifications.
24639         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
24640
24641 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
24642
24643         * modules/xvasprintf: New file.
24644         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
24645
24646 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
24647
24648         * lib/xvasprintf.h: New file.
24649         * lib/xvasprintf.c: New file.
24650         * lib/xasprintf.c: New file.
24651
24652 2004-09-08  Bruno Haible  <bruno@clisp.org>
24653
24654         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
24655
24656 2004-09-08  Bruno Haible  <bruno@clisp.org>
24657
24658         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
24659         length is > INT_MAX.
24660         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
24661         more.
24662
24663 2004-09-08  Bruno Haible  <bruno@clisp.org>
24664
24665         * lib/stdint_.h: New file, taken from GNU clisp.
24666
24667 2004-09-08  Bruno Haible  <bruno@clisp.org>
24668             Oskar Liljeblad  <oskar@osk.mine.nu>
24669
24670         * modules/stdint: New file.
24671         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
24672
24673 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24674
24675         Import from coreutils.
24676         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
24677         strings on unbounded length.  alloca's performance benefits aren't
24678         that important here.
24679         (V_STRDUP): Remove.
24680         (parse_with_separator): New function, with most of the internals
24681         of the old parse_user_spec.  Allow user to omit both user and group,
24682         for compatibility with FreeBSD.
24683         Clone only the user name, not the entire spec.
24684         Do not set *uid, *gid unless entirely successful.
24685         Avoid memory leak in some failing cases.
24686         Fix regression for USER.GROUP reported by Dmitry V. Levin in
24687         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
24688         (parse_user_spec): Rewrite to use parse_with_separator.
24689
24690 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24691
24692         * modules/userspec: Don't depend on alloca.
24693
24694 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24695
24696         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
24697
24698 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
24699
24700         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
24701         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
24702         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
24703
24704 2004-08-16  Simon Josefsson  <jas@extundo.com>
24705
24706         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
24707         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
24708         Add --dry-run for --import.
24709         Let user provided command line parameters override configure.ac
24710         settings.
24711
24712 2004-08-12  Simon Josefsson  <jas@extundo.com>
24713
24714         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
24715         as discussed with Paul Eggert in threads rooted at
24716         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
24717         and
24718         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
24719         Before, the test was empty, and relied on ELIDE_CODE in source
24720         code.)
24721         (gl_PREREQ_GETOPT): New macro.
24722         (gl_GETOPT): Use them.
24723
24724 2004-08-12  Simon Josefsson  <jas@extundo.com>
24725
24726         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
24727         * lib/getopt_.h: Renamed from getopt.h.
24728
24729 2004-08-12  Simon Josefsson  <jas@extundo.com>
24730
24731         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
24732         Change default library name from libfoo to libgnu.
24733         Now, if you have a configure.ac that says:
24734                 gl_SOURCE_BASE(gl)
24735                 gl_M4_BASE(gl/m4)
24736                 gl_MODULES(error getopt etcetera)
24737                 gl_INIT
24738         you can import all you need by running:
24739                 ../gnulib/gnulib-tool --import
24740
24741         * modules/getopt (Files): Rename getopt.h to getopt_.h.
24742         (Makefile.am): Rewrite, use logic from argz.
24743         (Include): Use <getopt.h> instead of "getopt.h".
24744
24745 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24746
24747         * modules/argp (Files): Add m4/unlocked-io.m4.
24748         (Depends-on): Add extensions.
24749
24750 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24751
24752         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
24753         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
24754         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
24755         Check for program_invocation_name, program_invocation_short_name,
24756         flockfile, funlockfile, features.h, _getopt_long_only_r.
24757
24758 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24759
24760         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
24761         its complicated substitute.
24762         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
24763         and program_invocation_name.
24764         (__argp_basename) [!_LIBC]: Remove; the only use was
24765         replaced by its body.
24766         (__argp_short_program_name): Change condition from
24767         !defined __argp_short_program_name to
24768         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
24769         to match argp-namefrob.h.
24770         (__argp_failure): Don't assume strerror_r returns char *.
24771         * lib/argp-parse.c (N_): Define unconditionally.
24772         (argp_default_options): Fill out initializers with 0 to avoid
24773         gcc warnings.
24774
24775 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
24776
24777         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
24778         getopt1.c.
24779
24780 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24781
24782         Merge from coreutils.
24783
24784         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
24785
24786         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
24787         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
24788
24789 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24790
24791         Merge from coreutils.
24792
24793         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
24794         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
24795         for Reliant Unix 5.43.
24796
24797         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
24798         (union fooround): Use uintmax_t, not long int.
24799         The rest is a merge from libc:
24800         [defined _LIBC]: Include <shlib-compat.h>.
24801         (_obstack) [defined _LIBC]: Remove after 2.3.4.
24802
24803         * lib/settime.c (settime): Recode to avoid warning with
24804         Sun Forte C 6U2.
24805
24806         * lib/strverscmp.c: Convert to UTF-8.
24807
24808 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
24809
24810         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
24811         m4/uintmax_t.m4.
24812
24813 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24814
24815         * modules/xalloc-die: New file.
24816         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
24817
24818         * modules/md5 (Files): Add m4/uint32_t.m4.
24819         * modules/sha1: Renamed from modules/sha.
24820         (Files):
24821         Rename lib/sha.h to lib/sha1.h.
24822         Rename lib/sha.c to lib/sha1.c.
24823         Rename m4/sha.m4 to m4/sha1.m4.
24824         (lib_SOURCES): Likewise.
24825         (configure.ac): Rename gl_SHA to gl_SHA1.
24826         (Include): sha.h -> sha1.h.
24827
24828 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24829
24830         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
24831         * m4/sha1.m4: Renamed from sha.m4.
24832         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
24833
24834 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24835
24836         * lib/obstack.h (obstack_empty_p):
24837         Don't assume that chunk->contents is suitably aligned.
24838         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
24839         Likewise. Problem reported by Benno in
24840         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
24841
24842         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
24843         readable.  This could be improved further but it'd take some work.
24844
24845 2004-08-08  Simon Josefsson  <jas@extundo.com>
24846
24847         * modules/xgethostname (Depends-on): Remove exit and error (not
24848         used).
24849
24850         * modules/getpass-gnu: Add getpass.h.
24851         (Depends-on): Add stdbool.
24852         * modules/getpass: Add getpass.h.
24853
24854 2004-08-08  Simon Josefsson  <jas@extundo.com>
24855
24856         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
24857         Check getpass declaration.
24858
24859 2004-08-08  Simon Josefsson  <jas@extundo.com>
24860
24861         * lib/xgethostname.c: Don't include error.h (not used).
24862
24863         * lib/getpass.h: Add.
24864         * lib/getpass.c: Include getpass.h first.
24865
24866 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
24867
24868         * lib/xalloc-die.c: New file.
24869         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
24870         All uses removed.
24871         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
24872         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
24873         xalloc-die.c.
24874         (_, N_, xalloc_die): Move to xalloc-die.c.
24875         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
24876         so that we needn't mess with xalloc_msg_memory_exhausted.
24877
24878         * lib/sha1.h: Renamed from sha.h.
24879         (SHA1_H): Renamed from _SHA_H.
24880         (sha1_ctx): Renamed from sha_ctx.
24881         (sha1_init_ctx): Renamed from sha_init_ctx.
24882         (sha1_process_block): Renamed from sha_process_block.
24883         (sha1_process_bytes): Renamed from sha_process_bytes.
24884         (sha1_finish_ctx): Renamed from sha_finish_ctx.
24885         (sha1_read_ctx): Renamed from sha_read_ctx.
24886         (sha1_stream): Renamed from sha_stream.
24887         (sha1_buffer): Renamed from sha_buffer.
24888         * lib/sha1.c: Likewise; renamed from sha.c.
24889         Do not include <sys/types.h>.
24890         Include <stddef.h> rather than <stdlib.h>.
24891
24892 2004-08-08  Bruno Haible  <bruno@clisp.org>
24893
24894         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
24895         FILESYSTEM_PREFIX_LEN.
24896         * lib/progreloc.c: Likewise.
24897         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
24898
24899 2004-08-06  Simon Josefsson  <jas@extundo.com>
24900
24901         * modules/progname (Depends-on): Don't depend on stdbool.
24902
24903 2004-08-06  Simon Josefsson  <jas@extundo.com>
24904
24905         * modules/getsubopt: New file.
24906         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24907         getsubopt.
24908
24909 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
24910
24911         More merge from coreutils.
24912
24913         * m4/utimens.m4, m4/utimecmp.m4: New files.
24914         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
24915         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
24916         prereq.m4, sha.m4: Import changes from coreutils.
24917
24918 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
24919
24920         More merge from coreutils.
24921         * modules/raise, modules/readtokens0, modules/utimens:
24922         * modules/utimecmp, module/xnanosleep: New files.
24923         * modules/strftime: Add lib/strftime.h.
24924         Change include from <time.h> to "strftime.h".
24925         * modules/yesno: Add lib/yesno.h.
24926         * modules/backupfile: Remove lib/addext.c.
24927         * modules/euidaccess: Add stat-macros.h.
24928         * modules/canonicalize, modules/euidaccess,
24929         modules/filemode, modules/lchown, modules/makepath,
24930         modules/rmdir, modules/stat: Likewise.
24931
24932 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
24933
24934         Merge from tar.
24935         * lib/argp-help.c (make_hol, hol_append): Don't assume that
24936         SIZE_MAX is a valid preprocessor constant.
24937         (__argp_basename): Change from "#ifndef _LIBC"
24938         to "#ifndef __argp_short_program_name", so that
24939         we don't compile these functions for tar.
24940
24941         More merges from coreutils.
24942         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
24943         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
24944         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
24945         * lib/addext.c: Remove; no longer needed.
24946         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
24947         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
24948         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
24949         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
24950         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
24951         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
24952         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
24953         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
24954         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
24955         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
24956         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
24957         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
24958         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
24959         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
24960         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
24961         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
24962         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
24963         Import changes from coreutils.
24964
24965 2004-08-05  Simon Josefsson  <jas@extundo.com>
24966
24967         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
24968
24969 2004-08-05  Simon Josefsson  <jas@extundo.com>
24970
24971         * m4/getsubopt.m4: New file.
24972
24973 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
24974
24975         Merge from coreutils.
24976
24977         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
24978         * m4/getcwd-path-max.m4: New files.
24979
24980         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
24981         FILESYSTEM_PREFIX_LEN ->
24982         FILE_SYSTEM_PREFIX_LEN.
24983         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
24984         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
24985         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
24986         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
24987
24988         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
24989         prerequisite modules now handle the DOS stuff.
24990         Don't check for unistd.h.
24991
24992 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
24993
24994         Merge from coreutils.
24995
24996         * lib/.gdb-history: Remove; this doesn't belong here.
24997
24998         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
24999         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
25000         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
25001         * lib/getcwd.c: New files.
25002
25003         * lib/dirname.h: Include <stdbool.h>.
25004         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
25005         for consistency with POSIX terminology.  All uses changed.
25006         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
25007         (strip_trailing_slashes): Use bool for booleans.
25008         * lib/stripslash.c (strip_trailing_slashes): Likewise.
25009
25010         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
25011         sometimes returns a positive errno value even when it succeeds.
25012         (print_errno_message) [!LIBC]: Fall back on strerror if
25013         __strerror_r fails.
25014
25015         * lib/path-concat.c (mempcpy): Don't define if a system header defines
25016         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
25017         (longest_relative_suffix): New function.
25018         (path_concat): Use it.  Assume first argument is not NULL.
25019         Port to DOS.  Omit redundant separators.
25020         Report an error instead of returning NULL.
25021         Use mempcpy instead of memcpy.
25022         (xpath_concat): Remove: not declared or used.
25023
25024         * lib/same.h: Include <stdbool.h>
25025         (same_name): Return bool, not int.
25026         * lib/same.c (same_name): Likewise.
25027         (errno): Don't declare; we assume C89 or better now.
25028
25029         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
25030         if not already defined.
25031
25032         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
25033         * lib/dup-safer.c (errno): Likewise.
25034
25035 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
25036
25037         Merge from coreutils.
25038         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
25039         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
25040         * modules/path-concat: Don't depend on strdup.
25041
25042 2004-08-03  Simon Josefsson  <jas@extundo.com>
25043
25044         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
25045         * lib/progname.h: Don't include stdbool.h.
25046
25047 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
25048
25049         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
25050         * MODULES.html.sh (func_all_modules): Remove fatal.
25051
25052 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
25053
25054         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
25055
25056 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
25057
25058         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
25059         working.
25060
25061 2004-08-02  Simon Josefsson  <jas@extundo.com>
25062
25063         * lib/getsubopt.h: New file, with comments from Bruno Haible.
25064         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
25065         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
25066
25067 2004-08-01  Simon Josefsson  <jas@extundo.com>
25068
25069         * lib/xgetdomainname.c: Include stdlib.h, for free().
25070
25071 2004-07-19  Bruno Haible  <bruno@clisp.org>
25072
25073         * MODULES.html.sh (func_all_modules): Add dummy.
25074
25075 2004-07-16  Simon Josefsson  <jas@extundo.com>
25076
25077         * modules/dummy: New file.
25078
25079 2004-07-16  Simon Josefsson  <jas@extundo.com>
25080
25081         * lib/dummy.c: New file.
25082
25083 2004-07-16  Bruno Haible  <bruno@clisp.org>
25084
25085         * lib/backupfile.h: Add extern "C" for C++.
25086         * lib/closeout.h: Likewise.
25087         * lib/copy-file.h: Likewise.
25088         * lib/findprog.h: Likewise.
25089         * lib/full-write.h: Likewise.
25090         * lib/pathname.h: Likewise.
25091         * lib/progname.h: Likewise.
25092         * lib/stpcpy.h: Likewise.
25093         * lib/stpncpy.h: Likewise.
25094         * lib/strcase.h: Likewise.
25095         * lib/strstr.h: Likewise.
25096         * lib/xalloc.h: Likewise.
25097
25098         * lib/mbswidth.h: Add extern "C" for C++.
25099         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
25100
25101 2004-07-13  Robert Millan  <robertmh@gnu.org>
25102
25103         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
25104
25105 2004-07-09  Simon Josefsson  <jas@extundo.com>
25106
25107         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
25108         failed without this.)
25109
25110 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
25111
25112         * modules/chown (Files): Add lib/fchown-stub.c, since
25113         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
25114
25115 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
25116
25117         * lib/fchown-stub.c: New file.
25118
25119 2004-06-24  Jim Meyering  <jim@meyering.net>
25120
25121         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
25122
25123 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25124
25125         * modules/argz: Omit "#include".
25126
25127         * MODULES.html.sh (func_all_modules): Add calloc, to match
25128         2004-06-01 addition of calloc module.
25129
25130 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25131
25132         * m4/argz.m4: New file, which is autoupdated from libtool.
25133
25134 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25135
25136         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
25137         libtool.
25138
25139 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25140
25141         * config/srclist-update: Don't insist on "USA." before the
25142         close-comment, as libtool omits the period and puts the */ on a
25143         separate line.
25144         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
25145         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
25146
25147 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
25148
25149         * modules/argz: New file.
25150         * MODULES.html.sh (func_all_modules): Add argz.
25151
25152 2004-06-12  Jim Meyering  <jim@meyering.net>
25153         and  Paul Eggert  <eggert@cs.ucla.edu>
25154
25155         * modules/hash (Files): Add lib/xalloc.h.
25156         * modules/pipe (Depends-on): Add wait-process.
25157         * modules/stat (Depends-on): Add xalloc.
25158         * modules/userspec (Files): Add lib/userspec.h.
25159         * modules/xstrto
25160
25161         Upgrade from gettext-0.13.
25162         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
25163         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
25164         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
25165
25166 2004-06-10  Jim Meyering  <jim@meyering.net>
25167
25168         * lib/calloc.c: New file.
25169
25170 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
25171
25172         * lib/getdate.y (yylex): Allow space between sign and number.
25173         Problem reported by Dan Jacobson.
25174
25175 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
25176
25177         Merge from coreutils CVS.
25178
25179         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
25180         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
25181         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
25182         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
25183         xstrtol.m4: Fix copyright date and/or serial number.
25184
25185         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
25186         See if we need an fchown replacement.
25187         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
25188         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
25189         and use the replacement function if we detect either defect.
25190
25191         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
25192         gl_UTIMECMP.
25193
25194 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
25195         and  Jim Meyering  <jim@meyering.net>
25196
25197         Merge from coreutils CVS.
25198
25199         * lib/stat-macros.h: New file, with contents from file-type.h
25200         and coreutils' system.h.
25201         * lib/file-type.c: Include "stat-macros.h".
25202         * lib/file-type.h (file_type): Move all macro definitions to new file,
25203         stat-macros.h.
25204
25205         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
25206         Wrap old code with this conditional.
25207         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
25208         function that does not dereference symlinks.
25209         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
25210
25211         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
25212         dependency problems.
25213         (xreadlink): Accept new arg SIZE, for efficiency.
25214         All decls and uses changed.
25215         * lib/xreadlink.h: Include <stddef.h>, for size_t.
25216
25217         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
25218         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
25219
25220         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
25221         sysexits.h.
25222
25223 2004-06-01  Jim Meyering  <jim@meyering.net>
25224
25225         * m4/calloc.m4: New file.
25226
25227 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
25228
25229         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
25230         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
25231         Also, fix a typo in a diagnostic.
25232
25233 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
25234
25235         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
25236         or AC_FUNC_REALLOC.
25237
25238 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
25239
25240         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
25241         macros to be defined.
25242         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
25243         the allocator returns NULL because the requested size is zero.
25244
25245 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
25246
25247         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
25248         var.  Add comment explaining why libc still defines it.  This
25249         merges the following patch from glibc:
25250         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
25251
25252 2004-05-20  Andreas Schwab  <schwab@suse.de>
25253
25254         * m4/free.m4: Replace free if it not known to work, not the other
25255         way round.
25256
25257 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
25258
25259         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
25260         present in glibc since revision 1.1 of this file.
25261         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
25262         obstack_alignment_mask, obstack_alloc, obstack_base,
25263         obstack_blank, obstack_blank_fast, obstack_chunk_size,
25264         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
25265         obstack_grow0, obstack_init, obstack_int_grow,
25266         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
25267         obstack_next_free, obstack_object_size, obstack_ptr_grow,
25268         obstack_ptr_grow_fast, obstack_room): Remove declarations of
25269         nonexistent functions.
25270
25271 2004-05-18  Karl Berry  <karl@gnu.org>
25272
25273         * config/srclist.txt: break link for vasnprintf.c.
25274
25275 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
25276
25277         Port obstack to the AS/400, where pointers are 16 bytes wide and
25278         you cannot cast an integer to a valid pointer.  This patch is
25279         currently waiting to be integrated into glibc; see
25280         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
25281
25282         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
25283         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
25284         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
25285         (struct obstack): temp member is now a union of a pointer and
25286         an integer, instead of an integer.  All integer uses changed.
25287         This does not affect the physical layout of struct obstack,
25288         except on hosts (like the AS/400) where the size or alignment of
25289         void * is greater than that of ptrdiff_t.
25290         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
25291         __STDC__)]: Store temporary in pointer member of union, not
25292         integer member.
25293         * lib/obstack.c: Include <stddef.h>, for offsetof.
25294         (struct fooalign): Remove; it doesn't need a name.
25295         (union fooround): Change double to long double, and add void *.
25296         (DEFAULT_ALIGNMENT): Use offsetof to compute.
25297         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
25298         not a macro.  Hence the values are always int; so remove all
25299         casts-to-int in uses.
25300
25301 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
25302
25303         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
25304         we can get this patch merged into glibc.
25305
25306 2004-05-17  Derek R. Price  <derek@ximbiot.com>
25307             Paul Eggert  <eggert@cs.ucla.edu>
25308
25309         * m4/argp: Depend on alloca.
25310
25311 2004-05-17  Derek R. Price  <derek@ximbiot.com>
25312             Paul Eggert  <eggert@cs.ucla.edu>
25313
25314         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
25315         freecoding.
25316
25317 2004-05-17  Bruno Haible  <bruno@clisp.org>
25318
25319         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
25320         precision that consists of a '.' followed by an empty digit string.
25321         Patch by Tor Lillqvist <tml@iki.fi>.
25322
25323 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
25324
25325         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
25326         for backward compatibility with older code.  We need our own
25327         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
25328         it under some other name, and our alloca.h will define it.
25329
25330 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
25331             Derek Price  <derek@ximbiot.com>
25332
25333         * lib/alloca.c: Include <alloca.h>, to get our interface.
25334         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
25335         include <alloca.h> first.  Use C89 prototype for alloca; this
25336         requires including <stddef.h> for size_t.  Use extern "C" if C++.
25337         Use #elif for simplicity, since we can assume C89 now.
25338         Don't try to source the system alloca.h since it will not be found
25339         and to prevent recursively including its replacement.
25340         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
25341         * lib/regex.c: Likewise.
25342
25343 2004-05-16  Derek Price  <derek@ximbiot.com>
25344             Paul Eggert  <eggert@cs.ucla.edu>
25345
25346         getline cleanup.  This changes the getndelim2 API: both order of
25347         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
25348         no delimiter).
25349
25350         * lib/getline.c: Don't include stddef.h or stdio.h, since our
25351         interface does that.
25352         (getline): Always use getdelim, so that we don't have two
25353         copies of this code.
25354         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
25355         if available.
25356         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
25357         (GETNDELIM2_MAXIMUM): New macro.
25358         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
25359         instead of the old practice of delim2==0.  All callers changed.
25360         Return -1 on overflow, instead of returning junk.
25361         Do not set *linesize unless allocation succeeds.
25362         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
25363         that we include sys/types.h.
25364         * lib/getnline.h: Likewise.
25365         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
25366         (getndelim2): Reorder arguments.
25367         * lib/getnline.c (getnline, getndelim):
25368         Don't discard the NMAX argument.
25369         (getnline): Invoke getndelim, to avoid code duplication.
25370         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
25371         of (size_t) -1 by callers of the getnline family.
25372
25373 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
25374
25375         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
25376         Check for gettimeofday.
25377         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
25378         Check for settimeofday, stime.
25379
25380 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
25381
25382         * lib/nanosleep.c (suspended): Change its type from int to
25383         sig_atomic_t volatile.
25384         (first_call): Make it private to rpl_nanosleep, and have it
25385         be zero initially as that's a bit faster.
25386         (my_usleep): Round up fractional times instead of truncating them,
25387         as this is the usual meaning for 'sleep'.
25388
25389         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
25390         doesn't work.
25391         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
25392         (ENOSYS): Define if not defined.
25393         (settime): Fall back on stime if it exists and settimeofday fails.
25394         But don't bother with fallbacks if a method fails with errno == EPERM.
25395
25396 2004-05-11  Jim Meyering  <jim@meyering.net>
25397
25398         Prior to this change, the save_cwd caller required read access to the
25399         current directory on most systems (ones with the fchdir function).
25400
25401         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
25402         fails, try write-only, and finally, resort to using xgetcwd.
25403
25404 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
25405
25406         * lib/obstack.c, obstack.h: Import changes from libc.
25407
25408 2004-04-28  Bruno Haible  <bruno@clisp.org>
25409
25410         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
25411         also implicitly appends .exe to executables.
25412         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
25413         accepts Windows pathnames.
25414         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
25415         Treat Cygwin like Windows, since it now accepts Windows pathnames.
25416         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
25417         Treat Cygwin like Windows, since it now accepts Windows pathnames.
25418         Reported by Derek Robert Price <derek@ximbiot.com>.
25419
25420 2004-04-21  Karl Berry  <karl@gnu.org>
25421
25422         * config/srclist.txt (localcharset.c): break sync.
25423
25424 2004-04-20  Paul Eggert  <eggert@twinsun.com>
25425
25426         * m4/host-os.m4: Add a copyright notice.
25427
25428 2004-04-20  Jim Meyering  <jim@meyering.net>
25429
25430         Change UTILS_ to gl_ in AC_DEFINE'd names.
25431         Change utils_- and jm_-prefixed variables, too.
25432         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
25433         UTILS_FUNC_MKDIR_TRAILING_SLASH.
25434         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
25435
25436         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
25437         Don't emit trailing blanks.
25438         Also rename jm_-prefixed variables to have gl_ prefix.
25439
25440         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
25441         Also rename jm_-prefixed variables to have gl_ prefix.
25442
25443         * m4/jm-macros.m4: Reflect the renamings.
25444         * m4/prereq.m4: Likewise.
25445
25446 2004-04-20  Jim Meyering  <jim@meyering.net>
25447
25448         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
25449         memory.
25450
25451 2004-04-20  Jim Meyering  <jim@meyering.net>
25452             Bruno Haible  <bruno@clisp.org>
25453
25454         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
25455         memory when realloc fails.
25456
25457 2004-04-19  Jim Meyering  <jim@meyering.net>
25458
25459         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
25460         now that readutmp.c may call `free (0)'.
25461
25462 2004-04-19  Bruno Haible  <bruno@clisp.org>
25463
25464         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
25465         * m4/inttypes_h.m4: Likewise.
25466         * m4/stdint_h.m4: Likewise.
25467         * m4/intmax_t.m4: Likewise.
25468         * m4/uintmax_t.m4: Likewise.
25469
25470 2004-04-18  Jim Meyering  <jim@meyering.net>
25471
25472         * m4/prereq.m4: Don't forbid jm_ prefix.
25473
25474         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
25475         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
25476         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
25477         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
25478         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
25479         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
25480         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
25481         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
25482         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
25483         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
25484         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
25485         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
25486         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
25487         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
25488         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
25489         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
25490         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
25491         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
25492         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
25493
25494 2004-04-18  Jim Meyering  <jim@meyering.net>
25495
25496         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
25497         failure, don't leak memory and do call END_UTMP_ENT.
25498
25499 2004-04-16  Jim Meyering  <jim@meyering.net>
25500
25501         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
25502         coreutils' stat program.
25503         (gl_PREREQ): Don't require jm_PREREQ_STAT.
25504
25505 2004-04-11  Paul Eggert  <eggert@twinsun.com>
25506
25507         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
25508         C89.
25509         (CHAR_BIT): Remove, since we assume C89.
25510         Include <stdint.h> if available, as per current Autoconf CVS advice.
25511
25512 2004-03-31  Jim Meyering  <jim@meyering.net>
25513
25514         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
25515         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
25516         * m4/xalloc.m4: Likewise.
25517
25518 2004-03-30  Paul Eggert  <eggert@twinsun.com>
25519
25520         Merge from coreutils.
25521
25522         * m4/inttostr.m4: New file.
25523         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
25524         Require AM_STDBOOL_H and gl_TIMESPEC instead.
25525         Require gl_CLOCK_TIME.
25526         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
25527
25528 2004-03-30  Paul Eggert  <eggert@twinsun.com>
25529
25530         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
25531         not bool, to be more consistent with Unix conventions.
25532         Suggested by Bruno Haible.
25533
25534         Merge from coreutils.
25535
25536         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
25537         * lib/umaxtostr.c: New files.
25538
25539         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
25540         the usual <time.h> dance.
25541         (get_date): Change signature to support fractional time stamps.
25542         All callers changed.
25543         * lib/getdate.y: Include "getdate.h" first, as we can now
25544         assume C89 and don't need to worry about 'const'.
25545         Similarly, include "unlocked-io.h" near start, not in middle.
25546         Include <limits.h>.
25547         (textint.value): Use long int rather than int.
25548         (textint.digits): Use size_t rather than int.
25549         (BILLION, LOG10_BILLION): New constants.
25550         (parser_control): New member rel_ns.  Members day_ordinal,
25551         time_zone, month, day, hour, minutes, rel_year, rel_month,
25552         rel_day, rel_hour, rel_minutes, rel_seconds
25553         are now long int, not int.  Member seconds is now struct timespec,
25554         not int.  New member timespec_seen.  Members dates_seen, days_seen,
25555         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
25556         not int.
25557         (%union.intval): Now long int, not int.
25558         New member timespec.
25559         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
25560         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
25561         (spec): Now is a timespec or an item list.
25562         (timespec, items): New nonterminals.
25563         (time, rel, relunit, number, get_date):
25564         Add support for fractional seconds.
25565         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
25566         (gmtime, localtime, mktime): Remove decls; not needed with C89.
25567         (to_hour): First arg is now long int, not int.
25568         (to_year): Returns long int, not int.
25569         Don't treat year -70 like 70.
25570         (tm_diff): Returns long int, not int.
25571         (lookup_word): Use bool instead of int when appropriate.
25572         (yylex): Use size_t for count, not int.
25573         Detect overflow when parsing large integer constants.
25574         Add support for fractions.
25575         (get_date): Make pointers 'const' if possible.
25576         Use more-portable code to detect integer overflow.
25577         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
25578         Don't use ctime; it's not reliable if the year has >4 digits.
25579
25580         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
25581         This is for compatibility with BSD.
25582
25583         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
25584         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
25585         From coreutils' system.h.
25586
25587         * lib/userspec.c: Don't include "posixver.h".
25588         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
25589         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
25590         compatible extension.  Simplify code by removing a boolean int
25591         that was always nonzero if a string was nonnull.
25592
25593 2004-03-30  Jim Meyering  <jim@meyering.net>
25594
25595         Merge from coreutils.
25596
25597         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
25598         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
25599         on some systems one must include <grp.h> before it.
25600         Reported by Christian Krackowizer.
25601
25602 2004-03-30  Jim Meyering  <jim@meyering.net>
25603
25604         Merge from coreutils.
25605
25606         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
25607
25608         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
25609         an empty input stream.
25610
25611         * lib/readtokens.c: Include <stdbool.h>.
25612         (readtoken): Use `size_t' rather than int/long.
25613         All callers adjusted.
25614         Use `bool' rather than `int' where appropriate.
25615         Use memset rather than an explicit loop.
25616         Use x2nrealloc rather than xrealloc.
25617         Allow the use of `\0' as a delimiter.
25618         (readtokens): Likewise.
25619         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
25620
25621 2004-03-30  Jim Meyering  <jim@meyering.net>
25622
25623         * m4/realloc.m4: Remove file, since now it does no more than
25624         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
25625         the `configure.ac' section of module/realloc.
25626         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
25627
25628 2004-03-30  Bruno Haible  <bruno@clisp.org>
25629
25630         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
25631         nonnull.
25632
25633 2004-03-29  Paul Eggert  <eggert@twinsun.com>
25634
25635         Merge changes to getloadavg.c from coreutils and Emacs.
25636
25637         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
25638         Define to an expression, not to the empty string.
25639         Include cloexec.h and xalloc.h.
25640         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
25641         Use set_cloexec_flag rather than rolling our own.
25642         * lib/cloexec.c, lib/cloexec.h: New files.
25643
25644 2004-03-29  Paul Eggert  <eggert@twinsun.com>
25645
25646         * m4/cloexec.m4: New file.
25647
25648 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25649
25650         * lib/getopt.h: Sync with libc CVS.
25651
25652 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25653             Bruno Haible  <bruno@clisp.org>
25654
25655         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
25656         mbswidth.
25657
25658 2004-03-18  Paul Eggert  <eggert@twinsun.com>
25659             Bruno Haible  <bruno@clisp.org>
25660
25661         * lib/mbswidth.h: Include <wchar.h> only if
25662         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
25663         <wchar.h>.
25664         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
25665
25666 2004-03-09  Paul Eggert  <eggert@twinsun.com>
25667
25668         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
25669         Sync with libc CVS.
25670         * lib/getopt_int.h: New file, also synced from libc.
25671
25672 2004-03-09  Paul Eggert  <eggert@twinsun.com>
25673
25674         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
25675         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
25676         Bring back getopt.c, getopt.h, getopt1.c.
25677
25678 2004-03-07  Paul Eggert  <eggert@twinsun.com>
25679
25680         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
25681         All uses changed.  Check for sa_sigaction member; this fixes
25682         a bug first reported by Jason Andrade in
25683         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
25684
25685 2004-03-07  Paul Eggert  <eggert@twinsun.com>
25686
25687         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
25688         '#if' expressions.  Unlike the code it replaces, it does not
25689         depend on (defined _SC_PAGESIZE).  However, it does depend on
25690         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
25691         first reported by Jason Andrade in
25692         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
25693
25694 2004-02-25  Simon Josefsson  <jas@extundo.com>
25695
25696         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
25697
25698 2004-02-25  Simon Josefsson  <jas@extundo.com>
25699
25700         * lib/strdup.h: New file.
25701         * lib/strdup.c: Include it.
25702         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
25703         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
25704
25705 2004-02-23  Karl Berry  <karl@gnu.org>
25706
25707         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
25708         (from fencepost.gnu.org:/gd/gnuorg).
25709
25710 2004-02-23  Karl Berry  <karl@gnu.org>
25711
25712         * config/srclistvars.sh (GNUORG) [karl]: redefine.
25713         * config/srclist.txt: add maintain/standards documents.
25714
25715 2004-02-18  Bruno Haible  <bruno@clisp.org>
25716
25717         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
25718         Reported by Derek Robert Price <derek@ximbiot.com>.
25719
25720 2004-02-16  Karl Berry  <karl@gnu.org>
25721
25722         * config/mkinstalldirs, install-sh: update from automake.
25723
25724 2004-02-06  Karl Berry  <karl@gnu.org>
25725
25726         * m4/po.m4: update from gettext 0.14.1.
25727
25728 2004-02-06  Karl Berry  <karl@gnu.org>
25729
25730         * lib/config.charset: update from gettext 0.14.1.
25731
25732 2004-02-05  Paul Eggert  <eggert@twinsun.com>
25733
25734         Add comments and code, prompted by suggestions from Bruno Haible
25735         for sh-quote.
25736         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
25737         describing the enum quoting_style values.
25738         * lib/quotearg.c (quotearg_alloc): New function.
25739         (quotearg_buffer_restyled): Treat lone { and } as special.
25740         Treat = as special.  Work around bug with older shells
25741         that "see" a '\' that is really the 2nd byte of a multibyte char.
25742         Quote empty string with shell_quoting_style.
25743
25744 2004-02-03  Bruno Haible  <bruno@clisp.org>
25745
25746         * m4/pipe.m4: New file, from GNU gettext.
25747
25748 2004-02-03  Bruno Haible  <bruno@clisp.org>
25749
25750         * lib/pipe.h: New file, from GNU gettext.
25751         * lib/pipe.c: New file, from GNU gettext.
25752
25753 2004-01-27  Bruno Haible  <bruno@clisp.org>
25754
25755         * m4/execute.m4: New file, from GNU gettext.
25756
25757 2004-01-27  Bruno Haible  <bruno@clisp.org>
25758
25759         * lib/execute.h: New file, from GNU gettext.
25760         * lib/execute.c: New file, from GNU gettext.
25761         * lib/w32spawn.h: New file, from GNU gettext.
25762
25763 2004-01-24  Paul Eggert  <eggert@twinsun.com>
25764
25765         Merge from diffutils.
25766
25767         * lib/file-type.c (file_type): Add typed memory objects.
25768         * lib/file-type.h (S_TYPEISTMO): New macro.
25769
25770         * lib/c-stack.h (c_stack_action): Remove argv argument.
25771         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
25772         (die): Don't calculate message unless segv_action returns.
25773         (get_stack_location, min_address_from_argv, max_address_from_argv,
25774         volatile stack_base, volatile_stack_size): Remove.
25775         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
25776         that every segmentation violation is a stack overflow.  (Ouch!)
25777         See Debian bug 136249 (still outstanding) for more info about why
25778         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
25779
25780 2004-01-24  Paul Eggert  <eggert@twinsun.com>
25781
25782         Exit-status fix from coreutils.
25783
25784         Use exit_failure consistently in place of EXIT_FAILURE,
25785         so that program exit statuses are consistent on failure.
25786
25787         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
25788         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
25789         * lib/argmatch.h: Comment fix to match the above.
25790         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
25791         Now a macro referring to exit_failure, instead of a separate
25792         variable.  Include "exitfail.h" to get it.
25793         * lib/xstrtol.h: Include "exitfail.h".
25794         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
25795
25796         * lib/long-options.c (parse_long_options): Use prototype
25797         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
25798         for clarity.
25799
25800 2004-01-21  Jim Meyering  <jim@meyering.net>
25801
25802         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
25803         so as not to conflict with a different-sized __mktime_internal
25804         function in GNU libc.
25805         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
25806         Problem building statically-linked `ls' reported by Michael Brunnbauer.
25807
25808 2004-01-20  Karl Berry  <karl@gnu.org>
25809
25810         * config/config.guess: update from config.
25811
25812         * config/srclistvars.sh: GNUWWWLICENSES for karl.
25813
25814 2004-01-20  Bruno Haible  <bruno@clisp.org>
25815
25816         Safer stack allocation.
25817         * lib/setenv.c: Include allocsa.h.
25818         (alloca): Remove fallback definition.
25819         (freea): Remove macro.
25820         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
25821         instead of freea.
25822
25823 2004-01-20  Bruno Haible  <bruno@clisp.org>
25824
25825         * m4/eealloc.m4: New file, from GNU gettext.
25826
25827 2004-01-20  Bruno Haible  <bruno@clisp.org>
25828
25829         * m4/allocsa.m4: New file, from GNU gettext.
25830
25831 2004-01-20  Bruno Haible  <bruno@clisp.org>
25832
25833         * lib/xallocsa.h: New file, from GNU gettext.
25834         * lib/xallocsa.c: New file, from GNU gettext.
25835
25836 2004-01-20  Bruno Haible  <bruno@clisp.org>
25837
25838         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
25839
25840 2004-01-20  Bruno Haible  <bruno@clisp.org>
25841
25842         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
25843         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
25844         specially.
25845
25846 2004-01-20  Bruno Haible  <bruno@clisp.org>
25847
25848         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
25849         patch.
25850
25851 2004-01-20  Bruno Haible  <bruno@clisp.org>
25852
25853         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
25854
25855 2004-01-20  Bruno Haible  <bruno@clisp.org>
25856
25857         * lib/eealloc.h: New file.
25858
25859 2004-01-20  Bruno Haible  <bruno@clisp.org>
25860
25861         * lib/binary-io.h: Avoid warnings on Cygwin.
25862
25863 2004-01-20  Bruno Haible  <bruno@clisp.org>
25864
25865         * lib/allocsa.h: New file, from GNU gettext.
25866         * lib/allocsa.c: New file, from GNU gettext.
25867
25868 2004-01-18  Karl Berry  <karl@gnu.org>
25869
25870         * doc/gpl.texi, doc/lgpl.texi: new files.
25871
25872 2004-01-18  Karl Berry  <karl@gnu.org>
25873
25874         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
25875         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
25876
25877 2004-01-15  Paul Eggert  <eggert@twinsun.com>
25878
25879         Merge from coreutils.
25880
25881         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
25882         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
25883         (gl_DEFAULT_POSIX2_VERSION): Move
25884         the documentation from 'configure' into 'config.hin',
25885         so that 'configure --help' isn't burdened by it and
25886         we don't have to worry about its formatting there.
25887         Reword the documentation so that it's more succinct
25888         and can be run together into a single paragraph.
25889         * m4/same.m4 (gl_SAME): Check for pathconf.
25890
25891 2004-01-15  Paul Eggert  <eggert@twinsun.com>
25892
25893         Merge from coreutils.
25894
25895         * lib/posixver.c: Include posixver.h.
25896
25897         * lib/same.c: Include <stdbool.h>, <limits.h>.
25898         (_POSIX_NAME_MAX): Define if not defined.
25899         (MIN): New macro.
25900         (same_name): If file names are silently truncated, report
25901         that the file names are the same if they are the same after
25902         the silent truncation.
25903
25904         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
25905         conversion function.
25906         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
25907         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
25908         longer needed.
25909
25910 2004-01-15  Jim Meyering  <jim@meyering.net>
25911
25912         Merge from coreutils.
25913
25914         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
25915         if no library is required.
25916         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
25917         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
25918         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
25919         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
25920         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
25921         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
25922         value, $ac_cv_search_crypt, if it's "none required".
25923         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
25924         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
25925         not gl_FUNC_GETLOADAVG.
25926         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
25927         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
25928
25929 2004-01-15  Jim Meyering  <jim@meyering.net>
25930
25931         Merge from coreutils.
25932
25933         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
25934         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
25935         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
25936
25937         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
25938         optional configure-time default.
25939
25940         * lib/version-etc.c (version_etc_copyright): Update copyright date.
25941
25942         * lib/xreadlink.c (xreadlink): Correct outdated comment.
25943
25944 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
25945
25946         Merge from coreutils.
25947
25948         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
25949         value, $ac_cv_search_nanosleep, if it's "none required".
25950
25951 2004-01-14  Paul Eggert  <eggert@twinsun.com>
25952
25953         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
25954         with like-named macro in fnmatch.c.
25955         (EXT): Use an internal constant instead.
25956
25957         Merge fnmatch patches from glibc.
25958         * lib/fnmatch.c (mbsinit): Remove define.
25959         Add libc_hidden_ver (__fnmatch, fnmatch).
25960         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
25961         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
25962
25963 2004-01-14  Karl Berry  <karl@gnu.org>
25964
25965         * config/install-sh: update from automake.
25966
25967 2004-01-13  Karl Berry  <karl@gnu.org>
25968
25969         * config/install-sh: update from automake.
25970
25971 2004-01-09  Karl Berry  <karl@gnu.org>
25972
25973         * config/install-sh: update from automake.
25974
25975 2004-01-05  Karl Berry  <karl@gnu.org>
25976
25977         * config/config.{sub,guess}: update from config.
25978
25979 2003-12-31  Karl Berry  <karl@gnu.org>
25980
25981         * config/depcomp: update from automake.
25982
25983 2003-12-14  Karl Berry  <karl@gnu.org>
25984
25985         * lib/config.charset: update from gettext-runtime.
25986
25987 2003-12-03  Paul Eggert  <eggert@twinsun.com>
25988
25989         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
25990         Bug reported by Alfred M. Szmidt.
25991
25992 2003-12-03  Bruno Haible  <bruno@clisp.org>
25993
25994         * m4/gettext.m4: Upgrade from gettext-0.13.
25995         * m4/po.m4: Upgrade from gettext-0.13.
25996         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
25997         * m4/intmax.m4: New file, from gettext-0.13.
25998         * m4/printf-posix.m4: New file, from gettext-0.13.
25999
26000 2003-11-29  Karl Berry  <karl@gnu.org>
26001
26002         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
26003
26004 2003-11-25  Paul Eggert  <eggert@twinsun.com>
26005             Bruno Haible  <bruno@clisp.org>
26006
26007         * lib/printf-parse.h: Don't include sys/types.h.
26008         (ARG_NONE): New macro.
26009         (char_directive): Change type of *arg_index fields to size_t.
26010         * lib/printf-parse.c: Don't include sys/types.h.
26011         (SSIZE_MAX): Remove macro.
26012         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
26013         Remove unnecessary overflow check.
26014         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
26015         fields.
26016
26017 2003-11-25  Bruno Haible  <bruno@clisp.org>
26018
26019         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
26020
26021 2003-11-25  Bruno Haible  <bruno@clisp.org>
26022
26023         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
26024         gt_TYPE_SSIZE_T.
26025
26026 2003-11-24  Paul Eggert  <eggert@twinsun.com>
26027
26028         * modules/alloca: Remove dependency on xalloc.
26029
26030 2003-11-24  Paul Eggert  <eggert@twinsun.com>
26031
26032         * lib/alloca.c: Remove dependency on xalloc module.
26033         (xalloc_die): Remove.
26034         (memory_full) [!defined emacs]: New macro.
26035         [!defined emacs]: Don't include xalloc.h.
26036         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
26037         address arithmetic overflows.  Change datatypes a bit to avoid
26038         unnecessary casts.
26039
26040 2003-11-22  Jim Meyering  <jim@meyering.net>
26041
26042         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
26043         s/size/size_t/.
26044
26045 2003-11-21  Karl Berry  <karl@gnu.org>
26046
26047         * config/config.{sub,guess}: update from config.
26048
26049 2003-11-18  Karl Berry  <karl@gnu.org>
26050
26051         * config/config.{sub,guess}: update from config.
26052
26053         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
26054
26055 2003-11-17  Paul Eggert  <eggert@twinsun.com>
26056
26057         * README: Mention that S+T cannot overflow if S is the size of
26058         an existing object and T is sufficiently small.
26059
26060 2003-11-17  Jim Meyering  <jim@meyering.net>
26061
26062         On systems without utime and without a utimes function capable of
26063         dealing with a NULL struct utimbuf* argument, this utime replacement
26064         could -- in unusual circumstances -- leak a file descriptor.
26065         * lib/utime.c: Include <unistd.h> and <errno.h>.
26066         (utime_null): Be sure to close `fd' and to preserve errno.
26067         Reported by Geoff Collyer via Arnold Robbins.
26068
26069 2003-11-17  Bruno Haible  <bruno@clisp.org>
26070
26071         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
26072         (Depends-on): Add xsize.
26073
26074 2003-11-17  Bruno Haible  <bruno@clisp.org>
26075
26076         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
26077
26078 2003-11-17  Bruno Haible  <bruno@clisp.org>
26079
26080         * lib/vasnprintf.c (alloca): Remove fallback definition.
26081         (freea): Remove definition.
26082         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
26083         Reported by Paul Eggert.
26084
26085 2003-11-16  Paul Eggert  <eggert@twinsun.com>
26086             Bruno Haible  <bruno@clisp.org>
26087
26088         Protect against address arithmetic overflow.
26089         * lib/printf-args.h: Include stddef.h.
26090         (arguments): Change type of field 'count' to size_t.
26091         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
26092         'unsigned int' where appropriate.
26093         * lib/printf-parse.h: Include sys/types.h.
26094         (char_directive): Change type of *arg_index fields to ssize_t.
26095         (char_directives): Change type of fields 'count', max_*_length to
26096         size_t.
26097         * lib/printf-parse.c: Include sys/types.h and xsize.h.
26098         (SSIZE_MAX): Define fallback value.
26099         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
26100         instead of 'int' where appropriate. Check a_allocated, d_allocated
26101         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
26102         * lib/vasnprintf.c: Include xsize.h.
26103         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
26104         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
26105         overflow. Avoid wraparound when converting a width or precision from
26106         decimal to binary.
26107
26108 2003-11-16  Bruno Haible  <bruno@clisp.org>
26109
26110         Update from GNU gettext.
26111         * lib/printf-parse.c: Generalize to it can be compiled for wide
26112         strings.
26113         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
26114         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
26115         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
26116         SNPRINTF): New macros.
26117         Don't include <alloca.h> if the file is used inside libintl.
26118         (local_wcslen): New function, for Solaris 2.5.1.
26119         (VASNPRINTF): Use it instead of wcslen.
26120
26121 2003-11-16  Bruno Haible  <bruno@clisp.org>
26122
26123         * lib/xsize.h (xmax): New function.
26124         (xsum, xsum3, xsum4): Declare as "pure" functions.
26125
26126 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26127
26128         * modules/xalloc (Files): Undo latest change, since xalloc.h
26129         no longer needs SIZE_MAX or PTRDIFF_MAX.
26130
26131 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26132
26133         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
26134         gl_PTRDIFF_MAX.
26135
26136 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26137
26138         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
26139         "return", to pacify some unknown compiler.  Problem reported
26140         by Joerg Schilling.
26141
26142 2003-11-12  Paul Eggert  <eggert@twinsun.com>
26143
26144         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
26145         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
26146         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
26147         heuristic is just as accurate as far as we know, and it removes a
26148         dependency on size_max.m4 and ptrdiff_max.m4.
26149
26150 2003-11-11  Bruno Haible  <bruno@clisp.org>
26151
26152         * modules/xsize (Files): Add m4/size_max.m4.
26153         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
26154
26155 2003-11-11  Bruno Haible  <bruno@clisp.org>
26156
26157         * m4/size_max.m4: New file.
26158         * m4/ptrdiff_max.m4: New file.
26159         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
26160         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
26161         (gl_XALLOC): Invoke it.
26162
26163 2003-11-11  Bruno Haible  <bruno@clisp.org>
26164
26165         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
26166         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
26167         defined.
26168
26169 2003-11-10  Paul Eggert  <eggert@twinsun.com>
26170
26171         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
26172         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
26173         rejected some allocations of exactly SIZE_MAX - 2 bytes.
26174         From Bruno Haible.
26175         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
26176         not (size_t) -1, since it's defined here.
26177
26178 2003-11-09  Karl Berry  <karl@gnu.org>
26179
26180         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
26181
26182 2003-11-06  Paul Eggert  <eggert@twinsun.com>
26183
26184         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
26185         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
26186         Reject sizes of exactly SIZE_MAX bytes.
26187         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
26188         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
26189
26190 2003-11-05  Bruno Haible  <bruno@clisp.org>
26191
26192         * lib/xsize.h: Include limits.h, to avoid a possible collision with
26193         SIZE_MAX defined in <limits.h> on Solaris.
26194
26195 2003-11-04  Jim Meyering  <jim@meyering.net>
26196
26197         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
26198         variable names, rather than @VAR@.
26199         * modules/poll: Likewise.
26200
26201 2003-11-04  Bruno Haible  <bruno@clisp.org>
26202
26203         * modules/xsize: New file.
26204         * modules/linebreak: Depend on xsize.
26205         * MODULES.html.sh (func_all_modules): Add xsize.
26206
26207 2003-11-04  Bruno Haible  <bruno@clisp.org>
26208
26209         * m4/xsize.m4: New file.
26210
26211 2003-11-04  Bruno Haible  <bruno@clisp.org>
26212
26213         * lib/xsize.h: New file.
26214         * lib/linebreak.c: Include xsize.h.
26215         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
26216         argument for overflow.
26217         Suggested by Paul Eggert.
26218
26219 2003-11-03  Karl Berry  <karl@gnu.org>
26220
26221         * config/config.{guess,sub}: update from config.
26222
26223 2003-11-03  Jim Meyering  <jim@meyering.net>
26224
26225         * modules/userspec (lib_SOURCES): Add userspec.h.
26226         (Include): Add "userspec.h".
26227         Improve description.
26228
26229 2003-11-03  Jim Meyering  <jim@meyering.net>
26230
26231         * lib/userspec.c: Include "userspec.h".
26232         * lib/userspec.h: New file.
26233
26234 2003-11-03  Bruno Haible  <bruno@clisp.org>
26235
26236         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
26237
26238 2003-11-03  Bruno Haible  <bruno@clisp.org>
26239
26240         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
26241         available, to avoid (extremely rare) race condition.
26242         Suggested by Paul Eggert.
26243
26244 2003-11-02  Karl Berry  <karl@gnu.org>
26245
26246         * config/srclist.txt (vasprintf.c): sync broken, sigh.
26247
26248 2003-10-31  Paul Eggert  <eggert@twinsun.com>
26249
26250         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
26251         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
26252         (read_filesystem_list): Set and use me_type_malloced.
26253         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
26254         whatever the type happens to be), for brevity and consistency.
26255         Check for size calculation overflow on Alphas running OSF/1.
26256
26257 2003-10-31  Jim Meyering  <jim@meyering.net>
26258
26259         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
26260
26261         * lib/linebuffer.c: Include <string.h> for declaration of memset.
26262
26263 2003-10-30  Paul Eggert  <eggert@twinsun.com>
26264             Bruno Haible  <bruno@clisp.org>
26265
26266         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
26267         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
26268
26269 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
26270
26271         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
26272         netbsd*-gnu*.  Suggested by Robert Millan.
26273
26274 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26275
26276         * modules/group-member: Depend on stdbool.
26277
26278 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26279
26280         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
26281
26282 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26283
26284         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
26285         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
26286         after the 'gnu' in these cases.  This fixes some bugs in the
26287         previous change, and is based on suggestions by Robert Millan.
26288
26289 2003-10-29  Paul Eggert  <eggert@twinsun.com>
26290
26291         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
26292         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
26293         no longer needed.
26294         * lib/quotearg.c (quotearg_n_options): Use it.
26295         * lib/group-member.c: Include <stdbool.h>.
26296         (free_group_info): Arg is now const *; don't free arg.
26297         (get_group_info): Now returns bool and accepts struct group_info *,
26298         rather than returning a malloc'ed struct group_info *.
26299         All uses changed.  Check for overflow in internal size calculation.
26300
26301         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
26302         rather than xmalloc/xrealloc.
26303         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
26304         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
26305         conformance bug: the old code used a pointer after freeing the
26306         storage that it addressed.
26307         * lib/hash.c (hash_initialize): Simplify the code by using
26308         xalloc_oversized rather than doing it by hand.
26309         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
26310         the buffer preserved.  Use free and xmalloc instead.
26311         * lib/quotearg.c (quotearg_n_options): Likewise.
26312         Use a simpler test for size overflow.  Don't use xalloc_oversized
26313         because unsigned int might be wider than size_t (!); this suggests
26314         that we should switch from unsigned int to size_t for slot numbers.
26315
26316 2003-10-28  Paul Eggert  <eggert@twinsun.com>
26317
26318         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
26319         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
26320         NetBSD kernels.  Requested by Richard Stallman.
26321
26322 2003-10-27  Paul Eggert  <eggert@twinsun.com>
26323
26324         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
26325         to allocate the returned structure.  Do not allocate a subarray,
26326         as x2nrealloc will do that.
26327         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
26328         instead of xnrealloc.
26329         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
26330
26331 2003-10-27  Bruno Haible  <bruno@clisp.org>
26332
26333         * lib/stdbool_.h: Better support for BeOS.
26334
26335 2003-10-26  Paul Eggert  <eggert@twinsun.com>
26336
26337         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
26338         now uses inline.
26339
26340 2003-10-26  Paul Eggert  <eggert@twinsun.com>
26341
26342         * lib/xalloc.h (xalloc_oversized): New static inline function, for
26343         callers that want to do their own size-overflow checking.  Include
26344         <stdbool.h>, since xalloc_oversized returns bool.
26345         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
26346         to use xalloc_oversized.
26347
26348         Add two functions x2realloc, x2nrealloc, for programs that grow
26349         arrays dynamically by doubling their sizes.
26350         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
26351         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
26352         New functions.
26353
26354         Port to C99 semantics for 'inline' of external functions.
26355         Bug reported by Bruno Haible.
26356         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
26357         with the old contents of xnmalloc.
26358         (xnmalloc, xmalloc): Use it.
26359         (xnrealloc_inline): New static inline function,
26360         with the old contents of xnrealloc.
26361         (xnrealloc, xrealloc): Use it.
26362
26363         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
26364         that.
26365
26366 2003-10-26  Karl Berry  <karl@gnu.org>
26367
26368         * config/srclist.txt (COPYING.DOC): no longer available from
26369         /gd/gnuorg; don't know where the ultimate source is.
26370
26371 2003-10-25  Paul Eggert  <eggert@twinsun.com>
26372
26373         Fix several address-calculation bugs in the hash modules,
26374         plus some minor code cleanup.
26375
26376         * lib/hash.h: Include <stdbool.h>, for bool.
26377         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
26378         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
26379         hash_get_n_entries, hash_get_max_bucket_length,
26380         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
26381         hash_rehash): Use size_t rather than unsigned.
26382         * lib/hash.c (struct hash_table, hash_get_n_buckets,
26383         hash_get_n_buckets_used, hash_get_n_entries,
26384         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
26385         hash_get_entries, hash_do_for_each, hash_string, is_prime,
26386         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
26387         Likewise.
26388         (SIZE_MAX): Define if not defined.
26389         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
26390         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
26391         hash_print):
26392         Use const * when possible.
26393         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
26394         (check_tuning): Fix bug: if tuning parameters were very close to
26395         0 or 1, rounding errors could have caused subscript violations.
26396         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
26397         (hash_initialize): Add 'fail:' label
26398         to free table and return NULL, and use it to simplify code.
26399         Use calloc rather than clearing the storage ourself.
26400         (hash_initialize, hash_rehash): Check for arithmetic overflow in
26401         buffer size calculations.
26402         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
26403         Include <stddef.h>, for size_t.
26404         * lib/hash-pjw.c (hash_pjw): Likewise.
26405         Switch to method described by Bruno Haible.
26406         Include <limits.h>, for CHAR_BIT.
26407         (SIZE_BITS): New macro.
26408
26409 2003-10-23  Paul Eggert  <eggert@twinsun.com>
26410
26411         * m4/getline.m4 (AM_FUNC_GETLINE):
26412         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
26413         hosts.  Problem reported by Derek Robert Price in
26414         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
26415         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
26416         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
26417
26418 2003-10-21  Paul Eggert  <eggert@twinsun.com>
26419
26420         * lib/getndelim2.c (getndelim2): When size calculation overflows,
26421         ceiling the allocation at NMAX bytes rather than silently
26422         discarding input bytes before NMAX is reached.  This makes
26423         a difference only if NMAX exceeds SIZE_MAX / 2.
26424
26425         * lib/obstack.c: Merge from glibc.
26426         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
26427         Add libc_hidden_def (_obstack_newchunk).
26428         (_obstack_free) [! defined _LIBC]: Remove.
26429         [defined _LIBC]: Make a strong alias from obstack_free, rather than
26430         a clone of the function body.
26431         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
26432         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
26433
26434         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
26435         glibc.
26436         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
26437         arg to memcpy.
26438
26439         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
26440         (obstack_ptr_grow_fast, obstack_int_grow_fast):
26441         Don't use lvalue casts, as GCC plans to remove support for them
26442         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
26443         was also present in the non-GCC version, indicating that this
26444         code had always been buggy and had never been widely used.
26445         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
26446         Use the fast variant of each macro, rather than copying the
26447         definiens of the fast variant; that way, we'll be more likely to
26448         catch future bugs in the fast variants.
26449
26450 2003-10-20  Bruno Haible  <bruno@clisp.org>
26451
26452         * modules/wait-process: New file.
26453         * MODULES.html.sh (func_all_modules): Add wait-process.
26454
26455 2003-10-20  Bruno Haible  <bruno@clisp.org>
26456
26457         * m4/wait-process.m4: New file.
26458
26459 2003-10-20  Bruno Haible  <bruno@clisp.org>
26460
26461         * lib/wait-process.h: New file, from GNU gettext.
26462         * lib/wait-process.c: New file, from GNU gettext.
26463
26464 2003-10-19  Jim Meyering  <jim@meyering.net>
26465
26466         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
26467         HPUX 10.20.
26468
26469 2003-10-18  Karl Berry  <karl@gnu.org>
26470
26471         * config/config.guess: update from config.
26472
26473 2003-10-16  Paul Eggert  <eggert@twinsun.com>
26474
26475         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
26476         (getgroups): First arg is int, not size_t.
26477         Don't let 'free' mangle errno.
26478
26479 2003-10-16  Paul Eggert  <eggert@twinsun.com>
26480
26481         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
26482
26483 2003-10-16  Karl Berry  <karl@gnu.org>
26484
26485         * config/config.{guess,sub}: update from config.
26486
26487 2003-10-16  Jim Meyering  <jim@meyering.net>
26488
26489         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
26490         memcpy.
26491
26492 2003-10-15  Paul Eggert  <eggert@twinsun.com>
26493
26494         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
26495         (SIZE_MAX): Remove.
26496         (new_exclude, add_exclude_file): Initial size no longer needs to
26497         be a power of 2.
26498         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
26499         our own address arithmetic overflow checking.
26500
26501         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
26502         (fnmatch): Do not alloca more than 2000 wide characters;
26503         instead, use malloc for large buffers.
26504         Check for address arithmetic overflow, and return -1
26505         with errno set to ENOMEM in that case.
26506         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
26507         (NEW_PATTERN): Do not alloca more than 8000 bytes;
26508         instead, return -1.  Check for address arithmetic overflow.
26509
26510 2003-10-14  Paul Eggert  <eggert@twinsun.com>
26511
26512         Handle invalid suffixes and overflow independently, so that
26513         callers can treat them independently as needed.  Fix some bugs in
26514         suffix handling, e.g., "100k@" was not diagnosed as an invalid
26515         suffix for a human-readable blocksize.  The major caller-visible
26516         change is the addition of a new
26517         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
26518         that both overflow and suffix chars were found.
26519
26520         * lib/human.c (humblock): Don't check separately for invalid suffix
26521         char; that is xstrtoumax's job (now that its bug is fixed).
26522         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
26523         INTMAX_MAX]: New macros.
26524         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
26525         TYPE_MAXIMUM): New macros.
26526         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
26527         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
26528         if overflow occurs, as it's what __strtol does and it's more useful
26529         in practice.
26530         (__xstrtol): If __strtol reports some error other than ERANGE,
26531         reflect it to the caller as LONGINT_INVALID.  If it reports
26532         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
26533         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
26534         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
26535         value.
26536         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
26537         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
26538         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
26539         [defined UINTMAX_MAX]: New macros.
26540
26541 2003-10-14  Bruno Haible  <bruno@clisp.org>
26542
26543         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
26544
26545 2003-10-14  Bruno Haible  <bruno@clisp.org>
26546
26547         * m4/sig_atomic_t: New file, from GNU gettext.
26548         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
26549
26550 2003-10-14  Bruno Haible  <bruno@clisp.org>
26551
26552         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
26553         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
26554         Also use volatile where needed.
26555
26556 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26557
26558         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
26559         Change maintainer from Bruno Haible to 'all'.
26560
26561 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26562
26563         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
26564
26565 2003-10-12  Paul Eggert  <eggert@twinsun.com>
26566
26567         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
26568         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
26569         and define in terms of the other primitives.
26570         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
26571         (SIZE_MAX): Define if not already defined.
26572         (array_size_overflow): New function.
26573         (xalloc_die): Abort instead of exiting if 'error' returns.
26574         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
26575         (xmalloc, xrealloc): Use them.
26576         (xcalloc): Check for address arithmetic overflow.
26577         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
26578         a bit faster than strcpy.
26579
26580 2003-10-10  Simon Josefsson  <jas@extundo.com>
26581
26582         * modules/argp (Depends-on): Add restrict and strcase.
26583
26584 2003-10-10  Simon Josefsson  <jas@extundo.com>
26585
26586         * m4/argp.m4: Add AC_C_INLINE.
26587
26588 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26589
26590         Merge getpass from libc, plus a few fixes.
26591
26592         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
26593         Include <stdbool.h>.
26594         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
26595         __fsetlocking to empty.
26596         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
26597         do include <bits/libc-lock.h>.
26598         Do not include <fcntl.h>; not needed.
26599         [_LIBC]: Include <wchar.h>.
26600         (NOTCANCEL_MODE): New macro.
26601         (flockfile, funlockfile) [_LIBC]: New macros.
26602         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
26603         [!_LIBC]: New macros.
26604         (call_fclose): New function.
26605         (getpass): Use it.  Save tty stream separately; this simplifies the
26606         code and makes it more reliable if stdin happens to equal stdout.
26607         Invoke __fsetlocking on tty.
26608         Handle thread cancellation if needed.
26609         Namespace cleanup (use __tcgetattr, __getline).
26610         Use bool for Booleans.
26611         [USE_IN_LIBIO]: Handle wide streams.
26612         [!_LIBC]: Unconditionally do the fseek, since we don't know what
26613         stream might go where.
26614
26615         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
26616         doesn't have to include <stdio.h> before us.
26617         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
26618         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
26619         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
26620         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
26621         if not declared, so that we can use getpass.c code from libc without
26622         rewriting it.
26623         (flockfile, ftrylockfile, funlockfile): New macros.
26624
26625 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26626
26627         * modules/getpass: Depend on stdbool.
26628
26629 2003-10-08  Paul Eggert  <eggert@twinsun.com>
26630
26631         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
26632
26633 2003-10-07  Karl Berry  <karl@gnu.org>
26634
26635         * config/config.{guess,sub}: update from config.
26636
26637 2003-10-06  Jim Meyering  <jim@meyering.net>
26638             Bruno Haible  <bruno@clisp.org>
26639
26640         This lets translators provide better translations for the
26641         "Written by ..." part of --version output.
26642         * lib/version-etc.h: Include stdarg.h.
26643         (version_etc_copyright): Declare as readonly.
26644         (version_etc): Make this function variadic with a NULL-terminated list
26645         of author name strings.
26646         (version_etc_va): New declaration.
26647         * lib/version-etc.c: Include stdarg.h, stdlib.h.
26648         (version_etc_copyright): Declare as readonly.
26649         (version_etc_va): New function. Provide a different translatable string
26650         for each possible number of authors < 10. Abbreviate when there are 10
26651         authors or more.
26652         (version_etc): Make this function variadic. Call version_etc_va.
26653         Suggestion from Gary V. Vaughan.
26654
26655         * lib/long-options.h (parse_long_options): Change prototype: the
26656         authors string is moved to the end and becomes variadic.
26657         * lib/long-options.c: Include stdarg.h.
26658         (parse_long_options): Make this function variadic, too.
26659         Call version_etc_va, not version_etc.
26660
26661 2003-10-06  Bruno Haible  <bruno@clisp.org>
26662
26663         * modules/version-etc-2: Remove file.
26664         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
26665
26666 2003-10-06  Bruno Haible  <bruno@clisp.org>
26667
26668         * modules/fatal-signal: New file.
26669         * MODULES.html.sh (func_all_modules): Add fatal-signal.
26670
26671 2003-10-06  Bruno Haible  <bruno@clisp.org>
26672
26673         * m4/fatal-signal.m4: New file.
26674         * m4/signalblocking.m4: New file, from GNU gettext.
26675
26676 2003-10-06  Bruno Haible  <bruno@clisp.org>
26677
26678         * lib/version-etc-2.h: Remove file.
26679         * lib/version-etc-2.c: Remove file.
26680
26681 2003-10-06  Bruno Haible  <bruno@clisp.org>
26682
26683         * lib/fatal-signal.h: New file, from GNU gettext.
26684         * lib/fatal-signal.c: New file, from GNU gettext.
26685
26686 2003-10-05  Paul Eggert  <eggert@twinsun.com>
26687
26688         * README: Rework advice for preventing empty .o files.
26689         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
26690         not <sys/types.h>.
26691
26692 2003-10-04  Karl Berry  <karl@gnu.org>
26693
26694         * lib/argp*: update from libc.
26695
26696 2003-10-04  Karl Berry  <karl@gnu.org>
26697
26698         * config/config.{guess,sub}: update from config.
26699
26700 2003-10-02  Bruno Haible  <bruno@clisp.org>
26701
26702         * modules/lchown (Include): Add lchown.h.
26703         * modules/time_r (Include): Use "..." syntax.
26704         * modules/xgetdomainname (Include): Add xgetdomainname.h.
26705
26706 2003-10-01  Simon Josefsson  <jas@extundo.com>
26707
26708         * MODULES.html.sh (func_all_modules): Move gethostname from section
26709         'based on' to section 'lacking' POSIX:2001.
26710
26711 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
26712
26713         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
26714         to output mode on the same stream.
26715
26716 2003-09-29  Paul Eggert  <eggert@twinsun.com>
26717
26718         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
26719         Fix arg typo in previous patch.
26720
26721 2003-09-28  Jim Meyering  <jim@meyering.net>
26722
26723         * lib/error.c: Correct cpp indentation.
26724
26725 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26726
26727         * modules/free: New file.
26728
26729 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26730
26731         * m4/free.m4: New file.
26732
26733 2003-09-27  Paul Eggert  <eggert@twinsun.com>
26734
26735         * lib/minmax.h (MIN, MAX)
26736         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
26737         Omit the special code that used __typeof__, since we worry that
26738         it could be more trouble than it's worth.  See:
26739         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
26740         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
26741
26742         * lib/free.c: New file.
26743
26744 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
26745
26746         Trivial fixes to Makefile.am parts of module listings.
26747         * modules/strstr: Append strstr.h to lib_SOURCES.
26748         * modules/strcase: Likewise, for strcase.h.
26749
26750 2003-09-27  Karl Berry  <karl@gnu.org>
26751
26752         * config/mkinstalldirs: update from automake.
26753
26754 2003-09-26  Paul Eggert  <eggert@twinsun.com>
26755
26756         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
26757         (error_tail): Do not loop, reallocating temporary buffer, since
26758         the output cannot contain more wide characters than the input
26759         contains bytes, the size must be big enough already.  This avoids
26760         one potential size overflow calculation.  Check for size overflow
26761         when calculating temporary buffer size.  Free temporary buffer
26762         when done, if it was allocated with malloc; this plugs a memory
26763         leak.  Remove casts from void * to pointers, that are no longer
26764         needed now that we're assuming C89 or better.
26765
26766         Merge error changes from glibc.
26767
26768         * lib/error.c, error.h: Update copyright notice header to match glibc.
26769         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
26770         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
26771         Disable cancellation while printing error.
26772         * lib/error.h: Prepend __ to parameter names.
26773
26774 2003-09-26  Jim Meyering  <jim@meyering.net>
26775
26776         * lib/error.c (error_tail): Move some declarations
26777         into inner scope where the local variables are used.
26778
26779 2003-09-26  Bruno Haible  <bruno@clisp.org>
26780
26781         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
26782         stpncpy().
26783         Don't define stpncpy through config.h; it's now done through stpncpy.h.
26784
26785 2003-09-26  Bruno Haible  <bruno@clisp.org>
26786
26787         * lib/stpncpy.h (gnu_stpncpy): New declaration.
26788         (stpncpy): Define as alias for gnu_stpncpy.
26789         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
26790
26791 2003-09-25  Simon Josefsson  <jas@extundo.com>
26792
26793         * lib/xgetdomainname.h: New file.
26794         * lib/xgetdomainname.c: New file.
26795
26796 2003-09-25  Simon Josefsson  <jas@extundo.com>
26797             Bruno Haible  <bruno@clisp.org>
26798
26799         * modules/getdomainname: New file.
26800         * modules/xgetdomainname: New file.
26801         * MODULES.html.sh (func_all_modules): Add getdomainname,
26802         xgetdomainname.
26803
26804 2003-09-25  Simon Josefsson  <jas@extundo.com>
26805             Bruno Haible  <bruno@clisp.org>
26806
26807         * m4/getdomainname.m4: New file.
26808
26809 2003-09-25  Simon Josefsson  <jas@extundo.com>
26810             Bruno Haible  <bruno@clisp.org>
26811
26812         * lib/getdomainname.h: New file.
26813         * lib/getdomainname.c: New file.
26814
26815 2003-09-25  Karl Berry  <karl@gnu.org>
26816
26817         * lib/argp-fmtstream.c, argp-help.c: update from libc.
26818
26819 2003-09-25  Karl Berry  <karl@gnu.org>
26820
26821         * config/install-sh: update from automake.
26822
26823 2003-09-25  Bruno Haible  <bruno@clisp.org>
26824
26825         * modules/version-etc-2: New file, from modules/version-etc with
26826         modifications.
26827         * MODULES.html.sh (func_all_modules): Add version-etc-2.
26828
26829 2003-09-25  Bruno Haible  <bruno@clisp.org>
26830
26831         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
26832         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
26833
26834 2003-09-24  Simon Josefsson  <jas@extundo.com>
26835
26836         * modules/xgethostname: Add xgethostname.h.
26837
26838 2003-09-24  Paul Eggert  <eggert@twinsun.com>
26839
26840         * lib/linebuffer.c (freebuffer): Don't free the argument, just
26841         the buffer associated with the argument.  Bug reported by
26842         Simon Josefsson.
26843
26844 2003-09-24  Paul Eggert  <eggert@twinsun.com>
26845
26846         * README: Document assumptions that 'int' is at least 32 bits
26847         wide, that integer arithmetic is 2's complement without overflow,
26848         that there are no holes in integer values, that adding sizes of
26849         two nonoverlapping objects can't overflow, and that all-bits-zero
26850         yields scalar zero.  Fix spelling and capitalization typos.
26851
26852 2003-09-19  Karl Berry  <karl@gnu.org>
26853
26854         * lib/argp.h: update from libc.
26855
26856 2003-09-17  Paul Eggert  <eggert@twinsun.com>
26857
26858         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
26859         to avoid spurious warnings like "AC_RUN_IFELSE was called before
26860         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
26861
26862 2003-09-17  Paul Eggert  <eggert@twinsun.com>
26863
26864         * gnulib-tool: Use "test -h", not "test -L", for portability
26865         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
26866         (tags_regexp): Remove, since \| doesn't conform to POSIX.
26867         (sed_extract_prog): Issue s commands one-by-one, rather than
26868         using \| in one s command.
26869
26870 2003-09-16  Paul Eggert  <eggert@twinsun.com>
26871
26872         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
26873         input error, instead of returning NULL the next time we are called
26874         (and therefore losing track of errno).
26875
26876 2003-09-16  Bruno Haible  <bruno@clisp.org>
26877
26878         * gnulib-tool (func_create_testdir): Warn about duplicated
26879         dependencies.
26880
26881 2003-09-15  Paul Eggert  <eggert@twinsun.com>
26882
26883         * modules/argmatch, modules/fatal, modules/obstack,
26884         modules/xalloc, modules/xgethostname: Sort dependencies by
26885         importance, not alphabetically.
26886
26887 2003-09-15  Paul Eggert  <eggert@twinsun.com>
26888
26889         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
26890         fails, so that the caller gets the proper errno.
26891
26892         * lib/readutmp.c (read_utmp): Likewise.
26893         Check for fstat error.  Close stream and free storage
26894         when failing.
26895
26896 2003-09-14  Karl Berry  <karl@gnu.org>
26897
26898         * config/srclist.txt (strdup.c): disable for c89 changes.
26899
26900 2003-09-14  Jim Meyering  <jim@meyering.net>
26901
26902         * lib/getloadavg.c: Correct cpp indentation.
26903         * lib/strdup.c: Likewise.
26904         * lib/vasnprintf.c: Likewise.
26905
26906 2003-09-14  Bruno Haible  <bruno@clisp.org>
26907
26908         * modules/fwriteerror: New file.
26909         * MODULES.html.sh (func_all_modules): Add fwriteerror.
26910
26911 2003-09-14  Bruno Haible  <bruno@clisp.org>
26912
26913         * lib/fwriteerror.h: New file.
26914         * lib/fwriteerror.c: New file.
26915
26916 2003-09-12  Paul Eggert  <eggert@twinsun.com>
26917
26918         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
26919         modules/xgethostname, modules/xalloc: Depend on exit.
26920
26921 2003-09-12  Paul Eggert  <eggert@twinsun.com>
26922
26923         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
26924
26925         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
26926         and AC_MINIX, too, so that their extensions are available.
26927
26928         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
26929         This macro has been superseded by gl_BACKUPFILE.
26930
26931         More patches to assume C89 or better.
26932
26933         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
26934
26935         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
26936         unconditionally.
26937         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
26938         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
26939         Include <string.h>, <stdlib.h> unconditionally.
26940         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
26941         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
26942         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
26943         headers or for string.h.
26944         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
26945         or strtoul.
26946
26947         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
26948         headers.
26949         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
26950         * m4/userspec.m4 (gl_USERSPEC): Likewise.
26951         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
26952         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
26953         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26954         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
26955         memcpy, memset.
26956         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
26957         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
26958         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
26959         strtol.
26960         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
26961         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
26962         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
26963         strtoul.
26964
26965 2003-09-12  Paul Eggert  <eggert@twinsun.com>
26966
26967         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
26968         * lib/obstack.c [!defined _LIBC]: Likewise.
26969         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
26970         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
26971         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
26972
26973         More changes to assume C89 or better.
26974
26975         * lib/error.c (error_tail): Assume vprintf.
26976
26977         * lib/argmatch.c (getenv): Remove decl.
26978         * lib/progreloc.c (get_full_program_name): Define via prototype.
26979         * lib/setenv.c (clearenv): Likewise.
26980         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
26981         needed.
26982         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
26983         (malloc, memcpy): Remove decls.
26984         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
26985         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
26986         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
26987         (memcpy): Remove macro.
26988         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
26989         (__P): Remove.  All uses removed.
26990         (PTR): Remove.  All uses changed to void *.
26991         (CHAR_BIT, NULL): Remove.
26992         (spaces, zeros, memset_space, memset_zero)
26993         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
26994         Remove.
26995         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
26996         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
26997         Define with prototype.
26998         Remove now-unnecessary prototype decl.
26999         (extra_args_spec): Assume ANSI C.  All uses changed.
27000         (extra_args_spec_iso): Remove.
27001         (my_strftime, emacs_strftimeu): Define via prototype.
27002         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
27003         unconditionally.
27004         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
27005         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
27006         (strtoul, strtol): Remove decls.
27007         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
27008         LONG_MAX): Remove.
27009         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
27010         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
27011         (LOCALE_PARAM_PROTO): New macro.
27012         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
27013         (INTERNAL (strtol), strtol): Define with a prototype.
27014         (PARAMS): Remove.  All uses removed.
27015         * lib/tempname.c: Include <string.h> unconditionally.
27016         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
27017         * lib/xgethostname.c (main): Define with a prototype.
27018         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
27019         Include <stdlib.h> unconditionally.
27020         (calloc, malloc, realloc, free): Remove decls.
27021         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
27022         Include <stdlib.h> unconditionally.  Sort include file names.
27023         (strtod): Remove.
27024         (xstrtod): Define with a prototype.
27025         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
27026         (strtol, strtoul): Remove decls.
27027
27028 2003-09-11  Paul Eggert  <eggert@twinsun.com>
27029
27030         More patches to assume C89 or better.
27031         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
27032         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
27033         string.h, memchr, STDC_HEADERS.
27034
27035 2003-09-11  Paul Eggert  <eggert@twinsun.com>
27036
27037         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
27038         Include <stdlib.h>, <string.h> unconditionally.
27039         Remove now-unnecessary cast to char *.
27040         * lib/strnlen.c: Include <string.h> unconditionally.
27041         * lib/yesno.c (yesno): Define with a prototype.
27042
27043 2003-09-11  Bruno Haible  <bruno@clisp.org>
27044
27045         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
27046
27047 2003-09-10  Jim Meyering  <jim@meyering.net>
27048
27049         * lib/error.c: Correct indentation of cpp directives.
27050
27051 2003-09-10  Bruno Haible  <bruno@clisp.org>
27052
27053         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
27054         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
27055         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
27056         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
27057         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
27058         <stdlib.h> and <string.h> checks.
27059         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
27060         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
27061
27062 2003-09-10  Bruno Haible  <bruno@clisp.org>
27063
27064         * lib/strcspn.c: Include <string.h> unconditionally.
27065         * lib/strpbrk.c: Include <string.h> unconditionally.
27066         * lib/strstr.c: Include <string.h> unconditionally.
27067         * lib/unicodeio.c: Include <string.h> unconditionally.
27068         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
27069         * lib/unsetenv.c: Likewise.
27070         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
27071         * lib/yesno.c: Include <stdlib.h> unconditionally.
27072         (rpmatch): Add prototype.
27073
27074 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27075
27076         More patches to assume C89 or better.
27077         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
27078         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
27079         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
27080         or for string.h.
27081         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
27082         stdlib.h.
27083         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
27084         C headers.
27085         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
27086         string.h.
27087         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
27088         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
27089         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
27090         or for string.h.
27091         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
27092         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
27093         C headers.
27094         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
27095         memcpy.
27096         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
27097         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
27098         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
27099         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
27100         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
27101         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
27102         string.h, free.
27103         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
27104         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
27105         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
27106         C headers, or for string.h.
27107         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
27108         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
27109         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
27110         headers, memory.h, stdlib.h, string.h, strings.h.
27111         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
27112         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
27113         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
27114         strchr.
27115         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
27116         headers, memory.h, string.h.
27117         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
27118         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
27119         free.
27120         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
27121         headers.
27122         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
27123         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
27124         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
27125         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
27126         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
27127
27128 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27129
27130         More K&R removal.
27131
27132         * lib/acosl.c (main): Use a prototype.
27133         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
27134         tanl.c: Likewise.
27135
27136         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
27137
27138         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
27139         (getopt, etopt_long, getopt_long_only, _getopt_internal)
27140         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
27141         with a prototype.
27142         * lib/getopt.c (const): Remove macro.
27143         Include <string.h> unconditionally.
27144         (my_index): Remove; all uses changed to strchr.
27145         (strlen): Remove decl.
27146         (exchange): Remove forward decl; no longer needed.
27147         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
27148         Define with prototype.
27149         * lib/getopt1.c (const): Remove macro.
27150         (getopt_long, getopt_long_only, main): Define with prototype.
27151
27152         * lib/getugroups.c: Include <string.h> unconditionally.
27153
27154         * lib/getusershell.c: Include <stdlib.h> unconditionally.
27155         (getusershell, setusershell, endusershell, readname, main):
27156         Define with prototypes.
27157
27158         * lib/group-member.c: Include group-member.h first.
27159         Include <stdlib.h> unconditionally.
27160
27161         * lib/hard-locale.c: Include hard-locale.h first.
27162         Include <stdlib.h>, <string.h> unconditionally.
27163
27164         * lib/hash.c (free, malloc): Remove decls.
27165         Include <stdlib.h> unconditionally.
27166
27167         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
27168         (getenv): Do not declare.
27169
27170         * lib/idcache.c: Include <string.h> unconditionally.
27171
27172         * lib/long-options.c: Include long-options.h first, to test interface.
27173         Include <stdlib.h> unconditionally.
27174
27175         * lib/makepath.c: Include makepath.h first, to test interface.
27176         Include <stdlib.h> and <string.h> unconditionally.
27177
27178         * lib/linebuffer.c: Include <stdlib.h>.
27179         (free): Remove decl.
27180
27181         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
27182         stddef.h. rpl_malloc returns void *, not char *.
27183         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
27184         prototype.
27185
27186         * lib/md5.h: Include <limits.h> unconditionally.
27187         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
27188         (__P): Remove; all uses removed.
27189         * lib/md5.c: Include "md5.h" first.
27190         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
27191         md5_buffer, md5_process_bytes, md5_process_block):
27192         Define with prototypes.
27193         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
27194         * lib/sha.c: Include "sha.h" first.
27195         Include <stdlib.h>, <string.h> unconditionally.
27196
27197         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
27198         * lib/memcmp.c (__ptr_t): Likewise.
27199         * lib/memrchr.c (__ptr_t): Likewise.
27200         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
27201         Include <string.h> unconditionally.
27202         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
27203         * lib/memchr.c: Include <stdlib.h> unconditionally.
27204         * lib/memchr.c (LONG_MAX): Remove.
27205         * lib/memrchr.c (LONG_MAX): Likewise.
27206         * lib/memchr.c (__memchr): Define via a prototype.
27207         * lib/memrchr.c (__memrchr): Likewise.
27208         * lib/memcmp.c (__P): Remove, and remove all uses.
27209         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
27210         Remove forward decls; no longer needed.
27211         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
27212         Use types required by C89 in prototype.
27213
27214         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
27215         * lib/savedir.c: Likewise.
27216         * lib/mkdir.c (free): Remove decl.
27217         * lib/rmdir.c (rmdir): Define with a prototype.
27218         * lib/savedir.c: Include savedir.h first, to test interface.
27219
27220         * lib/mktime.c (STDC_HEADERS): Remove.
27221         Include <stdlib.h>, <string.h> unconditionally.
27222
27223         * lib/modechange.c: Include <stdlib.h> unconditionally.
27224         (malloc): Remove decl.
27225
27226         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
27227         (free): Remove decl.
27228
27229         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
27230         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
27231         (This type really should be intptr_t, but that's a C99ism.)
27232         (_obstack_memcpy): Remove: all uses changed to memcpy.
27233         Include <string.h> unconditionally.
27234         (struct obstack): Assume __STDC__ for types of members
27235         chunkfun, freefun, extra_arg.
27236         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
27237         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
27238         obstack_begin, obstack_specify_allocation,
27239         obstack_specify_allocation_with_arg, obstack_chunkfun,
27240         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
27241         Remove unprototyped decls and the macros that use them.
27242         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
27243         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
27244         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
27245         (defined __STDC__ && __STDC__)]:
27246         Remove nonprototyped code.
27247         Include <stdlib.h> unconditionally.
27248         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
27249         _obstack_allocated_p, _obstack_free, obstack_free,
27250         _obstack_memory_used, print_and_abort):
27251         Define using prototypes.
27252         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
27253         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
27254         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
27255         obstack_next_free, obstack_object_size, obstack_room) [0]:
27256         Remove unused, unprototyped code.
27257
27258         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
27259
27260         * lib/physmem.c (physmem_total, physmem_available, main): Define
27261         with prototypes.
27262
27263         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
27264         (main): Define with a prototype.
27265
27266         * lib/posixver.c (getenv): Remove decl.
27267
27268         * lib/putenv.c (malloc): Returns void *, not char *.
27269         Include <string.h> unconditionally.
27270         (strchr, memcpy, NULL): Do not define.
27271
27272         * lib/readtokens.c: Include readtokens.h first, to test interface.
27273         Include <stdlib.h>, <string.h> unconditionally.
27274         (init_tokenbuffer): Define with a prototype.
27275
27276         * lib/regex.c (PARAMS): Remove.  All uses removed.
27277         All uses of _RE_ARGS removed, too.
27278         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
27279         unconditionally.
27280         (bzero): Assume memset exists.
27281         (memcmp, memcpy, NULL): Remove.
27282         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
27283         char, or assignments to local vars of type signed char.
27284         (init_syntax_once, PREFIX(extract_number_and_incr),
27285         PREFIX(print_partial_compiled_pattern),
27286         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
27287         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
27288         PREFIX(regex_grow_registers), PREFIX(regex_compile),
27289         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
27290         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
27291         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
27292         wcs_compile_range, byte_compile_range, truncate_wchar,
27293         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
27294         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
27295         count_mbs_length, wcs_re_match_2_internal,
27296         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
27297         PREFIX(alt_match_null_string_p),
27298         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
27299         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
27300         regfree, PREFIX(extract_number)): Define with prototype.  Remove
27301         now-unnecessary declaration, if any.
27302         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
27303         regcomp, regexec):
27304         Remove now-unnecessary casts among pointer types.
27305         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
27306
27307         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
27308         (free): Remove decl.
27309
27310         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
27311
27312         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
27313         (free): Remove decl.
27314
27315         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
27316         * lib/xgetcwd.c: Likewise.
27317
27318         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
27319         (free): Remove decl.
27320
27321         * lib/strchrnul.c (strchrnul): Define with a prototype.
27322         Fix bug: c_in was not converted to char before searching.
27323
27324         The following changes are not K&R related:
27325
27326         * lib/group-member.h: Include <sys/types.h>, so that this file is
27327         self-contained.
27328         * lib/makepath.h: Likewise.
27329
27330         * lib/getusershell.c (readname, default_index, line_size, readname):
27331         Use size_t, not int, for sizes.
27332         (readname): If the size overflows, report an error instead of
27333         looping forever.
27334
27335 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27336
27337         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
27338         libc.
27339
27340 2003-09-09  Paul Eggert  <eggert@twinsun.com>
27341
27342         * README: New section: portability guidelines.
27343
27344 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
27345
27346         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
27347         C89 spec.
27348
27349 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
27350
27351         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
27352
27353 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27354
27355         Assume C89 or better; remove K&R cruft.
27356         A few of these changes were first proposed by Derek Robert Price
27357         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
27358
27359         * lib/addext.c: Include <string.h> unconditionally.
27360         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
27361         Don't declare getenv or malloc.
27362
27363         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
27364         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
27365         (NULL): Remove.
27366         (find_stack_direction, alloca): Use prototypes.
27367
27368         * lib/atexit.c (atexit): Define using a prototype.
27369
27370         * lib/basename.c, dirname.c, stripslash.c:
27371         Include <string.h> unconditionally.
27372
27373         * lib/bcopy.c: Include <stddef.h>.
27374         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
27375
27376         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
27377
27378         * lib/error.h (error, error_at_line, error_print_progname)
27379         [! (defined (__STDC__) && __STDC__)]: Remove decls.
27380         * lib/error.c: Include error.h first, to check interface.
27381         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
27382         (VA_START): Remove; all uses changeed to va_start.
27383         (exit, strerror): Remove decls.
27384         (error_print_progname): Prototype uncondionally.
27385         Don't include <errno.h>; no longer needed.
27386         (private_strerror): Remove.
27387         (error_tail): Always define.
27388         (error, error_at_line): Assume C89 or better; always use prototypes.
27389         * lib/fatal.c: Include "fatal.h" first, to test interface.
27390         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
27391         (VA_START): Remove; all uses changed to va_start.
27392         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
27393         this case.
27394         (exit): Remove decl.
27395         (fatal): Prototype unconditionally.  Assume va_start works.
27396         Abort at end, to pacify gcc.
27397
27398         * lib/euidaccess.c (main): Define with a prototype.
27399
27400         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
27401
27402         * lib/exitfail.c: Include <stdlib.h> unconditionally.
27403
27404         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
27405         prototypes.
27406         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
27407         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
27408         (getenv): Remove decl.
27409         (fnmatch): Define using a prototype.
27410         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
27411         (FCT): Define using a prototype.
27412
27413         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
27414
27415         * lib/gethostname.c: Include <stddef.h>.
27416         (gethostname): Define with prototype.  Length is size_t, not int.
27417
27418 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27419
27420         Assume C89 or better; remove K&R cruft.
27421         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
27422         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
27423         string.h, getenv, malloc.
27424         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
27425         headers.
27426         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
27427         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
27428         do not check for strerror.
27429         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
27430         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
27431         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
27432         do not check for doprnt or vprintf.
27433         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
27434         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
27435
27436 2003-09-08  Paul Eggert  <eggert@twinsun.com>
27437
27438         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
27439         getversion.c should have been removed then, but was accidentally
27440         preserved.
27441
27442         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
27443         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
27444
27445 2003-09-08  Karl Berry  <karl@gnu.org>
27446
27447         * config/config.sub, config.guess, srclistvars.sh: update from savannah
27448                 config, forget about prep.
27449
27450         * config/depcomp, missing: update from automake.
27451
27452 2003-09-07  Paul Eggert  <eggert@twinsun.com>
27453
27454         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
27455         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
27456
27457 2003-09-07  Paul Eggert  <eggert@twinsun.com>
27458
27459         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
27460         copy_tm_result.  Bug reported by Simon Josefsson in
27461         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
27462
27463 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27464
27465         * m4/time_r.m4: New file.
27466         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
27467         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
27468         is. Check for timegm declaration.
27469         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
27470         Do not check for gmtime_r.
27471         Replace mktime if __mktime_internal does not exist and if mktime
27472         hasn't been replaced already.
27473
27474 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27475
27476         * lib/time_r.c, lib/time_r.h: New files.
27477
27478         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
27479         __localtime_r.
27480         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
27481         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
27482
27483         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
27484         __gmtime_r.
27485         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
27486         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
27487         Include <time_r.h>.
27488
27489         * lib/timegm.c: Switch to glibc implementation, with the following
27490         changes:
27491         [defined HAVE_CONFIG_H]: Include <config.h>.
27492         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
27493         (__mktime_internal) [!defined _LIBC]: New decl.
27494         (__gmtime_r) [!defined _LIBC]: New macro and function.
27495         (timegm): Use a prototype, since gnulib assumes C89.
27496         Do not bother declaring tmp to be const, as it's not really usefu.
27497         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
27498         (timegm): Declare only if HAVE_DECL_TIMEGM.
27499
27500 2003-09-06  Paul Eggert  <eggert@twinsun.com>
27501
27502         * MODULES.html.sh (func_all_modules): Add time_r.
27503         * modules/time_r: New file.
27504         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
27505         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
27506
27507 2003-09-03  Paul Eggert  <eggert@twinsun.com>
27508
27509         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
27510         Bug reported by Lute Kamstra in
27511         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
27512
27513         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
27514         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
27515         course with correspondingly smaller numbers for tomorrow and
27516         yesterday.  From Tadayoshi Funaba.  Originally installed into
27517         sh-utils on 1999-08-07, but the patch got lost (I guess during the
27518         coreutils merge?).
27519
27520 2003-08-31  Simon Josefsson  <jas@extundo.com>
27521
27522         * modules/timegm: New file.
27523         * MODULES.html.sh (func_all_modules): Add timegm.
27524
27525 2003-08-31  Simon Josefsson  <jas@extundo.com>
27526
27527         * m4/timegm.m4: New file.
27528
27529 2003-08-31  Simon Josefsson  <jas@extundo.com>
27530
27531         * lib/timegm.h: New file.
27532         * lib/timegm.c: New file.  Based on
27533         wget-1.8.2/src/http.c:mktime_from_utc.
27534
27535 2003-08-31  Karl Berry  <karl@gnu.org>
27536
27537         * lib/argp.h: update from libc.
27538
27539 2003-08-28  Bruno Haible  <bruno@clisp.org>
27540
27541         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
27542         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
27543         followed by '#define fnmatch fnmatch_posix' gives an error.
27544
27545 2003-08-28  Bruno Haible  <bruno@clisp.org>
27546
27547         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
27548         warning on QNX, which defines O_BINARY to 000000.
27549
27550 2003-08-27  Jim Meyering  <jim@meyering.net>
27551
27552         * m4/mkstemp.m4: Require that the system mkstemp be able to create
27553         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
27554         would fail after 32.  Reported by Danny Levinson.  Details here:
27555         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
27556
27557 2003-08-24  Bruno Haible  <bruno@clisp.org>
27558
27559         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
27560         MSVC7 <stdio.h> is included later.
27561
27562 2003-08-22  Simon Josefsson  <jas@extundo.com>
27563
27564         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
27565
27566 2003-08-20  Karl Berry  <karl@gnu.org>
27567
27568         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
27569
27570 2003-08-20  Bruno Haible  <bruno@clisp.org>
27571
27572         * modules/progname: New file.
27573         * MODULES.html.sh (func_all_modules): Add progname.
27574
27575 2003-08-20  Bruno Haible  <bruno@clisp.org>
27576
27577         * lib/progname.h: New file, from GNU gettext.
27578         * lib/progname.c: New file, from GNU gettext.
27579         * lib/progreloc.c: New file, from GNU gettext.
27580
27581 2003-08-19  Jim Meyering  <jim@meyering.net>
27582
27583         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
27584         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
27585
27586 2003-08-19  Bruno Haible  <bruno@clisp.org>
27587
27588         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
27589         more.
27590
27591 2003-08-19  Bruno Haible  <bruno@clisp.org>
27592
27593         * lib/xstrdup.c: Assume <string.h> exists.
27594
27595 2003-08-18  Paul Eggert  <eggert@twinsun.com>
27596
27597         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
27598         in makefile rules.
27599
27600 2003-08-18  Jim Meyering  <jim@meyering.net>
27601
27602         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
27603         * m4/lib-ld.m4: Likewise.
27604
27605 2003-08-18  Jim Meyering  <jim@meyering.net>
27606
27607         * lib/setenv.h: Indent nested cpp directive.
27608         * lib/vasnprintf.c: Remove trailing blanks.
27609
27610 2003-08-17  Simon Josefsson  <jas@extundo.com>
27611
27612         * modules/xstrndup: New file.
27613         * MODULES.html.sh (func_all_modules): Add xstrndup.
27614
27615 2003-08-17  Simon Josefsson  <jas@extundo.com>
27616
27617         * modules/argp: Fix autoconf macro name. Add more dependencies.
27618
27619 2003-08-17  Simon Josefsson  <jas@extundo.com>
27620
27621         * m4/xstrndup.m4: New file.
27622
27623 2003-08-17  Simon Josefsson  <jas@extundo.com>
27624
27625         * m4/argp.m4: New file.
27626
27627 2003-08-17  Simon Josefsson  <jas@extundo.com>
27628             Bruno Haible  <bruno@clisp.org>
27629
27630         * lib/xstrndup.h: New file.
27631         * lib/xstrndup.c: New file.
27632
27633 2003-08-17  Bruno Haible  <bruno@clisp.org>
27634
27635         * modules/strndup (Files, Include): Add lib/strndup.h.
27636
27637 2003-08-17  Bruno Haible  <bruno@clisp.org>
27638
27639         * modules/euidaccess (Files): Add lib/euidaccess.h.
27640
27641 2003-08-17  Bruno Haible  <bruno@clisp.org>
27642
27643         * lib/strndup.h: New file.
27644
27645 2003-08-17  Bruno Haible  <bruno@clisp.org>
27646
27647         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
27648         like AC_GNU_SOURCE.
27649         * modules/extensions (configure.ac): Comment out the invocation of
27650         gl_USE_SYSTEM_EXTENSIONS.
27651
27652 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27653
27654         Merges from coreutils, etc.
27655         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
27656         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
27657         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
27658         fixing a typo.
27659         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
27660         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
27661
27662 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27663
27664         Document merge from coreutils.
27665         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
27666         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
27667         * modules/utime: Add m4/utimes-null.m4.
27668
27669 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27670
27671         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
27672         space, undoing this 2003-08-12 change:
27673         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
27674
27675 2003-08-16  Paul Eggert  <eggert@twinsun.com>
27676
27677         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
27678         strtoul.c from libc, undoing this 2003-08-12 change:
27679         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
27680
27681 2003-08-16  Jim Meyering  <jim@meyering.net>
27682
27683         Merges from coreutils.
27684         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
27685         prefix.  Adjust cache variables similarly.  Create 500 rather than
27686         just 300 files, to exercise bug on Darwin6.5, too.
27687         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
27688         $missing_dir.
27689         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
27690         AM_SYS_POSIX_TERMIOS.
27691         Reported by mkc@mathdogs.com.
27692         Also change use of $am_cv_sys_posix_termios
27693         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
27694         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
27695         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
27696         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
27697         in /proc/mounts until it finds one with matching device number.  This
27698         is unnecessary when the FILE argument *is* a mount point.  No stat call
27699         is necessary in that case.  So, disable the statvfs-testing code on
27700         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
27701         as RedHat bug# 84846.
27702         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
27703         to 1MB, so as not to render systems with no stack size limit (e.g.,
27704         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
27705         Include <unistd.h>.  On some systems,
27706         it is required for the definition of _SC_PAGESIZE.
27707
27708 2003-08-16  Jim Meyering  <jim@meyering.net>
27709
27710         Merge from coreutils.
27711         * lib/xstrtoimax.c: #else #if -> #elif.
27712         * lib/xstrtoumax.c: Likewise.
27713
27714 2003-08-16  Jim Meyering  <jim@meyering.net>
27715
27716         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
27717         * m4/utimes.m4: Removed.
27718         * m4/utimes-null.m4: Renamed from utimes.m4.
27719
27720         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
27721         to 1MB, so as not to render systems with no stack size limit (e.g.,
27722         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
27723         Include <unistd.h>.  On some systems,
27724         it is required for the definition of _SC_PAGESIZE.
27725
27726 2003-08-16  Jim Meyering  <jim@meyering.net>
27727         and Paul Eggert  <eggert@cs.ucla.edu>
27728
27729         Merges from coreutils, etc.
27730
27731         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
27732         using the latest version from cvs.  This avoids problems with #line
27733         directives using a vendor (Sun) compiler.
27734         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
27735         Don't set GETGROUPS_LIB here; now it's
27736         done via getgroups.m4's wrapper function.
27737         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
27738         rather than just in sh-util/configure.in, so that the
27739         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
27740         same.
27741         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
27742         AC_FUNC_GETLOADAVG where to find getloadavg.c.
27743         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
27744         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
27745         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
27746         Remove code that is now done by the newly-required macros.
27747         Append $(EXEEXT) to DF_PROG.
27748         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
27749         Do not invoke or require the following here,
27750         since prereq.m4 or some gnulib .m4 now does this for us:
27751         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
27752         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
27753         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
27754         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
27755         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
27756         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
27757         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
27758         AC_FUNC_OBSTACK.
27759         Do not replace the following functions, as this is now the job
27760         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
27761         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
27762         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
27763         atexit getpass, strdup, getpagesize.
27764         Replace 'raise'.
27765         Do not check for the following functions, as this is now the job
27766         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
27767         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
27768         setregid.
27769         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
27770         Check for sys/sysctl.h.
27771         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
27772         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
27773         of checking for ssize_t ourselves.
27774
27775         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
27776         Require every macro that gnulib/modules/* suggests for us.
27777         (jm_PREREQ_ADDEXT): New macro.
27778         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
27779         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
27780
27781         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
27782         (gl_PHYSMEM): Use it.
27783         Also check for `table' function.
27784         Check for new headers and functions.
27785         Add check for sys/sysmp.h.
27786         With suggestions from Kaveh Ghazi.
27787         Ignore headers that are present but cannot be compiled.  This
27788         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
27789         C 5.4.
27790
27791 2003-08-15  Paul Eggert  <eggert@twinsun.com>
27792
27793         Document merge from coreutils.
27794         * modules/userspec: Depend on posixver.
27795         * modules/strftime: Depend on tzset.
27796
27797 2003-08-15  Paul Eggert  <eggert@twinsun.com>
27798
27799         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
27800         rather than tab, after '#' in shell-script copyright notices.
27801         Suggested by Bruno Haible.
27802
27803 2003-08-15  Paul Eggert  <eggert@twinsun.com>
27804
27805         * config/srclist-update: Use three spaces, rather than tab, after '#'
27806         in shell-script copyright notices.  Suggested by Bruno Haible.
27807         Remove unnecessary parenthesization in regular expression.
27808
27809 2003-08-15  Jim Meyering  <jim@meyering.net>
27810
27811         Merge from coreutils.
27812         * lib/xgethostname.c: Include <stdlib.h>.
27813         (xghostname): Don't exit for anything other than memory-related
27814         failure; just return NULL.
27815         * lib/userspec.c: Include "posixver.h".
27816         (parse_user_spec): Accept `.' as a separator only
27817         in pre-POSIX-200112 mode.
27818         * lib/strtoimax.c: Use #elif rather than #else #if.
27819         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
27820         Remove function, now that we can rely on a working tzset function.
27821         [!_LIBC]: Ensure that the required autoconf test has been run.
27822         [!defined _NL_CURRENT && HAVE_STRFTIME]:
27823         Use underlying_strftime for %r.
27824         * lib/sha.c: Merge in some clean-up and optimization changes from
27825         glibc.
27826         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
27827         Ensure that it is a multiple of 64.
27828         Rearrange loop exit tests so as to avoid performing an
27829         additional fread after encountering an error or EOF.
27830         * lib/realloc.c: Update copyright date.
27831
27832 2003-08-15  Jim Meyering  <jim@meyering.net>
27833         and Paul Eggert  <eggert@twinsun.com>
27834
27835         Merge from coreutils.
27836         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
27837         member but strut utmpx does not.  Needed for AIX 4.3.3.
27838         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
27839
27840 2003-08-15  Jim Meyering  <jim@meyering.net>
27841         and Paul Eggert  <eggert@cs.ucla.edu>
27842
27843         Merges from coreutils, etc.
27844         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
27845         Require gl_FUNC_TZSET_CLOBBER.
27846         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
27847         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
27848         members.
27849
27850 2003-08-14  Paul Eggert  <eggert@twinsun.com>
27851
27852         Help the merge from coreutils.
27853         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
27854         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
27855         * m4/tzset.m4: Use it too.
27856
27857 2003-08-14  Paul Eggert  <eggert@twinsun.com>
27858
27859         * modules/tzset: New file.
27860
27861 2003-08-14  Jim Meyering  <jim@meyering.net>
27862
27863         Merges from coreutils.
27864         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
27865         variable names, rather than @FNMATCH_H@.
27866         * modules/alloca: Likewise for $(ALLOCA_H).
27867
27868         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
27869         the three copies of the literal target, `fnmatch.h'.
27870         * modules/alloca (alloca.h): Likewise.
27871
27872 2003-08-14  Jim Meyering  <jim@meyering.net>
27873
27874         Merge from coreutils.
27875         * m4/tzset.m4: New file.
27876         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
27877         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
27878         otherwise, AIX 5.1 systems would end up using the latter.
27879         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
27880         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
27881         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
27882         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
27883
27884 2003-08-14  Jim Meyering  <jim@meyering.net>
27885
27886         Merge from coreutils.
27887         * lib/obstack.h: Whitespace changes.
27888         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
27889         and xcalloc return values.
27890         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
27891         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
27892         hang on OSF/1 5.1 for DIR on both local and remote file systems.
27893         Reported by (and fix confirmed by) Nelson H. F. Beebe.
27894         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
27895         error from mntctl.
27896         Use mntctl's return value to drive the entry-processing loop, since
27897         we can't rely on the value of the vmt_length member in the last
27898         entry.  On some systems doing so could result in exhausting
27899         virtual memory.  Based in part on a patch from Mike Jetzer.
27900
27901 2003-08-14  Jim Meyering  <jim@meyering.net>
27902         and Paul Eggert  <eggert@twinsun.com>
27903
27904         Merges from coreutils, plus other fixes.
27905         * lib/physmem.c: Merge in portability changes from gcc/libiberty
27906         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
27907         for credits and details.  Thanks to Kaveh Ghazi for helping
27908         to keep these files in sync.
27909         (ARRAY_SIZE): Define it.
27910         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
27911         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
27912         (memcasecmp): Don't assume size_t fits in unsigned int.
27913         Remove casts and duplicate code.
27914         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
27915         (memcpy): Remove definition.
27916         Merge in some clean-up and optimization changes from glibc.
27917         [BLOCKSIZE]: Move definition to top of file.
27918         Ensure that it is a multiple of 64.
27919         Rearrange loop exit tests so as to avoid performing an
27920         additional fread after encountering an error or EOF.
27921         * lib/md5.h (md5_uintptr): Define.
27922         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
27923         return to the initial working directory.  Preserve errno
27924         for caller.
27925         * lib/idcache.c: Include "xalloc.h".
27926         (xmalloc, xrealloc): Remove decls.
27927         (getuser): Remove casts no longer required in C89.
27928         * lib/human.c: Include stdio.h, for sprintf.
27929         * lib/group-member.c: Include "xalloc.h".
27930         (xmalloc, xrealloc): Remove decls.
27931         (get_group_info): Remove casts no longer required in C89.
27932         * lib/getusershell.c (readname): Remove casts no longer required in
27933         C89.
27934         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
27935         * lib/getline.c: Whitespace fix, from coreutils.
27936
27937 2003-08-13  Paul Eggert  <eggert@twinsun.com>
27938
27939         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
27940         Check for isascii.
27941
27942         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
27943         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
27944         Undo previous (whitespace-only) change.
27945
27946 2003-08-13  Paul Eggert  <eggert@twinsun.com>
27947
27948         * lib/exclude.c: Include <ctype.h>
27949         (IN_CTYPE_DOMAIN): New macro.
27950         (is_space): New fn.
27951         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
27952         and empty lines.
27953
27954         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
27955         Undo previous (whitespace-only) change.
27956
27957 2003-08-13  Paul Eggert  <eggert@twinsun.com>
27958
27959         * config/srclist-update: Change update back to the old behavior,
27960         leaving whitespace alone.  Use one 'sed' command rather than a
27961         pipeline.
27962         (fixlicense): Now a variable, not a function.
27963         (remove_trailing_blanks): Remove.
27964         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
27965         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
27966         Undo previous (whitespace-only) change.
27967
27968 2003-08-12  Paul Eggert  <eggert@twinsun.com>
27969
27970         Merge from coreutils.
27971         * modules/euidaccess: Add lib_SOURCES, include for new
27972         file euidaccess.h
27973
27974 2003-08-12  Paul Eggert  <eggert@twinsun.com>
27975
27976         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
27977         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
27978         Normalize leading white space and remove trailing white space.
27979
27980         Merge from coreutils
27981         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
27982
27983         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
27984         0.12.1.  These files are now being upgraded automatically by
27985         ../config/srclist-update.
27986
27987 2003-08-12  Paul Eggert  <eggert@twinsun.com>
27988
27989         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
27990         Normalize leading white space and remove trailing white space.
27991         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
27992         notice, as per ../config/srclist-update.
27993
27994         Merge from coreutils.
27995         * lib/euidaccess.h: New file.
27996         * lib/euidaccess.c: Include it.
27997         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
27998         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
27999         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
28000
28001 2003-08-12  Paul Eggert  <eggert@twinsun.com>
28002
28003         * config/srclist-update: Add copyright notice.
28004         (remove_id_lines, remove_trailing_blanks): New constants.
28005         (fixfile): Use them to normalize spacing a bit in copied files.
28006         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
28007         Normalize leading white space and remove trailing white space.
28008
28009         * config/texinfo.tex: Sync with texinfo.
28010
28011         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
28012         strtoul.c from libc, to merge coreutils whitespace changes.
28013
28014         * config/srclist.txt: Get the following m4 files from gettext:
28015         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
28016         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
28017         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
28018         wint_t.m4.
28019
28020 2003-08-12  Karl Berry  <karl@gnu.org>
28021
28022         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
28023         been made.
28024
28025 2003-08-11  Paul Eggert  <eggert@twinsun.com>
28026
28027         * modules/gnu-source, m4/gnu-source.m4:
28028         Remove; we're assuming Autoconf 2.54 or later now.
28029         Suggested by Bruno Haible.
28030         * MODULES.html.sh (func_all_modules): Remove gnu-source.
28031
28032 2003-08-11  Bruno Haible  <bruno@clisp.org>
28033
28034         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
28035
28036 2003-08-11  Bruno Haible  <bruno@clisp.org>
28037
28038         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
28039         (vasnprintf): Use it instead of wcslen.
28040
28041 2003-08-11  Bruno Haible  <bruno@clisp.org>
28042
28043         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
28044         value to ensure that _Bool promotes to int. Use #define for _Bool when
28045         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
28046
28047 2003-08-10  Karl Berry  <karl@gnu.org>
28048
28049         * lib/regex.h: update from libc (whitespace fix).
28050
28051 2003-08-09  Paul Eggert  <eggert@twinsun.com>
28052
28053         Merge some files from coreutils.  These changes were
28054         originally made by Jim Meyering.
28055         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
28056         many older Unixes require this.
28057         * lib/alloca.c (alloca): Remove cast to argument of free;
28058         no longer needed in C89.
28059         * lib/alloca_.h, regex.h: Fix white space to match
28060         what GNU indent does.
28061
28062 2003-08-09  Paul Eggert  <eggert@twinsun.com>
28063
28064         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
28065         apparently Emacs's Unicode mode got confused before my 2003-08-05
28066         checkin.
28067
28068 2003-08-08  Paul Eggert  <eggert@twinsun.com>
28069
28070         * m4/extensions.m4: New file.
28071         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
28072         Require gl_USE_SYSTEM_EXTENSIONS.
28073         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
28074         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
28075
28076 2003-08-08  Paul Eggert  <eggert@twinsun.com>
28077
28078         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
28079         * modules/extensions, modules/gnu-source: New files.
28080         * modules/timespec, modules/unlocked-io: Depend on extensions.
28081
28082 2003-08-07  Paul Eggert  <eggert@twinsun.com>
28083
28084         * modules/restrict: New file.
28085         * MODULES.html.sh (func_all_modules): Add restrict.
28086         * modules/regex: Depend on restrict.
28087
28088 2003-08-07  Paul Eggert  <eggert@twinsun.com>
28089
28090         * m4/restrict.m4: New file.
28091         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
28092
28093 2003-08-07  Bruno Haible  <bruno@clisp.org>
28094
28095         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
28096         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
28097
28098 2003-08-07  Bruno Haible  <bruno@clisp.org>
28099
28100         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
28101         makes the module 'getndelim2' compatible with the module 'getline'.
28102
28103 2003-08-05  Paul Eggert  <eggert@twinsun.com>
28104
28105         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
28106         byte with "\201" to avoid glitches when editing that source file
28107         with multi-gnome-terminal.
28108
28109 2003-08-05  Paul Eggert  <eggert@twinsun.com>
28110
28111         * lib/bumpalloc.h: Remove.
28112
28113 2003-08-05  Paul Eggert  <eggert@twinsun.com>
28114
28115         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
28116         * modules/bumpalloc: Remove.
28117
28118 2003-08-04  Paul Eggert  <eggert@twinsun.com>
28119
28120         * lib/getloadavg.c: Change copyright notice and spacing to conform to
28121         GNU coding style.
28122
28123         Merge from coreutils.
28124         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
28125         1. From glibc.
28126         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
28127         from Karl Berry, implemented by Jim Meyering.
28128         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
28129         from Dmitry V. Levin.
28130         Remove anachronistic cast of xrealloc.
28131         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
28132         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
28133         type. Otherwise, it wouldn't compile with at least /bin/cc on
28134         ymp-cray-unicos9.0.2.X.
28135         Combine two mostly-identical uses of alloca into one.
28136         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
28137
28138 2003-08-04  Dave Love  <d.love@dl.ac.uk>
28139
28140         [From Emacs.]
28141
28142         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
28143         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
28144         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
28145         obsolete NLIST_NAME_UNION.
28146         [__GNU__]: Undef BSD and FSCALE.
28147         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
28148
28149 2003-08-03  Paul Eggert  <eggert@twinsun.com>
28150
28151         * lib/stdbool_.h (_Bool): Make it signed char, instead of
28152         an enum type, so that it's guaranteed to promote to int.  See:
28153         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
28154
28155 2003-08-03  Karl Berry  <karl@gnu.org>
28156
28157         * config/depcomp: update from automake.
28158
28159 2003-07-31  Paul Eggert  <eggert@twinsun.com>
28160
28161         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
28162         (strerror): Don't assume that a printable int fits in 14 bytes.
28163
28164 2003-07-31  Bruno Haible  <bruno@clisp.org>
28165
28166         * modules/getpass-gnu: New file.
28167         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
28168
28169 2003-07-31  Bruno Haible  <bruno@clisp.org>
28170
28171         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
28172
28173 2003-07-24  Karl Berry  <karl@gnu.org>
28174
28175         * config/missing: update from automake.
28176
28177 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
28178             Bruno Haible  <bruno@clisp.org>
28179
28180         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
28181         * lib/getline.c (getline, getdelim): Likewise.
28182         Remove _GNU_SOURCE define; now it's defined in config.h through
28183         m4/getline.m4.
28184
28185 2003-07-23  Karl Berry  <karl@gnu.org>
28186
28187         * config/config.sub: update from prep.
28188
28189 2003-07-22  Paul Eggert  <eggert@twinsun.com>
28190
28191         * modules/xalloc (Depends-on): Add exitfail.
28192         * modules/xmemcoll: Likewise.
28193
28194 2003-07-22  Paul Eggert  <eggert@twinsun.com>
28195
28196         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
28197         over-parenthesization in macros.
28198
28199         Sync with coreutils.
28200
28201         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
28202         required by C99.
28203
28204         Use `exit_failure' for xalloc and xmemcoll instead of their own
28205         private exit-failure variables.
28206         * lib/xalloc.h (xalloc_exit_failure): Remove.
28207         * lib/xmalloc.c: Likewise.  Include exitfail.h.
28208         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
28209         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
28210         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
28211         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
28212
28213 2003-07-20  Jim Meyering  <jim@meyering.net>
28214
28215         * modules/closeout (Depends-on): Add exitfail.
28216         Suggestion from Bruno Haible.
28217
28218 2003-07-19  Karl Berry  <karl@gnu.org>
28219
28220         * config/config.sub: update from prep.
28221
28222 2003-07-18  Paul Eggert  <eggert@twinsun.com>
28223
28224         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
28225         Remove.
28226         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
28227         to test that it can stand by itself.  Include "exitfail.h".
28228         Clients should set exit_failure instead.
28229         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
28230
28231 2003-07-18  Bruno Haible  <bruno@clisp.org>
28232
28233         * modules/getndelim2: New file.
28234         * modules/getline: Share files with module getndelim2.
28235         * modules/getnline: Depend on getndelim2 instead of sharing files with
28236         it. Add getnline.c to lib_SOURCES.
28237         * MODULES.html.sh (func_all_modules): Add getndelim2.
28238
28239 2003-07-18  Bruno Haible  <bruno@clisp.org>
28240
28241         * m4/getndelim2.m4: New file.
28242         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
28243         invoke gl_PREREQ_GETNDELIM2.
28244         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
28245         gl_PREREQ_GETNDELIM2.
28246         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
28247         gl_GETNDELIM2.
28248
28249 2003-07-18  Bruno Haible  <bruno@clisp.org>
28250
28251         * lib/getndelim2.h: New file.
28252         * lib/getndelim2.c: Make into a module of its own. Include config.h,
28253         getndelim2.h.
28254         (getndelim2): Make non-static. Change return type to ssize_t.
28255         * lib/getline.h: Change argument names.
28256         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
28257         * lib/getnline.c: Include getndelim2.h.
28258
28259 2003-07-18  Andreas Schwab  <schwab@suse.de>
28260
28261         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
28262
28263 2003-07-17  Karl Berry  <karl@gnu.org>
28264
28265         * config/config.sub: update from prep.
28266
28267 2003-07-17  Bruno Haible  <bruno@clisp.org>
28268
28269         * modules/getnline: New file.
28270         * modules/getline: Add lib/getndelim2.c to source file list.
28271         * MODULES.html.sh (func_all_modules): Add getnline.
28272
28273 2003-07-17  Bruno Haible  <bruno@clisp.org>
28274
28275         * m4/getnline.m4: New file.
28276
28277 2003-07-17  Bruno Haible  <bruno@clisp.org>
28278
28279         * m4/Makefile.am.in: Remove file.
28280         * m4/Makefile.am: Remove file.
28281         * m4/Makefile.in: Remove file.
28282
28283 2003-07-17  Bruno Haible  <bruno@clisp.org>
28284
28285         * lib/getnline.h: New file.
28286         * lib/getnline.c: New file.
28287         * lib/getndelim2.c: New file, extracted from getline.c.
28288         (getndelim2): Renamed from getdelim2, with added nmax argument.
28289         * lib/getline.c: Include getndelim2.c.
28290         (getdelim2): Moved out to getndelim2.c.
28291         (getline, getdelim): Update.
28292
28293 2003-07-17  Bruno Haible  <bruno@clisp.org>
28294
28295         * lib/Makefile.am: Remove file.
28296         * lib/Makefile.in: Remove file.
28297
28298 2003-07-17  Bruno Haible  <bruno@clisp.org>
28299
28300         * configure.in: Remove file.
28301         * Makefile.in: Remove file.
28302
28303 2003-07-17  Bruno Haible  <bruno@clisp.org>
28304
28305         * MODULES.html.sh: Put the </BODY> right before </HTML>.
28306
28307 2003-07-16  Karl Berry  <karl@gnu.org>
28308
28309         * config/srclist-update: was running fixlicense twice, which caused
28310                 texinfo.tex to be nullified for some reason.  Simplify,
28311                 $gplsrc is no longer needed as far as I can see?
28312
28313 2003-07-16  Jim Meyering  <jim@meyering.net>
28314
28315         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
28316
28317 2003-07-15  Paul Eggert  <eggert@twinsun.com>
28318
28319         * config/srclist.txt: Get the following files from gettext-runtime/intl
28320         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
28321         ref-del.sin.  From Bruno Haible.
28322         * config/srclist-update (fixfile): Change grep pattern again, since the
28323         previous fix didn't work (there was another trailing $).  Use
28324         '[$]' to escape the $s.
28325
28326 2003-07-15  Karl Berry  <karl@gnu.org>
28327
28328         * lib/vasnprintf.c: update from gettext.
28329
28330 2003-07-15  Karl Berry  <karl@gnu.org>
28331
28332         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
28333         gets expanded when surrounded by '$'.
28334
28335 2003-07-15  Jim Meyering  <jim@meyering.net>
28336
28337         * modules/save-cwd: Don't depend on error.  From Derek Price.
28338
28339 2003-07-15  Jim Meyering  <jim@meyering.net>
28340
28341         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
28342
28343 2003-07-14  Simon Josefsson  <jas@extundo.com>
28344
28345         * modules/mempcpy: New file.
28346         * MODULES.html.sh (func_all_modules): Add mempcpy.
28347
28348 2003-07-14  Simon Josefsson  <jas@extundo.com>
28349
28350         * m4/mempcpy.m4: New file.
28351
28352 2003-07-14  Simon Josefsson  <jas@extundo.com>
28353
28354         * lib/mempcpy.h: New file.
28355         * lib/mempcpy.c: New file.
28356
28357 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28358
28359         * modules/getdate, modules/posixtm: Depend on mktime.
28360
28361 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28362
28363         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
28364         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
28365         unicodeio.c, unicodeio.h, unlocked-io.h:
28366         Switch from LGPL to GPL.
28367
28368 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28369
28370         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
28371         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
28372         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
28373         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
28374         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
28375         updated automatically by ../config/srclist-update.  This changes
28376         their license from LPGL to GPL.
28377
28378 2003-07-14  Paul Eggert  <eggert@twinsun.com>
28379
28380         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
28381         assumed to refer to the root of the most recent stable gettext version.
28382         * config/srclistvars.sh: Add defaults for eggert.
28383         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
28384         Match "This program" as well as "The program".  This is needed
28385         for gettext.
28386
28387 2003-07-14  Jim Meyering  <jim@meyering.net>
28388
28389         Don't emit diagnostics.  Let callers do that.
28390         * lib/save-cwd.c: Don't include "error.h".
28391         (save_cwd): Don't call error.  Ensure that errno is valid
28392         when returning nonzero.
28393
28394         * lib/save-cwd.h (restore_cwd): Update prototype.
28395         * lib/save-cwd.c (restore_cwd): Remove two parameters.
28396         Simplify.  Don't call error upon failure.  Let callers do that.
28397         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
28398         when auditing is enabled.  But don't bother updating the #if.
28399
28400 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
28401
28402         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
28403         it breaks C++ compilation.
28404         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
28405
28406 2003-07-10  Simon Josefsson  <jas@extundo.com>
28407
28408         * modules/strchrnul (Makefile.am): Add strchrnul.h.
28409
28410 2003-07-10  Jim Meyering  <jim@meyering.net>
28411
28412         * m4/clock_time.m4: Remove trailing blank.
28413         * m4/intmax_t.m4: Likewise.
28414
28415 2003-07-10  Jim Meyering  <jim@meyering.net>
28416
28417         * lib/vasnprintf.c: Remove trailing blanks.
28418         Make cpp indentation consistent.
28419
28420 2003-07-09  Paul Eggert  <eggert@twinsun.com>
28421
28422         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
28423         posixver.c, strftime.c, strnlen.c, strverscmp.c:
28424         Switch from LGPL to GPL.
28425
28426 2003-07-09  Paul Eggert  <eggert@twinsun.com>
28427
28428         * config/srclist.txt: Sort sublists.  Add
28429         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
28430         that differ from gnulib for one reason or another; we'd like this list
28431         to be smaller but for now let's document what we have.
28432
28433 2003-07-08  Paul Eggert  <eggert@twinsun.com>
28434
28435         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
28436         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
28437         and sweeter "eval x=$x".
28438         * config/srclist.txt: Get lib/argp* from glibc.
28439
28440 2003-07-07  Paul Eggert  <eggert@twinsun.com>
28441
28442         * lib/mktime.c: Fix some boundary cases and remove need for floating
28443         point.
28444
28445         Issue a compile-time diagnostic if time_t is floating point, or if
28446         two's complement arithmetic is not in effect, or if arithmetic
28447         right shift does not propagate the sign.  These assumptions were
28448         all in the original code but they weren't checked.
28449
28450         (TIME_T_MIDPOINT, verify): New macros.
28451         (__isleap): Remove; it has integer overflow problems.
28452         (leapyear): New function, without those problems.
28453         (ydhms_tm_diff): Remove; splitting into two parts.
28454         (ydhms_diff): New function, containing the arithmetic part of
28455         the old ydhms_tm_diff function.  Issue a compile-time
28456         diagnostic if we are not using C99 integer division.
28457         Avoid casts when possible.
28458         (guess_time_tm): New function, containing the checking part of
28459         the old ydhms_tm_diff function.  Return the new value, rather than
28460         the difference between it and the old.  Accept a new argument T
28461         so that *T specifies the old value.  Check for overflow in the result.
28462
28463         (__mktime_internal): Use a time_t offset, not a long int offset.
28464         This undoes the 2003-06-04 change, which is no longer needed now
28465         that we have better overflow checking.
28466         (localtime_offset): Likewise.
28467
28468         (__mktime_internal): Avoid harmful overflow on hosts where time_t
28469         and long are 64-bit but int is only 32-bit.
28470         (ydhms_diff): Use long int to store year1 and yday1.
28471         Issue a compile-time diagnostic if long int is not wide enough.
28472
28473         (__mktime_internal): Use long int to store adjusted year and yday.
28474         Use plain C rather than preprocessor commands, if that doesn't
28475         affect efficiency.
28476         Check for overflow (and try to repair) after each probe
28477         rather than checking only at the very end.  This avoids some bugs
28478         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
28479         does not equal GMT offset at maximum time).
28480         Use integer to check for overflow rather than floating point; this
28481         is more portable to non-IEEE hosts, and is a tad faster.
28482         When we detect that we are oscillating between two values,
28483         don't check whether tm_isdst has the requested value, since
28484         we already know the answer.  When tm_isdst has the wrong value,
28485         use a different heuristic to find the right one, based on the
28486         extreme values actually observed in practice in tz2003a,
28487         rather than the (overly optimistic) "previous 3 calendar quarters".
28488
28489         (not_equal_tm, print_tm, check_result): Use "const T" rather than
28490         "T const" to accommodate glibc style.
28491         (check_result): Use less-confusing report format.  "long" -> "long int.
28492         (main): Likewise.
28493         Don't loop if the iteration overflows time_t.
28494         Allow a negative step in the iteration.
28495
28496 2003-07-06  Karl Berry  <karl@gnu.org>
28497
28498         * config/depcomp: update from automake.
28499         * config/config.sub: update from prep.
28500
28501 2003-07-03  Karl Berry  <karl@gnu.org>
28502
28503         * config/config.guess: update from prep.
28504
28505 2003-07-01  Paul Eggert  <eggert@twinsun.com>
28506
28507         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
28508         xreadlink.c now includes it unconditionally.
28509
28510 2003-07-01  Paul Eggert  <eggert@twinsun.com>
28511
28512         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
28513         having it depend on HAVE_SYS_TYPES_H.
28514
28515 2003-07-01  Bruno Haible  <bruno@clisp.org>
28516
28517         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
28518         <sys/types.h> should be sufficient.
28519         Reported by Paul Eggert.
28520
28521 2003-06-26  Karl Berry  <karl@gnu.org>
28522
28523         * config/depcomp: update from automake.
28524
28525 2003-06-26  Bruno Haible  <bruno@clisp.org>
28526
28527         * modules/human: Depend on module stdbool.
28528
28529 2003-06-25  Bruno Haible  <bruno@clisp.org>
28530
28531         * modules/readlink: New file.
28532         * modules/xreadlink: Depend on it.
28533         * MODULES.html.sh (func_all_modules): Add readlink.
28534
28535 2003-06-25  Bruno Haible  <bruno@clisp.org>
28536
28537         * m4/readlink.m4: New file.
28538
28539 2003-06-25  Bruno Haible  <bruno@clisp.org>
28540
28541         * lib/readlink.c: New file.
28542
28543 2003-06-22  Karl Berry  <karl@gnu.org>
28544
28545         * config/srclist.txt: update mkinstalldirs from automake.
28546         * config/mkinstalldirs: update.
28547
28548 2003-06-22  Bruno Haible  <bruno@clisp.org>
28549
28550         Portability to mingw32.
28551         * m4/ssize_t.m4: New file, from GNU gettext.
28552         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
28553         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
28554
28555 2003-06-22  Bruno Haible  <bruno@clisp.org>
28556
28557         * modules/safe-read: Add m4/ssize_t.m4.
28558         * modules/xreadlink: Add m4/ssize_t.m4.
28559
28560 2003-06-20  Bruno Haible  <bruno@clisp.org>
28561
28562         Assume C89, so PARAMS isn't needed.
28563         * lib/unicodeio.h (PARAMS): Remove.
28564         * lib/unicodeio.c: Don't use PARAMS.
28565
28566 2003-06-18  Karl Berry  <karl@gnu.org>
28567
28568         * config/config.{guess,sub}: update from prep.
28569
28570 2003-06-18  Jim Meyering  <jim@meyering.net>
28571
28572         Merge changes from coreutils.
28573         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
28574         Remove explicit declarations of xmalloc and realloc.
28575         Include xalloc.h.
28576         (read_utmp): Remove anachronistic cast of xmalloc.
28577
28578 2003-06-17  Paul Eggert  <eggert@twinsun.com>
28579
28580         Assume C89, so PARAMS isn't needed.
28581         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
28582         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
28583         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
28584         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
28585         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
28586         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
28587         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
28588         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
28589         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
28590         lib/xstrtod.h, lib/xstrtol.h: Likewise.
28591         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
28592         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
28593         no longer needed. Anyway, config.h should always be included before any
28594         other file.
28595
28596 2003-06-11  Simon Josefsson  <jas@extundo.com>
28597
28598         * modules/sysexits: New file.
28599         * MODULES.html.sh (func_all_modules): Add sysexits.
28600
28601 2003-06-11  Simon Josefsson  <jas@extundo.com>
28602
28603         * lib/sysexit_.h: New file.
28604
28605 2003-06-11  Derek Price  <derek@ximbiot.com>
28606
28607         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
28608         necessary.
28609
28610 2003-06-11  Bruno Haible  <bruno@clisp.org>
28611
28612         * m4/sysexits.m4: New file.
28613
28614 2003-06-10  Simon Josefsson  <jas@extundo.com>
28615
28616         * lib/argp.h: New file, from glibc.
28617         * lib/argp-ba.c: New file, from glibc.
28618         * lib/argp-eexst.c: New file, from glibc.
28619         * lib/argp-fmtstream.c: New file, from glibc.
28620         * lib/argp-fmtstream.h: New file, from glibc.
28621         * lib/argp-fs-xinl.c: New file, from glibc.
28622         * lib/argp-help.c: New file, from glibc.
28623         * lib/argp-namefrob.h: New file, from glibc.
28624         * lib/argp-parse.c: New file, from glibc.
28625         * lib/argp-pv.c: New file, from glibc.
28626         * lib/argp-pvh.c: New file, from glibc.
28627         * lib/argp-xinl.c: New file, from glibc.
28628
28629 2003-06-10  Simon Josefsson  <jas@extundo.com>
28630
28631         * modules/strchrnul: New file.
28632
28633 2003-06-10  Simon Josefsson  <jas@extundo.com>
28634
28635         * modules/argp: New file.
28636
28637 2003-06-10  Simon Josefsson  <jas@extundo.com>
28638
28639         * m4/strchrnul.m4: New file.
28640
28641 2003-06-10  Simon Josefsson  <jas@extundo.com>
28642
28643         * lib/strchrnul.h: New file.
28644         * lib/strchrnul.c: New file.
28645
28646 2003-06-10  Bruno Haible  <bruno@clisp.org>
28647
28648         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
28649
28650 2003-06-07  Karl Berry  <karl@gnu.org>
28651
28652         * config/config.{guess,sub}: update from prep.
28653
28654 2003-06-07  Jim Meyering  <jim@meyering.net>
28655
28656         * modules/strtod: Use $(...) notation, not @...@ for
28657         AC_REPLACE'd variables.
28658         * modules/localcharset: Likewise.
28659
28660 2003-06-07  Jim Meyering  <jim@meyering.net>
28661
28662         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
28663         in place of my name in the copyright comment.
28664         Remove definition and uses of __P.
28665
28666         From coreutils.
28667         * lib/stat.c: Don't declare xmalloc explicitly.
28668         Instead, include "xalloc.h".
28669         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
28670         xrealloc, and xcalloc return values.
28671         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
28672         Improve comment.
28673         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
28674
28675 2003-06-07  Bruno Haible  <bruno@clisp.org>
28676
28677         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
28678         avoid AC_CONFIG_LINKS.
28679         * modules/fnmatch (Makefile.am): Use explicit creation rule for
28680         fnmatch.h, to avoid AC_CONFIG_LINKS.
28681         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
28682
28683 2003-06-07  Bruno Haible  <bruno@clisp.org>
28684
28685         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
28686         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
28687         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
28688         directory.
28689         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
28690         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
28691         directory.
28692
28693 2003-06-06  Jim Meyering  <jim@meyering.net>
28694
28695         Merge from coreutils.
28696         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
28697         Consolidate declarations and initializations of *_base* locals.
28698
28699         Merge from coreutils.
28700         This avoids a core dump on systems without GNU putenv,
28701         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
28702         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
28703         (unsetenv): New static function, from GNU libc.
28704         (rpl_putenv): Use it.
28705
28706         * lib/modechange.c: Remove trailing blanks.
28707
28708         Merge from coreutils.
28709         * lib/fsusage.c: Remove declaration of statfs.
28710         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
28711
28712         * lib/posixtm.c: Include <stdbool.h> unconditionally.
28713
28714 2003-06-06  Jim Meyering  <jim@meyering.net>
28715
28716         * lib/stdbool_.h: Renamed from stdbool.h.in.
28717
28718 2003-06-06  Jim Meyering  <jim@meyering.net>
28719             Bruno Haible  <bruno@clisp.org>
28720
28721         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
28722         Adjust Makefile.am snippet not to redirect directly to target.
28723         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
28724
28725 2003-06-05  Paul Eggert  <eggert@twinsun.com>
28726
28727         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
28728         mismatch, look in future quarters as well as past.  This fixes a
28729         bug when processing fall-backwards gaps immediately after a long
28730         period of daylight-saving time.
28731
28732         * lib/mktime.c: Assume freestanding C89 or better.
28733         (HAVE_LIMITS_H): Remove.  Assume it's 1.
28734         (__P): Remove; not used.
28735         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
28736         (mktime, not_equal_tm, print_tm, check_result,
28737         main): Use prototypes.  Use const * where appropriate.
28738         (main): Fix typo in testing code that uncovered by above changes.
28739         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
28740
28741 2003-06-04  Paul Eggert  <eggert@twinsun.com>
28742
28743         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
28744         locale.h, localeconv.  This merges changes from coreutils.
28745
28746         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
28747         It can be removed after the next Autoconf is released.
28748         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
28749         needed.
28750
28751 2003-06-04  Paul Eggert  <eggert@twinsun.com>
28752
28753         * lib/mktime.c: Fix Debian bug 177940
28754         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
28755         (localtime_offset): Now long int, not time_t, because we want it
28756         to be guaranteed to be signed.  All uses changed.
28757         (__mktime_internal): If overflow would occur when adding offset,
28758         don't add it.
28759
28760         Merge 'human' changes from coreutils.  Rewrite to support
28761         locale-specific notations like thousands separators.
28762         * lib/human.c: Simplify authorship notice.
28763         Include human.h immediately after config.h.
28764         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
28765         <limits.h>: Do not include, since human.h does.
28766         (SIZE_MAX, UINTMAX_MAX): New macros.
28767         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
28768         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
28769         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
28770         (power_letter): Renamed from suffixes.
28771         (generate_suffix_backwards): Remove.
28772         (adjust_value): Now takes int style (because of human.h changes)
28773         and long double value (for greater precision on some platforms).
28774         (group_number): New function.
28775         (human_readable): Use it.  Use integer options, not enum.
28776         Put the options before the sizes in the arg list.
28777         Support all the new options.
28778         The old human_readable function has been removed;
28779         use inttostr.h instead.
28780         (human_readable, default_block_size, humblock):
28781         Use uintmax_t, not int, for block sizes.
28782         (human_readable_inexact, block_size_types): Remove.
28783         (block_size_opts): New constant.
28784         (human_options): Renamed from human_block_size, with new signature
28785         that allows block sizes up to UINTMAX_MAX.  All callers changed.
28786         * lib/human.h: Add copyright and authorship notice.
28787         Include <limits.h> and <stdbool.h> unconditionally.
28788         (PARAMS): Remove.  All uses removed.
28789         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
28790         (enum human_inexact_style): Remove tag; now a nameless enum.
28791         (human_floor, human_ceiling, human_round_to_even): Now have
28792         values 2, 0, 1 rather than -1, 1, 0.
28793         (human_group_digits, human_suppress_point_zero, human_autoscale,
28794         human_base_1024, human_SI, human_B): New constants.
28795         (human_readable_inexact, human_block_size): Remove.
28796         (human_readable): Size args are now uintmax_t, not int.
28797         (human_options): New decl.
28798
28799         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
28800         unnecessary now that we assume C89 or better.  This change
28801         imported from coreutils.
28802
28803         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
28804         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
28805         in the 2003-05-30 sync from glibc.
28806
28807         .h files should stand alone, but we shouldn't include <sys/types.h>
28808         if we can get away with just <stddef.h>.
28809
28810         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
28811         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
28812         rather than <sys/types.h>, as we merely need size_t.
28813         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
28814         to get size_t.
28815         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
28816         Include <stdio.h>, to get FILE.
28817         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
28818         memcasecmp.h has included <stddef.h> and all we need is size_t.
28819         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
28820         our interface, instead of including <sys/types.h>
28821
28822 2003-06-04  Paul Eggert  <eggert@twinsun.com>
28823
28824         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
28825         now, as glibc mktime is buggy on non-glibc systems.
28826
28827 2003-06-03  Karl Berry  <karl@gnu.org>
28828
28829         * config/config.sub: update from prep.
28830
28831 2003-06-02  Paul Eggert  <eggert@twinsun.com>
28832
28833         [from coreutils]
28834         Fix some minor time-related bugs with POSIX time arguments.
28835         Some valid time stamps were being rejected (notably -1, and
28836         time stamps before 1900 on 64-bit hosts).  And some invalid
28837         time stamps were being accepted, e.g. September 31.
28838
28839         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
28840         that we can return (time_t) -1 successfully.
28841         * lib/posixtm.c: Likewise.
28842         [HAVE_STDBOOL_H]: Include <stdbool.h>.
28843         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
28844         (t): Remove static var.
28845         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
28846         of static var.  All uses changed.
28847         (year): Do not reject years before 1900; they can occur with
28848         64-bit time_t.
28849         (posix_time_parse): Do not check for out-of-range components;
28850         that is now the caller's responsibility, since our checks were
28851         only approximations.
28852         (posixtime): Use mktime to check for out-of-range components,
28853         since it knows them exactly.
28854         If mktime returns (time_t) -1, check whether an error actually occurred
28855         by invoking localtime on -1.
28856         (main) [TEST_POSIXTIME]: Check for input data errors, and report
28857         posixtime failures better.
28858         Improve the test data (in comments only).
28859
28860 2003-06-02  Karl Berry  <karl@gnu.org>
28861
28862         * config/mkinstalldirs (version): new variable.
28863         (--version): new option.
28864         (usage): improve message.
28865
28866 2003-05-30  Karl Berry  <karl@gnu.org>
28867
28868         * lib/mktime.c: update from libc.
28869
28870 2003-05-30  Bruno Haible  <bruno@clisp.org>
28871
28872         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
28873         * config/config.rpath: Upgrade to gettext-0.12.1.
28874
28875 2003-05-30  Bruno Haible  <bruno@clisp.org>
28876
28877         * m4/gettext.m4: Upgrade to gettext-0.12.1.
28878         * m4/nls.m4: New file, from gettext-0.12.1.
28879         * m4/po.m4: New file, from gettext-0.12.1.
28880         * m4/progtest.m4: Upgrade to gettext-0.12.1.
28881
28882 2003-05-30  Bruno Haible  <bruno@clisp.org>
28883
28884         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
28885         * lib/localcharset.h: Likewise.
28886         * lib/localcharset.c: Likewise.
28887
28888 2003-05-29  Karl Berry  <karl@gnu.org>
28889
28890         * config/config.rpath: update from gettext.
28891
28892 2003-05-28  Paul Eggert  <eggert@twinsun.com>
28893
28894         Assume the headers required for C89 freestanding compilers.
28895         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
28896         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
28897         * m4/human.m4 (gl_HUMAN): Likewise.
28898         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
28899         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
28900         * m4/userspec.m4 (gl_USERSPEC): Likewise.
28901         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
28902         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
28903         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
28904
28905 2003-05-28  Paul Eggert  <eggert@twinsun.com>
28906
28907         Assume the headers required for C89 freestanding compilers.
28908         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
28909         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
28910         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
28911         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
28912         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
28913         define, since <limits.h> is guaranteed to do that.
28914         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
28915         * lib/exclude.c: Include <stdbool.h> unconditionally.
28916         * lib/tempname.c: Include <stddef.h> unconditionally.
28917         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
28918         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
28919         <stddef.h> does that.
28920         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
28921         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
28922         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
28923         needed.
28924         * lib/xstrtol.c: Likewise.
28925         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
28926         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
28927
28928         * lib/addext.c (addext): Use assignment rather than cast, to avoid
28929         warnings on some platforms.
28930
28931         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
28932         arbitrarily.
28933
28934 2003-05-26  Jim Meyering  <jim@meyering.net>
28935
28936         Merge in a change from coreutils:
28937         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
28938         that is guaranteed to be `no'.  Use `no_such_member' to indicate
28939         that condition, rather than `-1' which is slightly misleading.
28940         Change the name of the cache variable to have the gl_ prefix.
28941         Prompted by a patch from Richard Dawe for DJGPP.
28942
28943 2003-05-24  Karl Berry  <karl@gnu.org>
28944
28945         * config/config.guess: update from prep.
28946
28947 2003-05-22  Karl Berry  <karl@gnu.org>
28948
28949         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
28950
28951 2003-05-20  Karl Berry  <karl@gnu.org>
28952
28953         * config/config.guess: update from prep.
28954
28955 2003-05-18  Karl Berry  <karl@gnu.org>
28956
28957         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
28958         might actually be set by the user.
28959
28960         * config/depcomp, install-sh, mdate-sh: update from automake.
28961
28962 2003-05-17  Bruno Haible  <bruno@clisp.org>
28963
28964         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
28965         invalid expansion for AC_EGREP_CPP.
28966         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
28967         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
28968         Suggested by Akim Demaille <akim@epita.fr> in
28969         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
28970
28971 2003-05-12  Jim Meyering  <jim@meyering.net>
28972
28973         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
28974         the space-padded-by-default conversion specifiers, %e, %k, %l.
28975
28976 2003-05-12  Bruno Haible  <bruno@clisp.org>
28977
28978         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
28979         the string is longer than 4 KB.
28980
28981 2003-05-11  Karl Berry  <karl@gnu.org>
28982
28983         * config/config.{guess,sub}: update from prep.
28984
28985 2003-05-09  Bruno Haible  <bruno@clisp.org>
28986
28987         * modules/error: Add m4/strerror_r.m4 to file list.
28988
28989 2003-05-03  Bruno Haible  <bruno@clisp.org>
28990
28991         Upgrade to Unicode-4.0.
28992         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
28993         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
28994         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
28995         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
28996         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
28997         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
28998         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
28999         Change width of U+E0100..U+E01EF from 1 to 0.
29000
29001 2003-04-25  Jim Meyering  <jim@meyering.net>
29002
29003         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
29004         of type size_t, not int.
29005
29006 2003-04-25  Bruno Haible  <bruno@clisp.org>
29007
29008         * lib/copy-file.c: Include <stddef.h>, for size_t.
29009
29010 2003-04-21  Paul Eggert  <eggert@twinsun.com>
29011
29012         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
29013         code which expansion is under static control.  Patch imported from
29014         Akim Demaille's patch to Bison; see
29015         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
29016
29017 2003-04-14  Bruno Haible  <bruno@clisp.org>
29018
29019         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
29020
29021 2003-04-11  Jim Meyering  <jim@meyering.net>
29022
29023         Merge changes from Coreutils.
29024
29025         2003-03-22  Jim Meyering  <jim@meyering.net>
29026
29027         * lib/strftime.c (widen): Cast alloca return value to proper type.
29028
29029         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
29030
29031         From GNU libc.
29032         * lib/strftime.c (my_strftime): Handle very large width
29033         specifications for numeric values correctly.  Improve checks for
29034         overflow.
29035
29036         2003-01-19  Jim Meyering  <jim@meyering.net>
29037
29038         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
29039         definitions.
29040         (nl_get_alt_digit) [! defined my_strftime]: Define.
29041         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
29042         _nl_get_alt_digit and _nl_get_walt_digit.
29043
29044         * lib/strftime.c (my_strftime): Merge in locale-related changes from
29045         libc. These changes have no effect outside of _LIBC.
29046
29047 2003-04-10  Bruno Haible  <bruno@clisp.org>
29048
29049         * modules/findprog: New file.
29050         * MODULES.html.sh (func_all_modules): Add it.
29051
29052 2003-04-10  Bruno Haible  <bruno@clisp.org>
29053
29054         * m4/findprog.m4: New file.
29055         * m4/eaccess.m4: New file.
29056
29057 2003-04-10  Bruno Haible  <bruno@clisp.org>
29058
29059         * lib/findprog.h: New file, from GNU gettext.
29060         * lib/findprog.c: New file, from GNU gettext.
29061
29062 2003-04-05  Jim Meyering  <jim@meyering.net>
29063
29064         Merge changes from Coreutils.
29065
29066         * lib/exclude.h (PARAMS): Remove definition and uses.
29067         * lib/exclude.c: Remove uses of `PARAMS'.
29068
29069         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
29070         Add test-cases for DOS filenames. Declare program_name.
29071         (main): Set up program_name.  Patch by Rich Dawe.
29072
29073         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
29074         error from mntctl.
29075         Use mntctl's return value to drive the entry-processing loop, since
29076         we can't rely on the value of the vmt_length member in the last
29077         entry.  On some systems doing so could result in exhausting
29078         virtual memory.  Based in part on a patch from Mike Jetzer.
29079
29080 2003-04-04  Bruno Haible  <bruno@clisp.org>
29081
29082         * modules/linebreak: New file.
29083         * MODULES.html.sh (func_all_modules): Add it.
29084
29085 2003-04-04  Bruno Haible  <bruno@clisp.org>
29086
29087         * m4/linebreak.m4: New file.
29088
29089 2003-04-04  Bruno Haible  <bruno@clisp.org>
29090
29091         * lib/linebreak.h: New file, from GNU gettext.
29092         * lib/linebreak.c: New file, from GNU gettext with slight
29093         modifications.
29094         * lib/lbrkprop.h: New file, from GNU gettext.
29095
29096 2003-04-03  Bruno Haible  <bruno@clisp.org>
29097
29098         * modules/utf8-ucs4: New file.
29099         * modules/utf16-ucs4: New file.
29100         * modules/ucs4-utf8: New file.
29101         * modules/ucs4-utf16: New file.
29102         * MODULES.html.sh (func_all_modules): Add them.
29103
29104 2003-04-03  Bruno Haible  <bruno@clisp.org>
29105
29106         * m4/utf-ucs4.m4: New file.
29107         * m4/ucs4-utf.m4: New file.
29108
29109 2003-04-03  Bruno Haible  <bruno@clisp.org>
29110
29111         * lib/utf8-ucs4.h: New file, from GNU gettext.
29112         * lib/utf16-ucs4.h: New file, from GNU gettext.
29113         * lib/ucs4-utf8.h: New file, from GNU gettext.
29114         * lib/ucs4-utf16.h: New file, from GNU gettext.
29115
29116 2003-04-02  Bruno Haible  <bruno@clisp.org>
29117
29118         * modules/binary-io: New file.
29119         * MODULES.html.sh (func_all_modules): Add it.
29120
29121 2003-04-02  Bruno Haible  <bruno@clisp.org>
29122
29123         * lib/binary-io.h: New file, from GNU gettext.
29124
29125 2003-04-01  Bruno Haible  <bruno@clisp.org>
29126
29127         * modules/pathname: New file.
29128         * MODULES.html.sh (func_all_modules): Add it.
29129
29130 2003-04-01  Bruno Haible  <bruno@clisp.org>
29131
29132         * lib/pathname.h: New file, from GNU gettext.
29133         * lib/concatpath.c: New file, from GNU gettext.
29134
29135 2003-03-30  Bruno Haible  <bruno@clisp.org>
29136
29137         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
29138
29139 2003-03-30  Bruno Haible  <bruno@clisp.org>
29140
29141         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
29142         function chown() doesn't exist.
29143
29144 2003-03-28  Bruno Haible  <bruno@clisp.org>
29145
29146         * modules/copy-file: New file.
29147         * MODULES.html.sh (func_all_modules): Add it.
29148
29149 2003-03-28  Bruno Haible  <bruno@clisp.org>
29150
29151         * m4/copy-file.m4: New file.
29152
29153 2003-03-28  Bruno Haible  <bruno@clisp.org>
29154
29155         * lib/copy-file.h: New file, from GNU gettext.
29156         * lib/copy-file.c: New file, from GNU gettext.
29157
29158 2003-03-18  Jim Meyering  <jim@meyering.net>
29159
29160         * lib/quote.c (quote_n): Fix typo in comment.
29161
29162 2003-03-18  Bruno Haible  <bruno@clisp.org>
29163
29164         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
29165         checking.
29166         * m4/onceonly_2_57.m4: Likewise.
29167
29168 2003-03-17  Bruno Haible  <bruno@clisp.org>
29169
29170         * m4/onceonly.m4: Require autoconf 2.54 or newer.
29171         (m4_quote): Remove macro.
29172         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
29173
29174 2003-03-14  Jim Meyering  <jim@meyering.net>
29175
29176         Merge changes from Coreutils.
29177         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
29178         to be const, in order to avoid warnings.
29179         (obstack_room): Likewise.
29180         (obstack_empty_p): Likewise.
29181
29182 2003-03-14  Bruno Haible  <bruno@clisp.org>
29183
29184         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
29185         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
29186
29187 2003-03-13  Paul Eggert  <eggert@twinsun.com>
29188
29189         Merge changes from Bison.
29190         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
29191         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
29192         when compiling Bison 1.875's `bitset bset = obstack_alloc
29193         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
29194         * lib/hash.c: Include <stdbool.h> unconditionally.
29195
29196 2003-03-13  Paul Eggert  <eggert@twinsun.com>
29197
29198         * m4/onceonly.m4 (m4_quote): New macro.
29199         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
29200         Quote AC_FOREACH variable-expansions properly.
29201
29202 2003-03-13  Paul Eggert  <eggert@twinsun.com>
29203
29204         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
29205
29206 2003-03-09  Paul Eggert  <eggert@twinsun.com>
29207
29208         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
29209         Reported by Bruce Becker; see:
29210         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
29211
29212 2003-03-03  Paul Eggert  <eggert@twinsun.com>
29213             Bruno Haible  <bruno@clisp.org>
29214
29215         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
29216         Reported by John Hughes, see
29217         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
29218
29219 2003-02-20  Bruno Haible  <bruno@clisp.org>
29220
29221         * MODULES.html.sh (func_all_modules): Add poll.
29222
29223 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
29224
29225         * modules/poll: New file.
29226
29227 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
29228
29229         * lib/poll_.h: New file.
29230         * lib/poll.c: New file.
29231
29232 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
29233
29234         * m4/poll.m4: New file.
29235
29236 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
29237
29238         * modules/mathl: New file.
29239
29240 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
29241
29242         * lib/mathl.h: New file.
29243         * lib/acosl.c: New file.
29244         * lib/asinl.c: New file.
29245         * lib/atanl.c: New file.
29246         * lib/ceill.c: New file.
29247         * lib/cosl.c: New file.
29248         * lib/expl.c: New file.
29249         * lib/floorl.c: New file.
29250         * lib/frexpl.c: New file.
29251         * lib/ldexpl.c: New file.
29252         * lib/logl.c: New file.
29253         * lib/sincosl.c: New file.
29254         * lib/sinl.c: New file.
29255         * lib/sqrtl.c: New file.
29256         * lib/tanl.c: New file.
29257         * lib/trigl.c: New file.
29258         * lib/trigl.h: New file.
29259
29260 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
29261
29262         * m4/mathl.m4: New file.
29263
29264 2003-02-18  Bruno Haible  <bruno@clisp.org>
29265
29266         * MODULES.html.sh (func_all_modules): Add mathl.
29267
29268 2003-02-17  Bruno Haible  <bruno@clisp.org>
29269
29270         * modules/mkdtemp: New module.
29271         * MODULES.html.sh (func_all_modules): Add it.
29272
29273 2003-02-17  Bruno Haible  <bruno@clisp.org>
29274
29275         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
29276
29277 2003-02-17  Bruno Haible  <bruno@clisp.org>
29278
29279         * lib/mkdtemp.h: New file, from GNU gettext.
29280         * lib/mkdtemp.c: New file, from GNU gettext.
29281
29282 2003-02-02  Jim Meyering  <jim@meyering.net>
29283
29284         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
29285         e.g. glibc-2.2.93.
29286
29287 2003-01-31  Bruno Haible  <bruno@clisp.org>
29288
29289         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
29290         'rpl_rename'.
29291         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
29292         'rpl_strnlen'.
29293         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
29294         'rpl_strtod'.
29295         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
29296         'rpl_utime'.
29297
29298 2003-01-31  Bruno Haible  <bruno@clisp.org>
29299
29300         * lib/rename.c: #undef rename before defining rpl_rename.
29301         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
29302
29303 2003-01-30  Bruno Haible  <bruno@clisp.org>
29304
29305         * modules/vasnprintf, modules/vasprintf: New modules.
29306         * MODULES.html.sh (func_all_modules): Add them.
29307
29308 2003-01-30  Bruno Haible  <bruno@clisp.org>
29309
29310         * m4/signed.m4: New file, from GNU gettext.
29311         * m4/longdouble.m4: New file, from GNU gettext.
29312         * m4/wchar_t.m4: New file, from GNU gettext.
29313         * m4/wint_t.m4: New file, from GNU gettext.
29314         * m4/vasnprintf.m4: New file.
29315         * m4/vasprintf.m4: New file.
29316
29317 2003-01-30  Bruno Haible  <bruno@clisp.org>
29318
29319         * lib/printf-args.h: New file, from GNU gettext.
29320         * lib/printf-args.c: New file, from GNU gettext.
29321         * lib/printf-parse.h: New file, from GNU gettext.
29322         * lib/printf-parse.c: New file, from GNU gettext.
29323         * lib/vasnprintf.h: New file, from GNU gettext.
29324         * lib/vasnprintf.c: New file, from GNU gettext.
29325         * lib/asnprintf.c: New file, from GNU gettext.
29326         * lib/vasprintf.h: New file, from GNU gettext with modifications.
29327         * lib/vasprintf.c: New file, from GNU gettext.
29328         * lib/asprintf.c: New file, from GNU gettext.
29329
29330 2003-01-29  Bruno Haible  <bruno@clisp.org>
29331
29332         * modules/stpncpy: New module.
29333         * MODULES.html.sh (func_all_modules): Add it.
29334
29335 2003-01-29  Bruno Haible  <bruno@clisp.org>
29336
29337         * m4/stpncpy.m4: New file.
29338
29339 2003-01-29  Bruno Haible  <bruno@clisp.org>
29340
29341         * lib/stpncpy.h: New file, from GNU gettext with modifications.
29342         * lib/stpncpy.c: New file, from GNU gettext with modifications.
29343
29344 2003-01-28  Bruno Haible  <bruno@clisp.org>
29345
29346         * modules/c-ctype: New module.
29347         * MODULES.html.sh (func_all_modules): Add it.
29348
29349 2003-01-28  Bruno Haible  <bruno@clisp.org>
29350
29351         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
29352         Paul Eggert.
29353         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
29354         Paul Eggert.
29355
29356 2003-01-27  Bruno Haible  <bruno@clisp.org>
29357
29358         * modules/xsetenv: New module.
29359         * MODULES.html.sh (func_all_modules): Add it.
29360
29361 2003-01-27  Bruno Haible  <bruno@clisp.org>
29362
29363         * lib/xsetenv.h: New file, from GNU gettext.
29364         * lib/xsetenv.c: New file, from GNU gettext.
29365
29366 2003-01-23  Jim Meyering  <jim@meyering.net>
29367
29368         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
29369         from working on systems without dirfd (at least Irix and OSF1/Tru64).
29370
29371 2003-01-23  Bruno Haible  <bruno@clisp.org>
29372
29373         * modules/minmax: New module.
29374         * MODULES.html.sh (func_all_modules): Add it.
29375
29376 2003-01-23  Bruno Haible  <bruno@clisp.org>
29377
29378         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
29379         Eggert.
29380
29381 2003-01-22  Bruno Haible  <bruno@clisp.org>
29382
29383         * modules/exit: New module.
29384         * MODULES.html.sh (func_all_modules): Add it.
29385
29386 2003-01-22  Bruno Haible  <bruno@clisp.org>
29387
29388         * lib/exit.h: New file, from GNU gettext.
29389
29390 2003-01-19  Bruno Haible  <bruno@clisp.org>
29391
29392         * gnulib-tool: Recognize option --extract-maintainer.
29393         (func_get_maintainer): New function.
29394         * modules/*: Add Maintainer entry.
29395
29396 2003-01-16  Jim Meyering  <jim@meyering.net>
29397
29398         * m4/regex.m4: The `regex' struct is both input and output.
29399         Initialize it before each use.  Patch by Tim Waugh.
29400
29401 2003-01-16  Bruno Haible  <bruno@clisp.org>
29402
29403         * MODULES.html.sh: Add a table of contents. Add the module name as
29404         leftmost column. Add hyperlinks.
29405
29406 2003-01-15  Bruno Haible  <bruno@clisp.org>
29407
29408         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
29409
29410 2003-01-15  Bruno Haible  <bruno@clisp.org>
29411
29412         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
29413         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
29414         suffix.
29415
29416 2003-01-15  Bruno Haible  <bruno@clisp.org>
29417
29418         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
29419
29420 2003-01-15  Bruno Haible  <bruno@clisp.org>
29421
29422         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
29423         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
29424
29425 2003-01-14  Jim Meyering  <jim@meyering.net>
29426
29427         * lib/same.c (same_name): Tweak a comment.
29428
29429 2003-01-14  Bruno Haible  <bruno@clisp.org>
29430
29431         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
29432         when a string comparison is sufficient.
29433
29434 2003-01-14  Bruno Haible  <bruno@clisp.org>
29435
29436         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
29437         'unsigned int'.
29438
29439 2003-01-14  Bruno Haible  <bruno@clisp.org>
29440
29441         * lib/hash-pjw.c: Add comment about low quality of this function.
29442
29443 2003-01-13  Bruno Haible  <bruno@clisp.org>
29444
29445         * modules/stpcpy: Distribute lib/stpcpy.h.
29446         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
29447
29448 2003-01-13  Bruno Haible  <bruno@clisp.org>
29449
29450         * modules/*: Add a description.
29451         * modules/strpbrk: Fix Makefile.am snippet.
29452         * modules/strtoimax: Fix dependencies.
29453         * modules/strtoumax: Likewise.
29454
29455 2003-01-13  Bruno Haible  <bruno@clisp.org>
29456
29457         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
29458         * modules/alloca (Makefile.am): All object files depend on alloca.h.
29459         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
29460
29461 2003-01-13  Bruno Haible  <bruno@clisp.org>
29462
29463         * gnulib-tool (func_create_testdir): Store config/* files in the main
29464         directory.
29465         * config.rpath: Move to ...
29466         * config/config.rpath: ... here.
29467         * modules/gettext: Contains config/config.rpath, not config.rpath.
29468         * modules/iconv: Likewise.
29469
29470 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29471
29472         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29473         to avoid collisions with libcurses and libreadline.
29474
29475         * m4/getstr.m4: Remove.
29476         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
29477
29478 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29479
29480         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29481         to avoid collisions with libcurses and libreadline.
29482
29483         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
29484         * lib/getstr.h, getstr.c: Remove.
29485         * lib/getline.c: Include "getline.h", to check interface.
29486         Move body of old getstr.c here: this defines MIN_CHUNK and
29487         declares getdelim2, which is renamed from getstr.
29488         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
29489
29490         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
29491         All uses changed.
29492         * lib/linebuffer.h: Likewise.
29493         (readline): Remove backward-compatibility macro.
29494
29495 2003-01-12  Paul Eggert  <eggert@twinsun.com>
29496
29497         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
29498         to avoid collisions with libcurses and libreadline.
29499         * getstr: Remove.
29500         * MODULES.html.sh: Remove getstr.
29501         * modules/getline: Depend on unlocked-io, not getstr.
29502
29503 2003-01-12  Jim Meyering  <jim@meyering.net>
29504
29505         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
29506
29507 2003-01-10  Bruno Haible  <bruno@clisp.org>
29508
29509         * modules/alloca: Change Makefile.am requirements. Simplify Include
29510         requirements. Add lib/alloca_.h to file list.
29511
29512 2003-01-10  Bruno Haible  <bruno@clisp.org>
29513
29514         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
29515
29516 2003-01-10  Bruno Haible  <bruno@clisp.org>
29517
29518         * lib/alloca_.h: New file.
29519         * lib/getdate.y: Unconditionally include alloca.h.
29520         * lib/makepath.c: Likewise.
29521         * lib/setenv.c: Likewise.
29522         * lib/userspec.c: Likewise.
29523
29524 2003-01-09  Karl Berry  <karl@gnu.org>
29525
29526         * MODULES.html.sh: include `dirname $0` in PATH, to find
29527         gnulib-tool.
29528
29529 2003-01-09  Bruno Haible  <bruno@clisp.org>
29530
29531         * modules/stdbool: Change configure.ac, Makefile.am requirements.
29532         Simplify Include requirements. Add lib/stdbool.h.in to file list.
29533
29534 2003-01-09  Bruno Haible  <bruno@clisp.org>
29535
29536         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
29537
29538 2003-01-09  Bruno Haible  <bruno@clisp.org>
29539
29540         * lib/stdbool.h.in: New file.
29541
29542 2003-01-09  Bruno Haible  <bruno@clisp.org>
29543
29544         * gnulib-tool (func_all_modules): Ignore files ending in ~.
29545         * MODULES.html.sh: Likewise.
29546
29547 2003-01-08  Jim Meyering  <jim@meyering.net>
29548
29549         * lib/full-write.c: Undefine and define-away `const' after inclusion
29550         of errno.h, not before.  Suggestion from Bruno Haible.
29551
29552 2003-01-08  Bruno Haible  <bruno@clisp.org>
29553
29554         * modules/full-read: Depend on full-write.
29555
29556 2003-01-08  Bruno Haible  <bruno@clisp.org>
29557
29558         * lib/safe-read.c: Include specification header first, to ensure its
29559         selfcontainedness.
29560         * lib/full-write.c: Likewise.
29561
29562 2003-01-07  Jim Meyering  <jim@meyering.net>
29563
29564         * lib/full-write.c: Rework so that it may serve to define full_read,
29565         too.
29566         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
29567
29568 2003-01-07  Bruno Haible  <bruno@clisp.org>
29569
29570         * lib/strtoimax.c: Include <stdint.h> as an alternative to
29571         <inttypes.h>.
29572         * lib/xstrtol.h: Likewise.
29573         * lib/xstrtoimax.c: Likewise.
29574         * lib/xstrtoumax.c: Likewise.
29575         * lib/human.h: Likewise.
29576
29577         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
29578         on systems that have <inttypes.h> but not <stdint.h>.
29579
29580 2003-01-07  Bruno Haible  <bruno@clisp.org>
29581
29582         * MODULES.html.sh: Add copyright notice.
29583         (missed_files): Omit CVS directory entries.
29584         (func_module): Make it work with sed-3.02.
29585         * MODULES.txt: Remove file.
29586
29587 2003-01-06  Jim Meyering  <jim@meyering.net>
29588
29589         * lib/version-etc.c: Update year in translatable copyright string.
29590
29591 2003-01-03  Karl Berry  <karl@gnu.org>
29592
29593         * config/config.{guess,sub}: update from prep.
29594
29595 2003-01-02  Karl Berry  <karl@gnu.org>
29596
29597         * doc/COPYING.DOC: belatedly updated to 1.2.
29598
29599 2003-01-01  Karl Berry  <karl@gnu.org>
29600
29601         * gnulib-tool (func_verify_module): report module name $module in
29602         error message, not $1.
29603         * gnulib-tool (create-testdir): don't complain if destdir couldn't
29604         be created, only if it doesn't exist.
29605         * gnulib-tool (last_checkin_date): don't expand the $Date here.
29606
29607 2002-12-31  Paul Eggert  <eggert@twinsun.com>
29608
29609         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
29610
29611 2002-12-31  Paul Eggert  <eggert@twinsun.com>
29612
29613         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
29614         memcmp if strcoll doesn't work.
29615
29616 2002-12-31  Bruno Haible  <bruno@clisp.org>
29617
29618         * lib/utime.c (utime_null): No need to call ftruncate if the file was
29619         nonempty.
29620
29621 2002-12-31  Bruno Haible  <bruno@clisp.org>
29622
29623         * lib/memcoll.c (STRCOLL): New macro.
29624         (memcoll): Use it.
29625
29626 2002-12-31  Bruno Haible  <bruno@clisp.org>
29627
29628         * lib/localcharset.h: New file.
29629         * lib/localcharset.c: Include it.
29630         * lib/unicodeio.c: Likewise.
29631
29632 2002-12-31  Bruno Haible  <bruno@clisp.org>
29633
29634         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
29635         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
29636
29637 2002-12-31  Bruno Haible  <bruno@clisp.org>
29638
29639         * lib/getline.h: Include <stddef.h>, for size_t.
29640
29641         * lib/unicodeio.h: Include <stddef.h>, for size_t.
29642         * lib/unicodeio.c: Don't include <stddef.h>.
29643
29644 2002-12-31  Bruno Haible  <bruno@clisp.org>
29645
29646         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
29647         HAVE_TM_ZONE.
29648
29649 2002-12-24  Karl Berry  <karl@gnu.org>
29650
29651         * config/config.guess: update from prep.
29652
29653 2002-12-24  Bruno Haible  <bruno@clisp.org>
29654
29655         General infrasructure.
29656         * m4/README: Rewritten.
29657         * m4/onceonly.m4: New file.
29658         * m4/onceonly_2_57.m4: New file.
29659
29660         Module atexit.
29661         * m4/atexit.m4: New file.
29662
29663         Module strtod.
29664         * m4/strtod.m4: New file.
29665
29666         Module strtol.
29667         * m4/strtol.m4: New file.
29668
29669         Module strtoul.
29670         * m4/strtoul.m4: New file.
29671
29672         Module memchr.
29673         * m4/memchr.m4: New file.
29674
29675         Module memcmp.
29676         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
29677         (jm_FUNC_MEMCMP): Invoke it.
29678
29679         Module memcpy.
29680         * m4/memcpy.m4: New file.
29681
29682         Module memmove.
29683         * m4/memmove.m4: New file.
29684
29685         Module memset.
29686         * m4/memset.m4: New file.
29687
29688         Module strcspn.
29689         * m4/strcspn.m4: New file.
29690
29691         Module strpbrk.
29692         * m4/strpbrk.m4: New file.
29693
29694         Module strstr.
29695         * m4/strstr.m4: New file.
29696
29697         Module strerror.
29698         * m4/strerror.m4: New file.
29699
29700         Module mktime.
29701         * m4/mktime.m4: Renamed from jm-mktime.m4.
29702         (gl_PREREQ_MKTIME): New macro.
29703         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
29704
29705         Module malloc.
29706         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
29707         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
29708         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
29709
29710         Module realloc.
29711         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
29712         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
29713         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
29714
29715         Module strftime.
29716         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
29717         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
29718         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
29719         gl_TM_GMTOFF.
29720         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
29721
29722         Module xalloc.
29723         * m4/xalloc.m4: New file.
29724
29725         Module alloca.
29726         * m4/alloca.m4: New file.
29727
29728         Module putenv.
29729         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
29730         (jm_FUNC_PUTENV): Invoke it.
29731
29732         Module setenv.
29733         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
29734         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
29735         when invoked twice.
29736         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
29737         gt_FUNC_SETENV.
29738
29739         Module memrchr.
29740         * m4/memrchr.m4: New file.
29741
29742         Module stpcpy.
29743         * m4/stpcpy.m4: New file.
29744
29745         Module strcase.
29746         * m4/strcase.m4: New file.
29747
29748         Module strdup.
29749         * m4/strdup.m4: New file.
29750
29751         Module strnlen.
29752         * m4/strnlen.m4: New file.
29753
29754         Module strndup.
29755         * m4/strndup.m4: New file.
29756
29757         Module xstrtod.
29758         * m4/xstrtod.m4: New file.
29759
29760         Module xstrtol.
29761         * m4/xstrtol.m4: New file.
29762
29763         Module getdate.
29764         * m4/getdate.m4: New file.
29765
29766         Module unlocked-io.
29767         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
29768         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
29769         * m4/jm-glibc-io.m4n: Remove file.
29770
29771         Module long-options.
29772         * m4/long-options.m4: New file.
29773
29774         Module md5.
29775         * m4/md5.m4: New file.
29776
29777         Module sha.
29778         * m4/sha.m4: New file.
29779
29780         Module getstr.
29781         * m4/getstr.m4: New file.
29782
29783         Module getline.
29784         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
29785         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
29786         <sys/types.h>, for size_t. Use the function name gnu_getline, not
29787         simply getline. Infoke gl_PREREQ_GETLINE.
29788
29789         Module obstack.
29790         * m4/obstack.m4: New file.
29791
29792         Module hash.
29793         * m4/hash.m4: New file.
29794
29795         Module readtokens.
29796         * m4/readtokens.m4: New file.
29797
29798         Module strverscmp.
29799         * m4/strverscmp.m4: New file.
29800
29801         Module stdbool.
29802         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
29803         OSF/1.
29804
29805         Module strtoll.
29806         * m4/strtoll.m4: New file.
29807
29808         Module strtoull.
29809         * m4/strtoull.m4: New file.
29810
29811         Module strtoimax.
29812         * m4/strtoimax.m4: New file.
29813
29814         Module strtoumax.
29815         * m4/strtoumax.m4: New file.
29816
29817         Module xstrtoimax.
29818         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
29819         jm_AC_PREREQ_XSTRTOIMAX.
29820         Moved the strtol prerequisites to strtol.m4.
29821         Moved the strtoll prerequisites to strtoll.m4.
29822         Moved the strtoimax prerequisites to strtoimax.m4.
29823
29824         Module xstrtoumax.
29825         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
29826         jm_AC_PREREQ_XSTRTOUMAX.
29827         Moved the strtoul prerequisites to strtoul.m4.
29828         Moved the strtoull prerequisites to strtoull.m4.
29829         Moved the strtoumax prerequisites to strtoumax.m4.
29830
29831         Module chown.
29832         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
29833         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
29834
29835         Module dup2.
29836         * m4/dup2.m4: New file.
29837
29838         Module ftruncate.
29839         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
29840         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
29841
29842         Module getgroups.
29843         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
29844         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
29845
29846         Module gettimeofday.
29847         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
29848         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
29849         gl_PREREQ_GETTIMEOFDAY.
29850
29851         Module mkdir.
29852         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
29853         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
29854
29855         Module mkstemp.
29856         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
29857         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
29858         jm_AC_TYPE_UINTMAX_T.
29859         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
29860
29861         Module stat.
29862         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
29863         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
29864
29865         Module lstat.
29866         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
29867         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
29868
29869         Module timespec.
29870         * m4/timespec.m4 (gl_TIMESPEC): New macro.
29871         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
29872         * m4/st_mtim.m4: Indentation.
29873
29874         Module nanosleep.
29875         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
29876         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
29877         gl_PREREQ_NANOSLEEP.
29878
29879         Module regex.
29880         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
29881         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
29882         (gl_REGEX): New macro.
29883
29884         Module rename.
29885         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
29886         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
29887
29888         Module rmdir.
29889         * m4/rmdir.m4: New file.
29890
29891         Module utime.
29892         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
29893         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
29894         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
29895
29896         Module dirname.
29897         * m4/dirname.m4: New file.
29898
29899         Module getopt.
29900         * m4/getopt.m4: New file.
29901
29902         Module unistd-safer.
29903         * m4/unistd-safer.m4: New file.
29904
29905         Module fnmatch.
29906         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
29907         declaration.
29908         (gl_PREREQ_FNMATCH_EXTRA): New macro.
29909         (gl_FUNC_FNMATCH_POSIX): New macro.
29910         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
29911         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
29912         simply fnmatch.
29913
29914         Module exclude.
29915         * m4/exclude.m4: New file.
29916
29917         Module human.
29918         * m4/human.m4: New file.
29919
29920         Module acl.
29921         * m4/acl.m4: Nop.
29922
29923         Module backupfile.
29924         * m4/backupfile.m4: New file.
29925         * m4/d-ino.m4: Indentation.
29926
29927         Module fsusage.
29928         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
29929         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
29930         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
29931
29932         Module dirfd.
29933         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
29934         requirements.
29935
29936         Module euidaccess.
29937         * m4/euidaccess.m4: New file.
29938
29939         Module file-type.
29940         * m4/file-type.m4: New file.
29941
29942         Module fileblocks.
29943         * m4/fileblocks.m4: New file.
29944
29945         Module filemode.
29946         * m4/filemode.m4: New file.
29947
29948         Module isdir.
29949         * m4/isdir.m4: New file.
29950
29951         Module lchown.
29952         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
29953         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
29954
29955         Module makepath.
29956         * m4/makepath.m4: New file.
29957
29958         Module modechange.
29959         * m4/modechange.m4: New file.
29960
29961         Module mountlist.
29962         * m4/mountlist.m4: New file.
29963         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
29964         Indentation.
29965
29966         Module path-concat.
29967         * m4/path-concat.m4: New file.
29968
29969         Module pathmax.
29970         * m4/pathmax.m4: New file.
29971
29972         Module same.
29973         * m4/same.m4: New file.
29974
29975         Module save-cwd.
29976         * m4/save-cwd.m4: New file.
29977
29978         Module savedir.
29979         * m4/savedir.m4: New file.
29980
29981         Module xgetcwd.
29982         * m4/xgetcwd.m4: New file.
29983         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
29984
29985         Module xreadlink.
29986         * m4/xreadlink.m4: New file.
29987
29988         Module safe-read.
29989         * m4/safe-read.m4: New file.
29990
29991         Module safe-write.
29992         * m4/safe-write.m4: New file.
29993
29994         Module closeout.
29995         * m4/closeout.m4: New file.
29996
29997         Module stdio-safer.
29998         * m4/stdio-safer.m4: New file.
29999
30000         Module getpass.
30001         * m4/getpass.m4: New file.
30002
30003         Module getugroups.
30004         * m4/getugroups.m4: New file.
30005
30006         Module group-member.
30007         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
30008         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
30009
30010         Module idcache.
30011         * m4/idcache.m4: New file.
30012
30013         Module userspec.
30014         * m4/userspec.m4: New file.
30015
30016         Module gettime.
30017         * m4/clock_time.m4: New file.
30018         * m4/gettime.m4: New file.
30019
30020         Module settime.
30021         * m4/settime.m4: New file.
30022
30023         Module posixtm.
30024         * m4/posixtm.m4: New file.
30025
30026         Module gethostname.
30027         * m4/gethostname.m4: New file.
30028
30029         Module canon-host.
30030         * m4/canon-host.m4: New file.
30031
30032         Module gettext.
30033         * m4/codeset.m4: New file, from gettext-0.11.5.
30034         * m4/gettext.m4: New file, from gettext-0.11.5.
30035         * m4/glibc21.m4: New file, from gettext-0.11.5.
30036         * m4/iconv.m4: New file, from gettext-0.11.5.
30037         * m4/intdiv0.m4: New file, from gettext-0.11.5.
30038         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
30039         * m4/inttypes.m4: New file, from gettext-0.11.5.
30040         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
30041         * m4/isc-posix.m4: New file, from gettext-0.11.5.
30042         * m4/lcmessage.m4: New file, from gettext-0.11.5.
30043         * m4/lib-ld.m4: New file, from gettext-0.11.5.
30044         * m4/lib-link.m4: New file, from gettext-0.11.5.
30045         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
30046         * m4/progtest.m4: New file, from gettext-0.11.5.
30047         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
30048         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
30049         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
30050
30051         Module localcharset.
30052         * m4/localcharset.m4: New file.
30053
30054         Module hard-locale.
30055         * m4/hard-locale.m4: New file.
30056
30057         Module mbswidth.
30058         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
30059         onceonly macros.
30060         * m4/mbrtowc.m4: Add comment.
30061
30062         Module memcasecmp.
30063         * m4/memcasecmp.m4: New file.
30064
30065         Module memcoll.
30066         * m4/memcoll.m4: New file.
30067
30068         Module unicodeio.
30069         * m4/unicodeio.m4: New file.
30070
30071         Module rpmatch.
30072         * m4/rpmatch.m4: New file.
30073
30074         Module yesno.
30075         * m4/yesno.m4: New file.
30076
30077         Module exitfail.
30078         * m4/exitfail.m4: New file.
30079
30080         Module c-stack.
30081         * m4/c-stack.m4 (gl_C_STACK): New macro.
30082         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
30083
30084         Module error.
30085         * m4/error.m4 (gl_ERROR): New macro.
30086         (jm_PREREQ_ERROR): Use onceonly macros.
30087
30088         Module fatal.
30089         * m4/fatal.m4: New file.
30090
30091         Module getloadavg.
30092         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
30093         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
30094
30095         Module getpagesize.
30096         * m4/getpagesize.m4: New file.
30097
30098         Module getusershell.
30099         * m4/getusershell.m4: New file.
30100
30101         Module physmem.
30102         * m4/physmem.m4: New file.
30103
30104         Module posixver.
30105         * m4/posixver.m4: New file.
30106
30107         Module quotearg.
30108         * m4/quotearg.m4: New file.
30109
30110         Module quote.
30111         * m4/quote.m4: New file.
30112
30113         Module readutmp.
30114         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
30115
30116         Module sig2str.
30117         * m4/sig2str.m4: New file.
30118
30119         Other.
30120         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
30121         ulonglong.m4.
30122         * m4/intmax_t.m4: New file.
30123         * m4/d-type.m4: Indentation.
30124         * m4/jm-macros.m4: Update.
30125         * m4/prereq.m4 (jm_PREREQ): Update.
30126         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
30127         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
30128         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
30129         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
30130         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
30131         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
30132         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
30133         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
30134         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
30135         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
30136         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
30137         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
30138         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
30139         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
30140         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
30141         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
30142         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
30143         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
30144         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
30145
30146 2002-12-24  Bruno Haible  <bruno@clisp.org>
30147
30148         * MODULES.txt: Update according to m4/ changes.
30149
30150         Module gettext.
30151         * config.rpath: New file, from gettext-0.11.5.
30152
30153         * modules/*: New module descriptions.
30154         * gnulib-tool: New file.
30155         * MODULES.html.sh: New file.
30156
30157 2002-12-21  Karl Berry  <karl@gnu.org>
30158
30159         * doc/fdl.texi: update to version 1.2.
30160
30161 2002-12-19  Karl Berry  <karl@gnu.org>
30162
30163         * config/config.guess: update from prep.
30164
30165 2002-12-18  Bruno Haible  <bruno@clisp.org>
30166
30167         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
30168         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
30169
30170 2002-12-17  Bruno Haible  <bruno@clisp.org>
30171
30172         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
30173         stdlib.h, string.h.
30174
30175 2002-12-17  Bruno Haible  <bruno@clisp.org>
30176
30177         * lib/canon-host.c (strdup): Remove unused declaration.
30178
30179         * lib/fsusage.c: Include full_read.h.
30180         (get_fs_usage): Use full_read instead of safe_read.
30181
30182         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
30183
30184 2002-12-12  Karl Berry  <karl@gnu.org>
30185
30186         * config/config.guess: update from prep.
30187
30188 2002-12-11  Bruno Haible  <bruno@clisp.org>
30189
30190         * m4/setenv.m4: New file, from gettext-0.11.5.
30191
30192 2002-12-11  Bruno Haible  <bruno@clisp.org>
30193
30194         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
30195         not unsetenv().
30196         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
30197         modifications:
30198
30199         2002-12-11  Bruno Haible  <bruno@clisp.org>
30200
30201                 * setenv.c (alloca): Fall back to malloc.
30202                 (freea): New macro.
30203                 (setenv): Use freea() to free memory allocated with alloca().
30204
30205         2002-11-13  Bruno Haible  <bruno@clisp.org>
30206
30207                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
30208                 function declarations.
30209                 * unsetenv.c (unsetenv): Likewise.
30210
30211         2002-03-04  Bruno Haible  <bruno@clisp.org>
30212
30213                 Portability to AIX 4.3.3.
30214                 * unsetenv.c: New file, extracted from setenv.c.
30215                 * setenv.c: Move the unsetenv() function to unsetenv.c.
30216
30217         2001-12-20  Bruno Haible  <bruno@clisp.org>
30218
30219                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
30220                 use malloc instead. For SunOS 4.
30221
30222         2001-12-11  Bruno Haible  <bruno@clisp.org>
30223
30224                 * setenv.c: Declare alloca.
30225                 (compar_fn_t): New typedef.
30226                 (KNOWN_VALUE, STORE_VALUE): Use it.
30227
30228         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
30229         setenv.h.
30230
30231 2002-12-10  Paul Eggert  <eggert@twinsun.com>
30232
30233         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
30234         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
30235         Choose values that are less likely to collide with system fnmatch
30236         options.
30237         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
30238         defined (e.g., a pure POSIX system).
30239         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
30240         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
30241
30242 2002-12-06  Paul Eggert  <eggert@twinsun.com>
30243
30244         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
30245         a pain in practice to deal with generated m4 files.  This change
30246         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
30247
30248         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
30249         and jm-glibc-io.m4, as they are no longer a special case.
30250         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
30251         kludge and the auto-generation stuff.  Check only whether the
30252         functions are declared, not whether they exist, since older hosts
30253         that don't declare the functions can't use the optimization anyway.
30254
30255 2002-12-06  Jim Meyering  <jim@meyering.net>
30256
30257         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
30258
30259         Merge in changes from libc's misc/error.c, in preparation
30260         for the merge of gnulib's changes back into libc.
30261
30262         * lib/error.c (_): Define only if not already defined.
30263         Move definition to follow all #include directives.
30264         Include unlocked-io.h only if !_LIBC.
30265         [_LIBC]: Include <libio/libioP.h>.
30266         [USE_IN_LIBIO]: Include <libio/iolibio.h>
30267         (fflush): Tweak definition to use INTUSE.
30268         (putc): Define.
30269
30270 2002-12-05  Paul Eggert  <eggert@twinsun.com>
30271
30272         * lib/alloca.c [defined emacs]: Include "lisp.h".
30273         (xalloc_die) [defined emacs]: New macro.
30274         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
30275         [! defined emacs]: Include <xalloc.h>.
30276         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
30277         (pointer): Typedef to POINTER_TYPE *.
30278         (malloc): Remove decl; we now always use xmalloc.
30279         (alloca): Use old-style definition, since Emacs needs this.
30280         Check for arithmetic overflow when computing combined size.
30281
30282 2002-12-04  Paul Eggert  <eggert@twinsun.com>
30283
30284         Do not generate unlocked-io.h automatically, since it's easier to
30285         maintain it by hand.
30286
30287         * lib/unlocked-io.h: New file, from GNU diffutils,
30288         but with proper copyright notice and attribution.
30289         * lib/gen-uio: Remove.
30290         * lib/Makefile.am: Add copyright notice.
30291         (libfetish_a_SOURCES): Add unlocked-io.h.
30292         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
30293         (DISTCLEANFILES, io_functions): Remove macros.
30294         (EXTRA_DIST): Remove gen_uio.
30295         (unlocked-io.h): Remove rule.
30296
30297 2002-12-04  Jim Meyering  <jim@meyering.net>
30298
30299         Reflect the fact that stat.c and lstat.c are no longer generated.
30300         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
30301         (DISTCLEANFILES): Likewise.
30302         (EXTRA_DIST): Likewise.
30303         (all_local): Don't depend on stat.c or lstat.c.
30304         (stat.c, lstat.c): Remove rules.
30305         (EXTRA_DIST): Remove xstat.in.
30306
30307         * lib/xstat.in: Remove file.  Contents moved into stat.c.
30308         * lib/stat.c: New file.  Contents mostly from xstat.in.
30309         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
30310         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
30311
30312         * lib/safe-read.c: Rework so that it may serve to define safe_write,
30313         too.
30314         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
30315
30316 2002-12-03  Jim Meyering  <jim@meyering.net>
30317
30318         * lib/safe-read.c, safe-write.c: Change variable names and comments,
30319         but not semantics, to minimize the differences between these two files.
30320         (safe_read): Change comment to mention SAFE_READ_ERROR.
30321
30322         * lib/safe-read.c (IS_EINTR): Define.
30323         (safe_read): Use IS_EINTR in place of in-function cpp directives.
30324
30325 2002-12-02  Jim Meyering  <jim@meyering.net>
30326
30327         * lib/safe-read.c (EINTR): Define.
30328         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
30329         (INT_MAX): Provide fallback.
30330         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
30331
30332         * lib/safe-read.h (SAFE_READ_ERROR): Define.
30333
30334 2002-12-02  Bruno Haible  <bruno@clisp.org>
30335
30336         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
30337         Define, taken from safe-read.c.
30338         (INT_MAX): Provide fallback.
30339         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
30340         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
30341
30342         * lib/safe-read.c (EINTR): Remove definition.
30343         (safe_read): Don't use EINTR if it is absent.
30344
30345 2002-12-01  Jim Meyering  <jim@meyering.net>
30346
30347         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
30348         zero.
30349         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
30350
30351 2002-11-27  Paul Eggert  <eggert@twinsun.com>
30352
30353         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
30354         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
30355         with `if (! (value < limit)) abort ();', for readability.
30356
30357 2002-11-26  Karl Berry  <karl@gnu.org>
30358
30359         * lib/strdup.c: copy from libc again, with jim's ok.
30360         * lib/.cppi-disable: re-add strdup.c
30361
30362 2002-11-25  Karl Berry  <karl@gnu.org>
30363
30364         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
30365         instead of "strtol.c".
30366
30367 2002-11-25  Karl Berry  <karl@gnu.org>
30368
30369         * config/install-sh: update from automake for variable quoting, $0 in
30370         error msgs, etc.
30371
30372         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
30373         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
30374         entry.
30375
30376 2002-11-25  Jim Meyering  <jim@meyering.net>
30377
30378         * lib/mktime.c: Sync from libc, now that it has the latest fix.
30379
30380 2002-11-24  Karl Berry  <karl@gnu.org>
30381
30382         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
30383         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
30384
30385 2002-11-24  Jim Meyering  <jim@meyering.net>
30386
30387         Update from coreutils:
30388
30389         * lib/mktime.c: Merge in changes from libc.
30390
30391         Avoid a link-time failure on some Linux systems.
30392         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
30393         (otherwise).
30394         (__mon_yday): Declare with the STATIC attribute.
30395         (__mktime_internal): Likewise.
30396         Based on a report from Greg Schafer.
30397
30398 2002-11-23  Jim Meyering  <jim@meyering.net>
30399
30400         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
30401         Use `unsigned', not `int', as type of index.
30402
30403         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
30404
30405         * lib/fsusage.c: Remove unneeded parentheses around operands of
30406         `defined'.
30407
30408 2002-11-22  Paul Eggert  <eggert@twinsun.com>
30409
30410         * lib/quotearg.h: Allow multiple inclusion by surrounding with
30411         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
30412         so that we can be included first.
30413         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
30414         * lib/quotearg.c: Include quotearg.h immediately after config.h.
30415         No need to include stddef.h or sys/types.h any more.
30416         Surround local include files with "", not "<>".
30417         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
30418         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
30419         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
30420         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
30421         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
30422         (ISPRINT): Remove; no longer needed now that we assume C89.
30423
30424         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
30425         Preserve errno.
30426
30427         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
30428         quotearg_char): Use SIZE_MAX rather than
30429         (size_t) -1 when we are talking about "infinity".
30430
30431         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
30432
30433 2002-11-22  Paul Eggert  <eggert@twinsun.com>
30434
30435         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
30436         hint that one should use `if (! x) abort ();' rather than `assert
30437         (x);', and anyway it's one less thing to worry about configuring.
30438         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
30439         hash_rehash, hash_insert): Use abort rather than assert.
30440
30441 2002-11-22  Bruno Haible  <bruno@clisp.org>
30442
30443         * lib/safe-read.h: Assume C89. Add comments.
30444         (safe_read): Change return type to size_t.
30445         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
30446         byte counts > SSIZE_MAX correctly.
30447         * lib/safe-write.h: New file.
30448         * lib/safe-write.c: New file.
30449         * lib/full-read.h: New file.
30450         * lib/full-read.c: New file.
30451         * lib/full-write.h: Assume C89. Add comments.
30452         * lib/full-write.c: Include safe-write.h.
30453         (full_write): Rewritten to use safe_write.
30454         Suggested by Jim Meyering and Paul Eggert.
30455
30456 2002-11-21  Jim Meyering  <jim@meyering.net>
30457
30458         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
30459
30460         Merge in changes from the coreutils.
30461
30462         2002-09-25  Paul Eggert  <eggert@twinsun.com>
30463         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
30464         <stdint.h>.
30465         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
30466         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
30467         int.  Work more efficiently if X is the same width as uintmax_t.
30468         Do not compare X to -1, to avoid bogus compiler warning.
30469         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
30470         Don't assume that f_frsize and f_bsize are the same type.
30471
30472         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
30473         warning on FreeBSD.
30474
30475         * lib/makepath.c (make_path): Restore umask *before* creating the final
30476         component.
30477         (make_path): Minor reformatting.
30478
30479         * lib/xmalloc.c: Adjust to work with new autoconf macros,
30480         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
30481         HAVE_MALLOC/HAVE_REALLOC.
30482
30483         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
30484         dummy ones.  At least on GNU/Linux systems, `auto' means something
30485         else.
30486         From Michael Stone.
30487
30488 2002-11-21  Bruno Haible  <bruno@clisp.org>
30489
30490         Remove case insensitive option matching.
30491         * lib/argmatch.h (argcasematch): Remove declaration.
30492         (ARGCASEMATCH): Remove macro.
30493         (__xargmatch_internal): Remove case_sensitive argument.
30494         (XARGMATCH): Update.
30495         (XARGCASEMATCH): Remove macro.
30496         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
30497         case_sensitive argument.
30498         (argcasematch): Remove function.
30499         (__xargmatch_internal): Remove case_sensitive argument.
30500         (main): Use XARGMATCH instead of XARGCASEMATCH.
30501
30502         * lib/xmalloc.c: Change compile-time error message. Add comment about
30503         required autoconf version.
30504
30505 2002-11-20  Paul Eggert  <eggert@twinsun.com>
30506
30507         Merge argmatch cleanups from Bison.  Assume C89.
30508
30509         * lib/argmatch.c: Include config.h here, not in argmatch.h.
30510         Include stdlib.h, for EXIT_FAILURE.
30511         Always include <string.h>, since we assume C89.
30512         (EXIT_FAILURE): Remove pre-C89 bug workaround.
30513         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
30514         Include <stddef.h> instead, since it's all we need for size_t.
30515         (PARAMS): Remove.  All uses removed.
30516         (ARRAY_CARDINALITY): Do not bother to #undef.
30517         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
30518         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
30519         Remove unnecessary parentheses.
30520         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
30521         Insert necessary parentheses.
30522         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
30523         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
30524
30525 2002-11-19  Bruno Haible  <bruno@clisp.org>
30526
30527         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
30528         * lib/mbswidth.h: Include <stddef.h>, for size_t.
30529
30530         * lib/mbswidth.h (PARAMS): Remove macro.
30531         (mbswidth, mbsnwidth): Use ANSI C function declarations.
30532         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
30533
30534         * lib/gcd.h (PARAMS): Remove macro.
30535         (gcd): Use ANSI C function declarations.
30536         * lib/gcd.c (gcd): Likewise.
30537
30538 2002-11-15  Bruno Haible  <bruno@clisp.org>
30539
30540         * lib/strcspn.c: Include <stddef.h>.
30541         (strcspn): Use ANSI C function declaration. Change return type to
30542         size_t. Use NULL.
30543         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
30544         (strpbrk): Use NULL.
30545         * lib/strpbrk.h (PARAMS): Remove macro.
30546         (strpbrk): Use ANSI C function declaration.
30547         * lib/strstr.c: Don't include <sys/types.h>.
30548         * lib/strstr.h (PARAMS): Remove macro.
30549         (strstr): Use ANSI C function declarations.
30550
30551 2002-11-14  Karl Berry  <karl@gnu.org>
30552
30553         * config/mkinstalldirs: `do' on separate line, instead of
30554         `for var; do'.
30555
30556 2002-11-06  Bruno Haible  <bruno@clisp.org>
30557
30558         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
30559         * lib/gcd.c (gcd): Likewise.
30560
30561 2002-11-05  Bruno Haible  <bruno@clisp.org>
30562
30563         * lib/gcd.h: New file, from gettext-0.11.5.
30564         * lib/gcd.c: New file, from gettext-0.11.5.
30565
30566 2002-11-05  Bruno Haible  <bruno@clisp.org>
30567
30568         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30569         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30570         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30571         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
30572
30573         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
30574         <libintl.h>.
30575         * lib/makepath.c: Include gettext.h instead of <locale.h> and
30576         <libintl.h>.
30577
30578         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
30579         * lib/human.c: Include gettext.h instead of <libintl.h>.
30580         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
30581         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
30582         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
30583         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
30584         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
30585         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
30586         (textdomain): Remove definition.
30587         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
30588
30589         * lib/long-options.c: Remove include of <libintl.h> and definition of
30590         _.
30591         * lib/same.c: Remove include of <libintl.h> and definition of _.
30592
30593 2002-11-04  Owen Taylor  <otaylor@redhat.com>
30594
30595         * lib/config.charset: A few additions for Solaris.
30596
30597 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
30598
30599         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
30600         * lib/localcharset.c (locale_charset): Declare as extern "C".
30601
30602 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
30603
30604         * lib/config.charset: msdos in uk_UA uses CP1125.
30605
30606 2002-11-04  Bruno Haible  <bruno@clisp.org>
30607
30608         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
30609         * lib/strcase.h: New file, from GNU gettext-0.11.5.
30610         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
30611         * lib/strstr.h: New file, from GNU gettext-0.11.5.
30612         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
30613
30614 2002-11-04  Bruno Haible  <bruno@clisp.org>
30615
30616         * lib/localcharset.c (locale_charset): Don't return an empty string.
30617
30618 2002-11-04  Bruno Haible  <bruno@clisp.org>
30619
30620         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
30621         aliases.
30622
30623 2002-11-04  Bruno Haible  <bruno@clisp.org>
30624
30625         * lib/config.charset: Update for newest glibc. Add canonical names
30626         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
30627
30628 2002-11-04  Bruno Haible  <bruno@clisp.org>
30629
30630         * lib/config.charset: Add support for NetBSD.
30631
30632 2002-11-04  Bruno Haible  <bruno@clisp.org>
30633
30634         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
30635
30636 2002-11-01  Bruno Haible  <bruno@clisp.org>
30637
30638         * configure.in: Add AC_CONFIG_AUX_DIR call.
30639         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
30640         test/Makefile.
30641         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
30642
30643 2002-09-28  Karl Berry  <karl@gnu.org>
30644
30645         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
30646         installed automake until the next release, since changes have been
30647         made.
30648
30649 2002-09-25  Karl Berry  <karl@gnu.org>
30650
30651         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
30652         * lib/getopt*: copy from libc/posix.
30653         * lib/gettext.h: copy from gettext.
30654         * lib/.cppi-disable: add strdup.c, gettext.h.
30655
30656 2002-09-25  Karl Berry  <karl@gnu.org>
30657
30658         * config/srclist.txt: enable gettext.h check.
30659         * config/config.{guess,sub}: update from prep.
30660         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
30661                 from automake 1.6.3.
30662         See srclist*.
30663
30664 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
30665
30666         * regex.c (PATFETCH): Remove the translating fetch.
30667         (PATFETCH_RAW): Rename to PATFETCH.
30668         (set_image_of_range): New fun.
30669         (SET_RANGE_TABLE_WORK_AREA): Use it.
30670         (regex_compile): Don't translate the pattern chars so eagerly.
30671         Only do it when inserting an `exactn' bytecode or when handling
30672         a char-range.
30673         (mutually_exclusive_p): Avoid empty statement.
30674
30675 2002-07-06  Jim Meyering  <meyering@lucent.com>
30676
30677         * m4/README: Don't mention Makefile.am.in.
30678         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
30679
30680 2002-07-01  Jim Meyering  <meyering@lucent.com>
30681
30682         * lib/c-stack.c: Include sys/time.h.
30683         From Volker Borchert.
30684
30685 2002-06-26  Paul Eggert  <eggert@twinsun.com>
30686
30687         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
30688
30689 2002-06-26  Paul Eggert  <eggert@twinsun.com>
30690
30691         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
30692         New macro.  Use it uniformly instead of
30693         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
30694         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
30695         reported by Vin Shelton.
30696
30697 2002-06-22  Paul Eggert  <eggert@twinsun.com>
30698
30699         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
30700         Do not assume SA_SIGINFO behavior.
30701         Bug reported by Jim Meyering on NetBSD 1.5.2.
30702
30703 2002-06-22  Jim Meyering  <meyering@lucent.com>
30704
30705         * m4/c-stack.m4: New file, from diffutils-2.8.2.
30706         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
30707
30708         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
30709         now that configure.ac uses AC_GNU_SOURCE.
30710         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
30711         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
30712
30713         Update to latest tools.  Suggestions from Paul Eggert.
30714         * m4/stdbool.m4: New file, from diffutils-2.8.2.
30715         * m4/gnu-source.m4: Update from diffutils-2.8.2.
30716         * m4/fnmatch.m4: Likewise.
30717         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
30718         to AC_HEADER_STDBOOL
30719
30720 2002-06-22  Jim Meyering  <meyering@lucent.com>
30721
30722         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
30723         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
30724
30725 2002-06-22  Jim Meyering  <meyering@lucent.com>
30726
30727         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
30728
30729         * lib/exitfail.c, exitfail.h: Likewise.
30730         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
30731
30732         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
30733         of fnmatch.h.
30734         (EXTRA_DIST): Add fnmatch_loop.c.
30735         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
30736
30737         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
30738         * lib/fnmatch.c: Update from diffutils-2.8.2.
30739         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
30740         * lib/fnmatch.h: Remove file.
30741
30742 2002-06-21  Jim Meyering  <meyering@lucent.com>
30743
30744         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
30745         * m4/mbrtowc.m4: Likewise.
30746
30747         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
30748         * m4/mbswidth.m4: Reflect name change:
30749         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
30750         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
30751
30752         * m4/lib-link.m4: Update from gettext-0.11.2.
30753         * m4/gettext.m4: Likewise.
30754
30755         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
30756         From Alfred M. Szmidt.
30757
30758 2002-06-18  Paul Eggert  <eggert@twinsun.com>
30759
30760         * lib/file-type.h: Report an error if neither S_ISREG nor
30761         S_IFREG is defined, instead of using a test specific to glibc
30762         2.2.  This should be safe, since POSIX requires S_ISREG and
30763         Unix Version 7 had S_IFREG.  We don't need to check for
30764         <sys/types.h> since we don't use any symbols that it defines.
30765
30766 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
30767
30768         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
30769         $@-t, so that each temporary file name is unique and valid in the first
30770         8 characters, for operation under DOS.
30771
30772 2002-06-15  Paul Eggert  <eggert@twinsun.com>
30773
30774         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
30775
30776 2002-06-15  Jim Meyering  <meyering@lucent.com>
30777
30778         Work even with DJGPP 2.03, which lacks support for symlinks.
30779         From Richard Dawe.
30780         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
30781         is defined.
30782         * lib/lchown.c (S_ISLNK): Likewise.
30783
30784 2002-06-15  Jim Meyering  <meyering@lucent.com>
30785
30786         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
30787         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
30788         have been included before this file.
30789
30790 2002-06-14  Jim Meyering  <meyering@lucent.com>
30791
30792         * lib/file-type.h: Use the version from diffutils-2.8.2.
30793         * lib/file-type.c: Likewise.
30794
30795 2002-06-07  Jim Meyering  <meyering@lucent.com>
30796
30797         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
30798         They're needed at least for NetBSD 1.5.2.
30799         ($statxfs_includes): Include those same headers.
30800         ($statxfs_includes): Include sys/vfs.h if available.
30801         ($statxfs_includes): Likewise for sys/statvfs.h.
30802         Check for the following members in both structs statfs and statvfs:
30803         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
30804
30805 2002-06-01  Jim Meyering  <meyering@lucent.com>
30806
30807         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
30808         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
30809
30810 2002-05-28  Jim Meyering  <meyering@lucent.com>
30811
30812         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
30813         Reported by Volker Borchert.
30814
30815 2002-05-27  Jim Meyering  <meyering@lucent.com>
30816
30817         Fix a problem seen only on nonconforming systems whereby ls.c's
30818         use of localtime, and then of gettimeofday would cause trouble:
30819         the localtime call used to initialize rpl_gettimeofday's save
30820         mechanism would clobber ls's current local time information so
30821         that in any long listing the first file would always be listed
30822         with date 1970-01-01.  Analysis by Volker Borchert.
30823
30824         * lib/gettimeofday.c (localtime): Undefine.
30825         (rpl_localtime): New function.
30826
30827 2002-05-27  Jim Meyering  <meyering@lucent.com>
30828
30829         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
30830         localtime.
30831
30832         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
30833         use the replacement function; it wouldn't resolve at link time.
30834         Reported by Volker Borchert.
30835
30836 2002-05-22  Jim Meyering  <meyering@lucent.com>
30837
30838         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
30839         file-type.h.
30840         * lib/file-type.h: New file.
30841         * lib/file-type.c (file_type): New file/function.  Extracted from
30842         diffutils.
30843
30844 2002-04-30  Jim Meyering  <meyering@lucent.com>
30845
30846         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
30847
30848 2002-04-29  Paul Eggert  <eggert@twinsun.com>
30849
30850         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
30851
30852 2002-04-29  Paul Eggert  <eggert@twinsun.com>
30853
30854         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
30855         Do not check for alloca.h (no longer used) or stdbool.h (was never
30856         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
30857
30858 2002-04-29  Paul Eggert  <eggert@twinsun.com>
30859
30860         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
30861
30862 2002-04-29  Jim Meyering  <meyering@lucent.com>
30863
30864         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
30865         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
30866         Use AC_FUNC_STRNLEN here instead.
30867
30868         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
30869         With autoconf-2.53a, it's part of AC_PROG_CC.
30870
30871 2002-04-28  Paul Eggert  <eggert@twinsun.com>
30872
30873         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
30874         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
30875
30876 2002-04-28  Paul Eggert  <eggert@twinsun.com>
30877
30878         * lib/sig2str.h, lib/sig2str.c: New files.
30879         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
30880
30881 2002-04-28  Paul Eggert  <eggert@twinsun.com>
30882
30883         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
30884         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
30885         of 127, since 64 is the largest conceivable number for ancient
30886         nonstandard hosts.
30887         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
30888
30889 2002-04-28  Jim Meyering  <meyering@lucent.com>
30890
30891         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
30892
30893 2002-04-24  Jim Meyering  <meyering@lucent.com>
30894
30895         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
30896         (jm_PREREQ): Use it.
30897
30898         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
30899         mach/mach.h fcntl.h.
30900         Check for this function: setlocale.
30901
30902 2002-04-24  Jim Meyering  <meyering@lucent.com>
30903
30904         * lib/gettext.h: New file, from Gettext.
30905         * lib/Makefile.am (INCLUDES): Remove -I../intl.
30906         (libfetish_a_SOURCES): Add gettext.h.
30907
30908 2002-04-16  Jim Meyering  <meyering@lucent.com>
30909
30910         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
30911         ut_pid, ut_id, ut_exit.
30912
30913 2002-04-16  Jim Meyering  <meyering@lucent.com>
30914
30915         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
30916         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
30917         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
30918
30919 2002-04-12  Jim Meyering  <meyering@lucent.com>
30920
30921         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
30922         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
30923         existence of the getmntinfo function.  Needed for Darwin 5.3.
30924
30925         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
30926         This is necessary at least on Darwin 5.3.
30927
30928         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
30929         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
30930         strnlen.o in the library, and that makes some versions of ranlib
30931         object.
30932
30933 2002-04-12  Jim Meyering  <meyering@lucent.com>
30934
30935         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
30936
30937 2002-04-09  Jim Meyering  <meyering@lucent.com>
30938
30939         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
30940         to be more precise.  Rather than saying we're checking whether the
30941         function `works', say what we're testing.
30942         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
30943         Reported by Bruno Haible.
30944
30945 2002-03-10  Jim Meyering  <meyering@lucent.com>
30946
30947         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
30948         Suggestion from Santiago Vila.
30949
30950 2002-03-08  Jim Meyering  <meyering@lucent.com>
30951
30952         * lib/rename.c: Mention that this wrapper is needed also on
30953         mips-dec-ultrix4.4 systems.
30954
30955 2002-03-02  Jim Meyering  <meyering@lucent.com>
30956
30957         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
30958         not HAVE_CLOCK_SETTIME.
30959
30960 2002-02-27  Paul Eggert  <eggert@twinsun.com>
30961
30962         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
30963         Check for clock_settime.
30964
30965 2002-02-27  Paul Eggert  <eggert@twinsun.com>
30966
30967         * lib/nanosleep.h: Rename to....
30968         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
30969
30970         * lib/gettime.c: New file.
30971         * lib/settime.c: New file.
30972         * lib/stime.c: Remove.
30973
30974         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
30975         timespec.h.  Remove nanosleep.h.
30976
30977 2002-02-25  Paul Eggert  <eggert@twinsun.com>
30978
30979         * m4/acl.m4: New file.
30980         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
30981         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
30982
30983 2002-02-25  Paul Eggert  <eggert@twinsun.com>
30984
30985         * lib/acl.c, lib/acl.h: New files.
30986         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
30987
30988 2002-02-24  Jim Meyering  <meyering@lucent.com>
30989
30990         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
30991         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
30992         cause trouble.  Reported by Nelson Beebe.
30993
30994 2002-02-23  Paul Eggert  <eggert@twinsun.com>
30995
30996         * lib/path-concat.c (xpath_concat): Reorder code to pacify
30997         compilers that don't know that xalloc_die never returns.
30998
30999 2002-02-20  Jim Meyering  <meyering@lucent.com>
31000
31001         * lib/getdate.c: Regenerate using bison-1.33.
31002
31003 2002-02-17  Jim Meyering  <meyering@lucent.com>
31004
31005         * config/config.guess (main): Don't use `head -1'; it's no longer
31006         portable. Use `sed 1q' instead.
31007
31008 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
31009
31010         * m4/codeset.m4: Upgrade to gettext-0.11.
31011         * m4/gettext.m4: Upgrade to gettext-0.11.
31012         * m4/glibc21.m4: Upgrade to gettext-0.11.
31013         * m4/iconv.m4: Upgrade to gettext-0.11.
31014         * m4/isc-posix.m4: Upgrade to gettext-0.11.
31015         * m4/lcmessage.m4: Upgrade to gettext-0.11.
31016         * m4/lib-ld.m4: New file, from gettext-0.11.
31017         * m4/lib-link.m4: New file, from gettext-0.11.
31018         * m4/lib-prefix.m4: New file, from gettext-0.11.
31019         * m4/progtest.m4: Upgrade to gettext-0.11.
31020
31021 2002-02-15  Paul Eggert  <eggert@twinsun.com>
31022
31023         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
31024         (jm_PREREQ): Use it.
31025
31026 2002-02-15  Paul Eggert  <eggert@twinsun.com>
31027
31028         * lib/posixver.c, lib/posixver.h: New files.
31029         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
31030
31031 2002-02-02  Paul Eggert  <eggert@twinsun.com>
31032             Bruno Haible  <bruno@clisp.org>
31033
31034         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
31035         (fwrite_success_callback): New declaration.
31036         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
31037         print_unicode_char. Call failure callback instead of error.
31038         (fwrite_success_callback): New function.
31039         (exit_failure_callback): New function.
31040         (fallback_failure_callback): New function.
31041         (print_unicode_char): Call unicode_to_mb.
31042
31043 2002-01-26  Jim Meyering  <meyering@lucent.com>
31044
31045         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
31046         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
31047
31048 2002-01-26  Jim Meyering  <meyering@lucent.com>
31049
31050         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
31051
31052 2002-01-22  Paul Eggert  <eggert@twinsun.com>
31053
31054         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
31055
31056 2002-01-22  Jim Meyering  <meyering@lucent.com>
31057
31058         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
31059         Otherwise, some versions of automake would omit the rule that makes
31060         Makefile from Makefile.in.
31061
31062 2002-01-21  Paul Eggert  <eggert@twinsun.com>
31063
31064         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
31065         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
31066         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
31067         (memcoll): Set errno to zero if there is no error.
31068
31069         * lib/quotearg.c (quotearg_buffer_restyled):
31070         Fix bug with quoting buffers containing NUL when backslashing escapes.
31071         This bug was exposed by the other changes in this patch.
31072         (quotearg_n_options): New arg ARGSIZE.
31073         All callers changed.
31074         (quoting_options_from_style): New function.
31075         (quotearg_n_style): Use it.
31076         (quotearg_n_style_mem): New function.
31077
31078         * lib/quotearg.h (quotearg_n_style_mem): New function.
31079
31080 2002-01-19  Jim Meyering  <meyering@lucent.com>
31081
31082         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
31083         Remove useless quotes: DF_PROG="df".
31084         * m4/strnlen.m4: New file.
31085
31086 2002-01-16  Paul Eggert  <eggert@twinsun.com>
31087
31088         * lib/backupfile.c (ISDIGIT): Comment fix.
31089         * lib/getdate.y (ISDIGIT): Likewise.
31090         * lib/posixtm.c (ISDIGIT, year): Likewise.
31091         * lib/strverscmp.c (ISDIGIT): Likewise.
31092         * lib/userspec.c (ISDIGIT): Likewise.
31093
31094 2002-01-16  Jim Meyering  <meyering@lucent.com>
31095
31096         * lib/getdate.y: Add three semicolons, each just before a closing
31097         brace. Bison (as of version 1.31) no longer papers over that mistake.
31098
31099 2002-01-05  Jim Meyering  <meyering@lucent.com>
31100
31101         * lib/version-etc.c (version_etc_copyright): Update copyright year.
31102
31103 2001-12-19  Paul Eggert  <eggert@twinsun.com>
31104
31105         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
31106         not silently exit merely because the output buffer happens to
31107         have nothing pending.
31108
31109 2001-12-18  Paul Eggert  <eggert@twinsun.com>
31110
31111         See the big note in ../ChangeLog.
31112         * lib/human.c (suffixes): Prefer K to k for 1024.
31113         (generate_suffix_backwards): New function.
31114         (human_readable_inexact): Use it.
31115         * lib/xstrtol.c (__xstrtol): If there is no number but there
31116         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
31117         Accept 'K' as well as 'k'.
31118
31119 2001-12-15  Jim Meyering  <meyering@lucent.com>
31120
31121         * lib/regex.h (__restrict_arr): Update from libc.
31122
31123         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
31124         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
31125         (STREQ): Define.
31126
31127 2001-12-14  Jim Meyering  <meyering@lucent.com>
31128
31129         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
31130         Suggestion from Bruno Haible.
31131
31132 2001-12-10  Jim Meyering  <meyering@lucent.com>
31133
31134         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
31135         xrealloc, Instead, include "xalloc.h".
31136         (initbuffer): Don't cast xmalloc return value to char*.
31137         (readline): Reword comment.
31138         Don't cast xrealloc return value to char*
31139         Return NULL, not 0.
31140
31141 2001-12-09  Jim Meyering  <meyering@lucent.com>
31142
31143         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
31144         about `signed and unsigned type in conditional expression'.
31145         * lib/posixtm.c (posix_time_parse): Likewise.
31146
31147         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
31148
31149         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
31150         to avoid a pedantic warning.
31151
31152         * lib/getstr.c: Don't include assert.h.
31153         (getstr): Remove warning-evoking assertions.
31154         Return -1 if offset parameter is out of bounds.
31155         Change the type of a local from int to size_t.
31156
31157         * lib/strftime.c (my_strftime_localtime_r): Include this function
31158         definition in the `#if ! HAVE_TM_GMTOFF' block.
31159
31160         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
31161         Include xalloc.h instead.
31162
31163 2001-12-02  Jim Meyering  <meyering@lucent.com>
31164
31165         * lib/tempname.c: Don't declare getenv, thus reverting the change of
31166         2001-11-18.  It's no longer necessary, now that stdlib.h is always
31167         included.
31168
31169         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
31170         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
31171
31172 2001-11-30  Akim Demaille  <akim@epita.fr>
31173
31174         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
31175         before being defined.
31176
31177 2001-11-27  Paul Eggert  <eggert@twinsun.com>
31178
31179         * lib/quotearg.h (quotearg_n, quotearg_n_style):
31180         First arg is int, not unsigned.
31181         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
31182         (SIZE_MAX, UINT_MAX): New macros.
31183         (quotearg_n_options): Abort if N is negative.
31184         Avoid overflow check on hosts where size_t is 64 bits and int
31185         is 32 bits, as overflow is impossible there.
31186         Fix off-by-one typo that caused unnecessary reallocation.
31187
31188 2001-11-27  Jim Meyering  <meyering@lucent.com>
31189
31190         * lib/tempname.c: Merge with version from libc.
31191         * lib/regex.c: Likewise.
31192
31193         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
31194         systems for which STDC_HEADERS is 0, it was not included, resulting in
31195         a warning about an integer-to-pointer conversion problem with getenv.
31196         Reported by Volker Borchert.
31197
31198 2001-11-26  Jim Meyering  <meyering@lucent.com>
31199
31200         * lib/gtod.h: Remove file.
31201         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
31202         * lib/gettimeofday.c: Don't include gtod.h.
31203         (GTOD_init): Remove function.
31204         (rpl_gettimeofday): Do its job here instead, rather than aborting.
31205         Suggestion from Volker Borchert.
31206
31207 2001-11-23  Jim Meyering  <meyering@lucent.com>
31208
31209         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
31210         it.
31211         * lib/hash.c (struct hash_table): Define it here instead.
31212
31213 2001-11-22  Jim Meyering  <meyering@lucent.com>
31214
31215         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
31216
31217 2001-11-20  Jim Meyering  <meyering@lucent.com>
31218
31219         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
31220         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
31221
31222 2001-11-19  Jim Meyering  <meyering@lucent.com>
31223
31224         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
31225         directory.  Use "conftestXXXXXX" as the template.
31226         Suggestion from Paul Eggert.
31227
31228         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
31229         immediately, so the test doesn't mistakenly hit the max-open-files
31230         limit.
31231
31232 2001-11-18  Paul Eggert  <eggert@twinsun.com>
31233
31234         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
31235         (TEMPORARIES): New macro.
31236         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
31237         removes an artificial limitation (e.g. HP-UX 10.20, where
31238         TMP_MAX is 17576).
31239
31240 2001-11-18  Jim Meyering  <meyering@lucent.com>
31241
31242         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
31243
31244 2001-11-18  Jim Meyering  <meyering@lucent.com>
31245
31246         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
31247         on SunOS 4.
31248
31249         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
31250         files will be created before anything else.
31251
31252 2001-11-17  Paul Eggert  <eggert@twinsun.com>
31253
31254         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
31255         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
31256
31257 2001-11-17  Jim Meyering  <meyering@lucent.com>
31258
31259         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
31260         Prompted by a report from Bob Proulx.
31261
31262         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
31263         Instead, require UTILS_FUNC_MKSTEMP.
31264
31265 2001-11-17  Jim Meyering  <meyering@lucent.com>
31266
31267         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
31268         Now, that's done as part of AC_FUNC_STRTOD.
31269
31270 2001-11-17  Jim Meyering  <meyering@lucent.com>
31271
31272         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
31273         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
31274         rather than group writable.  Patch by Juan F. Codagnone.
31275
31276         * lib/readtokens.c: Remove explicit declarations of xmalloc and
31277         xrealloc, Instead, include "xalloc.h".
31278
31279         * lib/mountlist.c: Include unlocked-io.h after all system headers.
31280         Remove explicit declarations of xmalloc, xrealloc,
31281         and xstrdup.  Instead, include "xalloc.h".
31282
31283         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
31284         unlocked-io.h.
31285         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
31286         Likewise.
31287         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
31288
31289         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
31290         Reported by Padraig Brady.
31291
31292         * lib/mkstemp.c: #undef mkstemp.
31293         Include config.h.
31294         (rpl_mkstemp): Rename from mkstemp.
31295         Protoize.
31296
31297 2001-11-16  Jim Meyering  <meyering@lucent.com>
31298
31299         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
31300         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
31301         determine the amount of total physical memory, use pstat_getstatic.
31302         HPUX-11 doesn't define _SC_PHYS_PAGES.
31303         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
31304         If sysconf couldn't be used to determine the amount of available
31305         physical memory, use both pstat_getstatic and pstat_getdynamic.
31306         Based on a patch from Bob Proulx.
31307
31308 2001-11-10  Jim Meyering  <meyering@lucent.com>
31309
31310         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
31311         (jm_PREREQ): Use it.
31312
31313 2001-11-09  Jim Meyering  <meyering@lucent.com>
31314
31315         * m4/jm-macros.m4: Require autoconf-2.52f.
31316         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
31317         Use these AC_-prefixed names, not the AM_-prefixed ones.
31318
31319         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
31320
31321 2001-11-05  Jim Meyering  <meyering@lucent.com>
31322
31323         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
31324
31325 2001-11-04  Jim Meyering  <meyering@lucent.com>
31326
31327         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
31328         $DEFS.
31329
31330 2001-11-03  Jim Meyering  <meyering@lucent.com>
31331
31332         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
31333         of AC_DEFUN.
31334
31335         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
31336         know the name of the variable in the macro definition.
31337
31338 2001-11-03  Jim Meyering  <meyering@lucent.com>
31339
31340         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
31341         in argmatch_to_argument call.
31342
31343         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
31344         argument.
31345
31346         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
31347         e.g., a fault due to an attempt to free a NULL pointer.
31348
31349 2001-11-01  Jim Meyering  <meyering@lucent.com>
31350
31351         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
31352         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
31353
31354 2001-11-01  Jim Meyering  <meyering@lucent.com>
31355
31356         * lib/dirfd.c, lib/dirfd.h: New files.
31357         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
31358
31359         * lib/hash.c (hash_print) [TESTING]: Clean up.
31360
31361 2001-10-22  Paul Eggert  <eggert@twinsun.com>
31362
31363         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
31364         to avoid a warning if -Wall.
31365
31366 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
31367
31368         * README: New file
31369         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
31370         (per RMS's instructions, this is now the canonical source)
31371         * lgpl/, gpl/: New directories.
31372
31373 2001-10-21  Paul Eggert  <eggert@twinsun.com>
31374
31375         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
31376
31377 2001-10-21  Jim Meyering  <meyering@lucent.com>
31378
31379         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
31380         this code would end up calling gettext even in packages built
31381         with --disable-nls.
31382         * lib/getopt.c (_): Likewise.
31383         * lib/regex.c (_): Likewise.
31384
31385 2001-10-20  Paul Eggert  <eggert@twinsun.com>
31386
31387         * m4/error.m4 (jm_PREREQ_ERROR):
31388         Do not invoke AC_CHECK_FUNCS with strerror_r, as
31389         AC_FUNC_STRERROR_R does that.
31390         Check for strerror declaration.
31391
31392         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
31393         are supposed to have them these days.
31394         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
31395         Merge changes from latest Autoconf CVS.
31396         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
31397         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
31398         POSIX decided to standardize on the int flavor of strerror_r.
31399
31400 2001-10-20  Paul Eggert  <eggert@twinsun.com>
31401
31402         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
31403         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
31404         Use strerror_r that is only a macro, even if it is not a function.
31405         (strerror): Check for HAVE_DECL_STRERROR before declaring.
31406         (private_strerror): Use prototypes, not old-style function definition.
31407         (print_errno_message): New function.
31408         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
31409         char*-flavored one.
31410         (error_tail, error, error_at_line): Use it.
31411
31412 2001-10-11  Jim Meyering  <meyering@lucent.com>
31413
31414         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
31415         and quote_n (1, ... to avoid clobbering a buffer.
31416
31417 2001-10-05  Jim Meyering  <meyering@lucent.com>
31418
31419         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
31420         hash-pjw.h.
31421         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
31422         * lib/hash-pjw.h: New file.
31423
31424 2001-09-30  Jim Meyering  <meyering@lucent.com>
31425
31426         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
31427         `struct fsstat' has the `f_fstypename' member.
31428         Use that to define FS_TYPE, which is now used to make
31429         the getfsstat link test tighter.
31430
31431 2001-09-30  Jim Meyering  <meyering@lucent.com>
31432
31433         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
31434         Include <sys/ucred.h>, for Apple Darwin.
31435         Include sys/mount.h and sys/fs_types.h only if available.
31436         (FS_TYPE): Define.
31437         (read_filesystem_list): Use FS_TYPE.
31438
31439 2001-09-29  Paul Eggert  <eggert@twinsun.com>
31440
31441         * lib/exclude.c (excluded_filename): 0 -> false, since it's
31442         a boolean context.
31443
31444 2001-09-29  Jim Meyering  <meyering@lucent.com>
31445
31446         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
31447         [one-argument getmntent function]): Include stdio.h before mntent.h.
31448         SunOS 4.1.x needs it for the declaration of `FILE'.
31449         Patch by Volker Borchert.
31450
31451         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
31452         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
31453         sys/fs_types.h, and make the link-test for getfsstat guard #include
31454         directives with appropriate #if HAVE_*_H tests so that we can
31455         detect getfsstat on Apple Darwin1.3.7 systems.
31456         Reported by Nelson Beebe.
31457         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
31458
31459 2001-09-28  Paul Eggert  <eggert@twinsun.com>
31460
31461         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
31462         #defines strtoimax.  Also treat the other strto* functions
31463         like strtoimax.
31464
31465         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
31466         Check for strtoul and strtoumax,
31467         as those declarations are made even in the signed case.
31468         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
31469         Likewise, for strtol and strtoimax.
31470
31471 2001-09-28  Paul Eggert  <eggert@twinsun.com>
31472
31473         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
31474         #defines strtoimax.  Also treat the other strto* functions
31475         like strtoimax.
31476
31477         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
31478         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
31479         (strtoimax, strtoumax): Do not declare if already defined as a macro.
31480
31481 2001-09-26  Jim Meyering  <meyering@lucent.com>
31482
31483         Most macros in unlocked-io.h had the wrong number of arguments.
31484         * lib/gen-uio: New script.
31485         (USE_UNLOCKED_IO): Define to 1 if not already defined.
31486         * lib/unlocked-io.hin: Remove file.
31487         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
31488         rather than trying to embed it here.
31489         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
31490         Reported by Padraig Brady.
31491
31492 2001-09-25  Volker Borchert  <bt@teknon.de>
31493
31494         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
31495         `result'.
31496
31497 2001-09-24  Jim Meyering  <meyering@lucent.com>
31498
31499         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
31500
31501 2001-09-23  Jim Meyering  <meyering@lucent.com>
31502
31503         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
31504         instead of the mere test for existence of mntent.h.  The latter
31505         would get a false-positive on AIX 3.4 systems.
31506         In the outer getmntent if-block, don't die if neither of the getmntent
31507         tests succeeds.  Instead, just fall through and continue with the
31508         remaining tests.
31509
31510 2001-09-23  Jim Meyering  <meyering@lucent.com>
31511
31512         * lib/mountlist.c: Remove useless parentheses in #if directives.
31513         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
31514         the deprecated MOUNTED symbol is no longer defined in mntent.h.
31515
31516 2001-09-22  Jim Meyering  <meyering@lucent.com>
31517
31518         * m4/gettext.m4: New file.  From gettext.
31519         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
31520         * m4/progtest.m4: Likewise
31521         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
31522         * m4/glibc21.m4: Likewise.
31523
31524         * m4/libintl.m4: Remove.  No longer used.
31525
31526 2001-09-22  Jim Meyering  <meyering@lucent.com>
31527
31528         * lib/localcharset.c: Update from latest gettext.
31529         * lib/config.charset: Likewise.
31530
31531 2001-09-20  Jim Meyering  <meyering@lucent.com>
31532
31533         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
31534         strtoimax.
31535         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
31536         strtoumax.
31537
31538 2001-09-20  Jim Meyering  <meyering@lucent.com>
31539
31540         * lib/xstrtol.c (strtoimax): Guard declaration with
31541         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
31542         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
31543         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
31544         (strtoumax): Likewise, for completeness (it wasn't necessary).
31545
31546 2001-09-17  Paul Eggert  <eggert@twinsun.com>
31547
31548         * lib/strtoimax.c (HAVE_LONG_LONG):
31549         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
31550         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
31551         to work around bug in IBM C compiler.
31552
31553 2001-09-17  Jim Meyering  <meyering@lucent.com>
31554
31555         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
31556         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
31557         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
31558         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
31559         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
31560         whenever the right hand side need not be expanded by the shell.
31561
31562 2001-09-16  Paul Eggert  <eggert@twinsun.com>
31563
31564         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
31565         library.  It's not correct, as some older glibcs are buggy.
31566         fnmatch wasn't fixed until glibc 2.2.
31567
31568         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
31569         special shell magic here.
31570
31571 2001-09-16  Jim Meyering  <meyering@lucent.com>
31572
31573         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
31574         * m4/jm-macros.m4: Require it.
31575
31576 2001-09-16  Jim Meyering  <meyering@lucent.com>
31577
31578         * lib/mkdir.c: New file.
31579
31580 2001-09-15  Jim Meyering  <meyering@lucent.com>
31581
31582         * m4/jm-macros.m4: Check for help2man.
31583
31584 2001-09-11  Jim Meyering  <meyering@lucent.com>
31585
31586         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
31587         The body, by Paul Eggert, was moved here from configure.in.
31588         * m4/jm-macros.m4: Require UTILS_HOST_OS.
31589
31590 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31591
31592         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
31593         (jm_PREREQ): Use it.
31594
31595 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31596
31597         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
31598         Use ssize_t, not int, to store result of readlink.
31599         Check for ssize_t overflow as well as size_t overflow,
31600         as POSIX says the result of readlink is implementation-defined
31601         when ssize_t overflows.
31602         Remove unnecessary cast to char*.
31603         Use free+malloc instead of realloc, as the storage doesn't need
31604         to be preserved and it's clearer and can be more efficient that way.
31605         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
31606         * lib/xreadlink.h (xreadlink): Update prototype.
31607
31608 2001-09-04  Paul Eggert  <eggert@twinsun.com>
31609
31610         * lib/xgetcwd.c: Revert some of the previous change; intead,
31611         fix the HAVE_GETCWD_NULL code to behave more like the
31612         !HAVE_GETCWD_NULL code used to.
31613
31614         Include "xalloc.h".
31615         (xgetcwd): Do not return NULL when memory is exhausted; instead,
31616         invoke xalloc_die.
31617
31618 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31619
31620         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
31621         sys/param.h, as pathmax.h includes them.
31622
31623 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31624
31625         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
31626         (jm_PREREQ_XGETCWD): New macro.
31627
31628         * m4/getcwd.m4: New file.
31629
31630 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31631
31632         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
31633         like the HAVE_GETCWD_NULL code.
31634         Include pathmax.h if not HAVE_GETCWD.
31635         Do not include xalloc.h.
31636         (INITIAL_BUFFER_SIZE): New symbol.
31637         Do not use xmalloc / xrealloc, since the caller is responsible for
31638         handling errors.  Preserve errno around `free' during failure.
31639         Do not overrun buffer when using getwd.
31640
31641 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31642
31643         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
31644         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
31645         getcwd (NULL, 0).
31646
31647 2001-09-03  Paul Eggert  <eggert@twinsun.com>
31648
31649         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
31650         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
31651         spotted by Jim Meyering.
31652
31653 2001-09-03  Jim Meyering  <meyering@lucent.com>
31654
31655         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
31656         failure.
31657
31658 2001-09-02  Jim Meyering  <meyering@lucent.com>
31659
31660         * lib/error.c: Update from GNU libc.
31661
31662 2001-09-01  Jim Meyering  <meyering@lucent.com>
31663
31664         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
31665         Used by df.
31666
31667 2001-09-01  Jim Meyering  <meyering@lucent.com>
31668
31669         * lib/xreadlink.c: New file.
31670         * lib/xreadlink.h: New file.
31671         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
31672         xreadlink.h.
31673
31674         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
31675         doesn't conflict with sparc Solaris 7's definition in
31676         /usr/include/sys/int_types.h.
31677
31678         * lib/exclude.c: Use `""', not `<>' to #include non-system header
31679         files.
31680         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
31681         and strncasecmp as r-values.  Unixware didn't have declarations.
31682
31683 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31684
31685         * lib/xstrtol.h: Add copyright notice.
31686         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
31687         LONGINT_INVALID_SUFFIX_CHAR.
31688
31689 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31690
31691         * lib/xstrtol.c (strtoimax): New decl.
31692
31693 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31694
31695         * lib/xgetcwd.c: Don't include pathmax.h.
31696         Include stdlib.h and unistd.h if available.
31697         Include xalloc.h.
31698         (xmalloc, xstrdup, free): Remove decls.
31699         (xgetcwd): Don't assume sizes fit in unsigned.
31700         Check for overflow when computing sizes.
31701         Simplify reallocation code.
31702
31703 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31704
31705         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
31706         a directory's st_size can have an arbitrary value, so the old
31707         usage could waste an arbitrary amount of memory.  All uses
31708         changed.
31709         * lib/savedir.h: Update prototype.
31710
31711 2001-08-31  Paul Eggert  <eggert@twinsun.com>
31712
31713         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
31714
31715         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
31716         old strtoimax.c.
31717
31718         Also, make the following further changes to make this file's
31719         configuration more similar to that of strtol.c:
31720         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
31721         (strtoumax, uintmax_t, strtoull, strtol): Remove.
31722         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
31723         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
31724         changed to signed values.
31725
31726         And make the following changes as well:
31727         Fix copyright notice, as 1999 was missing.
31728         (verify): New macro.
31729         (strtoimax): Check sizes at compile-time, not run-time.
31730         Prefer strtol to strtoll if both work.
31731         (main): Remove; it was not that useful and was a pain to maintain.
31732
31733         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
31734
31735 2001-08-31  Jim Meyering  <meyering@lucent.com>
31736
31737         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
31738         Use an initial, malloc'd, buffer of length 128 rather than
31739         a statically allocated one of length 1024.
31740
31741 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31742
31743         Simplify code, partly by assuming autoconf 2.52 semantics.
31744
31745         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
31746
31747         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
31748         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
31749         All uses removed.
31750         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
31751         Move AC_REQUIRE to next-to-top level, to avoid confusion.
31752         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
31753         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
31754         jm_AC_HEADER_INTTYPES_H.
31755         * m4/jm-macros.m4 (jm_MACROS): Likewise.
31756
31757         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
31758
31759         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
31760         Quote first arg of AC_DEFUN.
31761         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
31762         since they are needed to parse the include file even if we need
31763         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
31764         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
31765         but with opposite signedness.
31766
31767 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31768
31769         Merge 'exclude' changes from tar 1.13.22.
31770         This fixes one or two unlikely storage allocation overflow bugs,
31771         but doesn't change user-visible behavior otherwise.
31772
31773 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31774
31775         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
31776         (jm_PREREQ_EXCLUDE): New macro.
31777
31778 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31779
31780         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
31781         tm to be declared.
31782
31783 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31784
31785         * lib/hash.c: Remove '2001' from copyright notice.
31786
31787 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31788
31789         * lib/full-write.h: New file.
31790         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
31791         * lib/full-write.c: Correct credits, as cccp.c no longer
31792         exists and anyway it was so heavily changed from the old cccp
31793         code as to be unrecognizable.  Include full-write.h.
31794         (full_write) Return size_t, with short writes meaning failure.
31795         All callers changed.  This fixes a bug with large buffers
31796         on 64-bit hosts.
31797         * lib/utime.c: Include full-write.h.
31798
31799 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31800
31801         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
31802         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
31803         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
31804         Include if available.
31805         (<xalloc.h>): Include
31806         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
31807         (verify): New macro.  Use it to verify that EXCLUDE macros do not
31808         collide with FNM macros.
31809         (struct patopts): New struct.
31810         (struct exclude): Use it, as exclude patterns now come with options.
31811         (new_exclude): Support above changes.
31812         (new_exclude, add_exclude_file):
31813         Initial size must now be a power of two to simplify overflow checking.
31814         (free_exclude, fnmatch_no_wildcards): New function.
31815         (excluded_filename): No longer requires options arg, as the options
31816         are determined by add_exclude.  Now returns bool, not int.
31817         (excluded_filename, add_exclude):
31818         Add support for the fancy new exclusion options.
31819         (add_exclude, add_exclude_file): Now takes int options arg.
31820         Check for arithmetic overflow when computing sizes.
31821         (add_exclude_file): xrealloc might modify errno, so don't
31822         realloc until after errno might be used.
31823
31824         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
31825         New macros.
31826         (free_exclude): New decl.
31827         (add_exclude, add_exclude_file): Now takes int options arg.
31828         (excluded_filename): No longer requires options arg, as the options
31829         are determined by add_exclude.  Now returns bool, not int.
31830
31831 2001-08-30  Paul Eggert  <eggert@twinsun.com>
31832
31833         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
31834
31835 2001-08-27  Jim Meyering  <meyering@lucent.com>
31836
31837         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
31838
31839         * lib/version-etc.c (N_): Remove definition.
31840         Revert most of last change.
31841         Instead, simply don't mark the `Copyright...' string for translation.
31842         Based on advice from Paul Eggert.
31843
31844         * lib/strtoxmax.c: Tweak comment.
31845
31846 2001-08-26  Jim Meyering  <meyering@lucent.com>
31847
31848         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
31849
31850         * m4/xstrtoimax.m4: New file.
31851         * m4/xstrtoumax.m4: Add comments explaining why we
31852         AC_REPLACE_FUNCS(strtol).
31853
31854 2001-08-26  Jim Meyering  <meyering@lucent.com>
31855
31856         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
31857         of copyright with `%s' so translators don't get an untranslated
31858         message in 2002.
31859         (COPYRIGHT_YEAR): Define.
31860         (version_etc): Use fprintf rather than fputs.
31861         Suggestion from Ulrich Drepper.
31862
31863         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
31864
31865         * lib/strtoll.c: New file, from GNU libc.
31866         * lib/xstrtoimax.c: New file.
31867
31868         * lib/xstrtol.h: Add xstrtoimax.
31869         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
31870         * lib/strtoimax.c: New file.  Likewise, but first define
31871         STRTOUXMAX_SIGNED.
31872
31873         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
31874         ...
31875         * lib/strtoxmax.c: ... then renamed to this.
31876
31877 2001-08-18  Paul Eggert  <eggert@twinsun.com>
31878
31879         * m4/inttypes.m4: Add AC_PREREQ(2.13).
31880         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
31881         (jm_AC_TYPE_INTMAX_T): New macro.
31882         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
31883
31884         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
31885
31886         * m4/longlong.m4: Renamed from ulonglong.m4.
31887         * m4/inttypes.m4: Renamed from inttypes_h.m4.
31888         * m4/uintmax_t.m4: Removed.
31889
31890 2001-08-13  Paul Eggert  <eggert@twinsun.com>
31891
31892         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
31893         Port to Solaris 8, where 'sed' requires a space after the 'r'
31894         command, and where sh dislikes "$/".  Clean up the spacing a bit.
31895         Redirect output to $tmp just once.
31896
31897 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
31898
31899         * lib/addext.c (<errno.h>): Include.
31900         (errno): Declare if not defined.
31901         (addext): Work correctly when pathconf returns -1 and leaves
31902         errno alone because there is no limit.  Also, work even if
31903         pathconf returns a value greater than SIZE_MAX.
31904
31905 2001-08-12  Jim Meyering  <meyering@lucent.com>
31906
31907         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
31908         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
31909         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
31910         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
31911         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
31912         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
31913         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
31914         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
31915         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
31916         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
31917         utime.m4, utimes.m4, xstrtoumax.m4:
31918         Quote the first argument in each use of AC_DEFUN.
31919
31920 2001-08-12  Jim Meyering  <meyering@lucent.com>
31921
31922         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
31923         Simply `return getcwd (NULL, 0);'.
31924         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
31925         Use 1300 as initial value for length, not PATH_MAX.
31926
31927         * lib/pathmax.h: Clean up cpp syntax.
31928
31929 2001-08-12  Jim Meyering  <meyering@lucent.com>
31930
31931         * lib/gettimeofday.c: New file.
31932         * lib/gtod.h: New file.
31933         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
31934
31935 2001-08-05  Jim Meyering  <meyering@lucent.com>
31936
31937         * m4/jm-macros.m4: Require autoconf-2.52.
31938
31939 2001-08-04  Jim Meyering  <meyering@lucent.com>
31940
31941         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
31942         stmt, to get in sync with glibc.
31943
31944 2001-08-03  Paul Eggert  <eggert@twinsun.com>
31945
31946         The following changes are from gettext 0.10.39 as maintained by
31947         Bruno Haible.
31948
31949         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
31950         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
31951         with inverted sense.  All uses changed.
31952
31953         * lib/mbswidth.c: Don't include <limits.h>.
31954         Include <stdlib.h> and <string.h> unconditionally.
31955         (iswcntrl, mbsinit, ISCNTRL): New macros.
31956         (mbsnwidth): Use K&R style function declarations.
31957         Don't bother checking for MB_LEN_MAX == 1, since the compiler
31958         can optimize it when MB_CUR_MAX == 1.
31959         The width of control characters is zero, not 1.
31960
31961 2001-08-03  Paul Eggert  <eggert@twinsun.com>
31962
31963         The following changes are from gettext 0.10.39 as maintained by
31964         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
31965
31966         * m4/codeset.m4: Upgrade to serial AM1.
31967         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
31968         all uses changed.  Quote first arg of AC_DEFUN.
31969         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
31970
31971         * m4/iconv.m4: Upgrade to serial AM2.
31972         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
31973         Add --with-libconv-prefix.
31974         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
31975         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
31976         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
31977         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
31978         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
31979
31980         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
31981         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
31982         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
31983         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
31984         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
31985         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
31986         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
31987         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
31988         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
31989
31990         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
31991         string.h any more.
31992
31993         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
31994         not the default value.
31995
31996         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
31997         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
31998         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
31999         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
32000         Also check for iswcntrl, used for wcwidth fallback.
32001         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
32002         to Autoconf 2.13.
32003
32004 2001-08-03  Jim Meyering  <meyering@lucent.com>
32005
32006         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
32007         as it was in the original.  Reported by Paul Eggert.
32008
32009 2001-07-16  Jim Meyering  <meyering@lucent.com>
32010
32011         * m4/gettimeofday.m4: New file.
32012         Prompted by a report from Bernhard Baehr.
32013
32014 2001-07-15  Jim Meyering  <meyering@lucent.com>
32015
32016         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
32017         stuff. Now it's in ../Makefile.cfg.
32018
32019 2001-07-15  Jim Meyering  <meyering@lucent.com>
32020
32021         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
32022         (BUILT_SOURCES): Add unlocked-io.h.
32023         (io_functions): Define.
32024         (unlocked-io.h): New rule.
32025         (DISTCLEANFILES): Add unlocked-io.h.
32026         (all-local): Depend on unlocked-io.h, to ensure it is created.
32027
32028         * lib/unlocked-io.hin: New file
32029
32030         * lib/regex.c: Update from glibc.
32031
32032 2001-07-05  Jim Meyering  <meyering@lucent.com>
32033
32034         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
32035         recommendation.
32036         (libfetish_a_SOURCES): Put all .h files here instead.
32037         Remove a thus-exposed (better checks in automake) duplicate and
32038         two unnecessary .h files.
32039
32040 2001-07-04  Jim Meyering  <meyering@lucent.com>
32041
32042         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
32043         that generates jm-glibc-io.m4 so that it doesn't trigger any make
32044         distcheck failure.
32045
32046 2001-07-02  Jim Meyering  <meyering@lucent.com>
32047
32048         The following changes were prompted by suggestions from Bruno Haible.
32049
32050         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
32051         is now generated.
32052         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
32053         definition of EXTRA_DIST.
32054         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
32055         ensure that the generated file is created/updated whenever the list
32056         of $(unlocked_functions) is changed.
32057         (jm-glibc-io.m4): New rule.
32058         (unlocked-io.h): New rule -- currently unused.
32059
32060 2001-06-24  Jim Meyering  <meyering@lucent.com>
32061
32062         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
32063         unmatched right bracket, rather than kludging it with an extra,
32064         falsely-matching quote in a comment.  Patch by Akim Demaille.
32065
32066 2001-06-11  Jim Meyering  <meyering@lucent.com>
32067
32068         * lib/regex.c: Update from GNU libc.
32069
32070 2001-05-27  Jim Meyering  <meyering@lucent.com>
32071
32072         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
32073         Check for ut_type in struct utmp.
32074
32075 2001-05-27  Jim Meyering  <meyering@lucent.com>
32076
32077         * lib/readutmp.h (UT_TYPE): Define.
32078
32079 2001-05-24  Jim Meyering  <meyering@lucent.com>
32080
32081         * lib/argmatch.c: Include "quote.h".
32082         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
32083         quote function.  Reported by Göran Uddeborg.
32084
32085 2001-05-22  Jim Meyering  <meyering@lucent.com>
32086
32087         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
32088         now that we use the package-supplied version unconditionally.
32089         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
32090
32091 2001-05-21  Jim Meyering  <meyering@lucent.com>
32092
32093         * m4/regex.m4: Change a couple backticks to single quotes to avoid
32094         shell syntax errors.
32095
32096 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
32097
32098         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
32099
32100 2001-05-20  Paul Eggert  <eggert@twinsun.com>
32101
32102         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
32103         Don't bother to check library strftime, since
32104         we'll be using our own my_strftime function anyway.
32105         Define my_strftime instead of strftime.
32106
32107 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
32108
32109         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
32110         which is not yet declared.
32111
32112 2001-05-15  Jim Meyering  <meyering@lucent.com>
32113
32114         * m4/regex.m4: Use proper quoting so brackets appear in the test
32115         program.
32116         Reported by, and with help from, Bruno Haible.
32117
32118 2001-05-13  Jim Meyering  <meyering@lucent.com>
32119
32120         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
32121         undefined.
32122
32123 2001-05-11  Paul Eggert  <eggert@twinsun.com>
32124
32125         dirname code cleanup.  base_name now behaves more compatibly
32126         with POSIX basename when given file names that have trailing
32127         slashes, and similarly for dir_name.  Add new primitives
32128         base_len and dir_len.  Put the directory-name-related decls
32129         into dirname.h.
32130
32131         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
32132         * lib/backupfile.c (base_name): Likewise.
32133         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
32134         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
32135         * lib/makepath.c (strip_trailing_slashes): Likewise.
32136         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
32137         ISSLASH): Likewise.
32138         * lib/rename.c (strip_trailing_slashes): Likewise.
32139         * lib/same.c (base_name): Likewise.
32140         * lib/stripslash.c (ISSLASH): Likewise.
32141
32142         * lib/addext.c: Include <dirname.h> after size_t is defined.
32143         * lib/backupfile.c: Likewise.
32144
32145         * lib/addext.c (addext): Use base_len to trim redundant
32146         trailing slashes instead of doing it ourselves.
32147         But do not trim the last slash if it is not redundant.
32148
32149         * lib/backupfile.c (find_backup_file_name,
32150         max_backup_version): Use base_len instead of rolling it ourselves.
32151         Handle the case of "" and (on DOS) "C:" correctly.
32152
32153         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
32154         needed. Include <string.h>, <dirname.h>.
32155         (base_name): Allow file names ending in slashes, other than names
32156         that are all slashes.  In this case, return the basename followed
32157         by the slashes.  This is more general, and can be used in places
32158         where the original base_name purposely had an assertion failure.
32159         (base_len): New function.
32160
32161         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
32162         Do not include <assert.h>; no longer needed.
32163         Include xalloc.h.
32164         (memrchr): Remove decl.
32165         (dir_name_r): Remove.
32166         (dir_len): Renamed from dirlen.  All callers changed.
32167         Rewrite in terms of base_name, for simplicity and consistency.
32168         (dir_name): Never return NULL.  All callers changed.
32169         Do not include <stdlib.h> in test program; no longer needed.
32170         return 0; is fine for test program.
32171
32172         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
32173         New macros.
32174         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
32175
32176         * lib/path-concat.c (path_concat): Use base_len to compute
32177         base length, not strlen; this means we cannot rely on memcpy
32178         to null-terminate.
32179
32180         * lib/same.c (STREQ): Remove.
32181         (same_name): Handle the case where the basename ends in trailing '/'.
32182
32183         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
32184         a slash was stripped.  Do not strip the last slash after a
32185         file system prefix.
32186
32187 2001-05-11  Paul Eggert  <eggert@twinsun.com>
32188
32189         * lib/Makefile.am (libfetish_a_SOURCES):
32190         Add strftime.c, since we now compile it on all hosts.
32191
32192         * lib/strftime.c (my_strftime):
32193         Define to nstrftime if emacs, but only if my_strftime is not defined.
32194         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
32195         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
32196         Add one more extra argument: a nanoseconds value.
32197         All uses changed.
32198         (ns): New macro.
32199         (my_strftime function): Add %N format.
32200         (emacs_strftimeu): Renamed from emacs_strftime,
32201         with extra ut argument.
32202
32203 2001-05-09  Paul Eggert  <eggert@twinsun.com>
32204
32205         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
32206
32207 2001-04-21  Jim Meyering  <meyering@lucent.com>
32208
32209         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
32210         doesn't interfere.
32211
32212 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
32213
32214         * m4/ftruncate.m4: Check for chsize.
32215         Link with ftruncate.o unconditionally if ftruncate is missing.
32216         This was required when cross-compiling to i586-mingw32msvc.
32217
32218 2001-04-08  Jim Meyering  <meyering@lucent.com>
32219
32220         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
32221         recomputed; that's necessary when the offset spans a DST transition.
32222         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
32223
32224 2001-04-02  Jim Meyering  <meyering@lucent.com>
32225
32226         * lib/regex.h, regex.c: Update from GNU libc.
32227
32228 2001-03-24  Jim Meyering  <meyering@lucent.com>
32229
32230         * m4/jm-macros.m4: Require autoconf-2.49d.
32231
32232 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
32233
32234         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
32235
32236 2001-03-19  Paul Eggert  <eggert@twinsun.com>
32237
32238         * lib/version-etc.c (version_etc_copyright): Update to 2001.
32239
32240 2001-03-17  Jim Meyering  <meyering@lucent.com>
32241
32242         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
32243         now that the version in autoconf is equivalent.
32244         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
32245
32246         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
32247         Suggestion from Akim Demaille.
32248
32249         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
32250         (jm_PREREQ_TEMPNAME): New function.
32251
32252 2001-03-16  Paul Eggert  <eggert@twinsun.com>
32253
32254         * lib/tempname.c (uint64_t): Define to uintmax_t if
32255         not defined, and if UINT64_MAX is not defined.
32256         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
32257         Reported by John David Anglin.
32258
32259 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
32260
32261         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
32262         resolve alias if codeset is empty.
32263         * lib/config.charset (BeOS): Use wildcard syntax.
32264
32265 2001-03-13  Jim Meyering  <meyering@lucent.com>
32266
32267         * lib/path-concat.c (path_concat)
32268         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
32269         concatenating e.g., `C:' and `foo'.
32270         From Bruno Haible.
32271
32272 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
32273
32274         * lib/localcharset.c (locale_charset): Don't use
32275         setlocale(LC_CTYPE,NULL). Don't return NULL.
32276         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
32277
32278 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
32279
32280         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
32281         support for DOS/DJGPP.
32282
32283 2001-03-01  Paul Eggert  <eggert@twinsun.com>
32284
32285         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
32286         lacks mkstemp.  Compile our own tempname.c if we compile our own
32287         mkstemp.c, as mkstemp relies on tempname.
32288
32289 2001-03-01  Jim Meyering  <meyering@lucent.com>
32290
32291         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
32292         AH_VERBATIM really does output its argument verbatim.
32293
32294 2001-02-28  Paul Eggert  <eggert@twinsun.com>
32295
32296         * lib/Makefile.am (libfetish_a_SOURCES):
32297         Add dup-safer.c, fopen-safer.c.
32298         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
32299
32300         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
32301         * lib/unistd-safer.h: New files.
32302
32303 2001-02-25  Paul Eggert  <eggert@twinsun.com>
32304
32305         The mkstemp replacement is taken from glibc 2.2.2, with some
32306         portability fixes for use outside glibc, as follows:
32307
32308         * lib/tempname.c (struct_stat64): New macro.
32309         (direxists, __gen_tempname): Use it.
32310         This avoids a portability problem with Solaris 8.
32311
32312         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
32313         (<stddef.h>, <stdint.h>, <string.h>):
32314         Include only if STDC_HEADERS || _LIBC.
32315         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
32316         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
32317         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
32318         (__set_errno): Define this macro if <errno.h> doesn't.
32319         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
32320         Define these macros if <stdio.h> doesn't.
32321         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
32322         Define these macros if <sys/stat.h>
32323         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
32324         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
32325         __xstat64): Define if not _LIBC.
32326         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
32327         (__gen_tempname): Invoke gettimeofday only if
32328         HAVE_GETTIMEOFDAY || _LIBC;
32329         otherwise, fall back on plain "time".
32330         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
32331
32332         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
32333
32334         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
32335
32336 2001-02-18  Paul Eggert  <eggert@twinsun.com>
32337
32338         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
32339
32340 2001-02-17  Paul Eggert  <eggert@twinsun.com>
32341
32342         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
32343         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
32344         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
32345         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
32346
32347 2001-02-17  Paul Eggert  <eggert@twinsun.com>
32348
32349         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
32350         Remove workaround macros for hosts that have mbrtowc but not
32351         mbstate_t, as we now insist on proper declarations for both
32352         before using mbrtowc.
32353
32354 2001-02-17  Jim Meyering  <meyering@lucent.com>
32355
32356         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
32357         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
32358         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
32359         UnixWare 7.1.1.
32360
32361         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
32362         rather than AC_CACHE_VAL.
32363
32364 2001-02-17  Jim Meyering  <meyering@lucent.com>
32365
32366         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
32367         around included file name.
32368
32369         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
32370
32371         * lib/strftime.c: Update from GNU libc (the only changes were to
32372         comments).
32373
32374 2001-02-17  Jim Meyering  <meyering@lucent.com>
32375
32376         * lib/regex.c: Update from libc.
32377
32378 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
32379
32380         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
32381         clash.
32382
32383 2001-02-16  Paul Eggert  <eggert@twinsun.com>
32384
32385         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
32386         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
32387         Reported by Mark Hounschell via Paul Eggert.
32388
32389 2001-02-07  Jim Meyering  <meyering@lucent.com>
32390
32391         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
32392
32393 2001-02-05  Jim Meyering  <meyering@lucent.com>
32394
32395         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
32396         it includes the patch required for `large file' support with at least
32397         HP-UX's 10.20 /bin/cc.
32398
32399 2001-02-03  Jim Meyering  <meyering@lucent.com>
32400
32401         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
32402         AS_IF, now that it works once again (mysteriously).
32403         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
32404
32405 2001-01-30  Jim Meyering  <meyering@lucent.com>
32406
32407         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
32408         * m4/chown.m4: Rename conftestchown to conftest.chown.
32409         * m4/rename.m4: s/conftestdir/conftest.d1/ and
32410         s/conftestdir2/conftest.d2/.
32411         * m4/utimes.m4: s/conftestdata/conftest.data/
32412         Inspired by Pavel Roskin's change in autoconf.
32413
32414 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
32415
32416         * lib/config.charset: Update for FreeBSD 4.2.
32417
32418 2001-01-27  Jim Meyering  <meyering@lucent.com>
32419
32420         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
32421         a use of AS_IF.
32422         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
32423
32424 2001-01-26  Jim Meyering  <meyering@lucent.com>
32425
32426         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
32427         quotearg.c includes it.
32428
32429 2001-01-26  Jim Meyering  <meyering@lucent.com>
32430
32431         * lib/quotearg.c: Include stddef.h.
32432         * lib/quote.c: Include stddef.h.
32433         Reported by Axel Kittenberger.
32434
32435         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
32436         line in double quotes so that it evokes a better diagnostic.
32437         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
32438         Reported by Axel Kittenberger.
32439
32440 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
32441
32442         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
32443         as if it was a `charset'.
32444
32445 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
32446
32447         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
32448         has const.
32449
32450 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
32451
32452         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
32453         to avoid a warning.  Add back 'const' to inptr.
32454
32455 2001-01-20  Jim Meyering  <meyering@lucent.com>
32456
32457         Be sure that headers are checked before used in code compiled
32458         for the type checks.
32459         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
32460         In place of that, invoke jm_CHECK_ALL_TYPES.
32461         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
32462         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
32463         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
32464         The check for ssize_t was mistakenly run before the test for unistd.h.
32465
32466         The configure-time check for stdbool.h was missing.
32467         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
32468         (jm_PREREQ_HASH): New function.
32469
32470 2001-01-17  Jim Meyering  <meyering@lucent.com>
32471
32472         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
32473         for autoconf-2.49c.
32474         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
32475
32476 2001-01-16  Jim Meyering  <meyering@lucent.com>
32477
32478         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
32479         From Bruno Haible.
32480
32481 2001-01-14  Jim Meyering  <meyering@lucent.com>
32482
32483         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
32484         foo and bar.  Create conftestdir/ in the script, not in the C code.
32485         Remove directories in the script, not in the C code.
32486         Remove conftestdir{,2} before trying to create the directory.
32487         Make the entire configure script fail if the mkdir fails.
32488
32489 2001-01-14  Jim Meyering  <meyering@lucent.com>
32490
32491         * lib/rename.c: New file.  From Volker Borchert.
32492         Include stdlib.h, string.h or strings.h, and xalloc.h.
32493         Use strip_trailing_slashes rather than open-coding it.
32494
32495 2001-01-03  Paul Eggert  <eggert@twinsun.com>
32496
32497         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
32498
32499 2001-01-03  Jim Meyering  <meyering@lucent.com>
32500
32501         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
32502         of local `inptr' to avoid warning with some system declarations of
32503         iconv.
32504
32505 2001-01-02  Volker Borchert  <bt@teknon.de>
32506
32507         * m4/rename.m4: New file.
32508         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
32509
32510 2001-01-01  Jim Meyering  <meyering@lucent.com>
32511
32512         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
32513         even on systems with utmpx.h.  It's necessary for the declaration of
32514         utmp's ut_user member.  Reported by Andreas Jaeger.
32515
32516         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
32517         available. They are required for the declarations of getgrgid and
32518         getpwuid resp.
32519         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
32520         Reported by Andreas Jaeger.
32521
32522 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
32523
32524         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
32525         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
32526         so `make install' also works in VPATH builds.
32527
32528 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
32529
32530         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
32531         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
32532         can be used in subdirectories.
32533
32534 2000-12-29  Paul Eggert  <eggert@twinsun.com>
32535
32536         * lib/modechange.c: Do not assume that mode_t uses the
32537         traditional octal encoding.  E.g. "chmod 1 FOO" should set
32538         the other-execute bit of FOO even if S_IXOTH != 1.
32539
32540         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
32541         WOTH, XOTH, ALLM): New macros.
32542         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
32543          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
32544         Use them.
32545         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
32546         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
32547         (mode_compile):
32548         No need to use uintmax_t; unsigned long is long enough.
32549         Don't bother to get suffix since we don't use it.
32550
32551 2000-12-26  Jim Meyering  <meyering@lucent.com>
32552
32553         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
32554         better with autoheader.
32555
32556 2000-12-24  Jim Meyering  <meyering@lucent.com>
32557
32558         * lib/hash.c (is_prime): Return explicit boolean values.
32559         (hash_get_first): Return NULL to appease Irix5.6's 89.
32560         Reported by Nelson Beebe.
32561
32562 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
32563
32564         * lib/localcharset.c (locale_charset): Add support for Win32.
32565
32566 2000-12-18  Paul Eggert  <eggert@twinsun.com>
32567
32568         * lib/physmem.h, lib/physmem.c: New files.
32569
32570         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
32571         (noinst_HEADERS): Add physmem.h.
32572
32573         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
32574         't' for compatibility with Solaris 8 sort.
32575
32576 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
32577
32578         * lib/config.charset: Add support for BeOS.
32579
32580 2000-12-17  Jim Meyering  <meyering@lucent.com>
32581
32582         * m4/dos.m4 (jm_AC_DOS): New file and macro.
32583         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
32584
32585 2000-12-16  Jim Meyering  <meyering@lucent.com>
32586
32587         This bug had a serious impact on chown: `chown N:M FILE' (for integer
32588         N and M) would have treated it like `chown N:N FILE'.
32589
32590         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
32591
32592 2000-12-16  Jim Meyering  <meyering@lucent.com>
32593
32594         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
32595         SHELLS_FILE to a file name that's useful on djgpp systems.
32596         Include stdlib.h.
32597         (ADDITIONAL_DEFAULT_SHELLS): Define.
32598         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
32599         Based mostly on a patch from Prashant TR.
32600
32601 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
32602
32603         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
32604         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
32605         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
32606
32607 2000-12-08  Andreas Schwab  <schwab@suse.de>
32608
32609         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
32610         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
32611
32612 2000-12-07  Jim Meyering  <meyering@lucent.com>
32613
32614         * lib/stripslash.c (ISSLASH): Define.
32615         (strip_trailing_slashes): Use ISSLASH rather than comparing against
32616         `/'.
32617         From Prashant TR.
32618
32619         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
32620         (dir_name_r): Declare this function as static.
32621         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
32622         manifest itself on a name containing a mix of slashes and
32623         backslashes.
32624         Make this function work with names starting with a DOS-style
32625         drive letter and colon prefix.
32626         (dir_name): Append `.' if necessary.
32627         Based mostly on patches from Prashant TR and Eli Zaretskii.
32628
32629         * lib/dirname.h (dir_name_r): Remove prototype.
32630
32631 2000-12-06  Paul Eggert  <eggert@twinsun.com>
32632
32633         * m4/off_t-format.m4: Remove this file.
32634         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
32635
32636 2000-12-06  Jim Meyering  <meyering@lucent.com>
32637
32638         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
32639         replacement strtoull, we may well need the replacement strtoul, too.
32640         Check for declarations of strtoul and strtoull.
32641         Check for strtol.  Mainly as a cue to cause automake to include
32642         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
32643         Check for limits.h -- strtol.c needs it.
32644
32645 2000-12-05  Jim Meyering  <meyering@lucent.com>
32646
32647         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
32648
32649 2000-12-04  Jim Meyering  <meyering@lucent.com>
32650
32651         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
32652         Also include memory.h, stdlib.h, unistd.h if appropriate.
32653         Reported by Andreas Jaeger (conflicting declaration of malloc).
32654
32655 2000-12-02  Jim Meyering  <meyering@lucent.com>
32656
32657         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
32658         * m4/jm-macros.m4 (jm_MACROS): require it.
32659
32660 2000-12-02  Jim Meyering  <meyering@lucent.com>
32661
32662         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
32663
32664 2000-12-01  Paul Eggert  <eggert@twinsun.com>
32665
32666         * lib/memrchr.c: Include <config.h> before any system include file.
32667
32668 2000-11-30  Jim Meyering  <meyering@lucent.com>
32669
32670         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
32671
32672 2000-11-30  Jim Meyering  <meyering@lucent.com>
32673
32674         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
32675
32676 2000-11-29  Paul Eggert  <eggert@twinsun.com>
32677
32678         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
32679
32680 2000-11-26  Jim Meyering  <meyering@lucent.com>
32681
32682         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
32683
32684 2000-11-22  Paul Eggert  <eggert@twinsun.com>
32685
32686         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
32687         size of (size_t) -1; it's not portable.
32688
32689 2000-11-17  Jim Meyering  <meyering@lucent.com>
32690
32691         * lib/strstr.c: Update from GNU libc.
32692
32693 2000-11-17  Akim Demaille  <akim@epita.fr>
32694
32695         * lib/obstack.h: Formatting changes.
32696         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
32697         prevent type checking.
32698         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
32699         cast the value to (void *): assigning a `foo *' to a `void *'
32700         variable is valid.
32701         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
32702
32703 2000-11-16  Jim Meyering  <meyering@lucent.com>
32704
32705         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
32706
32707 2000-11-11  Jim Meyering  <meyering@lucent.com>
32708
32709         * lib/error.c: Add a couple #includes, merging from GNU libc version.
32710
32711 2000-11-10  Jim Meyering  <meyering@lucent.com>
32712
32713         * lib/obstack.h: Update from GNU libc.
32714         * lib/obstack.c: Likewise.
32715
32716 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
32717
32718         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
32719
32720 2000-11-06  Paul Eggert  <eggert@twinsun.com>
32721
32722         * lib/getusershell.c (setusershell): Use rewind rather than
32723         fseek/fseeko, to avoid configuration hassles with fseeko.
32724         Don't bother opening SHELLS_FILE if shellstream is NULL;
32725         it's not necessary.
32726
32727 2000-11-05  Jim Meyering  <meyering@lucent.com>
32728
32729         * lib/makepath.h (make_dir): Declare.
32730         * lib/makepath.c (make_dir): Remove `static' attribute.
32731         Tweak a comment.
32732
32733 2000-11-04  Jim Meyering  <meyering@lucent.com>
32734
32735         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
32736
32737 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
32738
32739         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
32740         last one in a bucket, advance to the next bucket.
32741
32742 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
32743
32744         * lib/fnmatch.c: Do not comment out all the code if we are using
32745         the GNU C library, because in some cases we are replacing buggy
32746         code in the GNU C library itself.
32747
32748 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
32749
32750         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
32751         (regex_compile): Catch bogus \(\1\).
32752
32753 2000-10-30  Paul Eggert  <eggert@twinsun.com>
32754
32755         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
32756         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
32757         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
32758
32759 2000-10-30  Paul Eggert  <eggert@twinsun.com>
32760
32761         * lib/error.h, getline.h, modechange.h:
32762         Remove "2000" from Copyright line, as the file hasn't been
32763         changed this year other than in the copyright notice.
32764
32765         * lib/xalloc.h: Add "2000" to Copyright line, as this file
32766         was changed this year.
32767
32768 2000-10-29  Jim Meyering  <meyering@lucent.com>
32769
32770         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
32771         renaming.
32772         * m4/ls-mntd-fs.m4: Likewise
32773
32774 2000-10-29  Jim Meyering  <meyering@lucent.com>
32775
32776         * lib/xstat.in: Fix grammar in comment.
32777
32778 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
32779
32780         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
32781         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
32782         doesn't define __restrict_arr.
32783
32784 2000-10-28  Jim Meyering  <meyering@lucent.com>
32785
32786         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
32787         (jm_PREREQ_MEMCHR): New function.
32788
32789 2000-10-28  Jim Meyering  <meyering@lucent.com>
32790
32791         * lib/memchr.c: Update from libc.
32792         Adjust for portability:
32793         [HAVE_STDLIB_H]: Include stdlib.h.
32794         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
32795         Undef __memchr, too.
32796         [!weak_alias]: Define __memchr to memchr.
32797
32798         * lib/regex.c: Update from libc.
32799         * lib/regex.h: Likewise.
32800         * lib/getopt1.c: Likewise.
32801         * lib/memcmp.c: Likewise.
32802
32803         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
32804         Avoid using fseek, when possible -- it's broken by design.
32805         Patch by Ulrich Drepper.
32806
32807 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
32808
32809         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
32810         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
32811         Giving in to popular pressure to shut up the compiler with casts.
32812
32813 2000-10-26  Jim Meyering  <meyering@lucent.com>
32814
32815         * lib/strftime.c: Update from libc.
32816
32817 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
32818
32819         * regex.c: More `unsigned char' -> `re_char' changes.
32820         Also change several `int' into `re_wchar_t'.
32821         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
32822         (PUSH_FAILURE_POINTER): Don't cast any more.
32823         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
32824         We want GCC to complain, since this piece of code makes
32825         re_match non-reentrant, which *should* be fixed.
32826         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
32827         (EXTEND_BUFFER): Use RETALLOC.
32828         (SET_LIST_BIT): Don't cast.
32829         (re_wchar_t): New type.
32830         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
32831         that those two functions will always properly return.
32832         (IMMEDIATE_QUIT_CHECK): Cast to void.
32833         (analyse_first): Use recursion rather than an explicit stack.
32834         (re_compile_fastmap): Can't fail anymore.
32835         (re_search_2): Don't check re_compile_fastmap for failure.
32836         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
32837         Now also sets the new value (passed in a new argument).
32838         (re_match_2_internal): Use it.
32839         Also, use a new var `reg' of type size_t when looping through regs
32840         rather than reuse the inappropriate `mcnt'.
32841
32842 2000-10-25  Jim Meyering  <meyering@lucent.com>
32843
32844         * lib/obstack.c: Update from libc.
32845
32846 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
32847
32848         * regex.c (regex_compile): Change the way of handling a range from
32849         a char less than 256 to a char not less than 256.
32850
32851 2000-10-24  Andrew Innes  <andrewi@gnu.org>
32852
32853         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
32854         NT-Emacs only.
32855         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
32856         so that re_search functions only quit when callers expect them to.
32857
32858 2000-10-23  Jim Meyering  <meyering@lucent.com>
32859
32860         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
32861         wrong.  That set_locale call must not have any side effects.
32862         From Paul Eggert.
32863
32864 2000-10-22  Jim Meyering  <meyering@lucent.com>
32865
32866         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
32867         [CYCLIC]: Remove now-unused definition.
32868
32869         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
32870         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
32871         Suggestion from Ulrich Drepper.
32872
32873 2000-10-21  Jim Meyering  <meyering@lucent.com>
32874
32875         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
32876         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
32877         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
32878
32879 2000-10-21  Jim Meyering  <meyering@lucent.com>
32880
32881         * lib/dirname.c (memrchr): Declare if necessary.
32882         (dir_name): Remove the restriction that there be no
32883         trailing slashes.  Now, this code skips past them, effectively
32884         ignoring them.
32885         [TEST_DIRNAME] (main): New unit tests.
32886
32887         * lib/memrchr.c: New file from GNU libc.
32888         Undef __memrchr, too.
32889         [!weak_alias]: Define __memrchr to memrchr.
32890         Guard weak_alias use with `#ifdef weak_alias'.
32891
32892 2000-10-21  Jim Meyering  <meyering@lucent.com>
32893
32894         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
32895         (dir_name): Use dir_name_r.
32896         * lib/dirname.h (dir_name_r): Declare it.
32897
32898 2000-10-17  Jim Meyering  <meyering@lucent.com>
32899
32900         * lib/quote.h (PARAMS): Define and use.
32901         Reported by Akim Demaille.
32902
32903         * lib/getopt.c: Update from libc.
32904
32905 2000-10-16  Jim Meyering  <meyering@lucent.com>
32906
32907         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
32908         setlocale.
32909         From Jan Fedak.
32910
32911 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
32912
32913         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
32914
32915 2000-09-25  Jim Meyering  <meyering@lucent.com>
32916
32917         * lib/md5.h (rol): Define (from GnuPG).
32918
32919         * lib/sha.c: Give credit (GnuPG) where due.
32920         (M): Use rol rather than open-coding it.
32921         Add a FIXME comment.
32922
32923 2000-09-21  Jim Meyering  <meyering@lucent.com>
32924
32925         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
32926         Reported by Michael Stone.
32927
32928 2000-09-20  Jim Meyering  <meyering@lucent.com>
32929
32930         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
32931         (noinst_HEADERS): Add sha.h.
32932         Based on code from Scott G. Miller and from GnuPG.
32933
32934 2000-09-18  Jim Meyering  <meyering@lucent.com>
32935
32936         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
32937         LIBS. Otherwise, everyone ends up linking with -lelf for some
32938         configurations.
32939         Reported by Mike Stone.
32940
32941 2000-09-15  Jim Meyering  <meyering@lucent.com>
32942
32943         * lib/regex.c: Update from libc.
32944
32945 2000-09-10  Jim Meyering  <meyering@lucent.com>
32946
32947         * lib/getopt.c (_getopt_internal): Update from glibc.
32948
32949 2000-09-09  Jim Meyering  <meyering@lucent.com>
32950
32951         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
32952         think it should be used as a general replacement for isascii.
32953         * lib/fnmatch.c: Likewise.
32954         * lib/mbswidth.c: Likewise
32955         * lib/regex.c: Likewise.
32956
32957         Don't use atoi.
32958         * lib/userspec.c: Include sys/param.h and limits.h.
32959         Include xstrtol.h.
32960         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
32961         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
32962         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
32963         UID, GID.  Check range.
32964
32965 2000-09-06  Jim Meyering  <meyering@lucent.com>
32966
32967         * lib/getopt.c (_getopt_internal): Update from glibc.
32968
32969 2000-08-30  Jim Meyering  <meyering@lucent.com>
32970
32971         * lib/strftime.c: Merge in changes from GNU libc.
32972
32973 2000-08-26  Jim Meyering  <meyering@lucent.com>
32974
32975         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
32976         * m4/fpending.m4: New file.
32977
32978 2000-08-26  Jim Meyering  <meyering@lucent.com>
32979
32980         * lib/closeout.c: Include "__fpending.h".
32981         (close_stdout_status): Return right away if there's nothing to flush.
32982
32983         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
32984         * lib/__fpending.c: New file.
32985         * lib/__fpending.h: New file.
32986
32987 2000-08-20  Jim Meyering  <meyering@lucent.com>
32988
32989         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
32990         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
32991         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
32992
32993 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
32994
32995         Improve fileutils installation on systems where running
32996         programs (like install) can't be unlinked.
32997         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
32998         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
32999
33000 2000-08-07  Paul Eggert  <eggert@twinsun.com>
33001
33002         Standardize on "memory exhausted" instead of "Memory exhausted"
33003         or "virtual memory exhausted".
33004         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
33005         "virtual memory exhausted".
33006         * lib/same.c (same_name): Invoke xalloc_die instead of printing
33007         our own message.
33008         * lib/userspec.c (parse_user_spec): Likewise.
33009         * lib/bumpalloc.h: comment fix
33010         * lib/same.c, userspec.c: Include xalloc.h.
33011
33012         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
33013         not char *const and pointing to a constant array.
33014         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
33015         (xrealloc): Comment fix.
33016
33017         * lib/userspec.c (parse_user_spec):
33018         Don't translate a message until just before returning,
33019         to avoid unnecessary translation.
33020
33021 2000-08-07  Jim Meyering  <meyering@lucent.com>
33022
33023         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
33024         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
33025         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
33026         getgroups.c, gethostname.c, getopt.h, group-member.c,
33027         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
33028         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
33029         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
33030         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
33031         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
33032         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
33033         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
33034         yesno.c: Back out Copyright date changes for each file with no change
33035         this year.  This eases coordination with other programs using the same
33036         source code modules.  From Paul Eggert.
33037
33038 2000-08-06  Paul Eggert  <eggert@twinsun.com>
33039
33040         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
33041         not char, for compatibility with glibc 2.1.3 strftime.c.
33042
33043 2000-08-03  Greg McGary  <greg@mcgary.org>
33044
33045         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
33046         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
33047         (EXTEND_BUFFER): Use them.
33048
33049 2000-08-01  Jim Meyering  <meyering@lucent.com>
33050
33051         * lib/dirname.c (ISSLASH): Define.
33052         (BACKSLASH_IS_PATH_SEPARATOR): Define.
33053         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
33054         both `\' and `/' may be use as path separators.
33055         Based on a patch from Prashant TR.
33056
33057 2000-07-31  Paul Eggert  <eggert@twinsun.com>
33058
33059         * lib/quotearg.c (quotearg_n_options): Don't make the initial
33060         slot vector a constant, since it might get modified.
33061
33062 2000-07-31  Jim Meyering  <meyering@lucent.com>
33063
33064         * lib/xmalloc.c: Use `virtual memory exhausted', not
33065         `Memory exhausted'.
33066         * lib/obstack.c (print_and_abort): Likewise.
33067
33068 2000-07-30  Paul Eggert  <eggert@twinsun.com>
33069
33070         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
33071         buffer, so that the caller can always quote one small
33072         component of a "memory exhausted" message in slot 0.
33073         From a suggestion by Jim Meyering.
33074
33075 2000-07-30  Jim Meyering  <meyering@lucent.com>
33076
33077         * lib/makepath.c (make_path): Quote the other instance, too.
33078
33079         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
33080         (STATIC_BUF_SIZE): Define.
33081         (quotearg_n_options): Use only statically allocated storage when
33082         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
33083         than STATIC_BUF_SIZE.
33084
33085 2000-07-29  Jim Meyering  <meyering@lucent.com>
33086
33087         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
33088         * lib/dirname.c (dir_name): Likewise.
33089
33090         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
33091         `/'.
33092
33093         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
33094         (dir_name): Assert that there are no trailing slashes.
33095
33096 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
33097
33098         * lib/mbswidth.h (mbswidth): Add a flags argument.
33099         (mbswidth): New declaration.
33100         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
33101         * lib/mbswidth.c (mbswidth): Add a flags argument.
33102         (mbsnwidth): New function.
33103
33104 2000-07-24  Jim Meyering  <meyering@lucent.com>
33105
33106         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
33107
33108 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33109
33110         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
33111
33112 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33113
33114         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
33115         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
33116         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
33117         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
33118         invoke multibyte primitives.
33119
33120 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33121
33122         * lib/quotearg.c:
33123         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
33124         so that mbstate_t is always defined.
33125
33126         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
33127         be 1 in at least one GCC installation, and this configuration
33128         error is likely to be common.  Ignoring MB_LEN_MAX hurts
33129         performance on hosts that have mbrtowc but have only unibyte
33130         locales, but I assume these hosts are rare.
33131
33132 2000-07-23  Paul Eggert  <eggert@twinsun.com>
33133
33134         * lib/mbswidth.c (_XOPEN_SOURCE):
33135         Don't define; this causes problems on Solaris 7.
33136         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
33137
33138 2000-07-23  Jim Meyering  <meyering@lucent.com>
33139
33140         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
33141         too: getgrgid, getpwuid, getuid.
33142
33143 2000-07-23  Jim Meyering  <meyering@lucent.com>
33144
33145         * lib/basename.c (base_name): Add an assertion.
33146
33147 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
33148
33149         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
33150         shadow its mbsinit function.
33151
33152 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
33153
33154         * lib/mbswidth.h: New file.
33155         * lib/mbswidth.c: New file.
33156         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
33157         (noinst_HEADERS): Add mbswidth.h.
33158
33159 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
33160
33161         * lib/config.charset: Add support for FreeBSD. Improve support for
33162         HP-UX and IRIX 6.
33163
33164 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
33165
33166         * m4/mbswidth.m4: New file.
33167         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
33168
33169 2000-07-15  Jim Meyering  <meyering@lucent.com>
33170
33171         * lib/makepath.c: Include quote.h.
33172         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
33173         corresponding argument in a `quote (...)' call.
33174         Give better diagnostics.
33175
33176         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
33177         (noinst_HEADERS): Add quote.h.
33178
33179         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
33180         from tar's src/misc.c.
33181         * lib/quote.h: New file.  Prototypes for same.
33182
33183 2000-07-14  Paul Eggert  <eggert@twinsun.com>
33184
33185         From a suggestion by Bruno Haible.
33186         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
33187         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
33188         to decide whether to define the BeOS workaround macro;
33189         this adjusts to the change to AC_MBSTATE_T.
33190
33191 2000-07-14  Jim Meyering  <meyering@lucent.com>
33192
33193         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
33194         jm_AC_TYPE_UINTMAX_T.
33195
33196 2000-07-13  Paul Eggert  <eggert@twinsun.com>
33197
33198         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
33199
33200         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
33201         quotearg_buffer_restyled): Add support for
33202         clocale_quoting_style.  Undo previous change to
33203         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
33204         and "{RIGHT QUOTATION MARK}" msgids.
33205
33206 2000-07-10  Paul Eggert  <eggert@twinsun.com>
33207
33208         From a suggestion by Bruno Haible.
33209         * m4/mbstate_t.m4 (AC_MBSTATE_T):
33210         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
33211         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
33212         and mbstate_t, to a single-part test that simply defines mbstate_t.
33213         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
33214         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
33215
33216 2000-07-10  Jim Meyering  <meyering@lucent.com>
33217
33218         * m4/strerror_r.m4: Mirror the correction made in autoconf.
33219
33220         * m4/gnu-source.m4: Output to confdefs.h directly.
33221         Suggestion from Akim Demaille.
33222
33223 2000-07-09  Paul Eggert  <eggert@twinsun.com>
33224
33225         The old behavior of quoting `like this' doesn't look good with
33226         newer, ISO-style fonts.  See:
33227         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
33228
33229         Instead, quote "like this" by default.  Let the translator
33230         tailor the locale-specific quoting behavior by providing
33231         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
33232
33233         * lib/quotearg.c (N_): New macro.
33234         (gettext_default): New function.
33235         (quotearg_buffer_restyled): Use
33236         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
33237         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
33238
33239 2000-07-09  Jim Meyering  <meyering@lucent.com>
33240
33241         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
33242         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
33243
33244         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
33245         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
33246
33247 2000-07-09  Jim Meyering  <meyering@lucent.com>
33248
33249         * lib/Most files: Update copyright dates to include 2000.
33250
33251 2000-07-08  Jim Meyering  <meyering@lucent.com>
33252
33253         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
33254         if not defined.
33255         (xgethostname): Remove now-unnecessary #ifdef.
33256         Move declaration of `err' into loop where it's used.
33257
33258 2000-07-05  Paul Eggert  <eggert@twinsun.com>
33259         and Bruno Haible  <haible@clisp.cons.org>
33260
33261         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
33262         only if the test for an object-type mbstate_t fails.  This
33263         prevents us from mistakenly reporting that mbstate_t is a
33264         system object type after we "#define mbstate_t int" to work
33265         around its lack.
33266
33267 2000-07-05  Paul Eggert  <eggert@twinsun.com>
33268         and Bruno Haible  <haible@clisp.cons.org>
33269
33270         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
33271
33272 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33273
33274         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
33275         to strerror_r.
33276         Include <ctype.h> for use of isalpha.
33277
33278 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33279
33280         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
33281         by allocating a larger buffer. Test the gethostname return value for
33282         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
33283         returns an error and ENAMETOOLONG isn't defined.
33284
33285 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
33286
33287         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
33288         dimension.
33289
33290 2000-07-04  Jim Meyering  <meyering@lucent.com>
33291
33292         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
33293         of the deprecated AC_CHECKING.
33294
33295 2000-07-04  Jim Meyering  <meyering@lucent.com>
33296
33297         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
33298         Reported by Bruno Haible.
33299
33300 2000-07-04  Jim Meyering  <meyering@lucent.com>
33301
33302         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
33303         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
33304         lacks mbrtowc.
33305
33306 2000-07-03  Paul Eggert  <eggert@twinsun.com>
33307
33308         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
33309         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
33310
33311 2000-07-03  Paul Eggert  <eggert@twinsun.com>
33312         and Bruno Haible  <haible@clisp.cons.org>
33313
33314         * lib/quotearg.c (mbrtowc):
33315         Assign to *pwc, and return 1 only if result is nonzero.
33316         (iswprint): Use ISPRINT when substituting our own mbrtowc.
33317
33318 2000-07-03  Jim Meyering  <meyering@lucent.com>
33319
33320         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
33321
33322 2000-07-03  Jim Meyering  <meyering@lucent.com>
33323
33324         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
33325         This is necessary to get a definition of e.g., UTMP_FILE on
33326         HP-UX 10.20.
33327         From Bob Proulx.
33328
33329 2000-07-02  Jim Meyering  <meyering@lucent.com>
33330
33331         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
33332
33333         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
33334         AC_LIBOBJ(function_name).
33335         * m4/chown.m4: Likewise.
33336         * m4/fnmatch.m4: Likewise.
33337         * m4/ftruncate.m4: Likewise.
33338         * m4/getgroups.m4: Likewise.
33339         * m4/getline.m4: Likewise.
33340         * m4/group-member.m4: Likewise.
33341         * m4/jm-macros.m4: Likewise.
33342         * m4/lstat.m4: Likewise.
33343         * m4/malloc.m4: Likewise.
33344         * m4/memcmp.m4: Likewise.
33345         * m4/nanosleep.m4: Likewise.
33346         * m4/putenv.m4: Likewise.
33347         * m4/realloc.m4: Likewise.
33348         * m4/regex.m4: Likewise.
33349         * m4/stat.m4: Likewise.
33350         * m4/strftime.m4: Likewise.
33351
33352 2000-07-02  Jim Meyering  <meyering@lucent.com>
33353
33354         * lib/quotearg.c (mbstate_t): Don't define here.
33355
33356 2000-07-02  Jim Meyering  <meyering@lucent.com>
33357
33358         * lib/nanosleep.c (SIGCONT): Define if not already defined.
33359
33360 2000-07-01  Jim Meyering  <meyering@lucent.com>
33361
33362         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
33363
33364 2000-07-01  Jim Meyering  <meyering@lucent.com>
33365
33366         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
33367         problem.
33368
33369 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
33370
33371         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
33372         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
33373
33374 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
33375
33376         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
33377         per change in ../m4/ls-mntd-fs.m4.
33378         (read_filesystem_list): Ignore symbolic links.
33379
33380 2000-06-29  Jim Meyering  <meyering@lucent.com>
33381
33382         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
33383         for declaration of strcmp.
33384
33385         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
33386
33387         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
33388         Avoid warning by casting result to `char *' to remove `const'.
33389
33390 2000-06-28  Jim Meyering  <meyering@lucent.com>
33391
33392         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
33393         included by quotearg.c, for which we perform this test.  From
33394         Bruno Haible.
33395
33396 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
33397
33398         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
33399         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
33400         <utmpx.h> exists, put readutmp.o into LIBOBJS.
33401
33402 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
33403
33404         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
33405
33406 2000-06-26  Paul Eggert  <eggert@twinsun.com>
33407
33408         savedir now sets errno on failure and invokes xmalloc to get memory.
33409         Fix a couple of other minor bugs while we're at it.
33410
33411         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
33412         (NAMLEN): Remove macro.
33413         (malloc, realloc): Remove decls.
33414         (stpcpy): Likewise.
33415         ("xalloc.h"): Include.
33416         (NAME_SIZE_DEFAULT): New macro.
33417         (savedir): Use xmalloc / xrealloc to allocate memory.
33418         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
33419         Skip "" directory entries.
33420         Use strlen to calculate directory entry length, since the old method
33421         is rarely used these days and isn't worth supporting.
33422         Don't use a pointer after freeing it.
33423         Check for integer overflow when calculating allocation size.
33424         Use memcpy to copy entries, instead of stpcpy.
33425         Set errno properly when returning NULL.
33426         Check for readdir error.
33427
33428 2000-06-26  Jim Meyering  <meyering@lucent.com>
33429
33430         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
33431
33432 2000-06-25  Jim Meyering  <meyering@lucent.com>
33433
33434         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
33435         Linux header bug when _XOPEN_SOURCE is defined to 500.
33436
33437 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
33438
33439         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
33440         deficiency.
33441
33442 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
33443
33444         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
33445         Include xalloc.h.
33446         Don't include <stdlib.h>.  Don't declare malloc, realloc.
33447
33448 2000-06-24  Jim Meyering  <meyering@lucent.com>
33449
33450         * m4/strerror_r.m4: Revive this file -- to try out an experimental
33451         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
33452         for which strerror does return char*, but which lacks a conveniently
33453         accessible declaration of the function.  If the compile-test says
33454         strerror_r doesn't work, then resort to a `run'-test that works on
33455         BeOS and segfaults on DEC Unix.
33456
33457 2000-06-24  Jim Meyering  <meyering@lucent.com>
33458
33459         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
33460
33461 2000-06-23  Paul Eggert  <eggert@twinsun.com>
33462
33463         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
33464         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
33465
33466 2000-06-23  Paul Eggert  <eggert@twinsun.com>
33467
33468         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
33469         (mbrtowc, mbstate_t): Define substitutes if
33470         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
33471         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
33472         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
33473
33474 2000-06-23  Jim Meyering  <meyering@lucent.com>
33475
33476         * m4/afs.m4: Add missing AC_MSG_RESULT.
33477         Reported by Bruno Haible.
33478
33479         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
33480         Suggestion from Bruno Haible.
33481
33482 2000-06-23  Jim Meyering  <meyering@lucent.com>
33483
33484         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
33485
33486 2000-06-21  Jim Meyering  <meyering@lucent.com>
33487
33488         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
33489
33490 2000-06-21  Jim Meyering  <meyering@lucent.com>
33491
33492         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
33493         (noinst_HEADERS): Add getstr.h.
33494
33495         * lib/getline.c (getstr): Move into a separate file.
33496         * lib/getstr.c (getstr): New file, extracted from getline.c, with
33497         the following changes: new parameter, delim2; both delim[12]
33498         parameters have type `int', not `char'.  The latter would lose
33499         with 8-bit delimiters.
33500         * lib/getstr.h: New file.
33501
33502 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33503
33504         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
33505         than 1024, return a memory chunk of least possible size, instead
33506         of size PATH_MAX + 2. In the loop, increment the size proportionally.
33507         Use free/xmalloc instead of xrealloc to avoid copying for very long
33508         paths.
33509
33510 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33511
33512         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
33513         the empty string.
33514
33515 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
33516
33517         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
33518         address, not strdup.  Include <stdlib.h> and don't declare free().
33519
33520 2000-06-19  Jim Meyering  <meyering@lucent.com>
33521
33522         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
33523
33524 2000-06-18  Jim Meyering  <meyering@lucent.com>
33525
33526         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
33527
33528         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
33529         `checking whether...' message to be consistent with that of the
33530         lstat test.
33531
33532 2000-06-18  Jim Meyering  <meyering@lucent.com>
33533
33534         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
33535         Besides, these days every porting target provides a mkdir function.
33536
33537         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
33538         needed. (this snippet comes from src/system.h).
33539
33540 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
33541
33542         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
33543
33544 2000-06-15  Paul Eggert  <eggert@twinsun.com>
33545
33546         * lib/human.c (adjust_value): New function.
33547         (human_readable_inexact): Apply rounding style even when
33548         printing approximate values.
33549
33550 2000-06-14  Paul Eggert  <eggert@twinsun.com>
33551
33552         * lib/human.c (human_readable_inexact): Allow an input block
33553         size that is not a multiple of the output block size, and vice versa.
33554         Reported by Piergiorgio Sartor.
33555
33556 2000-06-14  Paul Eggert  <eggert@twinsun.com>
33557
33558         * lib/getdate.y (get_date): Apply relative times after time
33559         zone indicator, not before.  Reported by Todd A. Jacobs.
33560
33561 2000-06-13  Jim Meyering  <meyering@lucent.com>
33562
33563         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
33564
33565         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
33566
33567 2000-06-12  Paul Eggert  <eggert@twinsun.com>
33568
33569         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
33570
33571 2000-06-12  Jim Meyering  <meyering@lucent.com>
33572
33573         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
33574         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
33575         optional argument.
33576         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
33577         the optional argument, `lib'.
33578
33579 2000-06-08  Jim Meyering  <meyering@lucent.com>
33580
33581         * m4/largefile.m4: Remove file (now that it's part of autoconf).
33582
33583 2000-06-04  Paul Eggert  <eggert@twinsun.com>
33584
33585         Rewrite largefile configuration so that we don't need to run
33586         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
33587         AC_CANONICAL_HOST in configure.in -- jmm]
33588
33589         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
33590         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
33591         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
33592         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
33593         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
33594         All uses changed.
33595         Instead of inspecting the output of getconf, try to compile the
33596         test program without and with the macro definition.
33597         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
33598         for getconf.  Instead, check for the needed flags by compiling
33599         test programs.
33600
33601 2000-06-04  Paul Eggert  <eggert@twinsun.com>
33602
33603         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
33604
33605 2000-06-04  Jim Meyering  <meyering@lucent.com>
33606
33607         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
33608         SunOS 4.1.4 for which gid_t is an unsigned type.
33609
33610 2000-06-03  Jim Meyering  <meyering@lucent.com>
33611
33612         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
33613         now that autoconf requires that.
33614
33615         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
33616         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
33617         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
33618
33619 2000-06-03  Jim Meyering  <meyering@lucent.com>
33620
33621         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
33622
33623 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
33624
33625         * m4/glibc21.m4: New file.
33626         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
33627
33628 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
33629
33630         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
33631         newer, don't install charset.alias.
33632         * lib/config.charset: Change the Linux/glibc rules so they become empty
33633         on glibc-2.1 or newer.
33634
33635 2000-06-02  Jim Meyering  <meyering@lucent.com>
33636
33637         * lib/mountlist.c: Back out last change.  Instead, do this...
33638         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
33639         me_dummy member using the same `ignore'-testing code.
33640         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
33641         fs_type strings.
33642         From Mark D. Roth.
33643
33644 2000-05-29  Jim Meyering  <meyering@lucent.com>
33645
33646         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
33647         mounts with the `ignore' attribute.  Based on a patch from
33648         Mark D. Roth.
33649
33650 2000-05-28  Jim Meyering  <meyering@lucent.com>
33651
33652         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
33653         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
33654         * m4/stat.m4: Likewise.
33655         * m4/lstat.m4: Likewise.
33656         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
33657
33658         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
33659         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
33660
33661 2000-05-26  Jim Meyering  <meyering@lucent.com>
33662
33663         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
33664
33665 2000-05-24  Jim Meyering  <meyering@lucent.com>
33666
33667         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
33668         autoconf requires that.
33669         * m4/lib-check.m4: Likewise.
33670         * m4/jm-macros.m4: Likewise.
33671         * m4/strftime.m4: Likewise.
33672
33673         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
33674         AC_CHECK_DECLS, now that autoconf requires that.
33675
33676 2000-05-22  Jim Meyering  <meyering@lucent.com>
33677
33678         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
33679         * m4/lstat.m4: Likewise.
33680
33681 2000-05-22  Jim Meyering  <meyering@lucent.com>
33682
33683         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
33684
33685 2000-05-20  Jim Meyering  <meyering@lucent.com>
33686
33687         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
33688         (jm_PREREQ): Use it.
33689
33690 2000-05-18  Jim Meyering  <meyering@lucent.com>
33691
33692         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
33693         back, too, since it may have been modified by allocate_entry.
33694         (hash_delete): Rewrite to use neither the assignment operator
33695         nor the comma operator in an if-expression.
33696
33697 2000-05-15  Paul Eggert  <eggert@twinsun.com>
33698
33699         * lib/closeout.c:
33700         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
33701         Remove; no longer needed.
33702         "quotearg.h": Add include.
33703         (file_name): Do not bother to explicitly initialize to NULL; it's less
33704         efficient on some hosts.
33705         (close_stdout_status): Remove test as to whether stdout was already
33706         closed; it breaks for the case "echo x | sort >&-".
33707         Quote file name colons.
33708         Do not assume that _("write error") lacks format strings.
33709
33710 2000-05-15  Jim Meyering  <meyering@lucent.com>
33711
33712         * lib/version-etc.c (version_etc_copyright): Update the copyright
33713         string used in all --version output.
33714
33715 2000-05-14  Jim Meyering  <meyering@lucent.com>
33716
33717         * lib/closeout.c (close_stdout_set_file_name): New function.
33718         (close_stdout_status): Use new file-scoped global.
33719         Return right away if fstat says the stdout file descriptor is invalid.
33720         * lib/closeout.h (close_stdout_set_file_name): Declare.
33721
33722 2000-05-10  Jim Meyering  <meyering@lucent.com>
33723
33724         * lib/closeout.c [default_exit_status]: New file-scoped variable.
33725         (close_stdout_set_status): New function.
33726         * lib/closeout.h (close_stdout_set_status): Declare.
33727
33728 2000-05-09  Jim Meyering  <meyering@lucent.com>
33729
33730         * m4/gettext.m4: Rename this...
33731         * m4/libintl.m4: ...to this.
33732
33733 2000-05-08  Jim Meyering  <meyering@lucent.com>
33734
33735         * lib/long-options.c: Don't include closeout.h.
33736         (parse_long_options): Don't call close_stdout for --version.
33737
33738 2000-05-06  Paul Eggert  <eggert@twinsun.com>
33739
33740         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
33741         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
33742         2.1.3 bug.  This avoids a clash when files like regex.c define
33743         _GNU_SOURCE.
33744
33745 2000-05-06  Jim Meyering  <meyering@lucent.com>
33746
33747         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
33748         (AC_REPLACE_FUNCS): Add strnlen.
33749
33750         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
33751         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
33752
33753         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
33754         AC_SEARCH_LIBS call for nanosleep.
33755         (LIB_NANOSLEEP): Set and AC_SUBST.
33756
33757 2000-05-06  Jim Meyering  <meyering@lucent.com>
33758
33759         * lib/strnlen.c: Undefine __strnlen and strnlen.
33760         [!weak_alias]: Define __strnlen to strnlen.
33761
33762         * lib/atexit.c: New file, from libiberty.
33763
33764 2000-05-06  Jim Meyering  <meyering@lucent.com>
33765
33766         * lib/closeout.c (close_stdout_status): Also check for errors on the
33767         stderr stream.
33768
33769 2000-05-05  Jim Meyering  <meyering@lucent.com>
33770
33771         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
33772         AC_SEARCH_LIBS call for clock_gettime.
33773         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
33774
33775         * m4/search-libs.m4: Update from autoconf.
33776
33777         su doesn't work on Solaris 2.6.
33778         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
33779         <shadow.h>.  Reported by Dragos Harabor.
33780
33781 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
33782
33783         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
33784         memcpy instead of xmalloc, xrealloc, path_concat.
33785         (locale_charset): Treat empty environment variables as absent.
33786         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
33787
33788 2000-05-04  Jim Meyering  <meyering@lucent.com>
33789
33790         * lib/getopt.c: Update from glibc.
33791         * lib/obstack.c: Likewise.
33792         * lib/obstack.h: Likewise.
33793         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
33794         file
33795
33796         * lib/regex.h: Likewise.
33797         * lib/strndup.c: Likewise.
33798         * lib/strnlen.c: New file, from glibc.
33799
33800 2000-05-03  Jim Meyering  <meyering@lucent.com>
33801
33802         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
33803
33804 2000-05-02  Paul Eggert  <eggert@twinsun.com>
33805
33806         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
33807         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
33808         compile-time test, rather than inspecting host and OS, to
33809         decide whether to define _LARGEFILE_SOURCE.
33810
33811 2000-05-01  Jim Meyering  <meyering@lucent.com>
33812
33813         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
33814
33815         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
33816         Based on a patch from Bruno Haible.
33817
33818 2000-05-01  Jim Meyering  <meyering@lucent.com>
33819
33820         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
33821
33822 2000-04-29  Jim Meyering  <meyering@lucent.com>
33823
33824         * lib/path-concat.c: Declare strdup only if it's not defined.
33825         * lib/canon-host.c: Likewise.
33826
33827 2000-04-28  Jim Meyering  <meyering@lucent.com>
33828
33829         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
33830         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
33831         is included first, then limits.h is included by locale.h by libintl.h.
33832         From John David Anglin.
33833
33834 2000-04-25  Jim Meyering  <meyering@lucent.com>
33835
33836         * lib/makepath.c (S_IRWXUGO): Define.
33837         (make_path): Always perform explicit chmod if MODE specifies any
33838         of the `special' permission bits.  Prompted by a bug report against
33839         install from Mate Wierdl and Joost van Baal.
33840
33841 2000-04-18  Jim Meyering  <meyering@lucent.com>
33842
33843         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
33844         (jm_PREREQ): Use it.
33845
33846 2000-04-18  Jim Meyering  <meyering@lucent.com>
33847
33848         * lib/README: New file.
33849
33850         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
33851         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
33852
33853 2000-04-17  Jim Meyering  <meyering@lucent.com>
33854
33855         Get it right :-)
33856         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
33857         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
33858         Suggestion from Akim Demaille.
33859
33860 2000-04-17  Jim Meyering  <meyering@lucent.com>
33861
33862         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
33863         the definition of it to rpl_strftime also defined-away the system's
33864         declaration.
33865
33866 2000-04-15  Jim Meyering  <meyering@lucent.com>
33867
33868         Use `C' to denote so-called `contiguous' files, the same way
33869         that tar does.
33870         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
33871         (ftypelet): Use S_ISCTG.
33872         From Michael Deutschmann.
33873
33874 2000-04-14  Jim Meyering  <meyering@lucent.com>
33875
33876         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
33877         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
33878         clobbered.
33879
33880 2000-04-14  Jim Meyering  <meyering@lucent.com>
33881
33882         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
33883
33884 2000-04-13  Jim Meyering  <meyering@lucent.com>
33885
33886         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
33887         AH_VERBATIM to insert required #ifndef into config.h.in.
33888         Suggestion from Akim Demaille.
33889
33890 2000-04-12  Jim Meyering  <meyering@lucent.com>
33891
33892         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
33893         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
33894         Christian Krackowizer.
33895
33896         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
33897         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
33898         (AC_SYS_LARGEFILE): Require.
33899         (AM_C_PROTOTYPES): Require.
33900
33901 2000-04-08  Jim Meyering  <meyering@lucent.com>
33902
33903         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
33904         names don't conflict.  Reported by Eli Zaretskii.
33905
33906 2000-04-07  Jim Meyering  <meyering@lucent.com>
33907
33908         * lib/putenv.c: Move inclusion of errno.h so it follows that of
33909         sys/types.h, to work around system header problems on AIX 3.2.5.
33910         From Bruno Haible.
33911
33912 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
33913
33914         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
33915         bug.  Deal with the different error behavior of Irix iconv.
33916
33917 2000-04-05  Paul Eggert  <eggert@twinsun.com>
33918
33919         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
33920         IRIX if the installer said otherwise.
33921
33922 2000-04-05  Jim Meyering  <meyering@lucent.com>
33923
33924         Portability tweaks required for ultrix4.3.
33925         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
33926         (jm_CHECK_DECLS): Add getutent to the list of functions.
33927         (_jm_DECL_HEADERS): Add utmpx.h.
33928         From John David Anglin.
33929
33930         * m4/strftime.m4: Back out the 2000-04-02 change.
33931         Instead of that change, simply undefine putenv in the test program.
33932
33933 2000-04-05  Jim Meyering  <meyering@lucent.com>
33934
33935         Portability tweaks required for ultrix4.3.
33936         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
33937         getutent.
33938         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
33939         * lib/canon-host.c: Declare strdup.
33940         * lib/path-concat.c: Likewise.
33941         From John David Anglin.
33942
33943 2000-04-04  Jim Meyering  <meyering@lucent.com>
33944
33945         Be more DOS 8.3-friendly.
33946         * lib/ref-add.sin: Renamed from ref-add.sed.in.
33947         * lib/ref-del.sin: Renamed from ref-del.sed.in.
33948         * lib/Makefile.am: Reflect renaming.
33949         Reported by Eli Zaretskii.
33950
33951         Use a temporary file name that won't clash with `charset.alias'
33952         in the DOS 8.3 name space.
33953         * lib/Makefile.am (charset_tmp): Define.
33954         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
33955         (uninstall-local): Likewise.
33956         Reported by Eli Zaretskii.
33957
33958 2000-04-03  Jim Meyering  <meyering@lucent.com>
33959
33960         * m4/gettext.m4: Fix typo in comment.
33961
33962         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
33963         textutils/configure.in).  Suggestion from Paul Eggert.
33964         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
33965
33966 2000-04-02  Paul Eggert  <eggert@twinsun.com>
33967
33968         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
33969         variable in the shell rather than using putenv, which isn't
33970         portable.  This avoids the configure-time inter-test dependency
33971         on the potentially-renamed putenv function.
33972
33973 2000-03-30  Paul Eggert  <eggert@twinsun.com>
33974
33975         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
33976         before checking struct stat.st_blksize, so that
33977         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
33978
33979 2000-03-29  Paul Eggert  <eggert@twinsun.com>
33980
33981         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
33982         since strftime.c uses HAVE_STRFTIME to decide whether to use
33983         the underlying strftime.
33984
33985 2000-03-29  Paul Eggert  <eggert@twinsun.com>
33986
33987         * lib/time/strftime.c (my_strftime): Make sure we call the system
33988         strftime, not ourselves, when invoking the underlying strftime.
33989
33990 2000-03-24  Jim Meyering  <meyering@lucent.com>
33991
33992         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
33993         (charset_alias): Define.
33994         (install-exec-local): Factor out common code.
33995         (uninstall-local): Split lines longer than 80.
33996         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
33997         (SUFFIXES): Define.
33998         (.sed.in.sed): New rule.  Don't redirect directly to $@.
33999         (CLEANFILES): Add ref-add.sed and ref-del.sed.
34000
34001 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
34002
34003         * lib/config.charset: Output a line containing "Packages using this
34004         file".
34005         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
34006         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
34007         ref-del.sed): New rules.
34008
34009 2000-03-17  Jim Meyering  <meyering@lucent.com>
34010
34011         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
34012         Otherwise, include <strings.h>
34013
34014 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
34015
34016         * lib/unicodeio.c (utf8_wctomb): New function.
34017         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
34018         format instead of in UCS-4 with platform dependent endianness.
34019
34020 2000-03-10  Jim Meyering  <meyering@lucent.com>
34021
34022         * m4/lib-check.m4: Look for getspnam in -lgen, too.
34023         From Marco Franzen.
34024
34025 2000-03-07  Paul Eggert  <eggert@twinsun.com>
34026
34027         * lib/savedir.c (savedir): Work even if directory size is
34028         negative; this can happen with some screwy NFS configurations.
34029
34030 2000-03-06  Jim Meyering  <meyering@lucent.com>
34031
34032         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
34033         if it's NULL (because we ran out of memory).  From Bruno Haible.
34034
34035 2000-03-05  Jim Meyering  <meyering@lucent.com>
34036
34037         * lib/localcharset.c ("path-concat.h"): Include.
34038         (get_charset_aliases): Use path_concat instead of ANSI string
34039         concatenation.
34040
34041         * lib/unicodeio.h (PARAMS): Define.
34042         Use it to guard prototype.
34043
34044 2000-03-04  Jim Meyering  <meyering@lucent.com>
34045
34046         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
34047         for lib/localcharset.c.
34048
34049 2000-03-04  Jim Meyering  <meyering@lucent.com>
34050
34051         * lib/Makefile.am (install-exec-local): Create $(libdir) before
34052         installing into it.
34053         (uninstall-local): Uncomment this rule so `make distcheck' works
34054         once again.
34055
34056         * lib/unicodeio.c (<errno.h>): Include it.
34057         (errno): Declare if not defined.
34058
34059         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
34060
34061         * lib/config.charset: New version, incorporating remarks from a linux
34062         i18n mailing list.  From Bruno Haible.
34063
34064 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
34065
34066         * m4/codeset.m4: New file.
34067         * m4/iconv.m4: New file.
34068         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
34069
34070 2000-03-03  Jim Meyering  <meyering@lucent.com>
34071
34072         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
34073
34074 2000-03-02  Jim Meyering  <meyering@lucent.com>
34075
34076         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
34077         the messages come out on separate lines.
34078
34079         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
34080         rather than jm_CHECK_DECLARATIONS.
34081         * m4/decl.m4: Remove now-unused file.
34082
34083         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
34084         geteuid.
34085
34086 2000-03-02  Jim Meyering  <meyering@lucent.com>
34087
34088         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
34089
34090 2000-03-01  Jim Meyering  <meyering@lucent.com>
34091
34092         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
34093         * lib/unicodeio.c: Likewise.
34094
34095 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
34096
34097         * lib/config.charset: New file.
34098         * lib/localcharset.c: New file.
34099         * lib/unicodeio.h, lib/unicodeio.c: New files.
34100         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
34101         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
34102         (noinst_HEADERS): Add unicodeio.h.
34103         (all-local, install-exec-local, charset.alias): New targets.
34104
34105 2000-02-28  Paul Eggert  <eggert@twinsun.com>
34106
34107         * lib/quotearg.c (ALERT_CHAR): New macro.
34108         (quotearg_buffer_restyled): Use it.
34109
34110 2000-02-27  Jim Meyering  <meyering@lucent.com>
34111
34112         * m4/check-decl.m4: Add getenv to the list.
34113
34114 2000-02-27  Jim Meyering  <meyering@lucent.com>
34115
34116         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
34117         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
34118
34119         * lib/backupfile.c: Guard inclusion of stdlib.h with
34120         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
34121         Declare malloc if needed.
34122
34123         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
34124         `#ifndef HAVE_DECL..'
34125         now that autoconf always defines the HAVE_DECL_ symbols.
34126         * lib/human.c: Likewise.
34127         * lib/same.c: Likewise.
34128         * lib/strtoumax.c: Likewise.
34129
34130         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
34131         declaration check was not run.
34132         * lib/hash.c: Likewise.
34133         * lib/human.c: Likewise.
34134         * lib/same.c: Likewise.
34135         * lib/strtoumax.c: Likewise.
34136
34137         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
34138         `.', then first look up the entire `.'-containing string as a login
34139         name.
34140
34141 2000-02-23  Jim Meyering  <meyering@lucent.com>
34142
34143         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
34144         in place of my hack.
34145
34146 2000-02-18  Paul Eggert  <eggert@twinsun.com>
34147
34148         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
34149         (textint): New typedef.
34150         (parser_control): Member year changed from int to textint.
34151         All uses changed.
34152         (YYSTYPE): Removed; replaced by %union with int and textint members.
34153         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
34154         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
34155         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
34156         (tSNUMBER, tUNUMBER): Now of type <textintval>.
34157         (date, number, to_year): Use width of number in digits, not its value,
34158         to determine whether it's a 2-digit year, or a 2-digit time.
34159         (yylex): Store number of digits of numeric tokens.
34160         Reported by John Kendall.
34161
34162         (parser_control): Changed from struct parser_control to typedef (for
34163         consistency).  All uses changed.
34164
34165         (tID): Removed; not used.
34166         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
34167
34168 2000-02-14  Paul Eggert  <eggert@twinsun.com>
34169
34170         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
34171         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
34172
34173 2000-02-12  Jim Meyering  <meyering@lucent.com>
34174
34175         * lib/userspec.c (ISDIGIT): Define it.
34176         (isdigit): Remove definition.
34177         (is_number): Use ISDIGIT, not isdigit.
34178         <libintl.h>: Include.
34179         (_ and N_): Define.
34180         (parse_user_spec): Mark translatable strings.
34181
34182 2000-02-10  Jim Meyering  <meyering@lucent.com>
34183
34184         With these changes, nanosleep.[ch] are finally enough like the other
34185         lib/* replacement files to compile on a few more losing systems.
34186
34187         * lib/nanosleep.h: Don't include config.h.
34188         Remove prototype from declaration of nanosleep.
34189         (PARAMS): Remove now-unneeded definition.
34190         * lib/nanosleep.c: #undef nanosleep.
34191         (rpl_nanosleep): Rename from nanosleep.
34192
34193 2000-02-10  Jim Meyering  <meyering@lucent.com>
34194
34195         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
34196         gnu_nanosleep to rpl_nanosleep.
34197
34198 2000-02-09  Jim Meyering  <meyering@lucent.com>
34199
34200         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
34201         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
34202
34203 2000-02-08  Akim Demaille  <akim@epita.fr>
34204
34205         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
34206         `[' and `]' and remove uses of `changequote'.
34207         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
34208         (AC_SYS_LARGEFILE): Likewise.
34209         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
34210         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
34211         of changequote.
34212         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
34213         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
34214         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
34215         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
34216
34217 2000-02-05  Jim Meyering  <meyering@lucent.com>
34218
34219         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
34220         Remove explicit use of AC_HEADER_TIME.  It is required by
34221         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
34222         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
34223         in autoconf whereby the expansion of the latter ended up preceding
34224         the expansion of its prerequisite, AC_HEADER_TIME.
34225         Reported by Volker Borchert.
34226
34227 2000-02-03  Jim Meyering  <meyering@lucent.com>
34228
34229         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
34230
34231 2000-02-03  Jim Meyering  <meyering@lucent.com>
34232
34233         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
34234         rather than with `#if HAVE_UTMPNAME'.
34235
34236 2000-02-02  Jim Meyering  <meyering@lucent.com>
34237
34238         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
34239         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
34240         Reported by Eli Zaretskii.
34241
34242 2000-02-01  Jim Meyering  <meyering@lucent.com>
34243
34244         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
34245
34246 2000-01-31  Jim Meyering  <meyering@lucent.com>
34247
34248         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
34249         functions.  Add the time.h and sys/time.h headers along with the
34250         AC_REQUIRE'ment of AC_HEADER_TIME.
34251
34252 2000-01-31  Jim Meyering  <meyering@lucent.com>
34253
34254         * lib/nanosleep.h (nanosleep): Guard declaration with
34255         `#if ! HAVE_DECL_NANOSLEEP'.
34256         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
34257         the declaration in that vendor's sys/timers.h.
34258         Reported by Christian Krackowizer.
34259
34260         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
34261         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
34262         (ISPRINT): Likewise.
34263         Reported by Tom Tromey.
34264
34265 2000-01-30  Jim Meyering  <meyering@lucent.com>
34266
34267         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
34268
34269         * m4/prereq.m4 (utmp_includes): Define.
34270         Check for ut_user and ut_name members in both struct utmpx
34271         and struct utmp.
34272
34273 2000-01-30  Jim Meyering  <meyering@lucent.com>
34274
34275         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
34276         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
34277         header files where only utmpx.ut_user is declared.
34278
34279         * lib/readutmp.h (UT_USER): Define.
34280
34281 2000-01-29  Jim Meyering  <meyering@lucent.com>
34282
34283         * m4/lib-check.m4: New file containing library-related checks from
34284         fileutils and sh-utils (textutils had none).
34285
34286 2000-01-28  Jim Meyering  <meyering@lucent.com>
34287
34288         * m4/perl.m4: Change format of warning message to look more like that
34289         from the missing script.  Suggestion from François Pinard.
34290
34291 2000-01-25  Jim Meyering  <meyering@lucent.com>
34292
34293         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
34294         well as time.h in the compile check.
34295         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
34296         Fix typo in cross-compiling case: s/yes/no/.
34297
34298 2000-01-23  Jim Meyering  <meyering@lucent.com>
34299
34300         * m4/jm-macros.m4: Move df-related tests here from
34301         fileutils/configure.in
34302
34303         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
34304         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
34305
34306         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
34307         s/space/ac_fsusage_space/.
34308         (jm_FILE_SYSTEM_USAGE): Take two parameters.
34309
34310         * m4/ftruncate.m4: New file (derived from part of
34311         fileutils/configure.in).
34312         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
34313         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
34314
34315         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
34316         AC_SUBST these here, rather than just in sh-util/configure.in, so
34317         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
34318         all the same.
34319         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
34320         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
34321         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
34322         (AC_SUBST(POW_LIBM)): Likewise.
34323         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
34324
34325 2000-01-23  Jim Meyering  <meyering@lucent.com>
34326
34327         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
34328         obstack.c.
34329
34330 2000-01-22  Jim Meyering  <meyering@lucent.com>
34331
34332         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
34333
34334         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
34335
34336         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
34337         configure.in
34338         (AC_CHECK_HEADERS): Likewise for sh-utils.
34339         (AC_CHECK_HEADERS): Likewise for textutils.
34340         Merge the three lists of headers.
34341
34342         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
34343         from fileutils' configure.in.
34344
34345         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
34346         code. Moved tests into their own function (_jm_DECL_HEADERS) in
34347         check-decl.m4.
34348
34349         * m4/check-decl.m4: Use #if rather than #ifdef.
34350         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
34351         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
34352         (_jm_DECL_HEADERS): Define new function.
34353         (jm_CHECK_DECLARATIONS): Require it.
34354
34355 2000-01-22  Jim Meyering  <meyering@lucent.com>
34356
34357         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
34358         [! HAVE_DECL_STRTOULL]: Declare strtoull.
34359         Required for some AIX systems.  Reported by Christian Krackowizer.
34360         [TESTING] (main): New function.
34361
34362         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
34363         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
34364         letters.
34365
34366         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
34367         iswprint.
34368
34369         * lib/strverscmp.c (ISDIGIT): Define.
34370         (strverscmp): Use ISDIGIT, not isdigit.
34371
34372 2000-01-19  Jim Meyering  <meyering@lucent.com>
34373
34374         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
34375         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
34376         defines `struct timespec' in <sys/time.h>
34377
34378         * m4/c-bs-a.m4: Remove uses of changequote altogether.
34379         Thanks to Akim for explaining.
34380
34381 2000-01-17  Paul Eggert  <eggert@twinsun.com>
34382
34383         * lib/nanosleep.c (nanosleep):
34384         Don't use SA_INTERRUPT to decide whether to call sigaction, as
34385         POSIX.1 doesn't require SA_INTERRUPT and some systems
34386         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
34387         it's been part of POSIX.1 since day 1 (in 1988).
34388
34389 2000-01-17  Jim Meyering  <meyering@lucent.com>
34390
34391         * lib/interlock: Remove unused file.  Reported by François Pinard.
34392
34393 2000-01-16  Paul Eggert  <eggert@twinsun.com>
34394
34395         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
34396         alert, backslash, formfeed, and vertical tab unnecessarily in
34397         shell quoting style.
34398
34399 2000-01-16  Jim Meyering  <meyering@lucent.com>
34400
34401         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
34402         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
34403         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
34404         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
34405
34406 2000-01-16  Jim Meyering  <meyering@lucent.com>
34407
34408         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
34409         because the latter didn't work.
34410
34411 2000-01-15  Jim Meyering  <meyering@lucent.com>
34412
34413         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
34414         (AC_REPLACE_FUNCS): Add memcpy and memset.
34415         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
34416         Add strpbrk.
34417         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
34418
34419 2000-01-12  Jim Meyering  <meyering@lucent.com>
34420
34421         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
34422         (jm_PREREQ): Use it.
34423         (jm_PREREQ_READUTMP): New macro.
34424         (jm_PREREQ): Use it.
34425
34426 2000-01-11  Paul Eggert  <eggert@twinsun.com>
34427
34428         Quote multibyte characters correctly.
34429         * m4/c-bs-a.m4: New file.
34430         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
34431         (jm_PREREQ): Use it.
34432
34433 2000-01-11  Paul Eggert  <eggert@twinsun.com>
34434
34435         * m4/uintmax_t.m4: Port to autoconf 2.13.
34436
34437 2000-01-08  Jim Meyering  <meyering@ascend.com>
34438
34439         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
34440         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
34441
34442 2000-01-04  Jim Meyering  <meyering@ascend.com>
34443
34444         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
34445         jm_STRUCT_DIRENT_D_TYPE.
34446         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
34447         jm_STRUCT_DIRENT_D_INO.
34448         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
34449         jm_STRUCT_UTIMBUF.
34450         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
34451         renamings.
34452         * m4/utime.m4: Likewise.
34453
34454         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
34455         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
34456
34457 2000-01-03  Paul Eggert  <eggert@twinsun.com>
34458
34459         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
34460         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
34461
34462 2000-01-02  Jim Meyering  <meyering@ascend.com>
34463
34464         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
34465         remember if this is necessary.
34466
34467 1999-12-26  Jim Meyering  <meyering@ascend.com>
34468
34469         * m4/jm-macros.m4: Use it here.
34470         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
34471
34472 1999-12-23  Jim Meyering  <meyering@ascend.com>
34473
34474         * m4/jm-macros.m4: Check for clock_gettime (moved from
34475         fileutils/configure.in)
34476         Check for gettimeofday.
34477
34478 1999-12-20  Jim Meyering  <meyering@ascend.com>
34479
34480         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
34481         autoconf-2.14a-1999-12-20.
34482
34483 1999-12-19  Jim Meyering  <meyering@ascend.com>
34484
34485         * m4/lstat-slash.m4: New file.
34486         * m4/jm-macros.m4: Use the new macro:
34487         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
34488
34489 1999-12-07  Jim Meyering  <meyering@ascend.com>
34490
34491         * m4/perl.m4: Require that File::Compare be available, too.
34492         Too many systems seem to lack it.
34493
34494         * m4/strftime.m4: Add checks for most of the cpp macros tested in
34495         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
34496
34497 1999-11-18  Paul Eggert  <eggert@twinsun.com>
34498
34499         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
34500         problem with the QNX 4.25 shell, which doesn't propagate exit
34501         status of failed commands inside shell assignments.
34502
34503 1999-11-17  Jim Meyering  <meyering@ascend.com>
34504
34505         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
34506
34507 1999-11-07  Jim Meyering  <meyering@ascend.com>
34508
34509         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
34510
34511 1999-11-06  Jim Meyering  <meyering@ascend.com>
34512
34513         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
34514         * m4/jm-macros.m4 (jm_MACROS): Use it here.
34515
34516 1999-11-05  Jim Meyering  <meyering@ascend.com>
34517
34518         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
34519         configure.in of textutils, fileutils, and sh-utils into this one
34520         (shared between those packages) file.
34521         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
34522         AC_STRUCT_ST_BLKSIZE.
34523
34524 1999-11-03  Jim Meyering  <meyering@ascend.com>
34525
34526         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
34527         of AC_CHECK_TYPE checks includes unistd.h.
34528         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
34529         Suggestion from Akim Demaille.
34530
34531 1999-10-30  Jim Meyering  <meyering@ascend.com>
34532
34533         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
34534         m4-quoted string.
34535         * m4/ls-mntd-fs.m4: Likewise.
34536         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
34537         * m4/jm-winsz1.m4: Likewise.
34538
34539         * m4/const.m4: Remove file, since the fix made it into the experimental
34540         version of autoconf.
34541         * m4/mktime.m4: Likewise.
34542
34543         * m4/check-type.m4: Remove file, now that the latest version of
34544         AC_CHECK_TYPE takes a third arg to specify additional #includes.
34545
34546         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
34547         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
34548         AC_CHECK_TYPE.
34549
34550 1999-10-04  Jim Meyering  <meyering@ascend.com>
34551
34552         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
34553
34554 1999-09-22  Paul Eggert  <eggert@twinsun.com>
34555
34556         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
34557         2.95.1 bug with HP-UX 10.20.
34558
34559 1999-09-17  Jim Meyering  <meyering@ascend.com>
34560
34561         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
34562         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
34563         due to missing strdup (against sh-utils-2.0).
34564
34565 1999-08-29  Jim Meyering  <meyering@ascend.com>
34566
34567         * m4/jm-macros.m4: Require jm_BISON.
34568         * m4/bison.m4: New file.
34569
34570 1999-08-17  Paul Eggert  <eggert@twinsun.com>
34571
34572         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
34573         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
34574
34575 1999-08-05  Jim Meyering  <meyering@ascend.com>
34576
34577         * m4/getline.m4: Rename test file from conftestdata to conftest.data
34578         to avoid conflicts with `conftest' on 8+3 filesystems.
34579         Suggestion from Eli Zaretskii.
34580
34581 1999-08-04  Jim Meyering  <meyering@ascend.com>
34582
34583         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
34584         fileutils and sh-utils (textutils's getline test was inadequate).
34585         (AM_FUNC_GETLINE): Run this test.
34586         (AC_CHECK_FUNCS): Check for getdelim.
34587         Reported by Bob Proulx.
34588
34589 1999-08-02  Jim Meyering  <meyering@ascend.com>
34590
34591         * m4/jm-macros.m4: Add a comment.
34592
34593 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34594
34595         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
34596         <inttypes.h> defines strtoumax as a macro (and not as a
34597         function).
34598
34599 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34600
34601         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
34602         that we can shift, multiply and divide unsigned long long
34603         values; Ultrix cc can't do it.
34604
34605 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34606
34607         * m4/mktime.m4: New file, which is a preview of what should appear
34608         in the next public autoconf release.
34609
34610 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34611
34612         * m4/lfs.m4: Remove this file.
34613         * m4/largefile.m4: New file.  It contains the old contents of
34614         lfs.m4, except that all names with prefix AC_LFS have been
34615         changed to use the prefix AC_SYS_LARGEFILE instead, to be
34616         compatible with future autoconf versions.  Also, some minor m4
34617         quoting problems have been fixed.
34618
34619 1999-08-01  Paul Eggert  <eggert@twinsun.com>
34620
34621         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
34622         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
34623         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
34624         and simplify the shell code.
34625
34626 1999-08-01  Jim Meyering  <meyering@ascend.com>
34627
34628         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
34629         m4.
34630
34631 1999-07-20  Jim Meyering  <meyering@ascend.com>
34632
34633         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
34634
34635 1999-07-15  Jim Meyering  <meyering@ascend.com>
34636
34637         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
34638
34639 1999-05-22  Jim Meyering  <meyering@ascend.com>
34640
34641         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
34642
34643 1999-05-20  Jim Meyering  <meyering@ascend.com>
34644
34645         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
34646         Add a colon after each `then' in case $4 is empty.
34647
34648 1999-05-16  Jim Meyering  <meyering@ascend.com>
34649
34650         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
34651
34652 1999-05-10  Jim Meyering  <meyering@ascend.com>
34653
34654         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
34655
34656         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
34657         AC_FUNC_MKTIME.
34658
34659 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
34660
34661         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
34662
34663 1999-05-04  Paul Eggert  <eggert@twinsun.com>
34664
34665         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
34666         not CPPFLAGS, so that linking works correctly in IRIX.
34667
34668 1999-04-30  Paul Eggert  <eggert@twinsun.com>
34669
34670         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
34671
34672 1999-04-20  Paul Eggert  <eggert@twinsun.com>
34673
34674         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
34675         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
34676         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
34677         jm_AC_TYPE_UNSIGNED_LONG_LONG.
34678         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
34679
34680         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
34681
34682 1999-04-20  Jim Meyering  <meyering@ascend.com>
34683
34684         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
34685         AC_REPLACE xstroull if necessary.  From Paul Eggert.
34686         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
34687
34688 1999-04-18  Jim Meyering  <meyering@ascend.com>
34689
34690         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
34691         * m4/jm-macros.m4: Use it.
34692
34693 1999-04-06  Jim Meyering  <meyering@ascend.com>
34694
34695         * m4/strftime.m4: Remove test for %f.
34696
34697 1999-03-29  Jim Meyering  <meyering@ascend.com>
34698
34699         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
34700         superset of the AC_TYPE_* checks in the textutils, fileutils,
34701         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
34702         AC_TYPE_PID_T.
34703
34704 1999-03-28  Jim Meyering  <meyering@ascend.com>
34705
34706         * m4/jm-macros.m4: Define GNU_PACKAGE here.
34707         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
34708         replaced e.g., in the *.sh files of the sh-utils.
34709
34710 1999-03-20  Jim Meyering  <meyering@ascend.com>
34711
34712         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
34713         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
34714         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
34715
34716 1999-03-19  Jim Meyering  <meyering@ascend.com>
34717
34718         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
34719
34720 1999-03-12  Jim Meyering  <meyering@ascend.com>
34721
34722         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
34723
34724 1999-03-07  Jim Meyering  <meyering@ascend.com>
34725
34726         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
34727         declared.
34728
34729 1999-02-17  Jim Meyering  <meyering@ascend.com>
34730
34731         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
34732         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
34733
34734 1999-02-07  Jim Meyering  <meyering@ascend.com>
34735
34736         * m4/group-member.m4: New file -- extracted from sh-utils'
34737         configure.in.
34738
34739         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
34740         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
34741
34742 1999-02-06  Jim Meyering  <meyering@ascend.com>
34743
34744         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
34745         * m4/fnmatch.m4: Likewise.
34746         * m4/getgroups.m4: Likewise.
34747         * m4/lstat.m4: Likewise.
34748         * m4/malloc.m4: Likewise.
34749         * m4/putenv.m4: Likewise.
34750         * m4/realloc.m4: Likewise.
34751         * m4/regex.m4: Likewise.
34752         * m4/stat.m4: Likewise.
34753         * m4/strftime.m4: Likewise.
34754         Suggestion from Alain Magloire.
34755
34756         * m4/chown.m4: Use `.$ac_objext', not `.o'.
34757         * m4/fnmatch.m4: Likewise.
34758         * m4/getgroups.m4: Likewise.
34759         * m4/getline.m4: Likewise.
34760         * m4/lstat.m4: Likewise.
34761         * m4/malloc.m4: Likewise.
34762         * m4/memcmp.m4: Likewise.
34763         * m4/putenv.m4: Likewise.
34764         * m4/realloc.m4: Likewise.
34765         * m4/regex.m4: Likewise.
34766         * m4/stat.m4: Likewise.
34767         * m4/strftime.m4: Likewise.
34768         Suggestion from Alain Magloire.
34769
34770         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
34771         an argument.
34772
34773         * m4/regex.m4: Add a run-time Test for proper operation of
34774         re_compile_pattern.
34775
34776 1999-01-31  Jim Meyering  <meyering@ascend.com>
34777
34778         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
34779
34780 1999-01-30  Jim Meyering  <meyering@ascend.com>
34781
34782         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
34783
34784         * m4/jm-mktime.m4: Make this a wrapper around the official
34785         AM_FUNC_MKTIME rather than my private copy, now that the official one
34786         is up to date.
34787         * m4/mktime.m4: Remove file.
34788
34789         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
34790         * m4/uptime.m4: Likewise.
34791         * m4/uintmax_t.m4: Likewise.
34792
34793 1999-01-28  Jim Meyering  <meyering@ascend.com>
34794
34795         * m4/jm-macros.m4: Use jm_AFS.
34796         * m4/afs.m4: New file (from fileutils' configure.in).
34797
34798         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
34799         * m4/chown.m4: Likewise.
34800         * m4/d-ino.m4: Likewise.
34801         * m4/d-type.m4: Likewise.
34802         * m4/fnmatch.m4: Likewise.
34803         * m4/getgroups.m4: Likewise.
34804         * m4/gettext.m4: Likewise.
34805         * m4/jm-mktime.m4: Likewise.
34806         * m4/jm-winsz2.m4: Likewise.
34807         * m4/lcmessage.m4: Likewise.
34808         * m4/ls-mntd-fs.m4: Likewise.
34809         * m4/malloc.m4: Likewise.
34810         * m4/memcmp.m4: Likewise.
34811         * m4/putenv.m4: Likewise.
34812         * m4/realloc.m4: Likewise.
34813         * m4/st_mtim.m4: Likewise.
34814         * m4/strftime.m4: Likewise.
34815
34816 1999-01-16  Jim Meyering  <meyering@ascend.com>
34817
34818         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
34819         (ARGMATCH_DIE_DECL): Define.
34820
34821 1999-01-12  Jim Meyering  <meyering@ascend.com>
34822
34823         * m4/Makefile.am.in: Rewrite to avoid using fmt.
34824         Reported by Lars Hecking.
34825
34826 1999-01-10  Jim Meyering  <meyering@ascend.com>
34827
34828         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
34829         gross kludge.
34830         * m4/inttypes_h.m4: Likewise.
34831         * m4/lstat.m4: Likewise.
34832         * m4/malloc.m4: Likewise.
34833         * m4/readdir.m4: Likewise.
34834         * m4/realloc.m4: Likewise.
34835         * m4/st_dm_mode.m4: Likewise.
34836         * m4/stat.m4: Likewise.
34837         * m4/utimbuf.m4: Likewise.
34838         * m4/utimes.m4: Likewise.
34839
34840         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
34841         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
34842         comments in config.h.in are meaningful.
34843
34844         * m4/jm-macros.m4: Require autoconf-2.13 here.
34845
34846         * m4/regex.m4: By default, don't use the included regex.c on systems
34847         with glibc 2.  Suggestion from Uli Drepper.
34848
34849 1999-01-02  Jim Meyering  <meyering@ascend.com>
34850
34851         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
34852
34853 1998-12-18  Jim Meyering  <meyering@ascend.com>
34854
34855         * m4/Makefile.am.in (Makefile.am): Simplify rule.
34856         Based on a suggestion from Lars Hecking.
34857
34858 1998-11-16  Paul Eggert  <eggert@twinsun.com>
34859
34860         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
34861
34862 1998-11-16  Jim Meyering  <meyering@ascend.com>
34863
34864         * m4/lfs.m4: Double-quote the `uname...` expression.
34865
34866 1998-11-14  Jim Meyering  <meyering@ascend.com>
34867
34868         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
34869         * m4/stat.m4: Likewise.
34870
34871 1998-11-03  Jim Meyering  <meyering@ascend.com>
34872
34873         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
34874         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
34875
34876 1998-10-18  Jim Meyering  <meyering@ascend.com>
34877
34878         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
34879
34880 1998-10-17  Jim Meyering  <meyering@ascend.com>
34881
34882         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
34883         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
34884         calls for those previously hard-coded headers.  Instead, take a new
34885         parameter.
34886         (jm_CHECK_DECLARATIONS): Reflect interface change.
34887         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
34888         (jm_CHECK_DECL_LOCALTIME_R): New macro.
34889
34890         * m4/mktime.m4: Test for spring-forward gap before long-running test.
34891
34892 1998-10-14  Jim Meyering  <meyering@ascend.com>
34893
34894         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
34895         instead of "TZ=America/Vancouver".  From Paul Eggert.
34896
34897 1998-10-11  Jim Meyering  <meyering@ascend.com>
34898
34899         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
34900         This adds a test for a recently added compatibility fix for mktime.c.
34901         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
34902
34903 1998-09-27  Jim Meyering  <meyering@ascend.com>
34904
34905         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
34906
34907         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
34908         ../configure.in, including a change from Gordon Matzigkeit to allow
34909         cross-compiling for the Hurd.
34910
34911         * m4/glibc.m4: New file/macro to test for the GNU C Library
34912         versions 1 and 2.  From Gordon Matzigkeit.
34913         Indent.
34914
34915 1998-09-21  Jim Meyering  <meyering@ascend.com>
34916
34917         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
34918
34919 1998-08-18  Paul Eggert  <eggert@twinsun.com>
34920
34921         Port nanosecond-resolution times to UnixWare 2.1.2 and
34922         pedantic Solaris 2.6.
34923
34924         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
34925         AC_STRUCT_ST_MTIM.
34926         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
34927         Generate name of ns member, instead of just 1 or undef.
34928         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
34929
34930 1998-08-15  Jim Meyering  <meyering@ascend.com>
34931
34932         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
34933         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
34934         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
34935         instead of jm_TYPE_SSIZE_T.
34936
34937 1998-08-12  Jim Meyering  <meyering@ascend.com>
34938
34939         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
34940
34941 1998-08-02  Jim Meyering  <meyering@ascend.com>
34942
34943         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
34944         in acconfig.h manually.
34945
34946 1998-07-31  Paul Eggert  <eggert@twinsun.com>
34947
34948         * m4/st_mtim.m4: New file.
34949
34950 1998-07-28  Jim Meyering  <meyering@ascend.com>
34951
34952         * m4/utimes.m4: Undef stat.
34953
34954 1998-07-25  Jim Meyering  <meyering@ascend.com>
34955
34956         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
34957         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
34958
34959 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
34960
34961         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
34962         uid and gid actually remain unchanged.
34963
34964 1998-07-07  Jim Meyering  <meyering@ascend.com>
34965
34966         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
34967
34968 1998-07-04  Jim Meyering  <meyering@ascend.com>
34969
34970         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
34971         to prove that this macro can be used in packages without regex.c.
34972
34973 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
34974
34975         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
34976         is to be used.
34977
34978 1998-07-03  Jim Meyering  <meyering@ascend.com>
34979
34980         * m4/gettext.m4: Add -lintl if it's found to be necessary.
34981
34982         * m4/gettext.m4: New file -- from gettext-0.10.35.
34983         * m4/lcmessage.m4: Likewise.
34984         * m4/progtest.m4: Likewise.
34985
34986         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
34987         * m4/jm-macros.m4: Require the new macro.
34988
34989 1998-06-29  Jim Meyering  <meyering@ascend.com>
34990
34991         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
34992         for the definition of NGROUPS (used in a system header included
34993         by sys/mount.h).
34994
34995 1998-06-28  Jim Meyering  <meyering@ascend.com>
34996
34997         * m4/ls-mntd-fs.m4: New file.
34998         * m4/fstypename.m4: New file.
34999
35000         * m4/jm-macros.m4: Require the new macro.
35001         * m4/jm-glibc-io.m4: New file.
35002
35003 1998-05-19  Jim Meyering  <meyering@ascend.com>
35004
35005         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
35006         * m4/lchown.m4: New file.
35007
35008         * m4/Makefile.am.in: New file.
35009         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
35010
35011 1998-05-14  Jim Meyering  <meyering@ascend.com>
35012
35013         * m4/Makefile.am (EXTRA_DIST): Add them.
35014         * m4/jm-macros.m4: New file.
35015         * m4/utimbuf.m4: New file.
35016
35017 1998-05-12  Jim Meyering  <meyering@ascend.com>
35018
35019         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
35020
35021 1998-05-11  Jim Meyering  <meyering@ascend.com>
35022
35023         * m4/isc-posix.m4: New file.
35024
35025 1998-05-10  Jim Meyering  <meyering@ascend.com>
35026
35027         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
35028
35029 1998-05-09  Jim Meyering  <meyering@ascend.com>
35030
35031         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
35032         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
35033         with automake.
35034
35035         * m4/ssize_t.m4: New file.
35036         * m4/mktime.m4: Remove file -- the new automake has this now.
35037
35038 1998-04-26  Jim Meyering  <meyering@ascend.com>
35039
35040         * m4/assert.m4: New file.
35041         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
35042
35043 1998-04-05  Jim Meyering  <meyering@ascend.com>
35044
35045         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
35046         (jm_PREREQ): Use it here.
35047
35048 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
35049
35050         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
35051         in acconfig.h.
35052
35053 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
35054
35055         * m4/prereq.m4: New file.
35056         * m4/error.m4: New file.
35057         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
35058
35059 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
35060
35061         * m4/getline.m4: Don't set am_cv_func_working_getline before the
35062         cache-check for the same variable -- that defeated the purpose of
35063         the test; the test program was never run.  This was a problem only
35064         on systems with losing getline functions -- HP-UX 10.20 is one.
35065         Reported by Bjorn Helgaas.
35066
35067 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
35068
35069         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
35070
35071 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
35072
35073         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
35074
35075         * m4/const.m4: New file.  Use an initializer in this declaration
35076         typedef int charset[2]; const charset x;
35077         Reported by Bob Glickstein.
35078
35079 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
35080
35081         * m4/chown.m4: Fix reversed types on -1 args to chown.
35082         From Kaveh Ghazi.
35083
35084 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
35085
35086         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
35087         Add lseek and memchr.
35088
35089         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
35090         T.E.Dickey <dickey@clark.net> said that some older preprocessors
35091         have a 20-character limit on names.
35092
35093 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
35094
35095         * m4/inttypes_h.m4: New file.
35096         * m4/uintmax_t.m4: New file.
35097         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
35098
35099 Copyright (C) 1997-2007 Free Software Foundation, Inc.
35100 Copying and distribution of this file, with or without modification,
35101 are permitted provided the copyright notice and this notice are preserved.