5f4fa700e9d01c9f505108e4c0728981c045349d
[gnulib.git] / ChangeLog
1 2008-03-31  Jim Meyering  <meyering@redhat.com>
2
3         Don't compare actual signbit return values.
4         * tests/test-strtod.c (main): Rather, compare only their
5         zero/non-zero nature.
6
7 2008-03-31  Eric Blake  <ebb9@byu.net>
8
9         More strtod documentation.
10         * doc/posix-functions/strtod.texi (strtod): Interpret more test
11         failures as distinct bugs.
12
13 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
14
15         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
16         Problem reported by Erik Benada in
17         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
18
19 2008-03-30  Bruno Haible  <bruno@clisp.org>
20
21         * tests/test-strtod.c: Add comments about which assertion fails on which
22         platform.
23         * doc/posix-functions/strtod.texi: Add info about many more platforms.
24
25 2008-03-30  Eric Blake  <ebb9@byu.net>
26
27         Test signbit behavior on zeros.
28         * tests/test-signbit.c (test_signbitf): Add tests for zero.
29         (test_signbitd, test_signbitl): Likewise.
30
31         More strtod touchups.
32         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
33         sign of negative underflow, for now.  Use .5, not .1.
34         * doc/posix-functions/strtod.texi (strtod): Mention these
35         limitations.
36         Reported by Jim Meyering.
37
38 2008-03-30  Bruno Haible  <bruno@clisp.org>
39
40         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
41         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
42
43 2008-03-30  Bruno Haible  <bruno@clisp.org>
44
45         Avoid failure when attempting to return empty iconv results on some
46         platforms.
47         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
48         allocation, don't report ENOMEM when the resulting string is empty.
49
50 2008-03-30  Bruno Haible  <bruno@clisp.org>
51
52         Fix buffer overrun.
53         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
54         Don't consider the width for tmp_length. Check count against tmp_length
55         before doing the padding. Ensure enough allocation during padding.
56
57 2008-03-30  Eric Blake  <ebb9@byu.net>
58
59         strtod touchups.
60         * lib/strtod.c (strtod): Avoid compiler warnings.
61         Reported by Jim Meyering.
62
63 2008-03-30  Bruno Haible  <bruno@clisp.org>
64
65         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
66         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
67         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
68         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
69         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
70         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
71         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
72         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
73
74         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
75         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
76         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
77         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
78         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
79         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
80         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
81         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
82
83         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
84         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
85         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
86         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
87         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
88         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
89         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
90         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
91
92         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
93         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
94
95         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
96         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
97
98         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
99         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
100
101         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
102         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
103         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
104
105         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
106         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
107         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
108
109         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
110         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
111         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
112
113         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
114         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
115         * modules/vasprintf (Depends-on): Add EOVERFLOW.
116
117         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
118         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
119         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
120         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
121         (Depends-on): Add EOVERFLOW.
122         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
123         (Depends-on): Add EOVERFLOW.
124         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
125         (Depends-on): Add EOVERFLOW.
126         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
127         (Depends-on): Add EOVERFLOW.
128         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
129         (Depends-on): Add EOVERFLOW.
130         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
131         (Depends-on): Add EOVERFLOW.
132         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
133         (Depends-on): Add EOVERFLOW.
134         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
135         (Depends-on): Add EOVERFLOW.
136
137         * lib/sprintf.c (EOVERFLOW): Remove fallback.
138         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
139         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
140
141         * lib/snprintf.c (EOVERFLOW): Remove fallback.
142         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
143         * modules/snprintf (Depends-on): Add EOVERFLOW.
144
145         * lib/poll.c (EOVERFLOW): Remove fallback.
146         * modules/poll (Depends-on): Add EOVERFLOW.
147
148         * lib/getugroups.c (EOVERFLOW): Remove fallback.
149         * modules/getugroups (Depends-on): Add EOVERFLOW.
150
151         * lib/getdelim.c (EOVERFLOW): Remove fallback.
152         * modules/getdelim (Depends-on): Add EOVERFLOW.
153
154         * lib/ftell.c (EOVERFLOW): Remove fallback.
155         * modules/ftell (Depends-on): Add EOVERFLOW.
156
157         * lib/fprintf.c (EOVERFLOW): Remove fallback.
158         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
159         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
160
161         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
162
163         * modules/EOVERFLOW-tests: New file.
164         * tests/test-EOVERFLOW.c: New file.
165
166         * modules/EOVERFLOW: New file.
167         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
168
169 2008-03-30  Bruno Haible  <bruno@clisp.org>
170
171         Fix bug introduced on 2007-06-10.
172         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
173         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
174
175 2008-03-30  Bruno Haible  <bruno@clisp.org>
176
177         Improve freadseek's efficiency after ungetc.
178         * lib/freadseek.c: Include freadahead.h.
179         (freadptrinc): New function, extracted from freadseek.
180         (freadseek): Use it in a loop. Use freadahead to determine the number
181         of loop iterations.
182         * modules/freadseek (Depends-on): Add freadahead.
183         (configure.ac): Require AC_C_INLINE.
184
185 2008-03-30  Bruno Haible  <bruno@clisp.org>
186
187         * lib/freadseek.c (freadseek): Don't ignore the return value of
188         freadptr.
189
190 2008-03-29  Eric Blake  <ebb9@byu.net>
191
192         Add hex float support.
193         * modules/strtod (Depends-on): Add c-ctype.
194         (Link): Mention POW_LIB.
195         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
196         whitespace between 'e' and exponent.
197         * tests/test-strtod.c (main): Enable hex float tests.
198         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
199         now provides.
200
201         Document various strtod bugs, with some fixes.
202         * doc/posix-functions/strtod.texi (strtod): Document bugs with
203         "-0x", "inf", "nan", and hex constants.
204         * doc/posix-functions/atof.texi (atof): Likewise.
205         * modules/stdlib (Makefile.am): Support strtod.
206         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
207         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
208         detect additional strtod bugs.
209         * lib/stdlib.in.h (rpl_strtod): Add declarations.
210         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
211         bool where appropriate.  Parse 'inf' and 'nan'.
212         * tests/test-strtod.c: New file.
213         * modules/strtod (Depends-on): Add stdbool, stdlib.
214         (configure.ac): Turn on module indicator.
215         * modules/strtod-tests: New module.
216
217 2008-03-29  Eric Blake  <ebb9@byu.net>
218
219         Fix ftell on mingw.
220         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
221         * modules/ftell-tests (Depends-on): Add binary-io.
222         * modules/ftello-tests (Depends-on): Likewise.
223         * tests/test-ftell.c (main): Enhance test to cover behavior after
224         ungetc.  Enforce binary mode.
225         * tests/test-ftello.c (main): Likewise.
226
227         Pass test-freadseek on cygwin.
228         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
229         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
230         ungetc buffer.
231
232         * tests/test-fflush2.c (main): Fix typo.
233
234 2008-03-29  Bruno Haible  <bruno@clisp.org>
235
236         * tests/test-fflush2.c (main): Temporarily disable the contents of
237         this test.
238         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
239         Reported by Eric Blake.
240
241 2008-03-28  Simon Josefsson  <simon@josefsson.org>
242
243         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
244         (GC_SHA224_DIGEST_SIZE): Add.
245
246         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
247         (gc_hash_digest_length): Likewise.
248         (gc_hash_buffer): Likewise.
249
250 2008-03-25  Bruno Haible  <bruno@clisp.org>
251
252         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
253         detail which gettext release to use.
254         Reported by Simon Josefsson.
255
256 2008-03-26  Jim Meyering  <meyering@redhat.com>
257
258         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
259         * modules/gnumakefile (clean-GNUmakefile): Also, use
260         test ... && ... || : syntax rather than if-then ... fi.
261
262         gnumakefile: Don't double-quote-expand $(VPATH) value.
263         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
264
265 2008-03-24  Eric Blake  <ebb9@byu.net>
266
267         Alter GNUmakefile to install into top directory.
268         * modules/maintainer-makefile: Split, and add dependency...
269         * modules/gnumakefile: to this new module.
270         * build-aux/GNUmakefile: Move...
271         * top/GNUmakefile: ...here.
272         * build-aux/maint.mk: Move...
273         * top/maint.mk: ...here.
274         * MODULES.html.sh (Support for maintaining...): Document new
275         module.
276
277 2008-03-23  Bruno Haible  <bruno@clisp.org>
278
279         * gnulib-tool: New options --vc-files, --no-vc-files.
280         (func_usage): Document them.
281         (vc_files): New variable.
282         (func_import): Consider vc_files.
283         (func_create_testdir): Set vc_files to empty.
284         Suggested by Jim Meyering and Karl Berry.
285
286 2008-03-23  Bruno Haible  <bruno@clisp.org>
287
288         Fix regex compilation error on HP-UX 11.
289         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
290         * modules/regex (Files): Add m4/mbstate_t.m4.
291         Reported by Ton Voon <ton.voon@altinity.com>.
292
293 2008-03-23  Bruno Haible  <bruno@clisp.org>
294
295         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
296
297 2008-03-23  Eric Blake  <ebb9@byu.net>
298             Bruno Haible  <bruno@clisp.org>
299
300         Install files from top/ in the destination directory.
301         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
302         augmentation also for the files from top/.
303         (func_import, func_create_testdir): Rewrite file names:
304         top/filename -> filename.
305
306 2008-03-23  Bruno Haible  <bruno@clisp.org>
307
308         Tweak "gnulib --version" output.
309         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
310
311 2008-03-23  Bruno Haible  <bruno@clisp.org>
312
313         Tweak "gnulib --version" output.
314         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
315         rather than contents of ChangeLog, when possible.
316
317 2008-03-21  Eric Blake  <ebb9@byu.net>
318
319         More --version tweaks.
320         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
321         date of last ChangeLog entry.
322
323 2008-03-21  Jim Meyering  <meyering@redhat.com>
324
325         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
326
327 2008-03-20  Eric Blake  <ebb9@byu.net>
328
329         VPATH fix.
330         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
331
332 2008-03-20  Simon Josefsson  <simon@josefsson.org>
333
334         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
335         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
336
337 2008-03-20  Eric Blake  <ebb9@byu.net>
338
339         Sync GNUmakefile with coreutils.
340         * build-aux/GNUmakefile (have-Makefile): Rename...
341         (_have-Makefile): ...to this, for namespace consideration.
342         (GNUmakefile.cfg): Include, if present.
343         (_autoreconf): Define a default.
344         (_is-dist-target): New rule for rebuilds to pick up intra-release
345         version.
346         (maint-cfg.mk): Rename...
347         (cfg.mk): ...to this.
348
349 2008-03-18  Jim Meyering  <meyering@redhat.com>
350
351         New script and module: mktempd
352         * MODULES.html.sh (maint+release support): Add mktempd.
353         * build-aux/mktempd: New file.
354         * modules/mktempd: New file.
355
356 2008-03-15  Jim Meyering  <meyering@redhat.com>
357
358         Undo last change.
359         * lib/sha1.c, lib/md5.c: 63 != ~63.
360         Reported by Andreas Schwab.
361
362         sha1.c, md5.c: Hoist a redundant expression.
363         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
364         "ctx->buflen" only once, before calling *_process_block.
365         * lib/md5.c (md5_process_bytes): Likewise.
366
367 2008-03-14  Eric Blake  <ebb9@byu.net>
368
369         Bump copyright year in files generated by gnulib-tool.
370         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
371         gnulib-tool, rather than hard-coding it.
372
373         Fix 'gnulib-tool --version' output to work with git.
374         * gnulib-tool (func_gnulib_dir): New function, extracted from...
375         (startup): ...here.
376         (func_version): Use it to invoke git-version-gen, rather than
377         relying on CVS keyword expansion.  Modernize wording.
378         (cvsdatestamp, last_checkin_date, version): Kill unused
379         variables.
380
381 2008-03-12  Jim Meyering  <meyering@redhat.com>
382
383         Recognize optional cast of the argument to free.
384         * build-aux/useless-if-before-free: Update regexps.
385
386         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
387
388 2008-03-11  Bruno Haible  <bruno@clisp.org>
389
390         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
391         by a single package.
392         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
393         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
394         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
395         Reported by Sam Steingold <sds@gnu.org>.
396
397 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
398
399         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
400         repositories.
401
402 2008-03-11  Bruno Haible  <bruno@clisp.org>
403
404         Avoid conflicts between local macro definitions.
405         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
406         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
407
408 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
409             Bruno Haible  <bruno@clisp.org>
410
411         Make va_copy work with some version of xlc on AIX 5.1.
412         * lib/stdarg.in.h: New file.
413         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
414         On AIX, use a <stdarg.h> file substitute.
415         * modules/stdarg (Files): Add lib/stdarg.in.h.
416         (Depends-on): Add include_next.
417         (Makefile.am): Build a stdarg.h substitute if requested.
418         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
419
420 2008-03-10  Bruno Haible  <bruno@clisp.org>
421
422         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
423         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
424         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
425
426 2008-03-10  Bruno Haible  <bruno@clisp.org>
427
428         * modules/stdlib (Depends-on): Add include_next, remove
429         absolute-header.
430
431 2008-03-09  Bruno Haible  <bruno@clisp.org>
432
433         * lib/freadahead.h (freadahead): Document more precisely.
434         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
435         the sum of both buffer sizes.
436         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
437         * NEWS: Document the change.
438
439 2008-03-09  Bruno Haible  <bruno@clisp.org>
440
441         Extend freadptr to return also the buffer size.
442         * lib/freadptr.h (freadptr): Add sizep argument.
443         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
444         (freadptr): Add sizep argument. Determine buffer size like freadahead
445         does.
446         * tests/test-freadptr.c: Don't include freadahead.h.
447         (main): Adapt for new calling convention of freadptr.
448         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
449         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
450         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
451         tests/test-freadptr2.sh.
452         (Depends): Remove freadahead.
453         (TESTS): Add test-freadptr2.sh.
454         (check_PROGRAMS): Add test-freadptr2.
455
456 2008-03-09  Bruno Haible  <bruno@clisp.org>
457
458         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
459         Report and solution by Simon Josefsson.
460
461 2008-03-06  Bruno Haible  <bruno@clisp.org>
462
463         Make fflush after ungetc work on BSD platforms.
464         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
465         * tests/test-fflush2.c: New file.
466         * tests/test-fflush2.sh: New file.
467         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
468         tests/test-fflush2.c.
469         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
470         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
471
472 2008-03-06  Eric Blake  <ebb9@byu.net>
473
474         Likewise for ftello.
475         * modules/ftello (Dependencies): Add extensions.
476         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
477
478 2008-03-06  Bruno Haible  <bruno@clisp.org>
479
480         * modules/fseeko (Dependencies): Add extensions.
481         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
482         Needed on glibc systems.
483
484 2008-03-06  Bruno Haible  <bruno@clisp.org>
485
486         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
487         email address.
488         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
489
490 2008-03-06  Bruno Haible  <bruno@clisp.org>
491
492         * users.txt: Add libgnupdf.
493
494 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
495
496         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
497         (Header File Substitutes, Function Substitutes,
498         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
499         (Build robot for gnulib): Fix typo.
500
501 2008-03-06  Bruno Haible  <bruno@clisp.org>
502
503         * doc/gnulib-tool.texi (VCS Issues): Small updates.
504         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
505
506 2008-03-06  Bruno Haible  <bruno@clisp.org>
507
508         * doc/func.texi: New file, extracted from doc/gnulib.texi.
509         * doc/gnulib.texi: Include it.
510
511 2008-03-06  Simon Josefsson  <simon@josefsson.org>
512
513         * modules/func (License): Change license to unlimited; there was
514         no LGPL parts in the module anyway.
515
516 2008-03-06  Simon Josefsson  <simon@josefsson.org>
517
518         * modules/__func__: Renamed to modules/func.
519         * modules/__func__-tests: Renamed to modules/func-tests.
520         * tests/test-__func__.c: Renamed to tests/test-func.c.
521         * m4/__func__.m4: Renamed to m4/func.m4.
522         * doc/gnulib.texi (__func__): Section renamed to func.
523         Suggested by Eric Blake <ebb9@byu.net>.
524
525 2008-03-06  Simon Josefsson  <simon@josefsson.org>
526
527         * doc/gnulib.texi (__func__): Use C99 terminology when talking
528         about __func__.  Make example self-contained.  Suggested by Eric
529         Blake <ebb9@byu.net>.
530
531         * tests/test-__func__.c (main): Avoid extraneous () around __func.
532         Suggested by Eric Blake <ebb9@byu.net>.
533
534 2008-03-06  Simon Josefsson  <simon@josefsson.org>
535
536         * modules/__func__: New file.
537         * modules/__func__-tests: New file.
538         * tests/test-__func__.c: New file.
539         * m4/__func__.m4: New file.
540         * doc/gnulib.texi (__func__): Document __func__ module.
541
542 2008-03-05  Simon Josefsson  <simon@josefsson.org>
543
544         * modules/byteswap (License): Re-license as LGPLv2+.
545
546 2008-03-05  Simon Josefsson  <simon@josefsson.org>
547
548         * doc/Makefile: Add pdf target.
549
550 2008-03-05  Simon Josefsson  <simon@josefsson.org>
551
552         * modules/inline (License): Use 'unlimited', since there are only
553         *.m4 files in this module.
554
555 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
556             Bruno Haible  <bruno@clisp.org>
557
558         Add support for HP C 7.1 on OpenVMS 8.3.
559         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
560
561 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
562
563         Update VMS specifics.
564         * lib/getopt.c [VMS]: Remove include of unixlib.h.
565
566 2008-03-02  Jim Meyering  <meyering@redhat.com>
567
568         Remove the last dependency on the "free" module.
569         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
570         Reported by Bob Proulx.
571
572         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
573
574         Remove useless "if" tests before free.  Deprecate "free" module.
575         * doc/posix-functions/free.texi: Mention that this
576         module is no longer useful.
577         * modules/free (Notice): Say this module is obsolete.
578         * modules/readutmp (Depends-on): Remove free.
579         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
580         * lib/putenv.c (putenv): Likewise.
581         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
582         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
583         * tests/test-c-strcasestr.c (main): Likewise.
584         * tests/test-c-strstr.c (main): Likewise.
585         * tests/test-mbscasestr1.c (main): Likewise.
586         * tests/test-mbscasestr2.c (main): Likewise.
587         * tests/test-mbsstr1.c (main): Likewise.
588         * tests/test-mbsstr2.c (main): Likewise.
589         * tests/test-memmem.c (main): Likewise.
590         * tests/test-strcasestr.c (main): Likewise.
591         * tests/test-striconv.c (main): Likewise.
592         * tests/test-striconveh.c (main): Likewise.
593         * tests/test-striconveha.c (main): Likewise.
594         * tests/test-strstr.c (main): Likewise.
595
596         * build-aux/git-version-gen: Adjust a comment and the Usage string.
597
598         bootstrap: sync from coreutils again
599         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
600
601 2008-03-01  Jim Meyering  <meyering@redhat.com>
602
603         bootstrap: sync from coreutils
604         * build-aux/bootstrap (update_po_files): Copy a .po file into place
605         also when the target doesn't exist.
606
607 2008-03-01  Eric Blake  <ebb9@byu.net>
608
609         Fix bugs in last patch.
610         * lib/memchr2.c (memchr2): Fix typo.
611         * tests/test-memchr2.c: Test previous bug, and don't use GNU
612         extension.
613         Reported by Bruce Korb.
614
615         New module 'memchr2'.
616         * modules/memchr2: New file.
617         * modules/memchr2-tests: Likewise.
618         * lib/memchr2.h: Likewise.
619         * lib/memchr2.c: Likewise, based on memchr.c.
620         * tests/test-memchr2.c: New test.
621         * MODULES.html.sh (String handling): Add memchr2.
622
623 2008-02-29  Bruno Haible  <bruno@clisp.org>
624
625         * modules/freadseek-tests: New file.
626         * tests/test-freadseek.sh: New file.
627         * tests/test-freadseek.c: New file.
628
629         New module 'freadseek'.
630         * modules/freadseek: New file.
631         * lib/freadseek.h: New file.
632         * lib/freadseek.c: New file.
633         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
634
635 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
636
637         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
638         wydawca.
639
640         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
641         program_invocation_name and program_invocation_short_name are
642         present.
643
644 2008-02-28  Bruno Haible  <bruno@clisp.org>
645
646         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
647         * tests/test-freadptr.sh: Also test non-seekable stdin.
648
649 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
650
651         * build-aux/bootstrap (source_base, m4_base)
652         (doc_base, tests_base): New variables.
653         (gnulib_tool_options): Do not hardcode base directories, use
654         the above variables instead.
655
656 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
657
658         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
659
660 2008-02-28  Bruno Haible  <bruno@clisp.org>
661
662         * modules/freadptr-tests: New file.
663         * tests/test-freadptr.sh: New file.
664         * tests/test-freadptr.c: New file.
665
666         New module 'freadptr'.
667         * modules/freadptr: New file.
668         * lib/freadptr.h: New file.
669         * lib/freadptr.c: New file.
670         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
671
672 2008-02-26  Karl Berry  <karl@freefriends.org>
673
674         Sync from Libtool:
675         * libltdl/argz.c (argz_add, argz_count): New functions.
676         * libltdl/argz.in.h: Declare them.
677         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
678
679 2008-02-22  Bruno Haible  <bruno@clisp.org>
680
681         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
682         is a pointer type.  Needed for HP-UX 10.
683         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
684         * doc/posix-functions/gmtime_r.texi: Likewise.
685         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
686
687 2008-02-24  Bruno Haible  <bruno@clisp.org>
688
689         * modules/environ-tests: New file.
690         * tests/test-environ.c: New file.
691
692         New module 'environ'.
693         * modules/environ: New file.
694         * lib/unistd.in.h (environ): New declaration.
695         * m4/environ.m4: New file.
696         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
697         after use.
698         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
699         HAVE_DECL_ENVIRON.
700         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
701         HAVE_DECL_ENVIRON.
702         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
703         wrong claim that 'environ' is missing on some systems.
704         * modules/execute (Depends-on): Add environ.
705         * lib/execute.c (environ): Remove fallback declaration.
706         * modules/pipe (Depends-on): Add environ.
707         * lib/pipe.c (environ): Remove fallback declaration.
708         * modules/setenv (Depends-on): Add environ.
709         * lib/setenv.c (environ): Remove fallback declaration.
710         * modules/unsetenv (Depends-on): Add environ.
711         * lib/unsetenv.c (environ): Remove fallback declaration.
712         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
713         m4/environ.m4.
714         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
715         (gl_PREREQ_UNSETENV): Likewise.
716
717 2008-02-24  Bruno Haible  <bruno@clisp.org>
718
719         * doc/posix-functions/environ.texi: Document the MacOS X problem.
720
721 2008-02-20  Bob Proulx  <bob@proulx.com>
722
723         Enable use of older two part flavor 'git describe'.
724         * build-aux/git-version-gen: If using the older two part flavor of
725         git version then recreate the third part now present in the
726         newer three part flavor of git describe.
727
728 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
729
730         * lib/fts.c (fts_build): Typo correction to comment.
731
732 2008-02-17  Bruno Haible  <bruno@clisp.org>
733
734         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
735         generating no-op conflicts.
736
737 2008-02-17  Bruno Haible  <bruno@clisp.org>
738
739         Speed up by 10%.
740         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
741         result_entries, rather than an index-based loop.
742
743 2008-02-17  Bruno Haible  <bruno@clisp.org>
744
745         Speed up by 25%.
746         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
747         'hashcode_cached'.
748         (entry_create): New function.
749         (entry_hashcode): Use the cached hashcode if possible.
750         (read_changelog_file, try_split_merged_entry): Use entry_create.
751
752 2008-02-17  Bruno Haible  <bruno@clisp.org>
753
754         Speed up from O(n^2) to O(n) for long ChangeLog files.
755         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
756         (read_changelog_file): Change implementation of entries_reversed list
757         to rbtreehash.
758         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
759
760 2008-02-17  Bruno Haible  <bruno@clisp.org>
761
762         New option --split-merged-entry.
763         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
764         (find_paragraph_end, try_split_merged_entry): New functions.
765         (long_options): Add option --split-merged-entry.
766         (usage): Document option --split-merged-entry.
767         (main): Implement option --split-merged-entry.
768         Reported by Eric Blake.
769
770 2008-02-17  Bruno Haible  <bruno@clisp.org>
771
772         * lib/git-merge-changelog.c: Include c-strstr.h.
773         (main): Support the "git pull --rebase" situation.
774         * modules/git-merge-changelog (Depends-on): Add c-strstr.
775         Reported by Eric Blake.
776
777 2008-02-16  Eric Blake  <ebb9@byu.net>
778
779         Avoid doubling \ in common case of "c-maybe" quoting style.
780         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
781         eliding outer quotes.
782         * lib/quotearg.h: Document this.
783         * tests/test-quotearg.c (result_strings, inputs, results_g)
784         (flag_results, locale_results): Test it by adding a new string to
785         each test group.
786         (compare_strings): Test new string.
787
788 2008-02-13  Eric Blake  <ebb9@byu.net>
789
790         Avoid trigraph quoting in default output.
791         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
792         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
793         unless explicitly requested.
794         * tests/test-quotearg.c (flag_results, main): Add additional tests.
795
796 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
797
798         Don't rely on signed integer overflowing to negative value.
799         * lib/getugroups.c (getugroups): Include <limits.h>.
800         Instead, compare against INT_MAX, and increment only if the test passes.
801
802 2008-02-13  Jim Meyering  <meyering@redhat.com>
803         and Eric Blake  <ebb9@byu.net>
804
805         Avoid shadowing warning and compile errors on Linux.
806         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
807         forwarding macros on Linux.
808         (dcgettext): Define a stub, for Linux.
809         (results_g, main): Avoid warnings.
810
811 2008-02-12  Eric Blake  <ebb9@byu.net>
812
813         Silence warning in last patch.
814         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
815
816         Quotearg part 4: add tests, fix c-maybe colon quoting.
817         * lib/quotearg.h: Improve documentation.
818         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
819         escapes when adding outer quotes.  When quoting trigraphs, use
820         valid C notation.  When quoting NUL, omit extra characters if next
821         character is not digit.  Alter prototype.
822         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
823         callers.
824         * modules/quotearg-tests: New module.
825         * tests/test-quotearg.c: New test.
826
827 2008-02-07  Eric Blake  <ebb9@byu.net>
828
829         Quotearg part 3: add flag to control outer quote elision.
830         * lib/quotearg.h (c_maybe_quoting_style): New style.
831         (enum quoting_flags): Better documentation of flags.
832         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
833         c-maybe style.
834         (quotearg_buffer_restyled): Handle new flag to elide outer
835         quotes.
836
837         Quotearg part 2: add flag that can control NUL elision.
838         * lib/quotearg.h (set_quoting_flags): New prototype.
839         * lib/quotearg.c (struct quoting_options): Add flag field.
840         (set_quoting_flags): New function.
841         (quotearg_buffer_restyled): Add flags parameter.
842         (quotearg_alloc_mem): Set the flag if length cannot be returned.
843         (quotearg_n_options): Set the flag, since length cannot be
844         returned.
845         (quoting_options_from_style): Default flags correctly.
846
847         Quotearg part 1: more wrappers, restore quotearg_char state.
848         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
849         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
850         (quotearg_colon_mem): New wrappers.
851         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
852         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
853         functions.
854         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
855         (quotearg_colon_mem): New functions.
856
857 2008-02-11  Bruno Haible  <bruno@clisp.org>
858
859         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
860         library in the current directory: it does not work with parallel make.
861         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
862
863 2008-02-11  Bruno Haible  <bruno@clisp.org>
864
865         * .gitattributes: New file.
866
867 2008-02-11  Jim Meyering  <meyering@redhat.com>
868
869         useless-if-before-free: Fix reversed exit values.
870         * build-aux/useless-if-before-free: Use correct values
871         for EXIT_MATCH and EXIT_NO_MATCH.
872
873         * build-aux/useless-if-before-free: Close stdout carefully.
874
875 2008-02-10  Bruno Haible  <bruno@clisp.org>
876
877         New module 'git-merge-changelog'.
878         * modules/git-merge-changelog: New file.
879         * lib/git-merge-changelog.c: New file.
880
881 2008-02-10  Jim Meyering  <meyering@redhat.com>
882
883         useless-if-before-free: New option: --list (-l).
884
885         useless-if-before-free: Don't exit immediately upon open failure.
886         * build-aux/useless-if-before-free: Exit 2 for errors.
887         Upon failure to open a file, don't exit immediately.
888         Rather, just warn and continue with any remaining files.
889
890 2008-02-10  Bruno Haible  <bruno@clisp.org>
891
892         New abstract list operation 'node_set_value'.
893         * lib/gl_list.h (gl_list_node_set_value): New function.
894         (struct gl_list_implementation): New field node_set_value.
895         * lib/gl_list.c (gl_list_node_set_value): New function.
896         * lib/gl_array_list.c (gl_array_node_set_value): New function.
897         (gl_array_list_implementation): Update.
898         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
899         (gl_carray_list_implementation): Update.
900         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
901         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
902         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
903         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
904         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
905         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
906         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
907         Update.
908         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
909         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
910         (gl_sublist_list_implementation): Update.
911
912 2008-02-10  Bruno Haible  <bruno@clisp.org>
913
914         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
915         Needed when ELEMENT is #defined to 'some_type *'.
916
917 2008-02-10  Jim Meyering  <meyering@redhat.com>
918
919         New script and module: useless-if-before-free
920         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
921         * build-aux/useless-if-before-free: New file.
922         * modules/useless-if-before-free: New file.
923
924         * build-aux/gitlog-to-changelog: Use committer date, not author date.
925
926         xstrtol_error: Fix typo.
927         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
928         s/exit_failure/exit_status/.
929
930 2008-02-09  Jim Meyering  <meyering@redhat.com>
931
932         New script and module: gitlog-to-changelog
933         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
934         * modules/gitlog-to-changelog: New file.
935         * build-aux/gitlog-to-changelog: New file.
936
937 2008-02-08  Jim Meyering  <meyering@redhat.com>
938
939         Avoid two "parameter unused" warnings.
940         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
941         Mark "st" as used.
942
943         Use "git COMMAND", not "git-COMMAND".
944         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
945         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
946         * build-aux/git-version-gen: Use "git status", not "git-status".
947
948 2008-02-07  Bruno Haible  <bruno@clisp.org>
949
950         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
951         Avoids a crash on Windows Vista.
952         Reported by Adam Strzelecki <ono@java.pl> via
953         Simon Josefsson <simon@josefsson.org>.
954
955 2008-02-06  Bruno Haible  <bruno@clisp.org>
956
957         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
958         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
959         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
960         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
961         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
962         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
963         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
964         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
965         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
966         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
967         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
968         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
969         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
970         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
971         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
972         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
973         left-adjust flag.
974         * tests/test-snprintf-posix.h (test_function): Likewise.
975         * tests/test-sprintf-posix.h (test_function): Likewise.
976         * tests/test-vasprintf-posix.c (test_function): Likewise.
977         * doc/posix-functions/fprintf.texi: Update.
978         * doc/posix-functions/printf.texi: Update.
979         * doc/posix-functions/snprintf.texi: Update.
980         * doc/posix-functions/sprintf.texi: Update.
981         * doc/posix-functions/vfprintf.texi: Update.
982         * doc/posix-functions/vprintf.texi: Update.
983         * doc/posix-functions/vsnprintf.texi: Update.
984         * doc/posix-functions/vsprintf.texi: Update.
985         Reported by Peter Fales <psfales@alcatel-lucent.com>.
986
987 2008-02-06  Bruno Haible  <bruno@clisp.org>
988
989         Fix bug introduced on 2008-01-26.
990         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
991
992 2008-02-06  Bruno Haible  <bruno@clisp.org>
993
994         Fix bug introduced on 2007-06-10.
995         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
996         !NEED_PRINTF_FLAG_ZERO.
997
998 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
999
1000         getloadavg: use libperfstat on AIX5
1001         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
1002
1003 2008-02-03  Bruno Haible  <bruno@clisp.org>
1004
1005         * lib/diffseq.h: Add comments about required #includes.
1006         Reported by Michael Biggs <gnulib@doubleplum.net>.
1007
1008 2008-02-01  Bruno Haible  <bruno@clisp.org>
1009
1010         * users.txt: Add gnuit.
1011
1012 2008-01-31  Bruno Haible  <bruno@clisp.org>
1013
1014         * lib/md4.c (set_uint32): Mark as inline.
1015         * lib/md5.c (set_uint32): Likewise.
1016         * lib/sha1.c (set_uint32): Likewise.
1017         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
1018         * m4/md5.m4 (gl_MD5): Likewise.
1019         * m4/sha1.m4 (gl_SHA1): Likewise.
1020
1021 2008-01-31  Jim Meyering  <meyering@redhat.com>
1022
1023         Use "sizeof VAR", rather than a literal "4".
1024         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
1025         * lib/md4.c (md4_read_ctx): Likewise.
1026         * lib/sha1.c (sha1_read_ctx): Likewise.
1027
1028 2008-01-31  Simon Josefsson  <simon@josefsson.org>
1029
1030         * tests/test-sha1.c: New file, based on test-md5.c.
1031
1032         * modules/crypto/sha1-tests: New file.
1033
1034 2008-01-31  Simon Josefsson  <simon@josefsson.org>
1035
1036         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
1037
1038 2008-01-31  Jim Meyering  <meyering@redhat.com>
1039
1040         Prefer "sizeof v" over the equivalent "4".
1041         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
1042         * lib/md5.c (set_uint32): Likewise.
1043         * lib/sha1.c (set_uint32): Likewise.
1044
1045 2008-01-31  Simon Josefsson  <simon@josefsson.org>
1046
1047         * lib/sha1.c (set_uint32): Mark function as static.
1048
1049 2008-01-31  Simon Josefsson  <simon@josefsson.org>
1050
1051         md2: clarify comments to say that alignment is not required.
1052         * lib/md2.h: Remove warning about alignment in comment.
1053         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
1054         never been required.
1055
1056 2008-01-31  Simon Josefsson  <simon@josefsson.org>
1057
1058         md4: adapt alignment constraint fix from sha1.
1059         * lib/md4.c (set_uint32): New function, from sha1.c
1060         (md4_read_ctx): Use it.
1061         (md4_finish_ctx): Doc fix.
1062         * lib/md4.h: Doc fix.
1063
1064 2008-01-31  Simon Josefsson  <simon@josefsson.org>
1065
1066         md5: adapt alignment constraint fix from sha1.
1067         * lib/md5.c (set_uint32): New function, from sha1.c
1068         (md5_read_ctx): Use it.
1069         (md5_finish_ctx): Doc fix.
1070         * lib/md5.h: Doc fix.
1071
1072 2008-01-30  Peter Palfrader  <weasel@debian.org>
1073
1074         sha1: remove the result buffer alignment constraint
1075         * lib/sha1.c (set_uint32): New function.
1076         (sha1_read_ctx): Rewrite to remove the result buffer alignment
1077         constraint.
1078         (sha1_finish_ctx): Remove comment warning about alignment constraint.
1079         * lib/sha1.h: Likewise.
1080
1081 2008-01-30  Andreas Schwab  <schwab@suse.de>
1082             Bruno Haible  <bruno@clisp.org>
1083
1084         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
1085         correct definition of LDBL_MIN_EXP.
1086
1087 2008-01-30  Karl Berry  <karl@gnu.org>
1088
1089         * config/srclist-update: try to preserve x bit on updates.
1090         * config/srclistvars.sh: update for karl.
1091
1092 2008-01-29  Jim Meyering  <meyering@redhat.com>
1093
1094         vasnprintf.c: Avoid warning about unused label
1095         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
1096         "overflow" label definition and associated code with the
1097         same cpp condition that guards the sole use of that label.
1098
1099 2008-01-26  Bruno Haible  <bruno@clisp.org>
1100
1101         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
1102         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
1103         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
1104         * lib/isnanl-nolibm.h (isnanl): Likewise.
1105         Reported by Paul Eggert <eggert@cs.ucla.edu>.
1106
1107 2008-01-26  Bruno Haible  <bruno@clisp.org>
1108
1109         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
1110         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
1111
1112 2008-01-26  Bruno Haible  <bruno@clisp.org>
1113
1114         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
1115         GCC >= 4.0 built-in.
1116         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
1117
1118 2008-01-26  Bruno Haible  <bruno@clisp.org>
1119
1120         Rename isnan, applicable to 'double' only, to isnand.
1121         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
1122         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
1123         (configure.ac): Update.
1124         (Include): Replace "isnan.h" with "isnand.h".
1125         * m4/isnand.m4: Renamed from m4/isnan.m4.
1126         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
1127         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
1128         instead of isnan.c.
1129         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
1130         instead of HAVE_ISNAN_IN_LIBC.
1131         (isnand): Renamed from isnan.
1132         * lib/isnand.c: New file.
1133         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
1134         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
1135         (Makefile.am): Update.
1136         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
1137         Include isnand.h instead of isnan.h.
1138         (main): Test isnand instead of isnan.
1139         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
1140         isnan-nolibm.
1141         * modules/frexp (Depends-on): Likewise.
1142         * modules/frexp-tests (Depends-on): Likewise.
1143         * modules/frexp-nolibm (Depends-on): Likewise.
1144         * modules/frexp-nolibm-tests (Depends-on): Likewise.
1145         * modules/isfinite (Depends-on): Likewise.
1146         * modules/round-tests (Depends-on): Likewise.
1147         * modules/signbit (Depends-on): Likewise.
1148         * modules/signbit-tests (Depends-on): Likewise.
1149         * modules/snprintf-posix (Depends-on): Likewise.
1150         * modules/sprintf-posix (Depends-on): Likewise.
1151         * modules/trunc-tests (Depends-on): Likewise.
1152         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
1153         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
1154         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
1155         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
1156         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
1157         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
1158         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
1159         * modules/vasnprintf-posix (Depends-on): Likewise.
1160         * modules/vasprintf-posix (Depends-on): Likewise.
1161         * modules/vfprintf-posix (Depends-on): Likewise.
1162         * modules/vsnprintf-posix (Depends-on): Likewise.
1163         * modules/vsprintf-posix (Depends-on): Likewise.
1164         * lib/frexp.c: Include isnand.h instead of isnan.h.
1165         (ISNAN): Set to isnand instead of isnan.
1166         * lib/isfinite.c: Include isnand.h instead of isnan.h.
1167         (gl_isfinited): Use isnand instead of isnan.
1168         * lib/signbitd.c: Include isnand.h instead of isnan.h.
1169         (gl_signbitd): Use isnand instead of isnan.
1170         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
1171         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
1172         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
1173         (main): Use isnand instead of isnan.
1174         * tests/test-round1.c: Include isnand.h.
1175         (main): Use isnand instead of isnan.
1176         * tests/test-round2.c: Include isnand.h instead of isnan.h.
1177         (ISNAN): Set to isnand instead of isnan.
1178         * tests/test-trunc1.c: Include isnand.h.
1179         (main): Use isnand instead of isnan.
1180         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
1181         (equal): Use isnand instead of isnan.
1182         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
1183         isnand-nolibm.
1184         * NEWS: Mention the change.
1185
1186 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
1187             Bruno Haible  <bruno@clisp.org>
1188
1189         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
1190         the GCC builtins for signbits are present and set
1191         REPLACE_SIGNBIT_USING_GCC if so.
1192         * lib/math.in.h (signbit): Define using GCC builtins if
1193         REPLACE_SIGNBIT_USING_GCC is set.
1194         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
1195         REPLACE_SIGNBIT_USING_GCC.
1196         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
1197
1198 2008-01-25  Jim Meyering  <meyering@redhat.com>
1199
1200         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
1201         * lib/poll.c: Include <config.h>, not "config.h".
1202         * tests/test-getaddrinfo.c: Likewise.
1203
1204 2008-01-25  Simon Josefsson  <simon@josefsson.org>
1205
1206         * modules/sockets-tests: New file.
1207
1208 2008-01-24  Simon Josefsson  <simon@josefsson.org>
1209
1210         * modules/sockets: New module, can be used to call WSA_Startup and
1211         WSA_Cleanup when needed.
1212
1213         * lib/sockets.h, lib/sockets.c: New files.
1214
1215         * m4/sockets.m4: New file.
1216
1217         * tests/test-sockets.c: New file.
1218
1219 2008-01-19  Bruno Haible  <bruno@clisp.org>
1220
1221         * doc/posix-headers: Renamed from doc/headers.
1222         * doc/posix-functions: Renamed from doc/functions.
1223         * doc/gnulib.texi: Update.
1224
1225 2008-01-19  Bruno Haible  <bruno@clisp.org>
1226
1227         * doc/glibc-functions/strcasestr.texi: Include contents of
1228         doc/functions/strcasestr.texi, fixing the list of platforms.
1229         * doc/functions/strcasestr.texi: Remove file.
1230
1231 2008-01-19  Bruno Haible  <bruno@clisp.org>
1232
1233         * doc/glibc-functions/memmem.texi: Include contents of
1234         doc/functions/memmem.texi.
1235         * doc/functions/memmem.texi: Remove file.
1236
1237 2008-01-18  Bruno Haible  <bruno@clisp.org>
1238
1239         * doc/glibc-functions/*.texi: New files.
1240         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
1241         to use the new files.
1242
1243 2008-01-17  Bruno Haible  <bruno@clisp.org>
1244
1245         * tests/test-gethostname.c (main): Fix printf statement.
1246
1247 2008-01-17  Simon Josefsson  <simon@josefsson.org>
1248
1249         * modules/gethostname-tests: New file.
1250
1251         * tests/test-gethostname.c: New file.
1252
1253 2008-01-17  Simon Josefsson  <simon@josefsson.org>
1254
1255         * lib/gethostname.c: Include string.h unconditionally, strncpy is
1256         used by the UNAME case.  Reported by Bruno Haible
1257         <bruno@clisp.org>.
1258
1259 2008-01-17  Eric Blake  <ebb9@byu.net>
1260
1261         Convert c-strcasestr to be more efficient.
1262         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
1263         (Depends-on): Add c-strcase, remove malloca, strnlen.
1264         * tests/test-c-strcasestr.c (main): Enhance test.
1265         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
1266
1267 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
1268
1269         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
1270         Use it in creating po/Makevars.
1271
1272 2008-01-15  Simon Josefsson  <simon@josefsson.org>
1273
1274         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
1275         Applications that requires it should initialize libgcrypt
1276         manually.
1277
1278 2008-01-16  Simon Josefsson  <simon@josefsson.org>
1279
1280         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
1281
1282 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
1283
1284         Fix problem with getdate on mingw32 reported by Simon Josefsson
1285         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
1286         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
1287         tzname", when deciding whether to declare tzname.
1288         * lib/strftime.c (tzname): Likewise.
1289
1290 2008-01-15  Bruno Haible  <bruno@clisp.org>
1291
1292         Work around a MacOS X 10.5 bug in frexpl().
1293         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
1294         * doc/functions/frexpl.texi: Document the bug.
1295         Reported by Elias Pipping <pipping@gentoo.org>.
1296
1297 2008-01-14  Eric Blake  <ebb9@byu.net>
1298
1299         Touch up previous patch.
1300         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
1301         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
1302
1303         Convert strcasestr module to use Two-Way algorithm.
1304         * modules/strcasestr-simple: New module, based on the old
1305         strcasestr, but with Two-Way rather than KMP.
1306         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
1307         * lib/string.in.h (rpl_strcasestr): Declare.
1308         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
1309         performance.
1310         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
1311         * modules/string (Makefile.am): Support strcasestr.
1312         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
1313         * modules/strcasestr-tests (Depends-on): Check for alarm.
1314         * tests/test-strcasestr.c: Augment test.
1315         * lib/str-two-way.h: Clean up stray macro.
1316         * NEWS: Document new module.
1317         * MODULES.html.sh (string handling): Likewise.
1318         * doc/functions/strcasestr.texi: New file.
1319         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
1320         here, since it is not a POSIX function.
1321
1322 2008-01-14  Colin Watson  <cjwatson@debian.org>
1323             Bruno Haible  <bruno@clisp.org>
1324
1325         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
1326         works fine; if not, set REPLACE_STRSIGNAL.
1327         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
1328         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1329         REPLACE_STRSIGNAL.
1330         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
1331         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
1332         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
1333
1334 2008-01-14  Bruno Haible  <bruno@clisp.org>
1335
1336         * modules/strsignal (Include): Change to <string.h>.
1337
1338 2008-01-14  Colin Watson  <cjwatson@debian.org>
1339
1340         * modules/argp (Notice): Add a notice recommending to change
1341         XGETTEXT_OPTIONS.
1342         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
1343
1344 2008-01-13  Colin Watson  <cjwatson@debian.org>
1345
1346         * modules/strsignal-tests: New file.
1347         * tests/test-strsignal.c: New file.
1348
1349         * lib/strsignal.c: New file, from glibc with modifications.
1350         * lib/siglist.h: New file, from glibc with modifications.
1351         * lib/string.in.h (strsignal): New declaration.
1352         * m4/strsignal.m4: New file.
1353         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1354         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
1355         * modules/strsignal: New file.
1356         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
1357         HAVE_DECL_STRSIGNAL.
1358
1359 2008-01-13  Bruno Haible  <bruno@clisp.org>
1360
1361         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
1362         locale encoding is not ASCII. Needed for OpenBSD 4.0.
1363         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
1364         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
1365
1366 2008-01-13  Bruno Haible  <bruno@clisp.org>
1367
1368         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
1369         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
1370         * lib/argp.h (__attribute__): Likewise.
1371         * lib/c-stack.c (__attribute__): Likewise.
1372         * lib/error.h (__attribute__): Likewise.
1373         * lib/fts.c (__attribute__): Likewise.
1374         * lib/openat.h (__attribute__): Likewise.
1375         * lib/stdio.in.h (__attribute__): Likewise.
1376         * lib/string.in.h (__attribute__): Likewise.
1377         * lib/utimens.c (__attribute__): Likewise.
1378         * lib/vasnprintf.h (__attribute__): Likewise.
1379         * lib/xalloc.h (__attribute__): Likewise.
1380         * lib/xprintf.h (__attribute__): Likewise.
1381         * lib/xstrtol.h (__attribute__): Likewise.
1382         * lib/xvasprintf.h (__attribute__): Likewise.
1383
1384 2008-01-12  Bruno Haible  <bruno@clisp.org>
1385
1386         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
1387         * doc/glibc-headers/a.out.texi: New file.
1388         * doc/glibc-headers/aliases.texi: New file.
1389         * doc/glibc-headers/alloca.texi: New file.
1390         * doc/glibc-headers/ar.texi: New file.
1391         * doc/glibc-headers/argp.texi: New file.
1392         * doc/glibc-headers/argz.texi: New file.
1393         * doc/glibc-headers/byteswap.texi: New file.
1394         * doc/glibc-headers/crypt.texi: New file.
1395         * doc/glibc-headers/endian.texi: New file.
1396         * doc/glibc-headers/envz.texi: New file.
1397         * doc/glibc-headers/err.texi: New file.
1398         * doc/glibc-headers/error.texi: New file.
1399         * doc/glibc-headers/execinfo.texi: New file.
1400         * doc/glibc-headers/fpu_control.texi: New file.
1401         * doc/glibc-headers/fstab.texi: New file.
1402         * doc/glibc-headers/fts.texi: New file.
1403         * doc/glibc-headers/getopt.texi: New file.
1404         * doc/glibc-headers/ieee754.texi: New file.
1405         * doc/glibc-headers/ifaddrs.texi: New file.
1406         * doc/glibc-headers/libintl.texi: New file.
1407         * doc/glibc-headers/mcheck.texi: New file.
1408         * doc/glibc-headers/mntent.texi: New file.
1409         * doc/glibc-headers/obstack.texi: New file.
1410         * doc/glibc-headers/paths.texi: New file.
1411         * doc/glibc-headers/printf.texi: New file.
1412         * doc/glibc-headers/pty.texi: New file.
1413         * doc/glibc-headers/resolv.texi: New file.
1414         * doc/glibc-headers/shadow.texi: New file.
1415         * doc/glibc-headers/sysexits.texi: New file.
1416         * doc/glibc-headers/ttyent.texi: New file.
1417
1418 2008-01-12  Jim Meyering  <meyering@redhat.com>
1419
1420         announce-gen: emit Gnulib's git-based version string.
1421         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
1422         New option --gnulib-version=V, where V is expected to be
1423         the output of running git describe in the gnulib directory.
1424         (get_tool_versions): Request feedback on xdelta.  I suspect it's
1425         not useful, and plan to stop publishing an xdelta file with each
1426         coreutils release.
1427
1428         * build-aux/announce-gen: Also check for lzma-compressed files.
1429
1430 2008-01-11  Bruno Haible  <bruno@clisp.org>
1431
1432         * tests/test-memmem.c (main): Increase maximum allowed time.
1433         * tests/test-strstr.c (main): Likewise.
1434
1435 2008-01-11  Bruno Haible  <bruno@clisp.org>
1436
1437         * doc/functions/memmem.texi: Add more precisions about platforms.
1438         * doc/functions/strstr.texi: Likewise.
1439
1440 2008-01-10  Eric Blake  <ebb9@byu.net>
1441
1442         * m4/strstr.m4: Delete cruft from copy-n-paste.
1443         Reported by Bruno Haible.
1444
1445 2008-01-10  Bruno Haible  <bruno@clisp.org>
1446
1447         Make c-strstr rely on strstr.
1448         * lib/c-strstr.c: Don't include str-kmp.h.
1449         (c_strstr): Define in terms of strstr.
1450         * modules/c-strstr (Files): Remove lib/str-kmp.h.
1451         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
1452
1453 2008-01-10  Bruno Haible  <bruno@clisp.org>
1454
1455         * doc/gnulib.texi (String Functions in C Locale): New section.
1456         * doc/c-ctype.texi: New file.
1457         * doc/c-strcase.texi: New file.
1458         * doc/c-strcaseeq.texi: New file.
1459         * doc/c-strcasestr.texi: New file.
1460         * doc/c-strstr.texi: New file.
1461         * doc/c-strtod.texi: New file.
1462         * doc/c-strtold.texi: New file.
1463
1464 2008-01-10  Eric Blake  <ebb9@byu.net>
1465
1466         * lib/relocatable.h: Fix a comment.
1467
1468 2008-01-10  Eric Blake  <ebb9@byu.net>
1469
1470         Share two-way algorithm.
1471         * lib/str-two-way.h: New file, merged from...
1472         * lib/memmem.c: ...here...
1473         * lib/strstr.c: ...and here.
1474         * modules/memmem (Files): Use it.
1475         * modules/strstr (Files): Likewise.
1476
1477         Avoid quadratic strstr implementations.
1478         * lib/strstr.c: New file.
1479         * m4/strstr.m4: Likewise.
1480         * modules/strstr: Likewise.
1481         * modules/strstr-tests: Likewise.
1482         * tests/test-strstr.c: Likewise.
1483         * lib/string.in.h (rpl_strstr): Declare.
1484         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
1485         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
1486         * modules/string (Makefile.am): Likewise.
1487         * MODULES.html.sh (string handling): Mention new module.
1488         * doc/functions/strstr.texi (strstr): Document the bug.
1489
1490 2008-01-10  Bruno Haible  <bruno@clisp.org>
1491
1492         * lib/relocatable.h (relocate): State whether result is freshly
1493         allocated or not.
1494         * lib/relocatable.c (relocate): Return a freshly allocated string
1495         instead of a pointer to a privately held string.
1496         Reported by Sylvain Beucler <beuc@gnu.org>.
1497
1498 2008-01-10  Colin Watson  <cjwatson@debian.org>
1499
1500         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
1501         s/S_ISNLK/S_ISLNK/.
1502
1503 2008-01-09  Bruno Haible  <bruno@clisp.org>
1504
1505         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
1506         and other files.
1507         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
1508         if it's only a guess.
1509         * modules/memmem: Simplify by depending on memmem-simple.
1510
1511 2008-01-09  Bruno Haible  <bruno@clisp.org>
1512
1513         Work around OpenBSD 4.0 tdelete() bug.
1514         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
1515         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
1516         macros and don't redefine the enum values.
1517         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
1518         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
1519         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
1520
1521 2008-01-09  Bruno Haible  <bruno@clisp.org>
1522
1523         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
1524         (main): Don't perform the tests if setlocale did not install a UTF-8
1525         locale. Needed on OpenBSD 4.0.
1526         * modules/wcwidth-tests (Depends-on): Add localcharset.
1527
1528 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
1529
1530         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
1531         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
1532         * NEWS: announce this.
1533         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
1534
1535 2008-01-09  Simon Josefsson  <simon@josefsson.org>
1536         and Eric Blake  <ebb9@byu.net>
1537
1538         Add memmem-simple module.
1539         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
1540         (gl_FUNC_MEMMEM): Separate performance from presence checks.
1541         * modules/memmem-simple: New file.
1542         * modules/memmem (Description): Tweak.
1543         * MODULES.html.sh (string handling): Mention new module.
1544         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
1545         addressed by memmem-simple.
1546         * NEWS: Document the difference.
1547
1548 2008-01-09  Eric Blake  <ebb9@byu.net>
1549
1550         Give gcc some memmem optimization hints.
1551         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
1552         (strcasestr): Declare as pure.
1553         * modules/memmem (Maintainer): Claim my implementation.
1554
1555 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1556
1557         Support AIX 6.1 and higher.
1558         * build-aux/config.libpath: Likewise.
1559         * build-aux/config.rpath: Likewise.
1560
1561 2008-01-08  Jim Meyering  <meyering@redhat.com>
1562             Bruno Haible  <bruno@clisp.org>
1563
1564         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
1565         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
1566         Reported by Peter Fales in
1567         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
1568
1569 2008-01-08  Bruno Haible  <bruno@clisp.org>
1570
1571         * modules/unictype/category-of (Depends-on): Add
1572         unictype/category-none.
1573         * modules/unictype/category-and-tests (Depends-on): Add
1574         unictype/category-{L,N,Lu,Nd}.
1575         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
1576         * modules/unictype/category-or-tests (Depends-on): Add
1577         unictype/category-{L,N}.
1578         * modules/unictype/category-name-tests (Depends-on): Add
1579         unictype/category-{Z,Nl}.
1580         Reported by Simon Josefsson.
1581
1582 2008-01-08  Bruno Haible  <bruno@clisp.org>
1583
1584         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
1585         convention better.
1586         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
1587         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
1588         Reported by Peter Miller <millerp@canb.auug.org.au>.
1589
1590 2008-01-08  Eric Blake  <ebb9@byu.net>
1591
1592         Rewrite memmem to guarantee linear complexity without malloc.
1593         * lib/memmem.c (memmem): Use Two-Way rather than
1594         Knuth-Morris-Pratt, to allow O(1) space usage.
1595         (critical_factorization, two_way_short_needle)
1596         (two_way_long_needle): New functions.
1597         (knuth_morris_pratt): Delete.
1598         * modules/memmem (Depends-on): No longer need malloca or stdbool.
1599         Add stdint.
1600         * tests/test-memmem.c (main): Add tests for periodic needle and
1601         sublinear performance.
1602         * doc/functions/memmem.texi (memmem): Document other deficiencies
1603         in cygwin and older glibc.
1604
1605 2008-01-08  Bruno Haible  <bruno@clisp.org>
1606
1607         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
1608         augmentation.
1609
1610 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
1611
1612         Add a configure time option: --disable-acl.
1613         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
1614         AC_ARG_ENABLE(acl).
1615
1616 2008-01-06  Simon Josefsson  <simon@josefsson.org>
1617
1618         * tests/test-localename.c: Don't include obsolete "setenv.h".
1619
1620         * modules/localename-tests (Depends-on): Need unsetenv.
1621
1622 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1623
1624         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
1625
1626 2008-01-06  Colin Watson  <cjwatson@debian.org>
1627
1628         * users.txt: Add man-db.
1629
1630 2008-01-07  Bruno Haible  <bruno@clisp.org>
1631
1632         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
1633         previous section name.
1634
1635 2008-01-07  Bruno Haible  <bruno@clisp.org>
1636
1637         * lib/progname.c (set_program_name): Don't strip off a leading
1638         "lt-" prefix outside a .libs directory.
1639         Suggested by Paul Eggert.
1640
1641 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
1642             Bruno Haible  <bruno@clisp.org>
1643
1644         Improve memory cleanup in 'relocatable' module.
1645         * lib/relocatable.h (compute_curr_prefix): Change return type to
1646         'char *'.
1647         * lib/relocatable.c (compute_curr_prefix): Change return type to
1648         'char *'. Free curr_installdir after use.
1649         (relocate): Free curr_prefix_better after use.
1650         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
1651
1652 2008-01-01  Bruno Haible  <bruno@clisp.org>
1653
1654         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
1655         failure on older glibc systems.
1656         Reported by Peter Fales <psfales@alcatel-lucent.com>.
1657
1658 2008-01-05  Eric Blake  <ebb9@byu.net>
1659
1660         Avoid quadratic system memmem.
1661         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
1662         Reported by Ralf Wildenhues.
1663
1664         Fix memmem test for mingw.
1665         * modules/memmem-tests (configure.ac): Check for alarm.
1666         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
1667         it.
1668         * doc/functions/memmem.texi: New file.
1669         * doc/gnulib.texi (Function Substitutes): Add memmem.
1670         Reported by Bruno Haible.
1671
1672 2008-01-04  Bruno Haible  <bruno@clisp.org>
1673
1674         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
1675         Require gl_HEADER_STRINGS_H_DEFAULTS, not
1676         gl_HEADER_STRING_H_DEFAULTS.
1677
1678 2008-01-04  Eric Blake  <ebb9@byu.net>
1679
1680         Shorten duration of memmem test.
1681         * tests/test-memmem.c (main): Use alarm to declare failure if test
1682         is taking too long.
1683         Reported by Ralf Wildenhues.
1684
1685 2007-12-21  Simon Josefsson  <simon@josefsson.org>
1686
1687         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
1688         string, needed by strerror.
1689
1690 2008-01-03  Colin Watson  <cjwatson@debian.org>
1691             Bruno Haible  <bruno@clisp.org>
1692
1693         * doc/gnulib-tool.texi (Localization): New section.
1694
1695 2008-01-02  Bruno Haible  <bruno@clisp.org>
1696
1697         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
1698         variables to 'unsigned char *' type.
1699         Reported by Paul Eggert.
1700
1701 2008-01-02  Jim Meyering  <jim@meyering.net>
1702
1703         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
1704
1705 2007-12-31  Jim Meyering  <jim@meyering.net>
1706
1707         Avoid use of private FTS type name.
1708         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
1709
1710 2007-12-30  Karl Berry  <karl@gnu.org>
1711
1712         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
1713         work around defect in Texinfo and/or the standalone Info browser.
1714
1715 2007-12-30  Bruno Haible  <bruno@clisp.org>
1716
1717         Unify 5 copies of the KMP code.
1718         * lib/str-kmp.h: New file.
1719         * lib/c-strcasestr.c: Include str-kmp.h.
1720         (knuth_morris_pratt): Remove function.
1721         (c_strcasestr): Update.
1722         * lib/c-strstr.c: Include str-kmp.h.
1723         (knuth_morris_pratt): Remove function.
1724         (c_strcasestr): Update.
1725         * lib/mbscasestr.c: Include str-kmp.h.
1726         (knuth_morris_pratt_unibyte): Remove function.
1727         * lib/mbsstr.c: Include str-kmp.h.
1728         (knuth_morris_pratt_unibyte): Remove function.
1729         * lib/strcasestr.c: Include str-kmp.h.
1730         (knuth_morris_pratt): Remove function.
1731         (strcasestr): Update.
1732         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
1733         * modules/c-strstr (Files): Likewise.
1734         * modules/mbscasestr (Files): Likewise.
1735         * modules/mbsstr (Files): Likewise.
1736         * modules/strcasestr (Files): Likewise.
1737         Suggested by Paul Eggert.
1738
1739 2007-12-30  Bruno Haible  <bruno@clisp.org>
1740
1741         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
1742         defined.
1743
1744 2007-12-30  Bruno Haible  <bruno@clisp.org>
1745
1746         * lib/xmalloca.h: Include xalloc.h.
1747         (xnmalloca): New macro.
1748
1749 2007-12-30  Bruno Haible  <bruno@clisp.org>
1750
1751         * lib/malloca.h (nmalloca): New macro.
1752         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
1753         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
1754         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
1755         knuth_morris_pratt_multibyte): Likewise.
1756         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
1757         knuth_morris_pratt_multibyte): Likewise.
1758         * lib/memmem.c (knuth_morris_pratt): Likewise.
1759         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
1760
1761 2007-12-25  Bruno Haible  <bruno@clisp.org>
1762
1763         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
1764         * lib/glob.c: Don't include openat.h.
1765         (link_exists2_p): Add back the code that deals with the
1766         !GLOB_ALTDIRFUNC case.
1767         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
1768         let it do the filename concatenation.
1769         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
1770         * modules/glob (Depends-on): Remove openat.
1771
1772 2007-12-31  Bruno Haible  <bruno@clisp.org>
1773
1774         * modules/dirfd (License): Change to LGPLv2+.
1775         Approved by Jim Meyering.
1776
1777 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1778
1779         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
1780         when multiplying M by sizeof (size_t).
1781
1782 2007-12-10  Martin Lambers  <marlam@marlam.de>
1783
1784         Override getpagesize on mingw.
1785         * lib/getpagesize.c: New file.
1786         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
1787         * modules/getpagesize (Files): Add lib/getpagesize.c.
1788         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
1789         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1790         REPLACE_GETPAGESIZE.
1791         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
1792
1793 2007-12-25  Bruno Haible  <bruno@clisp.org>
1794
1795         * modules/localcharset (Notice): New field.
1796         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
1797         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
1798
1799 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
1800             Bruno Haible  <bruno@clisp.org>
1801
1802         Avoid using the syntax symbol() in formatted documentation.
1803         * MODULES.html.sh (func_module): When replacing symbol() with a
1804         hyperlink, remove the parentheses. Show an error if some remain.
1805         Recognize and render the '...' syntax.
1806         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
1807         Rework. Add paragraph about GCC's inlining.
1808         * doc/alloca.texi: Likewise.
1809         * doc/error.texi: Remove parentheses from symbol reference.
1810         * doc/gnulib-intro.texi: Likewise.
1811         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
1812         * modules/fnmatch (Description): Reword to say "the ... function".
1813         * modules/full-read (Description): Likewise.
1814         * modules/full-write (Description): Likewise.
1815         * modules/safe-read (Description): Likewise.
1816         * modules/safe-write (Description): Likewise.
1817         * modules/strchrnul (Description): Likewise.
1818         * modules/trim (Description): Likewise.
1819         * modules/error (Description): Remove parentheses from symbol
1820         references.
1821         * modules/verror (Description): Likewise.
1822         Reported by Karl Berry.
1823
1824 2007-12-25  Bruno Haible  <bruno@clisp.org>
1825
1826         Fixup after 2007-10-16 commit.
1827         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
1828
1829 2007-12-24  Bruno Haible  <bruno@clisp.org>
1830
1831         Make --enable-relocatable work with DESTDIR.
1832         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
1833         to compute installdir from destprog.
1834         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
1835         also set the RELOC_DESTDIR variable.
1836         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
1837
1838 2007-12-24  Bruno Haible  <bruno@clisp.org>
1839
1840         Fix link error due to xalloc_die().
1841         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
1842         of xreadlink.
1843         * lib/relocwrapper.c: Update comments.
1844         * build-aux/install-reloc: Remove xreadlink.c from file list.
1845         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
1846         xreadlink.c.
1847         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
1848
1849 2007-12-24  Bruno Haible  <bruno@clisp.org>
1850
1851         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
1852         * lib/setenv.h: Remove file.
1853         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
1854         lib/setenv.h.
1855         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
1856         (Depends-on): Add stdlib.
1857         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
1858         gl_FUNC_UNSETENV.
1859         (Include): Replace setenv.h with <stdlib.h>.
1860         * modules/unsetenv: New file.
1861         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
1862         * lib/unsetenv.c: Include <stdlib.h> first.
1863         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
1864         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
1865         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
1866         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
1867         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
1868         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
1869         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
1870         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
1871         * doc/functions/unsetenv.texi: Update.
1872         * modules/xsetenv (Depends-on): Add unsetenv.
1873         * modules/getdate (Depends-on): Likewise.
1874         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
1875         * lib/xsetenv.c: Don't include setenv.h.
1876         * lib/getdate.y: Likewise.
1877         * lib/relocwrapper.c: Likewise.
1878         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
1879         (Depends-on): Add stdlib.
1880         * NEWS: Mention the changes.
1881         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
1882
1883 2007-12-23  Bruno Haible  <bruno@clisp.org>
1884
1885         * lib/memmem.c (memmem): Use lowercase variable names. Tab
1886         indentation.
1887
1888 2007-12-23  Bruno Haible  <bruno@clisp.org>
1889
1890         * lib/c-strcasestr.c: Add more comments.
1891         * lib/c-strstr.c: Likewise.
1892         * lib/mbscasestr.c: Likewise.
1893         * lib/mbsstr.c: Likewise.
1894         * lib/strcasestr.c: Likewise.
1895         * lib/memmem.c: Likewise.
1896
1897 2007-12-23  Bruno Haible  <bruno@clisp.org>
1898
1899         * tests/test-memmem.c: Include <string.h> first.
1900
1901 2007-12-22  Bruno Haible  <bruno@clisp.org>
1902
1903         * gnulib-tool (func_create_testdir): Change $auxdir while generating
1904         the contents of $testsbase.
1905         Reported by Ralf Wildenhues.
1906
1907 2007-12-22  Bruno Haible  <bruno@clisp.org>
1908
1909         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
1910         two variables local_ldadd_before, local_ldadd_last.
1911
1912 2007-12-20  Eric Blake  <ebb9@byu.net>
1913
1914         Work around circular library issue when cross-compiling.
1915         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
1916         that progname.o does not need to pull in rpl_memcmp.
1917
1918 2007-12-19  Eric Blake  <ebb9@byu.net>
1919
1920         Fix memmem to avoid O(n^2) worst-case complexity.
1921         * lib/memmem.c (knuth_morris_pratt): New function.
1922         (memmem): Use it if first few naive iterations fail.
1923         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
1924         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
1925         * modules/memchr (License): Likewise.
1926         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
1927         malloca.
1928         * tests/test-memmem.c: Rewrite, borrowing ideas from
1929         test-mbsstr1.c; the old version wouldn't even compile!
1930         * modules/memmem-tests: New file.
1931         * lib/string.in.h (rpl_memmem): Add declaration.
1932         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
1933         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
1934         REPLACE_MEMMEM.
1935
1936 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1937
1938         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
1939         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
1940         before any system include files, and undef after them all.  This
1941         should fix a problem on VMS reported by John E. Malmberg in
1942         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
1943
1944 2007-12-17  Eric Blake  <ebb9@byu.net>
1945
1946         Revert addition of verify, for BSD/OS.
1947         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
1948         can't handle large files, for the sake of obsolete platforms.
1949         * modules/fseeko (Depends-on): Remove verify.
1950         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
1951         * doc/functions/ftello.texi (ftello): Likewise.
1952         * doc/functions/fgetpos.texi (fgetpos): Likewise.
1953         Reported by Larry Jones.
1954
1955 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
1956
1957         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
1958         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
1959
1960 2007-12-17  Jim Meyering  <meyering@redhat.com>
1961
1962         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
1963         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
1964         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
1965         * modules/getcwd (Depends-on): Add openat.
1966         Reported by Petr Salinger.
1967
1968 2007-12-17  Bruno Haible  <bruno@clisp.org>
1969
1970         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
1971         avoid a segmentation fault of the configure test on x86_64 systems.
1972
1973 2007-12-15  Jim Meyering  <meyering@redhat.com>
1974
1975         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
1976
1977 2007-12-13  Eric Blake  <ebb9@byu.net>
1978
1979         Another fseek test.
1980         * tests/test-fseek.c (main): Also test ungetc handling.
1981         * tests/test-fseeko.c (main): Likewise.
1982         * modules/fseeko (Depends-on): Add verify.
1983         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
1984         large.
1985         Reported by Larry Jones.
1986
1987         Fix fseeko on mingw.
1988         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
1989         seek.
1990
1991         Beef up fseek tests.
1992         * tests/test-fseek.c (main): Also test eof handling.
1993         * tests/test-fseeko.c (main): Likewise.
1994         Reported by Larry Jones.
1995
1996 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
1997
1998         Fix fseeko on BSD-based platforms.
1999         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
2000         successful seek.
2001
2002 2007-12-12  Eric Blake  <ebb9@byu.net>
2003
2004         Allow circular dependency of separate libtests.a
2005         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
2006         when use_libtests.
2007
2008 2007-12-11  Eric Blake  <ebb9@byu.net>
2009
2010         Fix bug with -0.0L in previous patch.
2011         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
2012         * tests/test-isnan.c (main): Also test on zeroes.
2013         * tests/test-isnanf.c (main): Likewise.
2014         * tests/test-isnanl.h (main): Likewise.
2015
2016         Detect pseudo-denormals on x86 even when cross-compiling.
2017         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
2018         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
2019         invalid bit patterns that happen to satisfy ==.
2020
2021         Avoid link failures with separate libtests.a.
2022         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
2023         last, to satisfy circular dependencies.
2024
2025 2007-12-11  Eric Blake  <ebb9@byu.net>
2026         and Bruno Haible  <bruno@clisp.org>
2027
2028         Fix OpenBSD 4.0 <float.h> handling of long double.
2029         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
2030         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
2031         * doc/headers/float.texi (float.h): Document OpenBSD bug.
2032
2033 2007-12-11  Jim Meyering  <meyering@redhat.com>
2034
2035         * users.txt: Add libvirt.
2036
2037         Support versions of autoconf prior to 2.59c.
2038         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
2039         if it is not already defined.
2040
2041 2007-12-09  Bruno Haible  <bruno@clisp.org>
2042
2043         Let 'gnulib-tool --import' collect sources needed for the tests in
2044         tests/ rather than in lib/.
2045         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
2046         argument. If true, add rules to generate libtests.a, and put libtests.a
2047         into $(LDADD). Consider source files in subdirectories and set
2048         uses_subdirs.
2049         (func_emit_initmacro_start, func_emit_initmacro_end,
2050         func_emit_initmacro_done): Pass all arguments explicitly.
2051         (func_import): Determine two module lists main_modules,
2052         testsrelated_modules. Determine use_libtests. Determine two variables
2053         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
2054         instead of just sed_transform_lib_file. Determine two variables
2055         main_files and testsrelated_files. Compute 'files' as the union of
2056         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
2057         func_add_or_update. In the generated gnulib-comp.m4, collect the
2058         object files for tests/ in different variables than those for lib/.
2059         Substitute LIBTESTS_LIBDEPS.
2060         (func_create_testdir): Combine the uses_subdirs results from
2061         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
2062
2063 2007-12-09  Bruno Haible  <bruno@clisp.org>
2064
2065         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
2066         the build-aux directory.
2067
2068 2007-12-09  Bruno Haible  <bruno@clisp.org>
2069
2070         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
2071         introduced on 2006-09-09.
2072
2073 2007-12-07  Jim Meyering  <meyering@redhat.com>
2074
2075         Let these macros work also with autoconf-2.59.
2076         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
2077         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
2078         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
2079
2080 2007-12-06  Jim Meyering  <meyering@redhat.com>
2081
2082         Avoid a configure-time syntax error in gl_FUNC_ACL.
2083         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
2084         function in each branch, before testing the cache variable.
2085
2086 2007-12-04  Eric Blake  <ebb9@byu.net>
2087
2088         Make scripts executable.
2089         * build-aux/config.guess: Add execute permissions.
2090         * build-aux/config.sub: Likewise.
2091         * build-aux/gendocs.sh: Likewise.
2092
2093         Fix frexp on mingw.
2094         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
2095         cross-compiling.
2096         * doc/functions/frexp.texi (frexp): Document the bug.
2097
2098         Make cygwin fseeko check more reliable.
2099         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
2100         version numbers, rather than unrelated feature check.
2101         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
2102         * doc/functions/ftello.texi (ftello): Likewise.
2103         Reported by Bruno Haible.
2104
2105         * m4/strerror.m4: Bump version number.
2106
2107 2007-12-03  Bruno Haible  <bruno@clisp.org>
2108
2109         * doc/functions/mprotect.texi: Mention the mingw problem.
2110
2111 2007-12-03  Eric Blake  <ebb9@byu.net>
2112
2113         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
2114         REPLACE_STRERROR is initialized before this macro.
2115
2116 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
2117
2118         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
2119         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
2120         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
2121         put -lsec in even for programs other than 'ls'.  This fixes a problem
2122         for gettext reported by Bruno Haible in
2123         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
2124         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
2125         Add support for Solaris 10.  This isn't efficient, but should get the
2126         job done for now.
2127
2128 2007-12-03  James Youngman  <jay@gnu.org>
2129
2130         * doc/regexprops-generic.texi: change "an close-group" to "a
2131         close-group" and "illegal" to "not allowed".
2132
2133 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2134
2135         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
2136         pr_byname.h. Needed for the rare case when the maintainer has done
2137         "make maintainer-clean" in the source directory and then attempts a
2138         build outside the source directory.
2139         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
2140         scripts_byname.h.
2141
2142 2007-12-02  Martin Lambers <marlam@marlam.de>
2143             Bruno Haible  <bruno@clisp.org>
2144
2145         * lib/getpagesize.h: Remove file.
2146         * lib/unistd.in.h: Include declaration of getpagesize here.
2147         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
2148         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
2149         HAVE_SYS_PARAM_H.
2150         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
2151         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
2152         * modules/getpagesize (Files): Remove lib/getpagesize.h.
2153         (Depends-on): Add unistd.
2154         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2155         (Include): Use <unistd.h> instead of getpagesize.h.
2156         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
2157         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
2158         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
2159         gl_GETPAGESIZE invocation, already handled by module dependency.
2160         * lib/pagealign_alloc.c: Don't include getpagesize.h.
2161
2162 2007-12-02  Bruno Haible  <bruno@clisp.org>
2163
2164         * modules/strings-tests: New file.
2165         * tests/test-strings.c: New file.
2166
2167         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
2168         * lib/strings.in.h: New file.
2169         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
2170         * m4/strings_h.m4: New file.
2171         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
2172         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
2173         * modules/strings: New file.
2174         * modules/string (Makefile.am): Update.
2175         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
2176         Reported by Karl Berry.
2177
2178 2007-12-01  Eric Blake  <ebb9@byu.net>
2179
2180         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
2181         accomodate fix in cygwin 1.5.25.
2182
2183 2007-12-01  Jim Meyering  <meyering@redhat.com>
2184
2185         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
2186         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
2187         that would inhibit utf8-optimization of a regexp containing line-
2188         or buffer-anchors, e.g., `^', `$'.
2189
2190 2007-11-30  Bruno Haible  <bruno@clisp.org>
2191
2192         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
2193         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
2194         glthread_recursive_lock_init.
2195         * lib/lock.c (glthread_recursive_lock_init)
2196         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
2197         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
2198
2199 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
2200
2201         New function qset_acl, like set_acl but with syscall semantics.
2202         * lib/acl.h (qset_acl): New decl.
2203         * lib/acl.c (qset_acl): New function.
2204         (set_acl): Use new function.  Use more-consistent diagnostics.
2205
2206 2007-11-28  Jim Meyering  <meyering@redhat.com>
2207
2208         * modules/physmem (License): Change from GPL to LGPLv2+.
2209
2210 2007-11-26  Bruno Haible  <bruno@clisp.org>
2211
2212         * lib/vasnprintf.c (decode_long_double): Don't abort if the
2213         'long double' type has excess precision.
2214         Reported by Jim Meyering in
2215         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
2216
2217 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2218
2219         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
2220         Sync from <http://gnu.org/licenses>.
2221         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
2222         with license text from same location.
2223         * doc/maintain.texi, doc/standards.texi:  Sync from
2224         <http://savannah.gnu.org/projects/gnustandards>.
2225
2226 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
2227         and Jim Meyering  <meyering@redhat.com>
2228
2229         Adjust getdate' grammar to accept a slightly more regular language.
2230         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
2231         Before, the former was rejected.
2232         * lib/getdate.y (digits_to_date_time): New function, factored
2233         out of ...
2234         (number): ...here.  Just call digits_to_date_time.
2235         (hybrid): New non-terminal to handle an <unsigned number,
2236         signed relative offset> sequence consistently.
2237
2238 2007-11-18  Jim Meyering  <meyering@redhat.com>
2239
2240         Pull my changes from coreutils:
2241         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
2242         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
2243         use of $gnulib_tool_option_extras, so that it's separated from the
2244         preceding argument.
2245
2246         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
2247         * build-aux/bootstrap (cp_mark_as_generated): Create any required
2248         parent destination directories before copying a file into place.
2249
2250 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
2251
2252         bootstrap: work also with 4-argument variant of AC_INIT
2253         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
2254
2255 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
2256
2257         Port test-getaddrinfo to Solaris.
2258         Problem reported by Bruno Haible in
2259         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
2260         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
2261         explanation of setting 'hints'.
2262         Don't reject an implementation merely because it returns EAI_SERVICE.
2263         (EAI_SERVICE): Define to 0 if not defined.
2264
2265 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
2266
2267         The license of gnu-make and posix-shell is now "GPLed build tool".
2268         * modules/gnu-make (License): Likewise.
2269         * modules/posix-shell (License): Likewise.
2270
2271         New module posix-shell, for determining a POSIX shell
2272         or perhaps something that is close enough to a POSIX shell.
2273         * m4/posix-shell.m4: New file.
2274         * modules/posix-shell: New file.
2275
2276         * MODULES.html.sh: Mention new module.
2277
2278         New module gnu-make, for determining whether we're using GNU Make.
2279         * m4/gnu-make.m4: New file.
2280         * modules/gnu-make: New file.
2281         * MODULES.html.sh: Mention new module.
2282
2283 2007-11-14  Jim Meyering  <meyering@redhat.com>
2284
2285         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
2286         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
2287         use this macro to create a function _definition_.
2288         Remove useless "#undef ARGMATCH_DIE".
2289
2290 2007-11-14  Bruno Haible  <bruno@clisp.org>
2291
2292         * lib/config.charset: Update for OpenBSD 4.1.
2293         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
2294
2295 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
2296
2297         Document 64-bit #if problems in stdint.texi.
2298         * doc/headers/stdint.texi (stdint.h): Mention problems with
2299         64-bit-#if, and how to work around them.
2300
2301         Don't insist on 'long long int' support in the preprocessor.  It
2302         breaks too many things.  For example, PRIdMAX still uses a 'long
2303         long int' format with the latest Sun compiler, even though
2304         HAVE_LONG_LONG_INT isn't defined due to that compiler's
2305         preprocessor problem.  This causes the latest coreutils to dump
2306         core on Solaris 10 sparc with the Sun C compiler.
2307         Instead, fix the 2007-10-16 problem in a different way, by evaluating
2308         the troublesome expressions at configure-time, not at #if-time.
2309         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
2310         preprocessor.
2311         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
2312         compile-time C checks, done at 'configure'-time.
2313         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
2314         * modules/inttypes (Makefile): Substitute the new symbols that
2315         gl_INTTYPES_H now generates.
2316         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
2317
2318 2007-11-12  Bruno Haible  <bruno@clisp.org>
2319
2320         Tests for Unicode character classification functions.
2321
2322         * modules/unictype/bidicategory-byname-tests: New file.
2323         * modules/unictype/bidicategory-name-tests: New file.
2324         * modules/unictype/bidicategory-of-tests: New file.
2325         * modules/unictype/bidicategory-test-tests: New file.
2326         * modules/unictype/block-list-tests: New file.
2327         * modules/unictype/block-of-tests: New file.
2328         * modules/unictype/block-test-tests: New file.
2329         * modules/unictype/category-C-tests: New file.
2330         * modules/unictype/category-Cc-tests: New file.
2331         * modules/unictype/category-Cf-tests: New file.
2332         * modules/unictype/category-Cn-tests: New file.
2333         * modules/unictype/category-Co-tests: New file.
2334         * modules/unictype/category-Cs-tests: New file.
2335         * modules/unictype/category-L-tests: New file.
2336         * modules/unictype/category-Ll-tests: New file.
2337         * modules/unictype/category-Lm-tests: New file.
2338         * modules/unictype/category-Lo-tests: New file.
2339         * modules/unictype/category-Lt-tests: New file.
2340         * modules/unictype/category-Lu-tests: New file.
2341         * modules/unictype/category-M-tests: New file.
2342         * modules/unictype/category-Mc-tests: New file.
2343         * modules/unictype/category-Me-tests: New file.
2344         * modules/unictype/category-Mn-tests: New file.
2345         * modules/unictype/category-N-tests: New file.
2346         * modules/unictype/category-Nd-tests: New file.
2347         * modules/unictype/category-Nl-tests: New file.
2348         * modules/unictype/category-No-tests: New file.
2349         * modules/unictype/category-P-tests: New file.
2350         * modules/unictype/category-Pc-tests: New file.
2351         * modules/unictype/category-Pd-tests: New file.
2352         * modules/unictype/category-Pe-tests: New file.
2353         * modules/unictype/category-Pf-tests: New file.
2354         * modules/unictype/category-Pi-tests: New file.
2355         * modules/unictype/category-Po-tests: New file.
2356         * modules/unictype/category-Ps-tests: New file.
2357         * modules/unictype/category-S-tests: New file.
2358         * modules/unictype/category-Sc-tests: New file.
2359         * modules/unictype/category-Sk-tests: New file.
2360         * modules/unictype/category-Sm-tests: New file.
2361         * modules/unictype/category-So-tests: New file.
2362         * modules/unictype/category-Z-tests: New file.
2363         * modules/unictype/category-Zl-tests: New file.
2364         * modules/unictype/category-Zp-tests: New file.
2365         * modules/unictype/category-Zs-tests: New file.
2366         * modules/unictype/category-and-not-tests: New file.
2367         * modules/unictype/category-and-tests: New file.
2368         * modules/unictype/category-byname-tests: New file.
2369         * modules/unictype/category-name-tests: New file.
2370         * modules/unictype/category-none-tests: New file.
2371         * modules/unictype/category-of-tests: New file.
2372         * modules/unictype/category-or-tests: New file.
2373         * modules/unictype/category-test-withtable-tests: New file.
2374         * modules/unictype/combining-class-tests: New file.
2375         * modules/unictype/ctype-alnum-tests: New file.
2376         * modules/unictype/ctype-alpha-tests: New file.
2377         * modules/unictype/ctype-blank-tests: New file.
2378         * modules/unictype/ctype-cntrl-tests: New file.
2379         * modules/unictype/ctype-digit-tests: New file.
2380         * modules/unictype/ctype-graph-tests: New file.
2381         * modules/unictype/ctype-lower-tests: New file.
2382         * modules/unictype/ctype-print-tests: New file.
2383         * modules/unictype/ctype-punct-tests: New file.
2384         * modules/unictype/ctype-space-tests: New file.
2385         * modules/unictype/ctype-upper-tests: New file.
2386         * modules/unictype/ctype-xdigit-tests: New file.
2387         * modules/unictype/decimal-digit-tests: New file.
2388         * modules/unictype/digit-tests: New file.
2389         * modules/unictype/mirror-tests: New file.
2390         * modules/unictype/numeric-tests: New file.
2391         * modules/unictype/property-alphabetic-tests: New file.
2392         * modules/unictype/property-ascii-hex-digit-tests: New file.
2393         * modules/unictype/property-bidi-arabic-digit-tests: New file.
2394         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
2395         * modules/unictype/property-bidi-block-separator-tests: New file.
2396         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
2397         * modules/unictype/property-bidi-common-separator-tests: New file.
2398         * modules/unictype/property-bidi-control-tests: New file.
2399         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
2400         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
2401         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
2402         * modules/unictype/property-bidi-european-digit-tests: New file.
2403         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
2404         * modules/unictype/property-bidi-left-to-right-tests: New file.
2405         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
2406         * modules/unictype/property-bidi-other-neutral-tests: New file.
2407         * modules/unictype/property-bidi-pdf-tests: New file.
2408         * modules/unictype/property-bidi-segment-separator-tests: New file.
2409         * modules/unictype/property-bidi-whitespace-tests: New file.
2410         * modules/unictype/property-byname-tests: New file.
2411         * modules/unictype/property-combining-tests: New file.
2412         * modules/unictype/property-composite-tests: New file.
2413         * modules/unictype/property-currency-symbol-tests: New file.
2414         * modules/unictype/property-dash-tests: New file.
2415         * modules/unictype/property-decimal-digit-tests: New file.
2416         * modules/unictype/property-default-ignorable-code-point-tests: New file.
2417         * modules/unictype/property-deprecated-tests: New file.
2418         * modules/unictype/property-diacritic-tests: New file.
2419         * modules/unictype/property-extender-tests: New file.
2420         * modules/unictype/property-format-control-tests: New file.
2421         * modules/unictype/property-grapheme-base-tests: New file.
2422         * modules/unictype/property-grapheme-extend-tests: New file.
2423         * modules/unictype/property-grapheme-link-tests: New file.
2424         * modules/unictype/property-hex-digit-tests: New file.
2425         * modules/unictype/property-hyphen-tests: New file.
2426         * modules/unictype/property-id-continue-tests: New file.
2427         * modules/unictype/property-id-start-tests: New file.
2428         * modules/unictype/property-ideographic-tests: New file.
2429         * modules/unictype/property-ids-binary-operator-tests: New file.
2430         * modules/unictype/property-ids-trinary-operator-tests: New file.
2431         * modules/unictype/property-ignorable-control-tests: New file.
2432         * modules/unictype/property-iso-control-tests: New file.
2433         * modules/unictype/property-join-control-tests: New file.
2434         * modules/unictype/property-left-of-pair-tests: New file.
2435         * modules/unictype/property-line-separator-tests: New file.
2436         * modules/unictype/property-logical-order-exception-tests: New file.
2437         * modules/unictype/property-lowercase-tests: New file.
2438         * modules/unictype/property-math-tests: New file.
2439         * modules/unictype/property-non-break-tests: New file.
2440         * modules/unictype/property-not-a-character-tests: New file.
2441         * modules/unictype/property-numeric-tests: New file.
2442         * modules/unictype/property-other-alphabetic-tests: New file.
2443         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
2444         * modules/unictype/property-other-grapheme-extend-tests: New file.
2445         * modules/unictype/property-other-id-continue-tests: New file.
2446         * modules/unictype/property-other-id-start-tests: New file.
2447         * modules/unictype/property-other-lowercase-tests: New file.
2448         * modules/unictype/property-other-math-tests: New file.
2449         * modules/unictype/property-other-uppercase-tests: New file.
2450         * modules/unictype/property-paired-punctuation-tests: New file.
2451         * modules/unictype/property-paragraph-separator-tests: New file.
2452         * modules/unictype/property-pattern-syntax-tests: New file.
2453         * modules/unictype/property-pattern-white-space-tests: New file.
2454         * modules/unictype/property-private-use-tests: New file.
2455         * modules/unictype/property-punctuation-tests: New file.
2456         * modules/unictype/property-quotation-mark-tests: New file.
2457         * modules/unictype/property-radical-tests: New file.
2458         * modules/unictype/property-sentence-terminal-tests: New file.
2459         * modules/unictype/property-soft-dotted-tests: New file.
2460         * modules/unictype/property-space-tests: New file.
2461         * modules/unictype/property-terminal-punctuation-tests: New file.
2462         * modules/unictype/property-test-tests: New file.
2463         * modules/unictype/property-titlecase-tests: New file.
2464         * modules/unictype/property-unassigned-code-value-tests: New file.
2465         * modules/unictype/property-unified-ideograph-tests: New file.
2466         * modules/unictype/property-uppercase-tests: New file.
2467         * modules/unictype/property-variation-selector-tests: New file.
2468         * modules/unictype/property-white-space-tests: New file.
2469         * modules/unictype/property-xid-continue-tests: New file.
2470         * modules/unictype/property-xid-start-tests: New file.
2471         * modules/unictype/property-zero-width-tests: New file.
2472         * modules/unictype/scripts-tests: New file.
2473         * modules/unictype/syntax-c-ident-tests: New file.
2474         * modules/unictype/syntax-c-whitespace-tests: New file.
2475         * modules/unictype/syntax-java-ident-tests: New file.
2476         * modules/unictype/syntax-java-whitespace-tests: New file.
2477         * tests/unictype/test-bidi_byname.c: New file.
2478         * tests/unictype/test-bidi_name.c: New file.
2479         * tests/unictype/test-bidi_of.c: New file.
2480         * tests/unictype/test-bidi_test.c: New file.
2481         * tests/unictype/test-block_list.c: New file.
2482         * tests/unictype/test-block_of.c: New file.
2483         * tests/unictype/test-block_test.c: New file.
2484         * tests/unictype/test-categ_and.c: New file.
2485         * tests/unictype/test-categ_and_not.c: New file.
2486         * tests/unictype/test-categ_byname.c: New file.
2487         * tests/unictype/test-categ_name.c: New file.
2488         * tests/unictype/test-categ_none.c: New file.
2489         * tests/unictype/test-categ_of.c: New file.
2490         * tests/unictype/test-categ_or.c: New file.
2491         * tests/unictype/test-categ_test_withtable.c: New file.
2492         * tests/unictype/test-combining.c: New file.
2493         * tests/unictype/test-decdigit.c: New file.
2494         * tests/unictype/test-digit.c: New file.
2495         * tests/unictype/test-mirror.c: New file.
2496         * tests/unictype/test-numeric.c: New file.
2497         * tests/unictype/test-pr_byname.c: New file.
2498         * tests/unictype/test-pr_test.c: New file.
2499         * tests/unictype/test-predicate-part1.h: New file.
2500         * tests/unictype/test-predicate-part2.h: New file.
2501         * tests/unictype/test-scripts.c: New file.
2502         * tests/unictype/test-sy_c_ident.c: New file.
2503         * tests/unictype/test-sy_java_ident.c: New file.
2504
2505         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
2506         for Unicode 5.0.0.
2507         * tests/unictype/test-categ_Cc.c: Likewise.
2508         * tests/unictype/test-categ_Cf.c: Likewise.
2509         * tests/unictype/test-categ_Cn.c: Likewise.
2510         * tests/unictype/test-categ_Co.c: Likewise.
2511         * tests/unictype/test-categ_Cs.c: Likewise.
2512         * tests/unictype/test-categ_L.c: Likewise.
2513         * tests/unictype/test-categ_Ll.c: Likewise.
2514         * tests/unictype/test-categ_Lm.c: Likewise.
2515         * tests/unictype/test-categ_Lo.c: Likewise.
2516         * tests/unictype/test-categ_Lt.c: Likewise.
2517         * tests/unictype/test-categ_Lu.c: Likewise.
2518         * tests/unictype/test-categ_M.c: Likewise.
2519         * tests/unictype/test-categ_Mc.c: Likewise.
2520         * tests/unictype/test-categ_Me.c: Likewise.
2521         * tests/unictype/test-categ_Mn.c: Likewise.
2522         * tests/unictype/test-categ_N.c: Likewise.
2523         * tests/unictype/test-categ_Nd.c: Likewise.
2524         * tests/unictype/test-categ_Nl.c: Likewise.
2525         * tests/unictype/test-categ_No.c: Likewise.
2526         * tests/unictype/test-categ_P.c: Likewise.
2527         * tests/unictype/test-categ_Pc.c: Likewise.
2528         * tests/unictype/test-categ_Pd.c: Likewise.
2529         * tests/unictype/test-categ_Pe.c: Likewise.
2530         * tests/unictype/test-categ_Pf.c: Likewise.
2531         * tests/unictype/test-categ_Pi.c: Likewise.
2532         * tests/unictype/test-categ_Po.c: Likewise.
2533         * tests/unictype/test-categ_Ps.c: Likewise.
2534         * tests/unictype/test-categ_S.c: Likewise.
2535         * tests/unictype/test-categ_Sc.c: Likewise.
2536         * tests/unictype/test-categ_Sk.c: Likewise.
2537         * tests/unictype/test-categ_Sm.c: Likewise.
2538         * tests/unictype/test-categ_So.c: Likewise.
2539         * tests/unictype/test-categ_Z.c: Likewise.
2540         * tests/unictype/test-categ_Zl.c: Likewise.
2541         * tests/unictype/test-categ_Zp.c: Likewise.
2542         * tests/unictype/test-categ_Zs.c: Likewise.
2543         * tests/unictype/test-ctype_alnum.c: Likewise.
2544         * tests/unictype/test-ctype_alpha.c: Likewise.
2545         * tests/unictype/test-ctype_blank.c: Likewise.
2546         * tests/unictype/test-ctype_cntrl.c: Likewise.
2547         * tests/unictype/test-ctype_digit.c: Likewise.
2548         * tests/unictype/test-ctype_graph.c: Likewise.
2549         * tests/unictype/test-ctype_lower.c: Likewise.
2550         * tests/unictype/test-ctype_print.c: Likewise.
2551         * tests/unictype/test-ctype_punct.c: Likewise.
2552         * tests/unictype/test-ctype_space.c: Likewise.
2553         * tests/unictype/test-ctype_upper.c: Likewise.
2554         * tests/unictype/test-ctype_xdigit.c: Likewise.
2555         * tests/unictype/test-decdigit.h: Likewise.
2556         * tests/unictype/test-digit.h: Likewise.
2557         * tests/unictype/test-numeric.h: Likewise.
2558         * tests/unictype/test-pr_alphabetic.c: Likewise.
2559         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
2560         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
2561         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
2562         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
2563         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
2564         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
2565         * tests/unictype/test-pr_bidi_control.c: Likewise.
2566         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
2567         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
2568         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
2569         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
2570         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
2571         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
2572         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
2573         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
2574         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
2575         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
2576         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
2577         * tests/unictype/test-pr_combining.c: Likewise.
2578         * tests/unictype/test-pr_composite.c: Likewise.
2579         * tests/unictype/test-pr_currency_symbol.c: Likewise.
2580         * tests/unictype/test-pr_dash.c: Likewise.
2581         * tests/unictype/test-pr_decimal_digit.c: Likewise.
2582         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
2583         * tests/unictype/test-pr_deprecated.c: Likewise.
2584         * tests/unictype/test-pr_diacritic.c: Likewise.
2585         * tests/unictype/test-pr_extender.c: Likewise.
2586         * tests/unictype/test-pr_format_control.c: Likewise.
2587         * tests/unictype/test-pr_grapheme_base.c: Likewise.
2588         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
2589         * tests/unictype/test-pr_grapheme_link.c: Likewise.
2590         * tests/unictype/test-pr_hex_digit.c: Likewise.
2591         * tests/unictype/test-pr_hyphen.c: Likewise.
2592         * tests/unictype/test-pr_id_continue.c: Likewise.
2593         * tests/unictype/test-pr_id_start.c: Likewise.
2594         * tests/unictype/test-pr_ideographic.c: Likewise.
2595         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
2596         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
2597         * tests/unictype/test-pr_ignorable_control.c: Likewise.
2598         * tests/unictype/test-pr_iso_control.c: Likewise.
2599         * tests/unictype/test-pr_join_control.c: Likewise.
2600         * tests/unictype/test-pr_left_of_pair.c: Likewise.
2601         * tests/unictype/test-pr_line_separator.c: Likewise.
2602         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
2603         * tests/unictype/test-pr_lowercase.c: Likewise.
2604         * tests/unictype/test-pr_math.c: Likewise.
2605         * tests/unictype/test-pr_non_break.c: Likewise.
2606         * tests/unictype/test-pr_not_a_character.c: Likewise.
2607         * tests/unictype/test-pr_numeric.c: Likewise.
2608         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
2609         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
2610         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
2611         * tests/unictype/test-pr_other_id_continue.c: Likewise.
2612         * tests/unictype/test-pr_other_id_start.c: Likewise.
2613         * tests/unictype/test-pr_other_lowercase.c: Likewise.
2614         * tests/unictype/test-pr_other_math.c: Likewise.
2615         * tests/unictype/test-pr_other_uppercase.c: Likewise.
2616         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
2617         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
2618         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
2619         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
2620         * tests/unictype/test-pr_private_use.c: Likewise.
2621         * tests/unictype/test-pr_punctuation.c: Likewise.
2622         * tests/unictype/test-pr_quotation_mark.c: Likewise.
2623         * tests/unictype/test-pr_radical.c: Likewise.
2624         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
2625         * tests/unictype/test-pr_soft_dotted.c: Likewise.
2626         * tests/unictype/test-pr_space.c: Likewise.
2627         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
2628         * tests/unictype/test-pr_titlecase.c: Likewise.
2629         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
2630         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
2631         * tests/unictype/test-pr_uppercase.c: Likewise.
2632         * tests/unictype/test-pr_variation_selector.c: Likewise.
2633         * tests/unictype/test-pr_white_space.c: Likewise.
2634         * tests/unictype/test-pr_xid_continue.c: Likewise.
2635         * tests/unictype/test-pr_xid_start.c: Likewise.
2636         * tests/unictype/test-pr_zero_width.c: Likewise.
2637         * tests/unictype/test-sy_c_whitespace.c: Likewise.
2638         * tests/unictype/test-sy_java_whitespace.c: Likewise.
2639
2640 2007-11-12  Bruno Haible  <bruno@clisp.org>
2641
2642         Unicode character classification functions.
2643         * lib/unictype.h: New file.
2644         * modules/unictype/base: New file.
2645         * modules/unictype/category-L: New file.
2646         * modules/unictype/category-Lu: New file.
2647         * modules/unictype/category-Ll: New file.
2648         * modules/unictype/category-Lt: New file.
2649         * modules/unictype/category-Lm: New file.
2650         * modules/unictype/category-Lo: New file.
2651         * modules/unictype/category-M: New file.
2652         * modules/unictype/category-Mn: New file.
2653         * modules/unictype/category-Mc: New file.
2654         * modules/unictype/category-Me: New file.
2655         * modules/unictype/category-N: New file.
2656         * modules/unictype/category-Nd: New file.
2657         * modules/unictype/category-Nl: New file.
2658         * modules/unictype/category-No: New file.
2659         * modules/unictype/category-P: New file.
2660         * modules/unictype/category-Pc: New file.
2661         * modules/unictype/category-Pd: New file.
2662         * modules/unictype/category-Ps: New file.
2663         * modules/unictype/category-Pe: New file.
2664         * modules/unictype/category-Pi: New file.
2665         * modules/unictype/category-Pf: New file.
2666         * modules/unictype/category-Po: New file.
2667         * modules/unictype/category-S: New file.
2668         * modules/unictype/category-Sm: New file.
2669         * modules/unictype/category-Sc: New file.
2670         * modules/unictype/category-Sk: New file.
2671         * modules/unictype/category-So: New file.
2672         * modules/unictype/category-Z: New file.
2673         * modules/unictype/category-Zs: New file.
2674         * modules/unictype/category-Zl: New file.
2675         * modules/unictype/category-Zp: New file.
2676         * modules/unictype/category-C: New file.
2677         * modules/unictype/category-Cc: New file.
2678         * modules/unictype/category-Cf: New file.
2679         * modules/unictype/category-Cs: New file.
2680         * modules/unictype/category-Co: New file.
2681         * modules/unictype/category-Cn: New file.
2682         * modules/unictype/category-or: New file.
2683         * modules/unictype/category-of: New file.
2684         * modules/unictype/category-test: New file.
2685         * modules/unictype/category-test-withtable: New file.
2686         * modules/unictype/category-byname: New file.
2687         * modules/unictype/category-none: New file.
2688         * modules/unictype/category-and: New file.
2689         * modules/unictype/category-and-not: New file.
2690         * modules/unictype/category-name: New file.
2691         * modules/unictype/combining-class: New file.
2692         * modules/unictype/category-all: New file.
2693         * modules/unictype/bidicategory-all: New file.
2694         * modules/unictype/bidicategory-byname: New file.
2695         * modules/unictype/bidicategory-name: New file.
2696         * modules/unictype/bidicategory-of: New file.
2697         * modules/unictype/bidicategory-test: New file.
2698         * modules/unictype/decimal-digit: New file.
2699         * modules/unictype/digit: New file.
2700         * modules/unictype/numeric: New file.
2701         * modules/unictype/mirror: New file.
2702         * modules/unictype/property-white-space: New file.
2703         * modules/unictype/property-alphabetic: New file.
2704         * modules/unictype/property-other-alphabetic: New file.
2705         * modules/unictype/property-not-a-character: New file.
2706         * modules/unictype/property-default-ignorable-code-point: New file.
2707         * modules/unictype/property-other-default-ignorable-code-point: New
2708         file.
2709         * modules/unictype/property-deprecated: New file.
2710         * modules/unictype/property-logical-order-exception: New file.
2711         * modules/unictype/property-variation-selector: New file.
2712         * modules/unictype/property-private-use: New file.
2713         * modules/unictype/property-unassigned-code-value: New file.
2714         * modules/unictype/property-uppercase: New file.
2715         * modules/unictype/property-other-uppercase: New file.
2716         * modules/unictype/property-lowercase: New file.
2717         * modules/unictype/property-other-lowercase: New file.
2718         * modules/unictype/property-titlecase: New file.
2719         * modules/unictype/property-soft-dotted: New file.
2720         * modules/unictype/property-id-start: New file.
2721         * modules/unictype/property-other-id-start: New file.
2722         * modules/unictype/property-id-continue: New file.
2723         * modules/unictype/property-other-id-continue: New file.
2724         * modules/unictype/property-xid-start: New file.
2725         * modules/unictype/property-xid-continue: New file.
2726         * modules/unictype/property-pattern-white-space: New file.
2727         * modules/unictype/property-pattern-syntax: New file.
2728         * modules/unictype/property-join-control: New file.
2729         * modules/unictype/property-grapheme-base: New file.
2730         * modules/unictype/property-grapheme-extend: New file.
2731         * modules/unictype/property-other-grapheme-extend: New file.
2732         * modules/unictype/property-grapheme-link: New file.
2733         * modules/unictype/property-bidi-control: New file.
2734         * modules/unictype/property-bidi-left-to-right: New file.
2735         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
2736         * modules/unictype/property-bidi-arabic-right-to-left: New file.
2737         * modules/unictype/property-bidi-european-digit: New file.
2738         * modules/unictype/property-bidi-eur-num-separator: New file.
2739         * modules/unictype/property-bidi-eur-num-terminator: New file.
2740         * modules/unictype/property-bidi-arabic-digit: New file.
2741         * modules/unictype/property-bidi-common-separator: New file.
2742         * modules/unictype/property-bidi-block-separator: New file.
2743         * modules/unictype/property-bidi-segment-separator: New file.
2744         * modules/unictype/property-bidi-whitespace: New file.
2745         * modules/unictype/property-bidi-non-spacing-mark: New file.
2746         * modules/unictype/property-bidi-boundary-neutral: New file.
2747         * modules/unictype/property-bidi-pdf: New file.
2748         * modules/unictype/property-bidi-embedding-or-override: New file.
2749         * modules/unictype/property-bidi-other-neutral: New file.
2750         * modules/unictype/property-hex-digit: New file.
2751         * modules/unictype/property-ascii-hex-digit: New file.
2752         * modules/unictype/property-ideographic: New file.
2753         * modules/unictype/property-unified-ideograph: New file.
2754         * modules/unictype/property-radical: New file.
2755         * modules/unictype/property-ids-binary-operator: New file.
2756         * modules/unictype/property-ids-trinary-operator: New file.
2757         * modules/unictype/property-zero-width: New file.
2758         * modules/unictype/property-space: New file.
2759         * modules/unictype/property-non-break: New file.
2760         * modules/unictype/property-iso-control: New file.
2761         * modules/unictype/property-format-control: New file.
2762         * modules/unictype/property-dash: New file.
2763         * modules/unictype/property-hyphen: New file.
2764         * modules/unictype/property-punctuation: New file.
2765         * modules/unictype/property-line-separator: New file.
2766         * modules/unictype/property-paragraph-separator: New file.
2767         * modules/unictype/property-quotation-mark: New file.
2768         * modules/unictype/property-sentence-terminal: New file.
2769         * modules/unictype/property-terminal-punctuation: New file.
2770         * modules/unictype/property-currency-symbol: New file.
2771         * modules/unictype/property-math: New file.
2772         * modules/unictype/property-other-math: New file.
2773         * modules/unictype/property-paired-punctuation: New file.
2774         * modules/unictype/property-left-of-pair: New file.
2775         * modules/unictype/property-combining: New file.
2776         * modules/unictype/property-composite: New file.
2777         * modules/unictype/property-decimal-digit: New file.
2778         * modules/unictype/property-numeric: New file.
2779         * modules/unictype/property-diacritic: New file.
2780         * modules/unictype/property-extender: New file.
2781         * modules/unictype/property-ignorable-control: New file.
2782         * modules/unictype/property-test: New file.
2783         * modules/unictype/property-byname: New file.
2784         * modules/unictype/property-all: New file.
2785         * modules/unictype/scripts: New file.
2786         * modules/unictype/scripts-all: New file.
2787         * modules/unictype/block-of: New file.
2788         * modules/unictype/block-test: New file.
2789         * modules/unictype/block-list: New file.
2790         * modules/unictype/block-all: New file.
2791         * modules/unictype/syntax-c-whitespace: New file.
2792         * modules/unictype/syntax-java-whitespace: New file.
2793         * modules/unictype/syntax-c-ident: New file.
2794         * modules/unictype/syntax-java-ident: New file.
2795         * modules/unictype/ctype-alnum: New file.
2796         * modules/unictype/ctype-alpha: New file.
2797         * modules/unictype/ctype-cntrl: New file.
2798         * modules/unictype/ctype-digit: New file.
2799         * modules/unictype/ctype-graph: New file.
2800         * modules/unictype/ctype-lower: New file.
2801         * modules/unictype/ctype-print: New file.
2802         * modules/unictype/ctype-punct: New file.
2803         * modules/unictype/ctype-space: New file.
2804         * modules/unictype/ctype-upper: New file.
2805         * modules/unictype/ctype-xdigit: New file.
2806         * modules/unictype/ctype-blank: New file.
2807         * lib/unictype/bidi_byname.c: New file.
2808         * lib/unictype/bidi_name.c: New file.
2809         * lib/unictype/bidi_of.c: New file.
2810         * lib/unictype/bidi_test.c: New file.
2811         * lib/unictype/bitmap.h: New file.
2812         * lib/unictype/block_test.c: New file.
2813         * lib/unictype/blocks.c: New file.
2814         * lib/unictype/categ_C.c: New file.
2815         * lib/unictype/categ_Cc.c: New file.
2816         * lib/unictype/categ_Cf.c: New file.
2817         * lib/unictype/categ_Cn.c: New file.
2818         * lib/unictype/categ_Co.c: New file.
2819         * lib/unictype/categ_Cs.c: New file.
2820         * lib/unictype/categ_L.c: New file.
2821         * lib/unictype/categ_Ll.c: New file.
2822         * lib/unictype/categ_Lm.c: New file.
2823         * lib/unictype/categ_Lo.c: New file.
2824         * lib/unictype/categ_Lt.c: New file.
2825         * lib/unictype/categ_Lu.c: New file.
2826         * lib/unictype/categ_M.c: New file.
2827         * lib/unictype/categ_Mc.c: New file.
2828         * lib/unictype/categ_Me.c: New file.
2829         * lib/unictype/categ_Mn.c: New file.
2830         * lib/unictype/categ_N.c: New file.
2831         * lib/unictype/categ_Nd.c: New file.
2832         * lib/unictype/categ_Nl.c: New file.
2833         * lib/unictype/categ_No.c: New file.
2834         * lib/unictype/categ_P.c: New file.
2835         * lib/unictype/categ_Pc.c: New file.
2836         * lib/unictype/categ_Pd.c: New file.
2837         * lib/unictype/categ_Pe.c: New file.
2838         * lib/unictype/categ_Pf.c: New file.
2839         * lib/unictype/categ_Pi.c: New file.
2840         * lib/unictype/categ_Po.c: New file.
2841         * lib/unictype/categ_Ps.c: New file.
2842         * lib/unictype/categ_S.c: New file.
2843         * lib/unictype/categ_Sc.c: New file.
2844         * lib/unictype/categ_Sk.c: New file.
2845         * lib/unictype/categ_Sm.c: New file.
2846         * lib/unictype/categ_So.c: New file.
2847         * lib/unictype/categ_Z.c: New file.
2848         * lib/unictype/categ_Zl.c: New file.
2849         * lib/unictype/categ_Zp.c: New file.
2850         * lib/unictype/categ_Zs.c: New file.
2851         * lib/unictype/categ_and.c: New file.
2852         * lib/unictype/categ_and_not.c: New file.
2853         * lib/unictype/categ_byname.c: New file.
2854         * lib/unictype/categ_name.c: New file.
2855         * lib/unictype/categ_none.c: New file.
2856         * lib/unictype/categ_of.c: New file.
2857         * lib/unictype/categ_or.c: New file.
2858         * lib/unictype/categ_test.c: New file.
2859         * lib/unictype/combining.c: New file.
2860         * lib/unictype/ctype_alnum.c: New file.
2861         * lib/unictype/ctype_alpha.c: New file.
2862         * lib/unictype/ctype_blank.c: New file.
2863         * lib/unictype/ctype_cntrl.c: New file.
2864         * lib/unictype/ctype_digit.c: New file.
2865         * lib/unictype/ctype_graph.c: New file.
2866         * lib/unictype/ctype_lower.c: New file.
2867         * lib/unictype/ctype_print.c: New file.
2868         * lib/unictype/ctype_punct.c: New file.
2869         * lib/unictype/ctype_space.c: New file.
2870         * lib/unictype/ctype_upper.c: New file.
2871         * lib/unictype/ctype_xdigit.c: New file.
2872         * lib/unictype/decdigit.c: New file.
2873         * lib/unictype/digit.c: New file.
2874         * lib/unictype/identsyntaxmap.h: New file.
2875         * lib/unictype/mirror.c: New file.
2876         * lib/unictype/numeric.c: New file.
2877         * lib/unictype/pr_alphabetic.c: New file.
2878         * lib/unictype/pr_ascii_hex_digit.c: New file.
2879         * lib/unictype/pr_bidi_arabic_digit.c: New file.
2880         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
2881         * lib/unictype/pr_bidi_block_separator.c: New file.
2882         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
2883         * lib/unictype/pr_bidi_common_separator.c: New file.
2884         * lib/unictype/pr_bidi_control.c: New file.
2885         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
2886         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
2887         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
2888         * lib/unictype/pr_bidi_european_digit.c: New file.
2889         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
2890         * lib/unictype/pr_bidi_left_to_right.c: New file.
2891         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
2892         * lib/unictype/pr_bidi_other_neutral.c: New file.
2893         * lib/unictype/pr_bidi_pdf.c: New file.
2894         * lib/unictype/pr_bidi_segment_separator.c: New file.
2895         * lib/unictype/pr_bidi_whitespace.c: New file.
2896         * lib/unictype/pr_byname.c: New file.
2897         * lib/unictype/pr_byname.gperf: New file.
2898         * lib/unictype/pr_combining.c: New file.
2899         * lib/unictype/pr_composite.c: New file.
2900         * lib/unictype/pr_currency_symbol.c: New file.
2901         * lib/unictype/pr_dash.c: New file.
2902         * lib/unictype/pr_decimal_digit.c: New file.
2903         * lib/unictype/pr_default_ignorable_code_point.c: New file.
2904         * lib/unictype/pr_deprecated.c: New file.
2905         * lib/unictype/pr_diacritic.c: New file.
2906         * lib/unictype/pr_extender.c: New file.
2907         * lib/unictype/pr_format_control.c: New file.
2908         * lib/unictype/pr_grapheme_base.c: New file.
2909         * lib/unictype/pr_grapheme_extend.c: New file.
2910         * lib/unictype/pr_grapheme_link.c: New file.
2911         * lib/unictype/pr_hex_digit.c: New file.
2912         * lib/unictype/pr_hyphen.c: New file.
2913         * lib/unictype/pr_id_continue.c: New file.
2914         * lib/unictype/pr_id_start.c: New file.
2915         * lib/unictype/pr_ideographic.c: New file.
2916         * lib/unictype/pr_ids_binary_operator.c: New file.
2917         * lib/unictype/pr_ids_trinary_operator.c: New file.
2918         * lib/unictype/pr_ignorable_control.c: New file.
2919         * lib/unictype/pr_iso_control.c: New file.
2920         * lib/unictype/pr_join_control.c: New file.
2921         * lib/unictype/pr_left_of_pair.c: New file.
2922         * lib/unictype/pr_line_separator.c: New file.
2923         * lib/unictype/pr_logical_order_exception.c: New file.
2924         * lib/unictype/pr_lowercase.c: New file.
2925         * lib/unictype/pr_math.c: New file.
2926         * lib/unictype/pr_non_break.c: New file.
2927         * lib/unictype/pr_not_a_character.c: New file.
2928         * lib/unictype/pr_numeric.c: New file.
2929         * lib/unictype/pr_other_alphabetic.c: New file.
2930         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
2931         * lib/unictype/pr_other_grapheme_extend.c: New file.
2932         * lib/unictype/pr_other_id_continue.c: New file.
2933         * lib/unictype/pr_other_id_start.c: New file.
2934         * lib/unictype/pr_other_lowercase.c: New file.
2935         * lib/unictype/pr_other_math.c: New file.
2936         * lib/unictype/pr_other_uppercase.c: New file.
2937         * lib/unictype/pr_paired_punctuation.c: New file.
2938         * lib/unictype/pr_paragraph_separator.c: New file.
2939         * lib/unictype/pr_pattern_syntax.c: New file.
2940         * lib/unictype/pr_pattern_white_space.c: New file.
2941         * lib/unictype/pr_private_use.c: New file.
2942         * lib/unictype/pr_punctuation.c: New file.
2943         * lib/unictype/pr_quotation_mark.c: New file.
2944         * lib/unictype/pr_radical.c: New file.
2945         * lib/unictype/pr_sentence_terminal.c: New file.
2946         * lib/unictype/pr_soft_dotted.c: New file.
2947         * lib/unictype/pr_space.c: New file.
2948         * lib/unictype/pr_terminal_punctuation.c: New file.
2949         * lib/unictype/pr_test.c: New file.
2950         * lib/unictype/pr_titlecase.c: New file.
2951         * lib/unictype/pr_unassigned_code_value.c: New file.
2952         * lib/unictype/pr_unified_ideograph.c: New file.
2953         * lib/unictype/pr_uppercase.c: New file.
2954         * lib/unictype/pr_variation_selector.c: New file.
2955         * lib/unictype/pr_white_space.c: New file.
2956         * lib/unictype/pr_xid_continue.c: New file.
2957         * lib/unictype/pr_xid_start.c: New file.
2958         * lib/unictype/pr_zero_width.c: New file.
2959         * lib/unictype/scripts.c: New file.
2960         * lib/unictype/sy_c_ident.c: New file.
2961         * lib/unictype/sy_c_whitespace.c: New file.
2962         * lib/unictype/sy_java_ident.c: New file.
2963         * lib/unictype/sy_java_whitespace.c: New file.
2964
2965         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
2966         Unicode 5.0.0.
2967         * lib/unictype/blocks.h: Likewise.
2968         * lib/unictype/categ_C.h: Likewise.
2969         * lib/unictype/categ_Cc.h: Likewise.
2970         * lib/unictype/categ_Cf.h: Likewise.
2971         * lib/unictype/categ_Cn.h: Likewise.
2972         * lib/unictype/categ_Co.h: Likewise.
2973         * lib/unictype/categ_Cs.h: Likewise.
2974         * lib/unictype/categ_L.h: Likewise.
2975         * lib/unictype/categ_Ll.h: Likewise.
2976         * lib/unictype/categ_Lm.h: Likewise.
2977         * lib/unictype/categ_Lo.h: Likewise.
2978         * lib/unictype/categ_Lt.h: Likewise.
2979         * lib/unictype/categ_Lu.h: Likewise.
2980         * lib/unictype/categ_M.h: Likewise.
2981         * lib/unictype/categ_Mc.h: Likewise.
2982         * lib/unictype/categ_Me.h: Likewise.
2983         * lib/unictype/categ_Mn.h: Likewise.
2984         * lib/unictype/categ_N.h: Likewise.
2985         * lib/unictype/categ_Nd.h: Likewise.
2986         * lib/unictype/categ_Nl.h: Likewise.
2987         * lib/unictype/categ_No.h: Likewise.
2988         * lib/unictype/categ_P.h: Likewise.
2989         * lib/unictype/categ_Pc.h: Likewise.
2990         * lib/unictype/categ_Pd.h: Likewise.
2991         * lib/unictype/categ_Pe.h: Likewise.
2992         * lib/unictype/categ_Pf.h: Likewise.
2993         * lib/unictype/categ_Pi.h: Likewise.
2994         * lib/unictype/categ_Po.h: Likewise.
2995         * lib/unictype/categ_Ps.h: Likewise.
2996         * lib/unictype/categ_S.h: Likewise.
2997         * lib/unictype/categ_Sc.h: Likewise.
2998         * lib/unictype/categ_Sk.h: Likewise.
2999         * lib/unictype/categ_Sm.h: Likewise.
3000         * lib/unictype/categ_So.h: Likewise.
3001         * lib/unictype/categ_Z.h: Likewise.
3002         * lib/unictype/categ_Zl.h: Likewise.
3003         * lib/unictype/categ_Zp.h: Likewise.
3004         * lib/unictype/categ_Zs.h: Likewise.
3005         * lib/unictype/categ_of.h: Likewise.
3006         * lib/unictype/combining.h: Likewise.
3007         * lib/unictype/ctype_alnum.h: Likewise.
3008         * lib/unictype/ctype_alpha.h: Likewise.
3009         * lib/unictype/ctype_blank.h: Likewise.
3010         * lib/unictype/ctype_cntrl.h: Likewise.
3011         * lib/unictype/ctype_digit.h: Likewise.
3012         * lib/unictype/ctype_graph.h: Likewise.
3013         * lib/unictype/ctype_lower.h: Likewise.
3014         * lib/unictype/ctype_print.h: Likewise.
3015         * lib/unictype/ctype_punct.h: Likewise.
3016         * lib/unictype/ctype_space.h: Likewise.
3017         * lib/unictype/ctype_upper.h: Likewise.
3018         * lib/unictype/ctype_xdigit.h: Likewise.
3019         * lib/unictype/decdigit.h: Likewise.
3020         * lib/unictype/digit.h: Likewise.
3021         * lib/unictype/mirror.h: Likewise.
3022         * lib/unictype/numeric.h: Likewise.
3023         * lib/unictype/pr_alphabetic.h: Likewise.
3024         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
3025         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
3026         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
3027         * lib/unictype/pr_bidi_block_separator.h: Likewise.
3028         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
3029         * lib/unictype/pr_bidi_common_separator.h: Likewise.
3030         * lib/unictype/pr_bidi_control.h: Likewise.
3031         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
3032         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
3033         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
3034         * lib/unictype/pr_bidi_european_digit.h: Likewise.
3035         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
3036         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
3037         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
3038         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
3039         * lib/unictype/pr_bidi_pdf.h: Likewise.
3040         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
3041         * lib/unictype/pr_bidi_whitespace.h: Likewise.
3042         * lib/unictype/pr_combining.h: Likewise.
3043         * lib/unictype/pr_composite.h: Likewise.
3044         * lib/unictype/pr_currency_symbol.h: Likewise.
3045         * lib/unictype/pr_dash.h: Likewise.
3046         * lib/unictype/pr_decimal_digit.h: Likewise.
3047         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
3048         * lib/unictype/pr_deprecated.h: Likewise.
3049         * lib/unictype/pr_diacritic.h: Likewise.
3050         * lib/unictype/pr_extender.h: Likewise.
3051         * lib/unictype/pr_format_control.h: Likewise.
3052         * lib/unictype/pr_grapheme_base.h: Likewise.
3053         * lib/unictype/pr_grapheme_extend.h: Likewise.
3054         * lib/unictype/pr_grapheme_link.h: Likewise.
3055         * lib/unictype/pr_hex_digit.h: Likewise.
3056         * lib/unictype/pr_hyphen.h: Likewise.
3057         * lib/unictype/pr_id_continue.h: Likewise.
3058         * lib/unictype/pr_id_start.h: Likewise.
3059         * lib/unictype/pr_ideographic.h: Likewise.
3060         * lib/unictype/pr_ids_binary_operator.h: Likewise.
3061         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
3062         * lib/unictype/pr_ignorable_control.h: Likewise.
3063         * lib/unictype/pr_iso_control.h: Likewise.
3064         * lib/unictype/pr_join_control.h: Likewise.
3065         * lib/unictype/pr_left_of_pair.h: Likewise.
3066         * lib/unictype/pr_line_separator.h: Likewise.
3067         * lib/unictype/pr_logical_order_exception.h: Likewise.
3068         * lib/unictype/pr_lowercase.h: Likewise.
3069         * lib/unictype/pr_math.h: Likewise.
3070         * lib/unictype/pr_non_break.h: Likewise.
3071         * lib/unictype/pr_not_a_character.h: Likewise.
3072         * lib/unictype/pr_numeric.h: Likewise.
3073         * lib/unictype/pr_other_alphabetic.h: Likewise.
3074         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
3075         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
3076         * lib/unictype/pr_other_id_continue.h: Likewise.
3077         * lib/unictype/pr_other_id_start.h: Likewise.
3078         * lib/unictype/pr_other_lowercase.h: Likewise.
3079         * lib/unictype/pr_other_math.h: Likewise.
3080         * lib/unictype/pr_other_uppercase.h: Likewise.
3081         * lib/unictype/pr_paired_punctuation.h: Likewise.
3082         * lib/unictype/pr_paragraph_separator.h: Likewise.
3083         * lib/unictype/pr_pattern_syntax.h: Likewise.
3084         * lib/unictype/pr_pattern_white_space.h: Likewise.
3085         * lib/unictype/pr_private_use.h: Likewise.
3086         * lib/unictype/pr_punctuation.h: Likewise.
3087         * lib/unictype/pr_quotation_mark.h: Likewise.
3088         * lib/unictype/pr_radical.h: Likewise.
3089         * lib/unictype/pr_sentence_terminal.h: Likewise.
3090         * lib/unictype/pr_soft_dotted.h: Likewise.
3091         * lib/unictype/pr_space.h: Likewise.
3092         * lib/unictype/pr_terminal_punctuation.h: Likewise.
3093         * lib/unictype/pr_titlecase.h: Likewise.
3094         * lib/unictype/pr_unassigned_code_value.h: Likewise.
3095         * lib/unictype/pr_unified_ideograph.h: Likewise.
3096         * lib/unictype/pr_uppercase.h: Likewise.
3097         * lib/unictype/pr_variation_selector.h: Likewise.
3098         * lib/unictype/pr_white_space.h: Likewise.
3099         * lib/unictype/pr_xid_continue.h: Likewise.
3100         * lib/unictype/pr_xid_start.h: Likewise.
3101         * lib/unictype/pr_zero_width.h: Likewise.
3102         * lib/unictype/scripts.h: Likewise.
3103         * lib/unictype/scripts_byname.gperf: Likewise.
3104         * lib/unictype/sy_c_ident.h: Likewise.
3105         * lib/unictype/sy_c_whitespace.h: Likewise.
3106         * lib/unictype/sy_java_ident.h: Likewise.
3107         * lib/unictype/sy_java_whitespace.h: Likewise.
3108
3109         * lib/unictype/Makefile: New file.
3110         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
3111         glibc.
3112         * lib/unictype/3level.h: New file, copied from glibc.
3113         * lib/unictype/3levelbit.h: New file.
3114
3115 2007-11-11  Bruno Haible  <bruno@clisp.org>
3116
3117         * modules/gperf: New file.
3118         * modules/iconv_open (Depends-on): Add it.
3119         (Makefile.am): Remove the GPERF definition.
3120
3121 2007-11-11  Bruno Haible  <bruno@clisp.org>
3122
3123         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
3124         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
3125
3126 2007-11-11  Bruno Haible  <bruno@clisp.org>
3127
3128         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
3129         (usage): Remove function.
3130
3131 2007-11-11  Bruno Haible  <bruno@clisp.org>
3132
3133         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
3134         gl_FUNC_CEILF_LIBS.
3135         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
3136         gl_FUNC_CEIL_LIBS.
3137         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
3138         gl_FUNC_CEILL_LIBS.
3139         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
3140         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
3141         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
3142
3143 2007-11-11  Bruno Haible  <bruno@clisp.org>
3144
3145         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
3146         roundf were declared but do not exist on functions.
3147         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
3148         roundl were declared but do not exist on functions.
3149         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
3150         HAVE_FLOORL_AND_CEILL, respectively.
3151         Needed for Sun C on Solaris 10.
3152
3153 2007-11-11  Bruno Haible  <bruno@clisp.org>
3154
3155         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
3156         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
3157         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
3158         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
3159         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
3160         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
3161         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
3162         HAVE_DECL_ROUNDF.
3163         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
3164         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
3165         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
3166         of HAVE_DECL_ROUND*.
3167         * modules/math (Makefile.am): Update.
3168
3169 2007-11-10  Bruno Haible  <bruno@clisp.org>
3170
3171         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
3172         ptrdiff_t as m4/intl.m4.
3173
3174 2007-11-10  Jim Meyering  <meyering@redhat.com>
3175
3176         Avoid link failure for the argmatch test.
3177         * tests/test-argmatch.c (usage): Define function to avoid a link
3178         failure: argmatch_die requires a usage function.
3179
3180 2007-11-09  Bruno Haible  <bruno@clisp.org>
3181
3182         * doc/functions/snprintf.texi: Mention BeOS deficiency.
3183         * doc/functions/vsnprintf.texi: Likewise.
3184         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
3185         with a size argument < 2.
3186
3187 2007-11-09  Bruno Haible  <bruno@clisp.org>
3188
3189         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
3190         buffer. Fixes an inefficiency introduced on 2007-11-03.
3191
3192 2007-11-09  Bruno Haible  <bruno@clisp.org>
3193
3194         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
3195         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
3196
3197 2007-11-08  Jim Meyering  <meyering@redhat.com>
3198
3199         Change cache variable name prefix "jm_" to "gl_" everywhere.
3200         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
3201         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
3202         * m4/uptime.m4: s/gl_/jm_/
3203
3204 2007-11-07  Bruno Haible  <bruno@clisp.org>
3205
3206         Update to GNU gettext 0.17.
3207         * m4/intl.m4: Update to GNU gettext 0.17.
3208         * m4/po.m4: Likewise.
3209         * modules/gettext (Files): Remove m4/ulonglong.m4.
3210         (configure.ac): Require gettext infrastructure from version 0.17.
3211
3212 2007-11-06  Bruno Haible  <bruno@clisp.org>
3213
3214         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
3215         symbolic values are not defined in a public header.
3216         * lib/freadable.c (freadable) [QNX]: Likewise.
3217         * lib/freadahead.c (freadahead) [QNX]: Likewise.
3218         * lib/freading.c (freading) [QNX]: Likewise.
3219         * lib/fseterr.c (fseterr) [QNX]: Likewise.
3220         * lib/fwritable.c (fwritable) [QNX]: Likewise.
3221         * lib/fwriting.c (fwriting) [QNX]: Likewise.
3222         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
3223         Reported by Alain Magloire.
3224
3225         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
3226
3227 2007-11-05  Bruno Haible  <bruno@clisp.org>
3228
3229         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
3230         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
3231         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
3232         Reported by Eric Blake.
3233
3234 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3235             Bruno Haible  <bruno@clisp.org>
3236
3237         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
3238         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
3239         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
3240         (malloc): Undefine also before including <stdlib.h>.
3241         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
3242         Needed on OSF/1 4.0.
3243
3244 2007-11-05  Jim Meyering  <meyering@redhat.com>
3245
3246         git-version-gen: sync from coreutils.
3247         * build-aux/git-version-gen: Add comments.
3248         Change the first '-' to '.' in the snapshot version string,
3249         e.g., 6.9-377-08144 -> 6.9.377-08144
3250         Remove first parameter.
3251         Don't declare a version "-dirty" merely because a time
3252         stamp has changed.
3253
3254 2007-11-04  Bruno Haible  <bruno@clisp.org>
3255
3256         * lib/lock.h: Protect all macro definitions containing an 'if'
3257         statement through a "do { ... } while (0)".
3258         * lib/tls.h: Likewise.
3259
3260 2007-11-04  Bruno Haible  <bruno@clisp.org>
3261
3262         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
3263
3264 2007-11-04  Bruno Haible  <bruno@clisp.org>
3265
3266         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
3267         * modules/fprintf-posix (Depends-on): Add nocrash.
3268         * modules/snprintf-posix (Depends-on): Likewise.
3269         * modules/sprintf-posix (Depends-on): Likewise.
3270         * modules/vasnprintf-posix (Depends-on): Likewise.
3271         * modules/vasprintf-posix (Depends-on): Likewise.
3272         * modules/vfprintf-posix (Depends-on): Likewise.
3273         * modules/vsnprintf-posix (Depends-on): Likewise.
3274         * modules/vsprintf-posix (Depends-on): Likewise.
3275         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
3276         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
3277         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
3278         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
3279         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
3280         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
3281         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
3282
3283 2007-11-04  Bruno Haible  <bruno@clisp.org>
3284
3285         * modules/nocrash: New file.
3286         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
3287         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
3288
3289 2007-11-04  Bruno Haible  <bruno@clisp.org>
3290
3291         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
3292         precision handling.
3293         * tests/test-vasprintf-posix.c (test_function): Likewise.
3294         * tests/test-snprintf-posix.h (test_function): Likewise.
3295         * tests/test-sprintf-posix.h (test_function): Likewise.
3296
3297         Fix *printf behaviour for large precisions on mingw and BeOS.
3298         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
3299         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
3300         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
3301         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
3302         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
3303         gl_PRINTF_PRECISION and test its result. Invoke
3304         gl_PREREQ_VASNPRINTF_PRECISION.
3305         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3306         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3307         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3308         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3309         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3310         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3311         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3312         * doc/functions/fprintf.texi: Update.
3313         * doc/functions/printf.texi: Update.
3314         * doc/functions/snprintf.texi: Update.
3315         * doc/functions/sprintf.texi: Update.
3316         * doc/functions/vfprintf.texi: Update.
3317         * doc/functions/vprintf.texi: Update.
3318         * doc/functions/vsnprintf.texi: Update.
3319         * doc/functions/vsprintf.texi: Update.
3320
3321 2007-11-04  Bruno Haible  <bruno@clisp.org>
3322
3323         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
3324
3325 2007-11-04  Bruno Haible  <bruno@clisp.org>
3326
3327         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
3328         Reported by Sylvain Beucler <beuc@gnu.org>.
3329
3330 2007-11-03  Bruno Haible  <bruno@clisp.org>
3331
3332         * tests/test-fprintf-posix2.sh: New file.
3333         * tests/test-fprintf-posix2.c: New file.
3334         * modules/fprintf-posix-tests (Files): Add them.
3335         (TESTS): Add test-fprintf-posix2.sh.
3336         (configure.ac): Check for getrlimit and setrlimit.
3337         (check_PROGRAMS): Add test-fprintf-posix2.
3338
3339         * tests/test-printf-posix2.sh: New file.
3340         * tests/test-printf-posix2.c: New file.
3341         * modules/printf-posix-tests (Files): Add them.
3342         (TESTS): Add test-printf-posix2.sh.
3343         (configure.ac): Check for getrlimit and setrlimit.
3344         (check_PROGRAMS): Add test-printf-posix2.
3345
3346         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
3347         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
3348         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
3349         (decode_double): New function, copied from decode_long_double.
3350         (scale10_round_decimal_decoded): New function, extracted from
3351         scale10_round_decimal_long_double.
3352         (scale10_round_decimal_long_double): Use it.
3353         (scale10_round_decimal_double): New function.
3354         (floorlog10): New function.
3355         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
3356         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
3357         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
3358         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
3359         gl_PRINTF_ENOMEM and test its result. Invoke
3360         gl_PREREQ_VASNPRINTF_ENOMEM.
3361         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3362         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3363         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3364         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3365         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3366         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3367         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3368         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
3369         * modules/snprintf-posix (Depends-on): Likewise.
3370         * modules/sprintf-posix (Depends-on): Likewise.
3371         * modules/vasnprintf-posix (Depends-on): Likewise.
3372         * modules/vasprintf-posix (Depends-on): Likewise.
3373         * modules/vfprintf-posix (Depends-on): Likewise.
3374         * modules/vsnprintf-posix (Depends-on): Likewise.
3375         * modules/vsprintf-posix (Depends-on): Likewise.
3376         * doc/functions/fprintf.texi: Update.
3377         * doc/functions/printf.texi: Update.
3378         * doc/functions/snprintf.texi: Update.
3379         * doc/functions/sprintf.texi: Update.
3380         * doc/functions/vfprintf.texi: Update.
3381         * doc/functions/vprintf.texi: Update.
3382         * doc/functions/vsnprintf.texi: Update.
3383         * doc/functions/vsprintf.texi: Update.
3384
3385 2007-11-03  Bruno Haible  <bruno@clisp.org>
3386
3387         * modules/frexp-nolibm-tests: New file.
3388
3389         * modules/frexp-nolibm: New file.
3390         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
3391
3392 2007-11-03  Bruno Haible  <bruno@clisp.org>
3393
3394         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
3395         value is C99 compliant.
3396         Needed for OSF/1 5.1.
3397
3398 2007-11-03  Bruno Haible  <bruno@clisp.org>
3399
3400         Fix out-of-memory handling of vasnprintf.
3401         * lib/printf-parse.c: Include <errno.h>.
3402         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
3403         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
3404         is already set.
3405
3406 2007-11-02  Eric Blake  <ebb9@byu.net>
3407
3408         Fix tests on cygwin.
3409         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
3410
3411 2007-11-01  Bruno Haible  <bruno@clisp.org>
3412
3413         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
3414         warning.
3415         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
3416         needed for POSIX compatibility.
3417
3418 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
3419
3420         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
3421         for compatibility with GNU.
3422
3423 2007-11-01  Bruno Haible  <bruno@clisp.org>
3424
3425         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
3426         (putenv): Renamed from rpl_putenv. Change argument type from
3427         'const char *' to 'char *'.
3428         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
3429         of defining putenv in config.h, just set REPLACE_PUTENV.
3430         * modules/putenv (Depends-on): Add stdlib.
3431         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
3432         (Include): Use <stdlib.h>.
3433         * lib/stdlib.in.h (putenv): New declaration.
3434         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
3435         REPLACE_PUTENV.
3436         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
3437         REPLACE_PUTENV.
3438         Needed for MacOS X 10.5.0.
3439         Reported by Peter O'Gorman <peter@pogma.com>.
3440
3441 2007-11-01  Jim Meyering  <meyering@redhat.com>
3442
3443         Treat an empty date string exactly like "0".
3444         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
3445         if the remaining date string (to be parsed) is empty, use "0".
3446         Reported by Mischa Molhoek and discussed in this thread:
3447         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
3448
3449 2007-10-31  Bruno Haible  <bruno@clisp.org>
3450
3451         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
3452         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
3453         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
3454         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
3455         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
3456         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
3457
3458 2007-10-31  Bruno Haible  <bruno@clisp.org>
3459
3460         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
3461         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
3462         (AC_TYPE_LONG_LONG_INT): Use it.
3463         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
3464         it as well.
3465         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
3466         to m4/longlong.m4.
3467         * modules/stdint (Files): Remove m4/ulonglong.m4.
3468         * modules/strtoull (Files): Use m4/longlong.m4 instead of
3469         m4/ulonglong.m4.
3470         * modules/strtoumax (Files): Likewise.
3471
3472 2007-10-30  Bruno Haible  <bruno@clisp.org>
3473
3474         * modules/xvasprintf-posix: New file.
3475         Suggested by Eric Blake.
3476
3477 2007-10-30  Bruno Haible  <bruno@clisp.org>
3478
3479         * modules/xprintf-posix-tests: New file.
3480         * tests/test-xprintf-posix.sh: New file.
3481         * tests/test-xprintf-posix.c: New file.
3482         * tests/test-xfprintf-posix.c: New file.
3483
3484         * modules/xprintf-posix: New file.
3485
3486 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3487
3488         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
3489         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
3490         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
3491
3492 2007-10-29  Bruno Haible  <bruno@clisp.org>
3493
3494         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
3495         contain the special marker '_cv_'.
3496         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
3497         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
3498         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
3499         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
3500         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
3501         Reported by Ralf Wildenhues.
3502
3503 2007-10-29  Bruno Haible  <bruno@clisp.org>
3504
3505         * gnulib-tool (func_import): When --lgpl is not specified, set
3506         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
3507         GPLv3.
3508         Reported by Simon Josefsson.
3509
3510 2007-10-28  Bruno Haible  <bruno@clisp.org>
3511
3512         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
3513         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
3514         HAVE_DECL_ISFINITE.
3515         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
3516         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
3517         HAVE_DECL_ISFINITE.
3518
3519 2007-10-28  Bruno Haible  <bruno@clisp.org>
3520
3521         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
3522         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
3523
3524 2007-10-28  Bruno Haible  <bruno@clisp.org>
3525
3526         Fix link errors with Sun C 5.0 on Solaris 10.
3527         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
3528         function is declared but not present in the compiler's libm.
3529         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
3530         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
3531         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
3532         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
3533         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
3534         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
3535         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
3536         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
3537         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
3538         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
3539         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
3540         HAVE_DECL_FLOORL.
3541
3542 2007-10-28  Bruno Haible  <bruno@clisp.org>
3543
3544         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
3545         gl_FUNC_FLOORL. Cache the result.
3546         (gl_FUNC_FLOORL): Use it.
3547         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
3548         gl_FUNC_CEILL. Cache the result.
3549         (gl_FUNC_CEILL): Use it.
3550
3551         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
3552         gl_FUNC_FLOOR. Cache the result.
3553         (gl_FUNC_FLOOR): Use it.
3554         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
3555         gl_FUNC_CEIL. Cache the result.
3556         (gl_FUNC_CEIL): Use it.
3557
3558         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
3559         gl_FUNC_FLOORF. Cache the result.
3560         (gl_FUNC_FLOORF): Use it.
3561         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
3562         gl_FUNC_CEILF. Cache the result.
3563         (gl_FUNC_CEILF): Use it.
3564
3565 2007-10-28  Bruno Haible  <bruno@clisp.org>
3566
3567         * gnulib-tool: Allow specifying the LGPL version number through
3568         --lgpl=2 or --lgpl=3.
3569         (func_usage): Document --lgpl with argument.
3570         Handle --lgpl=... arguments.
3571         (func_import): Recognize also gl_LGPL calls with an argument. When
3572         --lgpl=2 is used and the module's license is just LGPL, report an
3573         error. Set sed_transform_lib_file according to the lgpl variable. In
3574         the generated files, use --lgpl or gl_LGPL invocations with argument,
3575         if necessary.
3576         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
3577         an LGPv2+ license.
3578         * doc/gnulib-tool.texi (Modified imports): Update explanation of
3579         gl_LGPL macro.
3580
3581 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3582             Bruno Haible  <bruno@clisp.org>
3583
3584         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
3585         (u16_uctomb_aux): Likewise.
3586         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
3587         !HAVE_INLINE.
3588         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
3589
3590 2007-10-28  Bruno Haible  <bruno@clisp.org>
3591
3592         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
3593         Invoke AM_GETTEXT_OPTION if it exists.
3594         * modules/vasprintf: Likewise.
3595         * modules/verror: Likewise.
3596         * modules/xprintf: Likewise.
3597         * modules/xvasprintf: Likewise.
3598
3599 2007-10-27  Ben Pfaff  <blp@gnu.org>
3600
3601         * lib/math.in.h: Define isfinite macro and prototypes for
3602         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
3603         implementations.
3604         * m4/math_h.m4: New substitutions for isfinite module.
3605         * lib/isfinite.c: New file.
3606         * m4/isfinite.m4: New file.
3607         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
3608         * modules/isfinite: New file.
3609         * modules/isfinite-tests: New file.
3610         * tests/tests-isfinite.c: New file.
3611         * doc/functions/isfinite.texi: Mention isfinite module.
3612         * MODULES.html.sh: Mention new module.
3613
3614 2007-10-27  Ben Pfaff  <blp@gnu.org>
3615
3616         Ralf Wildenhues reported that Tru64 4.0D declares the round
3617         functions but does not have definitions.
3618         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
3619         cannot be found in any library, set the output variable to
3620         "missing" instead of "".
3621         * m4/round.m4: Also use our substitute if we cannot find round in
3622         any library, even if it is declared.
3623         * m4/roundf.m4: Likewise for roundf.
3624         * m4/roundl.m4: Likewise for roundl.
3625         * lib/math.in.h: Undefine roundf, round, roundl before defining
3626         their replacements, to allow for hypothetical systems where these
3627         may be defined as macros but not available in libraries.
3628
3629 2007-10-27  Bruno Haible  <bruno@clisp.org>
3630
3631         * doc/gnulib.texi: Invoke @firstparagraphindent.
3632         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
3633         changes in gnulib.
3634         (Source changes): New section.
3635
3636 2007-10-26  Bruno Haible  <bruno@clisp.org>
3637
3638         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
3639         borrowed from autoconf.
3640
3641 2007-10-26  Bruno Haible  <bruno@clisp.org>
3642
3643         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
3644         strerror returned the empty string. Needed on HP-UX 11.00.
3645
3646 2007-10-24  Micah Cowan  <micah@cowan.name>
3647
3648         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
3649         * build-aux/bootstrap: Remove support for now-unnecessary option,
3650         --cvs-user, and envvars CVS_USER, CVS_RSH.
3651
3652 2007-10-24  Jim Meyering  <meyering@redhat.com>
3653
3654         Avoid diagnostics from sha1sum when there is no cached checksum.
3655         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
3656         if the po.s1 file hasn't been created yet.
3657
3658         * build-aux/bootstrap: Sync from coreutils:
3659         2007-10-24  Jim Meyering  <meyering@redhat.com>
3660         Get gnulib from the git repository, not from an obsolete cvs one.
3661         * build-aux/bootstrap: Suggestion from Micah Cowan.
3662         2007-10-04  Jim Meyering  <jim@meyering.net>
3663         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
3664         (update_po_files): Work also when there are no .po files in po/.
3665
3666 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3667
3668         * README: Append ".git" to git and cg examples.
3669         Problem reported by Benoit Sigoure.
3670
3671 2007-10-23  Micah Cowan  <micah@cowan.name>
3672
3673         * users.txt: Add wget.
3674
3675 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3676
3677         Fix linking of some unistdio tests on FreeBSD.
3678         * modules/unistdio/u16-vsnprintf-tests
3679         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
3680         * modules/unistdio/u16-vsprintf-tests
3681         (test_u16_vsnprintf1_LDADD): Likewise.
3682         * modules/unistdio/u32-vsnprintf-tests
3683         (test_u32_vsnprintf1_LDADD): Likewise.
3684         * modules/unistdio/u32-vsprintf-tests
3685         (test_u32_vsprintf1_LDADD): Likewise.
3686         * modules/unistdio/u8-vsnprintf-tests
3687         (test_u8_vsnprintf1_LDADD): Likewise.
3688         * modules/unistdio/u8-vsprintf-tests
3689         (test_u8_vsprintf1_LDADD): Likewise.
3690         * modules/unistdio/ulc-vsnprintf-tests
3691         (test_ulc_vsnprintf1_LDADD): Likewise.
3692         * modules/unistdio/ulc-vsprintf-tests
3693         (test_ulc_vsprintf1_LDADD): Likewise.
3694
3695         Fix linking of some uniconv tests on FreeBSD.
3696         * modules/uniconv/u16-conv-from-enc-tests
3697         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
3698         * modules/uniconv/u16-conv-to-enc-tests
3699         (test_u16_conv_to_enc_LDADD): Likewise.
3700         * modules/uniconv/u16-strconv-from-enc-tests
3701         (test_u16_strconv_from_enc_LDADD): Likewise.
3702         * modules/uniconv/u16-strconv-to-enc-tests
3703         (test_u16_strconv_to_enc_LDADD): Likewise.
3704         * modules/uniconv/u32-conv-from-enc-tests
3705         (test_u32_conv_from_enc_LDADD): Likewise.
3706         * modules/uniconv/u32-conv-to-enc-tests
3707         (test_u32_conv_to_enc_LDADD): Likewise.
3708         * modules/uniconv/u32-strconv-from-enc-tests
3709         (test_u32_strconv_from_enc_LDADD): Likewise.
3710         * modules/uniconv/u32-strconv-to-enc-tests
3711         (test_u32_strconv_to_enc_LDADD): Likewise.
3712         * modules/uniconv/u8-conv-from-enc-tests
3713         (test_u8_conv_from_enc_LDADD): Likewise.
3714         * modules/uniconv/u8-conv-to-enc-tests
3715         (test_u8_conv_to_enc_LDADD): Likewise.
3716         * modules/uniconv/u8-strconv-from-enc-tests
3717         (test_u8_strconv_from_enc_LDADD): Likewise.
3718         * modules/uniconv/u8-strconv-to-enc-tests
3719         (test_u8_strconv_to_enc_LDADD): Likewise.
3720
3721 2007-10-22  Bruno Haible  <bruno@clisp.org>
3722
3723         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
3724         size.
3725
3726 2007-10-22  Eric Blake  <ebb9@byu.net>
3727
3728         Tweak x*printf documentation.
3729         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
3730         variable name and comments.
3731         Suggested by Bruno Haible.
3732
3733 2007-10-22  Bruno Haible  <bruno@clisp.org>
3734
3735         * lib/acl.c (copy_acl): Fix file name in comment.
3736
3737 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
3738
3739         Fix Tru64 problem with stdbool.h.
3740         * lib/stdbool.in.h (false, true):
3741         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
3742         Don't declare as an enum in this situation; it runs afoul of Tru64.
3743         Problem reported by Steven M. Schweda in
3744         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
3745
3746 2007-10-22  Eric Blake  <ebb9@byu.net>
3747
3748         Also wrap vf?printf.
3749         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
3750         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
3751         (xvprintf, xvfprintf): New functions.
3752
3753 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3754
3755         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
3756         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
3757
3758         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
3759         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
3760
3761 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
3762
3763         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
3764         by Bruno Haible.
3765
3766 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3767
3768         * lib/getloadavg.c
3769         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
3770         Undef `sys' after including sys/table.h, for Tru64 4.0D.
3771
3772         * tests/test-i-ring.c: Work for C89.
3773
3774 2007-10-22  Bruno Haible  <bruno@clisp.org>
3775
3776         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
3777         -1u, in preprocessor expression, so that we don't test for the bug
3778         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
3779         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
3780
3781 2007-10-22  Eric Blake  <ebb9@byu.net>
3782
3783         * tests/test-yesno.sh: Silence stderr during test.
3784
3785 2007-10-22  Simon Josefsson  <simon@josefsson.org>
3786
3787         * modules/crypto/gc-camellia: New file.
3788
3789         * m4/gc-camellia.m4: New file.
3790
3791         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
3792
3793         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
3794
3795 2007-10-22  Simon Josefsson  <simon@josefsson.org>
3796
3797         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
3798         --help to stdout.  Reported by sms@antinode.org (Steven
3799         M. Schweda).
3800
3801 2007-10-22  Simon Josefsson  <simon@josefsson.org>
3802
3803         * users.txt: Fix link to libksba.
3804
3805 2007-10-21  Ben Pfaff  <blp@gnu.org>
3806
3807         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
3808         round.c roundf implementation that depends on floorf and ceilf to
3809         be tested unconditionally.
3810
3811 2007-10-21  Ben Pfaff  <blp@gnu.org>
3812
3813         * m4/check-libm-func.m4: Removed.
3814         * m4/check-math-lib.m4: New file.
3815         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
3816         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
3817         definition and lack of AC_LIBOBJ([roundf]).
3818         * m4/roundl.m4: Ditto, and similarly for roundl.
3819         * modules/round: Reference new m4 file.
3820         * modules/roundf: Ditto.
3821         * modules/roundl: Ditto.
3822         * tests/test-round2.c (main): Use ROUND instead of round.
3823         Bug report from Bruno Haible.
3824
3825 2007-10-21  Bruno Haible  <bruno@clisp.org>
3826
3827         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
3828         context.
3829
3830 2007-10-21  Bruno Haible  <bruno@clisp.org>
3831
3832         * tests/test-wcwidth.c (main): Allow negative result for some control
3833         characters.
3834
3835         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
3836         Needed on OSF/1 5.1.
3837
3838 2007-10-21  Bruno Haible  <bruno@clisp.org>
3839
3840         * tests/test-floorf1.c: Include isnanf.h.
3841         (main): Use isnanf() instead of isnan().
3842         * tests/test-ceilf1.c: Include isnanf.h.
3843         (main): Use isnanf() instead of isnan().
3844         * tests/test-truncf1.c: Include isnanf.h.
3845         (main): Use isnanf() instead of isnan().
3846         * tests/test-roundf1.c: Include isnanf.h.
3847         (main): Use isnanf() instead of isnan().
3848
3849 2007-10-21  Eric Blake  <ebb9@byu.net>
3850
3851         * users.txt: Update URL for m4.
3852
3853 2007-10-21  Bruno Haible  <bruno@clisp.org>
3854
3855         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
3856
3857 2007-10-21  Bruno Haible  <bruno@clisp.org>
3858
3859         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
3860         Git's management files if the CVS files are not present.
3861
3862 2007-10-20  Bruno Haible  <bruno@clisp.org>
3863
3864         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
3865         gcc-3.4.x.
3866
3867 2007-10-20  Ben Pfaff  <blp@gnu.org>
3868
3869         * lib/math.in.h: Declare round, roundf, roundl if we are providing
3870         implementations.
3871         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
3872         * lib/round.c: New file.
3873         * lib/roundf.c: New file.
3874         * lib/roundl.c: New file.
3875         * m4/round.m4: New file.
3876         * m4/roundf.m4: New file.
3877         * m4/roundl.m4: New file.
3878         * m4/check-libm-func-m4: New file.
3879         * modules/math: Replace round, roundf, roundl related @VARS@ in
3880         math.in.h.
3881         * modules/round: New file.
3882         * modules/round-tests: New file.
3883         * modules/roundf: New file.
3884         * modules/roundf-tests: New file.
3885         * modules/roundl: New file.
3886         * modules/roundl-tests: New file.
3887         * tests/test-round1.c: New file.
3888         * tests/test-round2.c: New file.
3889         * tests/test-roundf1.c: New file.
3890         * tests/test-roundf2.c: New file.
3891         * tests/test-roundl.c: New file.
3892         * doc/functions/round.texi: Mention round module.
3893         * doc/functions/roundf.texi: Mention roundf module.
3894         * doc/functions/roundl.texi: Mention roundl module.
3895         * MODULES.html.sh: Mention new modules.
3896         Thanks to Bruno Haible for suggestions.
3897
3898 2007-10-20  Jim Meyering  <meyering@redhat.com>
3899
3900         * lib/xprintf.c: Include <config.h> unconditionally.
3901
3902         Change xprintf's license to GPL.
3903         * modules/xprintf (License): s/LGPL/GPL/, since this module
3904         depends on modules (exit and exitfail) which are GPL.
3905         Suggestion from Bruno Haible.
3906
3907         xprintf fixes.
3908         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
3909         Use a clearer diagnostic.
3910         Patch from Bruno Haible.
3911
3912 2007-10-20  Bruno Haible  <bruno@clisp.org>
3913
3914         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
3915         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
3916         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3917
3918 2007-10-20  Bruno Haible  <bruno@clisp.org>
3919
3920         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
3921         precision in the comparison result > x - 1 or similar.
3922         * tests/test-ceilf2.c (correct_result_p): Likewise.
3923         * tests/test-truncf2.c (correct_result_p): Likewise.
3924         * tests/test-trunc2.c (correct_result_p): Likewise.
3925         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3926
3927 2007-10-20  Bruno Haible  <bruno@clisp.org>
3928
3929         * modules/ceil: New file.
3930         * m4/ceil.m4: New file.
3931         * doc/functions/ceil.texi: Mention the 'ceil' module.
3932
3933 2007-10-20  Bruno Haible  <bruno@clisp.org>
3934
3935         * modules/floor: New file.
3936         * m4/floor.m4: New file.
3937         * doc/functions/floor.texi: Mention the 'floor' module.
3938
3939 2007-10-20  Bruno Haible  <bruno@clisp.org>
3940
3941         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
3942         of %a.
3943         * modules/floorf-tests (Depends-on): Likewise.
3944         * modules/truncf-tests (Depends-on): Likewise.
3945         * modules/trunc-tests (Depends-on): Likewise.
3946         Reported by Ben Pfaff.
3947
3948 2007-10-19  Jim Meyering  <meyering@redhat.com>
3949
3950         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
3951         Don't bother testing specific errno values.  Just test ferror.
3952
3953         New module: xprintf
3954         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
3955
3956 2007-10-19  Bruno Haible  <bruno@clisp.org>
3957
3958         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
3959         syntax.
3960         * modules/javaexec (Makefile.am): Likewise.
3961         * modules/relocatable-prog (Makefile.am): Likewise.
3962         Suggested by Jim Meyering.
3963
3964 2007-10-18  Bruno Haible  <bruno@clisp.org>
3965
3966         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
3967         Reported by Jim Meyering.
3968
3969 2007-10-18  Eric Blake  <ebb9@byu.net>
3970
3971         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
3972
3973 2007-10-18  Bruno Haible  <bruno@clisp.org>
3974
3975         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
3976         the format string into writable memory. Needed in Fortify conditions.
3977
3978 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
3979             Bruno Haible  <bruno@clisp.org>
3980
3981         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
3982         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
3983         * modules/trim (Depends-on): Add mbchar.
3984         (configure.ac): Add gl_FUNC_MBRTOWC.
3985         (Makefile.am): Augment lib_SOURCES.
3986
3987 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
3988
3989         Modify glob.c to use fstatat and dirfd, to simplify it.
3990         Suggested by Eric Blake.
3991         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
3992         Don't include <stdbool.h>; not used.
3993         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
3994         (link_exists_p): Simplify implementation, since we can now assume
3995         dirfd and fstatat.
3996         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
3997
3998 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3999
4000         * gnulib-tool (func_get_dependencies): Fix sed script to
4001         match only tests.
4002
4003 2007-10-17  Bruno Haible  <bruno@clisp.org>
4004
4005         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
4006         allow locale names without encoding suffix.
4007         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
4008         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
4009
4010 2007-10-16  Bruno Haible  <bruno@clisp.org>
4011
4012         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
4013         * lib/getgroups.c (getgroups): Likewise.
4014         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
4015
4016 2007-10-16  Bruno Haible  <bruno@clisp.org>
4017
4018         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
4019         * modules/malloc-posix (License): Likewise.
4020         * modules/realloc-posix (License): Likewise.
4021         * modules/calloc-posix (License): Likewise.
4022         * modules/intprops (License): Change from GPL to LGPL, with
4023         Paul Eggert's approval.
4024
4025 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
4026
4027         Merge glibc changes into lib/glob.c.
4028
4029         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
4030         2007-10-15 04:59:03 UTC.  Here are the changes:
4031
4032         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
4033
4034         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
4035
4036         * lib/glob.c: Add some branch prediction throughout.
4037
4038         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
4039
4040         [BZ #5103]
4041         * lib/glob.c (glob): Recognize patterns starting \/.
4042
4043         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
4044
4045         [BZ #3996]
4046         * lib/glob.c (attribute_hidden): Define if not defined.
4047         (glob): Unescape dirname, filename or username when needed and not
4048         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
4049         is NULL.  Handle unescaped [ in pattern without closing ].
4050         Don't pass GLOB_CHECK down to recursive glob for directories.
4051         (__glob_pattern_type): New function.
4052         (__glob_pattern_p): Implement using __glob_pattern_type.
4053         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
4054         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
4055         Remove unreachable code.
4056
4057         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
4058
4059         * lib/glob.c (glob_in_dir): Add some comments and asserts to
4060         explain why there are no leaks.
4061
4062         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
4063
4064         [BZ #3253]
4065         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
4066         time, rather allocate increasingly bigger arrays of pointers, if
4067         possible with alloca, if too large with malloc.
4068
4069 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
4070
4071         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
4072         Problem reported by H.Merijn Brand in
4073         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
4074         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
4075         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
4076
4077 2007-10-15  Bruno Haible  <bruno@clisp.org>
4078
4079         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
4080         with explicit rpl_ prefix.
4081         * lib/fopen.c (fopen): Likewise.
4082         * lib/freopen.c (freopen): Likewise.
4083         * lib/iconv.c (iconv): Likewise.
4084         * lib/iconv_close.c (iconv_close): Likewise.
4085
4086 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4087
4088         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
4089
4090 2007-10-15  Bruno Haible  <bruno@clisp.org>
4091
4092         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
4093         <stddef.h> instead of <stdlib.h> since we only need NULL.
4094         Reported by Ben Pfaff <blp@cs.stanford.edu>.
4095
4096 2007-10-15  Bruno Haible  <bruno@clisp.org>
4097
4098         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
4099         Replace paragraph talking about LIBOBJS.
4100         Reported by Colin Watson <cjwatson@debian.org>.
4101
4102 2007-10-15  Bruno Haible  <bruno@clisp.org>
4103
4104         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
4105         <stdlib.h> before using NULL.
4106
4107 2007-10-15  Simon Josefsson  <simon@josefsson.org>
4108
4109         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
4110         Reported by Albert Chin <china@thewrittenword.com>.
4111
4112 2007-10-14  Bruno Haible  <bruno@clisp.org>
4113
4114         * modules/iconv_open-utf-tests: New file.
4115         * tests/test-iconv-utf.c: New file.
4116
4117         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
4118         * modules/iconv_open-utf: New file.
4119         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
4120         (iconv, iconv_close): New declarations.
4121         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
4122         be defined.
4123         (iconv_open): Add special handling of conversion between UTF-8 and
4124         UTF-{16,32}{BE,LE}.
4125         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
4126         * lib/iconv_close.c: New file.
4127         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
4128         gl_FUNC_ICONV_OPEN.
4129         (gl_FUNC_ICONV_OPEN): Use it.
4130         (gl_FUNC_ICONV_OPEN_UTF): New macro.
4131         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
4132         and REPLACE_ICONV_UTF.
4133         * modules/iconv_open (Depends-on): Add c-strcase.
4134         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
4135         ICONV_CONST.
4136         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
4137
4138 2007-10-13  Albert Chin  <china@thewrittenword.com>
4139             Bruno Haible  <bruno@clisp.org>
4140
4141         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
4142         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
4143
4144 2007-10-13  Bruno Haible  <bruno@clisp.org>
4145
4146         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
4147         defined, use the ISO C99 inline semantics.
4148         * lib/argp.h (ARGP_EI): Likewise.
4149
4150 2007-10-13  Bruno Haible  <bruno@clisp.org>
4151
4152         Handle 'inline' change in gcc 4.3.0.
4153         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
4154         argp_fmtstream_write, argp_fmtstream_set_lmargin,
4155         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
4156         argp_fmtstream_point): Disable 'extern' declaration if the function
4157         definition is going to be provided inline.
4158         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
4159         semantics, not the ISO C99 inline semantics.
4160         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
4161         'extern' declaration if the function definition is going to be provided
4162         inline.
4163         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
4164         the GNU C inline semantics, not the ISO C99 inline semantics. With
4165         GCC 4.2, avoid a warning.
4166
4167 2007-10-13  Bruno Haible  <bruno@clisp.org>
4168
4169         * lib/freading.h (freading): Enable the use of __freading for
4170         glibc >= 2.7.
4171         * lib/freading.c (freading): Likewise.
4172
4173 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4174
4175         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
4176         "warning: C99 inline functions are not supported; using GNU89".
4177
4178 2007-10-12  Bruno Haible  <bruno@clisp.org>
4179
4180         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
4181         of 2.
4182         * tests/test-ceilf2.c: New file.
4183         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
4184
4185         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
4186         * modules/ceilf-tests: Update.
4187
4188 2007-10-12  Bruno Haible  <bruno@clisp.org>
4189
4190         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
4191         of 2.
4192         * tests/test-floorf2.c: New file.
4193         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
4194
4195         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
4196         * modules/floorf-tests: Update.
4197
4198 2007-10-12  Bruno Haible  <bruno@clisp.org>
4199
4200         * tests/test-trunc2.c: New file.
4201         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
4202
4203         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
4204         * modules/trunc-tests: Update.
4205
4206 2007-10-12  Bruno Haible  <bruno@clisp.org>
4207
4208         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
4209         of 2.
4210         * tests/test-truncf2.c: New file.
4211         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
4212
4213         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
4214         * modules/truncf-tests: Update.
4215
4216 2007-10-11  Eric Blake  <ebb9@byu.net>
4217
4218         Don't claim strerror is broken on Interix.
4219         * doc/functions/strerror.texi (strerror): Known broken systems are
4220         now Solaris 8, and not Interix.
4221         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
4222         Interix on cross-compile.
4223         Reported by Martin Koeppe in
4224         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
4225
4226 2007-10-11  Bruno Haible  <bruno@clisp.org>
4227
4228         * modules/i-ring-tests: New file.
4229         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
4230         instead of assert.
4231
4232 2007-10-11  Bruno Haible  <bruno@clisp.org>
4233
4234         * modules/filenamecat-tests: New file.
4235         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
4236         * lib/filenamecat.c: Remove test code.
4237
4238 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4239
4240         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
4241
4242         * lib/strerror.c: Include <string.h> always, to test interface,
4243         and to remove the need for the dummy.
4244         Include intprops.h to compute width instead of doing it ourselves
4245         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
4246         (strerror): Define it to return NULL if there's no system strerror.
4247         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
4248         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
4249         ancient pre-strerror Unix systems well any more.  Saying "unknown
4250         system error" is enough.
4251         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
4252         simpler strerror.c implementation.
4253         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
4254         Simplify the tests to reflect the simpler strerror implementation.
4255         * modules/strerror (Depends-on): Add intprops.
4256
4257 2007-10-09  Eric Blake  <ebb9@byu.net>
4258
4259         Silence test-fpending.
4260         * modules/fpending-tests (Files): Add wrapper script.
4261         * tests/test-fpending.sh: New file.
4262
4263 2007-10-09  Bruno Haible  <bruno@clisp.org>
4264
4265         * MODULES.html.sh (func_module): Don't create a hyperlink for
4266         function names like 'printf_frexp'.
4267         (Misc): Add crc, memxor.
4268         (Characteristics of floating types): New section.
4269         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
4270         isnanf-nolibm, signbit, trunc, truncf, truncl.
4271         (Enhancements for ISO C 99 functions): New subsection Input/output.
4272         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
4273         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
4274         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
4275         (Compatibility checks for POSIX:2001 functions): Add clock-time.
4276         (Enhancements for POSIX:2001 functions): Add chdir-long.
4277         (File system functions): Add areadlink, chdir-safer, read-file.
4278         Remove cycle-check.
4279         (File system as inode set): New section.
4280         (Date and time): Add gethrxtime.
4281         (Multithreading): Add openmp.
4282         (Internationalization functions): Add localename.
4283         (Unicode string functions): Add unistr/u*-mbsnlen.
4284         (Support for maintaining and releasing projects): Add git-version-gen.
4285         (Lone files): Remove directories.
4286
4287 2007-10-08  Ben Pfaff  <blp@gnu.org>
4288
4289         * lib/xmalloca.h: Fix typo in comment.
4290
4291 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
4292
4293         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
4294         when avoiding problems with integer overflow.  Use a portable test
4295         instead.
4296
4297 2007-10-08  Simon Josefsson  <simon@josefsson.org>
4298
4299         * modules/dummy (License): Change to LGPLv2+.
4300         * modules/float (License): Likewise
4301         * modules/realloc (License): Likewise
4302         * modules/stdlib (License): Likewise
4303
4304 2007-10-07  Bruno Haible  <bruno@clisp.org>
4305
4306         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
4307         * floor.c (TWO_MANT_DIG): Likewise.
4308         * ceil.c (TWO_MANT_DIG): Likewise.
4309         Reported by Ben Pfaff.
4310
4311 2007-10-07  Bruno Haible  <bruno@clisp.org>
4312
4313         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
4314         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
4315         * lib/frexp.c (FUNC): Likewise.
4316         * lib/printf-frexp.h (printf_frexp): Likewise.
4317         * lib/printf-frexpl.h (printf_frexpl): Likewise.
4318         * lib/printf-frexp.c (FUNC): Likewise.
4319         Suggested by Jim Meyering.
4320
4321 2007-10-07  Jim Meyering  <meyering@redhat.com>
4322
4323         Make xnanosleep's integer overflow test more robust.
4324         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
4325         so that gcc-4.3.0 doesn't optimize away this test for overflow.
4326
4327 2007-10-07  Bruno Haible  <bruno@clisp.org>
4328
4329         * NEWS: Mention the license change.
4330
4331         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
4332         abbreviations in the modules files.
4333
4334         Change copyright notice from GPLv2+ to GPLv3+.
4335         * README: Change copyright notice.
4336         * MODULES.html.sh: Likewise.
4337         * build-aux/bootstrap.conf: Likewise.
4338         * build-aux/config.libpath: Likewise.
4339         * build-aux/csharpcomp.sh.in: Likewise.
4340         * build-aux/csharpexec.sh.in: Likewise.
4341         * build-aux/install-reloc: Likewise.
4342         * build-aux/javacomp.sh.in: Likewise.
4343         * build-aux/javaexec.sh.in: Likewise.
4344         * build-aux/ldd.sh.in: Likewise.
4345         * build-aux/reloc-ldflags: Likewise.
4346         * build-aux/relocatable.sh.in: Likewise.
4347         * build-aux/x-to-1.in: Likewise.
4348         * check-module: Likewise.
4349         * config/srclistvars.sh: Likewise.
4350         * gnulib-tool: Likewise.
4351         * lib/acl-internal.h: Likewise.
4352         * lib/acl.c: Likewise.
4353         * lib/acl.h: Likewise.
4354         * lib/acl_entries.c: Likewise.
4355         * lib/areadlink-with-size.c: Likewise.
4356         * lib/areadlink.c: Likewise.
4357         * lib/areadlink.h: Likewise.
4358         * lib/argmatch.c: Likewise.
4359         * lib/argmatch.h: Likewise.
4360         * lib/argp-ba.c: Likewise.
4361         * lib/argp-eexst.c: Likewise.
4362         * lib/argp-fmtstream.c: Likewise.
4363         * lib/argp-fmtstream.h: Likewise.
4364         * lib/argp-fs-xinl.c: Likewise.
4365         * lib/argp-help.c: Likewise.
4366         * lib/argp-namefrob.h: Likewise.
4367         * lib/argp-parse.c: Likewise.
4368         * lib/argp-pin.c: Likewise.
4369         * lib/argp-pv.c: Likewise.
4370         * lib/argp-pvh.c: Likewise.
4371         * lib/argp-xinl.c: Likewise.
4372         * lib/argp.h: Likewise.
4373         * lib/at-func.c: Likewise.
4374         * lib/atanl.c: Likewise.
4375         * lib/backupfile.c: Likewise.
4376         * lib/backupfile.h: Likewise.
4377         * lib/basename.c: Likewise.
4378         * lib/binary-io.h: Likewise.
4379         * lib/byteswap.in.h: Likewise.
4380         * lib/c-stack.c: Likewise.
4381         * lib/c-stack.h: Likewise.
4382         * lib/c-strcasestr.c: Likewise.
4383         * lib/c-strcasestr.h: Likewise.
4384         * lib/c-strstr.c: Likewise.
4385         * lib/c-strstr.h: Likewise.
4386         * lib/c-strtod.c: Likewise.
4387         * lib/calloc.c: Likewise.
4388         * lib/canon-host.c: Likewise.
4389         * lib/canon-host.h: Likewise.
4390         * lib/canonicalize-lgpl.c: Likewise.
4391         * lib/canonicalize.c: Likewise.
4392         * lib/canonicalize.h: Likewise.
4393         * lib/ceil.c: Likewise.
4394         * lib/ceilf.c: Likewise.
4395         * lib/ceill.c: Likewise.
4396         * lib/chdir-long.c: Likewise.
4397         * lib/chdir-long.h: Likewise.
4398         * lib/chdir-safer.c: Likewise.
4399         * lib/chdir-safer.h: Likewise.
4400         * lib/chown.c: Likewise.
4401         * lib/classpath.c: Likewise.
4402         * lib/classpath.h: Likewise.
4403         * lib/clean-temp.c: Likewise.
4404         * lib/clean-temp.h: Likewise.
4405         * lib/cloexec.c: Likewise.
4406         * lib/close-stream.c: Likewise.
4407         * lib/closein.c: Likewise.
4408         * lib/closein.h: Likewise.
4409         * lib/closeout.c: Likewise.
4410         * lib/closeout.h: Likewise.
4411         * lib/concat-filename.c: Likewise.
4412         * lib/copy-file.c: Likewise.
4413         * lib/copy-file.h: Likewise.
4414         * lib/count-one-bits.h: Likewise.
4415         * lib/crc.c: Likewise.
4416         * lib/crc.h: Likewise.
4417         * lib/creat-safer.c: Likewise.
4418         * lib/csharpcomp.c: Likewise.
4419         * lib/csharpcomp.h: Likewise.
4420         * lib/csharpexec.c: Likewise.
4421         * lib/csharpexec.h: Likewise.
4422         * lib/cycle-check.c: Likewise.
4423         * lib/cycle-check.h: Likewise.
4424         * lib/diacrit.c: Likewise.
4425         * lib/diacrit.h: Likewise.
4426         * lib/diffseq.h: Likewise.
4427         * lib/dirchownmod.c: Likewise.
4428         * lib/dirent.in.h: Likewise.
4429         * lib/dirfd.c: Likewise.
4430         * lib/dirfd.h: Likewise.
4431         * lib/dirname.c: Likewise.
4432         * lib/dirname.h: Likewise.
4433         * lib/dummy.c: Likewise.
4434         * lib/dup-safer.c: Likewise.
4435         * lib/dup2.c: Likewise.
4436         * lib/eealloc.h: Likewise.
4437         * lib/error.c: Likewise.
4438         * lib/error.h: Likewise.
4439         * lib/euidaccess.c: Likewise.
4440         * lib/exclude.c: Likewise.
4441         * lib/exclude.h: Likewise.
4442         * lib/execute.c: Likewise.
4443         * lib/execute.h: Likewise.
4444         * lib/exitfail.c: Likewise.
4445         * lib/exitfail.h: Likewise.
4446         * lib/expl.c: Likewise.
4447         * lib/fatal-signal.c: Likewise.
4448         * lib/fatal-signal.h: Likewise.
4449         * lib/fbufmode.c: Likewise.
4450         * lib/fbufmode.h: Likewise.
4451         * lib/fchdir.c: Likewise.
4452         * lib/fchmodat.c: Likewise.
4453         * lib/fchownat.c: Likewise.
4454         * lib/fcntl--.h: Likewise.
4455         * lib/fcntl-safer.h: Likewise.
4456         * lib/fcntl.in.h: Likewise.
4457         * lib/fd-safer.c: Likewise.
4458         * lib/fflush.c: Likewise.
4459         * lib/file-has-acl.c: Likewise.
4460         * lib/file-set.c: Likewise.
4461         * lib/file-type.c: Likewise.
4462         * lib/file-type.h: Likewise.
4463         * lib/fileblocks.c: Likewise.
4464         * lib/filemode.c: Likewise.
4465         * lib/filemode.h: Likewise.
4466         * lib/filename.h: Likewise.
4467         * lib/filenamecat.c: Likewise.
4468         * lib/filenamecat.h: Likewise.
4469         * lib/findprog.c: Likewise.
4470         * lib/findprog.h: Likewise.
4471         * lib/float.in.h: Likewise.
4472         * lib/floor.c: Likewise.
4473         * lib/floorf.c: Likewise.
4474         * lib/floorl.c: Likewise.
4475         * lib/fopen-safer.c: Likewise.
4476         * lib/fopen.c: Likewise.
4477         * lib/fpending.c: Likewise.
4478         * lib/fpending.h: Likewise.
4479         * lib/fprintf.c: Likewise.
4480         * lib/fprintftime.h: Likewise.
4481         * lib/fpucw.h: Likewise.
4482         * lib/fpurge.c: Likewise.
4483         * lib/fpurge.h: Likewise.
4484         * lib/freadable.c: Likewise.
4485         * lib/freadable.h: Likewise.
4486         * lib/freadahead.c: Likewise.
4487         * lib/freadahead.h: Likewise.
4488         * lib/freading.c: Likewise.
4489         * lib/freading.h: Likewise.
4490         * lib/free.c: Likewise.
4491         * lib/freopen.c: Likewise.
4492         * lib/frexp.c: Likewise.
4493         * lib/frexpl.c: Likewise.
4494         * lib/fseek.c: Likewise.
4495         * lib/fseterr.c: Likewise.
4496         * lib/fseterr.h: Likewise.
4497         * lib/fstatat.c: Likewise.
4498         * lib/fstrcmp.c: Likewise.
4499         * lib/fstrcmp.h: Likewise.
4500         * lib/fsusage.c: Likewise.
4501         * lib/fsusage.h: Likewise.
4502         * lib/ftell.c: Likewise.
4503         * lib/ftello.c: Likewise.
4504         * lib/fts-cycle.c: Likewise.
4505         * lib/fts.c: Likewise.
4506         * lib/fts_.h: Likewise.
4507         * lib/full-read.c: Likewise.
4508         * lib/full-read.h: Likewise.
4509         * lib/full-write.c: Likewise.
4510         * lib/full-write.h: Likewise.
4511         * lib/fwritable.c: Likewise.
4512         * lib/fwritable.h: Likewise.
4513         * lib/fwriteerror.c: Likewise.
4514         * lib/fwriteerror.h: Likewise.
4515         * lib/fwriting.c: Likewise.
4516         * lib/fwriting.h: Likewise.
4517         * lib/gcd.c: Likewise.
4518         * lib/gcd.h: Likewise.
4519         * lib/getcwd.c: Likewise.
4520         * lib/getdate.h: Likewise.
4521         * lib/getdate.y: Likewise.
4522         * lib/getdomainname.c: Likewise.
4523         * lib/getdomainname.h: Likewise.
4524         * lib/getgroups.c: Likewise.
4525         * lib/gethostname.c: Likewise.
4526         * lib/gethrxtime.c: Likewise.
4527         * lib/gethrxtime.h: Likewise.
4528         * lib/getloadavg.c: Likewise.
4529         * lib/getndelim2.c: Likewise.
4530         * lib/getndelim2.h: Likewise.
4531         * lib/getnline.c: Likewise.
4532         * lib/getnline.h: Likewise.
4533         * lib/getopt.c: Likewise.
4534         * lib/getopt.in.h: Likewise.
4535         * lib/getopt1.c: Likewise.
4536         * lib/getopt_int.h: Likewise.
4537         * lib/getpagesize.h: Likewise.
4538         * lib/getsubopt.c: Likewise.
4539         * lib/gettime.c: Likewise.
4540         * lib/getugroups.c: Likewise.
4541         * lib/getugroups.h: Likewise.
4542         * lib/getusershell.c: Likewise.
4543         * lib/gl_anyavltree_list1.h: Likewise.
4544         * lib/gl_anyavltree_list2.h: Likewise.
4545         * lib/gl_anyhash_list1.h: Likewise.
4546         * lib/gl_anyhash_list2.h: Likewise.
4547         * lib/gl_anylinked_list1.h: Likewise.
4548         * lib/gl_anylinked_list2.h: Likewise.
4549         * lib/gl_anyrbtree_list1.h: Likewise.
4550         * lib/gl_anyrbtree_list2.h: Likewise.
4551         * lib/gl_anytree_list1.h: Likewise.
4552         * lib/gl_anytree_list2.h: Likewise.
4553         * lib/gl_anytree_oset.h: Likewise.
4554         * lib/gl_anytreehash_list1.h: Likewise.
4555         * lib/gl_anytreehash_list2.h: Likewise.
4556         * lib/gl_array_list.c: Likewise.
4557         * lib/gl_array_list.h: Likewise.
4558         * lib/gl_array_oset.c: Likewise.
4559         * lib/gl_array_oset.h: Likewise.
4560         * lib/gl_avltree_list.c: Likewise.
4561         * lib/gl_avltree_list.h: Likewise.
4562         * lib/gl_avltree_oset.c: Likewise.
4563         * lib/gl_avltree_oset.h: Likewise.
4564         * lib/gl_avltreehash_list.c: Likewise.
4565         * lib/gl_avltreehash_list.h: Likewise.
4566         * lib/gl_carray_list.c: Likewise.
4567         * lib/gl_carray_list.h: Likewise.
4568         * lib/gl_linked_list.c: Likewise.
4569         * lib/gl_linked_list.h: Likewise.
4570         * lib/gl_linkedhash_list.c: Likewise.
4571         * lib/gl_linkedhash_list.h: Likewise.
4572         * lib/gl_list.c: Likewise.
4573         * lib/gl_list.h: Likewise.
4574         * lib/gl_oset.c: Likewise.
4575         * lib/gl_oset.h: Likewise.
4576         * lib/gl_rbtree_list.c: Likewise.
4577         * lib/gl_rbtree_list.h: Likewise.
4578         * lib/gl_rbtree_oset.c: Likewise.
4579         * lib/gl_rbtree_oset.h: Likewise.
4580         * lib/gl_rbtreehash_list.c: Likewise.
4581         * lib/gl_rbtreehash_list.h: Likewise.
4582         * lib/gl_sublist.c: Likewise.
4583         * lib/gl_sublist.h: Likewise.
4584         * lib/group-member.c: Likewise.
4585         * lib/group-member.h: Likewise.
4586         * lib/hard-locale.c: Likewise.
4587         * lib/hard-locale.h: Likewise.
4588         * lib/hash-pjw.c: Likewise.
4589         * lib/hash-pjw.h: Likewise.
4590         * lib/hash-triple.c: Likewise.
4591         * lib/hash.c: Likewise.
4592         * lib/hash.h: Likewise.
4593         * lib/human.c: Likewise.
4594         * lib/human.h: Likewise.
4595         * lib/i-ring.c: Likewise.
4596         * lib/i-ring.h: Likewise.
4597         * lib/idcache.c: Likewise.
4598         * lib/imaxabs.c: Likewise.
4599         * lib/imaxdiv.c: Likewise.
4600         * lib/inet_pton.c: Likewise.
4601         * lib/inet_pton.h: Likewise.
4602         * lib/intprops.h: Likewise.
4603         * lib/inttostr.c: Likewise.
4604         * lib/inttostr.h: Likewise.
4605         * lib/inttypes.in.h: Likewise.
4606         * lib/isapipe.c: Likewise.
4607         * lib/isdir.c: Likewise.
4608         * lib/isnan.c: Likewise.
4609         * lib/isnan.h: Likewise.
4610         * lib/isnanf.c: Likewise.
4611         * lib/isnanf.h: Likewise.
4612         * lib/isnanl-nolibm.h: Likewise.
4613         * lib/isnanl.c: Likewise.
4614         * lib/isnanl.h: Likewise.
4615         * lib/javacomp.c: Likewise.
4616         * lib/javacomp.h: Likewise.
4617         * lib/javaexec.c: Likewise.
4618         * lib/javaexec.h: Likewise.
4619         * lib/javaversion.c: Likewise.
4620         * lib/javaversion.h: Likewise.
4621         * lib/javaversion.java: Likewise.
4622         * lib/lbrkprop.h: Likewise.
4623         * lib/lchmod.h: Likewise.
4624         * lib/lchown.c: Likewise.
4625         * lib/ldexpl.c: Likewise.
4626         * lib/linebreak.c: Likewise.
4627         * lib/linebreak.h: Likewise.
4628         * lib/linebuffer.c: Likewise.
4629         * lib/linebuffer.h: Likewise.
4630         * lib/locale.in.h: Likewise.
4631         * lib/logl.c: Likewise.
4632         * lib/long-options.c: Likewise.
4633         * lib/long-options.h: Likewise.
4634         * lib/lstat.c: Likewise.
4635         * lib/lstat.h: Likewise.
4636         * lib/math.in.h: Likewise.
4637         * lib/mbchar.c: Likewise.
4638         * lib/mbchar.h: Likewise.
4639         * lib/mbfile.h: Likewise.
4640         * lib/mbiter.h: Likewise.
4641         * lib/mbscasecmp.c: Likewise.
4642         * lib/mbscasestr.c: Likewise.
4643         * lib/mbschr.c: Likewise.
4644         * lib/mbscspn.c: Likewise.
4645         * lib/mbslen.c: Likewise.
4646         * lib/mbsncasecmp.c: Likewise.
4647         * lib/mbsnlen.c: Likewise.
4648         * lib/mbspbrk.c: Likewise.
4649         * lib/mbspcasecmp.c: Likewise.
4650         * lib/mbsrchr.c: Likewise.
4651         * lib/mbssep.c: Likewise.
4652         * lib/mbsspn.c: Likewise.
4653         * lib/mbsstr.c: Likewise.
4654         * lib/mbstok_r.c: Likewise.
4655         * lib/mbswidth.c: Likewise.
4656         * lib/mbswidth.h: Likewise.
4657         * lib/mbuiter.h: Likewise.
4658         * lib/memcasecmp.c: Likewise.
4659         * lib/memcasecmp.h: Likewise.
4660         * lib/memchr.c: Likewise.
4661         * lib/memcmp.c: Likewise.
4662         * lib/memcoll.c: Likewise.
4663         * lib/memcoll.h: Likewise.
4664         * lib/memcpy.c: Likewise.
4665         * lib/memrchr.c: Likewise.
4666         * lib/mkancesdirs.c: Likewise.
4667         * lib/mkdir-p.c: Likewise.
4668         * lib/mkdir-p.h: Likewise.
4669         * lib/mkdir.c: Likewise.
4670         * lib/mkdirat.c: Likewise.
4671         * lib/mkdtemp.c: Likewise.
4672         * lib/mkstemp-safer.c: Likewise.
4673         * lib/mkstemp.c: Likewise.
4674         * lib/modechange.c: Likewise.
4675         * lib/modechange.h: Likewise.
4676         * lib/mountlist.c: Likewise.
4677         * lib/mountlist.h: Likewise.
4678         * lib/mpsort.c: Likewise.
4679         * lib/nanosleep.c: Likewise.
4680         * lib/obstack.c: Likewise.
4681         * lib/obstack.h: Likewise.
4682         * lib/open-safer.c: Likewise.
4683         * lib/open.c: Likewise.
4684         * lib/openat-die.c: Likewise.
4685         * lib/openat-priv.h: Likewise.
4686         * lib/openat-proc.c: Likewise.
4687         * lib/openat.c: Likewise.
4688         * lib/openat.h: Likewise.
4689         * lib/pagealign_alloc.c: Likewise.
4690         * lib/pagealign_alloc.h: Likewise.
4691         * lib/physmem.c: Likewise.
4692         * lib/physmem.h: Likewise.
4693         * lib/pipe-safer.c: Likewise.
4694         * lib/pipe.c: Likewise.
4695         * lib/pipe.h: Likewise.
4696         * lib/posixtm.c: Likewise.
4697         * lib/posixtm.h: Likewise.
4698         * lib/posixver.c: Likewise.
4699         * lib/printf-frexp.c: Likewise.
4700         * lib/printf-frexp.h: Likewise.
4701         * lib/printf-frexpl.c: Likewise.
4702         * lib/printf-frexpl.h: Likewise.
4703         * lib/printf.c: Likewise.
4704         * lib/progname.c: Likewise.
4705         * lib/progname.h: Likewise.
4706         * lib/progreloc.c: Likewise.
4707         * lib/putenv.c: Likewise.
4708         * lib/quote.c: Likewise.
4709         * lib/quote.h: Likewise.
4710         * lib/quotearg.c: Likewise.
4711         * lib/quotearg.h: Likewise.
4712         * lib/raise.c: Likewise.
4713         * lib/readline.c: Likewise.
4714         * lib/readline.h: Likewise.
4715         * lib/readlink.c: Likewise.
4716         * lib/readtokens.c: Likewise.
4717         * lib/readtokens.h: Likewise.
4718         * lib/readtokens0.c: Likewise.
4719         * lib/readtokens0.h: Likewise.
4720         * lib/readutmp.c: Likewise.
4721         * lib/readutmp.h: Likewise.
4722         * lib/realloc.c: Likewise.
4723         * lib/relocwrapper.c: Likewise.
4724         * lib/rename-dest-slash.c: Likewise.
4725         * lib/rename.c: Likewise.
4726         * lib/rmdir.c: Likewise.
4727         * lib/rpmatch.c: Likewise.
4728         * lib/safe-read.c: Likewise.
4729         * lib/safe-read.h: Likewise.
4730         * lib/safe-write.c: Likewise.
4731         * lib/safe-write.h: Likewise.
4732         * lib/same-inode.h: Likewise.
4733         * lib/same.c: Likewise.
4734         * lib/same.h: Likewise.
4735         * lib/save-cwd.c: Likewise.
4736         * lib/save-cwd.h: Likewise.
4737         * lib/savedir.c: Likewise.
4738         * lib/savedir.h: Likewise.
4739         * lib/savewd.c: Likewise.
4740         * lib/savewd.h: Likewise.
4741         * lib/search.in.h: Likewise.
4742         * lib/setenv.c: Likewise.
4743         * lib/setenv.h: Likewise.
4744         * lib/settime.c: Likewise.
4745         * lib/sh-quote.c: Likewise.
4746         * lib/sh-quote.h: Likewise.
4747         * lib/sig2str.c: Likewise.
4748         * lib/sig2str.h: Likewise.
4749         * lib/signal.in.h: Likewise.
4750         * lib/signbitd.c: Likewise.
4751         * lib/signbitf.c: Likewise.
4752         * lib/signbitl.c: Likewise.
4753         * lib/sigprocmask.c: Likewise.
4754         * lib/sincosl.c: Likewise.
4755         * lib/sleep.c: Likewise.
4756         * lib/sprintf.c: Likewise.
4757         * lib/sqrtl.c: Likewise.
4758         * lib/stat-time.h: Likewise.
4759         * lib/stdio--.h: Likewise.
4760         * lib/stdio-safer.h: Likewise.
4761         * lib/stdlib--.h: Likewise.
4762         * lib/stdlib-safer.h: Likewise.
4763         * lib/stdlib.in.h: Likewise.
4764         * lib/stpcpy.c: Likewise.
4765         * lib/stpncpy.c: Likewise.
4766         * lib/strchrnul.c: Likewise.
4767         * lib/strcspn.c: Likewise.
4768         * lib/strerror.c: Likewise.
4769         * lib/strftime.c: Likewise.
4770         * lib/strftime.h: Likewise.
4771         * lib/striconveh.c: Likewise.
4772         * lib/striconveh.h: Likewise.
4773         * lib/striconveha.c: Likewise.
4774         * lib/striconveha.h: Likewise.
4775         * lib/stripslash.c: Likewise.
4776         * lib/strnlen1.c: Likewise.
4777         * lib/strnlen1.h: Likewise.
4778         * lib/strtod.c: Likewise.
4779         * lib/strtoimax.c: Likewise.
4780         * lib/strtok_r.c: Likewise.
4781         * lib/strtol.c: Likewise.
4782         * lib/strtoll.c: Likewise.
4783         * lib/strtoul.c: Likewise.
4784         * lib/strtoull.c: Likewise.
4785         * lib/sysexits.in.h: Likewise.
4786         * lib/tempname.c: Likewise.
4787         * lib/tempname.h: Likewise.
4788         * lib/timespec.h: Likewise.
4789         * lib/tls.c: Likewise.
4790         * lib/tls.h: Likewise.
4791         * lib/tmpdir.c: Likewise.
4792         * lib/tmpdir.h: Likewise.
4793         * lib/tmpfile-safer.c: Likewise.
4794         * lib/tmpfile.c: Likewise.
4795         * lib/trigl.c: Likewise.
4796         * lib/trigl.h: Likewise.
4797         * lib/trim.c: Likewise.
4798         * lib/trim.h: Likewise.
4799         * lib/trunc.c: Likewise.
4800         * lib/truncf.c: Likewise.
4801         * lib/truncl.c: Likewise.
4802         * lib/tsearch.c: Likewise.
4803         * lib/unicodeio.c: Likewise.
4804         * lib/unicodeio.h: Likewise.
4805         * lib/unistd--.h: Likewise.
4806         * lib/unistd-safer.h: Likewise.
4807         * lib/unistdio/ulc-fprintf.c: Likewise.
4808         * lib/unistdio/ulc-vfprintf.c: Likewise.
4809         * lib/unlinkdir.c: Likewise.
4810         * lib/unlinkdir.h: Likewise.
4811         * lib/unlocked-io.h: Likewise.
4812         * lib/unsetenv.c: Likewise.
4813         * lib/userspec.c: Likewise.
4814         * lib/utime.c: Likewise.
4815         * lib/utimecmp.c: Likewise.
4816         * lib/utimecmp.h: Likewise.
4817         * lib/utimens.c: Likewise.
4818         * lib/verify.h: Likewise.
4819         * lib/verror.c: Likewise.
4820         * lib/verror.h: Likewise.
4821         * lib/version-etc-fsf.c: Likewise.
4822         * lib/version-etc.c: Likewise.
4823         * lib/version-etc.h: Likewise.
4824         * lib/vfprintf.c: Likewise.
4825         * lib/vprintf.c: Likewise.
4826         * lib/vsprintf.c: Likewise.
4827         * lib/w32spawn.h: Likewise.
4828         * lib/wait-process.c: Likewise.
4829         * lib/wait-process.h: Likewise.
4830         * lib/wcwidth.c: Likewise.
4831         * lib/write-any-file.c: Likewise.
4832         * lib/xalloc-die.c: Likewise.
4833         * lib/xalloc.h: Likewise.
4834         * lib/xasprintf.c: Likewise.
4835         * lib/xgetcwd.c: Likewise.
4836         * lib/xgetcwd.h: Likewise.
4837         * lib/xgetdomainname.c: Likewise.
4838         * lib/xgetdomainname.h: Likewise.
4839         * lib/xgethostname.c: Likewise.
4840         * lib/xmalloc.c: Likewise.
4841         * lib/xmalloca.c: Likewise.
4842         * lib/xmalloca.h: Likewise.
4843         * lib/xmemcoll.c: Likewise.
4844         * lib/xnanosleep.c: Likewise.
4845         * lib/xreadlink.c: Likewise.
4846         * lib/xreadlink.h: Likewise.
4847         * lib/xsetenv.c: Likewise.
4848         * lib/xsetenv.h: Likewise.
4849         * lib/xstriconv.c: Likewise.
4850         * lib/xstriconv.h: Likewise.
4851         * lib/xstrndup.c: Likewise.
4852         * lib/xstrndup.h: Likewise.
4853         * lib/xstrtod.c: Likewise.
4854         * lib/xstrtod.h: Likewise.
4855         * lib/xstrtol-error.c: Likewise.
4856         * lib/xstrtol.c: Likewise.
4857         * lib/xstrtol.h: Likewise.
4858         * lib/xtime.h: Likewise.
4859         * lib/xvasprintf.c: Likewise.
4860         * lib/xvasprintf.h: Likewise.
4861         * lib/yesno.c: Likewise.
4862         * lib/yesno.h: Likewise.
4863         * posix-modules: Likewise.
4864         * tests/test-alloca-opt.c: Likewise.
4865         * tests/test-arcfour.c: Likewise.
4866         * tests/test-arctwo.c: Likewise.
4867         * tests/test-argmatch.c: Likewise.
4868         * tests/test-argp-2.sh: Likewise.
4869         * tests/test-argp.c: Likewise.
4870         * tests/test-arpa_inet.c: Likewise.
4871         * tests/test-array_list.c: Likewise.
4872         * tests/test-array_oset.c: Likewise.
4873         * tests/test-atexit.c: Likewise.
4874         * tests/test-avltree_list.c: Likewise.
4875         * tests/test-avltree_oset.c: Likewise.
4876         * tests/test-avltreehash_list.c: Likewise.
4877         * tests/test-base64.c: Likewise.
4878         * tests/test-binary-io.c: Likewise.
4879         * tests/test-byteswap.c: Likewise.
4880         * tests/test-c-ctype.c: Likewise.
4881         * tests/test-c-strcasecmp.c: Likewise.
4882         * tests/test-c-strcasestr.c: Likewise.
4883         * tests/test-c-strncasecmp.c: Likewise.
4884         * tests/test-c-strstr.c: Likewise.
4885         * tests/test-canonicalize-lgpl.c: Likewise.
4886         * tests/test-canonicalize.c: Likewise.
4887         * tests/test-carray_list.c: Likewise.
4888         * tests/test-ceilf.c: Likewise.
4889         * tests/test-ceill.c: Likewise.
4890         * tests/test-count-one-bits.c: Likewise.
4891         * tests/test-crc.c: Likewise.
4892         * tests/test-dirname.c: Likewise.
4893         * tests/test-fbufmode.c: Likewise.
4894         * tests/test-fcntl.c: Likewise.
4895         * tests/test-fflush.c: Likewise.
4896         * tests/test-floorf.c: Likewise.
4897         * tests/test-floorl.c: Likewise.
4898         * tests/test-fopen.c: Likewise.
4899         * tests/test-fprintf-posix.c: Likewise.
4900         * tests/test-fprintf-posix.h: Likewise.
4901         * tests/test-fpurge.c: Likewise.
4902         * tests/test-freadable.c: Likewise.
4903         * tests/test-freadahead.c: Likewise.
4904         * tests/test-freading.c: Likewise.
4905         * tests/test-freopen.c: Likewise.
4906         * tests/test-frexp.c: Likewise.
4907         * tests/test-frexpl.c: Likewise.
4908         * tests/test-fseek.c: Likewise.
4909         * tests/test-fseeko.c: Likewise.
4910         * tests/test-fseterr.c: Likewise.
4911         * tests/test-fstrcmp.c: Likewise.
4912         * tests/test-ftell.c: Likewise.
4913         * tests/test-ftello.c: Likewise.
4914         * tests/test-fwritable.c: Likewise.
4915         * tests/test-fwriting.c: Likewise.
4916         * tests/test-getaddrinfo.c: Likewise.
4917         * tests/test-getpass.c: Likewise.
4918         * tests/test-gettimeofday.c: Likewise.
4919         * tests/test-hmac-md5.c: Likewise.
4920         * tests/test-hmac-sha1.c: Likewise.
4921         * tests/test-iconv.c: Likewise.
4922         * tests/test-iconvme.c: Likewise.
4923         * tests/test-inttypes.c: Likewise.
4924         * tests/test-isnan.c: Likewise.
4925         * tests/test-isnanf.c: Likewise.
4926         * tests/test-isnanl-nolibm.c: Likewise.
4927         * tests/test-isnanl.c: Likewise.
4928         * tests/test-isnanl.h: Likewise.
4929         * tests/test-ldexpl.c: Likewise.
4930         * tests/test-linked_list.c: Likewise.
4931         * tests/test-linkedhash_list.c: Likewise.
4932         * tests/test-locale.c: Likewise.
4933         * tests/test-localename.c: Likewise.
4934         * tests/test-lock.c: Likewise.
4935         * tests/test-lseek.c: Likewise.
4936         * tests/test-malloca.c: Likewise.
4937         * tests/test-math.c: Likewise.
4938         * tests/test-mbscasecmp.c: Likewise.
4939         * tests/test-mbscasestr1.c: Likewise.
4940         * tests/test-mbscasestr2.c: Likewise.
4941         * tests/test-mbscasestr3.c: Likewise.
4942         * tests/test-mbscasestr4.c: Likewise.
4943         * tests/test-mbschr.c: Likewise.
4944         * tests/test-mbscspn.c: Likewise.
4945         * tests/test-mbsncasecmp.c: Likewise.
4946         * tests/test-mbspbrk.c: Likewise.
4947         * tests/test-mbspcasecmp.c: Likewise.
4948         * tests/test-mbsrchr.c: Likewise.
4949         * tests/test-mbsspn.c: Likewise.
4950         * tests/test-mbsstr1.c: Likewise.
4951         * tests/test-mbsstr2.c: Likewise.
4952         * tests/test-mbsstr3.c: Likewise.
4953         * tests/test-md5.c: Likewise.
4954         * tests/test-memmem.c: Likewise.
4955         * tests/test-netinet_in.c: Likewise.
4956         * tests/test-open.c: Likewise.
4957         * tests/test-printf-frexp.c: Likewise.
4958         * tests/test-printf-frexpl.c: Likewise.
4959         * tests/test-printf-posix.c: Likewise.
4960         * tests/test-printf-posix.h: Likewise.
4961         * tests/test-rbtree_list.c: Likewise.
4962         * tests/test-rbtree_oset.c: Likewise.
4963         * tests/test-rbtreehash_list.c: Likewise.
4964         * tests/test-read-file.c: Likewise.
4965         * tests/test-rijndael.c: Likewise.
4966         * tests/test-search.c: Likewise.
4967         * tests/test-signbit.c: Likewise.
4968         * tests/test-sleep.c: Likewise.
4969         * tests/test-snprintf-posix.c: Likewise.
4970         * tests/test-snprintf-posix.h: Likewise.
4971         * tests/test-snprintf.c: Likewise.
4972         * tests/test-sprintf-posix.c: Likewise.
4973         * tests/test-sprintf-posix.h: Likewise.
4974         * tests/test-stat-time.c: Likewise.
4975         * tests/test-stdbool.c: Likewise.
4976         * tests/test-stdint.c: Likewise.
4977         * tests/test-stdio.c: Likewise.
4978         * tests/test-stdlib.c: Likewise.
4979         * tests/test-stpncpy.c: Likewise.
4980         * tests/test-strcasestr.c: Likewise.
4981         * tests/test-striconv.c: Likewise.
4982         * tests/test-striconveh.c: Likewise.
4983         * tests/test-striconveha.c: Likewise.
4984         * tests/test-string.c: Likewise.
4985         * tests/test-sys_select.c: Likewise.
4986         * tests/test-sys_socket.c: Likewise.
4987         * tests/test-sys_stat.c: Likewise.
4988         * tests/test-sys_time.c: Likewise.
4989         * tests/test-sysexits.c: Likewise.
4990         * tests/test-time.c: Likewise.
4991         * tests/test-tls.c: Likewise.
4992         * tests/test-trunc.c: Likewise.
4993         * tests/test-truncf.c: Likewise.
4994         * tests/test-truncl.c: Likewise.
4995         * tests/test-unistd.c: Likewise.
4996         * tests/test-vasnprintf-posix.c: Likewise.
4997         * tests/test-vasnprintf-posix2.c: Likewise.
4998         * tests/test-vasnprintf.c: Likewise.
4999         * tests/test-vasprintf-posix.c: Likewise.
5000         * tests/test-vasprintf.c: Likewise.
5001         * tests/test-verify.c: Likewise.
5002         * tests/test-vfprintf-posix.c: Likewise.
5003         * tests/test-vprintf-posix.c: Likewise.
5004         * tests/test-vsnprintf-posix.c: Likewise.
5005         * tests/test-vsnprintf.c: Likewise.
5006         * tests/test-vsprintf-posix.c: Likewise.
5007         * tests/test-wchar.c: Likewise.
5008         * tests/test-wctype.c: Likewise.
5009         * tests/test-wcwidth.c: Likewise.
5010         * tests/test-xstrtol.c: Likewise.
5011         * tests/test-xvasprintf.c: Likewise.
5012         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
5013         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
5014         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
5015         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
5016         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
5017         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
5018         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
5019         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
5020         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
5021         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
5022         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
5023         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
5024         * tests/uniname/test-uninames.c: Likewise.
5025         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
5026         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
5027         * tests/unistdio/test-u16-printf1.h: Likewise.
5028         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
5029         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
5030         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
5031         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
5032         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
5033         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
5034         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
5035         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
5036         * tests/unistdio/test-u32-printf1.h: Likewise.
5037         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
5038         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
5039         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
5040         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
5041         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
5042         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
5043         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
5044         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
5045         * tests/unistdio/test-u8-printf1.h: Likewise.
5046         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
5047         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
5048         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
5049         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
5050         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
5051         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
5052         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
5053         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
5054         * tests/unistdio/test-ulc-printf1.h: Likewise.
5055         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
5056         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
5057         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
5058         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
5059         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
5060         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
5061         * tests/uniwidth/test-u16-strwidth.c: Likewise.
5062         * tests/uniwidth/test-u16-width.c: Likewise.
5063         * tests/uniwidth/test-u32-strwidth.c: Likewise.
5064         * tests/uniwidth/test-u32-width.c: Likewise.
5065         * tests/uniwidth/test-u8-strwidth.c: Likewise.
5066         * tests/uniwidth/test-u8-width.c: Likewise.
5067         * tests/uniwidth/test-uc_width.c: Likewise.
5068         * config/srclist-update: Likewise.
5069         (fixlicense): Update to GPLv3+.
5070
5071         Change copyright notice from LGPLv2.1+ to LGPLv3+.
5072         * tests/test-tsearch.c: Change copyright notice.
5073
5074         Change copyright notice from LGPLv2.0+ to LGPLv3+.
5075         * lib/c-strcaseeq.h: Change copyright notice.
5076         * lib/streq.h: Likewise.
5077         * lib/uniconv.h: Likewise.
5078         * lib/uniconv/u-conv-from-enc.h: Likewise.
5079         * lib/uniconv/u-conv-to-enc.h: Likewise.
5080         * lib/uniconv/u-strconv-from-enc.h: Likewise.
5081         * lib/uniconv/u-strconv-to-enc.h: Likewise.
5082         * lib/uniconv/u16-conv-from-enc.c: Likewise.
5083         * lib/uniconv/u16-conv-to-enc.c: Likewise.
5084         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
5085         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
5086         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
5087         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
5088         * lib/uniconv/u32-conv-from-enc.c: Likewise.
5089         * lib/uniconv/u32-conv-to-enc.c: Likewise.
5090         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
5091         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
5092         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
5093         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
5094         * lib/uniconv/u8-conv-from-enc.c: Likewise.
5095         * lib/uniconv/u8-conv-to-enc.c: Likewise.
5096         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
5097         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
5098         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
5099         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
5100         * lib/uniname.h: Likewise.
5101         * lib/uniname/uniname.c: Likewise.
5102         * lib/unistdio.h: Likewise.
5103         * lib/unistdio/u-asnprintf.h: Likewise.
5104         * lib/unistdio/u-asprintf.h: Likewise.
5105         * lib/unistdio/u-printf-args.c: Likewise.
5106         * lib/unistdio/u-printf-args.h: Likewise.
5107         * lib/unistdio/u-printf-parse.h: Likewise.
5108         * lib/unistdio/u-snprintf.h: Likewise.
5109         * lib/unistdio/u-sprintf.h: Likewise.
5110         * lib/unistdio/u-vasprintf.h: Likewise.
5111         * lib/unistdio/u-vsnprintf.h: Likewise.
5112         * lib/unistdio/u-vsprintf.h: Likewise.
5113         * lib/unistdio/u16-asnprintf.c: Likewise.
5114         * lib/unistdio/u16-asprintf.c: Likewise.
5115         * lib/unistdio/u16-printf-parse.c: Likewise.
5116         * lib/unistdio/u16-snprintf.c: Likewise.
5117         * lib/unistdio/u16-sprintf.c: Likewise.
5118         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
5119         * lib/unistdio/u16-u16-asprintf.c: Likewise.
5120         * lib/unistdio/u16-u16-snprintf.c: Likewise.
5121         * lib/unistdio/u16-u16-sprintf.c: Likewise.
5122         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
5123         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
5124         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
5125         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
5126         * lib/unistdio/u16-vasnprintf.c: Likewise.
5127         * lib/unistdio/u16-vasprintf.c: Likewise.
5128         * lib/unistdio/u16-vsnprintf.c: Likewise.
5129         * lib/unistdio/u16-vsprintf.c: Likewise.
5130         * lib/unistdio/u32-asnprintf.c: Likewise.
5131         * lib/unistdio/u32-asprintf.c: Likewise.
5132         * lib/unistdio/u32-printf-parse.c: Likewise.
5133         * lib/unistdio/u32-snprintf.c: Likewise.
5134         * lib/unistdio/u32-sprintf.c: Likewise.
5135         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
5136         * lib/unistdio/u32-u32-asprintf.c: Likewise.
5137         * lib/unistdio/u32-u32-snprintf.c: Likewise.
5138         * lib/unistdio/u32-u32-sprintf.c: Likewise.
5139         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
5140         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
5141         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
5142         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
5143         * lib/unistdio/u32-vasnprintf.c: Likewise.
5144         * lib/unistdio/u32-vasprintf.c: Likewise.
5145         * lib/unistdio/u32-vsnprintf.c: Likewise.
5146         * lib/unistdio/u32-vsprintf.c: Likewise.
5147         * lib/unistdio/u8-asnprintf.c: Likewise.
5148         * lib/unistdio/u8-asprintf.c: Likewise.
5149         * lib/unistdio/u8-printf-parse.c: Likewise.
5150         * lib/unistdio/u8-snprintf.c: Likewise.
5151         * lib/unistdio/u8-sprintf.c: Likewise.
5152         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
5153         * lib/unistdio/u8-u8-asprintf.c: Likewise.
5154         * lib/unistdio/u8-u8-snprintf.c: Likewise.
5155         * lib/unistdio/u8-u8-sprintf.c: Likewise.
5156         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
5157         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
5158         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
5159         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
5160         * lib/unistdio/u8-vasnprintf.c: Likewise.
5161         * lib/unistdio/u8-vasprintf.c: Likewise.
5162         * lib/unistdio/u8-vsnprintf.c: Likewise.
5163         * lib/unistdio/u8-vsprintf.c: Likewise.
5164         * lib/unistdio/ulc-asnprintf.c: Likewise.
5165         * lib/unistdio/ulc-asprintf.c: Likewise.
5166         * lib/unistdio/ulc-printf-parse.c: Likewise.
5167         * lib/unistdio/ulc-snprintf.c: Likewise.
5168         * lib/unistdio/ulc-sprintf.c: Likewise.
5169         * lib/unistdio/ulc-vasnprintf.c: Likewise.
5170         * lib/unistdio/ulc-vasprintf.c: Likewise.
5171         * lib/unistdio/ulc-vsnprintf.c: Likewise.
5172         * lib/unistdio/ulc-vsprintf.c: Likewise.
5173         * lib/unistr.h: Likewise.
5174         * lib/unistr/u-cpy-alloc.h: Likewise.
5175         * lib/unistr/u-cpy.h: Likewise.
5176         * lib/unistr/u-endswith.h: Likewise.
5177         * lib/unistr/u-move.h: Likewise.
5178         * lib/unistr/u-set.h: Likewise.
5179         * lib/unistr/u-startswith.h: Likewise.
5180         * lib/unistr/u-stpcpy.h: Likewise.
5181         * lib/unistr/u-stpncpy.h: Likewise.
5182         * lib/unistr/u-strcat.h: Likewise.
5183         * lib/unistr/u-strcpy.h: Likewise.
5184         * lib/unistr/u-strcspn.h: Likewise.
5185         * lib/unistr/u-strdup.h: Likewise.
5186         * lib/unistr/u-strlen.h: Likewise.
5187         * lib/unistr/u-strncat.h: Likewise.
5188         * lib/unistr/u-strncpy.h: Likewise.
5189         * lib/unistr/u-strnlen.h: Likewise.
5190         * lib/unistr/u-strpbrk.h: Likewise.
5191         * lib/unistr/u-strspn.h: Likewise.
5192         * lib/unistr/u-strstr.h: Likewise.
5193         * lib/unistr/u-strtok.h: Likewise.
5194         * lib/unistr/u16-check.c: Likewise.
5195         * lib/unistr/u16-chr.c: Likewise.
5196         * lib/unistr/u16-cmp.c: Likewise.
5197         * lib/unistr/u16-cpy-alloc.c: Likewise.
5198         * lib/unistr/u16-cpy.c: Likewise.
5199         * lib/unistr/u16-endswith.c: Likewise.
5200         * lib/unistr/u16-mblen.c: Likewise.
5201         * lib/unistr/u16-mbsnlen.c: Likewise.
5202         * lib/unistr/u16-mbtouc-aux.c: Likewise.
5203         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
5204         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
5205         * lib/unistr/u16-mbtouc.c: Likewise.
5206         * lib/unistr/u16-mbtoucr.c: Likewise.
5207         * lib/unistr/u16-move.c: Likewise.
5208         * lib/unistr/u16-next.c: Likewise.
5209         * lib/unistr/u16-prev.c: Likewise.
5210         * lib/unistr/u16-set.c: Likewise.
5211         * lib/unistr/u16-startswith.c: Likewise.
5212         * lib/unistr/u16-stpcpy.c: Likewise.
5213         * lib/unistr/u16-stpncpy.c: Likewise.
5214         * lib/unistr/u16-strcat.c: Likewise.
5215         * lib/unistr/u16-strchr.c: Likewise.
5216         * lib/unistr/u16-strcmp.c: Likewise.
5217         * lib/unistr/u16-strcpy.c: Likewise.
5218         * lib/unistr/u16-strcspn.c: Likewise.
5219         * lib/unistr/u16-strdup.c: Likewise.
5220         * lib/unistr/u16-strlen.c: Likewise.
5221         * lib/unistr/u16-strmblen.c: Likewise.
5222         * lib/unistr/u16-strmbtouc.c: Likewise.
5223         * lib/unistr/u16-strncat.c: Likewise.
5224         * lib/unistr/u16-strncmp.c: Likewise.
5225         * lib/unistr/u16-strncpy.c: Likewise.
5226         * lib/unistr/u16-strnlen.c: Likewise.
5227         * lib/unistr/u16-strpbrk.c: Likewise.
5228         * lib/unistr/u16-strrchr.c: Likewise.
5229         * lib/unistr/u16-strspn.c: Likewise.
5230         * lib/unistr/u16-strstr.c: Likewise.
5231         * lib/unistr/u16-strtok.c: Likewise.
5232         * lib/unistr/u16-to-u32.c: Likewise.
5233         * lib/unistr/u16-to-u8.c: Likewise.
5234         * lib/unistr/u16-uctomb-aux.c: Likewise.
5235         * lib/unistr/u16-uctomb.c: Likewise.
5236         * lib/unistr/u32-check.c: Likewise.
5237         * lib/unistr/u32-chr.c: Likewise.
5238         * lib/unistr/u32-cmp.c: Likewise.
5239         * lib/unistr/u32-cpy-alloc.c: Likewise.
5240         * lib/unistr/u32-cpy.c: Likewise.
5241         * lib/unistr/u32-endswith.c: Likewise.
5242         * lib/unistr/u32-mblen.c: Likewise.
5243         * lib/unistr/u32-mbsnlen.c: Likewise.
5244         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
5245         * lib/unistr/u32-mbtouc.c: Likewise.
5246         * lib/unistr/u32-mbtoucr.c: Likewise.
5247         * lib/unistr/u32-move.c: Likewise.
5248         * lib/unistr/u32-next.c: Likewise.
5249         * lib/unistr/u32-prev.c: Likewise.
5250         * lib/unistr/u32-set.c: Likewise.
5251         * lib/unistr/u32-startswith.c: Likewise.
5252         * lib/unistr/u32-stpcpy.c: Likewise.
5253         * lib/unistr/u32-stpncpy.c: Likewise.
5254         * lib/unistr/u32-strcat.c: Likewise.
5255         * lib/unistr/u32-strchr.c: Likewise.
5256         * lib/unistr/u32-strcmp.c: Likewise.
5257         * lib/unistr/u32-strcpy.c: Likewise.
5258         * lib/unistr/u32-strcspn.c: Likewise.
5259         * lib/unistr/u32-strdup.c: Likewise.
5260         * lib/unistr/u32-strlen.c: Likewise.
5261         * lib/unistr/u32-strmblen.c: Likewise.
5262         * lib/unistr/u32-strmbtouc.c: Likewise.
5263         * lib/unistr/u32-strncat.c: Likewise.
5264         * lib/unistr/u32-strncmp.c: Likewise.
5265         * lib/unistr/u32-strncpy.c: Likewise.
5266         * lib/unistr/u32-strnlen.c: Likewise.
5267         * lib/unistr/u32-strpbrk.c: Likewise.
5268         * lib/unistr/u32-strrchr.c: Likewise.
5269         * lib/unistr/u32-strspn.c: Likewise.
5270         * lib/unistr/u32-strstr.c: Likewise.
5271         * lib/unistr/u32-strtok.c: Likewise.
5272         * lib/unistr/u32-to-u16.c: Likewise.
5273         * lib/unistr/u32-to-u8.c: Likewise.
5274         * lib/unistr/u32-uctomb.c: Likewise.
5275         * lib/unistr/u8-check.c: Likewise.
5276         * lib/unistr/u8-chr.c: Likewise.
5277         * lib/unistr/u8-cmp.c: Likewise.
5278         * lib/unistr/u8-cpy-alloc.c: Likewise.
5279         * lib/unistr/u8-cpy.c: Likewise.
5280         * lib/unistr/u8-endswith.c: Likewise.
5281         * lib/unistr/u8-mblen.c: Likewise.
5282         * lib/unistr/u8-mbsnlen.c: Likewise.
5283         * lib/unistr/u8-mbtouc-aux.c: Likewise.
5284         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
5285         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
5286         * lib/unistr/u8-mbtouc.c: Likewise.
5287         * lib/unistr/u8-mbtoucr.c: Likewise.
5288         * lib/unistr/u8-move.c: Likewise.
5289         * lib/unistr/u8-next.c: Likewise.
5290         * lib/unistr/u8-prev.c: Likewise.
5291         * lib/unistr/u8-set.c: Likewise.
5292         * lib/unistr/u8-startswith.c: Likewise.
5293         * lib/unistr/u8-stpcpy.c: Likewise.
5294         * lib/unistr/u8-stpncpy.c: Likewise.
5295         * lib/unistr/u8-strcat.c: Likewise.
5296         * lib/unistr/u8-strchr.c: Likewise.
5297         * lib/unistr/u8-strcmp.c: Likewise.
5298         * lib/unistr/u8-strcpy.c: Likewise.
5299         * lib/unistr/u8-strcspn.c: Likewise.
5300         * lib/unistr/u8-strdup.c: Likewise.
5301         * lib/unistr/u8-strlen.c: Likewise.
5302         * lib/unistr/u8-strmblen.c: Likewise.
5303         * lib/unistr/u8-strmbtouc.c: Likewise.
5304         * lib/unistr/u8-strncat.c: Likewise.
5305         * lib/unistr/u8-strncmp.c: Likewise.
5306         * lib/unistr/u8-strncpy.c: Likewise.
5307         * lib/unistr/u8-strnlen.c: Likewise.
5308         * lib/unistr/u8-strpbrk.c: Likewise.
5309         * lib/unistr/u8-strrchr.c: Likewise.
5310         * lib/unistr/u8-strspn.c: Likewise.
5311         * lib/unistr/u8-strstr.c: Likewise.
5312         * lib/unistr/u8-strtok.c: Likewise.
5313         * lib/unistr/u8-to-u16.c: Likewise.
5314         * lib/unistr/u8-to-u32.c: Likewise.
5315         * lib/unistr/u8-uctomb-aux.c: Likewise.
5316         * lib/unistr/u8-uctomb.c: Likewise.
5317         * lib/unitypes.h: Likewise.
5318         * lib/uniwidth.h: Likewise.
5319         * lib/uniwidth/cjk.h: Likewise.
5320         * lib/uniwidth/u16-strwidth.c: Likewise.
5321         * lib/uniwidth/u16-width.c: Likewise.
5322         * lib/uniwidth/u32-strwidth.c: Likewise.
5323         * lib/uniwidth/u32-width.c: Likewise.
5324         * lib/uniwidth/u8-strwidth.c: Likewise.
5325         * lib/uniwidth/u8-width.c: Likewise.
5326         * lib/uniwidth/width.c: Likewise.
5327
5328 2007-10-07  Bruno Haible  <bruno@clisp.org>
5329
5330         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
5331         The file is still under LGPL (see modules/inttypes).
5332
5333 2007-10-06  Bruno Haible  <bruno@clisp.org>
5334
5335         * modules/trunc (Dependencies): Add 'extensions'.
5336         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
5337         Reported by Ben Pfaff <blp@gnu.org>.
5338
5339 2007-10-06  Bruno Haible  <bruno@clisp.org>
5340
5341         * modules/freopen-tests: New file.
5342         * tests/test-freopen.c: New file.
5343
5344         * modules/fopen-tests: New file.
5345         * tests/test-fopen.c: New file.
5346
5347         * modules/fopen: New file.
5348         * lib/fopen.c: New file.
5349         * m4/fopen.m4: New file.
5350         * modules/freopen: New file.
5351         * lib/freopen.c: New file.
5352         * m4/freopen.m4: New file.
5353         * lib/stdio.in.h (fopen, freopen): New declarations.
5354         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
5355         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
5356         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
5357         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
5358         * doc/functions/fopen.texi: Mention the 'fopen' module.
5359         * doc/functions/freopen.texi: Mention the 'freopen' module.
5360
5361 2007-10-06  Bruno Haible  <bruno@clisp.org>
5362
5363         * modules/open-tests: New file.
5364         * tests/test-open.c: New file.
5365
5366         * modules/open: New file.
5367         * lib/open.c: New file.
5368         * m4/open.m4: New file.
5369         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
5370         lib/open.c does.
5371         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
5372         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
5373         macros.
5374         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
5375         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
5376         REPLACE_OPEN.
5377         * doc/functions/open.texi: Mention the 'open' module.
5378
5379 2007-10-04  Bruno Haible  <bruno@clisp.org>
5380
5381         * modules/ceill-tests: New file.
5382         * tests/test-ceill.c: New file.
5383
5384         * modules/ceill: New file.
5385         * lib/ceill.c: Replace entire file.
5386         * m4/ceill.m4: New file.
5387         * lib/math.in.h (ceill): Replace declaration.
5388         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
5389         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
5390         * doc/functions/ceill.texi: Mention the 'ceill' module.
5391         * modules/mathl (Files): Remove lib/ceill.c.
5392         (Depends-on): Add ceill.
5393
5394 2007-10-04  Bruno Haible  <bruno@clisp.org>
5395
5396         * modules/ceilf-tests: New file.
5397         * tests/test-ceilf.c: New file.
5398
5399         * modules/ceilf: New file.
5400         * lib/ceil.c: New file.
5401         * lib/ceilf.c: New file.
5402         * m4/ceilf.m4: New file.
5403         * lib/math.in.h (ceilf): New declaration.
5404         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
5405         HAVE_DECL_CEILF.
5406         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
5407         HAVE_DECL_CEILF.
5408         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
5409
5410 2007-10-04  Bruno Haible  <bruno@clisp.org>
5411
5412         * modules/floorl-tests: New file.
5413         * tests/test-floorl.c: New file.
5414
5415         * modules/floorl: New file.
5416         * lib/floorl.c: Replace entire file.
5417         * m4/floorl.m4: New file.
5418         * lib/math.in.h (floorl): Replace declaration.
5419         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
5420         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
5421         * doc/functions/floorl.texi: Mention the 'floorl' module.
5422         * modules/mathl (Files): Remove lib/floorl.c.
5423         (Depends-on): Add floorl.
5424
5425 2007-10-04  Bruno Haible  <bruno@clisp.org>
5426
5427         * modules/floorf-tests: New file.
5428         * tests/test-floorf.c: New file.
5429
5430         * modules/floorf: New file.
5431         * lib/floor.c: New file.
5432         * lib/floorf.c: New file.
5433         * m4/floorf.m4: New file.
5434         * lib/math.in.h (floorf): New declaration.
5435         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
5436         HAVE_DECL_FLOORF.
5437         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
5438         HAVE_DECL_FLOORF.
5439         * doc/functions/floorf.texi: Mention the 'floorf' module.
5440
5441 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
5442             Bruno Haible  <bruno@clisp.org>
5443
5444         Advertise for the Git server instead of the CVS server.
5445         * doc/gnulib-intro.texi (Steady Development): Mention the Git
5446         repository instead of the CVS one.
5447         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
5448         about all VCS systems generically.
5449         * doc/gnulib.texi (Introduction): Capitalize `Git'.
5450
5451 2007-10-04  Bruno Haible  <bruno@clisp.org>
5452
5453         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
5454         means.
5455         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
5456
5457 2007-10-04  Bruno Haible  <bruno@clisp.org>
5458
5459         * modules/truncl-tests: New file.
5460         * tests/test-truncl.c: New file.
5461
5462         * modules/truncl: New file.
5463         * lib/truncl.c: New file.
5464         * m4/truncl.m4: New file.
5465         * lib/math.in.h (truncl): New declaration.
5466         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
5467         HAVE_DECL_TRUNCL.
5468         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
5469         HAVE_DECL_TRUNCL.
5470         * doc/functions/truncl.texi: Mention the 'truncl' module.
5471
5472 2007-10-04  Bruno Haible  <bruno@clisp.org>
5473
5474         * modules/truncf-tests: New file.
5475         * tests/test-truncf.c: New file.
5476
5477         * modules/truncf: New file.
5478         * lib/trunc.c: Make paramerizable through USE_* macros.
5479         * lib/truncf.c: New file.
5480         * m4/truncf.m4: New file.
5481         * lib/math.in.h (truncf): New declaration.
5482         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
5483         HAVE_DECL_TRUNCF.
5484         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
5485         HAVE_DECL_TRUNCF.
5486         * doc/functions/truncf.texi: Mention the 'truncf' module.
5487
5488 2007-10-03  Bruno Haible  <bruno@clisp.org>
5489
5490         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
5491         augmentation also for tests modules.
5492         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
5493         * modules/atexit-tests (Makefile.am): Likewise.
5494         * modules/binary-io-tests (Makefile.am): Likewise.
5495         * modules/c-strcase-tests (Makefile.am): Likewise.
5496         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
5497         * modules/canonicalize-tests (Makefile.am): Likewise.
5498         * modules/closein-tests (Makefile.am): Likewise.
5499         * modules/fprintf-posix-tests (Makefile.am): Likewise.
5500         * modules/freadahead-tests (Makefile.am): Likewise.
5501         * modules/fseek-tests (Makefile.am): Likewise.
5502         * modules/fseeko-tests (Makefile.am): Likewise.
5503         * modules/ftell-tests (Makefile.am): Likewise.
5504         * modules/ftello-tests (Makefile.am): Likewise.
5505         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
5506         * modules/isnanl-tests (Makefile.am): Likewise.
5507         * modules/lseek-tests (Makefile.am): Likewise.
5508         * modules/mbscasecmp-tests (Makefile.am): Likewise.
5509         * modules/mbscasestr-tests (Makefile.am): Likewise.
5510         * modules/mbschr-tests (Makefile.am): Likewise.
5511         * modules/mbscspn-tests (Makefile.am): Likewise.
5512         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
5513         * modules/mbspbrk-tests (Makefile.am): Likewise.
5514         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
5515         * modules/mbsrchr-tests (Makefile.am): Likewise.
5516         * modules/mbsspn-tests (Makefile.am): Likewise.
5517         * modules/mbsstr-tests (Makefile.am): Likewise.
5518         * modules/printf-posix-tests (Makefile.am): Likewise.
5519         * modules/snprintf-posix-tests (Makefile.am): Likewise.
5520         * modules/sprintf-posix-tests (Makefile.am): Likewise.
5521         * modules/tsearch-tests (Makefile.am): Likewise.
5522         * modules/uniname/uniname-tests (Makefile.am): Likewise.
5523         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
5524         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
5525         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
5526         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
5527         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
5528         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
5529         * modules/vprintf-posix-tests (Makefile.am): Likewise.
5530         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
5531         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
5532         * modules/xstrtoimax-tests (Makefile.am): Likewise.
5533         * modules/xstrtol-tests (Makefile.am): Likewise.
5534         * modules/xstrtoumax-tests (Makefile.am): Likewise.
5535         * modules/yesno-tests (Makefile.am): Likewise.
5536
5537 2007-10-03  Bruno Haible  <bruno@clisp.org>
5538
5539         * modules/trunc-tests: New file.
5540         * tests/test-trunc.c: New file.
5541
5542         * modules/trunc: New file.
5543         * lib/trunc.c: New file.
5544         * m4/trunc.m4: New file.
5545         * lib/math.in.h (trunc): New declaration.
5546         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
5547         HAVE_DECL_TRUNC.
5548         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
5549         HAVE_DECL_TRUNC.
5550         * doc/functions/trunc.texi: Mention the 'trunc' module.
5551
5552 2007-10-03  Bruno Haible  <bruno@clisp.org>
5553
5554         * tests/test-fpending.c: New file, mostly copied
5555         from coreutils/lib/t-fpending.c.
5556         * modules/fpending-tests: New file.
5557
5558 2007-10-03  Bruno Haible  <bruno@clisp.org>
5559
5560         Port the stdio extensions to QNX (untested).
5561         * lib/fseterr.c (fseterr): Add support for QNX.
5562         * lib/fbufmode.c (fbufmode): Likewise.
5563         * lib/freadable.c (freadable): Likewise.
5564         * lib/fwritable.c (fwritable): Likewise.
5565         * lib/freading.c (freading): Likewise.
5566         * lib/fwriting.c (fwriting): Likewise.
5567         * lib/freadahead.c (freadahed): Likewise.
5568         * lib/fpurge.c (fpurge): Likewise.
5569         * lib/fseeko.c (rpl_fseeko): Likewise.
5570
5571 2007-10-03  Bruno Haible  <bruno@clisp.org>
5572             Jim Meyering  <jim@meyering.net>
5573             Eric Blake  <ebb9@byu.net>
5574
5575         * doc/relocatable.texi: Use @command instead of @program.
5576
5577 2007-10-02  Jim Meyering  <jim@meyering.net>
5578
5579         Perform one more "_.h" -> ".in.h" substitution.
5580         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
5581         instead of unistd_.h here, too.
5582
5583 2007-10-01  Bruno Haible  <bruno@clisp.org>
5584
5585         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
5586         Needed for the alloca-opt module.
5587
5588 2007-09-30  Bruno Haible  <bruno@clisp.org>
5589
5590         * lib/alloca.in.h: Renamed from lib/alloca_.h.
5591         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
5592         alloca_.h.
5593         * lib/argz.in.h: Renamed from lib/argz_.h.
5594         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
5595         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
5596         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
5597         byteswap_.h.
5598         * lib/dirent.in.h: Renamed from lib/dirent_.h.
5599         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
5600         dirent_.h.
5601         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
5602         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
5603         fcntl_.h.
5604         * lib/float.in.h: Renamed from lib/float_.h.
5605         * modules/float (Files, Makefile.am): Use float.in.h instead of
5606         float_.h.
5607         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
5608         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
5609         fnmatch_.h.
5610         * lib/getopt.in.h: Renamed from lib/getopt_.h.
5611         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
5612         getopt_.h.
5613         * lib/glob.in.h: Renamed from lib/glob_.h.
5614         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
5615         * lib/iconv.in.h: Renamed from lib/iconv_.h.
5616         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
5617         iconv_.h.
5618         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
5619         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
5620         inttypes_.h.
5621         * lib/locale.in.h: Renamed from lib/locale_.h.
5622         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
5623         locale_.h.
5624         * lib/math.in.h: Renamed from lib/math_.h.
5625         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
5626         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
5627         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
5628         of netinet_in_.h. Add dependency.
5629         * lib/poll.in.h: Renamed from lib/poll_.h.
5630         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
5631         * lib/search.in.h: Renamed from lib/search_.h.
5632         * modules/search (Files, Makefile.am): Use search.in.h instead of
5633         search_.h.
5634         * lib/signal.in.h: Renamed from lib/signal_.h.
5635         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
5636         _signal.h.
5637         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
5638         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
5639         stdbool_.h.
5640         * lib/stdint.in.h: Renamed from lib/stdint_.h.
5641         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
5642         stdint_.h.
5643         * lib/stdio.in.h: Renamed from lib/stdio_.h.
5644         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
5645         stdio_.h.
5646         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
5647         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
5648         stdlib_.h.
5649         * lib/string.in.h: Renamed from lib/string_.h.
5650         * modules/string (Files, Makefile.am): Use string.in.h instead of
5651         string_.h.
5652         * doc/gnulib-tool.texi (Initial import): Update.
5653         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
5654         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
5655         of sys_select_.h. Add dependency.
5656         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
5657         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
5658         of sys_socket_.h.
5659         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
5660         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
5661         sys_stat_.h.
5662         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
5663         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
5664         sys_time_.h.
5665         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
5666         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
5667         sysexits_.h.
5668         * lib/time.in.h: Renamed from lib/time_.h.
5669         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
5670         * lib/unistd.in.h: Renamed from lib/unistd_.h.
5671         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
5672         unistd_.h.
5673         * lib/wchar.in.h: Renamed from lib/wchar_.h.
5674         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
5675         wchar_.h.
5676         * lib/wctype.in.h: Renamed from lib/wctype_.h.
5677         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
5678         wctype_.h.
5679         * build-aux/bootstrap (slurp): Update.
5680         * lib/.cppi-disable: Update.
5681
5682 2007-09-30  Bruno Haible  <bruno@clisp.org>
5683
5684         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
5685         Needed on BeOS.
5686
5687 2007-09-30  Bruno Haible  <bruno@clisp.org>
5688
5689         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
5690
5691 2007-09-29  Bruno Haible  <bruno@clisp.org>
5692
5693         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
5694
5695 2007-09-29  Bruno Haible  <bruno@clisp.org>
5696
5697         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
5698         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
5699         * build-aux/install-reloc: Compile also areadlink.c.
5700         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
5701
5702 2007-09-29  Bruno Haible  <bruno@clisp.org>
5703
5704         * gnulib-tool (func_emit_initmacro_done): Indentation.
5705
5706 2007-09-29  Bruno Haible  <bruno@clisp.org>
5707
5708         * README: Add CVS checkout update instructions.
5709         Info from Bob Proulx <bob@proulx.com>.
5710
5711 2007-09-28  Eric Blake  <ebb9@byu.net>
5712
5713         Provide move-if-change.
5714         * build-aux/move-if-change: New file, based on best practice
5715         rather than any canonical upstream location.
5716
5717 2007-09-28  Jim Meyering  <jim@meyering.net>
5718
5719         Fix canonicalize loop-detection corner case.
5720         Do not attempt to stat the symlink values stored via seen_triple.
5721         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
5722         on linux-2.6.18, (but not 2.6.22).
5723         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
5724         triple_compare.  The former compares dev,ino,filename, while the latter
5725         would actually stat dirname(filename) when dev and ino were equal.
5726         * lib/hash-triple.c: Install <string.h>.
5727         (STREQ): Define.
5728         (triple_compare_ino_str): New function.
5729         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
5730
5731 2007-09-28  Eric Blake  <ebb9@byu.net>
5732
5733         Enforce that AC_REPLACE_FUNCS files exist.
5734         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
5735         override check for typos.
5736
5737         Fix test-closein on Solaris 10.
5738         * tests/test-closein.c (main): Don't assume stdin can be inherited
5739         closed on all systems.
5740         * tests/test-closein.sh: Likewise.
5741         Reported by Piotr Tarnowski.
5742
5743 2007-09-28  Jim Meyering  <jim@meyering.net>
5744
5745         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
5746
5747 2007-09-27  Jim Meyering  <jim@meyering.net>
5748
5749         canonicalize: Avoid a false-positive cycle failure.
5750         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
5751         Sort.  Remove cycle-check.
5752         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
5753         not cycle-check.h.
5754         (seen_triple): New function.
5755         (canonicalize_filename_mode): Use it instead of cycle-check.
5756         * tests/test-canonicalize.c: Add a test for this bug.
5757         * tests/test-canonicalize.sh: Set up and run the test.
5758
5759         New module, file-set, from coreutils.
5760         * modules/file-set: Define it.
5761         * lib/file-set.c, lib/file-set.h: Implement.
5762
5763         New module, hash-triple, from coreutils.
5764         * modules/hash-triple: Define it.
5765         * lib/hash-triple.c, lib/hash-triple.h: Implement.
5766
5767 2007-09-25  Eric Blake  <ebb9@byu.net>
5768
5769         Fix strerror on Interix.
5770         * lib/string_.h (strerror): Declare replacement.
5771         * doc/functions/strerror.texi (strerror): Document the Interix
5772         shortcoming.
5773         * modules/string (Makefile.am): Support new hooks.
5774         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
5775         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
5776         gl_FUNC_STRERROR_SEPARATE.
5777         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
5778         * lib/strerror.c (rpl_strerror): Provide replacement.
5779         * modules/strerror (Depends-on): Add string.
5780         (configure.ac): Detect use of module.
5781         * tests/test-strerror.c: New file.
5782         * modules/strerror-tests: New test module.
5783         * modules/argp (Depends-on): Add strerror.
5784         * modules/error (Depends-on): Likewise.
5785         Reported by Martin Koeppe.
5786
5787 2007-09-24  Bruno Haible  <bruno@clisp.org>
5788
5789         * README: Update git instructions.
5790
5791 2007-09-24  Eric Blake  <ebb9@byu.net>
5792
5793         Revert fpending breakage from 2007-09-08.
5794         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
5795         __fpending.c.
5796
5797 2007-09-24  Jim Meyering  <jim@meyering.net>
5798
5799         filenamecat.c: Add a test.
5800         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
5801         showing how the function works when DIR is the empty string.
5802
5803 2007-09-21  Simon Josefsson  <simon@josefsson.org>
5804
5805         * tests/test-canonicalize.sh: Turn on executable bit.
5806
5807 2007-09-19  Eric Blake  <ebb9@byu.net>
5808
5809         * README: Update CVS instructions.
5810
5811 2007-09-18  Bruno Haible  <bruno@clisp.org>
5812
5813         * modules/areadlink: New file.
5814         * lib/areadlink.h (areadlink): New declaration.
5815         * lib/areadlink.c: New file, based on lib/xreadlink.c.
5816
5817 2007-09-17  Jim Meyering  <jim@meyering.net>
5818
5819         * lib/savewd.c (ESTALE) [!defined]: Define.
5820         Reported to be required on Interix by Martin Koeppe.
5821
5822 2007-09-17  Bruno Haible  <bruno@clisp.org>
5823
5824         * gnulib-tool (func_version): Use $version.
5825
5826 2007-09-16  Bruno Haible  <bruno@clisp.org>
5827
5828         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
5829         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
5830         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
5831         Reported by Greg Schafer <gschafer@zip.com.au>.
5832
5833 2007-09-15  Bruno Haible  <bruno@clisp.org>
5834
5835         * gnulib-tool (sed): Try a little harder to make bash understand the
5836         alias.
5837         Reported by Bruce Korb <bruce.korb@gmail.com>.
5838
5839 2007-09-13  Eric Blake  <ebb9@byu.net>
5840
5841         * ChangeLog: Remove conflict markers.
5842
5843 2007-09-13  Simon Josefsson  <simon@josefsson.org>
5844
5845         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
5846         Reported by Bruno Haible <bruno@clisp.org>.
5847
5848 2007-09-12  Bruno Haible  <bruno@clisp.org>
5849
5850         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
5851         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
5852         is not defined.
5853
5854 2007-09-12  Eric Blake  <ebb9@byu.net>
5855
5856         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
5857         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
5858         Autoconf definition.
5859         * modules/euidaccess (Depends-on): Add extensions, for
5860         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
5861         * modules/fnmatch (Depends-on): Likewise.
5862         * modules/getaddrinfo (Depends-on): Likewise.
5863         * modules/getdelim (Depends-on): Likewise.
5864         * modules/getline (Depends-on): Likewise.
5865         * modules/getsubopt (Depends-on): Likewise.
5866         * modules/gettext (Depends-on): Likewise.
5867         * modules/group-member (Depends-on): Likewise.
5868         * modules/mbchar (Depends-on): Likewise.
5869         * modules/memmem (Depends-on): Likewise.
5870         * modules/mempcpy (Depends-on): Likewise.
5871         * modules/memrchr (Depends-on): Likewise.
5872         * modules/pagealign_alloc (Depends-on): Likewise.
5873         * modules/readutmp (Depends-on): Likewise.
5874         * modules/stpcpy (Depends-on): Likewise.
5875         * modules/stpncpy (Depends-on): Likewise.
5876         * modules/strchrnul (Depends-on): Likewise.
5877         * modules/strndup (Depends-on): Likewise.
5878         * modules/strsep (Depends-on): Likewise.
5879         * modules/strverscmp (Depends-on): Likewise.
5880         * modules/vasprintf (Depends-on): Likewise.
5881         * modules/wcwidth (Depends-on): Likewise.
5882         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
5883         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
5884         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
5885         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
5886         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
5887         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
5888         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
5889         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
5890         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
5891         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
5892         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
5893         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
5894         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
5895         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
5896         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
5897         * m4/readutmp.m4 (gl_READUTMP): Likewise.
5898         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
5899         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
5900         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
5901         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
5902         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
5903         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
5904         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
5905         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
5906         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
5907         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
5908         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
5909         so that lock.m4 can be used in gettext without extensions module.
5910
5911 2007-09-11  Bruno Haible  <bruno@clisp.org>
5912
5913         * m4/isc-posix.m4: Remove file.
5914         Suggested by Eric Blake.
5915
5916 2007-09-11  Eric Blake  <ebb9@byu.net>
5917
5918         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
5919
5920 2007-09-10  Bruno Haible  <bruno@clisp.org>
5921
5922         * posix-modules: Fix typo in error message.
5923         Reported by Matt <mkraai@beckman.com>.
5924
5925 2007-09-09  Bruno Haible  <bruno@clisp.org>
5926
5927         * doc/functions/getdelim.texi: Update list of platforms lacking the
5928         function.
5929         * doc/functions/getline.texi: Likewise.
5930
5931 2007-09-09  Jim Meyering  <jim@meyering.net>
5932
5933         * lib/hash.c (hash_initialize): Detect calloc failure.
5934         Reported by Bruno Haible.
5935
5936 2007-09-09  Bruno Haible  <bruno@clisp.org>
5937
5938         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
5939         malloc or realloc fails.
5940
5941 2007-09-09  Bruno Haible  <bruno@clisp.org>
5942
5943         * modules/getcwd (Depends-on): Add malloc-posix.
5944         * modules/glob (Depends-on): Likewise.
5945         * modules/putenv (Depends-on): Likewise.
5946         * modules/strdup (Depends-on): Likewise.
5947         * modules/getdelim (Depends-on): Add realloc-posix.
5948         * modules/read-file (Depends-on): Likewise.
5949
5950 2007-09-09  Bruno Haible  <bruno@clisp.org>
5951
5952         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
5953         (gl_FUNC_MALLOC_POSIX): Require it.
5954         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
5955         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
5956         * modules/realloc (Files): Add m4/malloc.m4.
5957         * modules/calloc (Files): Likewise.
5958
5959 2007-09-09  Bruno Haible  <bruno@clisp.org>
5960
5961         * modules/malloc-posix: New file.
5962         * modules/malloc (Depends-on): Add malloc-posix.
5963         * lib/malloc.c: Include errno.h.
5964         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
5965         and a POSIX-compatible malloc into a single function. Set ENOMEM
5966         when returning NULL.
5967         * m4/malloc.m4: New file.
5968         * doc/functions/malloc.texi: Mention the malloc-posix module.
5969         * lib/stdlib_.h (malloc): New declaration.
5970         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
5971         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
5972         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
5973         and HAVE_MALLOC_POSIX.
5974
5975 2007-09-09  Bruno Haible  <bruno@clisp.org>
5976
5977         * modules/realloc-posix: New file.
5978         * modules/realloc (Depends-on): Add realloc-posix.
5979         * lib/realloc.c: Include errno.h.
5980         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
5981         and a POSIX-compatible realloc into a single function. Set ENOMEM
5982         when returning NULL.
5983         * m4/realloc.m4: New file.
5984         * doc/functions/realloc.texi: Mention the realloc-posix module.
5985         * lib/stdlib_.h (realloc): New declaration.
5986         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
5987         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
5988         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
5989         and HAVE_REALLOC_POSIX.
5990
5991 2007-09-09  Bruno Haible  <bruno@clisp.org>
5992
5993         * modules/calloc-posix: New file.
5994         * modules/calloc (Depends-on): Add calloc-posix.
5995         * lib/calloc.c: Include errno.h.
5996         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
5997         and a POSIX-compatible calloc into a single function. Set ENOMEM
5998         when returning NULL.
5999         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
6000         * doc/functions/calloc.texi: Mention the calloc-posix module.
6001         * lib/stdlib_.h (calloc): New declaration.
6002         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
6003         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
6004         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
6005         and HAVE_CALLOC_POSIX.
6006
6007 2007-09-09  Bruno Haible  <bruno@clisp.org>
6008
6009         Allow for modules to show an arbitrary notice.
6010         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
6011         * gnulib-tool: New option --extract-notice.
6012         (func_usage): Document it.
6013         (sed_extract_prog): Update.
6014         (func_get_notice): New function.
6015         (func_modules_notice): New function.
6016         (func_import, func_create_testdir): Invoke it.
6017         Suggested by Jim Meyering.
6018
6019 2007-09-09  Bruno Haible  <bruno@clisp.org>
6020
6021         * gnulib-tool: New options --verbose, --quiet.
6022         (func_usage): Document them.
6023         (verbose): New variable.
6024         (func_execute_command): New function.
6025         (func_import): Don't show the module list and the file list if
6026         $verbose < 0.
6027         (func_create_testdir): Likewise. Use func_execute_command.
6028         (func_create_megatestdir): Use func_execute_command.
6029
6030 2007-09-08  Bruno Haible  <bruno@clisp.org>
6031
6032         * gnulib-tool (func_import): Prefer rsync over wget when available,
6033         for fetching the PO files.
6034
6035 2007-09-08  Bruno Haible  <bruno@clisp.org>
6036
6037         * posix-modules: New file. Portions copied from gnulib-tool.
6038         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
6039
6040 2007-09-08  Jim Meyering  <jim@meyering.net>
6041
6042         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
6043         * lib/fpending.h: Rename from __fpending.h.
6044         * lib/fpending.c: Rename from __fpending.c.
6045         Include "fpending.h", not "__fpending.h".
6046         * lib/__fpending.h, lib/__fpending.c: Remove files.
6047         * modules/fpending (Files): Reflect new file names.
6048         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
6049
6050 2007-09-08  Bruno Haible  <bruno@clisp.org>
6051
6052         * m4/inttypes-h.m4: Remove stub file.
6053
6054 2007-09-07  Simon Josefsson  <simon@josefsson.org>
6055
6056         * doc/headers/stdint.texi: Discuss #include_next issue.
6057
6058 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
6059
6060         * build-aux/bootstrap: Remove obsolete comment about wget --help.
6061
6062 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6063
6064         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
6065         in variable name.
6066
6067 2007-09-03  Jim Meyering  <jim@meyering.net>
6068
6069         New module: git-version-gen.
6070         * modules/git-version-gen: New file.
6071
6072         Import changes from coreutils for bootstrap script.
6073
6074         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
6075
6076         bootstrap: uses rsync to download the .po files
6077         * build-aux/bootstrap (po_download_command_format): New global.
6078         (download_po_files): Use rsync.
6079         (update_po_files): Don't remove .po files after download,
6080         so future rsync runs can take advantage of the copies.
6081
6082         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
6083
6084         Solve the unnecessary-.po-file-regeneration problem once and for all.
6085         * build-aux/bootstrap (download_po_files): New function, renamed from
6086         get_translations.  Now, downloads, but doesn't update LINGUAS.
6087         (update_po_files): New function.
6088
6089         bootstrap: Ignore more.
6090         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
6091         uniwidth to e.g., lib/.gitignore.
6092         (slurp): Handle the sys_stat_.h -> sys mapping, too.
6093
6094         * build-aux/bootstrap: New setting: vc_ignore.
6095         (insert_sorted_if_absent): Create $file if absent.
6096         Adapt to new, possibly empty, list: $vc_ignore.
6097
6098         bootstrap: generate more ignorable names
6099         * build-aux/bootstrap (slurp): When generating ignorable names,
6100         also map .sin to .sed, .gperf to .c, and .y to .c.
6101
6102 2007-09-03  Jim Meyering  <jim@meyering.net>
6103
6104         * build-aux/git-version-gen: New file, from coreutils.  For details, see
6105         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
6106
6107 2007-09-02  Bruno Haible  <bruno@clisp.org>
6108
6109         Fix mis-recognition of 'mcs' on QNX 6.
6110         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
6111         output contains the string "Mono".
6112         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
6113         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
6114
6115 2007-09-01  Bruno Haible  <bruno@clisp.org>
6116
6117         Fix collision between uniwidth/* and linebreak modules.
6118         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
6119         u32_width): Remove declarations.
6120         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
6121         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
6122         streq3, streq2, streq1, streq0): Remove functions.
6123         (STREQ): Remove macro.
6124         (is_cjk_encoding): Remove function.
6125         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
6126         (uc_width, u8_width, u16_width, u32_width): Remove functions.
6127         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
6128         * NEWS: Document the change.
6129
6130 2007-09-01  Bruno Haible  <bruno@clisp.org>
6131
6132         * lib/streq.h: Add double-inclusion guard.
6133
6134 2007-09-01  Karl Berry  <karl@gnu.org>
6135
6136         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
6137
6138 2007-08-28  Jim Meyering  <jim@meyering.net>
6139
6140         Rename mreadlink_with_size to areadlink_with_size.
6141         * NEWS: Document the change.
6142         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
6143         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
6144         * lib/mreadlink.h: Rename this to...
6145         * lib/areadlink.h: ...this.
6146         * modules/mreadlink-with-size: Rename this to...
6147         * modules/areadlink-with-size: ...this.
6148         * lib/canonicalize.c: Reflect the renaming.
6149         * modules/canonicalize: Likewise.
6150
6151 2007-08-26  Bruno Haible  <bruno@clisp.org>
6152
6153         * gnulib-tool (func_import): When deciding which files to remove,
6154         consider also dangling symbolic links.
6155         Reported by Eric Blake.
6156
6157 2007-08-26  Bruno Haible  <bruno@clisp.org>
6158
6159         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
6160
6161 2007-08-23  Simon Josefsson  <simon@josefsson.org>
6162
6163         * lib/readline.c: Don't include getline.h, the prototype is now
6164         found in stdio.h.
6165
6166 2007-08-23  Jim Meyering  <jim@meyering.net>
6167
6168         Getdelim touchup.
6169         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
6170         around the funlockfile call, since funlockfile never sets errno.
6171         Don't set errno upon failed realloc.
6172
6173 2007-08-22  Eric Blake  <ebb9@byu.net>
6174
6175         Getline touchups.
6176         * lib/getdelim.c (getdelim): Revert regression that required *n to
6177         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
6178         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
6179         getdelim, rather than whether implementation is missing.
6180         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
6181         * lib/stdio_.h (getline): Also declare if replacement is
6182         required.
6183         * doc/functions/getdelim.texi: New file.
6184         * doc/functions/getline.texi: Likewise.
6185         * doc/gnulib.texi (Function Substitutes): Add new files.
6186         Reported by Bruno Haible.
6187
6188 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
6189
6190         * users.txt: Add Guile.
6191
6192 2007-08-22  Eric Blake  <ebb9@byu.net>
6193
6194         * tests/test-getdelim.c (main): Use remove, not unlink.
6195         * tests/test-getline.c (main): Likewise.
6196
6197         Move getline and getdelim into stdio.h, per POSIX 200x.
6198         * modules/getline (Files): Remove getline.h.
6199         (Depends-on): Add stdio.
6200         (configure.ac): Add module indicator.
6201         * modules/getdelim (Files): Remove getdelim.h.
6202         (Depends-on): Add stdio.
6203         (configure.ac): Add module indicator.
6204         * modules/stdio (Makefile.am): Work with new indicators.
6205         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
6206         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
6207         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
6208         * lib/getdelim.h: Delete.
6209         * lib/getline.h: Delete.
6210         * lib/stdio_.h (getdelim, getline): Declare.
6211         * modules/getdelim-tests: New module.
6212         * modules/getline-tests: Likewise.
6213         * tests/test-getdelim.c: New file.
6214         * tests/test-getline.c: Likewise.
6215         * NEWS: Document the change.
6216         * lib/getline.c: Update choice of header.
6217         * lib/csharpcomp.c: Likewise.
6218         * lib/getpass.c: Likewise.
6219         * lib/javacomp.c: Likewise.
6220         * lib/javaversion.c: Likewise.
6221         * lib/yesno.c: Likewise.
6222         * lib/getdelim.c: Likewise.
6223         (getdelim): Set errno on failure, and avoid memory leak.
6224
6225 2007-08-19  Bruno Haible  <bruno@clisp.org>
6226
6227         * modules/closein (Depends-on): Add freadahead.
6228         * lib/closein.c: Include freadahead.h.
6229         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
6230         is zero.
6231
6232 2007-08-19  Bruno Haible  <bruno@clisp.org>
6233
6234         * modules/freadahead-tests: New file.
6235         * tests/test-freadahead.sh: New file.
6236         * tests/test-freadahead.c: New file.
6237
6238         * modules/freadahead: New file.
6239         * lib/freadahead.h: New file.
6240         * lib/freadahead.c: New file.
6241         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
6242         fbufmode, fpurge, freadable, fwritable.
6243
6244 2007-08-19  Eric Blake  <ebb9@byu.net>
6245
6246         Test yesno in combination with closein.
6247         * lib/yesno.c (yesno): Document use of stdin.
6248         * modules/yesno-tests (Files): New module.
6249         * tests/test-yesno.c (main): New file.
6250         * tests/test-yesno.sh: Likewise.
6251
6252 2007-08-19  Bruno Haible  <bruno@clisp.org>
6253
6254         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
6255         * lib/fseeko.c (rpl_fseeko): Likewise.
6256         * lib/fseterr.c (fseterr): Likewise.
6257
6258 2007-08-19  Bruno Haible  <bruno@clisp.org>
6259
6260         * tests/test-lseek.c (main): Disable a test for BeOS.
6261         * doc/functions/lseek.texi: Document the BeOS bug.
6262
6263 2007-08-19  Bruno Haible  <bruno@clisp.org>
6264             Eric Blake  <ebb9@byu.net>
6265
6266         * lib/lseek.c: Include <sys/stat.h>.
6267         (rpl_lseek): Add workaround code also for Unix platforms.
6268         Needed for BeOS.
6269         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
6270         * doc/functions/lseek.texi: Document BeOS definiency.
6271
6272 2007-08-18  Bruno Haible  <bruno@clisp.org>
6273
6274         * modules/fstrcmp-tests: New file.
6275         * tests/test-fstrcmp.c: New file.
6276
6277 2007-08-18  Bruno Haible  <bruno@clisp.org>
6278
6279         * modules/fstrcmp: New file, from GNU gettext with modifications.
6280         * lib/fstrcmp.h: New file, from GNU gettext.
6281         * lib/fstrcmp.c: New file, from GNU gettext.
6282         * MODULES.html.sh (String handling): Add fstrcmp.
6283
6284 2007-08-18  Bruno Haible  <bruno@clisp.org>
6285
6286         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
6287         'bool'.
6288         (diag, compareseq): Remove const from the ctxt argument.
6289         (USE_HEURISTIC): Undefine at the end.
6290
6291 2007-08-18  Jim Meyering  <jim@meyering.net>
6292
6293         New file: lib/idcache.h
6294         * NEWS: Mention the addition.
6295         * modules/idcache (Files): Add lib/idcache.h
6296         * lib/idcache.c: Include "idcache.h".
6297         Don't include <sys/types.h>.
6298         Add a FIXME comment.
6299         Move file-scoped "static" declarations to the top.
6300         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
6301
6302 2007-08-17  Bruno Haible  <bruno@clisp.org>
6303         and Paul Eggert  <eggert@cs.ucla.edu>
6304
6305         * MODULES.html.sh: Add diffseq.
6306         * modules/diffseq: New file.
6307         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
6308         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
6309
6310 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6311
6312         Import changes from coreutils for bootstrap script.
6313
6314         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
6315
6316         * build-aux/bootstrap (slurp): Work even in environments where
6317         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
6318         current code does not slurp files whose names start with ".", and
6319         this looks like it might be a troublesome area.
6320
6321         2007-07-11  Jim Meyering  <jim@meyering.net>
6322
6323         If there's a GPL vN copyright comment, require that N == 3.
6324
6325         2007-07-08  Jim Meyering  <jim@meyering.net>
6326
6327         Run the coreutils-specific code only if tests/Makefile.am.in exists.
6328         * build-aux/bootstrap (mam_template): Move definition out of loop.
6329
6330         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
6331
6332         * build-aux/bootstrap (symlink_to_dir): Rename function from
6333         symlink_to_gnulib.  Add a directory parameter.  Update all
6334         callers.
6335         (cp_mark_as_generated): Also check for -- and link to -- files in
6336         gl/.
6337
6338         2007-07-08  Jim Meyering  <jim@meyering.net>
6339
6340         Adapt to deeper hierarchy in gnulib.
6341         * build-aux/bootstrap (symlink_to_dir): If the destination
6342         directory doesn't exist, create it. This is required at least for
6343         "lib/uniwidth/cjk.h".
6344
6345         2007-05-15  Jim Meyering  <jim@meyering.net>
6346
6347         * build-aux/bootstrap: Now that generated Makefile.am files
6348         are no longer under version control, they must be created at
6349         bootstrap time.
6350
6351 2007-08-14  Ben Pfaff  <blp@gnu.org>
6352
6353         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
6354
6355 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6356
6357         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
6358         given the changes below.
6359         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
6360         even on hosts that have padding bits beyond the supported 64.
6361
6362 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6363
6364         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
6365         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
6366         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
6367         depends on it.
6368         (xstrtol_error): Remove.
6369         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
6370         but with a different signature.
6371         (ATTRIBUTE_NORETURN, __attribute__): New macros.
6372         * lib/xstrtol-error.c: Include exitfail.h.
6373         (xstrtol_fatal): New function, with a different signature from the
6374         old xstrtol_error, so that the caller need not worry about passing
6375         in an exit status, or about storage management of the option argument.
6376         (xstrtol_error): Now a static function.  Redo signature to
6377         implement xstrtol_fatal.  Output the correct number of hyphens in
6378         front of the option so that the caller need not worry about
6379         storage management.
6380         (N_): New macro.
6381         (_): Remove; not used now.
6382         * modules/xstrtol: Depend on getopt.
6383         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
6384         of old STRTOL_FATAL_ERROR macro.
6385         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
6386         of test program.
6387         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
6388         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
6389
6390 2007-08-08  Eric Blake  <ebb9@byu.net>
6391
6392         * lib/xstrtol-error.c: Add missing include.
6393
6394         Move xstrtol messages into gnulib domain, when --pobase is used.
6395         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
6396         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
6397         * modules/xstrtol (Files): Distribute new file.
6398         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
6399         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
6400         * tests/test-xstrtol.c: ...into new file.
6401         * tests/test-xstrtoul.c: Also test xstrtoul.
6402         * tests/test-xstrtoimax.c: Also test xstrtoimax.
6403         * tests/test-xstrtoumax.c: Also test xstrtoumax.
6404         * tests/test-xstrtol.sh: Drive the tests.
6405         * tests/test-xstrtoimax.sh: Likewise.
6406         * tests/test-xstrtoumax.sh: Likewise.
6407         * modules/xstrtol-tests: New module.
6408         * modules/xstrtoimax-tests: Likewise.
6409         * modules/xstrtoumax-tests: Likewise.
6410
6411 2007-08-08  Jim Meyering  <jim@meyering.net>
6412
6413         New function: mfile_name_concat.
6414         * lib/filenamecat.c (mfile_name_concat): New function, just like
6415         file_name_concat, but return NULL upon failure rather than exiting
6416         with a diagnostic.
6417         * lib/filenamecat.h: Declare it.
6418
6419 2007-08-07  Bruno Haible  <bruno@clisp.org>
6420
6421         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
6422         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
6423         warning from gcc.
6424         Reported by Eric Blake.
6425
6426 2007-08-07  Simon Josefsson  <simon@josefsson.org>
6427
6428         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
6429         * modules/crypto/arcfour (License): Likewise.
6430         * modules/crypto/des-tests (License): Likewise.
6431         * modules/crypto/gc-arctwo-tests (License): Likewise.
6432         * modules/crypto/gc-des-tests (License): Likewise.
6433         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
6434         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
6435         * modules/crypto/gc-md2-tests (License): Likewise.
6436         * modules/crypto/gc-md4-tests (License): Likewise.
6437         * modules/crypto/gc-md5-tests (License): Likewise.
6438         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
6439         * modules/crypto/gc-rijndael-tests (License): Likewise.
6440         * modules/crypto/gc-sha1-tests (License): Likewise.
6441         * modules/crypto/gc-tests (License): Likewise.
6442         * modules/crypto/hmac-md5 (License): Likewise.
6443         * modules/crypto/hmac-sha1 (License): Likewise.
6444         * modules/crypto/md2-tests (License): Likewise.
6445         * modules/crypto/md4-tests (License): Likewise.
6446         * modules/crypto/md5 (License): Likewise.
6447         * modules/crypto/rijndael (License): Likewise.
6448         * modules/crypto/sha1 (License): Likewise.
6449         * modules/memxor (License): Likewise.
6450
6451 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
6452         and Bruno Haible  <bruno@clisp.org>
6453
6454         * NEWS: Describe interface changes to human, xstrtol.
6455         * lib/human.h: Include <xstrtol.h>.
6456         (human_options): Return enum strtol_error, not int.  Remove
6457         bool arg; take int * instead.
6458         * lib/human.c: Don't include "gettext.h".
6459         (_): Remove; no longer used.
6460         Don't include <xstrtol.h>, since human.h does it.
6461         (human_options): Adjust to abovementioned interface changes.
6462         Do not report error to stderr; that's now the caller's
6463         responsibility.
6464         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
6465         interface change.
6466         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
6467         Str, Argument_type_string.  All uses changed.  Put " argument"
6468         in diagnostics to make them clearer.  Change wording of suffix
6469         message for clarity.
6470         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
6471         Argument_type_string.
6472         (STRTOL_FATAL_WARN): Remove; no longer used.
6473         * modules/human (Depends-on): Remove gettext-h.
6474
6475 2007-08-06  Simon Josefsson  <simon@josefsson.org>
6476
6477         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
6478
6479 2007-07-31  Bruno Haible  <bruno@clisp.org>
6480
6481         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
6482         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
6483         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
6484
6485 2007-07-31  Bruno Haible  <bruno@clisp.org>
6486
6487         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
6488         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
6489
6490 2007-07-30  Bruno Haible  <bruno@clisp.org>
6491
6492         * modules/base64 (License): Use the synonymous term "LGPLv2+".
6493         * modules/c-ctype (License): Likewise.
6494         * modules/c-strcase (License): Likewise.
6495         * modules/check-version (License): Likewise.
6496         * modules/iconv (License): Likewise.
6497         * modules/iconv_open (License): Likewise.
6498         * modules/read-file (License): Likewise.
6499         * modules/striconv (License): Likewise.
6500         * modules/strverscmp (License): Likewise.
6501         * modules/vasprintf (License): Likewise.
6502         * modules/crypto/des (License): Likewise.
6503         * modules/crypto/gc (License): Likewise.
6504         * modules/crypto/gc-arcfour (License): Likewise.
6505         * modules/crypto/gc-arctwo (License): Likewise.
6506         * modules/crypto/gc-des (License): Likewise.
6507         * modules/crypto/gc-hmac-md5 (License): Likewise.
6508         * modules/crypto/gc-hmac-sha1 (License): Likewise.
6509         * modules/crypto/gc-md2 (License): Likewise.
6510         * modules/crypto/gc-md4 (License): Likewise.
6511         * modules/crypto/gc-md5 (License): Likewise.
6512         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
6513         * modules/crypto/gc-random (License): Likewise.
6514         * modules/crypto/gc-rijndael (License): Likewise.
6515         * modules/crypto/gc-sha1 (License): Likewise.
6516         * modules/crypto/md2 (License): Likewise.
6517         * modules/crypto/md4 (License): Likewise.
6518
6519 2007-07-30  Jim Meyering  <jim@meyering.net>
6520
6521         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
6522         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
6523         it has valid stat data.  This bug would cause du not to count the
6524         sizes of inaccessible directories.
6525         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
6526         in <http://bugzilla.redhat.com/250077>.
6527
6528 2007-07-25  Peter O'Gorman  <peter@pogma.com>
6529             Bruno Haible  <bruno@clisp.org>
6530
6531         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
6532         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
6533         #include_next, gives a diagnostic about it, but reports no error in
6534         the exit code.
6535         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
6536
6537 2007-07-24  Ben Pfaff  <blp@gnu.org>
6538
6539         Improve name: "count-one-bits" is better than "popcount".
6540         * MODULES.html.sh: Update name.
6541         * lib/popcount.h: Renamed lib/count-one-bits.h.
6542         (popcount): Renamed count_one_bits.
6543         (popcountl): Renamed count_one_bits_l.
6544         (popcountll): Renamed count_one_bits_ll.
6545         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
6546         * modules/popcount: Renamed module/count-one-bits.
6547         * modules/popcount-tests: Renamed module/count-one-bits-tests.
6548         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
6549
6550 2007-07-23  Ben Pfaff  <blp@gnu.org>
6551
6552         * lib/popcount.h (popcount32): Reduce size of constants, to allow
6553         better code generation, and add U to large constants to avoid
6554         warnings, in non-GCC case.
6555         Suggested by Bruno Haible.
6556
6557 2007-07-23  Ben Pfaff  <blp@gnu.org>
6558
6559         * lib/popcount.h: Use verify_true instead of if...abort.
6560         * modules/popcount: Depend on verify module.
6561         Suggested by Jim Meyering.
6562
6563 2007-07-23  Bruno Haible  <bruno@clisp.org>
6564
6565         * gnulib-tool (func_import): Create a .cvsignore file also when the
6566         directory is not yet in CVS but the toplevel directory is. When
6567         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
6568         Reported by Karl Berry.
6569
6570 2007-07-22  Ben Pfaff  <blp@gnu.org>
6571
6572         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
6573         case.
6574         Suggested by Eric Blake.
6575
6576 2007-07-22  Ben Pfaff  <blp@gnu.org>
6577
6578         New module: popcount.
6579         * MODULES.html.sh: Add popcount.
6580         * modules/popcount: New file.
6581         * modules/popcount-tests: New file.
6582         * tests/test-popcount.c: New file.
6583         * lib/popcount.h: New file.
6584         * m4/popcount.m4: New file.
6585
6586 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6587
6588         * build-aux/announce-gen: Update to GPLv3.
6589
6590         * build-aux/config.guess: Update from config.
6591
6592 2007-07-21  Bruno Haible  <bruno@clisp.org>
6593
6594         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
6595         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
6596
6597 2007-07-20  Jim Meyering  <jim@meyering.net>
6598
6599         * check-module: Diagnose a self-dependency.
6600
6601 2007-07-19  Bruno Haible  <bruno@clisp.org>
6602
6603         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
6604         empty.
6605         Reported by Eric Blake.
6606
6607 2007-07-18  Bruno Haible  <bruno@clisp.org>
6608
6609         * gnulib-tool: New options --po-base, --po-domain.
6610         (func_usage): Document them.
6611         (pobase, po_domain): New variables.
6612         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
6613         DEFAULT_TEXT_DOMAIN.
6614         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
6615         (func_import): Consider pobase and po_domain. Create a po/ directory.
6616         (func_create_testdir): Set pobase and po_domain to empty.
6617         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
6618         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
6619
6620 2007-07-18  Bruno Haible  <bruno@clisp.org>
6621
6622         * gnulib-tool (func_get_automake_snippet): Synthesize also an
6623         EXTRA_DIST augmentation for files in build-aux/.
6624
6625 2007-07-16  Bruno Haible  <bruno@clisp.org>
6626
6627         * modules/lseek (License): Use the synonymous term "LGPLv2+".
6628         * modules/getdelim (License): Likewise.
6629
6630 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6631
6632         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
6633         * modules/d-type (License): Likewise.
6634         * modules/extensions (License): Likewise.
6635         * modules/fnmatch (License): Likewise.
6636         * modules/fseeko (License): Likewise.
6637         * modules/getaddrinfo (License): Likewise.
6638         * modules/getline (License): Likewise.
6639         * modules/getlogin_r (License): Likewise.
6640         * modules/getpass (License): Likewise.
6641         * modules/gettimeofday (License): Likewise.
6642         * modules/glob (License): Likewise.
6643         * modules/inet_ntop (License): Likewise.
6644         * modules/malloc (License): Likewise.
6645         * modules/malloca (License): Likewise.
6646         * modules/memmem (License): Likewise.
6647         * modules/mempcpy (License): Likewise.
6648         * modules/memset (License): Likewise.
6649         * modules/minmax (License): Likewise.
6650         * modules/mktime (License): Likewise.
6651         * modules/netinet_in (License): Likewise.
6652         * modules/pathmax (License): Likewise.
6653         * modules/poll (License): Likewise.
6654         * modules/regex (License): Likewise.
6655         * modules/snprintf (License): Likewise.
6656         * modules/stdbool (License): Likewise.
6657         * modules/stdint (License): Likewise.
6658         * modules/stdio (License): Likewise.
6659         * modules/strcase (License): Likewise.
6660         * modules/strcasestr (License): Likewise.
6661         * modules/strdup (License): Likewise.
6662         * modules/string (License): Likewise.
6663         * modules/strndup (License): Likewise.
6664         * modules/strnlen (License): Likewise.
6665         * modules/strpbrk (License): Likewise.
6666         * modules/strptime (License): Likewise.
6667         * modules/strsep (License): Likewise.
6668         * modules/sys_select (License): Likewise.
6669         * modules/sys_socket (License): Likewise.
6670         * modules/sys_stat (License): Likewise.
6671         * modules/sys_time (License): Likewise.
6672         * modules/time (License): Likewise.
6673         * modules/time_r (License): Likewise.
6674         * modules/timegm (License): Likewise.
6675         * modules/unistd (License): Likewise.
6676         * modules/vsnprintf (License): Likewise.
6677         * modules/wctype (License): Likewise.
6678
6679 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6680
6681         * modules/argz (License): LGPLv2+.
6682
6683 2007-07-15  Karl Berry  <karl@gnu.org>
6684
6685         * doc/gnulib.texi: revise node structure per new fdl.texi.
6686
6687 2007-07-14  Bruno Haible  <bruno@clisp.org>
6688
6689         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
6690         the output file.
6691         * lib/uniname/uninames.h: Regenerated.
6692
6693 2007-07-14  Karl Berry  <karl@gnu.org>
6694
6695         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
6696         omitting sectioning and index commands.
6697
6698 2007-07-13  Bruno Haible  <bruno@clisp.org>
6699
6700         New gnulib-tool option --more-symlinks.
6701         * gnulib-tool (func_usage): Document --more-symlinks.
6702         (do_copyrights): New variable.
6703         Recognize option --more-symlinks.
6704         (func_import): Don't add a copyright notice transform to
6705         sed_transform_lib_file if do_copyrights is empty.
6706
6707 2007-07-13  Bruno Haible  <bruno@clisp.org>
6708
6709         * lib/vasnprintf.c (decimal_point_char): Define also if
6710         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
6711         && !NEED_PRINTF_DIRECTIVE_A.
6712         Reported by Clemens Koller <clemens.koller@anagramm.de> via
6713         Gary V. Vaughan <gary@gnu.org>.
6714
6715 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
6716
6717         * lib/inttypes_.h: Undo previous change, since it was fixed
6718         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
6719
6720 2007-07-13  Bruno Haible  <bruno@clisp.org>
6721
6722         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
6723         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
6724
6725 2007-07-13  Jim Meyering  <jim@meyering.net>
6726
6727         df: Don't fail for Tru64's "file-on-file mount".
6728         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
6729         so we fall through and use statfs instead.  Details here:
6730         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
6731         Reported by Albert Chin.
6732
6733 2007-07-13  Bruno Haible  <bruno@clisp.org>
6734
6735         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
6736         * modules/configmake (License): Likewise.
6737         * modules/gettext (License): Likewise.
6738         * modules/gettext-h (License): Likewise.
6739         * modules/include_next (License): Likewise.
6740         * modules/link-warning (License): Likewise.
6741         * modules/localcharset (License): Likewise.
6742         * modules/localename (License): Likewise.
6743         * modules/lock (License): Likewise.
6744         * modules/relocatable-lib-lgpl (License): Likewise.
6745         * modules/size_max (License): Likewise.
6746         * modules/vasnprintf (License): Likewise.
6747         * modules/wchar (License): Likewise.
6748         * modules/xsize (License): Likewise.
6749
6750 2007-07-13  Bruno Haible  <bruno@clisp.org>
6751
6752         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
6753         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
6754
6755 2007-07-12  Bruno Haible  <bruno@clisp.org>
6756
6757         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
6758         in the modules files.
6759
6760 2007-07-11  Karl Berry  <karl@gnu.org>
6761
6762         * MODULES.html.sh (func_module): use
6763          sed -e '\|^'"${includefile}"'$|d'
6764          instead of /.../d, to avoid errors on $includefile's containing /.
6765
6766 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
6767
6768         * gnulib-tool (func_import): Avoid duplication of --avoid
6769         statements
6770         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
6771         names to `_' in variable names.
6772
6773 2007-07-10  Eric Blake  <ebb9@byu.net>
6774
6775         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
6776         * NEWS: Document this change.
6777
6778 2007-07-08  Bruno Haible  <bruno@clisp.org>
6779
6780         Update to Unicode 5.0.
6781         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
6782         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
6783         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
6784         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
6785         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
6786         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
6787         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
6788         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
6789         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
6790         U+10A3F, U+1D242..U+1D244.
6791         (nonspacing_table_ind): Update.
6792         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
6793         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
6794
6795 2007-07-08  Bruno Haible  <bruno@clisp.org>
6796
6797         Update to Unicode 5.0.
6798         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
6799         code transform. Extend the name index field of unicode_name_to_code and
6800         unicode_code_to_name from 16 to 24 bits.
6801         * lib/uniname/uniname.c (unicode_character_name,
6802         unicode_name_character): Add the range 0x12xxx to the code transform.
6803         * lib/uniname/uninames.h: Regenerated.
6804         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
6805
6806 2007-07-07  Bruno Haible  <bruno@clisp.org>
6807
6808         * modules/wcwidth-tests: New file.
6809         * tests/test-wcwidth.c: New file.
6810
6811         Work around MacOS X wcwidth() bug.
6812         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
6813         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
6814         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
6815         original wcwidth in non-UTF-8 locales.
6816         * modules/wcwidth (Depends-on): Add localcharset, streq,
6817         uniwidth/width.
6818         * doc/functions/wcwidth.texi: Update.
6819
6820 2007-07-07  Bruno Haible  <bruno@clisp.org>
6821
6822         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
6823         (wcwidth): New declaration.
6824         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
6825         macros.
6826         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
6827         here. Prepare for creating <wchar.h> unconditionally.
6828         * modules/wchar (Depends-on): Add link-warning.
6829         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
6830         REPLACE_WCWIDTH, and GL_LINK_WARNING.
6831         * lib/wcwidth.h: Remove file.
6832         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
6833         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
6834         * modules/wcwidth (Files): Remove lib/wcwidth.h.
6835         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
6836         (Include): Replace wcwidth.h with <wchar.h>.
6837         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
6838         * lib/mbchar.h: Don't include wcwidth.h.
6839         * lib/mbswidth.c: Likewise.
6840         * NEWS: Mention the change.
6841
6842 2007-07-07  Bruno Haible  <bruno@clisp.org>
6843
6844         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
6845         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
6846         definition with an external declaration.
6847         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
6848         defined as a function. Remove AC_C_INLINE requirement.
6849         * modules/wcwidth (Files): Add lib/wcwidth.c.
6850         (Makefile.am): Remove redundant statement.
6851
6852 2007-07-07  Bruno Haible  <bruno@clisp.org>
6853
6854         * MODULES.html.sh (Unicode string functions): Add the new modules.
6855
6856         * tests/uniwidth/test-u32-strwidth.c: New file.
6857         * modules/uniwidth/u32-strwidth-tests: New file.
6858
6859         * lib/uniwidth/u32-strwidth.c: New file.
6860         * modules/uniwidth/u32-strwidth: New file.
6861
6862         * tests/uniwidth/test-u16-strwidth.c: New file.
6863         * modules/uniwidth/u16-strwidth-tests: New file.
6864
6865         * lib/uniwidth/u16-strwidth.c: New file.
6866         * modules/uniwidth/u16-strwidth: New file.
6867
6868         * tests/uniwidth/test-u8-strwidth.c: New file.
6869         * modules/uniwidth/u8-strwidth-tests: New file.
6870
6871         * lib/uniwidth/u8-strwidth.c: New file.
6872         * modules/uniwidth/u8-strwidth: New file.
6873
6874         * tests/uniwidth/test-u32-width.c: New file.
6875         * modules/uniwidth/u32-width-tests: New file.
6876
6877         * lib/uniwidth/u32-width.c: New file.
6878         * modules/uniwidth/u32-width: New file.
6879
6880         * tests/uniwidth/test-u16-width.c: New file.
6881         * modules/uniwidth/u16-width-tests: New file.
6882
6883         * lib/uniwidth/u16-width.c: New file.
6884         * modules/uniwidth/u16-width: New file.
6885
6886         * tests/uniwidth/test-u8-width.c: New file.
6887         * modules/uniwidth/u8-width-tests: New file.
6888
6889         * lib/uniwidth/u8-width.c: New file.
6890         * modules/uniwidth/u8-width: New file.
6891
6892         * tests/uniwidth/test-uc_width.c: New file.
6893         * modules/uniwidth/width-tests: New file.
6894
6895         * lib/uniwidth/width.c: New file, from GNU libiconv.
6896         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
6897         * modules/uniwidth/width: New file.
6898
6899         * lib/uniwidth.h: New file, from GNU libiconv.
6900         * modules/uniwidth/base: New file.
6901
6902 2007-07-07  Bruno Haible  <bruno@clisp.org>
6903
6904         * lib/uniname.h: New file, from GNU gettext.
6905         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
6906         * lib/uniname/uninames.h: New file, from GNU gettext.
6907         * lib/uniname/uniname.c: New file, from GNU gettext.
6908         * tests/uniname/test-uninames.sh: New file.
6909         * tests/uniname/test-uninames.c: New file, from GNU gettext.
6910         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
6911         * modules/uniname/base: New file.
6912         * modules/uniname/uniname: New file.
6913         * modules/uniname/uniname-tests: New file.
6914         * MODULES.html.sh (Unicode string functions): Add the new modules.
6915
6916 2007-07-06  Bruno Haible  <bruno@clisp.org>
6917
6918         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
6919
6920 2007-07-06  Bruno Haible  <bruno@clisp.org>
6921
6922         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
6923         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
6924         includes <cygwin/sys_time.h> which includes <sys/select.h> which
6925         include <sys/time.h>.
6926         Reported by Eric Blake.
6927
6928 2007-07-06  Eric Blake  <ebb9@byu.net>
6929
6930         Fix testing canonicalize on cygwin.
6931         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
6932         Revert patch from 2007-06-19.
6933         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
6934         canonicalize module is also in use.
6935         * tests/test-canonicalize.c: New file.
6936         * tests/test-canonicalize.sh: Likewise.
6937         * modules/canonicalize-tests: Likewise.
6938
6939 2007-07-06  Jim Meyering  <jim@meyering.net>
6940
6941         * lib/getugroups.c (getugroups): Detect getgrent failure.
6942         Adjust comment to reflect reality: this function may return -1.
6943
6944 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
6945
6946         * build-aux/bootstrap (TP_URL,get_translations): Update to use
6947         the new TP address.
6948         (usage): Fix typo
6949         (gnulib_mk): New variable.
6950
6951 2007-07-05  Jim Meyering  <jim@meyering.net>
6952
6953         Don't let endgrent clobber errno, no matter how improbable.
6954         * lib/getugroups.c (getugroups): Save and restore errno around
6955         endgrent call.
6956
6957         Close the group DB even when failing with 2^31 or more members.
6958         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
6959
6960 2007-07-04  Jim Meyering  <jim@meyering.net>
6961
6962         * lib/getugroups.h: New file.
6963         * lib/getugroups.c: Include "getugroups.h".
6964         Remove uses of "register" keyword.
6965         Move local variable, "cp", down into scope where used.
6966         Give "username" parameter the "const" attribute.
6967         * modules/getugroups (Files): Add lib/getugroups.h
6968
6969 2007-07-04  Karl Berry  <karl@gnu.org>
6970
6971         * MODULES.html.sh (func_all_modules): Complete rename of
6972         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
6973
6974 2007-07-02  Bruno Haible  <bruno@clisp.org>
6975
6976         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
6977         mode, when inttypes.h comes from gnulib.
6978         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
6979
6980 2007-07-02  Simon Josefsson  <simon@josefsson.org>
6981
6982         * NEWS: Mention lgpl module name change.
6983
6984         * modules/lgpl-2.1: Renamed from lgpl.
6985
6986         * NEWS: Mention gpl module name change.
6987
6988         * modules/gpl-3.0: New file, based on gpl-2.0.
6989
6990         * modules/gpl-2.0: Renamed from gpl.
6991
6992         * modules/gpl: Fix filename, doc/gpl.texi is now found at
6993         doc/gpl-2.0.texi.
6994
6995 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
6996
6997         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
6998         #define __STDC_LIMIT_MACROS temporarily while including
6999         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
7000         Problem reported by Joel E. Denny in
7001         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
7002
7003 2007-07-01  Bruno Haible  <bruno@clisp.org>
7004
7005         * lib/unistdio.h: New file.
7006         * lib/unistdio/u-asnprintf.h: New file.
7007         * lib/unistdio/u-asprintf.h: New file.
7008         * lib/unistdio/u-printf-args.c: New file.
7009         * lib/unistdio/u-printf-args.h: New file.
7010         * lib/unistdio/u-printf-parse.h: New file.
7011         * lib/unistdio/u-snprintf.h: New file.
7012         * lib/unistdio/u-sprintf.h: New file.
7013         * lib/unistdio/u-vasprintf.h: New file.
7014         * lib/unistdio/u-vsnprintf.h: New file.
7015         * lib/unistdio/u-vsprintf.h: New file.
7016         * lib/unistdio/ulc-asnprintf.c: New file.
7017         * lib/unistdio/ulc-asprintf.c: New file.
7018         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
7019         * lib/unistdio/ulc-printf-parse.c: New file.
7020         * lib/unistdio/ulc-snprintf.c: New file.
7021         * lib/unistdio/ulc-sprintf.c: New file.
7022         * lib/unistdio/ulc-vasnprintf.c: New file.
7023         * lib/unistdio/ulc-vasprintf.c: New file.
7024         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
7025         * lib/unistdio/ulc-vsnprintf.c: New file.
7026         * lib/unistdio/ulc-vsprintf.c: New file.
7027         * lib/unistdio/u8-asnprintf.c: New file.
7028         * lib/unistdio/u8-asprintf.c: New file.
7029         * lib/unistdio/u8-printf-parse.c: New file.
7030         * lib/unistdio/u8-snprintf.c: New file.
7031         * lib/unistdio/u8-sprintf.c: New file.
7032         * lib/unistdio/u8-vasnprintf.c: New file.
7033         * lib/unistdio/u8-vasprintf.c: New file.
7034         * lib/unistdio/u8-vsnprintf.c: New file.
7035         * lib/unistdio/u8-vsprintf.c: New file.
7036         * lib/unistdio/u8-u8-asnprintf.c: New file.
7037         * lib/unistdio/u8-u8-asprintf.c: New file.
7038         * lib/unistdio/u8-u8-snprintf.c: New file.
7039         * lib/unistdio/u8-u8-sprintf.c: New file.
7040         * lib/unistdio/u8-u8-vasnprintf.c: New file.
7041         * lib/unistdio/u8-u8-vasprintf.c: New file.
7042         * lib/unistdio/u8-u8-vsnprintf.c: New file.
7043         * lib/unistdio/u8-u8-vsprintf.c: New file.
7044         * lib/unistdio/u16-asnprintf.c: New file.
7045         * lib/unistdio/u16-asprintf.c: New file.
7046         * lib/unistdio/u16-printf-parse.c: New file.
7047         * lib/unistdio/u16-snprintf.c: New file.
7048         * lib/unistdio/u16-sprintf.c: New file.
7049         * lib/unistdio/u16-vasnprintf.c: New file.
7050         * lib/unistdio/u16-vasprintf.c: New file.
7051         * lib/unistdio/u16-vsnprintf.c: New file.
7052         * lib/unistdio/u16-vsprintf.c: New file.
7053         * lib/unistdio/u16-u16-asnprintf.c: New file.
7054         * lib/unistdio/u16-u16-asprintf.c: New file.
7055         * lib/unistdio/u16-u16-snprintf.c: New file.
7056         * lib/unistdio/u16-u16-sprintf.c: New file.
7057         * lib/unistdio/u16-u16-vasnprintf.c: New file.
7058         * lib/unistdio/u16-u16-vasprintf.c: New file.
7059         * lib/unistdio/u16-u16-vsnprintf.c: New file.
7060         * lib/unistdio/u16-u16-vsprintf.c: New file.
7061         * lib/unistdio/u32-asnprintf.c: New file.
7062         * lib/unistdio/u32-asprintf.c: New file.
7063         * lib/unistdio/u32-printf-parse.c: New file.
7064         * lib/unistdio/u32-snprintf.c: New file.
7065         * lib/unistdio/u32-sprintf.c: New file.
7066         * lib/unistdio/u32-vasnprintf.c: New file.
7067         * lib/unistdio/u32-vasprintf.c: New file.
7068         * lib/unistdio/u32-vsnprintf.c: New file.
7069         * lib/unistdio/u32-vsprintf.c: New file.
7070         * lib/unistdio/u32-u32-asnprintf.c: New file.
7071         * lib/unistdio/u32-u32-asprintf.c: New file.
7072         * lib/unistdio/u32-u32-snprintf.c: New file.
7073         * lib/unistdio/u32-u32-sprintf.c: New file.
7074         * lib/unistdio/u32-u32-vasnprintf.c: New file.
7075         * lib/unistdio/u32-u32-vasprintf.c: New file.
7076         * lib/unistdio/u32-u32-vsnprintf.c: New file.
7077         * lib/unistdio/u32-u32-vsprintf.c: New file.
7078         * tests/unistdio/test-ulc-asnprintf1.c: New file.
7079         * tests/unistdio/test-ulc-asnprintf1.h: New file.
7080         * tests/unistdio/test-ulc-printf1.h: New file.
7081         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
7082         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
7083         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
7084         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
7085         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
7086         * tests/unistdio/test-ulc-vasprintf1.c: New file.
7087         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
7088         * tests/unistdio/test-ulc-vsprintf1.c: New file.
7089         * tests/unistdio/test-u8-asnprintf1.c: New file.
7090         * tests/unistdio/test-u8-asnprintf1.h: New file.
7091         * tests/unistdio/test-u8-printf1.h: New file.
7092         * tests/unistdio/test-u8-vasnprintf1.c: New file.
7093         * tests/unistdio/test-u8-vasnprintf2.c: New file.
7094         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
7095         * tests/unistdio/test-u8-vasnprintf3.c: New file.
7096         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
7097         * tests/unistdio/test-u8-vasprintf1.c: New file.
7098         * tests/unistdio/test-u8-vsnprintf1.c: New file.
7099         * tests/unistdio/test-u8-vsprintf1.c: New file.
7100         * tests/unistdio/test-u16-asnprintf1.c: New file.
7101         * tests/unistdio/test-u16-asnprintf1.h: New file.
7102         * tests/unistdio/test-u16-printf1.h: New file.
7103         * tests/unistdio/test-u16-vasnprintf1.c: New file.
7104         * tests/unistdio/test-u16-vasnprintf2.c: New file.
7105         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
7106         * tests/unistdio/test-u16-vasnprintf3.c: New file.
7107         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
7108         * tests/unistdio/test-u16-vasprintf1.c: New file.
7109         * tests/unistdio/test-u16-vsnprintf1.c: New file.
7110         * tests/unistdio/test-u16-vsprintf1.c: New file.
7111         * tests/unistdio/test-u32-asnprintf1.c: New file.
7112         * tests/unistdio/test-u32-asnprintf1.h: New file.
7113         * tests/unistdio/test-u32-printf1.h: New file.
7114         * tests/unistdio/test-u32-vasnprintf1.c: New file.
7115         * tests/unistdio/test-u32-vasnprintf2.c: New file.
7116         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
7117         * tests/unistdio/test-u32-vasnprintf3.c: New file.
7118         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
7119         * tests/unistdio/test-u32-vasprintf1.c: New file.
7120         * tests/unistdio/test-u32-vsnprintf1.c: New file.
7121         * tests/unistdio/test-u32-vsprintf1.c: New file.
7122         * modules/unistdio/base: New file.
7123         * modules/unistdio/u-printf-args: New file.
7124         * modules/unistdio/ulc-asnprintf: New file.
7125         * modules/unistdio/ulc-asprintf: New file.
7126         * modules/unistdio/ulc-fprintf: New file.
7127         * modules/unistdio/ulc-printf-parse: New file.
7128         * modules/unistdio/ulc-snprintf: New file.
7129         * modules/unistdio/ulc-sprintf: New file.
7130         * modules/unistdio/ulc-vasnprintf: New file.
7131         * modules/unistdio/ulc-vasprintf: New file.
7132         * modules/unistdio/ulc-vfprintf: New file.
7133         * modules/unistdio/ulc-vsnprintf: New file.
7134         * modules/unistdio/ulc-vsprintf: New file.
7135         * modules/unistdio/u8-asnprintf: New file.
7136         * modules/unistdio/u8-asprintf: New file.
7137         * modules/unistdio/u8-printf-parse: New file.
7138         * modules/unistdio/u8-snprintf: New file.
7139         * modules/unistdio/u8-sprintf: New file.
7140         * modules/unistdio/u8-vasnprintf: New file.
7141         * modules/unistdio/u8-vasprintf: New file.
7142         * modules/unistdio/u8-vsnprintf: New file.
7143         * modules/unistdio/u8-vsprintf: New file.
7144         * modules/unistdio/u8-u8-asnprintf: New file.
7145         * modules/unistdio/u8-u8-asprintf: New file.
7146         * modules/unistdio/u8-u8-snprintf: New file.
7147         * modules/unistdio/u8-u8-sprintf: New file.
7148         * modules/unistdio/u8-u8-vasnprintf: New file.
7149         * modules/unistdio/u8-u8-vasprintf: New file.
7150         * modules/unistdio/u8-u8-vsnprintf: New file.
7151         * modules/unistdio/u8-u8-vsprintf: New file.
7152         * modules/unistdio/u16-asnprintf: New file.
7153         * modules/unistdio/u16-asprintf: New file.
7154         * modules/unistdio/u16-printf-parse: New file.
7155         * modules/unistdio/u16-snprintf: New file.
7156         * modules/unistdio/u16-sprintf: New file.
7157         * modules/unistdio/u16-vasnprintf: New file.
7158         * modules/unistdio/u16-vasprintf: New file.
7159         * modules/unistdio/u16-vsnprintf: New file.
7160         * modules/unistdio/u16-vsprintf: New file.
7161         * modules/unistdio/u16-u16-asnprintf: New file.
7162         * modules/unistdio/u16-u16-asprintf: New file.
7163         * modules/unistdio/u16-u16-snprintf: New file.
7164         * modules/unistdio/u16-u16-sprintf: New file.
7165         * modules/unistdio/u16-u16-vasnprintf: New file.
7166         * modules/unistdio/u16-u16-vasprintf: New file.
7167         * modules/unistdio/u16-u16-vsnprintf: New file.
7168         * modules/unistdio/u16-u16-vsprintf: New file.
7169         * modules/unistdio/u32-asnprintf: New file.
7170         * modules/unistdio/u32-asprintf: New file.
7171         * modules/unistdio/u32-printf-parse: New file.
7172         * modules/unistdio/u32-snprintf: New file.
7173         * modules/unistdio/u32-sprintf: New file.
7174         * modules/unistdio/u32-vasnprintf: New file.
7175         * modules/unistdio/u32-vasprintf: New file.
7176         * modules/unistdio/u32-vsnprintf: New file.
7177         * modules/unistdio/u32-vsprintf: New file.
7178         * modules/unistdio/u32-u32-asnprintf: New file.
7179         * modules/unistdio/u32-u32-asprintf: New file.
7180         * modules/unistdio/u32-u32-snprintf: New file.
7181         * modules/unistdio/u32-u32-sprintf: New file.
7182         * modules/unistdio/u32-u32-vasnprintf: New file.
7183         * modules/unistdio/u32-u32-vasprintf: New file.
7184         * modules/unistdio/u32-u32-vsnprintf: New file.
7185         * modules/unistdio/u32-u32-vsprintf: New file.
7186         * modules/unistdio/ulc-asnprintf-tests: New file.
7187         * modules/unistdio/ulc-vasnprintf-tests: New file.
7188         * modules/unistdio/ulc-vasprintf-tests: New file.
7189         * modules/unistdio/ulc-vsnprintf-tests: New file.
7190         * modules/unistdio/ulc-vsprintf-tests: New file.
7191         * modules/unistdio/u8-asnprintf-tests: New file.
7192         * modules/unistdio/u8-vasnprintf-tests: New file.
7193         * modules/unistdio/u8-vasprintf-tests: New file.
7194         * modules/unistdio/u8-vsnprintf-tests: New file.
7195         * modules/unistdio/u8-vsprintf-tests: New file.
7196         * modules/unistdio/u16-asnprintf-tests: New file.
7197         * modules/unistdio/u16-vasnprintf-tests: New file.
7198         * modules/unistdio/u16-vasprintf-tests: New file.
7199         * modules/unistdio/u16-vsnprintf-tests: New file.
7200         * modules/unistdio/u16-vsprintf-tests: New file.
7201         * modules/unistdio/u32-asnprintf-tests: New file.
7202         * modules/unistdio/u32-vasnprintf-tests: New file.
7203         * modules/unistdio/u32-vasprintf-tests: New file.
7204         * modules/unistdio/u32-vsnprintf-tests: New file.
7205         * modules/unistdio/u32-vsprintf-tests: New file.
7206         * MODULES.html.sh (Unicode string functions): Add the new modules.
7207
7208 2007-07-01  Bruno Haible  <bruno@clisp.org>
7209
7210         * lib/sprintf.c (sprintf): Limit the available length estimation,
7211         to avoid address wraparound.
7212         * lib/vsprintf.c (vsprintf): Likewise.
7213         * modules/sprintf-posix (Dependencies): Add stdint.
7214         * modules/vsprintf-posix (Dependencies): Likewise.
7215
7216 2007-07-01  Bruno Haible  <bruno@clisp.org>
7217
7218         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
7219         Windows PATH as well. Conservative double-quoting. Comments.
7220
7221 2007-07-01  Bruno Haible  <bruno@clisp.org>
7222             Eric Blake  <ebb9@byu.net>
7223             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7224
7225         * gnulib-tool (self_abspathname): Fix algorithm to cope with
7226         empty components in $PATH, denoting '.'.
7227
7228 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7229
7230         * gnulib-tool: Fix indentation.
7231         (func_create_megatestdir): Likewise.
7232         Report by Bruno Haible.
7233
7234 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7235
7236         Sync from Automake.
7237         * build-aux/gnupload: Fix shell portability issues with for loops.
7238         Report by Karl Berry.
7239
7240 2007-06-29  Simon Josefsson  <simon@josefsson.org>
7241
7242         * build-aux/maint.mk (POURL): Use translationproject.org.
7243
7244 2007-06-27  Simon Josefsson  <simon@josefsson.org>
7245             Bruno Haible  <bruno@clisp.org>
7246
7247         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
7248         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
7249         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
7250         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
7251         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
7252
7253 2007-06-27  Bruno Haible  <bruno@clisp.org>
7254
7255         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
7256         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
7257
7258 2007-06-26  Karl Berry  <karl@gnu.org>
7259
7260         * MODULES.html.sh: remove xreadlink-with-size.
7261
7262 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
7263
7264         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
7265         method that I hope also handles the double-include problem noted
7266         by Bruno Haible in
7267         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
7268
7269 2007-06-23  Bruno Haible  <bruno@clisp.org>
7270
7271         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7272         Don't let the 'mostlyclean' target fail if the last subdirectory could
7273         not be removed.
7274         Reported by Karl Berry.
7275
7276 2007-06-23  Bruno Haible  <bruno@clisp.org>
7277
7278         * gnulib-tool (echo): Add a speedier workaround for ksh.
7279         * tests/test-echo.sh: Likewise.
7280
7281 2007-06-23  Bruno Haible  <bruno@clisp.org>
7282
7283         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
7284         * tests/test-echo.sh: Likewise.
7285
7286 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7287
7288         * gnulib-tool (IFS): Initialize early, so we don't set it to
7289         empty later.
7290         (self_abspathname): Rewrite algorithm to set it, reindent.
7291         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
7292         (func_create_megatestdir): Merge some sed scripts.
7293
7294 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
7295
7296         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
7297         exposed by Sun Studio 11 cc on Solaris 8.
7298
7299 2007-06-22  Bruno Haible  <bruno@clisp.org>
7300
7301         * gnulib-tool (echo): Ensure the echo primitive does not interpret
7302         backslashes.
7303         * tests/test-echo.sh: New file.
7304
7305 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7306
7307         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
7308         simplify `sed_replace_build_aux' scripts, they are portable but
7309         echoing them with `echo' is not.
7310         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
7311
7312 2007-06-21  Karl Berry  <karl@gnu.org>
7313
7314         * config/srclist.txt: guess we can't handle the licenses via
7315         srclist at the moment.
7316
7317 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
7318
7319         * MODULES.html.sh: Add include_next.
7320         * modules/include_next: New file.
7321
7322 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
7323
7324         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
7325         INCLUDE_NEXT.
7326         (gl_CHECK_NEXT_HEADERS): New macro.
7327         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
7328         the obsolescent gl_ABSOLUTE_HEADER.
7329         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
7330         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
7331         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
7332         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
7333         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
7334         * m4/math_h.m4 (gl_MATH_H): Likewise.
7335         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
7336         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
7337         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
7338         * m4/stdint.m4 (gl_STDINT_H): Likewise.
7339         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
7340         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
7341         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
7342         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
7343         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
7344         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
7345         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
7346         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
7347         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
7348         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
7349         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
7350         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
7351         * m4/inttypes.m4 (gl_INTTYPES_H): Define
7352         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
7353         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
7354         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
7355         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
7356         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
7357         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
7358         * lib/float_.h: Likewise.
7359         * lib/inttypes_.h: Likewise.
7360         * lib/math_.h: Likewise.
7361         * lib/search_.h: Likewise.
7362         * lib/signal_.h: Likewise.
7363         * lib/stdint_.h: Likewise.
7364         * lib/stdio_.h: Likewise.
7365         * lib/stdlib_.h: Likewise.
7366         * lib/string_.h: Likewise.
7367         * lib/sys_stat_.h: Likewise.
7368         * lib/sys_time_.h: Likewise.
7369         * lib/time_.h: Likewise.
7370         * lib/unistd_.h: Likewise.
7371         * lib/wchar_.h: Likewise.
7372         * lib/wctype_.h: Likewise.
7373         * lib/dirent_.h: Likewise.
7374         * lib/iconv_.h: Likewise.
7375         * lib/locale_.h: Likewise.
7376         * lib/netinet_in_.h: Likewise.
7377         * lib/sys_select_.h: Likewise.
7378         * lib/sys_socket_.h: Likewise.
7379         * lib/sysexits_.h: Likewise.
7380         * modules/fcntl (Depends-on): Depend on include_next, not
7381         absolute_header.
7382         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
7383         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
7384         * modules/fchdir: Likewise.
7385         * modules/float: Likewise.
7386         * modules/iconv_open: Likewise.
7387         * modules/inttypes: Likewise.
7388         * modules/locale: Likewise.
7389         * modules/math: Likewise.
7390         * modules/netinet_in: Likewise.
7391         * modules/search: Likewise.
7392         * modules/signal: Likewise.
7393         * modules/stdint: Likewise.
7394         * modules/stdio: Likewise.
7395         * modules/stdlib: Likewise.
7396         * modules/string: Likewise.
7397         * modules/sys_select: Likewise.
7398         * modules/sys_socket: Likewise.
7399         * modules/sys_stat: Likewise.
7400         * modules/sys_time: Likewise.
7401         * modules/sysexits: Likewise.
7402         * modules/time: Likewise.
7403         * modules/unistd: Likewise.
7404         * modules/wchar: Likewise.
7405         * modules/wctype: Likewise.
7406         * modules/sys_stat: Change maintainer to "all".
7407         * modules/unistd: Likewise.
7408
7409 2007-06-20  Karl Berry  <karl@gnu.org>
7410
7411         * config/srclist.txt: track www changes in license files.
7412
7413 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
7414
7415         * build-aux/bootstrap: Remove stray dot.
7416         Make sure build_aux settings are honored when linking
7417         gnulib_extra_files.
7418
7419 2007-06-19  Eric Blake  <ebb9@byu.net>
7420
7421         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
7422         Allow compilation on cygwin.
7423
7424 2007-06-19  Jim Meyering  <jim@meyering.net>
7425
7426         xreadlink-with-size: Remove module.  No longer used.
7427         Ex-callers now use xreadlink or mreadlink-with-size.
7428         * modules/xreadlink-with-size: Remove module.
7429         * lib/xreadlink-with-size.c: Remove file.
7430         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
7431         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
7432         just before the function definition *is* accurate.
7433
7434         Eliminate one way canonicalize_filename_mode could exit.
7435         * lib/canonicalize.c (canonicalize_filename_mode):
7436         Use mreadlink_with_size, not xreadlink_with_size.
7437
7438 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
7439
7440         Detect porting problems to FreeBSD/arm, which has time_t wider than
7441         long int.  Original problem reported for GNU diff by Xin Li in
7442         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
7443         * modules/getdate (Depends-on): Add intprops, verify.
7444         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
7445         is an integer type no wider than long int.
7446
7447 2007-06-18  Jim Meyering  <jim@meyering.net>
7448
7449         New module: mreadlink-with-size.
7450         * MODULES.html.sh: Add mreadlink-with-size.
7451         * modules/mreadlink-with-size: New module
7452         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
7453         not xreadlink-with-size.
7454         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
7455
7456 2007-06-16  Bruno Haible  <bruno@clisp.org>
7457
7458         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
7459         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
7460         Reported by Gary V. Vaughan <gary@gnu.org>.
7461
7462 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
7463
7464         Revamp lchown so that it lives in unistd.h where it belongs.
7465         * lib/lchown.h: Remove.
7466         * lib/dirchownmod.c: Don't include lib/lchown.h.
7467         * lib/fchownat.c: Likewise.
7468         * lib/openat.c: Likewise.
7469         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
7470         does not follow symlinks.
7471         (EOPNOTSUPP): Define if not defined.
7472         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
7473         is defined to 0.
7474         (lchown): New decl.
7475         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
7476         Do not check for lchown decl.
7477         Set REPLACE_LCHOWN.
7478         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
7479         REPLACE_LCHOWN.
7480         * modules/chown: Make it clear it follows symlinks.
7481         * modules/lchown: Make it clear it doesn't follow symlinks.
7482         (Files): Remove lib/lchown.h
7483         (Depends-on): Add unistd.
7484         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
7485         (Include): Include <unistd.h>, not "lchown.h".
7486         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
7487         REPLACE_LCHOWN.
7488
7489 2007-06-15  Jim Meyering  <jim@meyering.net>
7490
7491         Change license (GPL to LGPL) of fsusage and dependents.
7492         * modules/fsusage (License): Change to LGPL.
7493         * modules/full-read (License): Likewise.
7494         * modules/full-write (License): Likewise.
7495         * modules/safe-read (License): Likewise.
7496         * modules/safe-write (License): Likewise.
7497
7498 2007-06-14  Ben Pfaff  <blp@gnu.org>
7499
7500         Missing part of allocsa -> malloca transition.
7501         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
7502         gl_MALLOCA.
7503
7504 2007-06-12  Bruno Haible  <bruno@clisp.org>
7505
7506         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
7507         to ia64, x86_64, i386.
7508         Reported by Eric Blake.
7509
7510 2007-06-12  Bruno Haible  <bruno@clisp.org>
7511
7512         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
7513         cross-compiling to x86_64.
7514
7515 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
7516
7517         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
7518         glitch reported by Ralf Wildenhues in
7519         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
7520
7521         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
7522         Vin Shelton.
7523
7524 2007-06-11  Bruno Haible  <bruno@clisp.org>
7525
7526         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
7527         replacement string.
7528         Reported by Eric Blake.
7529
7530 2007-06-10  Bruno Haible  <bruno@clisp.org>
7531
7532         Prepare vasnprintf code for use with Unicode strings.
7533         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
7534         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
7535         TYPE_U32_STRING.
7536         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
7537         a_u32_string variants.
7538         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
7539         * lib/printf-args.c: Don't include config.h and the specification
7540         header if PRINTF_FETCHARGS is already defined.
7541         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
7542         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
7543         TYPE_U16_STRING, TYPE_U32_STRING.
7544         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
7545         u16_directive, u16_directives, u32_directive, u32_directives): New
7546         types.
7547         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
7548         New declarations.
7549         * lib/printf-parse.c: Don't include config.h and the specification
7550         header if PRINTF_PARSE is already defined. Eliminate the set of
7551         parameters for WIDE_CHAR_VERSION; the user of this file must provide
7552         them now. Include c-ctype.h.
7553         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
7554         directive and CHAR_T_ONLY_ASCII.
7555         * lib/vasnprintf.c: Don't include config.h and the specification header
7556         if VASNPRINTF is already defined.
7557         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
7558         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
7559         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
7560         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
7561         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
7562         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
7563         code accordingly.
7564         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
7565         pad_ourselves also in this case, with the 'c' and 's' directives, and
7566         with a different notion of "width".
7567         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
7568
7569 2007-06-10  Bruno Haible  <bruno@clisp.org>
7570
7571         * modules/unistr/u32-mbsnlen: New file.
7572         * lib/unistr/u32-mbsnlen.c: New file.
7573
7574         * modules/unistr/u16-mbsnlen: New file.
7575         * lib/unistr/u16-mbsnlen.c: New file.
7576
7577         * modules/unistr/u8-mbsnlen: New file.
7578         * lib/unistr/u8-mbsnlen.c: New file.
7579
7580         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
7581         declarations.
7582
7583 2007-06-10  Bruno Haible  <bruno@clisp.org>
7584
7585         * lib/string_.h (mbsnlen): New declaration.
7586         * lib/mbsnlen.c: New file.
7587         * m4/mbsnlen.m4: New file.
7588         * modules/mbsnlen: New file.
7589         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
7590         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
7591         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
7592
7593 2007-06-10  Bruno Haible  <bruno@clisp.org>
7594
7595         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
7596
7597 2007-06-10  Bruno Haible  <bruno@clisp.org>
7598
7599         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
7600         * lib/mbuiter.h: Likewise.
7601
7602 2007-06-10  Bruno Haible  <bruno@clisp.org>
7603
7604         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
7605         declaration.
7606
7607 2007-06-10  Karl Berry  <karl@gnu.org>
7608
7609         * config/srclist.txt: remove gettext entries, Bruno prefers
7610         to update individually.
7611
7612 2007-06-10  Bruno Haible  <bruno@clisp.org>
7613
7614         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
7615         'maxlen'. Ensure only length + width bytes are allocated, not
7616         length + 1 + width.
7617
7618 2007-06-09  Bruno Haible  <bruno@clisp.org>
7619
7620         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
7621         (CHAR_T): Remove macro.
7622         (VASNPRINTF): Update.
7623
7624 2007-06-09  Bruno Haible  <bruno@clisp.org>
7625
7626         * MODULES.html.sh (Unicode string functions): Add the new modules.
7627
7628         * modules/uniconv/u32-conv-to-enc: New file.
7629         * lib/uniconv/u32-conv-to-enc.c: New file.
7630         * modules/uniconv/u32-conv-to-enc-tests: New file.
7631         * tests/uniconv/test-u32-conv-to-enc.c: New file.
7632
7633         * modules/uniconv/u16-conv-to-enc: New file.
7634         * lib/uniconv/u16-conv-to-enc.c: New file.
7635         * lib/uniconv/u-conv-to-enc.h: New file.
7636         * modules/uniconv/u16-conv-to-enc-tests: New file.
7637         * tests/uniconv/test-u16-conv-to-enc.c: New file.
7638
7639         * modules/uniconv/u8-conv-to-enc: New file.
7640         * lib/uniconv/u8-conv-to-enc.c: New file.
7641         * modules/uniconv/u8-conv-to-enc-tests: New file.
7642         * tests/uniconv/test-u8-conv-to-enc.c: New file.
7643
7644         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
7645         u32_conv_to_encoding): New declarations.
7646
7647 2007-06-09  Bruno Haible  <bruno@clisp.org>
7648
7649         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
7650
7651 2007-06-09  Bruno Haible  <bruno@clisp.org>
7652
7653         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
7654         * modules/malloca: Renamed from modules/allocsa, updated.
7655         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
7656         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
7657         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
7658         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
7659         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
7660         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
7661         * modules/xmalloca: Renamed from modules/xallocsa, updated.
7662         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
7663         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
7664         * modules/c-strcasestr (Depends-on): Update.
7665         * lib/c-strcasestr.c: Update.
7666         * modules/c-strstr (Depends-on): Update.
7667         * lib/c-strstr.c: Update.
7668         * modules/canonicalize-lgpl (Depends-on): Update.
7669         * lib/canonicalize-lgpl.c: Update.
7670         * modules/clean-temp (Depends-on): Update.
7671         * lib/clean-temp.c: Update.
7672         * modules/csharpcomp (Depends-on): Update.
7673         * lib/csharpcomp.c: Update.
7674         * modules/csharpexec (Depends-on): Update.
7675         * lib/csharpexec.c: Update.
7676         * modules/javacomp (Depends-on): Update.
7677         * lib/javacomp.c: Update.
7678         * modules/javaexec (Depends-on): Update.
7679         * lib/javaexec.c: Update.
7680         * modules/mbscasestr (Depends-on): Update.
7681         * lib/mbscasestr.c: Update.
7682         * modules/mbsstr (Depends-on): Update.
7683         * lib/mbsstr.c: Update.
7684         * modules/setenv (Depends-on): Update.
7685         * lib/setenv.c: Update.
7686         * modules/strcasestr (Depends-on): Update.
7687         * lib/strcasestr.c: Update.
7688         * modules/striconveha (Depends-on): Update.
7689         * lib/striconveha.c: Update.
7690         * modules/relocatable-prog-wrapper (Files): Update.
7691         * lib/relocwrapper.c: Update.
7692         * build-aux/install-reloc: Update.
7693         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
7694
7695 2007-06-08  Bruno Haible  <bruno@clisp.org>
7696
7697         Port to uClibc.
7698         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
7699         * lib/fpurge.c (fpurge): Likewise.
7700         * lib/freading.c (freading): Likewise.
7701         * lib/fseeko.c (rpl_fseeko): Likewise.
7702         * lib/fseterr.c (fseterr): Likewise.
7703         * lib/fwriting.c (fwriting): Likewise.
7704         * tests/test-fflush.c (main): Avoid a failure on uClibc.
7705
7706 2007-06-08  Bruno Haible  <bruno@clisp.org>
7707
7708         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
7709         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
7710         * modules/gettext (Files): Add m4/intlmacosx.m4.
7711
7712 2007-06-07  Bruno Haible  <bruno@clisp.org>
7713
7714         * modules/localename-tests: New file.
7715         * tests/test-localename.c: New file.
7716
7717         New module 'localename'.
7718         * lib/localename.h: New file.
7719         * lib/localename.c: New file, from GNU gettext.
7720         * m4/localename.m4: New file.
7721         * modules/localename: New file.
7722
7723 2007-06-07  Bruno Haible  <bruno@clisp.org>
7724
7725         Work around the lack of <wchar.h> on some builds of uClibc.
7726         * doc/headers/wchar.texi: Update.
7727         * lib/wchar_.h: Include <wchar.h> only if it exists.
7728         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
7729         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
7730         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
7731         doesn't exist.
7732         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
7733         * modules/mbfile (Depends-on): Add wchar.
7734         * modules/mbiter (Depends-on): Likewise.
7735         * modules/mbuiter (Depends-on): Likewise.
7736         Reported by Simon Josefsson.
7737
7738 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
7739
7740         Work around problem reported by Steven M. Schweda in
7741         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
7742         Tru64 5.1B with the Compaq compiler environment installed declares
7743         an 'isblank' function but does not define it in the C library.
7744         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
7745         * lib/regex_internal.h (isblank): Likewise.
7746         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
7747         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
7748
7749 2007-06-05  Bruno Haible  <bruno@clisp.org>
7750
7751         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
7752         ia64.
7753         * modules/printf-safe: New file.
7754         * modules/fprintf-posix (Depends-on): Add printf-safe.
7755         * modules/printf-posix (Depends-on): Likewise.
7756         * modules/snprintf-posix (Depends-on): Likewise.
7757         * modules/sprintf-posix (Depends-on): Likewise.
7758         * modules/vasnprintf-posix (Depends-on): Likewise.
7759         * modules/vasprintf-posix (Depends-on): Likewise.
7760         * modules/vfprintf-posix (Depends-on): Likewise.
7761         * modules/vprintf-posix (Depends-on): Likewise.
7762         * modules/vsnprintf-posix (Depends-on): Likewise.
7763         * modules/vsprintf-posix (Depends-on): Likewise.
7764         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
7765         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
7766         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
7767         "no" on i386, x86_64, ia64.
7768         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
7769         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
7770         on i386, x86_64, ia64.
7771         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
7772         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
7773         on i386, x86_64, ia64.
7774         * tests/test-vasnprintf-posix.c: Include float.h.
7775         (LDBL80_WORDS): New macro.
7776         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
7777         on i386, x86_64, ia64.
7778         * tests/test-vasprintf-posix.c: Include float.h.
7779         (LDBL80_WORDS): New macro.
7780         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
7781         on i386, x86_64, ia64.
7782         * tests/test-snprintf-posix.c: Include float.h.
7783         * tests/test-sprintf-posix.c: Likewise.
7784         * tests/test-vsnprintf-posix.c: Likewise.
7785         * tests/test-vsprintf-posix.c: Likewise.
7786
7787 2007-06-05  Bruno Haible  <bruno@clisp.org>
7788
7789         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
7790         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
7791         non-IEEE numbers on i386, x86_64, ia64.
7792         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
7793         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
7794         * tests/test-isnanl.h: Include float.h.
7795         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
7796
7797 2007-06-05  Bruno Haible  <bruno@clisp.org>
7798
7799         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
7800         also the %a / %A. Handle the %a / %A code before this extra handling.
7801
7802 2007-06-05  Bruno Haible  <bruno@clisp.org>
7803
7804         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
7805         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
7806
7807 2007-06-05  Bruno Haible  <bruno@clisp.org>
7808
7809         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
7810         typo in variable name.
7811
7812 2007-06-05  Eric Blake  <ebb9@byu.net>
7813
7814         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
7815         Reported by Simon Josefsson.
7816
7817 2007-06-04  Bruno Haible  <bruno@clisp.org>
7818
7819         Avoid test failures on some PowerPC platforms.
7820         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
7821         Define differently for PowerPC.
7822         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
7823         Reported by Gary V. Vaughan <gary@gnu.org>.
7824
7825 2007-06-02  Bruno Haible  <bruno@clisp.org>
7826
7827         Fix test-stdint failure on FreeBSD/ia64.
7828         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
7829         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
7830         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
7831         * doc/headers/stdint.texi: Update.
7832
7833 2007-06-01  Bruno Haible  <bruno@clisp.org>
7834
7835         * tests/test-binary-io.c (main): Pass a third argument to open().
7836         Reported by Gary V. Vaughan <gary@gnu.org>.
7837
7838 2007-06-01  Bruno Haible  <bruno@clisp.org>
7839
7840         * doc/functions/frexpl.texi: Update for mingw.
7841
7842 2007-06-01  Bruno Haible  <bruno@clisp.org>
7843
7844         * tests/test-lseek.c (main): Disable test of errno for invalid third
7845         argument.
7846         * doc/functions/lseek.texi: Update.
7847         Reported by Gary V. Vaughan <gary@gnu.org>.
7848
7849 2007-05-28  Bruno Haible  <bruno@clisp.org>
7850
7851         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
7852
7853 2007-05-31  Eric Blake  <ebb9@byu.net>
7854
7855         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
7856         cross compiling.
7857
7858 2007-05-30  Eric Blake  <ebb9@byu.net>
7859         and Bruno Haible  <bruno@clisp.org>
7860
7861         Work around mingw test failures exposed by m4-1.4.9b.
7862         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
7863         * tests/test-unistd.c: Disable uid_t and git_t tests for the
7864         moment.
7865
7866 2007-05-30  Bruno Haible  <bruno@clisp.org>
7867
7868         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
7869         assuming that they are closed. Needed on HP-UX 11.
7870
7871 2007-05-29  Bruno Haible  <bruno@clisp.org>
7872
7873         Fix a problem with #include_next.
7874         * lib/dirent_.h: Split the double-inclusion guard.
7875         * lib/fcntl_.h: Likewise.
7876         * lib/float_.h: Likewise.
7877         * lib/iconv_.h: Likewise.
7878         * lib/inttypes_.h: Likewise.
7879         * lib/locale_.h: Likewise.
7880         * lib/math_.h: Likewise.
7881         * lib/netinet_in_.h: Likewise.
7882         * lib/search_.h: Likewise.
7883         * lib/signal_.h: Likewise.
7884         * lib/stdint_.h: Likewise.
7885         * lib/stdio_.h: Likewise.
7886         * lib/stdlib_.h: Likewise.
7887         * lib/string_.h: Likewise.
7888         * lib/sys_select_.h: Likewise.
7889         * lib/sys_socket_.h: Likewise.
7890         * lib/sys_stat_.h: Likewise.
7891         * lib/sys_time_.h: Likewise.
7892         * lib/sysexits_.h: Likewise.
7893         * lib/time_.h: Likewise.
7894         * lib/unistd_.h: Likewise.
7895         * lib/wchar_.h: Likewise.
7896         * lib/wctype_.h: Likewise.
7897
7898 2007-05-29  Bruno Haible  <bruno@clisp.org>
7899
7900         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
7901         for the moment.
7902
7903 2007-05-29  Bruno Haible  <bruno@clisp.org>
7904
7905         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
7906         invocation.
7907         Reported by Eric Blake.
7908
7909 2007-05-29  Bruno Haible  <bruno@clisp.org>
7910
7911         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
7912         compiling case.
7913
7914 2007-05-29  Eric Blake  <ebb9@byu.net>
7915             Bruno Haible  <bruno@clisp.org>
7916
7917         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
7918         cross compiles.
7919
7920 2007-05-28  Eric Blake  <ebb9@byu.net>
7921
7922         * modules/closein-tests (test_closein_LDADD): Support test on
7923         cygwin with libtool.
7924
7925 2007-05-28  Bruno Haible  <bruno@clisp.org>
7926
7927         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
7928         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
7929         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
7930         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
7931         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
7932         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
7933         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
7934         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
7935         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
7936
7937 2007-05-28  Eric Blake  <ebb9@byu.net>
7938
7939         Unconditionally include <config.h> in unit tests.
7940         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
7941         * tests/test-allocsa.c, tests/test-arcfour.c,
7942         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
7943         tests/test-array_list.c, tests/test-array_oset.c,
7944         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
7945         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
7946         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
7947         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
7948         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
7949         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
7950         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
7951         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
7952         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
7953         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
7954         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
7955         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
7956         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
7957         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
7958         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
7959         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
7960         test-md5.c, test-memmem.c, test-printf-posix.c,
7961         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
7962         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
7963         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
7964         test-strcasestr.c, test-striconv.c, test-striconveh.c,
7965         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
7966         test-vasnprintf-posix2.c, test-vasnprintf.c,
7967         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
7968         test-vfprintf-posix.c, test-vprintf-posix.c,
7969         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
7970         test-xvasprintf.c: Likewise.
7971
7972 2007-05-28  Bruno Haible  <bruno@clisp.org>
7973
7974         * gnulib-tool (func_import): Remember the --with-tests command-line
7975         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
7976         Reported by Eric Blake.
7977
7978 2007-05-28  Bruno Haible  <bruno@clisp.org>
7979
7980         * modules/ftell-tests: New file.
7981         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
7982         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
7983
7984         * lib/ftell.c: New file.
7985         * modules/ftell: New file.
7986         * m4/ftell.m4: New file.
7987         * doc/functions/ftell.texi: Update.
7988         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
7989         REPLACE_FTELL.
7990         * lib/stdio_.h (rpl_ftell): New declaration.
7991         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
7992         REPLACE_FTELL.
7993
7994 2007-05-28  Eric Blake  <ebb9@byu.net>
7995
7996         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
7997
7998 2007-05-28  Bruno Haible  <bruno@clisp.org>
7999
8000         * modules/fseek-tests: New file.
8001         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
8002         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
8003
8004         * lib/fseek.c: New file.
8005         * modules/fseek: New file.
8006         * m4/fseek.m4: New file.
8007         * doc/functions/fseek.texi: Update.
8008         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
8009         REPLACE_FSEEK.
8010         * lib/stdio_.h (rpl_fseek): New declaration.
8011         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
8012         REPLACE_FSEEK.
8013
8014 2007-05-28  Bruno Haible  <bruno@clisp.org>
8015
8016         * lib/stdio_.h (fflush): More comments.
8017
8018 2007-05-28  Bruno Haible  <bruno@clisp.org>
8019
8020         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
8021         runtime test.
8022
8023 2007-05-28  Eric Blake  <ebb9@byu.net>
8024
8025         Improve lseek module.
8026         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
8027         * lib/unistd_.h (lseek): Scale back link warning message.
8028         * tests/test-lseek.c: Beef up test.
8029         * tests/test-lseek.sh: Exercise more facets of lseek.
8030         Reported by Bruno Haible.
8031
8032 2007-05-28  Bruno Haible  <bruno@clisp.org>
8033
8034         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
8035         to define.
8036
8037 2007-05-27  Bruno Haible  <bruno@clisp.org>
8038
8039         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
8040
8041 2007-05-27  Bruno Haible  <bruno@clisp.org>
8042
8043         * modules/openmp: New file.
8044         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
8045         Noah Misch.
8046
8047 2007-05-26  Bruno Haible  <bruno@clisp.org>
8048
8049         * modules/chdir-long (Depends-on): Add fchdir.
8050         * modules/chdir-safer (Depends-on): Likewise.
8051         * modules/fts (Depends-on): Likewise.
8052         * modules/fts-lgpl (Depends-on): Likewise.
8053         * modules/openat (Depends-on): Likewise.
8054         * modules/savewd (Depends-on): Likewise.
8055
8056 2007-05-24  Eric Blake  <ebb9@byu.net>
8057
8058         Fix lseek on mingw.
8059         * modules/lseek: New module.
8060         * m4/lseek.m4: New file.
8061         * lib/lseek.c: New file.
8062         * modules/lseek-tests: New file.
8063         * tests/test-lseek.c: New file.
8064         * tests/test-lseek.sh: New file.
8065         * MODULES.html.sh: Document lseek module.
8066         * modules/fflush (Depends-on): Add lseek, fseeko.
8067         * modules/fseeko (Depends-on): Likewise.
8068         * modules/ftello (Depends-on): Likewise.
8069         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
8070         broken.
8071         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
8072         broken.
8073         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
8074         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
8075         * lib/ftello.c (rpl_ftello): Likewise.
8076         * tests/test-fseeko.c (main): Test this.
8077         * tests/test-fseeko.sh: Likewise.
8078         * tests/test-ftello.c (main): Likewise.
8079         * tests/test-ftello.sh: Likewise.
8080         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
8081         implies replacing fseek.
8082         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
8083         HAVE_FTELLO.
8084         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
8085         * modules/unistd (Makefile.am): Likewise.
8086         * lib/unistd_.h (lseek): Declare a replacement.
8087         * doc/functions/lseek.texi (lseek): Document this fix.
8088         * doc/functions/fseek.texi (fseek): Likewise.
8089         * doc/functions/ftell.texi (ftell): Likewise.
8090
8091 2007-05-24  Bruno Haible  <bruno@clisp.org>
8092
8093         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
8094         in the printed representation of a NaN.
8095         * tests/test-vasprintf-posix.c (test_function): Likewise.
8096         * tests/test-snprintf-posix.h (test_function): Likewise.
8097         * tests/test-sprintf-posix.h (test_function): Likewise.
8098         Reported by Eric Blake.
8099
8100 2007-05-23  Eric Blake  <ebb9@byu.net>
8101
8102         Fix fseeko/ftello on cygwin 1.5.24.
8103         * doc/functions/fseeko.texi (fseeko): Document the fix.
8104         * doc/functions/ftello.texi (ftello): Document the fix.
8105         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
8106         * doc/functions/stdout.text (stdout): New file.
8107         * doc/functions/stderr.text (stderr): New file.
8108         * doc/gnulib.texi (Function Substitutes): Use new files.
8109         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
8110         prior to 1.7.0.
8111         * tests/test-ftello.c (main): Likewise for ftello.
8112         * tests/test-fseeko.sh: New file.
8113         * tests/test-ftello.sh: New file.
8114         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
8115         with seekable stdin.
8116         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
8117         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
8118         (gl_REPLACE_FSEEKO): New macro.
8119         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
8120         * modules/fseeko (Files): Distribute fseeko.c.
8121         * modules/ftello (Files): Distribute ftello.c.
8122         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
8123         mode.
8124         * lib/ftello.c (rpl_ftello): New file.
8125         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
8126         fseeko, ftello.
8127         (gl_STDIN_LARGE_OFFSET): New macro.
8128         * modules/stdio (Makefile.am): Perform the replacement.
8129         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
8130
8131 2007-05-23  Bruno Haible  <bruno@clisp.org>
8132
8133         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
8134         GNULIB_POSIXCHECK is defined.
8135
8136 2007-05-21  Bruno Haible  <bruno@clisp.org>
8137
8138         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
8139         Check also the output for NaN arguments. When cross-compiling, guess
8140         no on IRIX.
8141         * lib/vasnprintf.c: Update comments.
8142         * tests/test-vasnprintf-posix.c (strisnan): New function.
8143         (test_function): Use it.
8144         * tests/test-vasprintf-posix.c (strisnan): New function.
8145         (test_function): Use it.
8146         * tests/test-snprintf-posix.h (strisnan): New function.
8147         (test_function): Use it.
8148         * tests/test-sprintf-posix.h (strisnan): New function.
8149         (test_function): Use it.
8150         Reported by Eric Blake.
8151
8152 2007-05-20  Bruno Haible  <bruno@clisp.org>
8153
8154         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
8155         numbers that fails on BeOS.
8156         * doc/functions/frexpl.texi: Update.
8157
8158 2007-05-20  Jim Meyering  <jim@meyering.net>
8159
8160         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
8161         forced upon us by glibc-2.6.
8162
8163 2007-05-20  Bruno Haible  <bruno@clisp.org>
8164
8165         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
8166         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
8167         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
8168         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
8169         NEED_PRINTF_INFINITE.
8170         (is_infinitel): New function.
8171         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
8172         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
8173         gl_PREREQ_VASNPRINTF_INFINITE.
8174         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
8175         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
8176         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
8177         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
8178         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
8179         gl_PREREQ_VASNPRINTF_INFINITE.
8180         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
8181         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8182         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8183         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8184         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8185         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8186         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8187         * doc/functions/fprintf.texi: Update.
8188         * doc/functions/printf.texi: Update.
8189         * doc/functions/snprintf.texi: Update.
8190         * doc/functions/sprintf.texi: Update.
8191         * doc/functions/vfprintf.texi: Update.
8192         * doc/functions/vprintf.texi: Update.
8193         * doc/functions/vsnprintf.texi: Update.
8194         * doc/functions/vsprintf.texi: Update.
8195
8196 2007-05-20  Bruno Haible  <bruno@clisp.org>
8197
8198         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
8199         was not found in libc.
8200         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
8201
8202 2007-05-20  Bruno Haible  <bruno@clisp.org>
8203
8204         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
8205         printed as "-nan" instead of "nan".
8206         * tests/test-vasprintf-posix.c (test_function): Likewise.
8207         * tests/test-snprintf-posix.h (test_function): Likewise.
8208         * tests/test-sprintf-posix.h (test_function): Likewise.
8209         Needed for HP-UX 11.
8210
8211 2007-05-20  Jim Meyering  <jim@meyering.net>
8212
8213         Fix buggy test for the fchownat-deref bug.
8214         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
8215         symlink required for the run-test.  Without it, this test would
8216         always declare that fchownat doesn't work, and client code would
8217         unnecessarily use the replacement function with fixed libc.
8218         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
8219         Reported by Greg Schafer.
8220
8221 2007-05-19  Bruno Haible  <bruno@clisp.org>
8222
8223         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
8224         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
8225         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
8226         Needed for IRIX 6.5 and Solaris 2.5.1.
8227
8228 2007-05-19  Bruno Haible  <bruno@clisp.org>
8229
8230         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
8231         (test_function): Skip tests involving -0.0 on platforms where
8232         -0.0 = 0.0.
8233         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
8234         (test_function): Skip tests involving -0.0 on platforms where
8235         -0.0 = 0.0.
8236         * tests/test-snprintf-posix.h (have_minus_zero): New function.
8237         (test_function): Skip tests involving -0.0 on platforms where
8238         -0.0 = 0.0.
8239         * tests/test-sprintf-posix.h (have_minus_zero): New function.
8240         (test_function): Skip tests involving -0.0 on platforms where
8241         -0.0 = 0.0.
8242         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
8243         tests.
8244         * tests/test-printf-posix.h (test_function): Likewise.
8245         * tests/test-printf-posix.output: Remove all -0.0 related results.
8246         Needed for IRIX 6.5.
8247
8248 2007-05-19  Bruno Haible  <bruno@clisp.org>
8249
8250         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
8251         printed as "nan0x7fffffff" instead of "nan".
8252         * tests/test-vasprintf-posix.c (test_function): Likewise.
8253         * tests/test-snprintf-posix.h (test_function): Likewise.
8254         * tests/test-sprintf-posix.h (test_function): Likewise.
8255         * tests/test-fprintf-posix.h (NaN): Remove macro.
8256         (test_function): Remove all NaN related tests.
8257         * tests/test-printf-posix.h (NaN): Remove macro.
8258         (test_function): Remove all NaN related tests.
8259         * tests/test-printf-posix.output: Remove all NaN related results.
8260         Needed for IRIX 6.5.
8261
8262 2007-05-19  Bruno Haible  <bruno@clisp.org>
8263
8264         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
8265         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
8266
8267 2007-05-19  Bruno Haible  <bruno@clisp.org>
8268
8269         * lib/float_.h: New file.
8270         * m4/float_h.m4: New file.
8271         * modules/float: New file.
8272         * modules/isnanl (Dependencies): Add float.
8273         * modules/isnanl-nolibm (Dependencies): Likewise.
8274         * modules/mathl (Dependencies): Likewise.
8275         * modules/printf-frexpl (Dependencies): Likewise.
8276         * modules/signbit (Dependencies): Likewise.
8277         * modules/vasnprintf (Dependencies): Likewise.
8278         * doc/headers/float.texi: Update.
8279
8280 2007-05-19  Jim Meyering  <jim@meyering.net>
8281
8282         * lib/utimens.c (gl_futimens): Rename from futimens,
8283         now that glibc-2.6 declares futimens.
8284         * lib/utimens.h: Likewise.
8285
8286 2007-05-19  Bruno Haible  <bruno@clisp.org>
8287
8288         Avoid test failures on mingw.
8289         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
8290         * tests/test-printf-posix.sh: Likewise.
8291         * tests/test-vfprintf-posix.sh: Likewise.
8292         * tests/test-vprintf-posix.sh: Likewise.
8293
8294 2007-05-19  Bruno Haible  <bruno@clisp.org>
8295
8296         Fix *printf result for NaN, Inf, -0.0 on mingw.
8297         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
8298         * lib/vasnprintf.c: Include math.h and isnan.h.
8299         (is_infinite_or_zero): New function.
8300         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
8301         values in the %f, %F, %e, %E, %g, %G directives.
8302         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
8303         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
8304         gl_PRINTF_INFINITE and test its result. Invoke
8305         gl_PREREQ_VASNPRINTF_INFINITE.
8306         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
8307         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8308         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8309         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8310         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8311         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8312         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8313         * doc/functions/fprintf.texi: Update.
8314         * doc/functions/printf.texi: Update.
8315         * doc/functions/snprintf.texi: Update.
8316         * doc/functions/sprintf.texi: Update.
8317         * doc/functions/vfprintf.texi: Update.
8318         * doc/functions/vprintf.texi: Update.
8319         * doc/functions/vsnprintf.texi: Update.
8320         * doc/functions/vsprintf.texi: Update.
8321
8322 2007-05-19  Bruno Haible  <bruno@clisp.org>
8323
8324         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
8325         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
8326         Instead of multiplying with 10^k, set extra_zeroes to k.
8327         (scale10_round_long_double): Remove function.
8328
8329 2007-05-18  Bruno Haible  <bruno@clisp.org>
8330
8331         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
8332         introduced on 2007-05-06.
8333
8334 2007-05-18  Bruno Haible  <bruno@clisp.org>
8335
8336         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
8337         %g directives.
8338         * tests/test-vasprintf-posix.c (test_function): Likewise.
8339         * tests/test-snprintf-posix.h (test_function): Likewise.
8340         * tests/test-sprintf-posix.h (test_function): Likewise.
8341
8342 2007-05-18  Bruno Haible  <bruno@clisp.org>
8343
8344         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
8345         (strmatch): New function.
8346         (test_function): Test the %f directive on numbers of various exponents.
8347         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
8348         (strmatch): New function.
8349         (test_function): Test the %f directive on numbers of various exponents.
8350         * tests/test-snprintf-posix.h (strmatch): New function.
8351         (test_function): Test the %f directive on numbers of various exponents.
8352         * tests/test-sprintf-posix.h (strmatch): New function.
8353         (test_function): Test the %f directive on numbers of various exponents.
8354         * tests/test-snprintf-posix.c (SIZEOF): New macro.
8355         * tests/test-sprintf-posix.c (SIZEOF): New macro.
8356         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
8357         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
8358
8359 2007-05-18  Bruno Haible  <bruno@clisp.org>
8360
8361         Add support for 'long double' number output.
8362         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
8363         * lib/vasnprintf.c: Include math.h and float+.h.
8364         (mp_limb_t): New type.
8365         (GMP_LIMB_BITS): New macro.
8366         (mp_twolimb_t): New type.
8367         (GMP_TWOLIMB_BITS): New macro.
8368         (mpn_t): New type.
8369         (multiply, divide, convert_to_decimal, decode_long_double,
8370         scale10_round_long_double, scale10_round_decimal_long_double,
8371         floorlog10l): New functions.
8372         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
8373         for the %f, %F, %e, %E, %g, %G directives.
8374         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
8375         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
8376         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
8377         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
8378         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
8379         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8380         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8381         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8382         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8383         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8384         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8385         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
8386         * modules/snprintf-posix (Depends-on): Likewise.
8387         * modules/sprintf-posix (Depends-on): Likewise.
8388         * modules/vasnprintf-posix (Depends-on): Likewise.
8389         * modules/vasprintf-posix (Depends-on): Likewise.
8390         * modules/vfprintf-posix (Depends-on): Likewise.
8391         * modules/vsnprintf-posix (Depends-on): Likewise.
8392         * modules/vsprintf-posix (Depends-on): Likewise.
8393         * modules/vasnprintf (Files): Add lib/float+.h.
8394         * doc/functions/fprintf.texi: Update.
8395         * doc/functions/printf.texi: Update.
8396         * doc/functions/snprintf.texi: Update.
8397         * doc/functions/sprintf.texi: Update.
8398         * doc/functions/vfprintf.texi: Update.
8399         * doc/functions/vprintf.texi: Update.
8400         * doc/functions/vsnprintf.texi: Update.
8401         * doc/functions/vsprintf.texi: Update.
8402
8403 2007-05-18  Bruno Haible  <bruno@clisp.org>
8404
8405         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
8406
8407 2007-05-18  Bruno Haible  <bruno@clisp.org>
8408
8409         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
8410         for printing 64-bit integers. Needed for mingw.
8411
8412 2007-05-18  Bruno Haible  <bruno@clisp.org>
8413
8414         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
8415         gl_FUNC_FREXPL_WORKS.
8416         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
8417
8418 2007-05-18  Bruno Haible  <bruno@clisp.org>
8419
8420         * modules/frexpl-nolibm-tests: New file.
8421
8422         * modules/frexpl-nolibm: New file.
8423         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
8424
8425 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
8426
8427         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
8428         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
8429         GCC 4.2, which otherwise issues a lot of warnings.
8430         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
8431         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
8432         Likewise.
8433         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
8434         * modules/iconv_open (iconv.h): Likewise.
8435         * modules/locale (locale.h): Likewise.
8436         * modules/netinet_in (netinet/in.h): Likewise.
8437         * modules/sys_select (sys_select.h): Likewise.
8438         * modules/sys_socket (sys/socket.h): Likewise.
8439         * modules/sys_stat (sys/stat.h): Likewise.
8440         * modules/sysexits (sysexits.h): Likewise.
8441         * modules/unistd (unistd.h): Likewise.
8442
8443 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8444
8445         * modules/closein-tests (Makefile.am): Distribute
8446         `test-closein.sh'.
8447
8448 2007-05-17  Bruno Haible  <bruno@clisp.org>
8449
8450         * tests/test-printf-posix.output: Renamed from
8451         tests/test-fprintf-posix.out.
8452         * modules/fprintf-posix-tests: Update.
8453         * modules/printf-posix-tests: Update.
8454         * modules/vfprintf-posix-tests: Update.
8455         * modules/vprintf-posix-tests: Update.
8456         * tests/test-fprintf-posix.sh: Update.
8457         * tests/test-printf-posix.sh: Update.
8458         * tests/test-vfprintf-posix.sh: Update.
8459         * tests/test-vprintf-posix.sh: Update.
8460         Reported by Ralf Wildenhues.
8461
8462 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
8463
8464         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
8465         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
8466         GCC 4.2, which otherwise issues a lot of warnings.
8467         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
8468         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
8469         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
8470         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
8471         it should no longer be needed.
8472         * lib/string_.h: Likewise.
8473         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
8474         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
8475         * modules/inttypes (inttypes.h): Likewise.
8476         * modules/math (math.h): Likewise.
8477         * modules/search (search.h): Likewise.
8478         * modules/signal (signal.h): Likewise.
8479         * modules/stdint (stdint.h): Likewise.
8480         * modules/stdio (stdio.h): Likewise.
8481         * modules/stdlib (stdlib.h): Likewise.
8482         * modules/string (string.h): Likewise.
8483         * modules/sys_time (sys/time.h): Likewise.
8484         * modules/time (time.h): Likewise.
8485         * modules/wchar (wchar.h): Likewise.
8486         * modules/wctype (wtype.h): Likewise.
8487
8488 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
8489
8490         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
8491
8492 2007-05-13  Bruno Haible  <bruno@clisp.org>
8493
8494         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
8495         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
8496         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
8497         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
8498         (gl_PREREQ_STRTOK_R): Don't require it here.
8499
8500 2007-05-13  Bruno Haible  <bruno@clisp.org>
8501
8502         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
8503         when used in C++ mode.
8504
8505 2007-05-12  Bruno Haible  <bruno@clisp.org>
8506
8507         * lib/linebuffer.h: Tweak doc.
8508         * lib/linebuffer.c: Likewise.
8509
8510 2007-05-12  James Youngman  <jay@gnu.org>
8511
8512         * lib/linebuffer.c (readlinebuffer_delim): New function,
8513         like readlinebuffer, but use a caller-specified delimiter.
8514         (readlinebuffer): Just call readlinebuffer_delim with '\n'
8515         as the delimiter.
8516         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
8517
8518 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
8519
8520         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
8521         * modules/openat (Files): Remove openat-die.c.
8522         (Depends-on): Add openat-die.
8523         * modules/openat-die: New module.
8524
8525 2007-05-06  Bruno Haible  <bruno@clisp.org>
8526
8527         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
8528         Update with info about Cygwin.
8529         * doc/functions/fprintf.texi: Update.
8530         * doc/functions/printf.texi: Update.
8531         * doc/functions/snprintf.texi: Update.
8532         * doc/functions/sprintf.texi: Update.
8533         * doc/functions/vfprintf.texi: Update.
8534         * doc/functions/vprintf.texi: Update.
8535         * doc/functions/vsnprintf.texi: Update.
8536         * doc/functions/vsprintf.texi: Update.
8537         Reported by Eric Blake.
8538
8539 2007-05-06  Bruno Haible  <bruno@clisp.org>
8540
8541         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
8542         padding ourselves for the floating-point directives.
8543         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
8544         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
8545         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
8546         gl_PRINTF_FLAG_ZERO and test its result. Invoke
8547         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
8548         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8549         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
8550         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8551         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8552         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8553         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8554         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8555         * tests/test-snprintf-posix.h (test_function): Also check the width
8556         and some flags in the %f directive.
8557         * tests/test-sprintf-posix.h (test_function): Likewise.
8558         * tests/test-vasnprintf-posix.c (test_function): Likewise.
8559         * tests/test-vasprintf-posix.c (test_function): Likewise.
8560         * doc/functions/fprintf.texi: Update.
8561         * doc/functions/printf.texi: Update.
8562         * doc/functions/snprintf.texi: Update.
8563         * doc/functions/sprintf.texi: Update.
8564         * doc/functions/vfprintf.texi: Update.
8565         * doc/functions/vprintf.texi: Update.
8566         * doc/functions/vsnprintf.texi: Update.
8567         * doc/functions/vsprintf.texi: Update.
8568
8569 2007-05-06  Bruno Haible  <bruno@clisp.org>
8570
8571         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
8572         pass the ' flag character to sprintf or snprintf.
8573         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
8574         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
8575         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
8576         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
8577         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
8578         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8579         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
8580         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8581         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8582         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8583         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8584         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8585         * tests/test-snprintf-posix.h (test_function): Also check the grouping
8586         flag.
8587         * tests/test-sprintf-posix.h (test_function): Likewise.
8588         * tests/test-vasnprintf-posix.c (test_function): Likewise.
8589         * tests/test-vasprintf-posix.c (test_function): Likewise.
8590         * doc/functions/fprintf.texi: Update.
8591         * doc/functions/printf.texi: Update.
8592         * doc/functions/snprintf.texi: Update.
8593         * doc/functions/sprintf.texi: Update.
8594         * doc/functions/vfprintf.texi: Update.
8595         * doc/functions/vprintf.texi: Update.
8596         * doc/functions/vsnprintf.texi: Update.
8597         * doc/functions/vsprintf.texi: Update.
8598
8599 2007-05-01  Bruno Haible  <bruno@clisp.org>
8600
8601         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
8602
8603 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
8604
8605         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
8606         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
8607
8608 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8609
8610         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
8611         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
8612         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
8613
8614 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
8615
8616         * lib/argp-help.c (struct hol_entry): New member `ord'.
8617         (HOL_ENTRY_PTRCMP): Use ord for comparison
8618         (hol_sort): Initialize ord.
8619
8620 2007-05-01  Bruno Haible  <bruno@clisp.org>
8621
8622         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
8623         Reported by Eric Blake.
8624         * doc/gnulib.texi (Function Substitutes): Update.
8625
8626 2007-05-01  Bruno Haible  <bruno@clisp.org>
8627
8628         * doc/functions.texi: Remove file, now redundant through
8629         doc/functions/*.texi.
8630
8631 2007-05-01  Bruno Haible  <bruno@clisp.org>
8632
8633         * modules/argp (Depends-on): Add sleep.
8634
8635 2007-05-01  Bruno Haible  <bruno@clisp.org>
8636
8637         * modules/sleep-tests: New file.
8638         * tests/test-sleep.c: New file.
8639
8640         * modules/sleep: New file.
8641         * lib/sleep.c: New file.
8642         * m4/sleep.m4: New file.
8643         * lib/unistd_.h (sleep): New declaration.
8644         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
8645         HAVE_SLEEP.
8646         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
8647         * doc/functions/sleep.texi: Document the sleep module.
8648
8649 2007-05-01  Bruno Haible  <bruno@clisp.org>
8650
8651         * lib/sigprocmask.h: Remove file.
8652         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
8653         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
8654         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
8655         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
8656         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
8657         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
8658         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
8659         HAVE_SIGSET_T as a shell variable.
8660         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
8661         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
8662         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
8663         (Depends-on): Add signal. Remove verify.
8664         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
8665         (Include): Mention <signal.h> instead of sigprocmask.h.
8666         * NEWS: Mention the change.
8667         * lib/fatal-signal.c: Don't include sigprocmask.h.
8668
8669 2007-05-01  Bruno Haible  <bruno@clisp.org>
8670
8671         * modules/signal: New file.
8672         * lib/signal_.h: New file.
8673         * m4/signal_h.m4: New file.
8674
8675 2007-05-01  Bruno Haible  <bruno@clisp.org>
8676
8677         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
8678         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
8679         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
8680         HAVE_WCTYPE_CTMP_BUG into wctype.h.
8681
8682 2007-05-01  Bruno Haible  <bruno@clisp.org>
8683
8684         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
8685         configure time.
8686         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
8687         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
8688         * modules/sys_stat (Makefile.am): Substitute their values into
8689         sys/stat.h.
8690
8691 2007-05-01  Bruno Haible  <bruno@clisp.org>
8692
8693         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
8694         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
8695         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
8696
8697 2007-05-01  Bruno Haible  <bruno@clisp.org>
8698
8699         * doc/header/assert.texi: Undo last change: don't mention the gnulib
8700         'assert' module here.
8701
8702 2007-05-01  Bruno Haible  <bruno@clisp.org>
8703
8704         * doc/functions/*.texi: New files.
8705         * doc/functions/google-ranking.txt: New file.
8706         * doc/gnulib.texi (Function Substitutes): New chapter.
8707         (ctime, inet_ntoa): Remove sections.
8708         * doc/ctime.texi: Remove file.
8709         * doc/inet_ntoa.texi: Remove file.
8710         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
8711         dependencies.
8712         (%.info): New rule, specifying a --reference-limit.
8713
8714 2007-05-01  Bruno Haible  <bruno@clisp.org>
8715
8716         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
8717
8718 2007-05-01  Bruno Haible  <bruno@clisp.org>
8719
8720         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
8721         the portability of 'mkdir' to mingw systems.
8722
8723 2007-05-01  Bruno Haible  <bruno@clisp.org>
8724
8725         * doc/headers/google-ranking.txt: New file.
8726
8727 2007-04-30  Eric Blake  <ebb9@byu.net>
8728
8729         Prefer fseeko to fseek.
8730         * modules/getpass (Depends-on): Add fseeko.
8731         * lib/getpass.c (getpass): Use fseeko, not fseek.
8732
8733 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
8734
8735         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
8736         assumes the sorting is stable, while most qsort implementations
8737         are not.  Use argument addresses to ensure they never compare as
8738         equal.
8739
8740         * tests/test-argp-2.sh (usage-indent test): Fix output
8741         (func_compare): Restore diff options
8742         * tests/test-argp.c: Restore #include "progname.h"
8743
8744 2007-04-29  Bruno Haible  <bruno@clisp.org>
8745
8746         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
8747         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
8748         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
8749         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8750         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
8751         (configure.ac): Define CHECK_SNPRINTF_POSIX.
8752         (TESTS, check_PROGRAMS): Add test-snprintf.
8753         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
8754         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
8755         (TESTS, check_PROGRAMS): Add test-vsnprintf.
8756         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
8757         assertions that fail on HP-UX, OSF/1, or IRIX.
8758         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
8759
8760 2007-04-29  Bruno Haible  <bruno@clisp.org>
8761
8762         * MODULES.html.sh (posix_functions): Remove 'contents'.
8763
8764 2007-04-29  Karl Berry  <karl@gnu.org>
8765
8766         * config/srclist.txt (gendocs_template_min): new entry.
8767
8768 2007-04-29  Bruno Haible  <bruno@clisp.org>
8769
8770         Work around fpurge bug on BSD systems.
8771         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
8772         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
8773         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
8774         fpurge to rpl_fpurge if the system already has this function.
8775         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
8776         the case where the system already has this function. Correct invariants
8777         on BSD systems.
8778         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
8779         BSD systems.
8780
8781 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
8782
8783         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
8784         proposed by Sven Verdoolaege.
8785
8786         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
8787         options.
8788         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
8789         (usage and help tests): Update
8790
8791 2007-04-29  Bruno Haible  <bruno@clisp.org>
8792
8793         * tests/test-fflush.c (main): Use a file of size 17, not 10.
8794         Print more information in case of failure. Disable a test on BeOS.
8795
8796 2007-04-29  Bruno Haible  <bruno@clisp.org>
8797
8798         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
8799         This helps debugging on systems on which no gdb is available.
8800
8801 2007-04-29  Bruno Haible  <bruno@clisp.org>
8802
8803         * lib/freading.h: Improve comments.
8804         * lib/fwriting.h: Likewise.
8805         * tests/test-freading.c (main): Don't check freading immediately after
8806         repositioning. Needed for glibc.
8807
8808 2007-04-29  Bruno Haible  <bruno@clisp.org>
8809
8810         * lib/freading.c (freading): Trivial simplification.
8811
8812 2007-04-28  Bruno Haible  <bruno@clisp.org>
8813
8814         * tests/test-fwriting.c (main): Also test the interaction between
8815         fflush and fwriting.
8816         * modules/fwriting-tests (Depends-on): Add fflush.
8817
8818         * tests/test-freading.c (main): Also test the interaction between
8819         fflush and freading.
8820         * modules/freading-tests (Depends-on): Add fflush.
8821
8822 2007-04-28  Bruno Haible  <bruno@clisp.org>
8823
8824         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
8825         fseeko and ftello.
8826         Suggested by Eric Blake.
8827
8828 2007-04-28  Jim Meyering  <jim@meyering.net>
8829
8830         Avoid false-negative in gl_STDINT_H's C99 conformance test.
8831         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
8832         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
8833
8834 2007-04-27  Eric Blake  <ebb9@byu.net>
8835
8836         * doc/headers/assert.texi (assert.h): Document assert module use.
8837
8838 2007-04-27  Bruno Haible  <bruno@clisp.org>
8839
8840         * doc/headers/*.texi: New files.
8841         * doc/gnulib.texi (Header File Substitutes): New chapter.
8842         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
8843         dependencies.
8844         (standards.info ,standards.html, standards.dvi): Update dependencies.
8845         (mostlyclean, clean): New targets.
8846
8847 2007-04-27  Bruno Haible  <bruno@clisp.org>
8848
8849         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
8850         * modules/sysexits (Files, Makefile.am): Update.
8851
8852         * lib/sys_socket_.h: Renamed from lib/socket_.h.
8853         * modules/sys_socket (Files, Makefile.am): Update.
8854
8855         * lib/sys_stat_.h: Renamed from lib/stat_.h.
8856         * modules/sys_stat (Files, Makefile.am): Update.
8857
8858 2007-04-27  Eric Blake  <ebb9@byu.net>
8859
8860         * lib/freading.h: Improve comments.
8861         * lib/fwriting.h: Likewise.
8862         * lib/fflush.c: Likewise.
8863
8864         Fix closein for mingw.
8865         * modules/closein-tests: Add tests for closein.
8866         * tests/test-closein.c: New file.
8867         * tests/test-closein.sh: Likewise.
8868         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
8869         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
8870
8871 2007-04-27  Bruno Haible  <bruno@clisp.org>
8872
8873         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
8874         version is < 6.
8875         * lib/math_.h [__DECC]: Likewise.
8876         * lib/stdio_.h [__DECC]: Likewise.
8877         * lib/stdlib_.h [__DECC]: Likewise.
8878         * lib/string_.h [__DECC]: Likewise.
8879         * lib/time_.h [__DECC]: Likewise.
8880         * lib/wchar_.h [__DECC]: Likewise.
8881         * lib/wctype_.h [__DECC]: Likewise.
8882
8883 2007-04-27  Bruno Haible  <bruno@clisp.org>
8884
8885         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
8886
8887 2007-04-27  Bruno Haible  <bruno@clisp.org>
8888
8889         * lib/fflush.c: Add comments.
8890         * modules/fpurge-tests (Depends-on): Add fflush.
8891         * modules/freadable-tests (Depends-on): Likewise.
8892         * modules/fwritable-tests (Depends-on): Likewise.
8893
8894 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
8895
8896         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
8897         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
8898         Report by Bruno Haible <bruno@clisp.org>.
8899
8900 2007-04-26  Eric Blake  <ebb9@byu.net>
8901
8902         Fix fflush on mingw.
8903         * modules/fflush (Depends-on): Add freading.
8904         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
8905         but unread data.
8906
8907 2007-04-26  Eric Blake  <ebb9@byu.net>
8908         and Bruno Haible  <bruno@clisp.org>
8909
8910         Implement freading and fwriting.
8911         * lib/freading.c: New file.
8912         * lib/freading.h: Likewise.
8913         * m4/freading.m4: Likewise.
8914         * modules/freading: Likewise.
8915         * modules/freading-tests: Likewise.
8916         * tests/test-freading.c: Likewise.
8917         * lib/fwriting.c: New file.
8918         * lib/fwriting.h: Likewise.
8919         * m4/fwriting.m4: Likewise.
8920         * modules/fwriting: Likewise.
8921         * modules/fwriting-tests: Likewise.
8922         * tests/test-fwriting.c: Likewise.
8923         * MODULES.html.sh (File stream based Input/Output): Mention them.
8924
8925 2007-04-26  Bruno Haible  <bruno@clisp.org>
8926
8927         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
8928         'long' when we assume it.
8929         Suggested by Eric Blake.
8930
8931 2007-04-26  Bruno Haible  <bruno@clisp.org>
8932
8933         Ensure fseeko, ftello are declared on glibc systems.
8934         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
8935         * modules/fseeko (configure.ac-early): Likewise.
8936         * modules/ftello (configure.ac-early): Likewise.
8937         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
8938         AC_FUNC_FSEEKO for this.
8939         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
8940         (gl_CHECK_FSEEKO): Remove macro.
8941
8942 2007-04-26  Bruno Haible  <bruno@clisp.org>
8943
8944         * tests/test-fflush.c (main): Also check the ftell result after
8945         fflush and fseek/fseeko.
8946         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
8947         file descriptor position cache in the stream.
8948         * lib/fseeko.c (rpl_fseeko): Likewise.
8949
8950 2007-04-26  Bruno Haible  <bruno@clisp.org>
8951
8952         * modules/fflush-tests (Depends-on): Add fseeko.
8953
8954 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
8955             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8956
8957         * lib/argz_.h: ensure error_t definition is obtained in same
8958         mechanism system argz.h would have.
8959         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
8960         argz facilities are known bad.  Err on the side of caution if
8961         cross-compiling.
8962
8963 2007-04-25  Eric Blake  <ebb9@byu.net>
8964
8965         * lib/fpurge.c (includes): Use stdlib.h for free.
8966         * tests/test-fflush.c (main): Also test fflush-fseeko.
8967
8968 2007-04-25  Bruno Haible  <bruno@clisp.org>
8969
8970         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
8971         * lib/fseeko.c: New file.
8972         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
8973         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
8974         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
8975         gl_FUNC_FSEEKO.
8976         (gl_FUNC_FSEEKO): Invoke it.
8977         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
8978         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
8979         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
8980
8981 2007-04-25  Bruno Haible  <bruno@clisp.org>
8982
8983         * modules/fflush (Depends-on): Add ftello.
8984
8985 2007-04-25  Bruno Haible  <bruno@clisp.org>
8986
8987         * modules/ftello-tests: New file.
8988         * tests/test-ftello.c: New file.
8989
8990         * modules/ftello: New file.
8991         * m4/ftello.m4: New file.
8992         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
8993         HAVE_FTELLO.
8994         * lib/stdio_.h (ftello): New declaration.
8995         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
8996         HAVE_FTELLO.
8997
8998 2007-04-25  Bruno Haible  <bruno@clisp.org>
8999
9000         * modules/fseeko-tests: New file.
9001         * tests/test-fseeko.c: New file.
9002
9003         * modules/fseeko: New file.
9004         * m4/fseeko.m4: New file.
9005         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
9006         HAVE_FSEEKO.
9007         * lib/stdio_.h (fseeko): New declaration.
9008         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
9009         HAVE_FSEEKO.
9010
9011 2007-04-25  Bruno Haible  <bruno@clisp.org>
9012
9013         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
9014
9015 2007-04-25  Bruno Haible  <bruno@clisp.org>
9016
9017         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
9018         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
9019         * tests/test-unistd.c: Likewise.
9020         * tests/test-fcntl.c: Likewise.
9021
9022 2007-04-23  Eric Blake  <ebb9@byu.net>
9023
9024         * lib/fflush.c: Fix missing include.
9025         Reported by Bruno Haible.
9026
9027 2007-04-23  Bruno Haible  <bruno@clisp.org>
9028
9029         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
9030         Reported by Eric Blake.
9031
9032 2007-04-23  Bruno Haible  <bruno@clisp.org>
9033
9034         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
9035
9036 2007-04-23  Bruno Haible  <bruno@clisp.org>
9037
9038         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
9039
9040 2007-04-23  Bruno Haible  <bruno@clisp.org>
9041
9042         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
9043         Needed on HP-UX 11.
9044
9045 2007-04-16  Eric Blake  <ebb9@byu.net>
9046
9047         Make fflush rely on fpurge.
9048         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
9049         open coding all variants.
9050         * modules/fflush (Depends-on): Add fpurge and unistd.
9051         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
9052         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
9053
9054         Fix --with-tests compilation on cygwin.
9055         * modules/argmatch-tests (Makefile.am): List gnulib library first
9056         in LDADD.
9057         * modules/argp-tests (Makefile.am): Likewise.
9058         * modules/array-list-tests (Makefile.am): Likewise.
9059         * modules/array-oset-tests (Makefile.am): Likewise.
9060         * modules/avltree-list-tests (Makefile.am): Likewise.
9061         * modules/avltree-oset-tests (Makefile.am): Likewise.
9062         * modules/avltreehash-list-tests (Makefile.am): Likewise.
9063         * modules/carray-list-tests (Makefile.am): Likewise.
9064         * modules/dirname-tests (Makefile.am): Likewise.
9065         * modules/frexp-tests (Makefile.am): Likewise.
9066         * modules/isnanl-tests (Makefile.am): Likewise.
9067         * modules/linked-list-tests (Makefile.am): Likewise.
9068         * modules/linkedhash-list-tests (Makefile.am): Likewise.
9069         * modules/lock-tests (Makefile.am): Likewise.
9070         * modules/rbtree-list-tests (Makefile.am): Likewise.
9071         * modules/rbtree-oset-tests (Makefile.am): Likewise.
9072         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
9073         * modules/tls-tests (Makefile.am): Likewise.
9074         * modules/tsearch-tests (Makefile.am): Likewise.
9075         * modules/xvasprintf-tests (Makefile.am): Likewise.
9076
9077         Fix fpurge for cygwin.
9078         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
9079         value.
9080         * modules/fpurge-tests (Depends-on): Clean up trash.
9081
9082 2007-04-16  Simon Josefsson  <simon@josefsson.org>
9083
9084         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
9085
9086         * m4/autobuild.m4: Re-indent.
9087
9088 2007-04-13  Bruno Haible  <bruno@clisp.org>
9089
9090         * modules/fpurge-tests: New file.
9091         * tests/test-fpurge.c: New file.
9092
9093         * modules/fpurge: New file.
9094         * lib/fpurge.h: New file.
9095         * lib/fpurge.c: New file.
9096         * m4/fpurge.m4: New file.
9097
9098 2007-04-13  Bruno Haible  <bruno@clisp.org>
9099
9100         * modules/fbufmode-tests: New file.
9101         * tests/test-fbufmode.c: New file.
9102
9103         * modules/fbufmode: New file.
9104         * lib/fbufmode.h: New file.
9105         * lib/fbufmode.c: New file.
9106         * m4/fbufmode.m4: New file.
9107
9108 2007-04-13  Bruno Haible  <bruno@clisp.org>
9109
9110         * modules/fwritable-tests: New file.
9111         * tests/test-fwritable.c: New file.
9112
9113         * modules/fwritable: New file.
9114         * lib/fwritable.h: New file.
9115         * lib/fwritable.c: New file.
9116         * m4/fwritable.m4: New file.
9117
9118 2007-04-13  Bruno Haible  <bruno@clisp.org>
9119
9120         * modules/freadable-tests: New file.
9121         * tests/test-freadable.c: New file.
9122
9123         * modules/freadable: New file.
9124         * lib/freadable.h: New file.
9125         * lib/freadable.c: New file.
9126         * m4/freadable.m4: New file.
9127
9128 2007-04-13  Bruno Haible  <bruno@clisp.org>
9129
9130         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
9131         MOSTLYCLEANFILES.
9132
9133 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
9134
9135         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
9136         gzip bootstrap.conf to avoid dragging in i18n machinery.
9137         (gnulib_tool_option): Use it.
9138
9139 2007-04-13  Bruno Haible  <bruno@clisp.org>
9140
9141         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
9142         %F directives.
9143         * tests/test-vasprintf-posix.c (test_function): Likewise.
9144         * tests/test-snprintf-posix.h (test_function): Likewise.
9145         * tests/test-sprintf-posix.h (test_function): Likewise.
9146         * tests/test-fprintf-posix.h (test_function): Likewise.
9147         * tests/test-printf-posix.h (test_function): Likewise.
9148         * tests/test-fprintf-posix.out: Likewise.
9149
9150 2007-04-13  Bruno Haible  <bruno@clisp.org>
9151
9152         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
9153         * modules/tls-tests (configure.ac): Likewise.
9154         Reported by Arto C. Nirkko <anirkko@insel.ch>.
9155
9156 2007-04-13  Bruno Haible  <bruno@clisp.org>
9157
9158         * lib/tls.c (glthread_tls_get): Fix return type.
9159         Patch by Arto C. Nirkko <anirkko@insel.ch>.
9160
9161 2007-04-12  Eric Blake  <ebb9@byu.net>
9162
9163         * modules/gettime (Depends-on): Remove gettime.
9164         Reported by Dmitry V. Levin.
9165
9166 2007-04-12  Bruno Haible  <bruno@clisp.org>
9167
9168         * modules/fflush (Include): Mention <stdio.h>.
9169         * modules/strtoimax (Include): Mention <inttypes.h>.
9170         * modules/strtoumax (Include): Likewise.
9171
9172 2007-04-12  Eric Blake  <ebb9@byu.net>
9173
9174         * .cvsignore: New file.
9175         * .gitignore: Likewise.
9176
9177 2007-04-12  Bruno Haible  <bruno@clisp.org>
9178
9179         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
9180         not before, since $(LDADD) often contains libgnu.a.
9181         * modules/striconv-tests (test_striconv_LDADD): Likewise.
9182         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
9183         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
9184         Needed on Cygwin.
9185
9186 2007-04-12  Eric Blake  <ebb9@byu.net>
9187
9188         Work around glibc's failure to flush stdin on fclose.
9189         * lib/closein.c (close_stdin): Flush stdin before closing.
9190
9191         Work around glibc's failure to reset seekable stdin on exit.
9192         * modules/closein: New module.
9193         * lib/closein.c: New file.
9194         * lib/closein.h: Likewise.
9195         * m4/closein.m4: Likewise.
9196         * MODULES.html.sh (File stream based Input/Output): Document it.
9197
9198 2007-04-12  Simon Josefsson  <simon@josefsson.org>
9199
9200         * gnulib-tool: Rename generated 'autobuild' script to
9201         'do-autobuild' in --create-megatestdir output.
9202
9203         * doc/gnulib.texi (Build robot for gnulib): Fix.
9204
9205 2007-04-12  Simon Josefsson  <simon@josefsson.org>
9206
9207         * modules/sysexits (Depends-on): Add absolute-header.
9208
9209 2007-04-12  Eric Blake  <ebb9@byu.net>
9210
9211         No need to preserve errno on success.
9212         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
9213         Reported by Bruno Haible.
9214
9215 2007-04-12  Simon Josefsson  <simon@josefsson.org>
9216
9217         * MODULES.html.sh (Support for maintaining and releasing
9218         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
9219
9220 2007-04-12  Simon Josefsson  <simon@josefsson.org>
9221
9222         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
9223
9224 2007-04-12  Simon Josefsson  <simon@josefsson.org>
9225
9226         * modules/autobuild: New module.
9227
9228         * m4/autobuild.m4: New file.
9229
9230 2007-04-11  Bruno Haible  <bruno@clisp.org>
9231
9232         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
9233         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
9234         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
9235         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
9236         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9237         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9238         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9239         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
9240         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9241         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9242         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
9243         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9244         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9245         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
9246         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9247         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9248         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
9249         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9250         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9251         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
9252         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9253         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9254         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
9255         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9256         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9257         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
9258         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9259         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9260         Reported by Eric Blake.
9261
9262 2007-04-11  Bruno Haible  <bruno@clisp.org>
9263
9264         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
9265
9266 2007-04-10  Bruno Haible  <bruno@clisp.org>
9267
9268         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
9269         for NaN and Infinity. Needed on FreeBSD 6.1.
9270         * tests/test-vasnprintf-posix.c (test_function): Undo last change
9271         regarding results for "%010a" of Infinity and NaN.
9272         * tests/test-vasprintf-posix.c (test_function): Likewise.
9273         * tests/test-snprintf-posix.h (test_function): Likewise.
9274         * tests/test-sprintf-posix.h (test_function): Likewise.
9275         * tests/test-fprintf-posix.h (test_function): Likewise.
9276         * tests/test-printf-posix.h (test_function): Likewise.
9277         * tests/test-fprintf-posix.out: Likewise.
9278
9279 2007-04-10  Bruno Haible  <bruno@clisp.org>
9280
9281         * modules/locale-tests: New file.
9282         * tests/test-locale.c: New file.
9283
9284         * modules/locale: New file.
9285         * lib/locale_.h: New file.
9286         * m4/locale_h.m4: New file.
9287
9288 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
9289             Bruno Haible  <bruno@clisp.org>
9290
9291         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
9292         be determined, test for availability of the copysignf, copysign,
9293         copysignl functions.
9294         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
9295         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
9296         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
9297
9298 2007-04-09  Eric Blake  <ebb9@byu.net>
9299
9300         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
9301         * modules/stdio (Makefile.am): Support fflush.
9302         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
9303         * modules/fflush: New file.
9304         * lib/fflush.c: Likewise.
9305         * m4/fflush.m4: Likewise.
9306         * modules/fflush-tests: New test.
9307         * tests/test-fflush.c: Likewise.
9308         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
9309
9310 2007-04-06  Bruno Haible  <bruno@clisp.org>
9311
9312         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
9313         (VASNPRINTF): Use signbit for faster determination whether to print a
9314         minus sign.
9315         * modules/vasnprintf (Files): Remove lib/float+.h.
9316         * modules/fprintf-posix (Depends-on): Add signbit.
9317         * modules/snprintf-posix (Depends-on): Likewise.
9318         * modules/sprintf-posix (Depends-on): Likewise.
9319         * modules/vasnprintf-posix (Depends-on): Likewise.
9320         * modules/vasprintf-posix (Depends-on): Likewise.
9321         * modules/vfprintf-posix (Depends-on): Likewise.
9322         * modules/vsnprintf-posix (Depends-on): Likewise.
9323         * modules/vsprintf-posix (Depends-on): Likewise.
9324
9325 2007-04-06  Bruno Haible  <bruno@clisp.org>
9326
9327         * tests/test-frexp.c (main): Test also the sign bit of zero results.
9328         * tests/test-frexpl.c (main): Likewise.
9329         * tests/test-ldexpl.c (main): Likewise.
9330         * modules/frexp-tests (Depends-on): Add signbit.
9331         * modules/frexpl-tests (Depdends-on): Likewise.
9332         * modules/ldexpl-tests (Depdends-on): Likewise.
9333
9334 2007-04-06  Bruno Haible  <bruno@clisp.org>
9335
9336         * modules/signbit-tests: New file.
9337         * tests/test-signbit.c: New file.
9338
9339         * modules/signbit: New file.
9340         * lib/signbitf.c: New file.
9341         * lib/signbitd.c: New file.
9342         * lib/signbitl.c: New file.
9343         * m4/signbit.m4: New file.
9344         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
9345         (signbit): New macro.
9346         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
9347         REPLACE_SIGNBIT.
9348         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
9349         REPLACE_FREXPL into math.h.
9350
9351 2007-04-06  Bruno Haible  <bruno@clisp.org>
9352
9353         * modules/isnanf-nolibm-tests: New file.
9354         * tests/test-isnanf.c: New file.
9355
9356         * modules/isnanf-nolibm: New file.
9357         * lib/isnanf.h: New file.
9358         * lib/isnanf.c: New file.
9359         * lib/isnan.c: Consider the USE_FLOAT macro.
9360         * m4/isnanf.m4: New file.
9361
9362 2007-04-06  Bruno Haible  <bruno@clisp.org>
9363
9364         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
9365         (Link): New section.
9366
9367         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
9368
9369 2007-04-06  Bruno Haible  <bruno@clisp.org>
9370
9371         Assume the 'long double' type.
9372         * m4/longdouble.m4: Remove file.
9373         * config/srclist.txt: Don't mention longdouble.m4.
9374         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
9375         * lib/float+.h: Likewise.
9376         * lib/frexp.c: Likewise.
9377         * lib/printf-args.h: Likewise.
9378         * lib/printf-args.c: Likewise.
9379         * lib/printf-frexp.c: Likewise.
9380         * lib/printf-parse.c: Likewise.
9381         * lib/vasnprintf.c: Likewise.
9382         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
9383         * m4/intl.m4: Likewise.
9384         * m4/isnanl.m4: Likewise.
9385         * m4/printf.m4: Likewise.
9386         * m4/printf-frexpl.m4: Likewise.
9387         * m4/vasnprintf.m4: Likewise.
9388         * modules/allocsa (Files): Remove m4/longdouble.m4.
9389         * modules/gettext (Files): Likewise.
9390         * modules/relocatable-prog-wrapper (Files): Likewise.
9391         * modules/vasnprintf (Files): Likewise.
9392         * modules/isnanl (Files): Likewise.
9393         (Include): Simplify.
9394         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
9395         (Include): Simplify.
9396         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
9397         (Include): Simplify.
9398         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
9399         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
9400         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
9401         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
9402         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
9403         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
9404         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
9405         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
9406         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
9407         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
9408         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
9409         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
9410         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
9411         * tests/test-isnanl.c: Likewise.
9412         * tests/test-snprintf-posix.h: Likewise.
9413         * tests/test-sprintf-posix.h: Likewise.
9414         * tests/test-vasnprintf-posix.c: Likewise.
9415         * tests/test-vasnprintf-posix2.c: Likewise.
9416         * tests/test-vasprintf-posix.c: Likewise.
9417
9418 2007-04-06  Bruno Haible  <bruno@clisp.org>
9419
9420         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
9421         * lib/math_.h [__DECC]: Include the overridden include file through
9422         #include_next, outside the double-inclusion guard.
9423         * lib/stdio_.h [__DECC]: Likewise.
9424         * lib/stdlib_.h [__DECC]: Likewise.
9425         * lib/string_.h [__DECC]: Likewise.
9426         * lib/time_.h [__DECC]: Likewise.
9427         * lib/wchar_.h [__DECC]: Likewise.
9428         * lib/wctype_.h [__DECC]: Likewise.
9429         * lib/inttypes_.h [__DECC]: Likewise.
9430         Reported by Albert Chin <china@thewrittenword.com> in
9431         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
9432
9433 2007-04-04  Eric Blake  <ebb9@byu.net>
9434
9435         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
9436         1.5.x.
9437
9438 2007-04-04  Bruno Haible  <bruno@clisp.org>
9439
9440         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
9441         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
9442
9443 2007-04-04  Bruno Haible  <bruno@clisp.org>
9444
9445         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
9446         results for "%010a" of Infinity and NaN.
9447         * tests/test-vasprintf-posix.c (test_function): Likewise.
9448         * tests/test-snprintf-posix.h (test_function): Likewise.
9449         * tests/test-sprintf-posix.h (test_function): Likewise.
9450         * tests/test-fprintf-posix.h (test_function): Remove these tests.
9451         * tests/test-printf-posix.h (test_function): Likewise.
9452         * tests/test-fprintf-posix.out: Update.
9453         Needed for FreeBSD 6.1.
9454
9455 2007-04-04  Bruno Haible  <bruno@clisp.org>
9456
9457         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
9458         directly used by the gnulib modules nor by gnulib-tool.
9459
9460 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
9461
9462         * DEPENDENCIES: Give overall description of version dependency
9463         desirability.  Use more-typical names for apps.
9464         Add shell, coreutils, diffutils, grep, tar, gzip.
9465
9466 2007-04-04  Simon Josefsson  <simon@josefsson.org>
9467
9468         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
9469
9470 2007-04-04  Karl Berry  <karl@gnu.org>
9471
9472         * MODULES.html.sh (func_module): missing '.
9473
9474 2007-04-03  Bruno Haible  <bruno@clisp.org>
9475
9476         * modules/argmatch-tests (Makefile.am): New variable
9477         test_argmatch_LDADD.
9478         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
9479         * modules/array-list-tests (Makefile.am): New variable
9480         test_array_list_LDADD.
9481         * modules/array-oset-tests (Makefile.am): New variable
9482         test_array_oset_LDADD.
9483         * modules/avltree-list-tests (Makefile.am): New variable
9484         test_avltree_list_LDADD.
9485         * modules/avltree-oset-tests (Makefile.am): New variable
9486         test_avltree_oset_LDADD.
9487         * modules/avltreehash-list-tests (Makefile.am): New variable
9488         test_avltreehash_list_LDADD.
9489         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
9490         test_canonicalize_lgpl_LDADD.
9491         * modules/carray-list-tests (Makefile.am): New variable
9492         test_carray_list_LDADD.
9493         * modules/dirname-tests (Makefile.am): New variable
9494         test_dirname_LDADD.
9495         * modules/linked-list-tests (Makefile.am): New variable
9496         test_linked_list_LDADD.
9497         * modules/linkedhash-list-tests (Makefile.am): New variable
9498         test_linkedhash_list_LDADD.
9499         * modules/rbtree-list-tests (Makefile.am): New variable
9500         test_rbtree_list_LDADD.
9501         * modules/rbtree-oset-tests (Makefile.am): New variable
9502         test_rbtree_oset_LDADD.
9503         * modules/rbtreehash-list-tests (Makefile.am): New variable
9504         test_rbtreehash_list_LDADD.
9505         * modules/xvasprintf-tests (Makefile.am): New variable
9506         test_xvasprintf_LDADD.
9507         Reported by Eric Blake.
9508
9509 2007-04-03  Eric Blake  <ebb9@byu.net>
9510
9511         * DEPENDENCIES: Weaken m4 requirements.
9512
9513 2007-04-03  Bruno Haible  <bruno@clisp.org>
9514
9515         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
9516         * modules/isnanl-tests (configure.ac): Likewise.
9517
9518 2007-04-03  Ben Pfaff  <blp@gnu.org>
9519
9520         * modules/iconv_open: Add $(srcdir)/ to source directory
9521         references in Makefile fragments that call gperf, to fix VPATH
9522         builds.
9523
9524 2007-04-03  Bruno Haible  <bruno@clisp.org>
9525
9526         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
9527         * lib/ldexpl.c: Undo last change.
9528
9529 2007-04-03  Bruno Haible  <bruno@clisp.org>
9530
9531         * modules/printf-frexpl (Depends-on): Undo last change.
9532         (Files): Add m4/ldexpl.m4.
9533
9534 2007-04-03  Bruno Haible  <bruno@clisp.org>
9535
9536         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
9537         * modules/isnanl (Link): New section.
9538
9539         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
9540         * modules/frexp (Link): New section.
9541
9542         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
9543         * modules/frexpl (Link): New section.
9544
9545         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
9546         * modules/ldexpl (Link): New section.
9547
9548 2007-04-03  Bruno Haible  <bruno@clisp.org>
9549
9550         * modules/TEMPLATE-EXTENDED: New file.
9551         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
9552
9553 2007-04-03  Bruno Haible  <bruno@clisp.org>
9554
9555         * DEPENDENCIES: New file.
9556         Suggested by Simon Josefsson.
9557
9558 2007-04-03  Bruno Haible  <bruno@clisp.org>
9559
9560         * doc/gnulib.texi: Escape @.
9561
9562 2007-04-03  James Youngman  <jay@gnu.org>
9563         and Paul Eggert  <eggert@cs.ucla.edu>
9564
9565         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
9566         birthtime on all systems that have birthtime, not just those which
9567         use st_birthtimensec rather than st_birthtim.  Putting zero in
9568         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
9569         that the birth time is not available for files on an NFS mount.
9570
9571 2007-04-03  Simon Josefsson  <simon@josefsson.org>
9572
9573         * modules/memxor: Move back from crypto/, suggested by Bruno.
9574         * modules/crypto/hmac-sha1: Fix memxor dependency.
9575
9576         * modules/crypto/gc: Moved from ../.
9577
9578 2007-04-02  Eric Blake  <ebb9@byu.net>
9579
9580         * lib/ldexpl.c (includes): Avoid libm.
9581
9582         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
9583
9584 2007-04-02  Bruno Haible  <bruno@clisp.org>
9585
9586         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
9587         on IRIX.
9588
9589 2007-04-02  Bruno Haible  <bruno@clisp.org>
9590
9591         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
9592         x86 or x86_64 platforms running MacOS X.
9593         Reported by Ryan Schmidt <@ryandesign.com>.
9594
9595 2007-04-02  Bruno Haible  <bruno@clisp.org>
9596
9597         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
9598         i386.
9599
9600 2007-04-01  Simon Josefsson  <simon@josefsson.org>
9601
9602         * modules/crypto/arcfour: Moved from ../.
9603         * modules/crypto/arcfour-tests: Moved from ../.
9604         * modules/crypto/arctwo: Moved from ../.
9605         * modules/crypto/arctwo-tests: Moved from ../.
9606         * modules/crypto/des: Moved from ../.
9607         * modules/crypto/des-tests: Moved from ../.
9608         * modules/crypto/gc-arcfour: Moved from ../.
9609         * modules/crypto/gc-arcfour-tests: Moved from ../.
9610         * modules/crypto/gc-arctwo: Moved from ../.
9611         * modules/crypto/gc-arctwo-tests: Moved from ../.
9612         * modules/crypto/gc-des: Moved from ../.
9613         * modules/crypto/gc-des-tests: Moved from ../.
9614         * modules/crypto/gc-hmac-md5: Moved from ../.
9615         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
9616         * modules/crypto/gc-hmac-sha1: Moved from ../.
9617         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
9618         * modules/crypto/gc-md2: Moved from ../.
9619         * modules/crypto/gc-md2-tests: Moved from ../.
9620         * modules/crypto/gc-md4: Moved from ../.
9621         * modules/crypto/gc-md4-tests: Moved from ../.
9622         * modules/crypto/gc-md5: Moved from ../.
9623         * modules/crypto/gc-md5-tests: Moved from ../.
9624         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
9625         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
9626         * modules/crypto/gc-random: Moved from ../.
9627         * modules/crypto/gc-rijndael: Moved from ../.
9628         * modules/crypto/gc-rijndael-tests: Moved from ../.
9629         * modules/crypto/gc-sha1: Moved from ../.
9630         * modules/crypto/gc-sha1-tests: Moved from ../.
9631         * modules/crypto/gc-tests: Moved from ../.
9632         * modules/crypto/hmac-md5: Moved from ../.
9633         * modules/crypto/hmac-md5-tests: Moved from ../.
9634         * modules/crypto/hmac-sha1: Moved from ../.
9635         * modules/crypto/hmac-sha1-tests: Moved from ../.
9636         * modules/crypto/md2: Moved from ../.
9637         * modules/crypto/md2-tests: Moved from ../.
9638         * modules/crypto/md4: Moved from ../.
9639         * modules/crypto/md4-tests: Moved from ../.
9640         * modules/crypto/md5: Moved from ../.
9641         * modules/crypto/md5-tests: Moved from ../.
9642         * modules/crypto/memxor: Moved from ../.
9643         * modules/crypto/rijndael: Moved from ../.
9644         * modules/crypto/rijndael-tests: Moved from ../.
9645         * modules/crypto/sha1: Moved from ../.
9646
9647 2007-03-30  James Youngman  <jay@gnu.org>
9648
9649         * tests/test-stat-time.c (prepare_test): use chmod() rather than
9650         rename() to change the ctime of a file (because ctime is unaffected
9651         by rename on jfs2 on AIX 5.1).
9652         (main): Start by doing cleanup, in case a previous run failed leaving
9653         test files behind.
9654
9655 2007-03-31  Bruno Haible  <bruno@clisp.org>
9656
9657         Support old proprietary implementations of iconv.
9658         * modules/iconv_open: New file.
9659         * lib/iconv_.h: New file.
9660         * m4/iconv_h.m4: New file.
9661         * lib/iconv_open.c: New file.
9662         * lib/iconv_open-aix.gperf: New file.
9663         * lib/iconv_open-hpux.gperf: New file.
9664         * lib/iconv_open-irix.gperf: New file.
9665         * lib/iconv_open-osf.gperf: New file.
9666         * m4/iconv_open.m4: New file.
9667         * modules/linebreak (Depends-on): Add iconv_open.
9668         * modules/striconv (Depends-on): Likewise.
9669         * modules/striconveh (Depends-on): Likewise.
9670         * modules/unicodeio (Depends-on): Likewise.
9671         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
9672         (iconv_t)(-1).
9673         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
9674         conversion if cd is (iconv_t)(-1).
9675         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
9676         is not possible.
9677
9678 2007-03-31  Bruno Haible  <bruno@clisp.org>
9679
9680         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
9681         work on Solaris either. Protect also second use of "autodetect_jp".
9682
9683 2007-03-31  Bruno Haible  <bruno@clisp.org>
9684
9685         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
9686         the function is not present.
9687
9688 2007-03-31  Bruno Haible  <bruno@clisp.org>
9689
9690         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
9691         the function is not present.
9692
9693 2007-03-31  Bruno Haible  <bruno@clisp.org>
9694
9695         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
9696         a bug in HP-UX iconv_open().
9697
9698 2007-03-31  Bruno Haible  <bruno@clisp.org>
9699
9700         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
9701         (Mathematics <math.h>): New section, add fpieee.
9702         (Input/output <stdio.h>): Add fseterr.
9703         (Mathematics <math.h>): New section, add printf-frexp.
9704         (Container data structures): Add sublist.
9705         (Core language properties): Add fpucw, inline.
9706         (Functions for greatest-width integer types <inttypes.h>): Add
9707         imaxabs, imaxdiv, inttypes.
9708         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
9709         isnanl-nolibm, ldexp.
9710         (Mathematics <math.h>): New section, add printf-frexpl.
9711         (Support for systems lacking POSIX:2001): Add fprintf-posix,
9712         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
9713         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
9714         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
9715         (Unicode string functions): Add unistr/u*-mbtoucr.
9716         (Java): Add javacomp-script, javaexec-script.
9717         (C#): Add csharpcomp-script, csharpexec-script.
9718         (Support for building libraries and executables): Add havelib,
9719         relocatable-*.
9720         (Support for maintaining and releasing projects): Renamed from
9721         'Support for maintaining and release projects'. Add announce-gen.
9722
9723 2007-03-31  Bruno Haible  <bruno@clisp.org>
9724
9725         * README: Talk primarily about git.
9726         (git and CVS): Renamed from CVS.
9727         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
9728         gnulib is available through git.
9729         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
9730
9731 2007-03-30  Bruno Haible  <bruno@clisp.org>
9732
9733         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
9734         * lib/poll_.h: Likewise.
9735         * lib/stat_.h: Likewise.
9736         * lib/sys_time_.h: Likewise.
9737         * lib/sysexit_.h: Likewise.
9738         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
9739         * lib/stdbool_.h: Likewise.
9740         * lib/byteswap_.h: Add double-inclusion guard.
9741
9742 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
9743
9744         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
9745
9746 2007-03-30  Karl Berry  <karl@gnu.org>
9747
9748         * config/srclist-update: double space after USA in the license
9749         substitution, since that's how it's usually (?) written.
9750
9751 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
9752
9753         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
9754         reported by Bruno Haible.
9755
9756 2007-03-29  Bruno Haible  <bruno@clisp.org>
9757
9758         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
9759         a bug in AIX iconv().
9760
9761 2007-03-29  Bruno Haible  <bruno@clisp.org>
9762
9763         * modules/ldexpl-tests: New file.
9764         * tests/test-ldexpl.c: New file.
9765
9766 2007-03-29  Bruno Haible  <bruno@clisp.org>
9767
9768         * lib/ldexpl.c: Include fpucw.h.
9769         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
9770         multiplication.
9771         * modules/ldexpl (Depends-on): Add fpucw.
9772
9773 2007-03-29  Bruno Haible  <bruno@clisp.org>
9774
9775         * modules/ldexpl: New file.
9776         * m4/ldexpl.m4: New file.
9777         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
9778         set.
9779         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
9780         REPLACE_LDEXPL.
9781         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
9782         REPLACE_LDEXPL.
9783         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
9784         gl_FUNC_LDEXPL_WORKS.
9785         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
9786         * modules/mathl (Files): Remove lib/ldexpl.c.
9787         (Depends-on): Add ldexpl.
9788
9789 2007-03-29  Bruno Haible  <bruno@clisp.org>
9790
9791         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
9792
9793 2007-03-29  Bruno Haible  <bruno@clisp.org>
9794
9795         * tests/test-striconveh.c (main): Don't assume that a direct conversion
9796         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
9797         and possibly also HP-UX.
9798         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
9799         work on AIX, IRIX, HP-UX, OSF/1.
9800         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
9801         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
9802         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
9803         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
9804         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
9805         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
9806
9807 2007-03-29  Bruno Haible  <bruno@clisp.org>
9808
9809         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
9810
9811 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
9812
9813         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
9814         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
9815
9816 2007-03-29  Eric Blake  <ebb9@byu.net>
9817
9818         * lib/acl-internal.h: Remove redundant include.
9819         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
9820         Cygwin when a file is locked.
9821
9822 2007-03-29  Bruno Haible  <bruno@clisp.org>
9823
9824         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
9825         file.
9826         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
9827
9828 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
9829
9830         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
9831         try to remove a parent directory if the child couldn't be removed
9832         (except for the first rmdir, which could fail because the child
9833         doesn't exist).  Problem reported by Jeff Blaine in
9834         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
9835
9836 2007-03-28  Bruno Haible  <bruno@clisp.org>
9837
9838         * lib/striconveh.c (utf8conv_carefully): New function.
9839         (mem_cd_iconveh_internal): Invoke it.
9840
9841 2007-03-28  Bruno Haible  <bruno@clisp.org>
9842
9843         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
9844         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
9845         input.
9846         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
9847         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
9848         unistr/u8-uctomb.
9849
9850 2007-03-28  Bruno Haible  <bruno@clisp.org>
9851
9852         * modules/unistr/u8-mbtoucr: New file.
9853         * lib/unistr/u8-mbtoucr.c: New file.
9854         * modules/unistr/u16-mbtoucr: New file.
9855         * lib/unistr/u16-mbtoucr.c: New file.
9856         * modules/unistr/u16-mbtoucr: New file.
9857         * lib/unistr/u16-mbtoucr.c: New file.
9858         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
9859
9860 2007-03-27  Simon Josefsson  <simon@josefsson.org>
9861             Bruno Haible  <bruno@clisp.org>
9862
9863         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
9864         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
9865         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
9866
9867         * m4/stdio_h.m4: Add stubs for vasprintf too.
9868
9869         * modules/stdio: Support vasprintf in sed command.
9870
9871         * modules/vasprintf: Depend on stdio for prototypes.  Remove
9872         vasprintf.h.  Add stdio module indicator.
9873
9874         * lib/stdio_.h: Declare asprintf and vasprintf, based on
9875         vasprintf.h.
9876
9877         * lib/vasprintf.h: File removed.
9878
9879         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
9880         * lib/vasprintf.c: Ditto.
9881         * lib/xvasprintf.c: Ditto.
9882         * tests/test-vasprintf-posix.c: Ditto.
9883         * tests/test-vasprintf.c: Ditto.
9884
9885 2007-03-27  Bruno Haible  <bruno@clisp.org>
9886
9887         Make vasnprintf multithread-safe.
9888         * lib/vasnprintf.c (decimal_point_char): New function.
9889         (VASNPRINTF): Use it.
9890         Suggested by Simon Josefsson.
9891
9892 2007-03-27  Eric Blake  <ebb9@byu.net>
9893
9894         Support sub-second birthtime on cygwin.
9895         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
9896         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
9897         (get_stat_birthtime): Also work with st_birthtim.
9898
9899 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
9900
9901         * lib/stat-time.h (USE_BIRTHTIME): Remove.
9902         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
9903         (get_stat_birthtime_ns): Do not try to use "spare" fields.
9904         (get_stat_birthtime_ns): Simplify compile-time tests.
9905         (get_stat_birthtime): Change the API to look like
9906         get_stat_mtime etc., except return a negative tv_nsec on error.
9907         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
9908         Don't check for "spare" fields.
9909         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
9910         or for struct stat.st_birthtime, as these tests aren't used.
9911         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
9912
9913 2007-03-27  Bruno Haible  <bruno@clisp.org>
9914
9915         * lib/stat-time.h: Include <sys/stat.h>.
9916
9917 2007-03-27  James Youngman  <jay@gnu.org>
9918
9919         * lib/stat-time.h (get_stat_birthtime): New function for
9920           retrieving st_birthtime as provided by UFS2 (hence *BSD).
9921         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
9922           and its variants.
9923         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
9924         * modules/stat-time-test: New file.
9925         * tests/test-stat-time.c: New test, devised by Bruno Haible.
9926
9927 2007-03-26  Bruno Haible  <bruno@clisp.org>
9928
9929         Better support of signalling NaNs.
9930         * lib/atanl.c: Include isnanl.h.
9931         (atanl): Perform test for NaN at the beginning of the function and
9932         through a call to isnanl.
9933         * lib/cosl.c: Include isnanl.h.
9934         (cosl): Perform test for NaN at the beginning of the function and
9935         through a call to isnanl.
9936         * lib/ldexpl.c: Include isnanl.h.
9937         (ldexpl): Perform test for NaN through a call to isnanl.
9938         * lib/logl.c: Include isnanl.h.
9939         (logl): Perform test for NaN at the beginning of the function and
9940         through a call to isnanl.
9941         * lib/sinl.c: Include isnanl.h.
9942         (sinl): Perform test for NaN at the beginning of the function and
9943         through a call to isnanl.
9944         * lib/sqrtl.c: Include isnanl.h.
9945         (sqrtl): Perform test for NaN at the beginning of the function and
9946         through a call to isnanl.
9947         * lib/tanl.c: Include isnanl.h.
9948         (tanl): Perform test for NaN at the beginning of the function and
9949         through a call to isnanl.
9950         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
9951         * modules/mathl (Depends-on): Add isnanl.
9952
9953 2007-03-26  Eric Blake  <ebb9@byu.net>
9954
9955         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
9956         regression in logic sense of previous patch.
9957
9958 2007-03-26  Bruno Haible  <bruno@clisp.org>
9959
9960         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
9961         unportable shell command "if ! ...".
9962         Reported by Ralf Wildenhues.
9963
9964 2007-03-25  Bruno Haible  <bruno@clisp.org>
9965
9966         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
9967         <sysexits.h> file, and only add EX_CONFIG.
9968         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
9969         absolute file name and whether it is sufficient. Substitute also
9970         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
9971         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
9972         ABSOLUTE_SYSEXITS_H into sysexits.h.
9973
9974 2007-03-25  Bruno Haible  <bruno@clisp.org>
9975
9976         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
9977         hints is NULL.
9978
9979 2007-03-25  Bruno Haible  <bruno@clisp.org>
9980
9981         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
9982         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
9983
9984 2007-03-25  Bruno Haible  <bruno@clisp.org>
9985
9986         * lib/vasnprintf.c: Include langinfo.h.
9987         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
9988         multithread-safe.
9989         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
9990         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
9991         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
9992         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9993         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9994         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9995         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9996         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
9997         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9998         Reported by Simon Josefsson.
9999
10000 2007-03-25  Bruno Haible  <bruno@clisp.org>
10001
10002         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
10003         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
10004         * modules/vasnprintf (Depends-on): Add stdint.
10005
10006 2007-03-25  Bruno Haible  <bruno@clisp.org>
10007
10008         * modules/fpieee: New file.
10009         * m4/fpieee.m4: New file.
10010         * modules/isnan-nolibm (Depends-on): Add fpieee.
10011         * modules/isnanl-nolibm (Depends-on): Add fpieee.
10012         * modules/isnanl (Depends-on): Add fpieee.
10013
10014 2007-03-25  Bruno Haible  <bruno@clisp.org>
10015
10016         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
10017
10018 2007-03-25  Bruno Haible  <bruno@clisp.org>
10019
10020         Avoid test failures on IRIX 6.5.
10021         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
10022         (main): Use it.
10023         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
10024         macros.
10025         (main): Use them.
10026
10027 2007-03-25  Bruno Haible  <bruno@clisp.org>
10028
10029         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
10030         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
10031         exists but doesn't work.
10032         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
10033         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
10034         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
10035         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
10036
10037 2007-03-25  Bruno Haible  <bruno@clisp.org>
10038
10039         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
10040         returns inf. Needed on IRIX 6.5.
10041
10042 2007-03-25  Bruno Haible  <bruno@clisp.org>
10043
10044         * tests/test-frexpl.c: Include isnanl-nolibm.h.
10045         (main): Use isnanl instead of x != x idiom.
10046         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
10047
10048         * tests/test-frexp.c: Include isnan.h.
10049         (main): Use isnan instead of x != x idiom.
10050         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
10051
10052 2007-03-25  Bruno Haible  <bruno@clisp.org>
10053
10054         * tests/test-frexp.c (NaN): New function/macro.
10055         (main): Use it instead of 0.0 / 0.0.
10056         * tests/test-isnan.c (NaN): New function/macro.
10057         (main): Use it instead of 0.0 / 0.0.
10058         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
10059         (test_function): Use it instead of 0.0 / 0.0.
10060         * tests/test-vasprintf-posix.c (NaN): New function/macro.
10061         (test_function): Use it instead of 0.0 / 0.0.
10062         * tests/test-snprintf-posix.h (NaN): New function/macro.
10063         (test_function): Use it instead of 0.0 / 0.0.
10064         * tests/test-sprintf-posix.h (NaN): New function/macro.
10065         (test_function): Use it instead of 0.0 / 0.0.
10066         * tests/test-fprintf-posix.h (NaN): New function/macro.
10067         (test_function): Use it instead of 0.0 / 0.0.
10068         * tests/test-printf-posix.h (NaN): New function/macro.
10069         (test_function): Use it instead of 0.0 / 0.0.
10070
10071         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
10072
10073 2007-03-25  Bruno Haible  <bruno@clisp.org>
10074
10075         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
10076
10077 2007-03-25  Bruno Haible  <bruno@clisp.org>
10078
10079         * lib/regexec.c (merge_state_with_log): Make static.
10080
10081 2007-03-25  Bruno Haible  <bruno@clisp.org>
10082
10083         * lib/trigl.c (kernel_rem_pio2): Make static.
10084
10085 2007-03-25  Bruno Haible  <bruno@clisp.org>
10086
10087         * lib/sincosl.c (sincosl_table): Make static.
10088
10089 2007-03-25  Bruno Haible  <bruno@clisp.org>
10090
10091         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
10092         if the compiler does not support C99.
10093
10094 2007-03-25  Bruno Haible  <bruno@clisp.org>
10095
10096         * modules/time (Makefile.am): Ensure all rule action lines start with a
10097         tab.
10098
10099 2007-03-24  Bruno Haible  <bruno@clisp.org>
10100
10101         * modules/tsearch-tests: New file.
10102         * tests/test-tsearch.sh: New file.
10103         * tests/test-tsearch.c: New file, mostly copied from glibc.
10104
10105         * modules/search-tests: New file.
10106         * tests/test-search.c: New file.
10107
10108         * modules/search: New file.
10109         * lib/search_.h: New file, incorporating lib/tsearch.h.
10110         * m4/search_h.m4: New file.
10111         * lib/tsearch.h: Remove file.
10112         * lib/tsearch.c: Include search.h instead of tsearch.h.
10113         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
10114         HAVE_TSEARCH.
10115         * modules/tsearch (Files): Remove lib/tsearch.h.
10116         (Depends-on): Add search.
10117         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
10118         (Include): Change tsearch.h into search.h.
10119
10120 2007-03-24  Bruno Haible  <bruno@clisp.org>
10121
10122         * modules/fpucw: New file.
10123         * lib/fpucw.h: New file.
10124         * lib/frexp.c: Include fpucw.h.
10125         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
10126         (FUNC): Use them.
10127         * lib/printf-frexp.c: Include fpucw.h.
10128         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
10129         (FUNC): Use them.
10130         * lib/vasnprintf.c: Include fpucw.h.
10131         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
10132         'long double' calculations.
10133         * tests/test-frexpl.c: Include fpucw.h.
10134         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
10135         * tests/test-printf-frexpl.c: Include fpucw.h.
10136         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
10137         * modules/frexpl (Depends-on): Add fpucw.
10138         * modules/printf-frexpl (Depends-on): Likewise.
10139         * modules/fprintf-posix (Depends-on): Likewise.
10140         * modules/snprintf-posix (Depends-on): Likewise.
10141         * modules/sprintf-posix (Depends-on): Likewise.
10142         * modules/vasnprintf-posix (Depends-on): Likewise.
10143         * modules/vasprintf-posix (Depends-on): Likewise.
10144         * modules/vfprintf-posix (Depends-on): Likewise.
10145         * modules/vsnprintf-posix (Depends-on): Likewise.
10146         * modules/vsprintf-posix (Depends-on): Likewise.
10147         * modules/frexpl-tests (Depends-on): Likewise.
10148         * modules/printf-frexpl-tests (Depends-on): Likewise.
10149
10150 2007-03-24  Bruno Haible  <bruno@clisp.org>
10151
10152         * lib/float+.h: New file.
10153         * lib/isnan.c: Include float+.h.
10154         (SIZE): New macro.
10155         (FUNC): Compare only SIZE bytes of the value.
10156         * lib/vasnprintf.c: Include float+.h.
10157         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
10158         SIZEOF_LDBL or SIZEOF_DBL bytes.
10159         * modules/isnan-nolibm (Files): Add lib/float+.h.
10160         * modules/isnanl-nolibm (Files): Add lib/float+.h.
10161         * modules/isnanl (Files): Add lib/float+.h.
10162         * modules/vasnprintf (Files): Add lib/float+.h.
10163
10164 2007-03-24  Bruno Haible  <bruno@clisp.org>
10165
10166         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
10167         include isnanl-nolibm.h.
10168
10169 2007-03-24  Bruno Haible  <bruno@clisp.org>
10170
10171         * tests/test-read-file.c (main): Don't produce spurious output for
10172         expected situations. Make the test fail if it encountered unexpected
10173         results.
10174
10175 2007-03-24  Bruno Haible  <bruno@clisp.org>
10176
10177         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
10178         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
10179
10180 2007-03-24  Bruno Haible  <bruno@clisp.org>
10181
10182         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
10183
10184 2007-03-24  Bruno Haible  <bruno@clisp.org>
10185
10186         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
10187         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
10188
10189         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
10190         * modules/utf8-ucs4: Turn into a symbolic link to module
10191         unistr/u8-mbtouc.
10192
10193         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
10194         utf8-ucs4-unsafe.
10195         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
10196         unistr/u8-mbtouc-unsafe.
10197
10198         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
10199         * modules/utf16-ucs4: Turn into a symbolic link to module
10200         unistr/u16-mbtouc.
10201
10202         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
10203         utf16-ucs4-unsafe.
10204         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
10205         unistr/u16-mbtouc-unsafe.
10206
10207         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
10208         * modules/ucs4-utf8: Turn into a symbolic link to module
10209         unistr/u8-ubtomb.
10210
10211         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
10212         * modules/ucs4-utf16: Turn into a symbolic link to module
10213         unistr/u16-ubtomb.
10214
10215 2007-03-24  Bruno Haible  <bruno@clisp.org>
10216
10217         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
10218         Enable the function only if HAVE_INLINE.
10219         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
10220         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
10221         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
10222         Enable the function only if HAVE_INLINE.
10223         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
10224         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
10225         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
10226         Enable the function only if HAVE_INLINE.
10227         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
10228         Enable the function only if HAVE_INLINE.
10229         * modules/utf8-ucs4: Update.
10230         * modules/utf8-ucs4-unsafe: Update.
10231         * modules/utf16-ucs4: Update.
10232         * modules/utf16-ucs4-unsafe: Update.
10233         * modules/ucs4-utf8: Update.
10234         * modules/ucs4-utf16: Update.
10235
10236 2007-03-24  Bruno Haible  <bruno@clisp.org>
10237
10238         * lib/utf8-ucs4.h: Remove file.
10239         * lib/utf8-ucs4-unsafe.h: Remove file.
10240         * lib/utf16-ucs4.h: Remove file.
10241         * lib/utf16-ucs4-unsafe.h: Remove file.
10242         * lib/ucs4-utf8.h: Remove file.
10243         * lib/ucs4-utf16.h: Remove file.
10244         * lib/unistr.h: Include their previous contents.
10245         * m4/utf-ucs4.m4: Remove file.
10246         * m4/ucs4-utf.m4: Remove file.
10247         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
10248         (Depends-on): Add unistr/base.
10249         (configure.ac): Remove gl_UTF_UCS4.
10250         (Makefile.am): Update.
10251         (Include): Change to unistr.h.
10252         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
10253         (Depends-on): Add unistr/base.
10254         (configure.ac): Remove gl_UTF_UCS4.
10255         (Makefile.am): Update.
10256         (Include): Change to unistr.h.
10257         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
10258         (Depends-on): Add unistr/base.
10259         (configure.ac): Remove gl_UTF_UCS4.
10260         (Makefile.am): Update.
10261         (Include): Change to unistr.h.
10262         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
10263         (Depends-on): Add unistr/base.
10264         (configure.ac): Remove gl_UTF_UCS4.
10265         (Makefile.am): Update.
10266         (Include): Change to unistr.h.
10267         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
10268         (Depends-on): Add unistr/base.
10269         (configure.ac): Remove gl_UCS4_UTF.
10270         (Makefile.am): Update.
10271         (Include): Change to unistr.h.
10272         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
10273         (Depends-on): Add unistr/base.
10274         (configure.ac): Remove gl_UCS4_UTF.
10275         (Makefile.am): Update.
10276         (Include): Change to unistr.h.
10277         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
10278         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
10279         utf8-ucs4-unsafe.h.
10280         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
10281         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
10282         utf16-ucs4-unsafe.h.
10283         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
10284         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
10285         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
10286         * lib/unistr/u8-strchr.c: Likewise.
10287         * lib/unistr/u8-strrchr.c: Likewise.
10288         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
10289         * lib/unistr/u16-strchr.c: Likewise.
10290         * lib/unistr/u16-strrchr.c: Likewise.
10291         * lib/striconveh.c: Update.
10292         * lib/linebreak.c: Update.
10293
10294 2007-03-24  Bruno Haible  <bruno@clisp.org>
10295
10296         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
10297         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
10298
10299 2007-03-22  Bruno Haible  <bruno@clisp.org>
10300
10301         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
10302
10303 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
10304
10305         * MODULES.html.sh (File system functions): New module write-any-file.
10306         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
10307         * m4/write-any-file.m4: New files.
10308
10309 2007-03-23  Eric Blake  <ebb9@byu.net>
10310
10311         * gnulib-tool: Rearrange space-tab sequences, since some editors
10312         like to eat them.
10313
10314 2007-03-23  Eric Blake  <ebb9@byu.net>
10315
10316         * lib/version-etc.c (version_etc_va): Update license wording to
10317         be more concise.  Recommended by Richard Stallman.
10318
10319 2007-03-22  Bruno Haible  <bruno@clisp.org>
10320
10321         * lib/poll.c (MSG_PEEK): New fallback definition.
10322
10323 2007-03-22  Bruno Haible  <bruno@clisp.org>
10324
10325         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
10326         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
10327         (main): Update.
10328         Fixes a compilation error on BeOS.
10329
10330 2007-03-22  Bruno Haible  <bruno@clisp.org>
10331
10332         * modules/frexpl-tests: New file.
10333         * tests/test-frexpl.c: New file.
10334
10335         * modules/frexpl: New file.
10336         * m4/frexpl.m4: New file.
10337         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
10338         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
10339         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
10340         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
10341         (Depends-on): Add frexpl. Remove isnanl-nolibm.
10342         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
10343
10344 2007-03-22  Bruno Haible  <bruno@clisp.org>
10345
10346         * lib/frexpl.c: Share code with lib/frexp.c.
10347         * modules/mathl (Files): Add lib/frexp.c.
10348         (Depends-on): Add isnanl-nolibm.
10349
10350 2007-03-22  Bruno Haible  <bruno@clisp.org>
10351
10352         * modules/printf-frexp (Files): Add m4/frexp.m4.
10353         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
10354         only if the found frexp function actually works.
10355
10356 2007-03-22  Bruno Haible  <bruno@clisp.org>
10357
10358         * lib/frexp.c: Remove older implementation that uses divisions.
10359
10360 2007-03-21  Bruno Haible  <bruno@clisp.org>
10361
10362         * modules/frexp-tests: New file.
10363         * tests/test-frexp.c: New file.
10364
10365         * modules/frexp: New file.
10366         * lib/frexp.c: New file.
10367         * m4/frexp.m4: New file.
10368         * lib/math_.h (frexp): New declaration.
10369         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
10370         REPLACE_FREXP.
10371         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
10372
10373 2007-03-21  Bruno Haible  <bruno@clisp.org>
10374
10375         * modules/isnanl-tests: New file.
10376         * tests/test-isnanl.c: New file.
10377
10378         * modules/isnanl: New file.
10379         * lib/isnanl.h: New file.
10380         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
10381         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
10382         gl_FUNC_ISNANL_WORKS.
10383         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
10384         New macros.
10385
10386 2007-03-21  Bruno Haible  <bruno@clisp.org>
10387
10388         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
10389         lib/isnanl.h.
10390         (Include): Update.
10391         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
10392         * lib/vasnprintf.c: Update.
10393         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
10394         tests/test-isnanl.h, remove tests/test-isnanl.c.
10395         (Makefile.am): Update.
10396         * tests/test-isnanl-nolibm.c: New file.
10397         * tests/test-isnanl.h: New file.
10398         * tests/test-isnanl.c: Remove file.
10399
10400 2007-03-21  Jim Meyering  <jim@meyering.net>
10401
10402         When trying to open ".", treat ESTALE like EACCES.
10403         * lib/savewd.c (savewd_save): Resort to forking not just upon
10404         failure with EACCES, but also when errno is ESTALE.
10405
10406 2007-03-20  Bruno Haible  <bruno@clisp.org>
10407
10408         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
10409         Needed on AIX 5.1. Reported by Matthew Woehlke.
10410
10411 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
10412
10413         Suggestions by Bruno Haible:
10414         * lib/acl-internal.h: Include "gettext.h" rather than rolling
10415         our own.
10416         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
10417         * modules/acl (Depends-on): Add gettext.
10418
10419 2007-03-19  Bruno Haible  <bruno@clisp.org>
10420
10421         * modules/iconvme: Remove file.
10422         * lib/iconvme.h: Remove file.
10423         * lib/iconvme.c: Remove file.
10424         * m4/iconvme.m4: Remove file.
10425
10426 2007-03-19  Bruno Haible  <bruno@clisp.org>
10427
10428         * doc/relocatable-maint.texi: Break long shell script line.
10429         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
10430
10431 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
10432
10433         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
10434         handle file_has_acl.
10435         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
10436         * lib/acl.c: Move header inclusions and related macro defns into
10437         lib/acl-internal.h.
10438         (S_ISLNK): Remove defn, since that's now done for us.
10439         (file_has_acl): Move to lib/file-has-acl.c.
10440         Call acl_trivial if available.  This is the crucial part of the fix.
10441         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
10442         shared within the library.  Rewrite a bit, partly to make it compatible
10443         with the GNU coding style.
10444         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
10445         Remove unnecessary double-quotes.
10446         Don't test for acl_to_text; the build will catch that.
10447         Replace acl_entries if it doesn't exist and it is needed.
10448         Check for -lsec and acl_trivial (as used on Solaris 10).
10449         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
10450         lib/file-has-acl.c.
10451         (Depends-on): Add sys_stat, for S_ISLNK.
10452
10453 2007-03-19  Ben Pfaff  <blp@gnu.org>
10454
10455         * doc/gnulib.texi: Fix typos.
10456         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
10457
10458 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
10459
10460         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
10461         If size is zero here, buf must be zero.
10462
10463 2007-03-19  Simon Josefsson  <simon@josefsson.org>
10464
10465         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
10466         <bruno@clisp.org>.
10467
10468 2007-03-18  Bruno Haible  <bruno@clisp.org>
10469
10470         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
10471         Suggested by Eric Blake.
10472
10473 2007-03-18  Ben Pfaff  <blp@gnu.org>
10474
10475         * doc/relocatable.texi: Recommend using as prefix a directory
10476         that does not exist and will never be created.  Based on
10477         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
10478         and others.
10479
10480 2007-03-17  Bruno Haible  <bruno@clisp.org>
10481
10482         * lib/fchownat.c: Include lchown.h.
10483
10484 2007-03-17  Bruno Haible  <bruno@clisp.org>
10485
10486         Fix endless loop when the given allocated size was > INT_MAX.
10487         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
10488         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
10489         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
10490         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
10491         * lib/sprintf.c (sprintf): Likewise.
10492
10493 2007-03-17  Bruno Haible  <bruno@clisp.org>
10494
10495         * tests/test-argp-2.sh (func_compare): Output a context diff.
10496
10497 2007-03-17  Bruno Haible  <bruno@clisp.org>
10498
10499         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
10500         locale's decimal-point character.
10501
10502 2007-03-17  Bruno Haible  <bruno@clisp.org>
10503
10504         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
10505         before comparing it. Needed because on some platforms (e.g. x86) a
10506         'long double' occupies less bytes than sizeof (long double).
10507
10508 2007-03-17  Bruno Haible  <bruno@clisp.org>
10509
10510         * tests/test-crc.c (main): Make printf statements 64-bit clean.
10511         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
10512         * tests/test-getaddrinfo.c (simple): Likewise.
10513         * tests/test-read-file.c (main): Likewise.
10514
10515 2007-03-17  Bruno Haible  <bruno@clisp.org>
10516
10517         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
10518
10519 2007-03-17  Bruno Haible  <bruno@clisp.org>
10520
10521         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
10522         unused variable.
10523
10524 2007-03-17  Bruno Haible  <bruno@clisp.org>
10525
10526         * tests/test-c-strcasecmp.c: Include c-strcase.h.
10527         * tests/test-c-strncasecmp.c: Likewise.
10528
10529 2007-03-17  Bruno Haible  <bruno@clisp.org>
10530
10531         * modules/stdlib (Depends-on): Add unistd.
10532         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
10533         Needed for MacOS X 10.3.
10534
10535 2007-03-17  Bruno Haible  <bruno@clisp.org>
10536
10537         * lib/unistr/u-strdup.h: Include <stdlib.h>.
10538
10539 2007-03-17  Bruno Haible  <bruno@clisp.org>
10540
10541         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
10542
10543 2007-03-17  Bruno Haible  <bruno@clisp.org>
10544
10545         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
10546         to reflect files copied from gnulib (with or without modifications).
10547         Suggested by Jim Meyering.
10548
10549 2007-03-17  Eric Blake  <ebb9@byu.net>
10550
10551         * NEWS: Document stdlib change from 2007-02-18.
10552
10553 2007-03-17  Jim Meyering  <jim@meyering.net>
10554
10555         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
10556         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
10557         someone uses a name containing shell meta-characters.
10558         Reported by Alfred M. Szmidt.
10559
10560         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
10561
10562 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
10563
10564         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
10565         and copy gettext configuration files only if configure.ac contains
10566         a use of AM_GNU_GETTEXT_VERSION.
10567
10568 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
10569
10570         * build-aux/bootstrap (gnulib_name): New variable.
10571         (gnulib_tool_options): Use it.
10572
10573 2007-03-13  Simon Josefsson  <simon@josefsson.org>
10574
10575         * tests/test-des.c: Use new namespace.
10576
10577 2007-03-15  Bruno Haible  <bruno@clisp.org>
10578
10579         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
10580         Reported by James Youngman <jay@gnu.org>.
10581
10582 2007-03-15  Bruno Haible  <bruno@clisp.org>
10583
10584         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
10585         declared prototype. Needed with cc on OSF/1 5.1.
10586
10587 2007-03-15  Bruno Haible  <bruno@clisp.org>
10588
10589         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
10590         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
10591         (struct gl_list_implementation): Add dispose_fn argument to the
10592         'create_empty', 'create' methods.
10593         (struct gl_list_impl_base): Add field 'dispose_fn'.
10594         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
10595         argument.
10596         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
10597         dispose_fn argument.
10598         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
10599         dispose_fn on the dropped values.
10600         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
10601         dispose_fn argument.
10602         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
10603         dropped values.
10604         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
10605         (gl_tree_remove_node): Call dispose_fn on the dropped value.
10606         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
10607         (gl_tree_remove_node): Call dispose_fn on the dropped value.
10608         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
10609         argument.
10610         (gl_tree_list_free): Call dispose_fn on the dropped values.
10611         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
10612         the dropped values.
10613         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
10614         Add dispose_fn argument.
10615         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
10616         Call dispose_fn on the dropped values.
10617         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
10618         Add dispose_fn argument.
10619         (gl_sublist_create): Initialize the 'dispose_fn' field.
10620         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
10621         * tests/test-array_list.c (main): Update.
10622         * tests/test-carray_list.c (main): Update.
10623         * tests/test-avltree_list.c (main): Update.
10624         * tests/test-rbtree_list.c (main): Update.
10625         * tests/test-avltreehash_list.c (main): Update.
10626         * tests/test-rbtreehash_list.c (main): Update.
10627         * tests/test-linked_list.c (main): Update.
10628         * tests/test-linkedhash_list.c (main): Update.
10629         * tests/test-array_oset.c (main): Update.
10630
10631 2007-03-15  Bruno Haible  <bruno@clisp.org>
10632
10633         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
10634         (gl_oset_create_empty): Add dispose_fn argument.
10635         (struct gl_oset_implementation): Add dispose_fn argument to
10636         'create_empty' method.
10637         (struct gl_oset_impl_base): Add dispose_fn field.
10638         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
10639         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
10640         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
10641         values.
10642         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
10643         (gl_tree_oset_free): Call dispose_fn on the dropped values.
10644         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
10645         dropped value.
10646         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
10647         dropped value.
10648         * tests/test-array_oset.c (main): Update.
10649         * tests/test-avltree_oset.c (main): Update.
10650         * tests/test-rbtree_oset.c (main): Update.
10651         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
10652
10653 2007-03-13  Bruno Haible  <bruno@clisp.org>
10654
10655         * tests/test-stdbool.c (i): Update after last patch.
10656
10657 2007-03-12  Bruno Haible  <bruno@clisp.org>
10658
10659         * lib/quotearg.c: Include <wctype.h> early, before the definition of
10660         the iswprint macro. Needed on Solaris 2.5.1.
10661
10662 2007-03-12  Bruno Haible  <bruno@clisp.org>
10663
10664         * tests/test-printf-frexp.c (main): Declare x as volatile.
10665
10666 2007-03-12  Simon Josefsson  <simon@josefsson.org>
10667
10668         * doc/gnulib.texi (Build robot for gnulib): New section.
10669
10670 2007-03-12  Jim Meyering  <jim@meyering.net>
10671
10672         * build-aux/bootstrap: New file.
10673         * build-aux/bootstrap.conf: New file, from coreutils.
10674
10675 2007-03-11  Bruno Haible  <bruno@clisp.org>
10676
10677         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
10678
10679 2007-03-12  Simon Josefsson  <simon@josefsson.org>
10680
10681         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
10682         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
10683         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
10684
10685 2007-03-11  Bruno Haible  <bruno@clisp.org>
10686
10687         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
10688         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
10689
10690 2007-03-11  Bruno Haible  <bruno@clisp.org>
10691
10692         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
10693         formula. Needed for SunPRO C 5.0.
10694
10695 2007-03-11  Bruno Haible  <bruno@clisp.org>
10696
10697         * modules/long-options (Depends-on): Add getopt.
10698
10699 2007-03-11  Bruno Haible  <bruno@clisp.org>
10700
10701         * modules/modechange (Depends-on): Add stdbool.
10702
10703 2007-03-11  Bruno Haible  <bruno@clisp.org>
10704
10705         * modules/i-ring (Depends-on): Add stdbool.
10706
10707 2007-03-11  Bruno Haible  <bruno@clisp.org>
10708
10709         * modules/gc-des (Depends-on): Add stdbool.
10710
10711 2007-03-11  Bruno Haible  <bruno@clisp.org>
10712
10713         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
10714
10715 2007-03-11  Bruno Haible  <bruno@clisp.org>
10716
10717         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
10718
10719 2007-03-11  Bruno Haible  <bruno@clisp.org>
10720
10721         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
10722
10723 2007-03-11  Bruno Haible  <bruno@clisp.org>
10724
10725         * lib/vasnprintf.c (sprintf): Undefine.
10726
10727 2007-03-11  Bruno Haible  <bruno@clisp.org>
10728
10729         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
10730         initializers in SunPRO C and Compaq C compilers.
10731
10732 2007-03-11  Bruno Haible  <bruno@clisp.org>
10733
10734         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
10735         decrementing code ANSI C compliant.
10736
10737 2007-03-11  Bruno Haible  <bruno@clisp.org>
10738
10739         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
10740         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
10741
10742 2007-03-11  Bruno Haible  <bruno@clisp.org>
10743
10744         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
10745         <stdbool.h> substitute doesn't pass.
10746
10747 2007-03-11  Bruno Haible  <bruno@clisp.org>
10748
10749         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
10750
10751 2007-03-11  Bruno Haible  <bruno@clisp.org>
10752
10753         * gnulib-tool (func_create_megatestdir): Create also an autobuild
10754         script, for submission to autobuild.josefsson.org.
10755
10756 2007-03-10  Bruno Haible  <bruno@clisp.org>
10757
10758         * modules/canonicalize-lgpl-tests: New file.
10759         * tests/test-canonicalize-lgpl.sh: New file.
10760         * tests/test-canonicalize-lgpl.c: New file.
10761
10762         * modules/c-strcase-tests: New file.
10763         * tests/test-c-strcase.sh: New file.
10764         * tests/test-c-strcasecmp.c: New file.
10765         * tests/test-c-strncasecmp.c: New file.
10766
10767         * modules/atexit-tests: New file.
10768         * tests/test-atexit.sh: New file.
10769         * tests/test-atexit.c: New file.
10770
10771 2007-03-10  Bruno Haible  <bruno@clisp.org>
10772
10773         * tests/test-binary-io.sh: Use temporary filenames that are not so
10774         likely to clash with those of other tests (in a parallel make).
10775         * tests/test-binary-io.c: Likewise.
10776
10777 2007-03-10  Bruno Haible  <bruno@clisp.org>
10778
10779         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
10780         fallback; use #error instead.
10781         Suggested by Simon Josefsson.
10782
10783 2007-03-10  Bruno Haible  <bruno@clisp.org>
10784
10785         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
10786         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
10787         first and the last.
10788
10789 2007-03-10  Bruno Haible  <bruno@clisp.org>
10790
10791         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
10792
10793 2007-03-10  Bruno Haible  <bruno@clisp.org>
10794
10795         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
10796         "make distcheck".
10797         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
10798         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
10799         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
10800
10801 2007-03-10  Bruno Haible  <bruno@clisp.org>
10802
10803         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
10804         variable.
10805         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
10806         variable.
10807
10808 2007-03-09  Eric Blake  <ebb9@byu.net>
10809         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
10810
10811         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
10812         types are not being provided by gnulib.
10813         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
10814         types are supported.
10815
10816 2007-03-10  Bruno Haible  <bruno@clisp.org>
10817
10818         * lib/stdio_.h (__attribute__): New macro.
10819         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
10820         vsprintf): Specify __attribute__ __format__ for GCC.
10821         Suggested by Eric Blake.
10822
10823 2007-03-09  Bruno Haible  <bruno@clisp.org>
10824
10825         * modules/printf-posix-tests: New file.
10826         * tests/test-printf-posix.sh: New file.
10827         * tests/test-printf-posix.c: New file.
10828
10829         * modules/printf-posix: New file.
10830         * lib/printf.c: New file.
10831         * m4/printf-posix-rpl.m4: New file.
10832         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
10833         REPLACE_PRINTF.
10834         * lib/stdio_.h (printf): New declaration.
10835         (format, __format__, ____printf____, ____scanf____, ____strftime____,
10836         ____strfmon____): New macros.
10837         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
10838         REPLACE_PRINTF.
10839
10840 2007-03-09  Bruno Haible  <bruno@clisp.org>
10841
10842         * tests/test-vasnprintf-posix2.sh: New file.
10843         * tests/test-vasnprintf-posix2.c: New file.
10844         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
10845         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
10846         (Makefile.am): Activate test-vasnprintf-posix2.sh.
10847
10848         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
10849         a locale dependent decimal point, rather than always '.'.
10850
10851 2007-03-09  Eric Blake  <ebb9@byu.net>
10852
10853         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
10854         spite of platforms like Tandem/NSK that define it to -1.
10855
10856 2007-03-08  Bruno Haible  <bruno@clisp.org>
10857
10858         * modules/vprintf-posix-tests: New file.
10859         * tests/test-vprintf-posix.sh: New file.
10860         * tests/test-vprintf-posix.c: New file.
10861         * tests/test-printf-posix.h: New file.
10862
10863         * modules/vprintf-posix: New file.
10864         * lib/vprintf.c: New file.
10865         * m4/vprintf-posix.m4: New file.
10866         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
10867         REPLACE_VPRINTF.
10868         * lib/stdio_.h (vprintf): New declaration.
10869         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
10870         REPLACE_VPRINTF.
10871
10872 2007-03-08  Bruno Haible  <bruno@clisp.org>
10873
10874         * modules/fprintf-posix-tests: New file.
10875         * tests/test-fprintf-posix.sh: New file.
10876         * tests/test-fprintf-posix.c: New file.
10877
10878         * modules/fprintf-posix: New file.
10879         * lib/fprintf.c: New file.
10880         * m4/fprintf-posix.m4: New file.
10881         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
10882         REPLACE_FPRINTF.
10883         * lib/stdio_.h (fprintf): New declaration.
10884         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
10885         REPLACE_FPRINTF.
10886
10887 2007-03-08  Bruno Haible  <bruno@clisp.org>
10888
10889         * modules/vfprintf-posix-tests: New file.
10890         * tests/test-vfprintf-posix.sh: New file.
10891         * tests/test-vfprintf-posix.c: New file.
10892         * tests/test-fprintf-posix.h: New file.
10893         * tests/test-fprintf-posix.out: New file.
10894
10895         * modules/vfprintf-posix: New file.
10896         * lib/vfprintf.c: New file.
10897         * m4/vfprintf-posix.m4: New file.
10898         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
10899         REPLACE_VFPRINTF.
10900         * lib/stdio_.h (vfprintf): New declaration.
10901         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
10902         REPLACE_VFPRINTF.
10903
10904 2007-03-08  Bruno Haible  <bruno@clisp.org>
10905
10906         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
10907
10908 2007-03-08  Bruno Haible  <bruno@clisp.org>
10909
10910         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
10911         instead of 'expr' invocations.
10912         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10913         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10914         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10915         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10916         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10917         Suggested by Paul Eggert.
10918
10919 2007-03-08  Bruno Haible  <bruno@clisp.org>
10920
10921         * modules/fseterr-tests: New file.
10922         * tests/test-fseterr.c: New file.
10923
10924         * modules/fseterr: New file.
10925         * lib/fseterr.h: New file.
10926         * lib/fseterr.c: New file.
10927
10928 2007-03-08  Bruno Haible  <bruno@clisp.org>
10929
10930         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
10931         * lib/getopt_.h: Likewise.
10932         * lib/mbswidth.h: Likewise.
10933         * lib/setenv.h: Likewise.
10934         * lib/vasnprintf.h: Likewise.
10935         * lib/vasprintf.h: Likewise.
10936         * lib/verror.h: Likewise.
10937         * lib/xsetenv.h: Likewise.
10938         * lib/xvasprintf.h: Likewise.
10939
10940 2007-03-08  Jim Meyering  <jim@meyering.net>
10941
10942         * users.txt: Add parted.
10943
10944         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
10945
10946 2007-03-07  Bruno Haible  <bruno@clisp.org>
10947
10948         * m4/printf.m4: Make the shell script snippets copy&pastable.
10949
10950 2007-03-02  Bruno Haible  <bruno@clisp.org>
10951
10952         * lib/netinet_in_.h: New file.
10953         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
10954         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
10955         * modules/netinet_in (Files): Add lib/netinet_in_.h.
10956         (Depends-on): Add absolute-header.
10957         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
10958         into netinet/in.h.
10959
10960 2007-03-03  Bruno Haible  <bruno@clisp.org>
10961
10962         * lib/sys_select_.h: New file.
10963         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
10964         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
10965         * modules/sys_select (Files): Add lib/sys_select_.h.
10966         (Depends-on): Add absolute-header.
10967         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
10968         into sys/select.h.
10969
10970 2007-03-02  Bruno Haible  <bruno@clisp.org>
10971
10972         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
10973         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
10974         values.
10975         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
10976         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
10977         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
10978         * modules/sys_socket (Depends-on): Add absolute-header.
10979         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
10980         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
10981         (Include): Remove requirement of inclusion of <sys/types.h>.
10982
10983 2007-03-02  Bruno Haible  <bruno@clisp.org>
10984
10985         * lib/byteswap_.h (bswap_32): Fix formula.
10986
10987 2007-03-06  Bruno Haible  <bruno@clisp.org>
10988
10989         * modules/sprintf-posix-tests: New file.
10990         * tests/test-sprintf-posix.c: New file.
10991
10992         * modules/sprintf-posix: New file.
10993         * lib/sprintf.c: New file.
10994         * m4/sprintf-posix.m4: New file.
10995         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
10996         REPLACE_SPRINTF.
10997         * lib/stdio_.h (sprintf): New declaration.
10998         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
10999         REPLACE_SPRINTF.
11000
11001 2007-03-06  Bruno Haible  <bruno@clisp.org>
11002
11003         * modules/vsprintf-posix-tests: New file.
11004         * tests/test-vsprintf-posix.c: New file.
11005         * tests/test-sprintf-posix.h: New file.
11006
11007         * modules/vsprintf-posix: New file.
11008         * lib/vsprintf.c: New file.
11009         * m4/vsprintf-posix.m4: New file.
11010         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
11011         REPLACE_VSPRINTF.
11012         * lib/stdio_.h (vsprintf): New declaration.
11013         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
11014         REPLACE_VSPRINTF.
11015
11016 2007-03-06  Bruno Haible  <bruno@clisp.org>
11017
11018         * modules/vsnprintf (Depend-on): Remove minmax.
11019
11020 2007-03-06  Bruno Haible  <bruno@clisp.org>
11021
11022         * modules/snprintf-posix-tests: New file.
11023         * tests/test-snprintf-posix.c: New file.
11024
11025         * modules/snprintf-posix: New file.
11026         * m4/snprintf-posix.m4: New file.
11027         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
11028         gl_FUNC_SNPRINTF.
11029         (gl_FUNC_SNPRINTF): Invoke it.
11030         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
11031         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
11032         is set.
11033         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
11034
11035 2007-03-06  Bruno Haible  <bruno@clisp.org>
11036
11037         * modules/vsnprintf-posix-tests: New file.
11038         * tests/test-vsnprintf-posix.c: New file.
11039         * tests/test-snprintf-posix.h: New file.
11040
11041         * modules/vsnprintf-posix: New file.
11042         * m4/vsnprintf-posix.m4: New file.
11043         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
11044         gl_FUNC_VSNPRINTF.
11045         (gl_FUNC_VSNPRINTF): Invoke it.
11046         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
11047         * lib/stdio_.h (vsnprintf): Define as a replacement if
11048         REPLACE_VSNPRINTF is set.
11049         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
11050
11051 2007-03-06  Bruno Haible  <bruno@clisp.org>
11052
11053         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
11054         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
11055
11056 2007-03-06  Bruno Haible  <bruno@clisp.org>
11057
11058         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
11059         (asinl): Declare also if HAVE_DECL_ASINL is set.
11060         (atanl): Declare also if HAVE_DECL_ATANL is set.
11061         (ceill): Declare also if HAVE_DECL_CEILL is set.
11062         (cosl): Declare also if HAVE_DECL_COSL is set.
11063         (expl): Declare also if HAVE_DECL_EXPL is set.
11064         (floorl): Declare also if HAVE_DECL_FLOORL is set.
11065         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
11066         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
11067         (logl): Declare also if HAVE_DECL_LOGL is set.
11068         (sinl): Declare also if HAVE_DECL_SINL is set.
11069         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
11070         (tanl): Declare also if HAVE_DECL_TANL is set.
11071         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
11072         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
11073         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
11074         declaration of frexpl, ldexpl.
11075         * modules/printf-frexpl (Depends-on): Add math.
11076         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
11077
11078 2007-03-05  Bruno Haible  <bruno@clisp.org>
11079
11080         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
11081         frexpl and ldexpl are declared.
11082         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
11083
11084 2007-03-05  Bruno Haible  <bruno@clisp.org>
11085
11086         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
11087         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
11088
11089 2007-03-05  Bruno Haible  <bruno@clisp.org>
11090
11091         * lib/stdio_.h: Include <stddef.h>.
11092
11093 2007-03-05  Bruno Haible  <bruno@clisp.org>
11094
11095         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
11096
11097 2007-03-05  Bruno Haible  <bruno@clisp.org>
11098
11099         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
11100         NetBSD 4, from Ralf Wildenhues.
11101
11102 2007-03-04  Bruno Haible  <bruno@clisp.org>
11103
11104         * lib/vasprintf.h: Update #if logic for the case when the functions
11105         exist but are overridden.
11106
11107 2007-03-04  Bruno Haible  <bruno@clisp.org>
11108
11109         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
11110         implementations: glibc-2.4 and MacOS X 10.3.
11111         * tests/test-vasnprintf-posix.c (test_function): Test also the case
11112         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
11113         * tests/test-vasprintf-posix.c (test_function): Likewise.
11114
11115 2007-03-04  Bruno Haible  <bruno@clisp.org>
11116
11117         * modules/vasprintf-posix-tests: New file.
11118         * tests/test-vasprintf-posix.c: New file.
11119
11120         * modules/vasprintf-posix: New file.
11121         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
11122         defined.
11123         * m4/vasprintf-posix.m4: New file.
11124         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
11125         gl_FUNC_VASPRINTF.
11126         (gl_FUNC_VASPRINTF): Invoke it.
11127         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
11128         here.
11129         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
11130
11131 2007-03-04  Bruno Haible  <bruno@clisp.org>
11132
11133         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
11134         REPLACE_GETTIMEOFDAY.
11135         * modules/sys_time (Makefile.am): Likewise.
11136         * m4/sys_time_h.m4: Likewise.
11137         * m4/gettimeofday.m4: Likewise.
11138
11139 2007-03-04  Bruno Haible  <bruno@clisp.org>
11140
11141         * modules/vasnprintf-posix-tests: New file.
11142         * tests/test-vasnprintf-posix.c: New file.
11143
11144         * modules/vasnprintf-posix: New file.
11145         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
11146         printf-frexpl.h.
11147         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
11148         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
11149         REPLACE_VASNPRINTF is defined.
11150         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
11151         gl_FUNC_VASNPRINTF.
11152         (gl_FUNC_VASNPRINTF): Invoke it.
11153         * m4/vasnprintf-posix.m4: New file.
11154         * m4/printf.m4: New file.
11155
11156 2007-03-04  Bruno Haible  <bruno@clisp.org>
11157
11158         Compile progreloc.c only if --enable-relocatable is specified.
11159         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
11160         if --enable-relocatable was specified.
11161         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
11162         lib_SOURCES.
11163
11164 2007-03-04  Jim Meyering  <jim@meyering.net>
11165
11166         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
11167         Use it consistently, rather than enumerating errno constants.
11168
11169 2007-03-04  Bruno Haible  <bruno@clisp.org>
11170
11171         * modules/xvasprintf-tests: New file.
11172         * tests/test-xvasprintf.c: New file.
11173
11174         * modules/vasprintf-tests: New file.
11175         * tests/test-vasprintf.c: New file.
11176
11177         * modules/vasnprintf-tests: New file.
11178         * tests/test-vasnprintf.c: New file.
11179
11180         * modules/vsnprintf-tests: New file.
11181         * tests/test-vsnprintf.c: New file.
11182
11183         * modules/snprintf-tests: New file.
11184         * tests/test-snprintf.c: New file.
11185
11186 2007-03-04  Bruno Haible  <bruno@clisp.org>
11187
11188         Compile relocatable.c only if --enable-relocatable is specified.
11189         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
11190         gl_RELOCATABLE_LIBRARY.
11191         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
11192         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
11193         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
11194         gl_RELOCATABLE_LIBRARY.
11195         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
11196         (Makefile.am): Remove lib_SOURCES.
11197         * modules/relocatable-lib-lgpl (configure.ac): Invoke
11198         gl_RELOCATABLE_LIBRARY.
11199         (Makefile.am): Remove lib_SOURCES.
11200         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
11201         always.
11202         * modules/relocatable-prog-wrapper (configure.ac): Invoke
11203         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
11204
11205 2007-03-04  Bruno Haible  <bruno@clisp.org>
11206
11207         * modules/argmatch-tests: New file.
11208         * tests/test-argmatch.c: New file.
11209
11210         * tests/test-allocsa.c (main): Halve the number of loop runs.
11211
11212         * modules/alloca-opt-tests: New file.
11213         * tests/test-alloca-opt.c: New file.
11214
11215 2007-03-04  Jim Meyering  <jim@meyering.net>
11216
11217         Work around difference between Linux ACLs and Solaris 10 ZFS.
11218         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
11219         for EINVAL.
11220
11221 2007-03-03  Bruno Haible  <bruno@clisp.org>
11222
11223         * modules/relocatable-prog (Depends-on): Add back progreloc's
11224         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
11225
11226 2007-03-03  Bruno Haible  <bruno@clisp.org>
11227
11228         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
11229         * modules/relocatable-lib: New file.
11230
11231 2007-03-03  Bruno Haible  <bruno@clisp.org>
11232
11233         * modules/relocatable-prog: Renamed from modules/relocatable.
11234         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
11235
11236 2007-03-03  Bruno Haible  <bruno@clisp.org>
11237
11238         * modules/relocatable-script (Files): Add doc/relocatable.texi,
11239         m4/relocatable-lib.m4.
11240         (Depends-on): Remove 'relocatable'.
11241         (configure.ac): Add gl_RELOCATABLE_NOP.
11242
11243 2007-03-03  Bruno Haible  <bruno@clisp.org>
11244
11245         * modules/relocatable-prog-wrapper: New file.
11246         * modules/relocatable (Depends-on): Add it. Remove all other
11247         dependencies except progname.
11248         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
11249
11250         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
11251         (gl_FUNC_STRERROR): Nop.
11252         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
11253
11254         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
11255         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
11256
11257         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
11258         (gl_FUNC_READLINK): Update.
11259
11260         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
11261
11262 2007-03-03  Bruno Haible  <bruno@clisp.org>
11263
11264         * lib/xreadlink.c: Include <unistd.h> unconditionally.
11265         * modules/xreadlink (Depends-on): Add unistd.
11266         * modules/xreadlink-with-size (Depends-on): Likewise.
11267
11268 2007-03-03  Bruno Haible  <bruno@clisp.org>
11269
11270         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
11271         extracted from gt_FUNC_SETENV.
11272         (gt_FUNC_SETENV): Remove macro.
11273         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
11274         remove gt_FUNC_SETENV.
11275
11276 2007-03-03  Bruno Haible  <bruno@clisp.org>
11277
11278         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
11279         ENABLE_RELOCATABLE here.
11280         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
11281
11282 2007-03-03  Bruno Haible  <bruno@clisp.org>
11283
11284         * modules/rbtreehash-list-tests (Depends-on): Add progname.
11285         * tests/test-rbtreehash_list.c: Include progname.h.
11286         (main): Call set_program_name.
11287
11288         * modules/rbtree-oset-tests (Depends-on): Add progname.
11289         * tests/test-rbtree_oset.c: Include progname.h.
11290         (main): Call set_program_name.
11291
11292         * modules/rbtree-list-tests (Depends-on): Add progname.
11293         * tests/test-rbtree_list.c: Include progname.h.
11294         (main): Call set_program_name.
11295
11296         * modules/linked-list-tests (Depends-on): Add progname.
11297         * tests/test-linked_list.c: Include progname.h.
11298         (main): Call set_program_name.
11299
11300 2007-03-03  Bruno Haible  <bruno@clisp.org>
11301
11302         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
11303         All uses of __restrict changed to _Restrict_.
11304         * lib/glob_.h (__restrict): Remove macro.
11305
11306 2007-03-02  Bruno Haible  <bruno@clisp.org>
11307
11308         * modules/gettext (configure.ac): Require gettext infrastructure
11309         from version 0.16.1.
11310
11311 2007-03-02  Bruno Haible  <bruno@clisp.org>
11312
11313         * modules/linkedhash-list-tests (Depends-on): Add progname.
11314         * tests/test-linkedhash_list.c: Include progname.h.
11315         (main): Call set_program_name.
11316
11317         * modules/carray-list-tests (Depends-on): Add progname.
11318         * tests/test-carray_list.c: Include progname.h.
11319         (main): Call set_program_name.
11320
11321         * modules/avltreehash-list-tests (Depends-on): Add progname.
11322         * tests/test-avltreehash_list.c: Include progname.h.
11323         (main): Call set_program_name.
11324
11325         * modules/avltree-oset-tests (Depends-on): Add progname.
11326         * tests/test-avltree_oset.c: Include progname.h.
11327         (main): Call set_program_name.
11328
11329         * modules/avltree-list-tests (Depends-on): Add progname.
11330         * tests/test-avltree_list.c: Include progname.h.
11331         (main): Call set_program_name.
11332
11333         * modules/array-oset-tests (Depends-on): Add progname.
11334         * tests/test-array_oset.c: Include progname.h.
11335         (main): Call set_program_name.
11336
11337         * modules/array-list-tests (Depends-on): Add progname.
11338         * tests/test-array_list.c: Include progname.h.
11339         (main): Call set_program_name.
11340
11341         * modules/argp-tests (Depends-on): Add progname.
11342         * tests/test-argp.c: Include argp.h first. Include progname.h.
11343         (main): Call set_program_name.
11344
11345 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
11346
11347         * doc/gnulib-tool.texi (Initial import): Reword description of
11348         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
11349         limited effect even if defined after the first system include.
11350
11351 2007-03-01  Bruno Haible  <bruno@clisp.org>
11352
11353         * build-aux/config.libpath: Update to libtool-1.5.22.
11354         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
11355
11356 2007-03-01  Bruno Haible  <bruno@clisp.org>
11357
11358         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
11359         foo_CFLAGS.
11360         Reported by Ralf Wildenhues.
11361
11362 2007-03-01  Bruno Haible  <bruno@clisp.org>
11363
11364         * build-aux/install-reloc: Remove object files left over by some
11365         compilers.
11366         Reported by Ralf Wildenhues.
11367
11368 2007-03-01  Bruno Haible  <bruno@clisp.org>
11369
11370         * build-aux/install-reloc: Break long lines.
11371
11372 2007-03-01  Bruno Haible  <bruno@clisp.org>
11373
11374         * doc/relocatable.texi: Document that it may not work on OpenBSD.
11375         Reported by Ralf Wildenhues.
11376
11377 2007-03-01  Bruno Haible  <bruno@clisp.org>
11378
11379         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
11380         include ordering constraints.
11381
11382 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11383
11384         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
11385         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
11386         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
11387         as another example.
11388         * lib/time_.h: Fix misspelling.
11389         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
11390         Require gl_HEADER_TIME_H_DEFAULTS.
11391         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
11392         * m4/time_r.m4 (gl_TIME_R): Likewise.
11393         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
11394
11395 2007-03-01  Bruno Haible  <bruno@clisp.org>
11396
11397         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
11398         * m4/utimens.m4 (gl_UTIMENS): Likewise.
11399
11400 2007-03-01  Jim Meyering  <jim@meyering.net>
11401
11402         * modules/xreadlink (Maintainer): Add my name.
11403         * modules/xreadlink-with-size (Depends-on): Alphabetize.
11404
11405 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
11406             Bruno Haible  <bruno@clisp.org>
11407
11408         * build-aux/install-reloc: Compile also c-ctype.c.
11409         * build-aux/relocatable.sh.in: New file.
11410         * doc/relocatable.texi: New file.
11411         * doc/relocatable-maint.texi: New file.
11412         * doc/gnulib.texi: Include relocatable-maint.texi.
11413         * lib/progreloc.c: Include unistd.h unconditionally.
11414         * lib/relocwrapper.c: Include unistd.h unconditionally.
11415         Include c-ctype.h.
11416         (add_dotbin): Use c_tolower.
11417         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
11418         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
11419         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
11420         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
11421         to m4/relocatable-lib.m4.
11422         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
11423         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
11424         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
11425         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
11426         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
11427         * modules/relocatable: New file.
11428         * modules/relocatable-lib: New file.
11429         * modules/relocatable-script: New file.
11430
11431 2007-02-28  Bruno Haible  <bruno@clisp.org>
11432
11433         Import --enable-relocatable infrastructure.
11434         * build-aux/config.libpath: New file, from GNU gettext.
11435         * build-aux/install-reloc: New file, from GNU gettext.
11436         * build-aux/reloc-ldflags: New file, from GNU gettext.
11437         * lib/relocatable.h: New file, from GNU gettext.
11438         * lib/relocatable.c: New file, from GNU gettext.
11439         * lib/relocwrapper.c: New file, from GNU gettext.
11440         * m4/relocatable.m4: New file, from GNU gettext.
11441
11442 2007-02-28  Bruno Haible  <bruno@clisp.org>
11443
11444         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
11445
11446         * modules/xreadlink: New file, from GNU gettext with modifications.
11447         * lib/xreadlink.c: New file, from GNU gettext.
11448         * lib/xreadlink.h: Add comments.
11449         (xreadlink): New declaration.
11450
11451         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
11452         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
11453         lib/xreadlink-with-size.c.
11454         (configure.ac): Remove gl_XREADLINK invocation.
11455         (Makefile.am): Augment lib_SOURCES.
11456         * m4/xreadlink.m4: Remove file.
11457         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
11458         (xreadlink_with_size): Renamed from xreadink.
11459         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
11460         * modules/canonicalize (Depends-on): Replace xreadlink with
11461         xreadlink-with-size.
11462         * lib/canonicalize.c (canonicalize_filename_mode): Update.
11463
11464 2007-02-25  Jim Meyering  <jim@meyering.net>
11465
11466         * build-aux/announce-gen: When complaining about excess arguments,
11467         list them.
11468
11469 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
11470
11471         * README: Document signed integer overflow situation more
11472         accurately.
11473
11474 2007-02-25  Bruno Haible  <bruno@clisp.org>
11475
11476         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
11477         'a' or 'A' conversion.
11478
11479 2007-02-25  Bruno Haible  <bruno@clisp.org>
11480
11481         * modules/filename: Renamed from modules/pathname.
11482         (Files): Replace lib/pathname.h with lib/filename.h. Replace
11483         lib/concatpath.c with lib/concat-filename.c.
11484         (Makefile.am): Update.
11485         (Include): Replace pathname.h with filename.h.
11486         * lib/filename.h: Renamed from lib/pathname.h.
11487         (concatenated_filename): Renamed from concatenated_pathname.
11488         * lib/concat-filename.c: Renamed from lib/concatpath.c.
11489         (concatenated_filename): Renamed from concatenated_pathname.
11490         * lib/findprog.c: Include filename.h instead of pathname.h.
11491         (find_in_path): Update.
11492         * lib/javacomp.c: Include filename.h instead of pathname.h.
11493         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
11494         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
11495         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
11496         is_oldgcj_14_13_usable, is_javac_usable): Update.
11497         * lib/javaexec.c: Include filename.h instead of pathname.h.
11498         (execute_java_class): Update.
11499         * modules/findprog: Update.
11500         * modules/javacomp: Update.
11501         * modules/javaexec: Update.
11502         * MODULES.html.sh (File system functions): Add 'filename', remove
11503         'pathname'.
11504
11505 2007-02-25  Bruno Haible  <bruno@clisp.org>
11506
11507         * modules/printf-frexpl-tests: New file.
11508         * tests/test-printf-frexpl.c: New file.
11509
11510         * modules/printf-frexpl: New file.
11511         * lib/printf-frexpl.h: New file.
11512         * lib/printf-frexpl.c: New file.
11513         * m4/printf-frexpl.m4: New file.
11514
11515 2007-02-25  Bruno Haible  <bruno@clisp.org>
11516
11517         * modules/printf-frexp-tests: New file.
11518         * tests/test-printf-frexp.c: New file.
11519
11520         * modules/printf-frexp: New file.
11521         * lib/printf-frexp.h: New file.
11522         * lib/printf-frexp.c: New file.
11523         * m4/printf-frexp.m4: New file.
11524
11525 2007-02-25  Bruno Haible  <bruno@clisp.org>
11526
11527         Assume automake >= 1.10 for the tests.
11528         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
11529         * modules/arctwo-tests: Likewise.
11530         * modules/argp-tests: Likewise.
11531         * modules/avltree-list-tests: Likewise.
11532         * modules/avltree-oset-tests: Likewise.
11533         * modules/avltreehash-list-tests: Likewise.
11534         * modules/carray-list-tests: Likewise.
11535         * modules/crc-tests: Likewise.
11536         * modules/des-tests: Likewise.
11537         * modules/gc-arcfour-tests: Likewise.
11538         * modules/gc-arctwo-tests: Likewise.
11539         * modules/gc-des-tests: Likewise.
11540         * modules/gc-hmac-md5-tests: Likewise.
11541         * modules/gc-hmac-sha1-tests: Likewise.
11542         * modules/gc-md2-tests: Likewise.
11543         * modules/gc-md4-tests: Likewise.
11544         * modules/gc-md5-tests: Likewise.
11545         * modules/gc-pbkdf2-sha1-tests: Likewise.
11546         * modules/gc-rijndael-tests: Likewise.
11547         * modules/gc-sha1-tests: Likewise.
11548         * modules/gc-tests: Likewise.
11549         * modules/getaddrinfo-tests: Likewise.
11550         * modules/hmac-md5-tests: Likewise.
11551         * modules/hmac-sha1-tests: Likewise.
11552         * modules/linked-list-tests: Likewise.
11553         * modules/linkedhash-list-tests: Likewise.
11554         * modules/lock-tests: Likewise.
11555         * modules/md2-tests: Likewise.
11556         * modules/md4-tests: Likewise.
11557         * modules/md5-tests: Likewise.
11558         * modules/rbtree-list-tests: Likewise.
11559         * modules/rbtree-oset-tests: Likewise.
11560         * modules/rbtreehash-list-tests: Likewise.
11561         * modules/read-file-tests: Likewise.
11562         * modules/rijndael-tests: Likewise.
11563         * modules/stdint-tests: Likewise.
11564         * modules/tls-tests: Likewise.
11565
11566 2007-02-24  Bruno Haible  <bruno@clisp.org>
11567
11568         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
11569         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
11570         function; instead check whether isnan with a double argument links.
11571         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
11572         function; instead check whether isnan with a 'long double' argument
11573         links.
11574         Reported by Eric Blake <ebb9@byu.net>.
11575
11576 2007-02-24  Bruno Haible  <bruno@clisp.org>
11577
11578         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
11579         defined.
11580         * lib/isnanl.c: Remove all code. Just include isnan.c.
11581         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
11582
11583 2007-02-25  Jim Meyering  <jim@meyering.net>
11584
11585         Avoid conflicting types for 'unsetenv' on FreeBSD.
11586         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
11587         conflicting with FreeBSD's (5.0 and 6.1) function declaration
11588         in stdlib.h.
11589
11590 2007-02-24  Bruno Haible  <bruno@clisp.org>
11591
11592         * modules/isnanl-nolibm-tests: New file.
11593         * tests/test-isnanl.c: New file.
11594
11595         * modules/isnanl-nolibm: New file.
11596         * lib/isnanl.h: New file.
11597         * lib/isnanl.c: New file.
11598         * m4/isnanl.m4: New file.
11599
11600 2007-02-24  Bruno Haible  <bruno@clisp.org>
11601
11602         * modules/isnan-nolibm-tests: New file.
11603         * tests/test-isnan.c: New file.
11604
11605         * modules/isnan-nolibm: New file.
11606         * lib/isnan.h: New file.
11607         * lib/isnan.c: New file.
11608         * m4/isnan.m4: New file.
11609
11610 2007-02-24  Bruno Haible  <bruno@clisp.org>
11611
11612         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
11613         assume that an exponent fits in 20 bits.
11614
11615 2007-02-24  Jim Meyering  <jim@meyering.net>
11616
11617         * m4/regex.m4: Update the description of the configure-time option,
11618         --without-included-regex, to state accurately what the defaults are,
11619         and perhaps to give people an idea why using this option is risky.
11620
11621 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
11622
11623         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
11624         loops on small arguments.  This attempts to avoid the problem
11625         Bruno Haible reported for AIX 4.3.2 in
11626         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
11627
11628 2007-02-23  Bruno Haible  <bruno@clisp.org>
11629
11630         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
11631         Needed for help2man.
11632
11633 2007-02-23  Karl Berry  <karl@gnu.org>
11634
11635         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
11636         exists, foo.h should be cvs-ignored, not committed.
11637
11638 2007-02-23  Eric Blake  <ebb9@byu.net>
11639
11640         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
11641         * lib/stat-time.h (includes): Likewise.
11642         * lib/utimecmp.c (includes): Likewise.
11643         * lib/utimens.h (includes): Likewise.
11644         * lib/getdate.y (includes): Also include "timespec.h" for use
11645         internal to the module.
11646         * modules/utimens (Depends-on): Revert yesterday's patch.
11647         * modules/nanosleep (Depends-on): Add missing dependency.
11648
11649 2007-02-22  Bruno Haible  <bruno@clisp.org>
11650
11651         * lib/glob.c: Don't include getlogin_r.h.
11652
11653 2007-02-22  Jim Meyering  <jim@meyering.net>
11654
11655         * modules/utimens (Depends-on): Add timespec, required for
11656         utimens.h's inclusion of timespec.h.
11657
11658 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
11659
11660         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
11661         long unreadable paths in GNU/Linux.  Problem reported by Andreas
11662         Schwab in
11663         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
11664         I'll try to think of a better way to fix the Solaris problem.
11665
11666         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
11667         like glibc; on Solaris 10, it fails with errno == EINVAL.
11668         POSIX says the behavior is unspecified if the first argument is NULL,
11669         so play it safe and never pass NULL to the system getcwd.
11670
11671 2007-02-21  Jim Meyering  <jim@meyering.net>
11672
11673         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
11674         of gettimeofday.  It would conflict with the one now always
11675         provided via sys_time_.h.  Reported by Matthew Woehlke, as
11676         an IRIX 6.5 build failure.
11677
11678 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
11679
11680         Minor fixups to port to Solaris 10 with Sun C 5.8.
11681         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
11682         * modules/getcwd (Depends-on): Add dirfd.
11683         * lib/putenv.c (putenv): #undef it.
11684         (rpl_putenv): New decl.
11685         (malloc, free): Include <stdlib.h> rather than prototyping separately.
11686
11687 2007-02-20  Bruno Haible  <bruno@clisp.org>
11688
11689         * modules/stdio-tests: New file.
11690         * tests/test-stdio.c: New file.
11691
11692         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
11693         (Depends-on): Add stdio.
11694         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
11695         (Include): Use <stdio.h> instead of vsnprintf.h.
11696         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
11697         HAVE_DECL_VSNPRINTF.
11698         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
11699
11700         * modules/snprintf (Files): Remove lib/snprintf.h.
11701         (Depends-on): Add stdio.
11702         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
11703         (Include): Use <stdio.h> instead of snprintf.h.
11704         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
11705         HAVE_DECL_SNPRINTF.
11706         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
11707         * lib/getaddrinfo.c: Likewise.
11708
11709         * modules/stdio: New file.
11710         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
11711         * lib/snprintf.h: Remove file.
11712         * lib/vsnprintf.h: Remove file.
11713         * lib/.cppi-disable: Remove snprintf.h.
11714         * m4/stdio_h.m4: New file.
11715         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
11716
11717 2007-02-20  Jim Meyering  <jim@meyering.net>
11718
11719         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
11720         used by e.g., mingw.  From Bruno Haible.
11721
11722 2007-02-19  Bruno Haible  <bruno@clisp.org>
11723
11724         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
11725         warnings.
11726         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11727
11728 2007-02-19  Bruno Haible  <bruno@clisp.org>
11729
11730         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
11731         from mingw users.
11732
11733 2007-02-19  Bruno Haible  <bruno@clisp.org>
11734
11735         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
11736         warnings.
11737         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
11738
11739 2007-02-19  Jim Meyering  <jim@meyering.net>
11740
11741         Don't use FD after a successful "fdopendir (fd)".
11742         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
11743         Reset it by calling dirfd on the just-obtained DIR*.
11744
11745         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
11746         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
11747
11748 2007-02-18  Bruno Haible  <bruno@clisp.org>
11749
11750         * lib/readlink.c: Include <unistd.h>.
11751         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
11752         HAVE_READLINK.
11753         * modules/readlink (Depends-on): Add unistd.
11754         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
11755         (Include): Add <unistd.h>.
11756
11757         * lib/getlogin_r.h: Remove file.
11758         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
11759         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
11760         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
11761         HAVE_DECL_GETLOGIN_R.
11762         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
11763         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
11764         (Include): Use <unistd.h> instead of getlogin_r.h.
11765
11766         * lib/getcwd.h: Remove file.
11767         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
11768         * lib/xgetcwd.c: Likewise.
11769         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
11770         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
11771         * modules/getcwd (Files): Remove lib/getcwd.h.
11772         (Depends-on): Add unistd.
11773         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
11774         (Include): Use <unistd.h> instad of getcwd.h.
11775
11776         * lib/ftruncate.c: Include <unistd.h> first.
11777         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
11778         Set HAVE_FTRUNCATE.
11779         * modules/ftruncate (Depends-on): Add unistd.
11780         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
11781
11782         * lib/fchdir.c: Include <unistd.h> first.
11783         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
11784         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
11785         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
11786         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
11787         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
11788
11789         * lib/dup2.c: Include <unistd.h> first.
11790         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
11791         HAVE_DUP2.
11792         * modules/dup2 (Depends-on): Add unistd.
11793         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
11794
11795         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
11796         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
11797         REPLACE_CHOWN. Don't define chown as a macro here.
11798         * modules/chown (Depends-on): Add unistd.
11799         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
11800
11801         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
11802         Add definition for GL_LINK_WARNING.
11803         (chown, dup2): New declarations.
11804         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
11805         link warning.
11806         (ftruncate): New declaration.
11807         (getcwd): New declaration, taken from old getcwd.h.
11808         (getlogin_r): New declaration, taken from old getlogin_r.h.
11809         (readlink): New declaration.
11810         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
11811         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
11812         (gl_PREREQ_UNISTD): Remove macro.
11813         (gl_UNISTD_MODULE_INDICATOR): New macro.
11814         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
11815         many new variables. Don't set UNISTD_H.
11816         * modules/unistd (Description): Change.
11817         (Depends-on): Add link-warning.
11818         (configure.ac): Update.
11819         (Makefile.am): Create unistd.h always. Substitute many new variables
11820         into it.
11821
11822 2007-02-18  Bruno Haible  <bruno@clisp.org>
11823
11824         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
11825         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
11826         HAVE_GETSUBOPT.
11827         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
11828         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
11829         * lib/getsubopt.h: Remove file.
11830         * modules/getsubopt (Files): Remove lib/getsubopt.h.
11831         (Depends-on): Add stdlib.
11832         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
11833         (Includes): Use <stdlib.h> instead of getsubopt.h.
11834         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
11835         Set HAVE_GETSUBOPT.
11836         * lib/getsubopt.c: Don't include getsubopt.h.
11837
11838 2007-02-18  Bruno Haible  <bruno@clisp.org>
11839
11840         * modules/fchdir (Depends-on): Add dup2.
11841
11842 2007-02-18  Bruno Haible  <bruno@clisp.org>
11843
11844         * lib/stdlib_.h: Handle glibc's special invocation convention
11845         specially.
11846
11847 2007-02-18  Bruno Haible  <bruno@clisp.org>
11848
11849         * modules/stdlib-tests: New file.
11850         * tests/test-stdlib.c: New file.
11851
11852         * modules/mkstemp (Files): Remove lib/mkstemp.h.
11853         (Depends-on): Add stdlib.
11854         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
11855         (Includes): Use <stdlib.h> instead of mkstemp.h.
11856         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
11857         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
11858         * lib/mkstemp.c: Don't include mkstemp.h.
11859         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
11860         * lib/stdlib--.h: Don't include mkstemp.h.
11861
11862         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
11863         (Depends-on): Add stdlib.
11864         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
11865         (Includes): Use <stdlib.h> instead of mkdtemp.h.
11866         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
11867         HAVE_MKDTEMP.
11868         * lib/mkdtemp.c: Don't include mkdtemp.h.
11869         * lib/clean-temp.c: Don't include mkdtemp.h.
11870
11871         * modules/exit (Files): Remove lib/exit.h.
11872         (Depends-on): Add stdlib.
11873         (Makefile.am): Remove lib_SOURCES.
11874         (Include): Use <stdlib.h> instead of exit.h.
11875         * lib/argmatch.c: Don't include exit.h.
11876         * lib/execute.c: Likewise.
11877         * lib/pagealign_alloc.c: Likewise.
11878         * lib/pipe.c: Likewise.
11879         * lib/wait-process.c: Likewise.
11880         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
11881         * lib/exitfail.c: Likewise.
11882         * lib/savewd.c: Likewise.
11883         * lib/xsetenv.c: Likewise.
11884
11885         * modules/stdlib: New file.
11886         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
11887         and extra comments about mkstemp().
11888         * lib/exit.h: Remove file.
11889         * lib/mkdtemp.h: Remove file.
11890         * lib/mkstemp.h: Remove file.
11891         * m4/stdlib_h.m4: New file.
11892         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
11893
11894 2007-02-18  Bruno Haible  <bruno@clisp.org>
11895
11896         * modules/math-tests: New file.
11897         * tests/test-math.c: New file.
11898
11899         * modules/math: New file.
11900         * modules/mathl (Files): Remove lib/mathl.h.
11901         (Depends-on): Add math.
11902         (Makefile.am): Don't mention mathl.h.
11903         (Include): Use <math.h> instead of mathl.h.
11904         * lib/math_.h: New file.
11905         * lib/mathl.h: Remove file.
11906         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
11907         mathl.h.
11908         * lib/asinl.c: Likewise.
11909         * lib/atanl.c: Likewise.
11910         * lib/ceill.c: Likewise.
11911         * lib/cosl.c: Likewise.
11912         * lib/expl.c: Likewise.
11913         * lib/floorl.c: Likewise.
11914         * lib/frexpl.c: Likewise.
11915         * lib/ldexpl.c: Likewise.
11916         * lib/logl.c: Likewise.
11917         * lib/sincosl.c: Likewise.
11918         * lib/sinl.c: Likewise.
11919         * lib/sqrtl.c: Likewise.
11920         * lib/tanl.c: Likewise.
11921         * lib/trigl.c: Likewise.
11922         * m4/math_h.m4: New file.
11923         * MODULES.html.sh (Mathematics): Add math.
11924
11925 2007-02-17  Bruno Haible  <bruno@clisp.org>
11926
11927         * modules/wctype-tests: New file.
11928         * tests/test-wctype.c: New file.
11929
11930         * modules/wchar-tests: New file.
11931         * tests/test-wchar.c: New file.
11932
11933         * modules/unistd-tests: New file.
11934         * tests/test-unistd.c: New file.
11935
11936         * modules/time-tests: New file.
11937         * tests/test-time.c: New file.
11938
11939         * modules/sysexits-tests: New file.
11940         * tests/test-sysexits.c: New file.
11941
11942         * modules/sys_time-tests: New file.
11943         * tests/test-sys_time.c: New file.
11944
11945         * modules/sys_stat-tests: New file.
11946         * tests/test-sys_stat.c: New file.
11947
11948         * modules/sys_socket-tests: New file.
11949         * tests/test-sys_socket.c: New file.
11950
11951         * modules/sys_select-tests: New file.
11952         * tests/test-sys_select.c: New file.
11953
11954         * modules/string-tests: New file.
11955         * tests/test-string.c: New file.
11956
11957         * modules/stdbool-tests: New file.
11958         * tests/test-stdbool.c: New file.
11959
11960         * modules/netinet_in-tests: New file.
11961         * tests/test-netinet_in.c: New file.
11962
11963         * modules/inttypes-tests: New file.
11964         * tests/test-inttypes.c: New file.
11965
11966         * modules/fcntl-tests: New file.
11967         * tests/test-fcntl.c: New file.
11968
11969         * modules/byteswap-tests: New file.
11970         * tests/test-byteswap.c: New file.
11971
11972         * modules/arpa_inet-tests: New file.
11973         * tests/test-arpa_inet.c: New file.
11974
11975 2007-02-17  Bruno Haible  <bruno@clisp.org>
11976
11977         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
11978         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
11979         if the corresponding module is not enabled. Emit link warnings if
11980         the function is used nevertheless.
11981         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
11982         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
11983         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
11984         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
11985         * modules/inttypes (Depends-on): Add link-warning.
11986         (Makefile.am): Copy the contents of build-aux/link-warning.h into
11987         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
11988         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
11989         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
11990         * modules/imaxdiv (configure.ac): Likewise.
11991         * modules/strtoimax (configure.ac): Likewise.
11992         * modules/strtoumax (configure.ac): Likewise.
11993
11994 2007-02-17  Bruno Haible  <bruno@clisp.org>
11995
11996         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
11997         gl_STRING_MODULE_INDICATOR_DEFAULTS.
11998         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
11999         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
12000
12001 2007-02-17  Bruno Haible  <bruno@clisp.org>
12002
12003         * modules/link-warning: New file.
12004         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
12005         * lib/string_.h (GL_LINK_WARNING): Remove definition.
12006         * modules/string (Depends-on): Add link-warning.
12007         (Makefile.am): Copy the contents of build-aux/link-warning.h into
12008         string.h.
12009         * MODULES.html.sh (Support for building libraries and executables): Add
12010         link-warning.
12011
12012 2007-02-17  Bruno Haible  <bruno@clisp.org>
12013
12014         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
12015         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
12016         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
12017         long lines.
12018
12019 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
12020             Bruno Haible  <bruno@clisp.org>
12021
12022         * modules/tmpfile: New file.
12023         * lib/tmpfile.c: New file.
12024         * m4/tmpfile.m4: New file.
12025         * MODULES.html.sh (func_all_modules): New section "Input/output".
12026
12027 2007-02-15  Bruno Haible  <bruno@clisp.org>
12028
12029         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
12030         (supports_delete_on_close): New function.
12031         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
12032
12033 2007-02-14  Bruno Haible  <bruno@clisp.org>
12034
12035         * modules/mbspcasecmp-tests: New file.
12036         * tests/test-mbspcasecmp.sh: New file.
12037         * tests/test-mbspcasecmp.c: New file.
12038
12039         New module mbspcasecmp.
12040         * modules/mbspcasecmp: New file.
12041         * lib/mbspcasecmp.c: New file.
12042         * lib/string_.h (strncasecmp): Change warning message.
12043         (mbspcasecmp): New declaration.
12044         * m4/mbspcasecmp.m4: New file.
12045         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12046         GNULIB_MBSPCASECMP.
12047         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
12048         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
12049
12050 2007-02-14  Bruno Haible  <bruno@clisp.org>
12051
12052         * modules/mbsncasecmp-tests: New file.
12053         * tests/test-mbsncasecmp.sh: New file.
12054         * tests/test-mbsncasecmp.c: New file.
12055
12056         New module mbsncasecmp.
12057         * modules/mbsncasecmp: New file.
12058         * lib/mbsncasecmp.c: New file.
12059         * lib/string_.h (mbsncasecmp): New declaration.
12060         * m4/mbsncasecmp.m4: New file.
12061         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12062         GNULIB_MBSNCASECMP.
12063         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
12064         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
12065
12066 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
12067
12068         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
12069         Verify that it doesn't overlap with our flags.
12070         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
12071         do not have the desired effect in multibyte locales; instead, use
12072         mbscasecmp.
12073         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
12074         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
12075         we don't require GNU fnmatch ourselves (if our users require it, they
12076         should do so explicitly).
12077
12078         Fix regex code so it doesn't rely on strcasecmp.
12079         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
12080         Otherwise, include gnulib's langinfo.h.
12081         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
12082         undesirable behavior in non-C locales.  Instead, rely on localecharset.
12083         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
12084         * modules/regex (FILES): Remove m4/codeset.m4.
12085         (Depends-on): Add localcharset.  Remove strcase.
12086
12087 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12088
12089         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
12090         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
12091
12092 2007-02-13  Bruno Haible  <bruno@clisp.org>
12093
12094         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
12095         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12096
12097 2007-02-12  Bruno Haible  <bruno@clisp.org>
12098
12099         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
12100         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
12101         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
12102         time warning rather than a link error.
12103
12104 2007-02-12  Bruno Haible  <bruno@clisp.org>
12105
12106         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
12107         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
12108         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12109
12110 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
12111
12112         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
12113         args, not 2.
12114
12115 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
12116
12117         New module 'time', so that apps can include <time.h> as per
12118         POSIX and GNU instead of separate include files like time_r.h
12119         and timegm.h.  This implementation tries out a simpler approach
12120         for replacing decls in standard include files (as compared to
12121         the string module), somewhat as an experiment.
12122
12123         * config/srclist.txt: Comment out mktime.c for now.
12124         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
12125         since it doesn't apply any more.  Use generic wording instead.
12126         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
12127         'time'.
12128         * lib/time_.h, m4/time_h.m4, modules/time: New files.
12129         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
12130         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
12131         Don't include <sys/types.h>; no longer needed since we assume C89.
12132         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
12133         * lib/strftime.c: Likewise.
12134         * lib/time_r.c: Likewise.
12135         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
12136         * lib/nanosleep.c: Include <time.h> first, to check interface.
12137         * lib/strptime.c: Likewise.
12138         * lib/time_r.c: Likewise.
12139         * lib/timegm.c: Likewise.
12140         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
12141         needed.
12142         * lib/timegm.c: Don't include timegm.h; no longer needed.
12143         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
12144         time.h now handles any problems in that area.
12145         (struct timespec, nanosleep): Remove; time.h now arranges for these.
12146         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
12147         that time.h defines struct timespec.
12148         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
12149         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
12150         handles that.
12151         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
12152         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
12153         needed.  Set REPLACE_LOCALTIME.
12154         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
12155         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
12156         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
12157         nanosleep; time_h.m4 now does that.  Don't require
12158         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
12159         module handles this now.
12160         * modules/getdate (Depends-on): Remove timespec.  Add time.
12161         * modules/nanosleep (Depends-on): Likewise.
12162         * modules/stat-time (Depends-on): Likewise.
12163         * modules/nanosleep (Include): Include time.h, not timespec.h.
12164         * modules/strptime (Files): Remove lib/strptime.h.
12165         (Depends-on): Add extensions, time.
12166         (Include): Include time.h, not strptime.h.
12167         * modules/time_r (Files): Remove lib/time_r.h.
12168         (Depends-on): Add time.
12169         (Include): Include time.h, not time_r.h.
12170         * modules/timegm: Likewise.
12171         * modules/timespec (Description): Now does timespec-related decls
12172         of our own, instead of struct timespec itself.
12173         (Depends-on): Add time; remove extensions.
12174         (Maintainer): Add self.
12175         * modules/utimecmp (Depends-on): Add time; remove timespec.
12176         * modules/utimens (Depends-on): Likewise.
12177         * modules/xnanosleep (Depends-on): Likewise.
12178
12179 2007-02-11  Bruno Haible  <bruno@clisp.org>
12180
12181         * lib/c-strstr.c: Include allocsa.h.
12182         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
12183         * lib/c-strcasestr.c: Include allocsa.h.
12184         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
12185         * lib/strcasestr.c: Include allocsa.h.
12186         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
12187         * lib/mbsstr.c: Include allocsa.h.
12188         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
12189         allocsa/freesa instead of malloc/free.
12190         * lib/mbscasestr.c: Include allocsa.h.
12191         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
12192         allocsa/freesa instead of malloc/free.
12193         * modules/c-strstr (Depends-on): Add allocsa.
12194         * modules/c-strcasestr (Depends-on): Likewise.
12195         * modules/strcasestr (Depends-on): Likewise.
12196         * modules/mbsstr (Depends-on): Likewise.
12197         * modules/mbscasestr (Depends-on): Likewise.
12198
12199 2007-02-11  Bruno Haible  <bruno@clisp.org>
12200
12201         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
12202
12203         * modules/mbsspn-tests: New file.
12204         * tests/test-mbsspn.sh: New file.
12205         * tests/test-mbsspn.c: New file.
12206
12207 2007-02-11  Bruno Haible  <bruno@clisp.org>
12208
12209         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
12210
12211         * modules/mbspbrk-tests: New file.
12212         * tests/test-mbspbrk.sh: New file.
12213         * tests/test-mbspbrk.c: New file.
12214
12215 2007-02-11  Bruno Haible  <bruno@clisp.org>
12216
12217         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
12218         unneeded cast.
12219
12220         * modules/mbscspn-tests: New file.
12221         * tests/test-mbscspn.sh: New file.
12222         * tests/test-mbscspn.c: New file.
12223
12224 2007-02-11  Bruno Haible  <bruno@clisp.org>
12225
12226         * modules/mbscasecmp-tests: New file.
12227         * tests/test-mbscasecmp.sh: New file.
12228         * tests/test-mbscasecmp.c: New file.
12229
12230 2007-02-11  Bruno Haible  <bruno@clisp.org>
12231
12232         Ensure O(n) worst-case complexity of mbscasestr.
12233         * lib/mbscasestr.c: Include stdbool.h.
12234         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
12235         functions.
12236         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
12237         the bookkeeping indicates that it's worth it.
12238         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
12239
12240         * modules/mbscasestr-tests: New file.
12241         * tests/test-mbscasestr1.c: New file.
12242         * tests/test-mbscasestr2.sh: New file.
12243         * tests/test-mbscasestr2.c: New file.
12244         * tests/test-mbscasestr3.sh: New file.
12245         * tests/test-mbscasestr3.c: New file.
12246         * tests/test-mbscasestr4.sh: New file.
12247         * tests/test-mbscasestr4.c: New file.
12248         * m4/locale-tr.m4: New file.
12249
12250 2007-02-11  Bruno Haible  <bruno@clisp.org>
12251
12252         Ensure O(n) worst-case complexity of mbsstr.
12253         * lib/mbsstr.c: Include stdbool.h.
12254         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
12255         functions.
12256         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
12257         bookkeeping indicates that it's worth it.
12258         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
12259
12260         * modules/mbsstr-tests: New file.
12261         * tests/test-mbsstr1.c: New file.
12262         * tests/test-mbsstr2.sh: New file.
12263         * tests/test-mbsstr2.c: New file.
12264         * tests/test-mbsstr3.sh: New file.
12265         * tests/test-mbsstr3.c: New file.
12266         * m4/locale-fr.m4: New file.
12267
12268 2007-02-11  Bruno Haible  <bruno@clisp.org>
12269
12270         * lib/mbsrchr.c (mbsrchr): Fix bug.
12271
12272         * modules/mbsrchr-tests: New file.
12273         * tests/test-mbsrchr.sh: New file.
12274         * tests/test-mbsrchr.c: New file.
12275
12276 2007-02-11  Bruno Haible  <bruno@clisp.org>
12277
12278         * lib/mbschr.c (mbschr): Fix bug.
12279
12280         * modules/mbschr-tests: New file.
12281         * tests/test-mbschr.sh: New file.
12282         * tests/test-mbschr.c: New file.
12283         * m4/locale-zh.m4: New file.
12284
12285 2007-02-11  Bruno Haible  <bruno@clisp.org>
12286
12287         Support for copying multibyte string iterators.
12288         * lib/mbiter.h: Include <string.h>.
12289         (mbiter_multi_copy): New function.
12290         (mbi_copy): New macro.
12291         * lib/mbuiter.h: Include <string.h>.
12292         (mbuiter_multi_copy): New function.
12293         (mbui_copy): New macro.
12294
12295 2007-02-11  Bruno Haible  <bruno@clisp.org>
12296
12297         New module mbslen.
12298         * modules/mbslen: New file.
12299         * lib/mbslen.c: New file.
12300         * lib/string_.h (mbslen): New declaration.
12301         * m4/mbslen.m4: New file.
12302         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12303         GNULIB_MBSLEN.
12304         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
12305         * MODULES.html.sh (Internationalization functions): Add mbslen.
12306
12307 2007-02-11  Bruno Haible  <bruno@clisp.org>
12308
12309         Ensure O(n) worst-case complexity of strcasestr substitute.
12310         * lib/strcasestr.c: Include stdbool.h.
12311         (knuth_morris_pratt): New function.
12312         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
12313         bookkeeping indicates that it's worth it.
12314         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
12315
12316         * modules/strcasestr-tests: New file.
12317         * tests/test-strcasestr.c: New file.
12318
12319 2007-02-11  Bruno Haible  <bruno@clisp.org>
12320
12321         Ensure O(n) worst-case complexity of c_strcasestr.
12322         * lib/c-strcasestr.c: Include stdbool.h, string.h.
12323         (knuth_morris_pratt): New function.
12324         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
12325         the bookkeeping indicates that it's worth it.
12326         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
12327
12328         * modules/c-strcasestr-tests: New file.
12329         * tests/test-c-strcasestr.c: New file.
12330
12331 2007-02-11  Bruno Haible  <bruno@clisp.org>
12332
12333         Ensure O(n) worst-case complexity of c_strstr.
12334         * lib/c-strstr.c: Include stdbool.h, string.h.
12335         (knuth_morris_pratt): New function.
12336         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
12337         bookkeeping indicates that it's worth it.
12338         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
12339
12340         * lib/c-strstr.c: Complete rewrite for maintainability.
12341
12342         * modules/c-strstr-tests: New file.
12343         * tests/test-c-strstr.c: New file.
12344
12345 2007-02-11  Bruno Haible  <bruno@clisp.org>
12346
12347         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
12348         5.2.1 and earlier, whereby \055 was treated just like the range
12349         delimiter '-'.
12350         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
12351
12352 2007-02-08  Bruno Haible  <bruno@clisp.org>
12353
12354         * modules/regex (Depends-on): Add stdbool.
12355         Reported by Dalibor Topic <robilad@kaffe.org>.
12356
12357 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
12358
12359         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
12360         Prefer returning from main to exiting from it.
12361         Remove unnecessary parens after sizeof.
12362
12363 2007-02-05  Bruno Haible  <bruno@clisp.org>
12364
12365         New module mbssep.
12366         * modules/mbssep: New file.
12367         * lib/mbssep.c: New file.
12368         * lib/string_.h (strsep): Add a conditional link warning.
12369         (mbssep): New declaration.
12370         * m4/mbssep.m4: New file.
12371         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12372         GNULIB_MBSSEP.
12373         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
12374         * MODULES.html.sh (Internationalization functions): Add mbssep.
12375
12376 2007-02-05  Bruno Haible  <bruno@clisp.org>
12377
12378         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
12379         Optimize search in case of 1 delimiter.
12380
12381 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
12382
12383         * lib/acl.h: Include sys/types.h before sys/acl.h.
12384
12385 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
12386
12387         Merge upstream fix for glibc bugzilla #3957:
12388
12389         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
12390
12391         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
12392         bit for RE_HAT_LISTS_NOT_NEWLINE.
12393         (build_charclass_op): Remove bogus comment.
12394
12395 2007-02-05  Simon Josefsson  <simon@josefsson.org>
12396
12397         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
12398
12399 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
12400
12401         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
12402         * lib/memmem.c [!defined _LIBC]: Include config.h.
12403
12404 2007-02-04  Bruno Haible  <bruno@clisp.org>
12405
12406         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
12407         warning message.
12408
12409 2007-02-04  Bruno Haible  <bruno@clisp.org>
12410
12411         New module mbstok_r.
12412         * modules/mbstok_r: New file.
12413         * lib/mbstok_r.c: New file.
12414         * lib/string_.h (strtok_r): Change argument names to match the
12415         comments. Add a conditional link warning.
12416         (mbstok_r): New declaration.
12417         * m4/mbstok_r.m4: New file.
12418         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12419         GNULIB_MBSTOK_R.
12420         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
12421         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
12422
12423 2007-02-04  Bruno Haible  <bruno@clisp.org>
12424
12425         New module mbsspn.
12426         * modules/mbsspn: New file.
12427         * lib/mbsspn.c: New file.
12428         * lib/string_.h (strspn): Add a conditional link warning.
12429         (mbsspn): New declaration.
12430         * m4/mbsspn.m4: New file.
12431         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12432         GNULIB_MBSSPN.
12433         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
12434         * MODULES.html.sh (Internationalization functions): Add mbsspn.
12435
12436 2007-02-04  Bruno Haible  <bruno@clisp.org>
12437
12438         New module mbspbrk.
12439         * modules/mbspbrk: New file.
12440         * lib/mbspbrk.c: New file.
12441         * lib/string_.h (strpbrk): Add a conditional link warning.
12442         (mbspbrk): New declaration.
12443         * m4/mbspbrk.m4: New file.
12444         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12445         GNULIB_MBSPBRK.
12446         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
12447         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
12448
12449 2007-02-04  Bruno Haible  <bruno@clisp.org>
12450
12451         New module mbscspn.
12452         * modules/mbscspn: New file.
12453         * lib/mbscspn.c: New file.
12454         * lib/string_.h (strcspn): Add a conditional link warning.
12455         (mbscspn): New declaration.
12456         * m4/mbscspn.m4: New file.
12457         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12458         GNULIB_MBSCSPN.
12459         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
12460         * MODULES.html.sh (Internationalization functions): Add mbscspn.
12461
12462 2007-02-04  Bruno Haible  <bruno@clisp.org>
12463
12464         New module mbscasestr, reduced goal of strcasestr.
12465         * modules/mbscasestr: New file.
12466         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
12467         (mbscasestr): Renamed from strcasestr.
12468         * lib/strcasestr.c: Don't include mbuiter.h.
12469         (strcasestr): Remove support for multibyte locales.
12470         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
12471         Change the conditional link warning.
12472         (mbscasestr): New declaration.
12473         * m4/mbscasestr.m4: New file.
12474         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
12475         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
12476         REPLACE_STRCASESTR.
12477         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
12478         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
12479         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
12480         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
12481         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
12482         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
12483         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
12484         (Depends-on): Remove mbuiter.
12485         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
12486
12487 2007-02-04  Bruno Haible  <bruno@clisp.org>
12488
12489         Simplify handling of strncasecmp.
12490         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
12491         the conditional link warning.
12492         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
12493         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
12494         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
12495         * modules/strcase (configure.ac): Don't invoke
12496         gl_STRING_MODULE_INDICATOR.
12497         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
12498
12499 2007-02-04  Bruno Haible  <bruno@clisp.org>
12500
12501         New module mbscasecmp, reduced goal of strcasecmp.
12502         * modules/mbscasecmp: New file.
12503         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
12504         (mbscasecmp): Renamed from strcasecmp.
12505         * lib/strcasecmp.c: Don't include mbuiter.h.
12506         (strcasecmp): Remove support for multibyte locales.
12507         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
12508         Change the conditional link warning.
12509         (mbscasecmp): New declaration.
12510         * m4/mbscasecmp.m4: New file.
12511         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
12512         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
12513         REPLACE_STRCASECMP.
12514         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
12515         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12516         GNULIB_MBSCASECMP.
12517         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
12518         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
12519         * modules/strcase (Files): Remove m4/mbrtowc.m4.
12520         (Depends-on): Remove mbuiter.
12521         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
12522
12523 2007-02-04  Bruno Haible  <bruno@clisp.org>
12524
12525         New module mbsstr. Remove module strstr.
12526         * modules/mbsstr: New file.
12527         * modules/strstr: Remove file.
12528         * lib/mbsstr.c: Renamed from lib/strstr.c.
12529         (mbsstr): Renamed from strstr.
12530         * lib/string_.h (strstr): Remove declaration. Change the conditional
12531         link warning.
12532         (mbsstr): New declaration.
12533         * m4/mbsstr.m4: New file.
12534         * m4/strstr.m4: Remove file.
12535         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
12536         REPLACE_STRSTR.
12537         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
12538         Don't initialize GNULIB_STRSTR.
12539         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
12540         substitute GNULIB_STRSTR and REPLACE_STRSTR.
12541         * MODULES.html.sh (Internationalization functions): Add mbsstr.
12542         (Support for systems lacking ANSI C 89): Remove strstr.
12543
12544 2007-02-04  Bruno Haible  <bruno@clisp.org>
12545
12546         New module mbsrchr.
12547         * modules/mbsrchr: New file.
12548         * lib/mbsrchr.c: New file.
12549         * lib/string_.h (strrchr): Add a conditional link warning.
12550         (mbsrchr): New declaration.
12551         * m4/mbsrchr.m4: New file.
12552         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12553         GNULIB_MBSRCHR.
12554         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
12555         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
12556
12557 2007-02-04  Bruno Haible  <bruno@clisp.org>
12558
12559         New module mbschr.
12560         * modules/mbschr: New file.
12561         * lib/mbschr.c: New file.
12562         * lib/string_.h (strchr): Add a conditional link warning.
12563         (mbschr): New declaration.
12564         * m4/mbschr.m4: New file.
12565         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12566         GNULIB_MBSCHR.
12567         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
12568         * MODULES.html.sh (Internationalization functions): Add mbschr.
12569
12570 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
12571
12572         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
12573
12574         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
12575
12576 2007-02-04  Bruno Haible  <bruno@clisp.org>
12577
12578         New module description section 'configure.ac-early'.
12579         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
12580         (func_get_autoconf_early_snippet): New function.
12581         (func_import, func_create_testdir): Use it. Remove special cases for
12582         modules 'extensions' and 'lock'.
12583         * modules/extensions (configure.ac-early): Require
12584         gl_USE_SYSTEM_EXTENSIONS.
12585         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
12586
12587 2007-02-04  Bruno Haible  <bruno@clisp.org>
12588
12589         Make use of gcj-4.3's -fsource and -ftarget option.
12590         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
12591         and if so try the options -fsource and -ftarget.
12592         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
12593         source_version, ftarget_option, target_version arguments.
12594         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
12595         (is_envjavac_oldgcj_14_14_usable): Renamed from
12596         is_envjavac_gcj_14_14_usable.
12597         (is_envjavac_oldgcj_14_13_usable): Renamed from
12598         is_envjavac_gcj_14_13_usable.
12599         (is_gcj_present): Update.
12600         (is_gcj_43, is_gcj43_usable): New functions.
12601         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
12602         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
12603         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
12604         try the options -fsource and -ftarget.
12605
12606 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
12607
12608         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
12609         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
12610         larger value.
12611
12612 2007-02-03  Jim Meyering  <jim@meyering.net>
12613
12614         Give tools a better chance to allocate space for very large buffers.
12615         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
12616
12617         Make pwd and readlink work also when run with an unreadable parent dir
12618         on systems with openat support.
12619         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
12620         provided getcwd function, even when we have openat support.
12621         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
12622
12623 2007-02-02  Bruno Haible  <bruno@clisp.org>
12624
12625         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
12626         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
12627         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
12628         portability problems if one of these functions is only used on specific
12629         platforms.
12630         Reported by Paul Eggert.
12631
12632 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
12633
12634         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
12635         is causing more trouble than it's curing.
12636         * lib/regex_internal.h (__mempcpy): Remove.
12637         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
12638         (and make the code a tad smaller to boot).
12639         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
12640
12641 2007-02-02  Jim Meyering  <jim@meyering.net>
12642
12643         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
12644         section, not in the Makefile.am: one.
12645
12646 2007-02-02  Eric Blake  <ebb9@byu.net>
12647
12648         * lib/strchrnul.c: Always include config.h first.
12649
12650         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
12651         gnulib strstr is not necessary here.
12652
12653 2007-02-02  Simon Josefsson  <simon@josefsson.org>
12654
12655         * m4/socklen.m4: Fix typo.
12656
12657 2007-02-02  Eric Blake  <ebb9@byu.net>
12658
12659         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
12660         * modules/netinet_in (Makefile.am): Likewise.
12661
12662 2007-02-01  Bruno Haible  <bruno@clisp.org>
12663
12664         * lib/string_.h (GL_LINK_WARNING): New macro.
12665         (strcasecmp, strstr, strcasestr): If provided by the system,
12666         conditionally define as a macro that leads to a warning instead of to
12667         an error.
12668         (strncasecmp): Conditionally define as a macro that leads to a warning.
12669
12670 2007-02-01  Karl Berry  <karl@gnu.org>
12671
12672         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
12673
12674 2007-02-01  Bruno Haible  <bruno@clisp.org>
12675
12676         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
12677         renamings.
12678
12679 2007-02-01  Eric Blake  <ebb9@byu.net>
12680
12681         * modules/regex (Depends-on): Revert dependence on mempcpy.
12682         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
12683         module's definition of mempcpy.
12684         Reported by Paul Eggert.
12685
12686 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
12687
12688         * lib/string_.h: If the gnulib module XYZ is not present, undefine
12689         the symbol XYZ before redefining it.  This fixes a problem with
12690         programs that don't use XYZ, when compiled on systems that define
12691         XYZ to something else.
12692
12693 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
12694
12695         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
12696         occurs when "mkdir -m foo" creates a setgid directory that is (1)
12697         writeable to group or other and (2) is intended to have a special
12698         mode bit that is set or cleared.  In such a case, the directory
12699         should be neither group- nor other-writeable until the special
12700         mode bits are right.
12701
12702 2007-01-31  Eric Blake  <ebb9@byu.net>
12703
12704         * modules/mountlist (Depends-on): Add strstr.
12705
12706         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
12707         bug.
12708         * modules/string (Makefile.am): Remove redundant replacement.
12709         * modules/regex (Depends-on): Add mempcpy.
12710
12711 2007-01-31  Bruno Haible  <bruno@clisp.org>
12712
12713         New module description field 'Link'.
12714         * gnulib-tool (func_usage): Document --extract-link-directive.
12715         (sed_extract_prog): Recognize 'Link' directive.
12716         (func_get_link_directive): New function.
12717         (func_import): Show summary of link directives.
12718         Handle --extract-link-directive option.
12719         * modules/acl (Link): New section.
12720         * modules/clock-time (Link): New section.
12721         * modules/euidaccess (Link): New section.
12722         * modules/gettext (Link): New section.
12723         * modules/iconv (Link): New section.
12724         * modules/lock (Link): New section.
12725         * modules/nanosleep (Link): New section.
12726         * modules/readline (Link): New section.
12727
12728 2007-01-27  Bruno Haible  <bruno@clisp.org>
12729
12730         Enforce the use of gnulib modules for unportable <string.h> functions.
12731         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
12732         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
12733         (gl_HEADER_STRING_H_BODY): Require it.
12734         * lib/string_.h: If the gnulib module XYZ is not present, redefine
12735         the symbol XYZ to one that gives a link error.
12736         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
12737         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
12738         * modules/mempcpy (configure.ac): Likewise.
12739         * modules/memrchr (configure.ac): Likewise.
12740         * modules/stpcpy (configure.ac): Likewise.
12741         * modules/stpncpy (configure.ac): Likewise.
12742         * modules/strcase (configure.ac): Likewise.
12743         * modules/strcasestr (configure.ac): Likewise.
12744         * modules/strchrnul (configure.ac): Likewise.
12745         * modules/strdup (configure.ac): Likewise.
12746         * modules/strndup (configure.ac): Likewise.
12747         * modules/strnlen (configure.ac): Likewise.
12748         * modules/strpbrk (configure.ac): Likewise.
12749         * modules/strsep (configure.ac): Likewise.
12750         * modules/strstr (configure.ac): Likewise.
12751         * modules/strtok_r (configure.ac): Likewise.
12752
12753 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
12754
12755         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
12756
12757 2007-01-30  Jim Meyering  <jim@meyering.net>
12758
12759         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
12760
12761 2007-01-29  Bruno Haible  <bruno@clisp.org>
12762
12763         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
12764         * lib/execute.c: Likewise.
12765         * lib/pipe.c: Likewise.
12766         * lib/printf-args.h: Likewise.
12767         * lib/printf-args.c: Likewise.
12768         * lib/printf-parse.c: Likewise.
12769         * lib/vasnprintf.c: Likewise.
12770
12771 2007-01-29  Eric Blake  <ebb9@byu.net>
12772
12773         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
12774         declaration.
12775
12776 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
12777
12778         * lib/strptime.h (strptime): Use 'restrict' for args where
12779         POSIX requires this.
12780         * lib/strptime.c (strptime): Likewise.
12781         Change license notice from LGPL to GPL, since gnulib-tool will
12782         change this as needed.
12783         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
12784         defined.
12785         Include "strptime.h" first, to check interface.
12786         Do not #undef _LIBC and _NL_CURRENT.
12787         Do not include <stdlib.h>; no longer needed.
12788         Include "time_r.h" and declare ptime_locale_status
12789         only if _LIBC is not defined.
12790         (__P): Remove unused macro.
12791         (match_string): Bring back glibc version, but use it only if _LIBC
12792         is defined.
12793         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
12794         Remove unnecessary assertion and abort() call.
12795         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
12796         * m4/strptime.m4: Fix serial number comment.
12797         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
12798         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
12799         (Depends-on): Add time_r.
12800
12801 2007-01-29  Bruno Haible  <bruno@clisp.org>
12802
12803         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12804         strptime.
12805         * modules/strptime (Depends-on): Add stdbool.
12806         * lib/strptime.h: Include <time.h> always. Add comments.
12807
12808 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
12809
12810         * modules/strptime: New file.
12811         * lib/strptime.h: New file.
12812         * lib/strptime.c: New file.
12813         * m4/strptime.m4: New file.
12814
12815 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
12816
12817         * MODULES.html.sh: New module mpsort.
12818         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
12819
12820         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
12821         a circularity problem with HP-UX ia64 reported by Bob Proulx in
12822         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
12823         All uses changed.
12824         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
12825         All uses changed.
12826         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
12827         to _Restrict_.
12828         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
12829         the parameter matches the prototype.
12830
12831 2007-01-28  Jim Meyering  <jim@meyering.net>
12832
12833         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
12834         sys/time.h here, reverting that part of the previous patch:
12835         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
12836
12837 2007-01-28  Bruno Haible  <bruno@clisp.org>
12838
12839         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
12840         value of $(SYS_TIME_H).
12841         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
12842         remove it conditionally, too. [added by Jim Meyering]
12843         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
12844         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
12845         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
12846         GETTIMEOFDAY_REPLACEMENT to 1.
12847
12848 2007-01-28  Bruno Haible  <bruno@clisp.org>
12849
12850         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
12851         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
12852         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
12853         Set UNISTD_H instead of UNISTD_H2.
12854         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
12855
12856 2007-01-28  Bruno Haible  <bruno@clisp.org>
12857
12858         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
12859         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
12860
12861 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12862
12863         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
12864         (func_create_testdir): Ensure C locale for `grep' and `tr'
12865         character ranges.
12866         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
12867         ACLOCAL_AMFLAGS parsing state machine.
12868
12869 2007-01-27  Bruno Haible  <bruno@clisp.org>
12870
12871         * modules/unistr/base: Update.
12872
12873 2007-01-27  Bruno Haible  <bruno@clisp.org>
12874
12875         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
12876         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
12877         * modules/unistr/u32-mbtouc-unsafe: Renamed from
12878         modules/unistr/u32-mbtouc.
12879         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
12880         * lib/unistr.h: Update.
12881         * lib/linebreak.c: Update.
12882         * modules/unistr/u32-mbtouc: Renamed from
12883         modules/unistr/u32-mbtouc-safe.
12884         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
12885         * lib/unistr.h: Update.
12886         * lib/unistr/u32-to-u8.c: Update.
12887         * lib/unistr/u32-to-u16.c: Update.
12888
12889 2007-01-27  Bruno Haible  <bruno@clisp.org>
12890
12891         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
12892         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
12893         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
12894         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
12895         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
12896         * modules/unistr/u16-mbtouc-unsafe: Renamed from
12897         modules/unistr/u16-mbtouc.
12898         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
12899         * lib/unistr.h: Update.
12900         * lib/linebreak.c: Update.
12901         * modules/linebreak: Update.
12902         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
12903         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
12904         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
12905         * modules/unistr/u16-mbtouc: Renamed from
12906         modules/unistr/u16-mbtouc-safe.
12907         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
12908         * lib/unistr.h: Update.
12909         * lib/unistr/u16-to-u8.c: Update.
12910         * modules/unistr/u16-to-u8: Update.
12911         * lib/unistr/u16-to-u32.c: Update.
12912         * modules/unistr/u16-to-u32: Update.
12913
12914 2007-01-27  Bruno Haible  <bruno@clisp.org>
12915
12916         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
12917         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
12918         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
12919         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
12920         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
12921         * modules/unistr/u8-mbtouc-unsafe: Renamed from
12922         modules/unistr/u8-mbtouc.
12923         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
12924         * lib/unistr.h: Update.
12925         * lib/striconveh.c: Update.
12926         * modules/striconveh: Update.
12927         * lib/linebreak.c: Update.
12928         * modules/linebreak: Update.
12929         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
12930         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
12931         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
12932         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
12933         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
12934         * lib/unistr.h: Update.
12935         * lib/striconveh.c: Update.
12936         * modules/striconveh: Update.
12937         * lib/unistr/u8-to-u16.c: Update.
12938         * modules/unistr/u8-to-u16: Update.
12939         * lib/unistr/u8-to-u32.c: Update.
12940         * modules/unistr/u8-to-u32: Update.
12941
12942 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12943
12944         Sync from Libtool.
12945         * lib/argz.c: Do not include strings.h nor memory.h, include
12946         string.h unconditionally.  Patch by Simon Josefsson.
12947
12948 2007-01-27  Bruno Haible  <bruno@clisp.org>
12949
12950         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
12951         from gl_HEADER_STRING_H_BODY.
12952         (gl_HEADER_STRING_H_BODY): Require it.
12953         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
12954         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
12955         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
12956         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
12957         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
12958         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
12959         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
12960         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
12961         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
12962         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
12963         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
12964         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
12965         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
12966         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
12967         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
12968
12969 2007-01-27  Bruno Haible  <bruno@clisp.org>
12970
12971         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
12972         check_PROGRAMS into noinst_PROGRAMS.
12973         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
12974         check_PROGRAMS in this case.
12975         (func_import): Set for_test to false.
12976         (func_create_testdir): Set for_test to true.
12977
12978 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
12979             Bruno Haible  <bruno@clisp.org>
12980
12981         * modules/strcasestr (Files): Remove lib/strcasestr.h.
12982         (Depends-on): Add string.
12983         (Includes): Use <string.h> instead of strcasestr.h.
12984         * modules/string (Makefile.am): Also substitute the value of
12985         REPLACE_STRCASESTR.
12986         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
12987         assume strcasestr is declared in <string.h> not <strings.h>. Also
12988         set REPLACE_STRCASESTR.
12989         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
12990         REPLACE_STRCASESTR.
12991         * lib/strcasestr.h: Remove file.
12992         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
12993         * lib/string_.h (strcasestr): New declaration.
12994
12995 2007-01-27  Bruno Haible  <bruno@clisp.org>
12996
12997         * lib/string_.h: Use 'extern'.
12998
12999 2007-01-27  Jim Meyering  <jim@meyering.net>
13000
13001         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
13002         of set-but-not-used local, "q".
13003
13004         * lib/mempcpy.c: Include <config.h> before <string.h>.
13005         This fixes a compilation error on HP-UX, due to the system's
13006         "restrict"-using mempcpy prototype.
13007
13008 2007-01-26  Bruno Haible  <bruno@clisp.org>
13009
13010         Small optimization.
13011         * lib/javacomp.c: Include c-strstr.h.
13012          (is_envjavac_gcj): Use c_strstr instead of strstr.
13013         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
13014
13015 2007-01-26  Bruno Haible  <bruno@clisp.org>
13016
13017         * MODULES.html.sh (Unicode string functions): Add the new modules.
13018
13019         * modules/uniconv/u32-strconv-to-locale: New file.
13020         * lib/uniconv/u32-strconv-to-locale.c: New file.
13021
13022         * modules/uniconv/u16-strconv-to-locale: New file.
13023         * lib/uniconv/u16-strconv-to-locale.c: New file.
13024
13025         * modules/uniconv/u8-strconv-to-locale: New file.
13026         * lib/uniconv/u8-strconv-to-locale.c: New file.
13027
13028         * modules/uniconv/u32-strconv-from-locale: New file.
13029         * lib/uniconv/u32-strconv-from-locale.c: New file.
13030
13031         * modules/uniconv/u16-strconv-from-locale: New file.
13032         * lib/uniconv/u16-strconv-from-locale.c: New file.
13033
13034         * modules/uniconv/u8-strconv-from-locale: New file.
13035         * lib/uniconv/u8-strconv-from-locale.c: New file.
13036
13037         * modules/uniconv/u32-strconv-to-enc: New file.
13038         * lib/uniconv/u32-strconv-to-enc.c: New file.
13039         * modules/uniconv/u32-strconv-to-enc-tests: New file.
13040         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
13041
13042         * modules/uniconv/u16-strconv-to-enc: New file.
13043         * lib/uniconv/u16-strconv-to-enc.c: New file.
13044         * lib/uniconv/u-strconv-to-enc.h: New file.
13045         * modules/uniconv/u16-strconv-to-enc-tests: New file.
13046         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
13047
13048         * modules/uniconv/u8-strconv-to-enc: New file.
13049         * lib/uniconv/u8-strconv-to-enc.c: New file.
13050         * modules/uniconv/u8-strconv-to-enc-tests: New file.
13051         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
13052
13053         * modules/uniconv/u32-strconv-from-enc: New file.
13054         * lib/uniconv/u32-strconv-from-enc.c: New file.
13055         * modules/uniconv/u32-strconv-from-enc-tests: New file.
13056         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
13057
13058         * modules/uniconv/u16-strconv-from-enc: New file.
13059         * lib/uniconv/u16-strconv-from-enc.c: New file.
13060         * modules/uniconv/u16-strconv-from-enc-tests: New file.
13061         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
13062
13063         * modules/uniconv/u8-strconv-from-enc: New file.
13064         * lib/uniconv/u8-strconv-from-enc.c: New file.
13065         * lib/uniconv/u-strconv-from-enc.h: New file.
13066         * modules/uniconv/u8-strconv-from-enc-tests: New file.
13067         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
13068
13069         * modules/uniconv/u32-conv-from-enc: New file.
13070         * lib/uniconv/u32-conv-from-enc.c: New file.
13071         * modules/uniconv/u32-conv-from-enc-tests: New file.
13072         * tests/uniconv/test-u32-conv-from-enc.c: New file.
13073
13074         * modules/uniconv/u16-conv-from-enc: New file.
13075         * lib/uniconv/u16-conv-from-enc.c: New file.
13076         * lib/uniconv/u-conv-from-enc.h: New file.
13077         * modules/uniconv/u16-conv-from-enc-tests: New file.
13078         * tests/uniconv/test-u16-conv-from-enc.c: New file.
13079
13080         * modules/uniconv/u8-conv-from-enc: New file.
13081         * lib/uniconv/u8-conv-from-enc.c: New file.
13082         * modules/uniconv/u8-conv-from-enc-tests: New file.
13083         * tests/uniconv/test-u8-conv-from-enc.c: New file.
13084
13085         * modules/uniconv/base: New file.
13086         * lib/uniconv.h: New file.
13087
13088 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
13089
13090         * doc/gnulib-tool.texi (Initial import): Update to match current
13091         behavior with strdup module.
13092         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
13093         * lib/memmem.h: Remove; all uses removed.  This is now done
13094         by <string.h>.
13095         * lib/mempcpy.h: Likewise.
13096         * lib/memrchr.h: Likewise.
13097         * lib/stpcpy.h: Likewise.
13098         * lib/stpncpy.h: Likewise.
13099         * lib/strcase.h: Likewise.
13100         * lib/strchrnul.h: Likewise.
13101         * lib/strdup.h: Likewise.
13102         * lib/strndup.h: Likewise.
13103         * lib/strnlen.h: Likewise.
13104         * lib/strpbrk.h: Likewise.
13105         * lib/strsep.h: Likewise.
13106         * lib/strstr.h: Likewise.
13107         * lib/strtok_r.h: Likewise.
13108         * lib/string_.h: New file.
13109         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
13110         Rely on <string.h> instead.
13111         * lib/canon-host.c: Likewise.
13112         * lib/chdir-long.c: Likewise.
13113         * lib/concatpath.c: Likewise.
13114         * lib/exclude.c: Likewise.
13115         * lib/fchdir.c: Likewise.
13116         * lib/getaddrinfo.c: Likewise.
13117         * lib/getcwd.c: Likewise.
13118         * lib/getsubopt.c: Likewise.
13119         * lib/glob.c: Likewise.
13120         * lib/hard-locale.c: Likewise.
13121         * lib/iconvme.c: Likewise.
13122         * lib/javacomp.c: Likewise.
13123         * lib/mempcpy.c: Likewise.
13124         * lib/memrchr.c: Likewise.
13125         * lib/regex_internal.h: Likewise.
13126         * lib/stpncpy.c: Likewise.
13127         * lib/strcasecmp.c: Likewise.
13128         * lib/strchrnul.c: Likewise.
13129         * lib/strdup.c: Likewise.
13130         * lib/striconv.c: Likewise.
13131         * lib/striconveh.c: Likewise.
13132         * lib/striconveha.c: Likewise.
13133         * lib/strncasecmp.c: Likewise.
13134         * lib/strndup.c: Likewise.
13135         * lib/strnlen.c: Likewise.
13136         * lib/strsep.c: Likewise.
13137         * lib/strstr.c: Likewise.
13138         * lib/strtok_r.c: Likewise.
13139         * lib/userspec.c: Likewise.
13140         * lib/w32spawn.h: Likewise.
13141         * lib/xstrndup.c: Likewise.
13142         * lib/mountlist.c (strstr): Remove decl.
13143         * m4/string_h.m4: New file.
13144         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
13145         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
13146         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
13147         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
13148         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
13149         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
13150         Set REPLACE_STRCASECMP if necessary.
13151         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
13152         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
13153         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
13154         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
13155         HAVE_DECL_STRDUP if necessary.
13156         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
13157         since gl_FUNC_STRNDUP does that now.
13158         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
13159         Check for decl here...
13160         (gl_PREREQ_STRNLEN): ... not here.
13161         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
13162         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
13163         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
13164         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
13165         necessary.
13166         * modules/string: New file.
13167         * modules/memmem (Files): Remove special-purpose include file.
13168         (Depends-on): Add string.
13169         (Include): Include <string.h>, not the removed file.
13170         * modules/mempcpy: Likewise.
13171         * modules/memrchr: Likewise.
13172         * modules/stpcpy: Likewise.
13173         * modules/stpncpy: Likewise.
13174         * modules/strcase: Likewise.
13175         * modules/strchrnul: Likewise.
13176         * modules/strdup: Likewise.
13177         * modules/strndup: Likewise.
13178         * modules/strnlen: Likewise.
13179         * modules/strpbrk: Likewise.
13180         * modules/strsep: Likewise.
13181         * modules/strstr: Likewise.
13182         * modules/strtok_r: Likewise.
13183         * tests/test-dirname.c: Don't include "strdup.h", since
13184         <string.h> now suffices.
13185         * tests/test-memmem.c: Don't include "memmem.h", since
13186         <string.h> now suffices.
13187
13188 2007-01-25  Bruno Haible  <bruno@clisp.org>
13189
13190         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
13191         *resultp is 0.
13192
13193         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
13194         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
13195         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
13196         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
13197
13198         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
13199         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
13200         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
13201         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
13202         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
13203         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
13204
13205 2007-01-24  Bruno Haible  <bruno@clisp.org>
13206
13207         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
13208         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
13209         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
13210         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
13211         gl_FUNC_FTS_CORE.
13212         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
13213         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
13214         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
13215         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
13216         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
13217         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
13218         gl_FUNC_FCHOWNAT.
13219         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
13220         gl_FUNC_STRFTIME.
13221         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
13222         Reported by Ralf Wildenhues.
13223
13224 2007-01-24  Bruno Haible  <bruno@clisp.org>
13225
13226         Drop AC_REQUIRE calls that are redundant with the module dependencies.
13227         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
13228         gl_GETADDRINFO.
13229         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
13230         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
13231         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
13232
13233 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
13234
13235         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
13236         Don't use 'exit'; just return from 'main'.
13237         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
13238
13239         * lib/fnmatch_.h: Readjust white space and comments to match
13240         glibc, to avoid spurious diffs.
13241
13242 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13243
13244         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
13245         2004-12-01 change by Jakub Jelinek, since this code won't compile
13246         if !LIBC.  Problem reported by Bob Proulx.
13247
13248 2007-01-23  Bruno Haible  <bruno@clisp.org>
13249
13250         * lib/striconveh.c: Include c-strcaseeq.h.
13251         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
13252         * modules/striconveh (Depends-on): Add c-strcaseeq.
13253
13254 2007-01-23  Bruno Haible  <bruno@clisp.org>
13255
13256         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
13257
13258         * modules/c-strcaseeq: New file.
13259         * lib/c-strcaseeq.h: New file.
13260
13261         * modules/streq: New file.
13262         * lib/streq.h: New file.
13263
13264 2007-01-23  Bruno Haible  <bruno@clisp.org>
13265
13266         * modules/striconveha-tests: New file.
13267         * tests/test-striconveha.c: New file.
13268
13269         * lib/striconveha.h: Include <stdbool.h>.
13270         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
13271         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
13272         (mem_iconveha_notranslit): Renamed from mem_iconveha.
13273         (mem_iconveha): New function.
13274         (str_iconveha_notranslit): Renamed from str_iconveha.
13275         (str_iconveha): New function.
13276         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
13277         c-strcase.
13278
13279 2007-01-23  Bruno Haible  <bruno@clisp.org>
13280
13281         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
13282         encodings without forgiving before trying any encoding with handler.
13283         (str_iconveha): Try all encodings without forgiving before trying any
13284         encoding with handler.
13285
13286 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13287
13288         Import the following changes from libc.
13289
13290         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
13291
13292         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
13293
13294         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
13295
13296         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
13297         normal_bracket label.
13298
13299         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
13300
13301         [BZ #361]
13302         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
13303         to normal_bracket after fetching the next character.
13304
13305 2007-01-22  Bruno Haible  <bruno@clisp.org>
13306
13307         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
13308         argument.
13309         * lib/striconveh.c (iconv_carefully_1): New function.
13310         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
13311         argument.
13312         (str_cd_iconveh): Update.
13313         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
13314         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
13315         * tests/test-striconveh.c (MAGIC): New macro.
13316         (new_offsets): New function.
13317         (main): Test call with and without offsets.
13318
13319 2007-01-22  Bruno Haible  <bruno@clisp.org>
13320
13321         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
13322         * modules/sys_select (Makefile.am): Likewise.
13323         * modules/sys_socket (Makefile.am): Likewise.
13324         * modules/sys_time (Makefile.am): Likewise.
13325
13326 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
13327
13328         * modules/gettimeofday (License): Change from GPL to LGPL, since
13329         gettimeofday is a library function.
13330
13331 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13332
13333         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
13334
13335 2007-01-21  Bruno Haible  <bruno@clisp.org>
13336
13337         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
13338
13339 2007-01-21  Bruno Haible  <bruno@clisp.org>
13340
13341         * modules/striconveha: New file.
13342         * lib/striconveha.h: New file.
13343         * lib/striconveha.c: New file.
13344         * MODULES.html.sh (Internationalization functions): Add striconveha.
13345         * lib/striconv.c (str_iconv): Optimize the case of an empty input
13346         string.
13347         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
13348
13349 2007-01-21  Bruno Haible  <bruno@clisp.org>
13350
13351         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
13352         * lib/striconveh.c (str_iconveh): Likewise.
13353
13354 2007-01-21  Bruno Haible  <bruno@clisp.org>
13355
13356         * lib/striconveh.h (mem_iconveh): New declaration.
13357         * lib/striconveh.c (mem_iconveh): New function.
13358         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
13359
13360 2007-01-21  Bruno Haible  <bruno@clisp.org>
13361
13362         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
13363
13364         * lib/striconveh.h (mem_cd_iconveh): Change specification.
13365         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
13366         original result buffer.
13367         (str_cd_iconveh): Update.
13368         * tests/test-striconveh.c (main): Update.
13369
13370         * lib/striconv.h (mem_cd_iconv): Change specification.
13371         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
13372         result buffer.
13373         (str_cd_iconv): Update.
13374         * tests/test-striconv.c (main): Update.
13375
13376 2007-01-21  Bruno Haible  <bruno@clisp.org>
13377
13378         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
13379
13380 2007-01-20  Jim Meyering  <jim@meyering.net>
13381
13382         * lib/userspec.c (parse_with_separator): If a user or group string
13383         starts with "+", skip the corresponding name-to-ID look-up, since
13384         such a look-up must fail: user and group names may not include "+".
13385
13386 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
13387
13388         * lib/poll.c: Include sys/time.h and time.h unconditionally,
13389         since we now assume the sys_time module.
13390         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
13391         check for sys/time.h; no longer needed.
13392         * modules/poll (Depends-on): Depend on sys_time.
13393
13394 2007-01-18  Bruno Haible  <bruno@clisp.org>
13395
13396         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
13397         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
13398
13399         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
13400         gettimeofday.
13401
13402         * tests/test-gettimeofday.c: Include <time.h>.
13403         (dummy): Remove variable.
13404
13405         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
13406         gl_HEADER_SYS_TIME_H.
13407         (gl_HEADER_SYS_TIME_H): New macro.
13408
13409         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
13410         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
13411         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
13412         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
13413         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
13414         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
13415         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
13416         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
13417         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
13418         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
13419         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
13420
13421         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
13422         last change; it caused a compilation error when cross-compiling to
13423         Cygwin.
13424
13425 2007-01-18  Jim Meyering  <jim@meyering.net>
13426
13427         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
13428         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
13429         than the race-prone "test -d sys || mkdir sys".
13430         (configure.ac): Use AC_PROG_MKDIR_P.
13431         * modules/sys_select: Likewise.
13432         * modules/sys_socket: Likewise.
13433         * modules/sys_time: Likewise.
13434
13435 2007-01-18  Eric Blake  <ebb9@byu.net>
13436
13437         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
13438         replace gettimeofday.
13439         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
13440         name, to avoid infinite recursion.
13441
13442 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
13443
13444         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
13445         module sys_time.
13446         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
13447         assume timespec.h defines struct timeval.
13448         * lib/settime.c: Likewise.
13449         * lib/utimens.c: Likewise.
13450         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
13451         since we now assume the gettimeofday module.
13452         * lib/tempname.c (__gen_tempname): Likewise.
13453         * lib/gettimeofday.h: Remove.
13454         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
13455         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
13456         Include <time.h>, for 'time()'.
13457         (localtime_buffer_addr): Also use this workaround if
13458         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
13459         to simplify the uses.  All uses changed.
13460         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
13461         that #undef is inside {}, and 'const' follows type name consistently.
13462         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
13463         (gettimeofday): Do not use the maximum possible value for
13464         tv->tv_usec, since that might break usages other than ls.c.
13465         Instead, we'll leave ls.c alone.  This undoes today's patch
13466         by Bruno.  Add a compile-time warning for 1s-clock resolution;
13467         we've never observed the problem but might as well keep the
13468         canary.
13469         * lib/nanosleep.c: Include timespec.h first, for interface check.
13470         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
13471         now assume the sys_time module.
13472         * lib/tempname.c: Likewise.
13473         * lib/timespec.h: Likewise.
13474         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
13475         needed.
13476         * lib/strftime.c: Likewise.
13477         * lib/timespec.h: Likewise.
13478         * lib/posixtm.c: Include posixtm.h first, for interface check.
13479         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
13480         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
13481         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
13482         * lib/sys_time_.h: New file.
13483         * lib/timespec.h (struct timespec): Use long int, not long.
13484         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
13485         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
13486         Remove obsolescent call to AC_HEADER_TIME.
13487         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
13488         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
13489         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
13490         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
13491         Likewise.
13492         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
13493         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
13494         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
13495         into the sys_time module.  Check for gettimeofday just once.
13496         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
13497         for gettimeofday signature to just check the signature.  Merely
13498         compile it, since linking doesn't test signature.  Improve test for
13499         whether gettimeofday.o is actually needed.
13500         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
13501         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
13502         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
13503         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
13504         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
13505         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
13506         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
13507         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
13508         than worrying about sys/time.h.
13509         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
13510         Don't bother worrying about TIME_WITH_SYS_TIME.
13511         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
13512         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
13513         * m4/sys_time_h.m4: New file.
13514         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
13515         Don't include sys/time.h.  Return from main rather than exiting.
13516         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
13517         all uses changed.
13518         * modules/gethrxtime (Depends-on): Add sys_time.
13519         * modules/gettime (Depends-on): Likewise.
13520         * modules/gettimeofday (Depends-on): Likewise.
13521         * modules/nanosleep (Depends-on): Likewise.
13522         * modules/settime (Depends-on): Likewise.
13523         * modules/tempname (Depends-on): Likewise.
13524         * modules/utimens (Depends-on): Likewise.
13525         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
13526         (Include:) Change back to <sys/time.h>.
13527         (Maintainer:) Add self.
13528         * modules/sys_time: New file.
13529         * modules/tempname (Depends-on): Add gettimeofday.
13530         * tests/test-gettimeofday.c: Include <sys/time.h>
13531         rather than gettimeofday.h.
13532
13533 2007-01-17  Bruno Haible  <bruno@clisp.org>
13534
13535         * gnulib-tool (func_get_license): Revert last patch. Instead, let
13536         the license default to GPL.
13537         (func_create_testdir): Don't complain if a module is LGPL and its
13538         tests module depends on GPLed modules.
13539
13540 2007-01-17  Bruno Haible  <bruno@clisp.org>
13541
13542         * lib/gettimeofday.c (gettimeofday): Add code for the case
13543         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
13544         maximum possible value for tv->tv_usec, rather than the minimum one.
13545
13546 2005-10-08  Martin Lambers  <marlam@marlam.de>
13547 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
13548 2007-01-16  Bruno Haible  <bruno@clisp.org>
13549
13550         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
13551         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
13552         gl_FUNC_GETTIMEOFDAY.
13553         (Include): Add gettimeofday.h.
13554         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
13555         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
13556         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
13557         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
13558         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
13559         * lib/gettimeofday.h: New file.
13560         * lib/gettimeofday.c: Include <sys/timeb.h>.
13561         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
13562         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
13563         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
13564         fall back on time().
13565
13566         * tests/test-gettimeofday.c: New file.
13567         * modules/gettimeofday-tests: New file.
13568
13569 2007-01-16  Eric Blake  <ebb9@byu.net>
13570
13571         * modules/fnmatch (Depends-on): Depend on wchar.
13572         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
13573         * m4/fnmatch.m4: Likewise.
13574         * modules/mbchar (Makefile.am): Assume <wchar.h>.
13575         * m4/mbchar.m4: Likewise.
13576         * modules/mbswidth (Depends-on): Depend on wchar.
13577         * lib/mbswidth.c: Assume <wchar.h>.
13578         * m4/mbswidth.m4: Likewise.
13579         * modules/quotearg (Depends-on): Depend on wchar.
13580         * lib/quotearg.c: Assume <wchar.h>.
13581         * m4/quotearg.m4: Likewise.
13582         * modules/regex (Depends-on): Depend on wchar.
13583         * lib/regex_internal.h: Assume <wchar.h>.
13584         * m4/regex.m4: Likewise.
13585         * modules/stdint (Depends-on): Depend on wchar.
13586         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
13587         * m4/stdint.m4: Likewise.
13588         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
13589         * modules/strftime (Depends-on): Depend on wchar.
13590         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
13591         * modules/strtol (Depends-on): Depend on wchar.
13592         * lib/strtol.c: Assume <wchar.h>.
13593         * modules/wcwidth (Depends-on): Depend on wchar.
13594         * lib/wcwidth.h: Assume <wchar.h>.
13595         * m4/wcwidth.m4: Likewise.
13596
13597 2007-01-16  Bruno Haible  <bruno@clisp.org>
13598
13599         * modules/csharpexec-script: New, created from...
13600         * modules/csharpexec: ... this.
13601
13602 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
13603
13604         * modules/javaexec-script: New, created from...
13605         * modules/javaexec: ... this.
13606
13607 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13608
13609         * modules/poll (Dependencies): Add sys_select.
13610
13611 2007-01-15  Jim Meyering  <jim@meyering.net>
13612
13613         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
13614         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
13615         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
13616         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
13617
13618 2007-01-15  Bruno Haible  <bruno@clisp.org>
13619
13620         * modules/striconveh: New file.
13621         * lib/striconveh.h: New file.
13622         * lib/striconveh.c: New file.
13623         * MODULES.html.sh (Internationalization functions): Add striconveh.
13624
13625         * modules/striconveh-tests: New file.
13626         * tests/test-striconveh.c: New file.
13627
13628 2007-01-15  Bruno Haible  <bruno@clisp.org>
13629
13630         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
13631         not from GNU libiconv or GNU libc.
13632
13633 2007-01-15  Bruno Haible  <bruno@clisp.org>
13634
13635         * doc/gnulib-intro.texi (Copyright): Explain the different license
13636         terms for module descriptions, autoconf macros, tests, documentation.
13637
13638 2007-01-14  Bruno Haible  <bruno@clisp.org>
13639
13640         * modules/striconv-tests: New file.
13641         * tests/test-striconv.c: New file.
13642
13643 2007-01-14  Bruno Haible  <bruno@clisp.org>
13644
13645         * modules/iconv-tests: New file.
13646         * tests/test-iconv.c: New file.
13647
13648 2007-01-14  Bruno Haible  <bruno@clisp.org>
13649
13650         * gnulib-tool (func_get_license): For test modules, use the license of
13651         the main module.
13652
13653 2007-01-14  Bruno Haible  <bruno@clisp.org>
13654
13655         * modules/iconv (Include): Clarify that <iconv.h> can only be included
13656         if iconv is found to exist.
13657
13658 2007-01-14  Bruno Haible  <bruno@clisp.org>
13659
13660         * modules/c-ctype-tests: New file.
13661         * tests/test-c-ctype.c: New file.
13662
13663 2007-01-14  Bruno Haible  <bruno@clisp.org>
13664
13665         * modules/binary-io-tests: New file.
13666         * tests/test-binary-io.sh: New file.
13667         * tests/test-binary-io.c: New file.
13668
13669 2007-01-14  Bruno Haible  <bruno@clisp.org>
13670
13671         * modules/array-oset-tests: New file.
13672         * tests/test-array_oset.c: New file.
13673
13674 2007-01-14  Bruno Haible  <bruno@clisp.org>
13675
13676         * modules/array-list-tests: New file.
13677         * tests/test-array_list.c: New file.
13678
13679 2007-01-14  Bruno Haible  <bruno@clisp.org>
13680
13681         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
13682         and make.
13683         Reported by Simon Josefsson in
13684         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
13685
13686 2007-01-14  Bruno Haible  <bruno@clisp.org>
13687
13688         * modules/allocsa-tests: New file.
13689         * tests/test-allocsa.c: New file.
13690
13691 2007-01-14  Bruno Haible  <bruno@clisp.org>
13692
13693         * modules/fchdir (Depends-on): Add absolute-header.
13694         * modules/unistd (Depends-on): Likewise.
13695
13696 2006-12-30  Bruno Haible  <bruno@clisp.org>
13697
13698         * modules/fchdir: New file.
13699         * modules/unistd (Files): Add lib/unistd_.h.
13700         (Makefile.am): Generate unistd.h from unistd_.h.
13701         * lib/fchdir.c: New file.
13702         * lib/dirent_.h: New file.
13703         * lib/unistd_.h: New file.
13704         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
13705         * m4/fchdir.m4: New file.
13706         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
13707         (gl_HEADER_UNISTD): Invoke it.
13708         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
13709         function.
13710         * lib/backupfile.c (opendir, closedir): Undefine.
13711         * lib/chown.c (open, close): Undefine.
13712         * lib/clean-temp.c (open, close): Undefine.
13713         * lib/copy-file.c (open, close): Undefine.
13714         * lib/execute.c (open, close): Undefine.
13715         * lib/fsusage.c (open, close): Undefine.
13716         * lib/gc-gnulib.c (open, close): Undefine.
13717         * lib/getcwd.c (opendir, closedir): Undefine.
13718         * lib/glob.c (opendir, closedir): Undefine.
13719         * lib/javacomp.c (open, close): Undefine.
13720         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
13721         * lib/openat-proc.c (open, close): Undefine.
13722         * lib/pagealign_alloc.c (open, close): Undefine.
13723         * lib/pipe.c (open, close): Undefine.
13724         * lib/progreloc.c (open, close): Undefine.
13725         * lib/savedir.c (opendir, closedir): Undefine.
13726         * lib/utime.c (open, close): Undefine.
13727         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
13728
13729 2007-01-10  Bruno Haible  <bruno@clisp.org>
13730
13731         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
13732
13733 2007-01-12  Eric Blake  <ebb9@byu.net>
13734
13735         Provide a robust <wchar.h>.  Further simplifications are now
13736         possible in other modules, but not included here.
13737         * modules/wchar: New module.
13738         * m4/wchar.m4: New file.
13739         * lib/wchar_.h: Likewise.
13740         * modules/mbchar (Depends-on): Depend on wchar, as the first use
13741         of the new module.
13742         * MODULES.html.sh (Extended multibyte and wide character utilities):
13743         New section.
13744
13745 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
13746
13747         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
13748         to a reasonable default for memory allocation.
13749         (xreadlink): Don't allocate a huge buffer, to work around a buggy
13750         file system that reports garbage st_size values for symlinks.
13751         Problem reported by Liyang Hu.
13752
13753 2007-01-11  Simon Josefsson  <simon@josefsson.org>
13754
13755         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
13756         Emacs .#* auto-save files).
13757
13758 2007-01-11  Bruno Haible  <bruno@clisp.org>
13759
13760         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
13761         directory.
13762
13763 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
13764
13765         Use @...@ consistently in lib/wctype_.h.
13766         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
13767         on it being set to 1 or 0.
13768         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
13769         go back to AC_SUBSTing it.
13770         * modules/wctype (Makefile.am): Undo previous change.
13771
13772 2007-01-10  Eric Blake  <ebb9@byu.net>
13773
13774         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
13775         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
13776         * modules/wctype (Makefile.am): Likewise.
13777         Reported by Chris McGuire.
13778
13779 2007-01-10  Jim Meyering  <jim@meyering.net>
13780
13781         fts.c: a small readability/maintainability improvement
13782         * lib/fts.c (fts_read): Make this code slightly more readable and
13783         maintainable by hoisting the "sp->fts_cur = p" assignments to
13784         immediately follow the statements that set P.  Derived from
13785         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
13786
13787 2007-01-10  Eric Blake  <ebb9@byu.net>
13788
13789         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
13790         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
13791         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
13792         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
13793         Reported by Chris McGuire.
13794
13795 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13796
13797         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
13798         in sed script.
13799
13800 2007-01-09  Bruno Haible  <bruno@clisp.org>
13801
13802         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
13803         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
13804         variables.
13805         (func_module): Use them.
13806
13807 2007-01-09  Bruno Haible  <bruno@clisp.org>
13808
13809         * modules/unistr/base: New file.
13810         * lib/unistr.h: New file.
13811
13812         * modules/unistr/u8-to-u16: New file.
13813         * lib/unistr/u8-to-u16.c: New file.
13814
13815         * modules/unistr/u8-to-u32: New file.
13816         * lib/unistr/u8-to-u32.c: New file.
13817
13818         * modules/unistr/u16-to-u8: New file.
13819         * lib/unistr/u16-to-u8.c: New file.
13820
13821         * modules/unistr/u16-to-u32: New file.
13822         * lib/unistr/u16-to-u32.c: New file.
13823
13824         * modules/unistr/u32-to-u8: New file.
13825         * lib/unistr/u32-to-u8.c: New file.
13826
13827         * modules/unistr/u32-to-u16: New file.
13828         * lib/unistr/u32-to-u16.c: New file.
13829
13830         * modules/unistr/u8-check: New file.
13831         * modules/unistr/u16-check: New file.
13832         * modules/unistr/u32-check: New file.
13833         * lib/unistr/u8-check.c: New file.
13834         * lib/unistr/u16-check.c: New file.
13835         * lib/unistr/u32-check.c: New file.
13836
13837         * modules/unistr/u8-chr: New file.
13838         * modules/unistr/u16-chr: New file.
13839         * modules/unistr/u32-chr: New file.
13840         * lib/unistr/u8-chr.c: New file.
13841         * lib/unistr/u16-chr.c: New file.
13842         * lib/unistr/u32-chr.c: New file.
13843
13844         * modules/unistr/u8-cmp: New file.
13845         * modules/unistr/u16-cmp: New file.
13846         * modules/unistr/u32-cmp: New file.
13847         * lib/unistr/u8-cmp.c: New file.
13848         * lib/unistr/u16-cmp.c: New file.
13849         * lib/unistr/u32-cmp.c: New file.
13850
13851         * modules/unistr/u8-cpy: New file.
13852         * modules/unistr/u16-cpy: New file.
13853         * modules/unistr/u32-cpy: New file.
13854         * lib/unistr/u8-cpy.c: New file.
13855         * lib/unistr/u16-cpy.c: New file.
13856         * lib/unistr/u32-cpy.c: New file.
13857         * lib/unistr/u-cpy.h: New file.
13858
13859         * modules/unistr/u8-cpy-alloc: New file.
13860         * modules/unistr/u16-cpy-alloc: New file.
13861         * modules/unistr/u32-cpy-alloc: New file.
13862         * lib/unistr/u8-cpy-alloc.c: New file.
13863         * lib/unistr/u16-cpy-alloc.c: New file.
13864         * lib/unistr/u32-cpy-alloc.c: New file.
13865         * lib/unistr/u-cpy-alloc.h: New file.
13866
13867         * modules/unistr/u8-endswith: New file.
13868         * modules/unistr/u16-endswith: New file.
13869         * modules/unistr/u32-endswith: New file.
13870         * lib/unistr/u8-endswith.c: New file.
13871         * lib/unistr/u16-endswith.c: New file.
13872         * lib/unistr/u32-endswith.c: New file.
13873         * lib/unistr/u-endswith.h: New file.
13874
13875         * modules/unistr/u8-mblen: New file.
13876         * modules/unistr/u16-mblen: New file.
13877         * modules/unistr/u32-mblen: New file.
13878         * lib/unistr/u8-mblen.c: New file.
13879         * lib/unistr/u16-mblen.c: New file.
13880         * lib/unistr/u32-mblen.c: New file.
13881
13882         * modules/unistr/u8-mbtouc: New file.
13883         * modules/unistr/u16-mbtouc: New file.
13884         * modules/unistr/u32-mbtouc: New file.
13885         * lib/unistr/u8-mbtouc.c: New file.
13886         * lib/unistr/u16-mbtouc.c: New file.
13887         * lib/unistr/u32-mbtouc.c: New file.
13888
13889         * modules/unistr/u8-mbtouc-safe: New file.
13890         * modules/unistr/u16-mbtouc-safe: New file.
13891         * modules/unistr/u32-mbtouc-safe: New file.
13892         * lib/unistr/u8-mbtouc-safe.c: New file.
13893         * lib/unistr/u16-mbtouc-safe.c: New file.
13894         * lib/unistr/u32-mbtouc-safe.c: New file.
13895
13896         * modules/unistr/u8-move: New file.
13897         * modules/unistr/u16-move: New file.
13898         * modules/unistr/u32-move: New file.
13899         * lib/unistr/u8-move.c: New file.
13900         * lib/unistr/u16-move.c: New file.
13901         * lib/unistr/u32-move.c: New file.
13902         * lib/unistr/u-move.h: New file.
13903
13904         * modules/unistr/u8-next: New file.
13905         * modules/unistr/u16-next: New file.
13906         * modules/unistr/u32-next: New file.
13907         * lib/unistr/u8-next.c: New file.
13908         * lib/unistr/u16-next.c: New file.
13909         * lib/unistr/u32-next.c: New file.
13910
13911         * modules/unistr/u8-prev: New file.
13912         * modules/unistr/u16-prev: New file.
13913         * modules/unistr/u32-prev: New file.
13914         * lib/unistr/u8-prev.c: New file.
13915         * lib/unistr/u16-prev.c: New file.
13916         * lib/unistr/u32-prev.c: New file.
13917
13918         * modules/unistr/u8-set: New file.
13919         * modules/unistr/u16-set: New file.
13920         * modules/unistr/u32-set: New file.
13921         * lib/unistr/u8-set.c: New file.
13922         * lib/unistr/u16-set.c: New file.
13923         * lib/unistr/u32-set.c: New file.
13924         * lib/unistr/u-set.h: New file.
13925
13926         * modules/unistr/u8-startswith: New file.
13927         * modules/unistr/u16-startswith: New file.
13928         * modules/unistr/u32-startswith: New file.
13929         * lib/unistr/u8-startswith.c: New file.
13930         * lib/unistr/u16-startswith.c: New file.
13931         * lib/unistr/u32-startswith.c: New file.
13932         * lib/unistr/u-startswith.h: New file.
13933
13934         * modules/unistr/u8-stpcpy: New file.
13935         * modules/unistr/u16-stpcpy: New file.
13936         * modules/unistr/u32-stpcpy: New file.
13937         * lib/unistr/u8-stpcpy.c: New file.
13938         * lib/unistr/u16-stpcpy.c: New file.
13939         * lib/unistr/u32-stpcpy.c: New file.
13940         * lib/unistr/u-stpcpy.h: New file.
13941
13942         * modules/unistr/u8-stpncpy: New file.
13943         * modules/unistr/u16-stpncpy: New file.
13944         * modules/unistr/u32-stpncpy: New file.
13945         * lib/unistr/u8-stpncpy.c: New file.
13946         * lib/unistr/u16-stpncpy.c: New file.
13947         * lib/unistr/u32-stpncpy.c: New file.
13948         * lib/unistr/u-stpncpy.h: New file.
13949
13950         * modules/unistr/u8-strcat: New file.
13951         * modules/unistr/u16-strcat: New file.
13952         * modules/unistr/u32-strcat: New file.
13953         * lib/unistr/u8-strcat.c: New file.
13954         * lib/unistr/u16-strcat.c: New file.
13955         * lib/unistr/u32-strcat.c: New file.
13956         * lib/unistr/u-strcat.h: New file.
13957
13958         * modules/unistr/u8-strchr: New file.
13959         * modules/unistr/u16-strchr: New file.
13960         * modules/unistr/u32-strchr: New file.
13961         * lib/unistr/u8-strchr.c: New file.
13962         * lib/unistr/u16-strchr.c: New file.
13963         * lib/unistr/u32-strchr.c: New file.
13964
13965         * modules/unistr/u8-strcmp: New file.
13966         * modules/unistr/u16-strcmp: New file.
13967         * modules/unistr/u32-strcmp: New file.
13968         * lib/unistr/u8-strcmp.c: New file.
13969         * lib/unistr/u16-strcmp.c: New file.
13970         * lib/unistr/u32-strcmp.c: New file.
13971
13972         * modules/unistr/u8-strcpy: New file.
13973         * modules/unistr/u16-strcpy: New file.
13974         * modules/unistr/u32-strcpy: New file.
13975         * lib/unistr/u8-strcpy.c: New file.
13976         * lib/unistr/u16-strcpy.c: New file.
13977         * lib/unistr/u32-strcpy.c: New file.
13978         * lib/unistr/u-strcpy.h: New file.
13979
13980         * modules/unistr/u8-strcspn: New file.
13981         * modules/unistr/u16-strcspn: New file.
13982         * modules/unistr/u32-strcspn: New file.
13983         * lib/unistr/u8-strcspn.c: New file.
13984         * lib/unistr/u16-strcspn.c: New file.
13985         * lib/unistr/u32-strcspn.c: New file.
13986         * lib/unistr/u-strcspn.h: New file.
13987
13988         * modules/unistr/u8-strdup: New file.
13989         * modules/unistr/u16-strdup: New file.
13990         * modules/unistr/u32-strdup: New file.
13991         * lib/unistr/u8-strdup.c: New file.
13992         * lib/unistr/u16-strdup.c: New file.
13993         * lib/unistr/u32-strdup.c: New file.
13994         * lib/unistr/u-strdup.h: New file.
13995
13996         * modules/unistr/u8-strlen: New file.
13997         * modules/unistr/u16-strlen: New file.
13998         * modules/unistr/u32-strlen: New file.
13999         * lib/unistr/u8-strlen.c: New file.
14000         * lib/unistr/u16-strlen.c: New file.
14001         * lib/unistr/u32-strlen.c: New file.
14002         * lib/unistr/u-strlen.h: New file.
14003
14004         * modules/unistr/u8-strmblen: New file.
14005         * modules/unistr/u16-strmblen: New file.
14006         * modules/unistr/u32-strmblen: New file.
14007         * lib/unistr/u8-strmblen.c: New file.
14008         * lib/unistr/u16-strmblen.c: New file.
14009         * lib/unistr/u32-strmblen.c: New file.
14010
14011         * modules/unistr/u8-strmbtouc: New file.
14012         * modules/unistr/u16-strmbtouc: New file.
14013         * modules/unistr/u32-strmbtouc: New file.
14014         * lib/unistr/u8-strmbtouc.c: New file.
14015         * lib/unistr/u16-strmbtouc.c: New file.
14016         * lib/unistr/u32-strmbtouc.c: New file.
14017
14018         * modules/unistr/u8-strncat: New file.
14019         * modules/unistr/u16-strncat: New file.
14020         * modules/unistr/u32-strncat: New file.
14021         * lib/unistr/u8-strncat.c: New file.
14022         * lib/unistr/u16-strncat.c: New file.
14023         * lib/unistr/u32-strncat.c: New file.
14024         * lib/unistr/u-strncat.h: New file.
14025
14026         * modules/unistr/u8-strncmp: New file.
14027         * modules/unistr/u16-strncmp: New file.
14028         * modules/unistr/u32-strncmp: New file.
14029         * lib/unistr/u8-strncmp.c: New file.
14030         * lib/unistr/u16-strncmp.c: New file.
14031         * lib/unistr/u32-strncmp.c: New file.
14032
14033         * modules/unistr/u8-strncpy: New file.
14034         * modules/unistr/u16-strncpy: New file.
14035         * modules/unistr/u32-strncpy: New file.
14036         * lib/unistr/u8-strncpy.c: New file.
14037         * lib/unistr/u16-strncpy.c: New file.
14038         * lib/unistr/u32-strncpy.c: New file.
14039         * lib/unistr/u-strncpy.h: New file.
14040
14041         * modules/unistr/u8-strnlen: New file.
14042         * modules/unistr/u16-strnlen: New file.
14043         * modules/unistr/u32-strnlen: New file.
14044         * lib/unistr/u8-strnlen.c: New file.
14045         * lib/unistr/u16-strnlen.c: New file.
14046         * lib/unistr/u32-strnlen.c: New file.
14047         * lib/unistr/u-strnlen.h: New file.
14048
14049         * modules/unistr/u8-strpbrk: New file.
14050         * modules/unistr/u16-strpbrk: New file.
14051         * modules/unistr/u32-strpbrk: New file.
14052         * lib/unistr/u8-strpbrk.c: New file.
14053         * lib/unistr/u16-strpbrk.c: New file.
14054         * lib/unistr/u32-strpbrk.c: New file.
14055         * lib/unistr/u-strpbrk.h: New file.
14056
14057         * modules/unistr/u8-strrchr: New file.
14058         * modules/unistr/u16-strrchr: New file.
14059         * modules/unistr/u32-strrchr: New file.
14060         * lib/unistr/u8-strrchr.c: New file.
14061         * lib/unistr/u16-strrchr.c: New file.
14062         * lib/unistr/u32-strrchr.c: New file.
14063
14064         * modules/unistr/u8-strspn: New file.
14065         * modules/unistr/u16-strspn: New file.
14066         * modules/unistr/u32-strspn: New file.
14067         * lib/unistr/u8-strspn.c: New file.
14068         * lib/unistr/u16-strspn.c: New file.
14069         * lib/unistr/u32-strspn.c: New file.
14070         * lib/unistr/u-strspn.h: New file.
14071
14072         * modules/unistr/u8-strstr: New file.
14073         * modules/unistr/u16-strstr: New file.
14074         * modules/unistr/u32-strstr: New file.
14075         * lib/unistr/u8-strstr.c: New file.
14076         * lib/unistr/u16-strstr.c: New file.
14077         * lib/unistr/u32-strstr.c: New file.
14078         * lib/unistr/u-strstr.h: New file.
14079
14080         * modules/unistr/u8-strtok: New file.
14081         * modules/unistr/u16-strtok: New file.
14082         * modules/unistr/u32-strtok: New file.
14083         * lib/unistr/u8-strtok.c: New file.
14084         * lib/unistr/u16-strtok.c: New file.
14085         * lib/unistr/u32-strtok.c: New file.
14086         * lib/unistr/u-strtok.h: New file.
14087
14088         * modules/unistr/u8-uctomb: New file.
14089         * modules/unistr/u16-uctomb: New file.
14090         * modules/unistr/u32-uctomb: New file.
14091         * lib/unistr/u8-uctomb.c: New file.
14092         * lib/unistr/u16-uctomb.c: New file.
14093         * lib/unistr/u32-uctomb.c: New file.
14094
14095         * MODULES.html.sh (Unicode string functions): Add the new modules.
14096
14097 2007-01-08  Bruno Haible  <bruno@clisp.org>
14098
14099         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
14100         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
14101         subdirectories.
14102
14103 2007-01-08  Karl Berry  <karl@gnu.org>
14104
14105         * doc/error.texi: mention that main() fns must set program_name
14106         when progname is used.
14107
14108 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
14109
14110         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
14111         WCTYPE_H is empty, for the benefit of builds from non-distclean
14112         directories.  Problem reported by Eric Blake in
14113         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
14114
14115 2007-01-08  Bruno Haible  <bruno@clisp.org>
14116
14117         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
14118         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
14119         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
14120         PROVIDE_CANONICALIZE_FILENAME_MODE.
14121         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
14122
14123 2007-01-08  Bruno Haible  <bruno@clisp.org>
14124
14125         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
14126         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
14127         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
14128         * lib/fts.c: Likewise.
14129         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
14130
14131 2006-12-25  Bruno Haible  <bruno@clisp.org>
14132
14133         * modules/utf8-ucs4-safe: New file.
14134         * lib/utf8-ucs4-safe.h: New file.
14135         * lib/unistr/utf8-ucs4-safe.c: New file.
14136
14137         * modules/utf16-ucs4-safe: New file.
14138         * lib/utf16-ucs4-safe.h: New file.
14139         * lib/unistr/utf16-ucs4-safe.c: New file.
14140
14141         * MODULES.html.sh (Unicode string functions): Add the new modules.
14142
14143 2007-01-08  Bruno Haible  <bruno@clisp.org>
14144
14145         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
14146         (Depends-on): Add unitypes.
14147         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
14148         (u8_mbtouc_aux): Move out to separate file.
14149         (u8_mbtouc): Use ucs4_t, uint8_t types.
14150         * lib/unistr/utf8-ucs4.c: New file.
14151
14152         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
14153         (Depends-on): Add unitypes.
14154         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
14155         (u16_mbtouc_aux): Move out to separate file.
14156         (u16_mbtouc): Use ucs4_t, uint16_t types.
14157         * lib/unistr/utf16-ucs4.c: New file.
14158
14159         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
14160         (Depends-on): Add unitypes.
14161         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
14162         (u8_uctomb_aux): Move out to separate file.
14163         (u8_uctomb): Use ucs4_t, uint8_t types.
14164         * lib/unistr/ucs4-utf8.c: New file.
14165
14166         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
14167         (Depends-on): Add unitypes.
14168         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
14169         (u16_uctomb_aux): Move out to separate file.
14170         (u16_uctomb): Use ucs4_t, uint16_t types.
14171         * lib/unistr/ucs4-utf16.c: New file.
14172
14173 2006-12-25  Bruno Haible  <bruno@clisp.org>
14174
14175         * modules/unitypes: New file.
14176         * lib/unitypes.h: New file.
14177         * MODULES.html.sh (func_all_modules): New section "Unicode string
14178         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
14179         this section. Add unitypes.
14180
14181 2007-01-08  Bruno Haible  <bruno@clisp.org>
14182
14183         Avoid variable names that conflict with those from libtool.
14184         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
14185         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
14186         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
14187         library_names_spec to acl_library_names_spec, hardcode_* to
14188         acl_hardcode_*.
14189         Reported by Ralf Wildenhues.
14190
14191 2007-01-08  Bruno Haible  <bruno@clisp.org>
14192
14193         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
14194         definition.
14195         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
14196         definition.
14197         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
14198         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
14199         definition.
14200         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
14201         definition.
14202         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
14203         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
14204         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
14205         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
14206         definition.
14207         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
14208         definition.
14209         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
14210         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
14211         GC_USE_<algorithm>.
14212         * lib/gc-libgcrypt.c: Likewise.
14213         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
14214         * modules/gc-arctwo (configure.ac): Likewise.
14215         * modules/gc-des (configure.ac): Likewise.
14216         * modules/gc-hmac-md5 (configure.ac): Likewise.
14217         * modules/gc-hmac-sha1 (configure.ac): Likewise.
14218         * modules/gc-md2 (configure.ac): Likewise.
14219         * modules/gc-md4 (configure.ac): Likewise.
14220         * modules/gc-md5 (configure.ac): Likewise.
14221         * modules/gc-random (configure.ac): Likewise.
14222         * modules/gc-rijndael (configure.ac): Likewise.
14223         * modules/gc-sha1 (configure.ac): Likewise.
14224
14225 2007-01-08  Bruno Haible  <bruno@clisp.org>
14226
14227         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
14228         macro definition.
14229         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
14230         definition.
14231         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
14232         definition.
14233         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
14234         * modules/fcntl-safer (configure.ac): Likewise.
14235         * modules/fopen-safer (configure.ac): Likewise.
14236         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
14237         GNULIB_FWRITEERROR macro definition.
14238
14239 2007-01-08  Bruno Haible  <bruno@clisp.org>
14240
14241         * m4/gnulib-common.m4: New file.
14242         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
14243         (func_get_filelist): Add m4/gnulib-common.m4.
14244
14245 2007-01-08  Bruno Haible  <bruno@clisp.org>
14246
14247         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
14248         command.
14249
14250 2007-01-08  Jim Meyering  <jim@meyering.net>
14251
14252         Use a more robust test for a "can't happen" condition.
14253         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
14254         narrowed the st_size value.  Presuming the "can't happen" condition
14255         is true, that narrowing could conceivably convert an invalid st_size
14256         value into a valid one.  Instead, use a change based on Matthew
14257         Woehlke's original patch.
14258
14259         Slight readability improvement: use an assert-like macro
14260         in place of literal "abort ()" uses.
14261         * lib/fts.c (fts_assert): Define.
14262         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
14263         Use this macro instead of a bare 'abort'.
14264
14265 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
14266
14267         Don't worry about using IRIX 5.3's wctype.h broken definitions;
14268         simply work around them.
14269         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
14270         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
14271         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
14272         declaring.
14273         Don't bother to define as macros, since the standard doesn't require it.
14274         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
14275         longer worry about IRIX 5.3.
14276         (HAVE_WCTYPE_CTMP_BUG): Remove.
14277
14278 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
14279
14280         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
14281         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
14282         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
14283         Problems reported by Georg Schwarz for IRIX 5.3.
14284
14285         * gnulib-tool (autoconf_minversion): Take the maximum version number
14286         found, not the minimum.  Problem reported by James Youngman.
14287
14288 2007-01-03  Karl Berry  <karl@gnu.org>
14289
14290         * doc/error.texi: new file, explaining interaction with progname.
14291         * doc/gnulib.texi: include it.  Update copyright.
14292
14293 2007-01-03  Simon Josefsson  <simon@josefsson.org>
14294
14295         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
14296         AC_CANONICAL_HOST, to improve autobuild outputs.
14297
14298 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
14299             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
14300
14301         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
14302         sockets, server sockets, and other file descriptors.  Count errors
14303         to compute the return value.  Reorder the code a bit to be easier
14304         to follow.  Don't set event bits that were not requested (except
14305         POLLERR and POLLHUP).
14306
14307 2007-01-01  Bruno Haible  <bruno@clisp.org>
14308
14309         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
14310
14311 2007-01-03  Jim Meyering  <jim@meyering.net>
14312
14313         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
14314
14315 2007-01-02  Bruno Haible  <bruno@clisp.org>
14316
14317         * modules/settime (Include): Require timespec.h.
14318         * modules/nanosleep (Include): Likewise.
14319
14320 2007-01-01  Bruno Haible  <bruno@clisp.org>
14321
14322         * gnulib-tool (func_emit_copyright_notice): Bump year.
14323         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
14324
14325 2007-01-01  Bruno Haible  <bruno@clisp.org>
14326
14327         Improve support for OpenBSD.
14328         * build-aux/config.rpath (libname_spec): Export.
14329         (library_names_spec): New variable. Export.
14330         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
14331         library_names_spec from the config.rpath output. Locate shared library
14332         through the name pattern in library_names_spec.
14333
14334 2007-01-01  Eric Blake  <ebb9@byu.net>
14335
14336         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
14337
14338 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
14339
14340         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
14341         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
14342         assume the C locale, and avoid an "eval" that could cause trouble.
14343         Problem with SORT reported by Bob Proulx.
14344
14345         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
14346         Define.  Trivial patch from Henning Nielsen Lund, originally
14347         sent to bug-grep@gnu.org today.
14348
14349 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
14350
14351         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
14352         struct stat.  Problem reported by Henning Nielsen Lund.
14353         * lib/acl.c: Include acl.h first, to check interface.  Don't
14354         bother to include sys/types.h and sys/stat.h again.
14355
14356 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
14357
14358         Import the following change from libc; problem reported by
14359         Sven Verdoolaege.
14360
14361         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
14362
14363         [BZ #1373]
14364         * lib/argp.h: Remove __NTH for __argp_usage inline function.
14365
14366 2006-12-28  Jim Meyering  <jim@meyering.net>
14367
14368         * build-aux/announce-gen: Do not assume that the package
14369         builds any of tar.gz, tar.bz2, and .xdelta files.
14370         Suggestion from Simon Josefsson.
14371
14372 2006-12-28  Simon Josefsson  <simon@josefsson.org>
14373
14374         * modules/announce-gen: New file.
14375
14376 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
14377
14378         * lib/mbchar.h: Just include <wctype.h>; the wctype module
14379         handles its gotchas now.
14380         * lib/mbswidth.c: Likewise.
14381         * lib/wcwidth.h: Likewise.
14382         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
14383         and iswcntrl; the wctype module does this stuff now.
14384         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
14385         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
14386         * modules/mbchar (Depends-on): Add wctype.
14387         * modules/mbswidth (Depends-on): Likewise.
14388         * modules/wcwidth (Depends-on): Likewise.
14389
14390 2006-12-27  Eric Blake  <ebb9@byu.net>
14391
14392         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
14393         module uses more than what <wctype.h> is required to provide.
14394
14395 2006-12-26  Eric Blake  <ebb9@byu.net>
14396
14397         * gnulib-tool (sed_extract_prog): Avoid space-tab.
14398
14399 2006-12-26  Eric Blake  <ebb9@byu.net>
14400
14401         * modules/absolute-header: New module.
14402         * modules/fcntl (Depends-on): Depend on it.
14403         * modules/inttypes (Depends-on): Likewise.
14404         * modules/stdint (Depends-on): Likewise.
14405         * modules/sys_stat (Depends-on): Likewise.
14406         * modules/wctype (Depends-on): Likewise.
14407         * MODULES.html.sh (Support for building libraries and
14408         executables): Document it.
14409
14410 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
14411
14412         * gnulib-tool (SED): Remove, undoing previous change.
14413         The problem was that it broke coreutils on Solaris, because
14414         "sed --posix" leaked into a makefile.
14415         (sed): New alias, if 'alias' and GNU sed.
14416
14417 2006-12-24  Jim Meyering  <jim@meyering.net>
14418
14419         Work around an fchownat bug in glibc-2.4:
14420         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
14421         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
14422         in spite of the -P option.
14423         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
14424         New macros.
14425         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
14426         * modules/openat (Files): Add lib/fchownat.c.
14427         * lib/openat.c (fchownat): Don't define here.  Move to...
14428         * lib/fchownat.c: ...this new file.
14429
14430 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14431
14432         Fix bug reported by Bruno Haible in
14433         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
14434         where quotearg.c didn't compile on Mac OS X 10.2 because it
14435         lacks <wchar.h> and wint_t.
14436         * lib/wctype_.h (__wctype_wint_t): New type.
14437         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
14438         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
14439         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
14440         Arg is now of type __wctype_wint_t, not wint_t.
14441         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
14442         substitute HAVE_WINT_T.
14443         * modules/wctype (Files): Add m4/wint_t.m4.
14444         (wctype.h): Substitute HAVE_WINT_T.
14445
14446 2006-12-23  Bruno Haible  <bruno@clisp.org>
14447
14448         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
14449
14450 2006-12-23  Bruno Haible  <bruno@clisp.org>
14451
14452         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
14453         S_ISLNK.
14454         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
14455         mingw.
14456
14457 2006-12-22  Bruno Haible  <bruno@clisp.org>
14458
14459         * lib/copy-file.c: Include acl.h.
14460         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
14461         Close the file descriptors only after being done with copy_acl.
14462         * modules/copy-file (Depends-on): Add acl.
14463
14464 2006-12-22  Bruno Haible  <bruno@clisp.org>
14465
14466         * gnulib-tool (SED): New variable.
14467         Use $SED instead of sed everywhere.
14468
14469 2006-12-22  Bruno Haible  <bruno@clisp.org>
14470
14471         * modules/no-c++: New file.
14472         * m4/no-c++.m4: New file.
14473         * MODULES.html.sh (Support for building libraries and executables):
14474         Add no-c++.
14475
14476 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
14477
14478         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
14479         Include <limits.h>, and use its INT_MAX to rewrite the
14480         j loop so that it does not overflow 'int'.  Problem reported by
14481         Ralf Wildenhues in
14482         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
14483         Play it safe by shifting left by 1 rather than multiplying by 2,
14484         as GCC is less likely to optimize this away when the value
14485         is signed (when it assumes overflow leads to undefined behavior).
14486         Also, don't assume time_t uses two's complement.
14487
14488 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
14489
14490         * MODULES.html.sh: New module wctype.
14491         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
14492         * lib/fnmatch.c: Don't bother to include <wchar.h> before
14493         <wctype.h>, since the new wctype module should fix this.
14494         * lib/quotearg.c: Include <wctype.h> unconditionally, since
14495         the wctype module should arrange for it.
14496         * lib/regex_internal.h: Likewise.
14497         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
14498         since the wctype module should handle this now.
14499         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
14500         * modules/fnmatch (Depends-on): Add wctype.
14501         * modules/quotearg (Depends-on): Likewise.
14502         * modules/regex (Depends-on): Likewise.
14503
14504 2006-12-19  Bruno Haible  <bruno@clisp.org>
14505
14506         * lib/strdup.h [C++]: Wrap definitions in extern "C".
14507         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
14508
14509 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14510
14511         * modules/savewd (Depends-on): Fix dependency on fcntl.
14512
14513 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
14514
14515         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
14516         conforms to C99, rather than relying on the user's environment
14517         setting of STDINT_H.
14518
14519 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
14520         and Eric Blake  <ebb9@byu.net>
14521
14522         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
14523         This is more consistent with the other defines here.
14524         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
14525         Port to z/OS.  Problem reported by Paul Gilmartin.
14526         Change local vars to use gl_ prefix rather than ac_.
14527         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
14528         with other defines.
14529         * modules/double-slash-root: New module.
14530         * modules/dirname (Files): Remove m4/double-slash-root.m4.
14531         (Depends-on): Add double-slash-root.
14532         * MODULES.html.sh (File system functions): Mention new module.
14533
14534 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
14535
14536         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
14537         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
14538         This is for the benefit of gzip, which doesn't do i18n.
14539
14540 2006-12-12  Jim Meyering  <jim@meyering.net>
14541
14542         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
14543         Reported by Andreas Schwab <schwab@suse.de>.
14544
14545 2006-12-12  Bruno Haible  <bruno@clisp.org>
14546
14547         Merge these changes.
14548         2006-09-05  Bruno Haible  <bruno@clisp.org>
14549         * lib/iconvme.c (iconv_string): No need to save and restore errno when
14550         iconv_alloc succeeded.
14551         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
14552         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
14553         test for " && dest " at the end - dest is always != NULL there. Call
14554         iconv with 4xNULL arguments initially, to reset the state. Call iconv
14555         with 2xNULL arguments, also to flush the state storage. Handle the
14556         IRIX iconv behaviour. Realloc the final result, to throw away unused
14557         memory.
14558
14559 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
14560
14561         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
14562         and fchmodat unconditionally, since glibc 2.4 has them.
14563         Problem reported by Arkadiusz Miskiewicz.
14564
14565 2006-12-10  Bruno Haible  <bruno@clisp.org>
14566
14567         * gnulib-tool (func_import): Show the include files only for those
14568         modules that are copied and specified.
14569         Reported by Karl Berry.
14570
14571 2006-12-08  Jim Meyering  <jim@meyering.net>
14572
14573         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
14574         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
14575
14576         * build-aux/announce-gen: Add two new options, both optional:
14577         --bootstrap-tools=TOOL_LIST
14578               a comma-separated list of tools, e.g.,
14579               autoconf,automake,bison,gnulib
14580         --gnulib-snapshot-date=DATE
14581               if gnulib is in the bootstrap tool list,
14582               then report this as the snapshot date.
14583               If not specified, use the current date/time.
14584               If you specify a date here, be sure it's UTC.
14585
14586 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14587
14588         * tests/test-argp-2.sh: Fix test to match actual output.
14589         (func_compare): Fix sed script to be portable.
14590
14591 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
14592
14593         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
14594         workaround for this case.  It is not autoconfigured now; offhand
14595         it's hard to see how to autoconfigure it.
14596
14597 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
14598
14599         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
14600         a directory that is about to be chowned.  Such a directory's
14601         initial file permissions should permit the owner only and this
14602         should not be changed until after the chown, since the group and
14603         other bits would be incorrect if they granted permission before
14604         the chown.
14605
14606         Fix porting problem for iswctype reported by Georg Schwarz in:
14607         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
14608         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
14609         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
14610         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
14611         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
14612
14613 2006-12-03  Jim Meyering  <jim@meyering.net>
14614
14615         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
14616         p->fts_statp may not yet be defined.
14617         (fts_read): Instead, set it in the caller, once p->fts_statp is
14618         sure to be defined, and corresponds to a top-level directory.
14619         This bug made du -x fail.  Here's the coreutils test case:
14620         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
14621         Reported by Mike Frysinger.
14622
14623 2006-12-01  Jim Meyering  <jim@meyering.net>
14624
14625         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
14626         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
14627         Reported by Simon Josefsson.
14628
14629 2006-11-30  Jim Meyering  <jim@meyering.net>
14630
14631         * m4/warning.m4: Use the all-permissive copyright notice
14632         recommended by RMS (rather than LGPL).
14633         * m4/vararrays.m4: Likewise.
14634         * m4/flexmember.m4: Likewise.
14635
14636 2006-11-29  Bruno Haible  <bruno@clisp.org>
14637
14638         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
14639         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
14640         using +=.
14641         Reported by Simon Josefsson <simon@josefsson.org>.
14642
14643 2006-11-28  James Youngman <jay@gnu.org>
14644
14645         * README: Advise users that they might find the bug-gnulib@gnu.org
14646         and autotools-announce@gnu.org mailing lists useful.
14647
14648 2006-11-28  Bruno Haible  <bruno@clisp.org>
14649
14650         * m4/ptrdiff_max.m4: Remove file.
14651
14652 2006-11-21  Bruno Haible  <bruno@clisp.org>
14653
14654         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
14655         _AC_COMPUTE_INT.
14656         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
14657         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
14658         _AC_COMPUTE_INT.
14659         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
14660         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
14661         _AC_COMPUTE_INT.
14662         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
14663
14664 2006-11-28  Jim Meyering  <jim@meyering.net>
14665
14666         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
14667         warning from "gcc -Wshadow" about shadowing the builtin.
14668
14669 2006-11-27  Bruno Haible  <bruno@clisp.org>
14670
14671         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
14672         _AC_COMPUTE_INT.
14673         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
14674
14675 2006-11-27  Bruno Haible  <bruno@clisp.org>
14676             Paul Eggert  <eggert@cs.ucla.edu>
14677
14678         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
14679
14680 2006-11-26  Bruno Haible  <bruno@clisp.org>
14681
14682         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
14683         noinst_LTLIBRARIES.
14684
14685 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
14686             Bruno Haible  <bruno@clisp.org>
14687
14688         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
14689         if compiling with "gcc -ansi".
14690
14691 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
14692
14693         Fix some incompatibilities with gcc -ansi -pedantic.
14694         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
14695         if compiling pedantically with GCC, unless it's C99 or later.
14696         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
14697         it mishandles gcc -ansi -pedantic as well.
14698         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
14699         if gcc -pedantic.
14700         * lib/regexec.c (check_node_accept_bytes): Don't use auto
14701         initializers for struct if -pedantic, unless it's C99 or later.
14702
14703 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
14704
14705         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
14706         Don't close an fd more than once. Identical atimes indicate
14707         success, not failure.
14708
14709 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
14710
14711         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
14712
14713 2006-11-23  Jim Meyering  <jim@meyering.net>
14714
14715         * build-aux/announce-gen: New file.  From coreutils.
14716
14717 2006-11-22  Jim Meyering  <jim@meyering.net>
14718
14719         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
14720         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
14721         (fts_read): Use a temporary to narrow the overused st_size member
14722         before using it in a switch statement.  Reported by Matthew Woehlke.
14723
14724         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
14725         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
14726
14727 2006-11-20  Bruno Haible  <bruno@clisp.org>
14728
14729         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
14730         changequote instead of pairs of brackets.
14731         Reported by Andreas Schwab <schwab@suse.de>.
14732
14733 2006-11-21  Jim Meyering  <jim@meyering.net>
14734
14735         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
14736         so as to remain compatible with older compilers.
14737         Patch from Michael Deutschmann.
14738
14739 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
14740
14741         * MODULES.html.sh (File system functions): Add openat.
14742
14743         * lib/openat.h (rpl_fstatat): New macro, if
14744         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
14745         (fstatat): Define to rpl_fstatat under the same conditions,
14746         unless COMPILING_FSTATAT.
14747         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
14748         seems to have the bug.
14749         * lib/fstatat.c: New file.
14750         * modules/openat (Files): Add it.
14751
14752 2006-11-20  Bruno Haible  <bruno@clisp.org>
14753
14754         * Makefile: New file.
14755
14756 2006-11-20  Jim Meyering  <jim@meyering.net>
14757
14758         The beginnings of syntax-related checks for gnulib.
14759         * lib/Makefile: New file.
14760         * lib/t-idcache: New script.  Ensure that the two halves of
14761         idcache.c stay in sync.
14762
14763         * lib/idcache.c: Adjust comments in user- and group- portions to
14764         be more accurate, and to be consistent with one another.
14765
14766 2006-11-20  Jim Meyering  <jim@meyering.net>
14767
14768         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
14769         continue using the flexible array member (thus, this module performs
14770         half as many malloc calls), with the addition that...
14771         (getgroup, getuser): Consistently record a non-match via an empty
14772         "name" string, and map an empty string match to a NULL return value.
14773         * modules/idcache (Depends-on): Re-add flexmember.
14774
14775         * lib/idcache.c (getuser): Remove all uses of the register keyword.
14776         (getuidbyname, getgroup, getgidbyname): Likewise.
14777
14778         Use cleaner syntax: NULL rather than 0.
14779         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
14780
14781 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
14782
14783         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
14784         It mishandled the case where the group was missing.
14785         Problem reported by Greg Schafer.
14786         * modules/idcache: Likewise.
14787
14788 2006-11-18  Jim Meyering  <jim@meyering.net>
14789
14790         * check-module (%exempt_header): Add exception for some
14791         conditionally-included headers.
14792
14793         * modules/i-ring (Depends-on): Add verify.
14794         (License): Change to LGPL.
14795
14796 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14797
14798         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
14799         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
14800         and inttostr.h.  Use snprintf rather than uinttostr, so that
14801         LGPLed code doesn't depend on GPLed.
14802
14803 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
14804
14805         * modules/inline (License): Change from GPL to LGPL.
14806
14807 2006-11-17  Jim Meyering  <jim@meyering.net>
14808
14809         * modules/d-type (License): Switch to LGPL.
14810
14811 2006-11-15  Bruno Haible  <bruno@clisp.org>
14812
14813         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
14814
14815 2006-11-15  Eric Blake  <ebb9@byu.net>
14816
14817         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
14818         the module dependency.
14819
14820 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14821             Bruno Haible  <bruno@clisp.org>
14822
14823         * gnulib-tool (func_create_testdir): Add license consistency check.
14824
14825 2006-11-15  Eric Blake  <ebb9@byu.net>
14826
14827         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
14828         random "(cached)" in configure output.
14829
14830 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14831
14832         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
14833         test for conforming inttypes.h is both announced and cached.
14834
14835         * MODULES.html.sh (seen_modules, seen_files): New variables.
14836         (func_module): Rewrite to use a few less gnulib-tool and sed
14837         invocations.  Avoid a couple of quadratic algorithms for ...
14838         (missed_modules, missed_files): ... these, with ...
14839         (func_append, func_tmpdir): ... these new functions, from
14840         gnulib-tool.  Analogously, install traps for cleanup.
14841
14842         * tests/test-gc.c (main): Remove unused variables.
14843         * tests/test-read-file.c: Include stdlib.h, for 'free'.
14844
14845 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
14846
14847         * modules/inttostr (License): Change to LGPL.
14848
14849 2006-11-14  Eric Blake  <ebb9@byu.net>
14850
14851         * modules/tempname (License): Change to LGPL.
14852
14853 2006-11-14  Eric Blake  <ebb9@byu.net>
14854
14855         * doc/functions.texi (Function Portability): *printf functions on
14856         Cygwin now understand all POSIX size specifiers.
14857
14858 2006-11-14  Bruno Haible  <bruno@clisp.org>
14859
14860         * modules/c-ctype (License): Change to LGPL.
14861
14862 2006-11-12  Bruno Haible  <bruno@clisp.org>
14863
14864         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
14865         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
14866         for GNOME libraries, for which the include files are installed in
14867         subdirectories of $prefix/include.
14868
14869 2006-11-12  Bruno Haible  <bruno@clisp.org>
14870
14871         * m4/lib-link.m4: Require at least autoconf-2.54.
14872         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
14873         name to underscores for the --with option.
14874
14875 2006-11-13  Bruno Haible  <bruno@clisp.org>
14876
14877         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
14878         the tests directory.
14879         Reported by Ralf Wildenhues.
14880
14881 2006-11-13  Bruno Haible  <bruno@clisp.org>
14882
14883         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
14884         (func_emit_initmacro_end): Undo the override here.
14885         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
14886         Works around the famous automake error in coreutils.
14887
14888 2006-11-13  Eric Blake  <ebb9@byu.net>
14889
14890         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
14891         element, not its node.
14892
14893 2006-11-12  Bruno Haible  <bruno@clisp.org>
14894
14895         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
14896         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
14897
14898 2006-11-12  Bruno Haible  <bruno@clisp.org>
14899
14900         * gnulib-tool: New option --local-symlink.
14901         (func_usage): Document it.
14902         (lsymbolic): New variable.
14903         (func_import, func_create_testdir): If --symlink was not specified,
14904         test whether --local-symlink was specified and the file comes from
14905         the local_gnulib_dir.
14906
14907 2006-11-12  Bruno Haible  <bruno@clisp.org>
14908
14909         * gnulib-tool (func_ln): New function.
14910         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
14911
14912 2006-11-12  Bruno Haible  <bruno@clisp.org>
14913
14914         Finish support for source files in subdirectories.
14915         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
14916         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
14917         AUTOMAKE_OPTIONS.
14918         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
14919
14920 2006-11-12  Bruno Haible  <bruno@clisp.org>
14921
14922         * gnulib-tool (func_get_automake_snippet): Synthesize also an
14923         EXTRA_lib_SOURCES augmentation.
14924         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
14925
14926 2006-11-12  Jim Meyering  <jim@meyering.net>
14927
14928         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
14929         file descriptors.  This also averts a failure on systems with
14930         native openat support when a traversed directory lacks "x" access.
14931         * lib/fts_.h: Include "i-ring.h"
14932         (struct FTS) [fts_fd_ring]: New member.
14933         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
14934         (FCHDIR): Add parentheses.
14935         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
14936         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
14937         When descending, rather than simply closing the previous
14938         fts_cwd_fd value, push that file descriptor onto the ring.
14939         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
14940         (fts_open): Initialize the new fd_ring member.
14941         (fts_close): Clear the ring.
14942         (fts_safe_changedir): When possible, use our new fd_ring to skip
14943         the diropen and fstat and dev/ino comparison that would normally
14944         accompany a virtual `chdir ("..")'.
14945
14946         * modules/fts (Depends-on): Add i-ring.
14947         * modules/i-ring: New module.
14948         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
14949         * m4/i-ring.m4: New file.
14950
14951 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14952
14953         * gnulib-tool (func_create_testdir): Fix replacement of
14954         `build-aux' in configure.ac.  Run autotools in gltests
14955         subdirectory.
14956         (func_create_testdir, func_create_megatestdir, test): There is
14957         no need for '--force' in most autotool invocations in a new
14958         tree.  Actually fail the whole test if any of the tools, or the
14959         configure or make stages fail.
14960
14961         Sync from Automake.
14962         * build-aux/gnupload: Revert last change.  Add pointer to upload
14963         instructions of the GNU Maintenance Instructions.
14964         Suggestion by Karl Berry.
14965
14966 2006-11-10  Jim Meyering  <jim@meyering.net>
14967
14968         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
14969
14970 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
14971
14972         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
14973         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
14974         (bind_textdomain_codeset) [! ENABLE_NLS]:
14975         Evaluate all the arguments.  That way, callers get compatible behavior
14976         if the arguments have side effects.  Also, it avoids some GCC
14977         diagnostics in some cases; Joel E. Denny reported problems when Bison
14978         was configured with --enable-gcc-warnigs.
14979
14980 2006-11-10  Jim Meyering  <jim@meyering.net>
14981
14982         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
14983         relevant options in CFLAGS (like -O, -fno-inline) are taken into
14984         account.
14985
14986 2006-11-10  Jim Meyering  <jim@meyering.net>
14987
14988         * modules/inline: New file/module.
14989         * modules/xalloc (Files): Remove m4/inline.m4.
14990         (Depends-on): Add inline, instead.
14991         * modules/oset: Likewise.
14992         * modules/list: Likewise.
14993
14994 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
14995
14996         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
14997         Problem reported by Matthew Woehlke.
14998
14999 2006-11-09  Bruno Haible  <bruno@clisp.org>
15000
15001         * lib/tempname.c (gen_tempname): Remove variant that invokes
15002         __gen_tempname.
15003         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
15004         __gen_tempname.
15005
15006 2006-11-08  Bruno Haible  <bruno@clisp.org>
15007
15008         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
15009         to 'yes' instead of 'cross-compiling'.
15010
15011 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
15012
15013         * lib/quotearg.h (quotearg_free): New decl.
15014         * lib/quotearg.c (quotearg_free): New function.
15015         (slot0, nslots, slotvec0, slotvec):
15016         Now file-scope so that quotearg_free can get at them.
15017
15018 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15019
15020         Sync from Automake.
15021         * build-aux/gnupload: Add missing 'gnu' to example URL.
15022         Report by Karl Berry.
15023
15024 2006-11-08  Bruno Haible  <bruno@clisp.org>
15025
15026         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
15027         Suggested by Paul Eggert.
15028
15029 2006-11-08  Jim Meyering  <jim@meyering.net>
15030
15031         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
15032         It's already included if !_LIBC.
15033         (fts_safe_changedir): Add a comment.
15034
15035 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
15036
15037         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
15038         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
15039         Matthew Woehlke.
15040
15041         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
15042         definitions up, to avoid colliding with change below.
15043         (static_inline) [HAVE_INLINE]: New macro.
15044         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
15045         Provide extern decls when !HAVE_INLINE.  Do not define unless
15046         static_inline is defined, either by us or by xmalloc.c.  Use
15047         static_inline rather than static inline.
15048         (XCALLOC): Optimize sizeof(T) = 1 case.
15049         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
15050
15051 2006-11-07  Bruno Haible  <bruno@clisp.org>
15052
15053         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
15054         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
15055         AC_C_INLINE.
15056         * modules/xalloc (Files): Add m4/inline.m4.
15057
15058 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15059
15060         * README: Fix typo.
15061         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
15062         (Miscellanous Notes): ...from this.
15063
15064 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
15065
15066         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
15067         Mention that offsetof should be used instead of sizeof.
15068         From Bruno Haible.
15069
15070 2006-11-07  Bruno Haible  <bruno@clisp.org>
15071
15072         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
15073
15074 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
15075
15076         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
15077         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
15078         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
15079         (gl_tree_add_before, gl_tree_add_after):
15080         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
15081         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
15082         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
15083         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
15084         (gl_linked_add_after, gl_linked_add_at): Likewise.
15085         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
15086         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
15087         (gl_tree_add_before, gl_tree_add_after): Likewise.
15088         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
15089         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
15090         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
15091
15092 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15093
15094         * lib/gl_oset.h: Use C comment style, not C++ comment style.
15095
15096 2006-11-06  Bruno Haible  <bruno@clisp.org>
15097
15098         * m4/inline.m4: New file.
15099         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
15100         * modules/list (Files): Add m4/inline.m4.
15101         * modules/oset (Files): Likewise.
15102
15103 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
15104
15105         * lib/idcache.c: Include <stddef.h>, for offsetof.
15106         (struct userid.name): Change from char * to a flexible array member.
15107         All uses changed.
15108         * modules/idcache (Depends-on): Add flexmember.
15109
15110         * MODULES.html.sh (Core language properties): New module flexmember.
15111         * modules/flexmember, m4/flexmember.m4: New files.
15112
15113         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
15114         inline functions that are identical with the old xnmalloc_inline,
15115         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
15116         that we can avoid some unnecessary integer multiplications and
15117         divisions in the common case where the element size is known at
15118         compile time.
15119         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
15120         needed.
15121         (xnboundedmalloc): Remove.
15122         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
15123         arguments, for consistency with rest of this header.
15124         (xcharalloc): Rewrite using XNMALLOC.
15125         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
15126         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
15127         versions have been moved to lib/xalloc.h and renamed to be the
15128         non-*_inline versions.
15129         (xmalloc, xrealloc): Implement without reference to the xnmalloc
15130         and xnrealloc functions, since those functions are now inline and
15131         now call us.
15132         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
15133         renaming described above.
15134         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
15135         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
15136         captures the dependency in AC_C_INLINE.
15137
15138         New module canonicalize-lgpl, proposed by Charles Wilson in
15139         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
15140         with a few small changes afterwards.
15141         * MODULES.html.sh (File system functions): New module
15142         canonicalize-lgpl.
15143         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
15144         and canonicalize_file_name.
15145         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
15146         * modules/canonicalize-lgpl: New files.
15147
15148 2006-11-05  Bruno Haible  <bruno@clisp.org>
15149
15150         * gnulib-tool (func_import, func_create_testdir): Create directories
15151         also for files in subdirectories of lib/.
15152
15153 2006-11-05  Bruno Haible  <bruno@clisp.org>
15154
15155         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
15156         ANSI C compliant.
15157
15158 2006-11-03  Bruno Haible  <bruno@clisp.org>
15159
15160         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
15161         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
15162         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
15163         (xnboundedmalloc): New inline function.
15164         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
15165         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
15166         xmalloc.
15167         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
15168         xmalloc.
15169         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
15170         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
15171         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
15172         xmalloc.
15173         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
15174         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
15175         xmalloc.
15176         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
15177         gl_tree_add_after): Use XMALLOC instead of xmalloc.
15178         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
15179         xmalloc.
15180         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
15181         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
15182         gl_tree_add_after): Use XMALLOC instead of xmalloc.
15183         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
15184         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
15185         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
15186         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
15187
15188 2006-11-03  Bruno Haible  <bruno@clisp.org>
15189
15190         * lib/c-ctype.h [C++]: Define functions without name mangling.
15191         * lib/fwriteerror.h [C++]: Likewise.
15192         * lib/gcd.h [C++]: Likewise.
15193         * lib/linebreak.h [C++]: Likewise.
15194
15195 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
15196
15197         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
15198         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
15199         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
15200         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
15201         Check for functions and headers just once.
15202         Check for declaration of canonicalize_file_name.
15203         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
15204
15205 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
15206
15207         * gnulib-tool (func_import): Fix typo in actioncmd.
15208
15209 2006-11-02  Bruno Haible  <bruno@clisp.org>
15210
15211         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
15212         newline sequence in the Makefile.am snippet as a space, like "make"
15213         does.
15214         Reported by Roger Persson <perrog@gmail.com>.
15215
15216 2006-11-01  Bruno Haible  <bruno@clisp.org>
15217
15218         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
15219         already declared in <string.h>.
15220         * lib/strcase.h (strncasecmp): Don't declare it if yes.
15221
15222 2006-11-01  Bruno Haible  <bruno@clisp.org>
15223
15224         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
15225         * lib/strcase.h: Include <string.h>.
15226         (strcasecmp): Define to rpl_strcasecmp here.
15227
15228 2006-11-01  Bruno Haible  <bruno@clisp.org>
15229
15230         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
15231
15232 2006-11-01  Eric Blake  <ebb9@byu.net>
15233
15234         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
15235
15236         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
15237
15238 2006-10-29  Bruno Haible  <bruno@clisp.org>
15239
15240         Make it compile in C++ mode.
15241         * lib/full-write.c (full_rw): Add a cast.
15242
15243 2006-11-01  Bruno Haible  <bruno@clisp.org>
15244
15245         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
15246         be POSIX compliant.
15247         Reported by Roger Persson <perrog@gmail.com>.
15248
15249 2006-11-01  Eric Blake  <ebb9@byu.net>
15250
15251         * lib/getopt_.h: Fix comments.
15252
15253 2006-10-31  Eric Blake  <ebb9@byu.net>
15254
15255         * modules/tmpdir (Depends-on): Add sys_stat.
15256         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
15257         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
15258         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
15259         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
15260         tempname.
15261
15262 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
15263
15264         Avoid some C++ diagnostics reported by Bruno Haible.
15265         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
15266         xmalloc.
15267         (quotearg_alloc): Use xcharalloc rather than xmalloc.
15268         (struct slotvec): Move to top level.
15269         (quotearg_n_options): Rewrite to avoid xmalloc.
15270         * lib/xalloc.h (xcharalloc): New function.
15271         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
15272         [defined __cplusplus]: Add function template that provides result
15273         type propagation.  This part of the change is from Bruno Haible.
15274
15275 2006-10-29  Bruno Haible  <bruno@clisp.org>
15276
15277         Make it compile in C++ mode.
15278         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
15279         * lib/strnlen1.c (strnlen1): Cast memchr result.
15280         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
15281         * lib/clean-temp.c (string_equals, string_hash): Add casts.
15282         (create_temp_dir): Rename local variable 'template'.
15283         (compile_csharp_using_sscli): Add cast.
15284         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
15285         * lib/findprog.c (find_in_path): Likewise.
15286         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
15287         * lib/wait-process.c (register_slave_subprocess): Likewise.
15288
15289 2006-10-22  Bruno Haible  <bruno@clisp.org>
15290
15291         * modules/tsearch: New file.
15292         * lib/tsearch.h: New file.
15293         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
15294         * m4/tsearch.m4: New file.
15295         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
15296
15297 2006-10-29  Eric Blake  <ebb9@byu.net>
15298
15299         * lib/arcfour.c: Assume config.h.
15300         * lib/arctwo.c: Likewise.
15301         * lib/base64.c: Likewise.
15302         * lib/check-version.c: Likewise.
15303         * lib/crc.c: Likewise.
15304         * lib/des.c: Likewise.
15305         * lib/gc-gnulib.c: Likewise.
15306         * lib/gc-libgcrypt.c: Likewise.
15307         * lib/gc-pbkdf2-sha1.c: Likewise.
15308         * lib/getaddrinfo.c: Likewise.
15309         * lib/getdelim.c: Likewise.
15310         * lib/getline.c: Likewise.
15311         * lib/hmac-md5.c: Likewise.
15312         * lib/hmac-sha1.c: Likewise.
15313         * lib/iconvme.c: Likewise.
15314         * lib/md2.c: Likewise.
15315         * lib/md4.c: Likewise.
15316         * lib/memxor.c: Likewise.
15317         * lib/read-file.c: Likewise.
15318         * lib/readline.c: Likewise.
15319         * lib/rijndael-alg-fst.c: Likewise.
15320         * lib/rijndael-api-fst.c: Likewise.
15321         * lib/xgetdomainname.c: Likewise.
15322
15323 2006-10-28  Eric Blake  <ebb9@byu.net>
15324
15325         * lib/xstrndup.c: Assume config.h.
15326
15327 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
15328
15329         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
15330         stat-macros.h is now for our own macros, whereas stat_h is for
15331         macros in the <sys/stat.h> name space.
15332         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
15333         (STAT_MACROS_H): Remove.
15334         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
15335         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
15336         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
15337         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
15338         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
15339         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
15340         Move these macros to ...
15341         * lib/stat_.h: here.  Don't include stat-macros.h.
15342         * lib/canonicalize.c: Don't include stat-macros.h.
15343         * lib/chown.c: Likewise.
15344         * lib/euidaccess.c: Likewise.
15345         * lib/file-type.c: Likewise.
15346         * lib/filemode.c: Likewise.
15347         * lib/glob.c: Likewise.
15348         * lib/isapipe.c: Likewise.
15349         * lib/lchown.c: Likewise.
15350         * lib/lstat.c: Likewise.
15351         * lib/mkdir-p.c: Likewise.
15352         * lib/rmdir.c: Likewise.
15353         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
15354         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
15355         unless mkdir isn't declared, to speed up 'configure'.
15356         Always create sys/stat.h, since it's unlikely any real sys/stat.h
15357         would define all the S_* symbols.
15358         * modules/canonicalize (Depends-on):
15359         Depend on sys_stat, not stat-macros.
15360         * modules/chown: Likewise.
15361         * modules/euidaccess: Likewise.
15362         * modules/filemode: Likewise.
15363         * modules/file-type: Likewise.
15364         * modules/glob: Likewise.
15365         * modules/isapipe: Likewise.
15366         * modules/lchown: Likewise.
15367         * modules/lstat: Likewise.
15368         * modules/mkancesdirs: Likewise.
15369         * modules/rmdir: Likewise.
15370         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
15371         * modules/modechange: Likewise.
15372         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
15373         (configure.ac): Remove gl_STAT_MACROS.
15374         * modules/sys_stat (Depends-on): Remove stat-macros.
15375
15376 2006-10-27  Bruno Haible  <bruno@clisp.org>
15377
15378         * m4/signed.m4: Remove file.
15379         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
15380         invocation.
15381         * modules/vasnprintf (Files): Remove m4/signed.m4.
15382
15383 2006-10-27  Bruno Haible  <bruno@clisp.org>
15384
15385         Update to GNU gettext 0.16.
15386         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
15387         m4/inttypes-h.m4, m4/signed.m4.
15388         * m4/gettext.m4: Update to GNU gettext 0.16.
15389         * m4/intl.m4: New file, from GNU gettext.
15390         * m4/intldir.m4: New file, from GNU gettext.
15391         * config/srclist.txt: Update
15392
15393 2006-10-27  Eric Blake  <ebb9@byu.net>
15394
15395         * MODULES.html.sh: Document tempname.
15396         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
15397         dependencies.
15398         (Files): Move lib/tempname.c...
15399         * modules/tempname: ...to this new module.
15400         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
15401         (gl_PREREQ_TEMPNAME): Move...
15402         * m4/tempname.m4: ...to this new file.
15403         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
15404         * modules/sys_stat (Depends-on): Add stat-macros.
15405         * lib/stat_.h (includes): Pick up stat macros.
15406         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
15407         if stat macros are broken.
15408         * lib/tempname.c (includes): No need to include "stat-macros.h".
15409         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
15410         (direxists, __path_search) [!_LIBC]: Don't compile these in
15411         gnulib; the tmpdir module covers that.
15412         * lib/tempname.h: New file.
15413
15414 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
15415
15416         * COPYING: Explain how gnulib-tool converts licence headers.
15417         Almost all wording by Eric Blake.
15418
15419 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
15420
15421         * lib/mbchar.h (is_basic_table): Make read-only.
15422         * lib/mbchar.c (is_basic_table): Likewise.
15423         Reported by John Darrington.
15424
15425 2006-10-25  Bruno Haible  <bruno@clisp.org>
15426
15427         * lib/progname.h (set_program_name): Undefine before defining.
15428
15429 2006-10-25  Bruno Haible  <bruno@clisp.org>
15430
15431         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
15432         false for non-gcc C++ compilers.
15433         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
15434
15435 2006-10-24  Bruno Haible  <bruno@clisp.org>
15436
15437         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
15438         iconv implementations like Irix iconv.
15439
15440 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15441
15442         * modules/vararrays: New file.
15443         * m4/vararrays.m4: New file, taken from diffutils.
15444         * MODULES.html.sh: New module vararrays.
15445
15446 2006-10-24  Karl Berry  <karl@gnu.org>
15447
15448         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
15449         Don't call GNU Unix.
15450
15451 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15452
15453         * users.txt: Add Libtool.
15454
15455         Sync from Libtool:
15456
15457         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15458
15459         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
15460         to gnulib's policy of including config.h unconditionally.
15461
15462 2006-10-24  Bruno Haible  <bruno@clisp.org>
15463
15464         * modules/wcwidth (Files): Add m4/wint_t.m4.
15465         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
15466         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
15467
15468 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15469
15470         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
15471         to pacify GCC with some -W flags enabled.  Problem reported by
15472         Bruno Haible.
15473
15474 2006-10-24  Jim Meyering  <jim@meyering.net>
15475
15476         * MODULES.html.sh: Remove uinttostr.  It's not a module.
15477         Reported by Karl Berry.
15478
15479 2006-10-23  Bruno Haible  <bruno@clisp.org>
15480
15481         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
15482
15483 2006-10-24  Bruno Haible  <bruno@clisp.org>
15484
15485         * lib/gl_list.h: Use C comment style, not C++ comment style.
15486
15487 2006-10-23  Eric Blake  <ebb9@byu.net>
15488
15489         * lib/getaddrinfo.c (includes): Add missing include.
15490
15491 2006-10-23  Bruno Haible  <bruno@clisp.org>
15492             Paul Eggert  <eggert@cs.ucla.edu>
15493
15494         Ability to rename obstack_free.
15495         * lib/obstack.h (__obstack_free): New macro. Declare instead of
15496         obstack_free.
15497         (obstack_free): Invoke the __obstack_free macro.
15498         * lib/obstack.c (obstack_free): Use __obstack_free macro.
15499
15500 2006-10-23  Bruno Haible  <bruno@clisp.org>
15501             Paul Eggert  <eggert@cs.ucla.edu>
15502
15503         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
15504         __argc, __argv from the declaration. (They are defined as macros on
15505         mingw.)
15506
15507 2006-10-22  Bruno Haible  <bruno@clisp.org>
15508
15509         * doc/gnulib-intro.texi: New file.
15510         * doc/gnulib.texi: Include it.
15511
15512 2006-10-21  Bruno Haible  <bruno@clisp.org>
15513
15514         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
15515         "Introduction", "Miscellanous Notes", "Particular Modules".
15516
15517 2006-10-21  Bruno Haible  <bruno@clisp.org>
15518
15519         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15520         Change mostlyclean-local rule to avoid sh syntax error from bash
15521         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
15522
15523 2006-10-23  Jim Meyering  <jim@meyering.net>
15524
15525         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
15526         in place of snprintf.
15527
15528         * modules/inttostr (Files): Add lib/uinttostr.c.
15529         * lib/uinttostr.c (inttostr): New file/function.
15530         * lib/inttostr.h (uinttostr): Declare.
15531         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
15532         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
15533         Add uinttostr.
15534         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
15535
15536 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
15537
15538         * lib/canonicalize.c (ELOOP): Define if not already defined.
15539         Problem reported by Bruno Haible in
15540         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
15541
15542 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
15543
15544         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
15545         Problem reported by Perry Smith and Ville Laurikari.
15546
15547         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
15548         uses.
15549
15550 2006-10-19  Bruno Haible  <bruno@clisp.org>
15551
15552         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
15553         for mingw.
15554
15555 2006-10-19  Bruno Haible  <bruno@clisp.org>
15556
15557         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
15558         Needed for mingw.
15559
15560 2006-10-19  Bruno Haible  <bruno@clisp.org>
15561
15562         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
15563
15564 2006-10-19  Bruno Haible  <bruno@clisp.org>
15565
15566         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
15567         it.
15568
15569 2006-10-19  Bruno Haible  <bruno@clisp.org>
15570
15571         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
15572         invocation.
15573
15574 2006-10-19  Bruno Haible  <bruno@clisp.org>
15575
15576         * gnulib-tool (func_create_testdir): Don't include ftruncate and
15577         mountlist by default.
15578
15579 2006-10-16  Bruno Haible  <bruno@clisp.org>
15580
15581         * lib/c-strstr.c: Include c-strstr.h.
15582
15583 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
15584
15585         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
15586         in a slash.
15587
15588 2006-10-18  Bruno Haible  <bruno@clisp.org>
15589
15590         * lib/lock.h [C++]: Wrap definitions in extern "C".
15591
15592 2006-10-18  Bruno Haible  <bruno@clisp.org>
15593
15594         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
15595         gl_LIBOBJS list.
15596
15597 2006-10-18  Bruno Haible  <bruno@clisp.org>
15598
15599         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
15600
15601 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
15602
15603         * lib/xstrtol.h: Include gettext.h.
15604         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
15605         Problem reported by Eric Blake.
15606         * modules/xstrtol (Depends-on): Add gettext-h.
15607
15608 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
15609
15610         * lib/strftime.c (advance): New macro.
15611         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
15612         incomplete type, so you can't add 0 to it.  Problem and patch
15613         reported by Eelco Dolstra for dietlibc.
15614
15615 2006-10-18  Jim Meyering  <jim@meyering.net>
15616
15617         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
15618         type for a local, and rename it: s/up/user_proc/.
15619
15620 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
15621
15622         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
15623         READ_UTMP_USER_PROCESS.
15624         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
15625
15626 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
15627
15628         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
15629         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
15630
15631 2006-10-17  Eric Blake  <ebb9@byu.net>
15632
15633         * lib/sigprocmask.c (sigprocmask): Fix typo.
15634
15635         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
15636
15637         * modules/clean-temp (Makefile.am): Don't add to make output...
15638         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
15639         config.h.
15640
15641 2006-10-17  Bruno Haible  <bruno@clisp.org>
15642
15643         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
15644         differently if DEFAULT_TEXT_DOMAIN is set.
15645
15646 2006-10-16  Bruno Haible  <bruno@clisp.org>
15647
15648         * lib/clean-temp.c: Include fwriteerror.h.
15649
15650 2006-10-16  Bruno Haible  <bruno@clisp.org>
15651
15652         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
15653
15654 2006-10-16  Bruno Haible  <bruno@clisp.org>
15655
15656         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
15657         * lib/sigprocmask.h: Include <sys/types.h>.
15658         (sigset_t): Use the system's definition if present.
15659
15660 2006-10-17  Eric Blake  <ebb9@byu.net>
15661
15662         * lib/xvasprintf.c (includes): Assume config.h.
15663         * lib/xasprintf.c (includes): Likewise.
15664
15665 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
15666
15667         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
15668         at least as wide as intmax_t.
15669
15670 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
15671
15672         (Imported from Automake.)
15673         * build-aux/gnupload: Update to version 1.1 of directive file.
15674
15675 2006-10-16  Eric Blake  <ebb9@byu.net>
15676
15677         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
15678         match Automake 1.10a.
15679
15680 2006-10-14  Bruno Haible  <bruno@clisp.org>
15681
15682         * modules/sigprocmask: New file.
15683         * lib/sigprocmask.h: New file.
15684         * lib/sigprocmask.c: New file.
15685         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
15686         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
15687         request sigprocmask.o.
15688         (gl_PREREQ_SIGPROCMASK): New macro.
15689         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
15690         (Depends-on): Add sigprocmask.
15691         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
15692         gt_SIGNALBLOCKING. Test for 'raise' only once.
15693         * lib/fatal-signal.c: Include sigprocmask.h.
15694         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
15695         unblock_fatal_signals): Define always.
15696         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15697         sigprocmask.
15698
15699 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
15700
15701         Sync from Automake.
15702         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
15703         which incorrectly sets the mode of an existing destination
15704         directory.  In some cases the unpatched install-sh could do the
15705         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
15706         system.  We hope this is rare in practice, but it's clearly worth
15707         fixing.  Problem reported by Alex Unleashed in
15708         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
15709         Also, don't bother to check for -m bugs unless we're using -m;
15710         suggested by Stepan Kasal.
15711
15712 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15713
15714         Sync from Automake.
15715         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
15716         `-c' flag, so they appear at the same position as in %FASTDEP%
15717         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
15718         which ignores unknown options only after the first non-option.
15719         Bug report against M4 by Nelson H. F. Beebe.
15720
15721 2006-10-13  Jim Meyering  <jim@meyering.net>
15722
15723         Fix a bug in yesterday's change.
15724         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
15725         p->fts_statp->st_dev would be used uninitialized.
15726         Ensures that we always call fts_stat on the very first entry.
15727         Miklos Szeredi reported that find -xdev stopped working.
15728
15729 2006-10-12  Bruno Haible  <bruno@clisp.org>
15730
15731         * gnulib-tool (func_get_automake_snippet): Append an automatically
15732         computed EXTRA_DIST augmentation.
15733         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
15734         * modules/alloca-opt (Makefile.am): Likewise.
15735         * modules/allocsa (Makefile.am): Likewise.
15736         * modules/arcfour (Makefile.am): Likewise.
15737         * modules/arctwo (Makefile.am): Likewise.
15738         * modules/argmatch (Makefile.am): Likewise.
15739         * modules/argz (Makefile.am): Likewise.
15740         * modules/atexit (Makefile.am): Likewise.
15741         * modules/backupfile (Makefile.am): Likewise.
15742         * modules/byteswap (Makefile.am): Likewise.
15743         * modules/c-strtod (Makefile.am): Likewise.
15744         * modules/c-strtold (Makefile.am): Likewise.
15745         * modules/calloc (Makefile.am): Likewise.
15746         * modules/canon-host (Makefile.am): Likewise.
15747         * modules/canonicalize (Makefile.am): Likewise.
15748         * modules/chdir-long (Makefile.am): Likewise.
15749         * modules/chdir-safer (Makefile.am): Likewise.
15750         * modules/check-version (Makefile.am): Likewise.
15751         * modules/chown (Makefile.am): Likewise.
15752         * modules/cloexec (Makefile.am): Likewise.
15753         * modules/close-stream (Makefile.am): Likewise.
15754         * modules/closeout (Makefile.am): Likewise.
15755         * modules/crc (Makefile.am): Likewise.
15756         * modules/csharpexec (Makefile.am): Likewise.
15757         * modules/cycle-check (Makefile.am): Likewise.
15758         * modules/des (Makefile.am): Likewise.
15759         * modules/dev-ino (Makefile.am): Likewise.
15760         * modules/dirfd (Makefile.am): Likewise.
15761         * modules/dirname (Makefile.am): Likewise.
15762         * modules/dup2 (Makefile.am): Likewise.
15763         * modules/eealloc (Makefile.am): Likewise.
15764         * modules/error (Makefile.am): Likewise.
15765         * modules/euidaccess (Makefile.am): Likewise.
15766         * modules/exclude (Makefile.am): Likewise.
15767         * modules/exitfail (Makefile.am): Likewise.
15768         * modules/fcntl-safer (Makefile.am): Likewise.
15769         * modules/fcntl (Makefile.am): Likewise.
15770         * modules/file-type (Makefile.am): Likewise.
15771         * modules/fileblocks (Makefile.am): Likewise.
15772         * modules/filemode (Makefile.am): Likewise.
15773         * modules/filenamecat (Makefile.am): Likewise.
15774         * modules/fnmatch (Makefile.am): Likewise.
15775         * modules/fopen-safer (Makefile.am): Likewise.
15776         * modules/fpending (Makefile.am): Likewise.
15777         * modules/fprintftime (Makefile.am): Likewise.
15778         * modules/free (Makefile.am): Likewise.
15779         * modules/fsusage (Makefile.am): Likewise.
15780         * modules/ftruncate (Makefile.am): Likewise.
15781         * modules/fts (Makefile.am): Likewise.
15782         * modules/gc-arcfour (Makefile.am): Likewise.
15783         * modules/gc-des (Makefile.am): Likewise.
15784         * modules/gc-hmac-md5 (Makefile.am): Likewise.
15785         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
15786         * modules/gc-md4 (Makefile.am): Likewise.
15787         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
15788         * modules/gc-sha1 (Makefile.am): Likewise.
15789         * modules/gc (Makefile.am): Likewise.
15790         * modules/getaddrinfo (Makefile.am): Likewise.
15791         * modules/getcwd (Makefile.am): Likewise.
15792         * modules/getdelim (Makefile.am): Likewise.
15793         * modules/getdomainname (Makefile.am): Likewise.
15794         * modules/getgroups (Makefile.am): Likewise.
15795         * modules/gethostname (Makefile.am): Likewise.
15796         * modules/gethrxtime (Makefile.am): Likewise.
15797         * modules/getline (Makefile.am): Likewise.
15798         * modules/getloadavg (Makefile.am): Likewise.
15799         * modules/getlogin_r (Makefile.am): Likewise.
15800         * modules/getndelim2 (Makefile.am): Likewise.
15801         * modules/getopt (Makefile.am): Likewise.
15802         * modules/getpagesize (Makefile.am): Likewise.
15803         * modules/getpass-gnu (Makefile.am): Likewise.
15804         * modules/getpass (Makefile.am): Likewise.
15805         * modules/getsubopt (Makefile.am): Likewise.
15806         * modules/gettime (Makefile.am): Likewise.
15807         * modules/gettimeofday (Makefile.am): Likewise.
15808         * modules/getugroups (Makefile.am): Likewise.
15809         * modules/getusershell (Makefile.am): Likewise.
15810         * modules/glob (Makefile.am): Likewise.
15811         * modules/group-member (Makefile.am): Likewise.
15812         * modules/hard-locale (Makefile.am): Likewise.
15813         * modules/hash (Makefile.am): Likewise.
15814         * modules/hmac-md5 (Makefile.am): Likewise.
15815         * modules/hmac-sha1 (Makefile.am): Likewise.
15816         * modules/human (Makefile.am): Likewise.
15817         * modules/idcache (Makefile.am): Likewise.
15818         * modules/imaxabs (Makefile.am): Likewise.
15819         * modules/imaxdiv (Makefile.am): Likewise.
15820         * modules/inet_ntop (Makefile.am): Likewise.
15821         * modules/inet_pton (Makefile.am): Likewise.
15822         * modules/intprops (Makefile.am): Likewise.
15823         * modules/inttostr (Makefile.am): Likewise.
15824         * modules/inttypes (Makefile.am): Likewise.
15825         * modules/isapipe (Makefile.am): Likewise.
15826         * modules/javaversion (Makefile.am): Likewise.
15827         * modules/lchmod (Makefile.am): Likewise.
15828         * modules/lchown (Makefile.am): Likewise.
15829         * modules/localcharset (Makefile.am): Likewise.
15830         * modules/long-options (Makefile.am): Likewise.
15831         * modules/lstat (Makefile.am): Likewise.
15832         * modules/malloc (Makefile.am): Likewise.
15833         * modules/mathl (Makefile.am): Likewise.
15834         * modules/mbchar (Makefile.am): Likewise.
15835         * modules/md2 (Makefile.am): Likewise.
15836         * modules/md4 (Makefile.am): Likewise.
15837         * modules/md5 (Makefile.am): Likewise.
15838         * modules/memcasecmp (Makefile.am): Likewise.
15839         * modules/memchr (Makefile.am): Likewise.
15840         * modules/memcmp (Makefile.am): Likewise.
15841         * modules/memcoll (Makefile.am): Likewise.
15842         * modules/memcpy (Makefile.am): Likewise.
15843         * modules/memmem (Makefile.am): Likewise.
15844         * modules/memmove (Makefile.am): Likewise.
15845         * modules/mempcpy (Makefile.am): Likewise.
15846         * modules/memrchr (Makefile.am): Likewise.
15847         * modules/memset (Makefile.am): Likewise.
15848         * modules/memxor (Makefile.am): Likewise.
15849         * modules/mkancesdirs (Makefile.am): Likewise.
15850         * modules/mkdir-p (Makefile.am): Likewise.
15851         * modules/mkdir (Makefile.am): Likewise.
15852         * modules/mkdtemp (Makefile.am): Likewise.
15853         * modules/mkstemp (Makefile.am): Likewise.
15854         * modules/mktime (Makefile.am): Likewise.
15855         * modules/modechange (Makefile.am): Likewise.
15856         * modules/mountlist (Makefile.am): Likewise.
15857         * modules/nanosleep (Makefile.am): Likewise.
15858         * modules/obstack (Makefile.am): Likewise.
15859         * modules/openat (Makefile.am): Likewise.
15860         * modules/pagealign_alloc (Makefile.am): Likewise.
15861         * modules/pathmax (Makefile.am): Likewise.
15862         * modules/physmem (Makefile.am): Likewise.
15863         * modules/poll (Makefile.am): Likewise.
15864         * modules/posixtm (Makefile.am): Likewise.
15865         * modules/posixver (Makefile.am): Likewise.
15866         * modules/putenv (Makefile.am): Likewise.
15867         * modules/quote (Makefile.am): Likewise.
15868         * modules/quotearg (Makefile.am): Likewise.
15869         * modules/raise (Makefile.am): Likewise.
15870         * modules/read-file (Makefile.am): Likewise.
15871         * modules/readline (Makefile.am): Likewise.
15872         * modules/readlink (Makefile.am): Likewise.
15873         * modules/readtokens (Makefile.am): Likewise.
15874         * modules/readutmp (Makefile.am): Likewise.
15875         * modules/realloc (Makefile.am): Likewise.
15876         * modules/regex (Makefile.am): Likewise.
15877         * modules/rename-dest-slash (Makefile.am): Likewise.
15878         * modules/rename (Makefile.am): Likewise.
15879         * modules/rijndael (Makefile.am): Likewise.
15880         * modules/rmdir (Makefile.am): Likewise.
15881         * modules/rpmatch (Makefile.am): Likewise.
15882         * modules/safe-read (Makefile.am): Likewise.
15883         * modules/safe-write (Makefile.am): Likewise.
15884         * modules/same-inode (Makefile.am): Likewise.
15885         * modules/same (Makefile.am): Likewise.
15886         * modules/save-cwd (Makefile.am): Likewise.
15887         * modules/savedir (Makefile.am): Likewise.
15888         * modules/setenv (Makefile.am): Likewise.
15889         * modules/settime (Makefile.am): Likewise.
15890         * modules/sha1 (Makefile.am): Likewise.
15891         * modules/sig2str (Makefile.am): Likewise.
15892         * modules/snprintf (Makefile.am): Likewise.
15893         * modules/stat-macros (Makefile.am): Likewise.
15894         * modules/stat-time (Makefile.am): Likewise.
15895         * modules/stdbool (Makefile.am): Likewise.
15896         * modules/stdint (Makefile.am): Likewise.
15897         * modules/stdlib-safer (Makefile.am): Likewise.
15898         * modules/stpcpy (Makefile.am): Likewise.
15899         * modules/stpncpy (Makefile.am): Likewise.
15900         * modules/strcase (Makefile.am): Likewise.
15901         * modules/strcasestr (Makefile.am): Likewise.
15902         * modules/strchrnul (Makefile.am): Likewise.
15903         * modules/strcspn (Makefile.am): Likewise.
15904         * modules/strdup (Makefile.am): Likewise.
15905         * modules/strerror (Makefile.am): Likewise.
15906         * modules/strftime (Makefile.am): Likewise.
15907         * modules/strndup (Makefile.am): Likewise.
15908         * modules/strnlen (Makefile.am): Likewise.
15909         * modules/strpbrk (Makefile.am): Likewise.
15910         * modules/strsep (Makefile.am): Likewise.
15911         * modules/strstr (Makefile.am): Likewise.
15912         * modules/strtod (Makefile.am): Likewise.
15913         * modules/strtoimax (Makefile.am): Likewise.
15914         * modules/strtok_r (Makefile.am): Likewise.
15915         * modules/strtol (Makefile.am): Likewise.
15916         * modules/strtoll (Makefile.am): Likewise.
15917         * modules/strtoul (Makefile.am): Likewise.
15918         * modules/strtoull (Makefile.am): Likewise.
15919         * modules/strtoumax (Makefile.am): Likewise.
15920         * modules/strverscmp (Makefile.am): Likewise.
15921         * modules/sys_socket (Makefile.am): Likewise.
15922         * modules/sys_stat (Makefile.am): Likewise.
15923         * modules/sysexits (Makefile.am): Likewise.
15924         * modules/time_r (Makefile.am): Likewise.
15925         * modules/timegm (Makefile.am): Likewise.
15926         * modules/timespec (Makefile.am): Likewise.
15927         * modules/tmpfile-safer (Makefile.am): Likewise.
15928         * modules/trim (Makefile.am): Likewise.
15929         * modules/unistd-safer (Makefile.am): Likewise.
15930         * modules/unlinkdir (Makefile.am): Likewise.
15931         * modules/unlocked-io (Makefile.am): Likewise.
15932         * modules/userspec (Makefile.am): Likewise.
15933         * modules/utime (Makefile.am): Likewise.
15934         * modules/utimecmp (Makefile.am): Likewise.
15935         * modules/utimens (Makefile.am): Likewise.
15936         * modules/vasnprintf (Makefile.am): Likewise.
15937         * modules/vasprintf (Makefile.am): Likewise.
15938         * modules/vsnprintf (Makefile.am): Likewise.
15939         * modules/xalloc (Makefile.am): Likewise.
15940         * modules/xgetcwd (Makefile.am): Likewise.
15941         * modules/xnanosleep (Makefile.am): Likewise.
15942         * modules/xreadlink (Makefile.am): Likewise.
15943         * modules/xstrtod (Makefile.am): Likewise.
15944         * modules/xstrtol (Makefile.am): Likewise.
15945         * modules/xstrtold (Makefile.am): Likewise.
15946         * modules/yesno (Makefile.am): Likewise.
15947         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
15948
15949 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
15950
15951         * modules/error (Makefile.am): Distribute files through
15952         EXTRA_DIST, not lib_SOURCES.
15953
15954 2006-10-12  Eric Blake  <ebb9@byu.net>
15955
15956         * modules/error (Makefile.am): Distribute files in /lib.
15957         * modules/obstack (Makefile.am): Likewise.
15958
15959 2006-10-12  Bruno Haible  <bruno@clisp.org>
15960
15961         * modules/acl (Makefile.am): Distribute all files in lib/ through
15962         EXTRA_DIST.
15963         * modules/arcfour (Makefile.am): Likewise.
15964         * modules/arctwo (Makefile.am): Likewise.
15965         * modules/argmatch (Makefile.am): Likewise.
15966         * modules/argz (Makefile.am): Likewise.
15967         * modules/atexit (Makefile.am): Likewise.
15968         * modules/backupfile (Makefile.am): Likewise.
15969         * modules/c-strtod (Makefile.am): Likewise.
15970         * modules/c-strtold (Makefile.am): Likewise.
15971         * modules/calloc (Makefile.am): Likewise.
15972         * modules/canon-host (Makefile.am): Likewise.
15973         * modules/canonicalize (Makefile.am): Likewise.
15974         * modules/chdir-long (Makefile.am): Likewise.
15975         * modules/chdir-safer (Makefile.am): Likewise.
15976         * modules/check-version (Makefile.am): Likewise.
15977         * modules/chown (Makefile.am): Likewise.
15978         * modules/cloexec (Makefile.am): Likewise.
15979         * modules/close-stream (Makefile.am): Likewise.
15980         * modules/closeout (Makefile.am): Likewise.
15981         * modules/crc (Makefile.am): Likewise.
15982         * modules/cycle-check (Makefile.am): Likewise.
15983         * modules/des (Makefile.am): Likewise.
15984         * modules/dirfd (Makefile.am): Likewise.
15985         * modules/dirname (Makefile.am): Likewise.
15986         * modules/dup2 (Makefile.am): Likewise.
15987         * modules/euidaccess (Makefile.am): Likewise.
15988         * modules/exclude (Makefile.am): Likewise.
15989         * modules/exitfail (Makefile.am): Likewise.
15990         * modules/fcntl-safer (Makefile.am): Likewise.
15991         * modules/file-type (Makefile.am): Likewise.
15992         * modules/fileblocks (Makefile.am): Likewise.
15993         * modules/filemode (Makefile.am): Likewise.
15994         * modules/filenamecat (Makefile.am): Likewise.
15995         * modules/fnmatch (Makefile.am): Likewise.
15996         * modules/fopen-safer (Makefile.am): Likewise.
15997         * modules/fpending (Makefile.am): Likewise.
15998         * modules/fprintftime (Makefile.am): Likewise.
15999         * modules/free (Makefile.am): Likewise.
16000         * modules/fsusage (Makefile.am): Likewise.
16001         * modules/ftruncate (Makefile.am): Likewise.
16002         * modules/fts (Makefile.am): Likewise.
16003         * modules/gc (Makefile.am): Likewise.
16004         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
16005         * modules/getaddrinfo (Makefile.am): Likewise.
16006         * modules/getcwd (Makefile.am): Likewise.
16007         * modules/getdelim (Makefile.am): Likewise.
16008         * modules/getdomainname (Makefile.am): Likewise.
16009         * modules/getgroups (Makefile.am): Likewise.
16010         * modules/gethostname (Makefile.am): Likewise.
16011         * modules/gethrxtime (Makefile.am): Likewise.
16012         * modules/getline (Makefile.am): Likewise.
16013         * modules/getloadavg (Makefile.am): Likewise.
16014         * modules/getlogin_r (Makefile.am): Likewise.
16015         * modules/getopt (Makefile.am): Likewise.
16016         * modules/getpass (Makefile.am): Likewise.
16017         * modules/getpass-gnu (Makefile.am): Likewise.
16018         * modules/getsubopt (Makefile.am): Likewise.
16019         * modules/gettime (Makefile.am): Likewise.
16020         * modules/gettimeofday (Makefile.am): Likewise.
16021         * modules/getugroups (Makefile.am): Likewise.
16022         * modules/getusershell (Makefile.am): Likewise.
16023         * modules/glob (Makefile.am): Likewise.
16024         * modules/group-member (Makefile.am): Likewise.
16025         * modules/hard-locale (Makefile.am): Likewise.
16026         * modules/hash (Makefile.am): Likewise.
16027         * modules/hmac-md5 (Makefile.am): Likewise.
16028         * modules/hmac-sha1 (Makefile.am): Likewise.
16029         * modules/human (Makefile.am): Likewise.
16030         * modules/idcache (Makefile.am): Likewise.
16031         * modules/imaxabs (Makefile.am): Likewise.
16032         * modules/imaxdiv (Makefile.am): Likewise.
16033         * modules/inet_ntop (Makefile.am): Likewise.
16034         * modules/inet_pton (Makefile.am): Likewise.
16035         * modules/inttostr (Makefile.am): Likewise.
16036         * modules/isapipe (Makefile.am): Likewise.
16037         * modules/lchown (Makefile.am): Likewise.
16038         * modules/long-options (Makefile.am): Likewise.
16039         * modules/lstat (Makefile.am): Likewise.
16040         * modules/malloc (Makefile.am): Likewise.
16041         * modules/mathl (Makefile.am): Likewise.
16042         * modules/mbchar (Makefile.am): Likewise.
16043         * modules/md2 (Makefile.am): Likewise.
16044         * modules/md4 (Makefile.am): Likewise.
16045         * modules/md5 (Makefile.am): Likewise.
16046         * modules/memcasecmp (Makefile.am): Likewise.
16047         * modules/memchr (Makefile.am): Likewise.
16048         * modules/memcmp (Makefile.am): Likewise.
16049         * modules/memcoll (Makefile.am): Likewise.
16050         * modules/memcpy (Makefile.am): Likewise.
16051         * modules/memmem (Makefile.am): Likewise.
16052         * modules/memmove (Makefile.am): Likewise.
16053         * modules/mempcpy (Makefile.am): Likewise.
16054         * modules/memrchr (Makefile.am): Likewise.
16055         * modules/memset (Makefile.am): Likewise.
16056         * modules/memxor (Makefile.am): Likewise.
16057         * modules/mkancesdirs (Makefile.am): Likewise.
16058         * modules/mkdir (Makefile.am): Likewise.
16059         * modules/mkdir-p (Makefile.am): Likewise.
16060         * modules/mkdtemp (Makefile.am): Likewise.
16061         * modules/mkstemp (Makefile.am): Likewise.
16062         * modules/mktime (Makefile.am): Likewise.
16063         * modules/modechange (Makefile.am): Likewise.
16064         * modules/mountlist (Makefile.am): Likewise.
16065         * modules/nanosleep (Makefile.am): Likewise.
16066         * modules/openat (Makefile.am): Likewise.
16067         * modules/pagealign_alloc (Makefile.am): Likewise.
16068         * modules/physmem (Makefile.am): Likewise.
16069         * modules/poll (Makefile.am): Likewise.
16070         * modules/posixtm (Makefile.am): Likewise.
16071         * modules/posixver (Makefile.am): Likewise.
16072         * modules/putenv (Makefile.am): Likewise.
16073         * modules/quote (Makefile.am): Likewise.
16074         * modules/quotearg (Makefile.am): Likewise.
16075         * modules/raise (Makefile.am): Likewise.
16076         * modules/read-file (Makefile.am): Likewise.
16077         * modules/readline (Makefile.am): Likewise.
16078         * modules/readlink (Makefile.am): Likewise.
16079         * modules/readtokens (Makefile.am): Likewise.
16080         * modules/readutmp (Makefile.am): Likewise.
16081         * modules/realloc (Makefile.am): Likewise.
16082         * modules/regex (Makefile.am): Likewise.
16083         * modules/rename (Makefile.am): Likewise.
16084         * modules/rename-dest-slash (Makefile.am): Likewise.
16085         * modules/rijndael (Makefile.am): Likewise.
16086         * modules/rmdir (Makefile.am): Likewise.
16087         * modules/rpmatch (Makefile.am): Likewise.
16088         * modules/safe-read (Makefile.am): Likewise.
16089         * modules/safe-write (Makefile.am): Likewise.
16090         * modules/same (Makefile.am): Likewise.
16091         * modules/save-cwd (Makefile.am): Likewise.
16092         * modules/savedir (Makefile.am): Likewise.
16093         * modules/setenv (Makefile.am): Likewise.
16094         * modules/settime (Makefile.am): Likewise.
16095         * modules/sha1 (Makefile.am): Likewise.
16096         * modules/sig2str (Makefile.am): Likewise.
16097         * modules/snprintf (Makefile.am): Likewise.
16098         * modules/stdlib-safer (Makefile.am): Likewise.
16099         * modules/stpcpy (Makefile.am): Likewise.
16100         * modules/stpncpy (Makefile.am): Likewise.
16101         * modules/strcase (Makefile.am): Likewise.
16102         * modules/strcasestr (Makefile.am): Likewise.
16103         * modules/strchrnul (Makefile.am): Likewise.
16104         * modules/strcspn (Makefile.am): Likewise.
16105         * modules/strdup (Makefile.am): Likewise.
16106         * modules/strerror (Makefile.am): Likewise.
16107         * modules/strftime (Makefile.am): Likewise.
16108         * modules/strndup (Makefile.am): Likewise.
16109         * modules/strnlen (Makefile.am): Likewise.
16110         * modules/strpbrk (Makefile.am): Likewise.
16111         * modules/strsep (Makefile.am): Likewise.
16112         * modules/strstr (Makefile.am): Likewise.
16113         * modules/strtod (Makefile.am): Likewise.
16114         * modules/strtoimax (Makefile.am): Likewise.
16115         * modules/strtok_r (Makefile.am): Likewise.
16116         * modules/strtol (Makefile.am): Likewise.
16117         * modules/strtoll (Makefile.am): Likewise.
16118         * modules/strtoul (Makefile.am): Likewise.
16119         * modules/strtoull (Makefile.am): Likewise.
16120         * modules/strtoumax (Makefile.am): Likewise.
16121         * modules/strverscmp (Makefile.am): Likewise.
16122         * modules/time_r (Makefile.am): Likewise.
16123         * modules/timegm (Makefile.am): Likewise.
16124         * modules/tmpfile-safer (Makefile.am): Likewise.
16125         * modules/unistd-safer (Makefile.am): Likewise.
16126         * modules/unlinkdir (Makefile.am): Likewise.
16127         * modules/userspec (Makefile.am): Likewise.
16128         * modules/utime (Makefile.am): Likewise.
16129         * modules/utimecmp (Makefile.am): Likewise.
16130         * modules/utimens (Makefile.am): Likewise.
16131         * modules/vasnprintf (Makefile.am): Likewise.
16132         * modules/vasprintf (Makefile.am): Likewise.
16133         * modules/vsnprintf (Makefile.am): Likewise.
16134         * modules/xalloc (Makefile.am): Likewise.
16135         * modules/xgetcwd (Makefile.am): Likewise.
16136         * modules/xnanosleep (Makefile.am): Likewise.
16137         * modules/xreadlink (Makefile.am): Likewise.
16138         * modules/xstrtod (Makefile.am): Likewise.
16139         * modules/xstrtol (Makefile.am): Likewise.
16140         * modules/xstrtold (Makefile.am): Likewise.
16141         * modules/yesno (Makefile.am): Likewise.
16142
16143 2006-10-12  Jim Meyering  <jim@meyering.net>
16144
16145         * m4/getloadavg.m4: Revert the change below.
16146
16147         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
16148         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
16149         fail with a symlink, which is what coreutils' ./bootstrap now
16150         creates by default.
16151
16152 2006-10-12  Bruno Haible  <bruno@clisp.org>
16153
16154         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
16155         mingw.
16156         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
16157         MSVC and mingw explicitly.
16158
16159 2006-10-11  Simon Josefsson  <jas@extundo.com>
16160             Bruno Haible  <bruno@clisp.org>
16161
16162         Add support for multiple gnulib-tool invocations in the scope of a
16163         single configure.ac file.
16164         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
16165         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
16166         with the same contents as the _LIBADD variable.
16167         (func_emit_initmacro_start, func_emit_initmacro_end,
16168         func_emit_initmacro_done): New functions.
16169         (func_import, func_create_testdir): Invoke them. Allow the identifiers
16170         gl_LIBOBJS and gl_LTLIBOBJS.
16171
16172 2006-10-11  Bruno Haible  <bruno@clisp.org>
16173
16174         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
16175         (func_create_testdir): Don't create po/Makefile.am, don't invoke
16176         autoreconf. Instead, invoke autopoint explicitly but move back the
16177         *.m4 files from gnulib.
16178
16179 2006-10-11  Bruno Haible  <bruno@clisp.org>
16180
16181         * gnulib-tool (func_usage): Make module names after --create-testdir
16182         optional.
16183         (func_create_testdir): If no module was specified, use nearly all
16184         modules.
16185
16186 2006-10-12  Jim Meyering  <jim@meyering.net>
16187
16188         Big performance improvement for fts-based tools that use FTS_NOSTAT.
16189         Avoid spurious inode-mismatch problems on non-POSIX file systems.
16190         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
16191         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
16192         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
16193         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
16194         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
16195         (fts_set_stat_required): New function.
16196         (fts_open): Defer the calls to fts_stat, if possible or requested.
16197         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
16198         into fts_stat itself.
16199         (fts_read): Perform any required (deferred) fts_stat call.
16200         (fts_build): Likewise, for the directory we're about to open and read.
16201         In the readdir loop, carefully decide whether each entry will require
16202         an eventual call to fts_stat, using dirent.d_type info if available.
16203         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
16204         a command line argument into this function.  Update all callers.
16205         Map a return value of FTS_DOT to FTS_D for a command line argument.
16206         * modules/fts (Depends-on): Add d-type.  Alphabetize.
16207         Thanks to Miklos Szeredi for his tenacity and for the initial
16208         bug report about "find" failing on a FUSE-based file system.
16209
16210         * lib/fts.c (fts_open): Use consistent indentation.
16211
16212 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
16213
16214         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
16215         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
16216         reported by Jim Meyering.  All uses of cache variables renamed
16217         to match Autoconf's.
16218         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
16219         the other one.
16220
16221         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
16222         Fix misspelling in diagnostic.
16223
16224 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
16225
16226         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
16227         defined.  Problem reported by Matthew Woehlke.
16228
16229         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
16230         Add support for Tandem NonStop R series.
16231         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
16232         Use new macro.
16233
16234         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
16235         (has_trailing_slash): Omit size arg; all callers changed.
16236         Omit 'inline', since it doesn't help performance and we'd
16237         need to configure it.
16238         Don't count //, ///, etc. as having a trailing slash.
16239         As a side effect, this removes a C99ism reported by Matthew Woehlke.
16240         (rpl_rename_dest_slash): On failure, use rename's errno rather
16241         than (in some cases) an incorrect or junk errno.
16242         Simplify code by removing need to compute length; this does
16243         cause it to make two passes instead of one over the file name,
16244         but it's worth it.
16245
16246         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
16247         change, since Autoconf's version may no longer be appropriate now
16248         that we are using CVS Autoconf's version.  Add support for Tandem.
16249
16250 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
16251             Bruno Haible  <bruno@clisp.org>
16252
16253         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
16254         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
16255         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
16256         gl_AC_TYPE_LONG_LONG.
16257
16258         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
16259         instead of HAVE_LONG_LONG.
16260         * lib/printf-args.c (printf_fetchargs): Likewise.
16261         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
16262         * lib/vasnprintf.c (VASNPRINTF): Likewise.
16263         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
16264         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
16265         gl_AC_TYPE_LONG_LONG.
16266
16267 2006-10-11  Bruno Haible  <bruno@clisp.org>
16268
16269         * m4/longlong.m4: Add comments.
16270         * m4/ulonglong.m4: Likewise.
16271
16272 2006-10-10  Bruno Haible  <bruno@clisp.org>
16273
16274         Make it possible to #define stpcpy, strdup to aliases.
16275         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
16276         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
16277
16278 2006-10-10  Bruno Haible  <bruno@clisp.org>
16279
16280         Make it possible to #define gcd to an alias.
16281         * lib/gcd.c: Include config.h.
16282
16283 2006-10-10  Bruno Haible  <bruno@clisp.org>
16284
16285         Make it possible to #define c_isascii to an alias.
16286         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
16287         defined. Undefine the macros before defining them, to avoid gcc
16288         warnings.
16289         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
16290         define NO_C_CTYPE_MACROS early.
16291
16292 2006-10-10  Bruno Haible  <bruno@clisp.org>
16293
16294         Make it possible to #define set_program_name to an alias.
16295         * lib/progname.c: Don't undefine set_program_name; instead, undefine
16296         ENABLE_RELOCATABLE early.
16297
16298 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16299
16300         Port to Tandem NSK OSS, which has 64-bit signed int but at most
16301         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
16302         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
16303         More generally, don't assume that 64-bit signed int is available
16304         if unsigned int is, and vice versa.
16305         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
16306         unsigned symbols, not on their signed counterparts.
16307         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
16308         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
16309         (UINT64_C, UINTMAX_C):
16310         Likewise.
16311         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
16312         unsigned counterparts.
16313         (Have_long_long, Unsigned): New macros.
16314         (Int): Renamed from INT.
16315         (strtoimax): Use the new macros.
16316         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
16317         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
16318         * modules/inttypes (inttypes.h): Substitute
16319         HAVE_UNSIGNED_LONG_LONG_INT.
16320         * modules/stdint (stdint.h): Likewise.
16321         (Files): Add m4/ulonglong.m4.
16322
16323 2006-10-10  Bruno Haible  <bruno@clisp.org>
16324
16325         Fix a gcc -Wshadow warning.
16326         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
16327         to 'bucket'.
16328         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
16329         gl_linked_indexof_from_to): Likewise.
16330         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
16331         Likewise.
16332         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
16333         Likewise.
16334         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
16335         Reported by Eric Blake.
16336
16337 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
16338
16339         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
16340         for NetBSD.  Problem reported by Bruno Haible.
16341
16342 2006-10-09  Jim Meyering  <jim@meyering.net>
16343
16344         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
16345         Patch from Bruno Haible.
16346
16347 2006-10-09  Jim Meyering  <jim@meyering.net>
16348
16349         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
16350         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
16351         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
16352
16353 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
16354
16355         Don't include <config.h> twice; this doesn't work in some cases,
16356         e.g., when config.h has "#define intmax_t long long int" and
16357         we include <config.h>, <inttypes.h>, <config.h> in that order.
16358         Problem reported by Matthew Woehlke in:
16359         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
16360         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
16361         * lib/fts-cycle.c: Don't include config.h.
16362         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
16363         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
16364         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
16365         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
16366         inttypes.h.
16367         * lib/xstrtoumax.c: Likewise.
16368         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
16369         __strtol and the like, so that this module is more like its siblings.
16370         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
16371         Remove; no longer needed now that we assume gnulib inttypes.h.
16372
16373 2006-10-08  Bruno Haible  <bruno@clisp.org>
16374
16375         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
16376         option.
16377
16378 2006-10-07  Jim Meyering  <jim@meyering.net>
16379
16380         * modules/inttypes (inttypes.h): Revert what seems to have been
16381         an inadvertent part of today's change: use "|", not "/" in the
16382         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
16383
16384 2006-10-07  Bruno Haible  <bruno@clisp.org>
16385
16386         * modules/sublist: New file.
16387
16388 2006-10-07  Bruno Haible  <bruno@clisp.org>
16389
16390         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
16391         * modules/argz (argz.h): Likewise.
16392         * modules/arpa_inet (arpa/inet.h): Likewise.
16393         * modules/byteswap (byteswap.h): Likewise.
16394         * modules/configmake (configmake.h): Likewise.
16395         * modules/fcntl (fcntl.h): Likewise.
16396         * modules/fnmatch (fnmatch.h): Likewise.
16397         * modules/getopt (getopt.h): Likewise.
16398         * modules/glob (glob.h): Likewise.
16399         * modules/inttypes (inttypes.h): Likewise.
16400         * modules/netinet_in (netinet/in.h): Likewise.
16401         * modules/poll (poll.h): Likewise.
16402         * modules/stdbool (stdbool.h): Likewise.
16403         * modules/stdint (stdint.h): Likewise.
16404         * modules/sys_select (sys/select.h): Likewise.
16405         * modules/sys_socket (sys/socket.h): Likewise.
16406         * modules/sys_stat (sys/stat.h): Likewise.
16407         * modules/sysexits (sysexits.h): Likewise.
16408         * modules/unistd (unistd.h): Likewise.
16409         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16410         Add a "DO NOT EDIT" comment to the generated file.
16411         (func_import): Likewise for gnulib-comp.m4.
16412
16413 2006-10-07  Bruno Haible  <bruno@clisp.org>
16414
16415         * lib/gl_sublist.h: New file.
16416         * lib/gl_sublist.c: New file.
16417
16418 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16419
16420         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
16421         name (relative to the original working directory) and the file
16422         name component (relative to the temporary working directory).  All
16423         callers changed.
16424         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
16425         * lib/mkdir-p.c (make_dir_parents): Likewise.
16426         * lib/mkdir-p.h (make_dir_parents): Likewise.
16427
16428 2006-10-06  Eric Blake  <ebb9@byu.net>
16429
16430         Define several macros for use by the clean-temp module.
16431         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
16432         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
16433         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
16434
16435         * lib/clean-temp.h (close_stream_temp): New declaration.
16436         * lib/clean-temp.c (includes): Pull in headers according to what
16437         other modules are in use.
16438         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
16439
16440 2006-10-06  Bruno Haible  <bruno@clisp.org>
16441
16442         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
16443         instead of fopen, fwriteerror.
16444
16445 2006-10-06  Bruno Haible  <bruno@clisp.org>
16446
16447         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
16448         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
16449         int.
16450         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
16451         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
16452         Return an error indicator.
16453         Suggested by Eric Blake.
16454
16455 2006-10-06  Bruno Haible  <bruno@clisp.org>
16456
16457         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
16458         Reported by Eric Blake.
16459
16460 2006-10-06  Bruno Haible  <bruno@clisp.org>
16461
16462         * modules/closeout (Description): Mention stderr too.
16463
16464 2006-10-06  Bruno Haible  <bruno@clisp.org>
16465         and Paul Eggert  <eggert@cs.ucla.edu>
16466
16467         * lib/closeout.c (close_stdout): Also close stderr.
16468         * lib/closeout.h: Update comment.
16469
16470 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
16471
16472         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
16473         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
16474         * lib/dirchownmod.c: Include lchown.h.
16475         * lib/lchown.c: Don't include files that lchown.h now includes.
16476         Don't declare chown, since lchown.h now does that.
16477         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
16478         (lchown): Define to rpl_chown if lchown is declared but
16479         does not exist.  Declare using a prototype if lchown is not
16480         declared.  Add a copyright notice.
16481         * lib/mkstemp.h: Include <unistd.h>.
16482         * lib/openat.c: Include lchown.h.
16483
16484         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
16485         we now test for that separately.
16486         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
16487         rather than O_NOFOLLOW, when testing whether it's possible to
16488         avoid a race condition reliably.
16489         * lib/savewd.c (savewd_chdir): Likewise.
16490
16491         Remove macros that are no longer needed now that stdint.h is
16492         reliable.
16493         * lib/fsusage.c (UINTMAX_MAX): Remove.
16494         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
16495         * lib/utimecmp.c (SIZE_MAX): Remove.
16496
16497         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
16498
16499         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
16500         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
16501         O_NOATIME works.
16502
16503 2006-10-05  Bruno Haible  <bruno@clisp.org>
16504
16505         * lib/gl_list.h (gl_sortedlist_search_from_to,
16506         gl_sortedlist_indexof_from_to): New declarations.
16507         (gl_list_implementation): New fields sortedlist_search_from_to,
16508         sortedlist_indexof_from_to.
16509         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
16510         inline functions.
16511         * lib/gl_list.c (gl_sortedlist_search_from_to,
16512         gl_sortedlist_indexof_from_to): New functions.
16513         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
16514         function.
16515         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
16516         (gl_array_sortedlist_search_from_to): New function.
16517         (gl_array_list_implementation): Update.
16518         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
16519         function.
16520         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
16521         (gl_carray_sortedlist_search_from_to): New function.
16522         (gl_carray_list_implementation): Update.
16523         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
16524         gl_linked_sortedlist_indexof_from_to): New functions.
16525         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
16526         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
16527         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
16528         gl_tree_sortedlist_indexof_from_to): New functions.
16529         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
16530         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
16531         Update.
16532         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
16533         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
16534         Update.
16535
16536 2006-10-05  Bruno Haible  <bruno@clisp.org>
16537
16538         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
16539         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
16540         (struct gl_list_implementation): Add fields search_from_to,
16541         indexof_from_to. Remove fields search, indexof.
16542         (gl_list_search): Use the search_from_to method.
16543         (gl_list_search_from, gl_list_search_from_to): New functions.
16544         (gl_list_indexof): Use the indexof_from_to method.
16545         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
16546         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
16547         (gl_list_search_from, gl_list_search_from_to): New functions.
16548         (gl_list_indexof): Use the indexof_from_to method.
16549         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
16550         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
16551         gl_array_indexof. Add start_index, end_index arguments.
16552         (gl_array_search_from_to): Renamed from gl_array_search. Add
16553         start_index, end_index arguments.
16554         (gl_array_remove, gl_array_list_implementation): Update.
16555         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
16556         gl_carray_indexof. Add start_index, end_index arguments.
16557         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
16558         start_index, end_index arguments.
16559         (gl_carray_remove, gl_carray_list_implementation): Update.
16560         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
16561         gl_linked_search. Add start_index, end_index arguments.
16562         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
16563         start_index, end_index arguments.
16564         (gl_linked_remove): Update.
16565         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
16566         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
16567         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
16568         field to 'size_t'.
16569         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
16570         gl_tree_search. Add start_index, end_index arguments.
16571         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
16572         start_index, end_index arguments.
16573         (gl_tree_remove): Update.
16574         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
16575         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
16576         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
16577         function.
16578         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
16579         gl_tree_search. Add start_index, end_index arguments.
16580         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
16581         start_index, end_index arguments.
16582         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
16583         Update.
16584         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
16585
16586 2006-10-05  Bruno Haible  <bruno@clisp.org>
16587
16588         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
16589
16590         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
16591         fwriteerror_temp): New declarations.
16592         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
16593         (descriptors): New variable.
16594         (cleanup): First, close the descriptors.
16595         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
16596         fclose_temp, fwriteerror_temp): New functions.
16597
16598 2006-10-04  Jim Meyering  <jim@meyering.net>
16599
16600         * lib/fts.c (fts_open): Tiny comment change.
16601
16602 2006-10-04  Bruno Haible  <bruno@clisp.org>
16603
16604         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
16605         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
16606         gl_LOCK_BODY.
16607         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
16608         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
16609         gl_LOCK_EARLY_BODY.
16610         (gl_LOCK): Require gl_LOCK_BODY.
16611
16612 2006-10-04  Bruno Haible  <bruno@clisp.org>
16613
16614         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
16615         (gl_oset_search_atleast): New declaration.
16616         (struct gl_oset_implementation): Add field 'search_atleast'.
16617         (gl_oset_search_atleast): New inline function.
16618         * lib/gl_oset.c (gl_oset_search_atleast): New function.
16619         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
16620         (gl_array_oset_implementation): Update.
16621         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
16622         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
16623         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
16624
16625 2006-10-04  Bruno Haible  <bruno@clisp.org>
16626
16627         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
16628
16629 2006-10-03  Bruno Haible  <bruno@clisp.org>
16630
16631         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
16632         from gl_avltreehash_list_implementation.
16633
16634 2006-10-03  Bruno Haible  <bruno@clisp.org>
16635
16636         * lib/gl_oset.c (gl_oset_add): Fix return type.
16637
16638 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
16639
16640         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
16641
16642 2006-10-02  Eric Blake  <ebb9@byu.net>
16643
16644         * modules/strnlen (Depends-on): Add extensions.
16645
16646 2006-10-02  Eric Blake  <ebb9@byu.net>
16647
16648         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
16649         definition in 2.60+.
16650
16651 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
16652
16653         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
16654         checks.
16655
16656 2006-10-02  Bruno Haible  <bruno@clisp.org>
16657
16658         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
16659         to the AUTOMAKE_OPTIONS.
16660         Reported by Jim Meyering.
16661
16662 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
16663
16664         Work around bug in Solaris 10 /proc file system:
16665         /proc/self/fd/NNN/.. isn't the parent directory of
16666         the directory whose file descriptor is NNN.  This needs to
16667         be worked around at run time, not compile time, since a
16668         program might be built on Solaris 8, where things work, and
16669         run on Solaris 10.
16670         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
16671         to use the following interface instead:
16672         (OPENAT_BUFFER_SIZE): New macro.
16673         (openat_proc_name): New function.
16674         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
16675         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
16676         Likewise.
16677         * lib/openat-proc.c: New file.
16678         * modules/openat (Files): Add lib/openat-proc.c.
16679         (Depends-on): Add same-inode, stdbool.
16680         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
16681
16682 2006-09-29  Bruno Haible  <bruno@clisp.org>
16683
16684         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
16685         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
16686         argument. Set stdout_closed before testing for ferror, not after.
16687         (fwriteerror, fwriteerror_no_ebadf): New functions.
16688
16689 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16690
16691         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
16692
16693 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
16694
16695         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
16696         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
16697
16698 2006-09-28  Jim Meyering  <jim@meyering.net>
16699
16700         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
16701         Include <unistd.h>.
16702
16703 2006-09-28  Bruno Haible  <bruno@clisp.org>
16704
16705         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
16706         * modules/linkedhash-list (Depends-on): Likewise.
16707         * modules/rbtreehash-list (Depends-on): Likewise.
16708
16709 2006-09-28  Bruno Haible  <bruno@clisp.org>
16710
16711         * lib/strndup.h: Simplify the redefinition of strndup.
16712         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
16713         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
16714
16715 2006-09-28  Bruno Haible  <bruno@clisp.org>
16716
16717         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
16718         * lib/gl_linkedhash_list.c: Likewise.
16719         * lib/gl_rbtreehash_list.c: Likewise.
16720
16721 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
16722
16723         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
16724         getaddrinfo.
16725
16726         * lib/__fpending.h: Don't include <stdio_ext.h> unless
16727         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
16728         it causes <stdio_ext.h> to cause a compile-time error.
16729         Problem reported by Nelson H. F. Beebe.
16730         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
16731         of HAVE_DECL___PENDING.
16732
16733         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
16734         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
16735         declaration.
16736
16737 2006-09-27  Jim Meyering  <jim@meyering.net>
16738
16739         This file could end up with a definition for a function
16740         named __strndup, rather than rpl_strndup on a system with
16741         incomplete weak_alias support.
16742         * lib/strndup.c (strndup): Rename from __strndup.
16743         Remove #defines that used to map __strndup to strndup.
16744         Don't use K&R prototypes.
16745         Remove LIBC-related code, since this file is not sync'd with glibc.
16746         * lib/strndup.h: Revamp, accordingly.
16747         * m4/strndup.m4: Modernize.
16748
16749 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
16750
16751         * modules/savewd (Depends-on): Add 'raise'.
16752         * lib/savewd.c: Include <signal.h>, for 'raise'.
16753
16754 2006-09-26  Jim Meyering  <jim@meyering.net>
16755
16756         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
16757         when we detect Darwin 8.7.0's acl_get_file bug.
16758         Rearrange to perform the new (below) run-test while $LIBS
16759         contains any acl-related library.  Set USE_ACL at the end.
16760         (gl_ACL_GET_FILE): New function.
16761
16762 2006-09-26  Eric Blake  <ebb9@byu.net>
16763
16764         * lib/verror.c: Include <config.h> unconditionally.
16765
16766 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
16767
16768         * modules/clock-time (Maintainer): Add self.
16769         * modules/getlogin_r (Depends-on): Add extensions.
16770
16771 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16772
16773         * modules/clock-time: New module.
16774         * modules/nanosleep (Depends-on): Add clock-time.
16775         * modules/gethrxtime (Depends-on): Likewise.
16776         * modules/gettime (Depends-on): Likewise.
16777         * modules/settime (Depends-on): Likewise.
16778
16779         * modules/fts-lgpl: Depend on openat.
16780         * modules/mkancesdirs: Depend on savewd.
16781         * modules/mkdir-p: Likewise.
16782
16783 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16784
16785         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
16786
16787         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
16788         `gl_have_arbitrary_file_name_length_limit' to
16789         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
16790         actually works between configure runs.
16791
16792 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16793             Bruno Haible  <bruno@clisp.org>
16794
16795         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
16796
16797 2006-09-25  Jim Meyering  <jim@meyering.net>
16798
16799         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
16800         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
16801
16802 2006-09-25  Eric Blake  <ebb9@byu.net>
16803
16804         * gnulib-tool (func_import, func_create_testdir): Fix typos in
16805         exec's in 2006-09-18 patch when shuffling fds.
16806
16807 2006-09-25  Bruno Haible  <bruno@clisp.org>
16808
16809         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
16810         Reported by Jim Meyering.
16811
16812 2006-09-24  Jim Meyering  <jim@meyering.net>
16813
16814         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
16815         compare a pointer against a literal "0".  That caused failures with
16816         at least HP-UX's hpcc.
16817
16818 2006-09-22  Simon Josefsson  <jas@extundo.com>
16819
16820         * modules/gc-sha1:
16821         * modules/gc-md4:
16822         * modules/gc-hmac-sha1:
16823         * modules/gc-hmac-md5:
16824         * modules/gc-des:
16825         * modules/gc-arcfour: Distribute more files.
16826
16827 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16828
16829         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
16830         (gl_linked_iterator_from_to): Initialize struct completely.
16831         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
16832         (gl_tree_iterator_from_to): Likewise
16833         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
16834         * lib/gl_array_list.c [lint] (gl_array_iterator)
16835         (gl_array_iterator_from_to): Likewise.
16836         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
16837         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
16838         (gl_carray_iterator_from_to): Likewise.
16839
16840         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
16841         * lib/md4.c (md4_process_block): Remove unused variable.
16842         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
16843         parentheses for clarity.
16844
16845 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16846
16847         * modules/bison-i18n (Depends-on): Add gettext.
16848
16849 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16850
16851         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
16852         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
16853         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
16854         also add missing comma that caused broken test.
16855         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
16856         stdlib.h, for `abort'.
16857         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
16858         variables.
16859         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
16860         include unistd.h if present, for `rmdir'.
16861         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
16862         variables.
16863         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
16864         in the process include standard headers for prototypes.
16865         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
16866         gets declared on GNU/Linux.
16867         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
16868         unistd.h, for `rmdir'.
16869         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
16870
16871         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
16872         always true.
16873         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
16874
16875         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
16876
16877 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16878
16879         * gnulib-tool (func_version): Create output all at once.  This
16880         may help avoid triggering unnecessary SIGPIPEs, and at any
16881         rate it doesn't hurt.
16882
16883 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16884             Bruno Haible  <bruno@clisp.org>
16885
16886         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
16887         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
16888         * m4/signed.m4 (bh_C_SIGNED): Likewise.
16889
16890         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
16891         (gl_FUNC_VASPRINTF): Invoke it.
16892
16893 2006-09-22  Bruno Haible  <bruno@clisp.org>
16894
16895         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
16896         getloadavg.c as first argument.
16897
16898 2006-09-22  Bruno Haible  <bruno@clisp.org>
16899
16900         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
16901         at the beginning of the gl_INIT macro.
16902         * modules/getloadavg (configure.ac): Pass $gl_source_base to
16903         gl_GETLOADAVG.
16904
16905 2006-09-22  Bruno Haible  <bruno@clisp.org>
16906
16907         * gnulib-tool (func_create_megatestdir): Don't include the config-h
16908         module.
16909         Suggested by Ralf Wildenhues.
16910
16911 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16912
16913         Import this patch from libc:
16914
16915         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
16916
16917         * lib/regex_internal.c (re_string_reconstruct): Handle
16918         offset < pstr->valid_raw_len && pstr->offsets_needed case.
16919         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
16920         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
16921         re_string_context_at.
16922
16923         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
16924         now requires it.
16925         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
16926         gl_REGEX now does it for us.
16927         (gl_REGEX): Add test taken from
16928         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
16929
16930         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
16931         Check that large offsets work.  Modernize Autoconf usages.
16932         Prefer "yes" to mean a good thing rather than a bad.
16933         Don't put "#define mkstemp" in config.h, as this might interfere
16934         with standard system headers that "#define mkstemp mkstemp64".
16935
16936         * modules/mkstemp (Depends-on): Add extensions, so that
16937         mkstemp is visible on some platforms.
16938         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
16939         (Include): Change to "mkstemp.h" from <stdlib.h>.
16940         (Files): Add mkstemp.h.
16941
16942         * lib/mkstemp.h: New file, since some standard headers
16943         #define mkstemp.
16944         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
16945         Include "mkstemp.h".
16946         Make the _LIBC code resemble glibc original more,
16947         e.g., use K&R style.
16948         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
16949         (mkstemp): Remove, since mkstemp.h does this for us.
16950         * lib/stdlib--.h: Include mkstemp.h.
16951
16952         Import this patch from libc:
16953
16954         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
16955
16956         * lib/tempname.c (__gen_tempname): Change attempts_min
16957         into a macro.  Use preprocessor to decide how to initialize
16958         attempts [Coverity CID 67].
16959
16960 2006-09-20  Bruno Haible  <bruno@clisp.org>
16961
16962         * lib/mkdtemp.c: Import from libc.
16963         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
16964                 * sysdeps/posix/tempname.c (__gen_tempname): Change
16965                 attempts_min into a macro.  Use preprocessor to decide how to
16966                 initialize attempts [Coverity CID 67].
16967         2001-11-27  Paul Eggert  <eggert@twinsun.com>
16968                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
16969                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
16970
16971 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16972
16973         * gnulib-tool (func_exit): New function, to allow to pass the
16974         exit status portably through the trap.  Use everywhere.
16975         (--help, --version): Signal a write error.
16976         (trap): catch SIGPIPE, for write errors.
16977         Exit at the end of the trap, with the correct exit status.
16978
16979 2006-09-19  Karl Berry  <karl@gnu.org>
16980
16981         * doc/gnulib.texi: note about the license texinfo files.
16982
16983 2006-09-19  Eric Blake  <ebb9@byu.net>
16984
16985         * gnulib-tool: Avoid space-tab.
16986
16987 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
16988
16989         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
16990         that prevented coreutils 6.1 from building.  Problem reported
16991         by Petter Reinholdtsen.
16992
16993 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
16994
16995         * gnulib-tool (avoidlist): Fix typo that broke options like
16996         --avoid=lock that are used by coreutils bootstrap.
16997
16998 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
16999
17000         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
17001         more systematically.
17002
17003 2006-09-18  Jim Meyering  <jim@meyering.net>
17004
17005         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
17006
17007 2006-09-18  Bruno Haible  <bruno@clisp.org>
17008
17009         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
17010
17011 2006-09-18  Bruno Haible  <bruno@clisp.org>
17012
17013         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
17014         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
17015         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
17016         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
17017         * m4/gettext.m4: Require autoconf >= 2.52.
17018         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
17019         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
17020         of gl_cv_header_inttypes_h.
17021
17022 2006-09-18  Bruno Haible  <bruno@clisp.org>
17023
17024         * lib/javaversion.c: Include configmake.h.
17025
17026 2006-09-18  Bruno Haible  <bruno@clisp.org>
17027
17028         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
17029         avoid that the while loops be executed in a subshell.
17030
17031 2006-09-18  Bruno Haible  <bruno@clisp.org>
17032
17033         * MODULES.html.sh (func_module): Break long lines.
17034         Suggested by Bruce Korb <bkorb@gnu.org>.
17035
17036 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17037
17038         Speed up by a factor of 1.12.
17039         * gnulib-tool (nl): New variable.
17040         (func_import): Rewrite include directive extraction to only read each
17041         directive once.
17042
17043 2006-09-17  Bruno Haible  <bruno@clisp.org>
17044
17045         * modules/javaversion (Makefile.am): Remove DEFS setting.
17046         (Depends-on): Add configmake, for PKGDATADIR definition.
17047
17048 2006-09-17  Bruno Haible  <bruno@clisp.org>
17049
17050         * gnulib-tool (func_create_testdir): Rewrite all files at once.
17051
17052 2006-09-17  Bruno Haible  <bruno@clisp.org>
17053
17054         * gnulib-tool (func_append): New function, stolen from libtool.m4.
17055         (func_modules_transitive_closure, func_modules_add_dummy,
17056         func_modules_to_filelist, func_import, func_create_testdir,
17057         func_create_megatestdir, ...): Use it wherever possible.
17058         Suggested by Ralf Wildenhues.
17059
17060 2006-09-16  Karl Berry  <karl@gnu.org>
17061
17062         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
17063         to avoid sectioning errors.
17064         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
17065         [ifinfo]: blank line after @center-ed titles.
17066         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
17067         Spell FSF address consistently with others.
17068         (These changes approved by rms.)
17069
17070 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17071
17072         Speed up by a factor of 1.61.
17073         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
17074         already checked module names again.
17075
17076 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17077
17078         Speed up by a factor of 1.13.
17079         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
17080         for new_files, and the input to func_add_or_update.
17081
17082 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17083
17084         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
17085         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
17086
17087 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
17088
17089         * modules/mkancesdirs (Depends-on): Add fcntl.
17090         * modules/savewd: New file.
17091         * MODULES.html.sh (File system functions): Add savewd.
17092
17093         * modules/configmake (Makefile.am): Add support for the
17094         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
17095
17096 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
17097
17098         * m4/savewd.m4: New file.
17099
17100 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
17101
17102         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
17103         (dirchownmod): New arg FD.  All callers changed.
17104         Use FD rather than opening the directory ourself, as opening is
17105         now the caller's responsibility.
17106         * lib/dirchownmod.h: Likewise.
17107         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
17108         hosts that require <sys/types.h> before <sys/stat.h>.  Include
17109         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
17110         (test_dir): Remove.
17111         (mkancesdirs): Return length of prefix of FILE that has already
17112         been made, or -2 if there is a child doing the work.  Redo
17113         algorithm so that it is O(N) rather than O(N**2).  Optimize away
17114         ".", and treat ".." specially since it might stray back into
17115         already-created areas.  Use a subprocess if necessary.  New arg
17116         WD; all users changed.  MAKE_DIR function should now return 1
17117         if it creates a directory that is not readable.  Return -2 if
17118         a child process is spun off.
17119         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
17120         Adjust signature to match code.
17121         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
17122         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
17123         all users changed.
17124         * lib/savewd.c, lib/savewd.h: New files.
17125
17126 2006-09-15  Jim Meyering  <jim@meyering.net>
17127
17128         * modules/rename-dest-slash: New module.
17129         * MODULES.html.sh (posix_compat): Add it here.
17130
17131         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
17132
17133 2006-09-15  Jim Meyering  <jim@meyering.net>
17134
17135         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
17136         file.
17137
17138         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
17139
17140 2006-09-15  Jim Meyering  <jim@meyering.net>
17141
17142         * lib/rename-dest-slash.c (has_trailing_slash): Use
17143         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
17144         (rpl_rename_dest_slash): Perform the cheaper trailing slash
17145         test before testing whether SRC is a directory.
17146         Suggestions from Bruno Haible.
17147
17148         Avoid a warning about an unused variable.
17149         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
17150         into the #ifdef block where it's used.
17151
17152         * lib/rename-dest-slash.c: New file.
17153
17154 2006-09-14  Bruno Haible  <bruno@clisp.org>
17155
17156         * lib/allocsa.c: Include <config.h> unconditionally.
17157         * lib/asnprintf.c: Likewise.
17158         * lib/asprintf.c: Likewise.
17159         * lib/c-strcasecmp.c: Likewise.
17160         * lib/c-strcasestr.c: Likewise.
17161         * lib/c-strncasecmp.c: Likewise.
17162         * lib/c-strstr.c: Likewise.
17163         * lib/classpath.c: Likewise.
17164         * lib/clean-temp.c: Likewise.
17165         * lib/concatpath.c: Likewise.
17166         * lib/copy-file.c: Likewise.
17167         * lib/csharpcomp.c: Likewise.
17168         * lib/csharpexec.c: Likewise.
17169         * lib/execute.c: Likewise.
17170         * lib/fatal-signal.c: Likewise.
17171         * lib/findprog.c: Likewise.
17172         * lib/fwriteerror.c: Likewise.
17173         * lib/gl_array_list.c: Likewise.
17174         * lib/gl_array_oset.c: Likewise.
17175         * lib/gl_avltree_list.c: Likewise.
17176         * lib/gl_avltree_oset.c: Likewise.
17177         * lib/gl_avltreehash_list.c: Likewise.
17178         * lib/gl_carray_list.c: Likewise.
17179         * lib/gl_linked_list.c: Likewise.
17180         * lib/gl_linkedhash_list.c: Likewise.
17181         * lib/gl_list.c: Likewise.
17182         * lib/gl_oset.c: Likewise.
17183         * lib/gl_rbtree_list.c: Likewise.
17184         * lib/gl_rbtree_oset.c: Likewise.
17185         * lib/gl_rbtreehash_list.c: Likewise.
17186         * lib/imaxabs.c: Likewise.
17187         * lib/imaxdiv.c: Likewise.
17188         * lib/javacomp.c: Likewise.
17189         * lib/javaexec.c: Likewise.
17190         * lib/javaversion.c: Likewise.
17191         * lib/linebreak.c: Likewise.
17192         * lib/localcharset.c: Likewise.
17193         * lib/lock.c: Likewise.
17194         * lib/mbchar.c: Likewise.
17195         * lib/mbswidth.c: Likewise.
17196         * lib/mkdtemp.c: Likewise.
17197         * lib/pipe.c: Likewise.
17198         * lib/printf-args.c: Likewise.
17199         * lib/printf-parse.c: Likewise.
17200         * lib/progname.c: Likewise.
17201         * lib/progreloc.c: Likewise.
17202         * lib/readlink.c: Likewise.
17203         * lib/sh-quote.c: Likewise.
17204         * lib/stpcpy.c: Likewise.
17205         * lib/stpncpy.c: Likewise.
17206         * lib/strcasecmp.c: Likewise.
17207         * lib/strcasestr.c: Likewise.
17208         * lib/strcspn.c: Likewise.
17209         * lib/striconv.c: Likewise.
17210         * lib/strncasecmp.c: Likewise.
17211         * lib/strnlen1.c: Likewise.
17212         * lib/strstr.c: Likewise.
17213         * lib/strtok_r.c: Likewise.
17214         * lib/tls.c: Likewise.
17215         * lib/tmpdir.c: Likewise.
17216         * lib/unicodeio.c: Likewise.
17217         * lib/unsetenv.c: Likewise.
17218         * lib/vasnprintf.c: Likewise.
17219         * lib/vasprintf.c: Likewise.
17220         * lib/wait-process.c: Likewise.
17221         * lib/xallocsa.c: Likewise.
17222         * lib/xsetenv.c: Likewise.
17223         * lib/xstriconv.c: Likewise.
17224
17225 2006-09-13  Simon Josefsson  <jas@extundo.com>
17226
17227         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
17228         that internally, suggested by Ralf Wildenhues
17229         <Ralf.Wildenhues@gmx.de>.
17230
17231 2006-09-13  Simon Josefsson  <jas@extundo.com>
17232
17233         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
17234         @LIBOBJS@.
17235         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17236
17237 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17238
17239         * lib/_fpending.c: Include <config.h> unconditionally, since we no
17240         longer worry about uses that don't define HAVE_CONFIG_H.
17241         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
17242         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
17243         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
17244         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
17245         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
17246         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
17247         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
17248         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
17249         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
17250         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
17251         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
17252         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
17253         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
17254         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
17255         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
17256         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
17257         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
17258         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
17259         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
17260         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
17261         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
17262         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
17263         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
17264         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
17265         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
17266         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
17267         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
17268         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
17269         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
17270         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
17271         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
17272         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
17273         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
17274         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
17275         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
17276         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
17277         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
17278         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
17279         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
17280         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
17281         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
17282         Likewise.
17283
17284 2006-09-13  Eric Blake  <ebb9@byu.net>
17285
17286         * lib/getopt.c: Fix typo in last commit.
17287
17288 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
17289
17290         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
17291         dgettext.
17292
17293 2006-09-12  Jim Meyering  <jim@meyering.net>
17294
17295         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
17296         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
17297         Reported by Nelson H. F. Beebe.
17298
17299 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
17300
17301         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
17302         program_invocation_name and program_invocation_short_name are
17303         initialized.
17304         * lib/argp-namefrob.h: Move declarations of program_invocation_name
17305         and program_invocation_short_name to argp.h, so they are visible
17306         to user programs.
17307         * lib/argp.h: Likewise
17308
17309 2006-09-10  Bruno Haible  <bruno@clisp.org>
17310
17311         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
17312         m4/inttypes_h.m4, m4/uintmax_t.m4.
17313
17314 2006-09-10  Bruno Haible  <bruno@clisp.org>
17315
17316         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
17317         gl_AC_TYPE_UINTMAX_T.
17318
17319 2006-09-10  Bruno Haible  <bruno@clisp.org>
17320
17321         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
17322
17323 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
17324
17325         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
17326         convention.  Text proposed by Bruno Haible.
17327         (struct argp_option): Document the use of N_() wrappers.
17328
17329         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
17330         '\v', and translate the two parts separately, instead of feeding
17331         the whole string to gettext.  This allows to exclude
17332         '\v' from the strings visible to the translator by writing doc
17333         strings as N_("..") "\v" N_("..").
17334
17335 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
17336
17337         * config/srclist.txt: Undo latest change; the bug was fixed.
17338
17339 2006-09-09  Bruno Haible  <bruno@clisp.org>
17340
17341         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
17342         assignments if building a library without libtool.
17343         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
17344         in func_emit_lib_Makefile_am.
17345         (func_import): When building a static library libfoo.a, arrange to
17346         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
17347         (func_create_testdir): Likewise.
17348         * modules/gc (configure.ac, Makefile.am): If building statically,
17349         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
17350         * modules/iconvme (configure.ac, Makefile.am): Likewise.
17351         * modules/striconv (configure.ac, Makefile.am): Likewise.
17352         Based on a suggestion by Ralf Wildenhues.
17353
17354 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17355
17356         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
17357         Check for unistd.h too, since Autoconf doesn't assume POSIX.
17358         Also:
17359
17360         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17361         Add year_2050_test to catch glibc bug 2821
17362         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
17363
17364         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
17365         Prefer #ifdef to #if.
17366
17367         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
17368         Return from 'main' instead of calling 'exit'.
17369
17370 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17371
17372         * lib/mktime.c (guess_time_tm): Fix bug where mktime
17373         returned the maximum time_t value rather than (time_t) -1.
17374         Problem originally reported by William Bardwell
17375         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
17376
17377         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
17378         Moved to here ...
17379         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
17380         ... from here.
17381
17382 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17383
17384         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
17385         2821 is fixed.
17386
17387 2006-09-08  Jim Meyering  <jim@meyering.net>
17388
17389         Don't make generated files read-only.  That would bother too many
17390         people.  However, do retain the ability to work when targets are
17391         read-only: remove the destination and temporary files before writing
17392         them (when generated via sed or echo), or by using the -f option for
17393         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
17394         * modules/alloca-opt, modules/argz, modules/arpa_inet:
17395         * modules/byteswap, modules/configmake, modules/fcntl:
17396         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
17397         * modules/localcharset, modules/netinet_in, modules/poll:
17398         * modules/stdbool, modules/stdint, modules/sys_select:
17399         * modules/sys_socket, modules/sys_stat, modules/sysexits:
17400
17401 2006-09-08  Jim Meyering  <jim@meyering.net>
17402
17403         Avoid new build failure on FreeBSD 6.0.
17404         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
17405         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
17406         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
17407
17408 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17409
17410         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
17411
17412 2006-09-07  Jim Meyering  <jim@meyering.net>
17413
17414         Fix global typo in last change: use chmod u-w, not chmod u-x.
17415         Spotted by Paul Eggert and Bruce Korb.
17416         * modules/alloca-opt, modules/argz, modules/arpa_inet:
17417         * modules/byteswap, modules/configmake, modules/fcntl:
17418         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
17419         * modules/localcharset, modules/netinet_in, modules/poll:
17420         * modules/stdbool, modules/stdint, modules/sys_select:
17421         * modules/sys_socket, modules/sys_stat, modules/sysexits:
17422
17423 2006-09-06  Jim Meyering  <jim@meyering.net>
17424
17425         Make generated files be read-only.
17426         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
17427         Ensure that each generated file is now read-only.
17428         * modules/argz: Likewise.
17429         * modules/arpa_inet: Likewise.
17430         * modules/byteswap: Likewise.
17431         * modules/configmake: Likewise.
17432         * modules/fcntl: Likewise.
17433         * modules/fnmatch: Likewise.
17434         * modules/getopt: Likewise.
17435         * modules/glob: Likewise.
17436         * modules/inttypes: Likewise.
17437         * modules/netinet_in: Likewise.
17438         * modules/poll: Likewise.
17439         * modules/stdbool: Likewise.
17440         * modules/stdint: Likewise.
17441         * modules/sys_select: Likewise.
17442         * modules/sys_socket: Likewise.
17443         * modules/sys_stat: Likewise.
17444         * modules/sysexits: Likewise.
17445         * modules/localcharset: Same as above, but continue using temporary
17446         file named "t-$@" (why different?) rather than the "$@-t" used
17447         everywhere else.
17448
17449         * modules/sysexits (Makefile.am): Replace literal occurrences
17450         of "sysexit.h" more readable, and more consistent, "$@".
17451
17452 2006-09-06  Bruno Haible  <bruno@clisp.org>
17453
17454         * modules/striconv: New file.
17455         * modules/xstriconv: New file.
17456         * MODULES.html.sh (Internationalization functions): Add striconv,
17457         xstriconv.
17458
17459 2006-09-06  Bruno Haible  <bruno@clisp.org>
17460
17461         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
17462         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
17463         not using libtool correctly.
17464
17465 2006-09-06  Bruno Haible  <bruno@clisp.org>
17466
17467         * lib/striconv.h: New file.
17468         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
17469         iconvstring.c.
17470         * lib/xstriconv.h: New file.
17471         * lib/xstriconv.c: New file.
17472
17473 2006-09-06  Bruno Haible  <bruno@clisp.org>
17474
17475         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
17476         lib_..._LDFLAGS.
17477
17478 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17479
17480         * lib/argz_.h: Sync from Libtool.
17481
17482         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
17483                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
17484
17485         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
17486
17487 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
17488
17489         * modules/trim: New file.
17490
17491 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
17492
17493         * lib/trim.h: New file.
17494         * lib/trim.c: New file.
17495
17496 2006-09-05  Bruno Haible  <bruno@clisp.org>
17497
17498         * MODULES.html.sh (String handling): Add trim.
17499
17500 2006-09-04  Karl Berry  <karl@gnu.org>
17501
17502         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
17503         until next release.
17504
17505 2006-09-03  Bruno Haible  <bruno@clisp.org>
17506
17507         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
17508         correctly.
17509
17510 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17511
17512         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
17513         not gl_GETLOADAVG.  Omit unneeded semicolons.
17514         Problems reported by Ralf Wildenhues in
17515         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
17516         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
17517         at the end, which is the usual gnulib style.
17518
17519         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
17520         of doing all the work ourselves.
17521         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
17522         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
17523
17524 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17525
17526         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
17527         Problem reported by Ralf Wildenhues in
17528         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
17529
17530         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
17531         HAVE_STRUCT_STATFS_F_FSTYPENAME.
17532
17533 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17534
17535         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
17536         yesterday's patch by changing test -n to test -z.
17537
17538 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17539
17540         * modules/getloadavg (Files): Add m4/getloadavg.m4.
17541         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
17542         the former is now obsolescent.
17543
17544         * modules/chdir-long (Depends-on): Add fcntl.
17545
17546 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17547
17548         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
17549         obsolescent, and programs should use gnulib instead.
17550         * m4/getloadavg.m4: New file, with contents taken from Autoconf
17551         but with prefixes changed.
17552
17553 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17554
17555         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
17556         or stdbool.h, because they might not exist while configuring.
17557
17558         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
17559         Don't include unistd.h or limits.h; not needed, since chdir-long.h
17560         does that for us.
17561         (O_DIRECTORY): Remove.
17562
17563 2006-08-31  Eric Blake  <ebb9@byu.net>
17564
17565         * gnulib-tool: Don't let emacs change spaces to TAB.
17566
17567 2006-08-31  Bruno Haible  <bruno@clisp.org>
17568
17569         * gnulib-tool: When calling func_import more than once, do it in a
17570         subshell.
17571         Reported by Eric Blake <ebb9@byu.net>.
17572
17573 2006-08-31  Bruno Haible  <bruno@clisp.org>
17574
17575         * gnulib-tool (nl): Remove variable.
17576         (sed_transform_lib_file): Use more robust test for config-h module.
17577         (func_import): Fix typo in 2006-08-25 patch.
17578
17579 2006-08-31  Bruno Haible  <bruno@clisp.org>
17580
17581         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
17582         specified, augment Makefile.am variables instead of assigning them.
17583
17584 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
17585
17586         Work around a bug in both the Linux and SunOS 64-bit kernels:
17587         nanosleep mishandles sleeps for longer than 2**31 seconds.
17588         Problem reported by Frank v Waveren in
17589         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
17590         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
17591         Check for nanosleep bug.
17592         (LIB_NANOSLEEP): Append clock_gettime library if needed.
17593
17594 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
17595
17596         Work around a bug in both the Linux and SunOS 64-bit kernels:
17597         nanosleep mishandles sleeps for longer than 2**31 seconds.
17598         Problem reported by Frank v Waveren in
17599         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
17600         * lib/nanosleep.c (BILLION): New constant.
17601         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
17602         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
17603         implementation.
17604
17605 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
17606
17607         * modules/nanosleep (Depends-on): Add gettime.
17608
17609 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
17610         and Simon Josefsson  <jas@extundo.com>
17611         and Oskar Liljeblad  <oskar@osk.mine.nu>
17612
17613         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
17614         * gnulib-tool (func_import): New license type 'unmodifiable license
17615         text'.
17616         * modules/fdl: Use it.  Longer description.
17617         * module/gpl, module/lgpl: New files.
17618
17619 2006-08-30  Jim Meyering  <jim@meyering.net>
17620
17621         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
17622         shadowing the parameter.
17623
17624 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17625
17626         Sync from Libtool:
17627
17628         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17629
17630         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
17631         sharing with gnulib.  Report by Eric Blake.
17632
17633 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
17634
17635         * modules/isapipe: New file.
17636         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
17637
17638 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
17639
17640         * modules/configmake (Makefile.am): Add a comment, and omit
17641         the CONFIGMAKE_ prefix from generated macro names.  Suggested
17642         by Bruno Haible.
17643
17644 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
17645
17646         * m4/isapipe.m4: New file.
17647
17648 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
17649
17650         * lib/isapipe.c, lib/isapipe.h: New files.
17651
17652 2006-08-29  Jim Meyering  <jim@meyering.net>
17653
17654         * modules/configmake (Makefile.am): Make configmake.h depend on
17655         Makefile.  Otherwise, a stale configmake.h could hang around.
17656
17657 2006-08-29  Eric Blake  <ebb9@byu.net>
17658
17659         * lib/error.c (error_at_line, print_errno_message): Match libc, after
17660         resolution of upstream bug 3044.
17661
17662 2006-08-29  Bruno Haible  <bruno@clisp.org>
17663
17664         * modules/localcharset (Depends-on): Add configmake.
17665         (Makefile.am): Remove setting of LIBDIR through DEFS.
17666
17667 2006-08-29  Bruno Haible  <bruno@clisp.org>
17668
17669         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
17670         defined.
17671
17672 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
17673
17674         * modules/fcntl: New file.
17675         * modules/chdir-safer (Depends-on): Add fcntl.
17676         * modules/fts: Likewise.
17677         * modules/mkdir-p: Likewise.
17678
17679         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
17680         This undoes the most recent change, since we're now addressing the
17681         problem in a different way.
17682
17683         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
17684         into output, since the output might be called Makefile.am even
17685         if $makefile_name is something different.
17686         (func_import): Use $makefile_am rather than
17687         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
17688         empty.
17689
17690         * modules/inttypes (Files): Add m4/inttypes-h.m4.
17691
17692 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
17693
17694         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
17695         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
17696         recent change to stdint.m4, since we're now addressing the problem in a
17697         different way.
17698
17699 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
17700
17701         * m4/fcntl_h.m4: New file.
17702
17703 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
17704
17705         * lib/fcntl_.h: New file.
17706         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
17707         the fcntl module.
17708         * lib/dirchownmod.c: Likewise.
17709         * lib/fts.c: Likewise.
17710
17711         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
17712         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
17713         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
17714         just before including <inttypes.h>, to avoid circular inclusion.
17715
17716 2006-08-28  Jim Meyering  <jim@meyering.net>
17717
17718         * doc/visibility.texi: Actually read and correct the grammar of the
17719         sentence affected by yesterday's change.
17720
17721 2006-08-28  Eric Blake  <ebb9@byu.net>
17722
17723         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
17724         needs wrapper.
17725
17726 2006-08-28  Eric Blake  <ebb9@byu.net>
17727
17728         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
17729
17730 2006-08-28  Eric Blake  <ebb9@byu.net>
17731
17732         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
17733
17734 2006-08-28  Bruno Haible  <bruno@clisp.org>
17735
17736         * modules/c-strstr: New file, from GNU gettext.
17737         * MODULES.html.sh (String handling): Add c-strstr.
17738
17739 2006-08-28  Bruno Haible  <bruno@clisp.org>
17740
17741         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
17742         macros.
17743         Reported by Eric Blake.
17744
17745 2006-08-28  Bruno Haible  <bruno@clisp.org>
17746
17747         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
17748         (VASNPRINTF): Return a string of length > INT_MAX without failing.
17749         * lib/vasprintf.c: Include errno.h, limits.h.
17750         (EOVERFLOW): New fallback definition.
17751         (vasprintf): Test here whether the string length is > INT_MAX.
17752         * lib/vsnprintf.c: Include errno.h, limits.h.
17753         (EOVERFLOW): New fallback definition.
17754         (vsnprintf): Fix bug when generated string was too long for the buffer.
17755         Test here whether the string length is > INT_MAX.
17756
17757 2006-08-28  Bruno Haible  <bruno@clisp.org>
17758
17759         * lib/inttypes_.h (SCNX*): Remove definitions.
17760         Reported by Eric Blake.
17761
17762 2006-08-28  Bruno Haible  <bruno@clisp.org>
17763
17764         * lib/c-strstr.h: New file, from GNU gettext.
17765         * lib/c-strstr.c: New file, from GNU gettext.
17766
17767 2006-08-28  Bruno Haible  <bruno@clisp.org>
17768
17769         * gnulib-tool: Reorder some statements.
17770
17771 2006-08-28  Bruno Haible  <bruno@clisp.org>
17772
17773         * gnulib-tool: New option --makefile-name.
17774         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
17775         $makefile_name.
17776         (func_import): Write $makefile_name to the cache file, and read it from
17777         there unless explicitly specified. Use $makefile_name as file name
17778         instead of Makefile.am. Adjust the recommendations accordingly.
17779
17780 2006-08-28  Bruno Haible  <bruno@clisp.org>
17781
17782         * gnulib-tool (func_verify_module): Check against misapplying patch.
17783
17784 2006-08-28  Bruno Haible  <bruno@clisp.org>
17785
17786         * gnulib-tool (func_relativize, func_relconcat): New functions.
17787         Give an error if --local-dir is given with --update.
17788         Remove trailing slashes from $local_gnulib_dir.
17789         (func_import): Store the relativized $local_gnulib_dir in
17790         gnulib-cache.m4, and read it from there if not specified explicitly.
17791
17792 2006-08-28  Bruno Haible  <bruno@clisp.org>
17793
17794         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
17795         is the current directory. Respect also $local_gnulib_dir.
17796
17797 2006-08-28  Bruno Haible  <bruno@clisp.org>
17798             Simon Josefsson  <jas@extundo.com>
17799
17800         BeOS portability.
17801         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
17802
17803 2006-08-27  Jim Meyering  <jim@meyering.net>
17804
17805         * doc/visibility.texi: Remove duplicate word: "pointer".
17806
17807 2006-08-26  Bruno Haible  <bruno@clisp.org>
17808
17809         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
17810         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
17811         (Makefile.am): Create inttypes.h from inttypes_.h.
17812         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
17813
17814         * modules/imaxabs: New file.
17815
17816         * modules/imaxdiv: New file.
17817
17818 2006-08-26  Bruno Haible  <bruno@clisp.org>
17819
17820         * m4/inttypes.m4: New file.
17821         * m4/_inttypes_h.m4: Remove file.
17822         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
17823         PRI_MACROS_BROKEN.
17824         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
17825
17826         * m4/imaxabs.m4: New file.
17827
17828         * m4/imaxdiv.m4: New file.
17829
17830 2006-08-26  Bruno Haible  <bruno@clisp.org>
17831
17832         * lib/inttypes_.h: New file.
17833         * lib/inttypes.h: Remove file.
17834         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
17835
17836         * lib/imaxabs.c: New file.
17837
17838         * lib/imaxdiv.c: New file.
17839
17840 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17841
17842         New config-h module, so that "make" output needn't be cluttered
17843         by -DHAVE_CONFIG_H.
17844         * MODULES.html.sh (Support for building libraries and executables):
17845         Add config-h.
17846         * modules/config-h: New file.
17847         * gnulib-tool (nl, sed_transform_lib_file): New vars.
17848         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
17849         the config-h module is used.
17850
17851         New configmake module, so that "make" output needn't be cluttered
17852         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
17853         * MODULES.html.sh (Support for building libraries and executables):
17854         Add configmake.
17855         * modules/configmake: New file.
17856
17857 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17858
17859         * m4/config-h.m4: New file.
17860
17861 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17862
17863         * config/srclist.txt: Add elisp-comp.
17864
17865 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17866
17867         * MODULES.html.sh (Support for building libraries and executables):
17868         Add elisp-comp.
17869         * build-aux/elisp-comp: New file.
17870         * modules/elisp-comp: New file.
17871
17872 2006-08-24  Bruno Haible  <bruno@clisp.org>
17873
17874         * gnulib-tool (func_create_testdir): Use non-default values of
17875         sourcebase and m4base.
17876
17877 2006-08-24  Bruno Haible  <bruno@clisp.org>
17878
17879         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
17880         HTML structure.
17881
17882 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
17883
17884         * modules/openat (Depends-on): Add lchown.
17885
17886 2006-08-23  Bruno Haible  <bruno@clisp.org>
17887
17888         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
17889         of gl_LOCK_EARLY instead of gl_LOCK.
17890
17891 2006-08-23  Bruno Haible  <bruno@clisp.org>
17892
17893         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
17894         on OSF/1 to no.
17895         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
17896
17897 2006-08-23  Bruno Haible  <bruno@clisp.org>
17898
17899         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
17900         as unusable.
17901
17902         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
17903         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
17904         (gl_LOCK): New macro.
17905
17906 2006-08-22  Simon Josefsson  <jas@extundo.com>
17907
17908         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
17909         to md5 module.
17910
17911 2006-08-22  Simon Josefsson  <jas@extundo.com>
17912
17913         * MODULES.html.sh: Add "Support for maintaining and release
17914         projects".
17915
17916         * build-aux/gnupload: New file, from coreutils.
17917
17918 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
17919
17920         Avoid the need for AC_LIBSOURCES in m4 macros.
17921         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
17922         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
17923         * modules/check-version (EXTRA_DIST): Add check-version.h.
17924         * modules/crc (EXTRA_DIST): Add crc.h.
17925         * modules/des (EXTRA_DIST): Add des.h.
17926         * modules/gc (EXTRA_DIST): Add gc.h.
17927         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
17928         * modules/getline (EXTRA_DIST): Add getline.h.
17929         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
17930         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
17931         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
17932         * modules/md2 (EXTRA_DIST): Add md2.h.
17933         * modules/md4 (EXTRA_DIST): Add md4.h.
17934         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
17935         * modules/read-file (EXTRA_DIST): Add read-file.h.
17936         * modules/readline (EXTRA_DIST): Add readline.h.
17937         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
17938         rijndael-api-fst.h.
17939
17940 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
17941
17942         * m4/rijndael.m4 (gl_ARCFOUR):
17943         * m4/arctwo.m4 (gl_ARCTWO):
17944         * m4/check-version.m4 (gl_CHECK_VERSION):
17945         * m4/crc.m4 (gl_CRC):
17946         * m4/des.m4 (gl_DES):
17947         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
17948         * m4/gc.m4 (gl_GC):
17949         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
17950         * m4/getline.m4 (gl_FUNC_GETLINE):
17951         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
17952         * m4/hmac-md5.m4 (gl_HMAC_MD5):
17953         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
17954         * m4/md2.m4 (gl_MD2):
17955         * m4/md4.m4 (gl_MD4):
17956         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
17957         * m4/read-file.m4 (gl_FUNC_READ_FILE):
17958         * m4/readline.m4 (gl_FUNC_READLINE):
17959         * m4/rijndael.m4 (gl_RIJNDAEL):
17960         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
17961         to get the necessary .h files and whatnot.
17962
17963 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
17964
17965         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
17966         gnulib rather than the other way around.
17967         * config/srclistvars.sh (COREUTILS): Remove.
17968
17969 2006-08-22  Jim Meyering  <jim@meyering.net>
17970
17971         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
17972
17973         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
17974
17975 2006-08-22  Eric Blake  <ebb9@byu.net>
17976
17977         * modules/regexprops-generic: New file.
17978         * MODULES.html.sh (Support for building documentation): List it.
17979
17980 2006-08-22  Eric Blake  <ebb9@byu.net>
17981
17982         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
17983         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
17984         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
17985         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
17986
17987 2006-08-22  Bruno Haible  <bruno@clisp.org>
17988
17989         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
17990         and lib_LTLIBRARIES like the other lib_* variables.
17991
17992 2006-08-22  Bruno Haible  <bruno@clisp.org>
17993
17994         * build-aux/x-to-1.in: New file, from GNU gettext.
17995
17996 2006-08-22  Bruno Haible  <bruno@clisp.org>
17997
17998         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
17999         <utmpx.h> exists.
18000
18001 2006-08-22  Bruno Haible  <bruno@clisp.org>
18002
18003         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
18004         <utmpx.h> exists.
18005
18006 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
18007
18008         BeOS portability.
18009         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
18010         exist.
18011         Problem reported by Bruno Haible.
18012
18013 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
18014
18015         Avoid the need for AC_LIBSOURCES in m4 macros.
18016         * modules/acl (EXTRA_DIST): Add acl.h.
18017         * modules/argmatch (Files): Add m4/argmatch.m4.
18018         (configure.ac): Add gl_ARGMATCH.
18019         (EXTRA_DIST): Renamed from lib_SOURCES, for
18020         consistency with the other modules.  Remove argmatch.c.
18021         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
18022         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
18023         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
18024         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
18025         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
18026         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
18027         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
18028         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
18029         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
18030         * modules/closeout (EXTRA_DIST): Add closeout.h.
18031         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
18032         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
18033         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
18034         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
18035         dirname.h; remove basename.c and stripslash.c.
18036         * modules/exclude (EXTRA_DIST): Add exclude.h.
18037         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
18038         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
18039         * modules/file-type (EXTRA_DIST): Add file-type.h.
18040         * modules/filemode (EXTRA_DIST): Add filemode.h.
18041         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
18042         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
18043         * modules/fpending (EXTRA_DIST): Add __fpending.h.
18044         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
18045         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
18046         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
18047         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
18048         * modules/getdate (EXTRA_DIST): Add getdate.c.
18049         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
18050         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
18051         * modules/getpass (EXTRA_DIST): Add getpass.h.
18052         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
18053         * modules/group-member (EXTRA_DIST): Add group-member.h.
18054         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
18055         * modules/hash (EXTRA_DIST): Add hash.h.
18056         * modules/human (EXTRA_DIST): Add human.h.
18057         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
18058         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
18059         * modules/lchown (EXTRA_DIST): Add lchown.h.
18060         * modules/long-options (EXTRA_DIST): Add long-options.h.
18061         * modules/lstat (EXTRA_DIST): Add lstat.h.
18062         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
18063         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
18064         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
18065         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
18066         * modules/memxor (EXTRA_DIST): Add memxor.h.
18067         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
18068         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
18069         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
18070         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
18071         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
18072         * modules/physmem (EXTRA_DIST): Add physmem.h.
18073         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
18074         * modules/posixver (EXTRA_DIST): Add posixver.h.
18075         * modules/quote (EXTRA_DIST): Add quote.h.
18076         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
18077         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
18078         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
18079         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
18080         regex_internal.h regexec.c.
18081         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
18082         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
18083         * modules/same (EXTRA_DIST): Add same.h.
18084         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
18085         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
18086         * modules/savedir (EXTRA_DIST): Add savedir.h.
18087         * modules/sha1 (EXTRA_DIST): Add sha1.h.
18088         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
18089         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
18090         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
18091         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
18092         * modules/strdup (EXTRA_DIST): Add strdup.h.
18093         * modules/strftime (EXTRA_DIST): Add strftime.h.
18094         * modules/strndup (EXTRA_DIST): Add strndup.h.
18095         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
18096         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
18097         * modules/time_r (EXTRA_DIST): Add time_r.h.
18098         * modules/timespec (EXTRA_DIST): Add timespec.h.
18099         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
18100         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
18101         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
18102         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
18103         * modules/userspec (EXTRA_DIST): Add userspec.h.
18104         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
18105         * modules/utimens (EXTRA_DIST): Add utimens.h.
18106         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
18107         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
18108         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
18109         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
18110         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
18111         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
18112         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
18113         * modules/yesno (EXTRA_DIST): Add yesno.h.
18114
18115 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
18116
18117         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
18118
18119         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
18120         * m4/dev-ino.m4, same-inode.m4: Remove.
18121
18122         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
18123         * m4/acl.m4 (AC_FUNC_ACL):
18124         * m4/backupfile.m4 (gl_BACKUPFILE):
18125         * m4/c-strtod.m4 (gl_C99_STRTOLD):
18126         * m4/canon-host.m4 (gl_CANON_HOST):
18127         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
18128         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
18129         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
18130         * m4/cloexec.m4 (gl_CLOEXEC):
18131         * m4/close-stream.m4 (gl_CLOSE_STREAM):
18132         * m4/closeout.m4 (gl_CLOSEOUT):
18133         * m4/dirfd.m4 (gl_FUNC_DIRFD):
18134         * m4/dirname.m4 (gl_DIRNAME):
18135         * m4/exclude.m4 (gl_EXCLUDE):
18136         * m4/exitfail.m4 (gl_EXITFAIL):
18137         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
18138         * m4/file-type.m4 (gl_FILE_TYPE):
18139         * m4/filemode.m4 (gl_FILEMODE):
18140         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
18141         * m4/fpending.m4 (gl_FUNC_FPENDING):
18142         * m4/fprintftime.m4 (gl_FPRINTFTIME):
18143         * m4/fts.m4 (gl_FUNC_FTS):
18144         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
18145         * m4/getdate.m4 (gl_GETDATE):
18146         * m4/gethrxtime.m4 (gl_GETHRXTIME):
18147         * m4/getpagesize.m4 (gl_GETPAGESIZE):
18148         * m4/getpass.m4 (gl_FUNC_GETPASS):
18149         * m4/gettime.m4 (gl_GETTIME):
18150         * m4/getugroups.m4 (gl_GETUGROUPS):
18151         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
18152         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
18153         * m4/hard-locale.m4 (gl_HARD_LOCALE):
18154         * m4/hash.m4 (gl_HASH):
18155         * m4/idcache.m4 (gl_IDCACHE):
18156         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
18157         * m4/lchown.m4 (gl_FUNC_LCHOWN):
18158         * m4/long-options.m4 (gl_LONG_OPTIONS):
18159         * m4/lstat.m4 (gl_FUNC_LSTAT):
18160         * m4/md5.m4 (gl_MD5):
18161         * m4/memcasecmp.m4 (gl_MEMCASECMP):
18162         * m4/memcoll.m4 (gl_MEMCOLL):
18163         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
18164         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
18165         * m4/memxor.m4 (gl_MEMXOR):
18166         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
18167         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
18168         * m4/modechange.m4 (gl_MODECHANGE):
18169         * m4/mountlist.m4 (gl_MOUNTLIST):
18170         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
18171         * m4/openat.m4 (gl_FUNC_OPENAT):
18172         * m4/pathmax.m4 (gl_PATHMAX):
18173         * m4/physmem.m4 (gl_PHYSMEM):
18174         * m4/posixtm.m4 (gl_POSIXTM):
18175         * m4/posixver.m4 (gl_POSIXVER):
18176         * m4/quote.m4 (gl_QUOTE):
18177         * m4/quotearg.m4 (gl_QUOTEARG):
18178         * m4/readtokens.m4 (gl_READTOKENS):
18179         * m4/readutmp.m4 (gl_READUTMP):
18180         * m4/regex.m4 (gl_REGEX):
18181         * m4/safe-read.m4 (gl_SAFE_READ):
18182         * m4/safe-write.m4 (gl_SAFE_WRITE):
18183         * m4/same.m4 (gl_SAME):
18184         * m4/save-cwd.m4 (gl_SAVE_CWD):
18185         * m4/savedir.m4 (gl_SAVEDIR):
18186         * m4/settime.m4 (gl_SETTIME):
18187         * m4/sha1.m4 (gl_SHA1):
18188         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
18189         * m4/stat-macros.m4 (gl_STAT_MACROS):
18190         * m4/stat-time.m4 (gl_STAT_TIME):
18191         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
18192         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
18193         * m4/strdup.m4 (gl_FUNC_STRDUP):
18194         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
18195         * m4/strndup.m4 (gl_FUNC_STRNDUP):
18196         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
18197         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
18198         * m4/time_r.m4 (gl_TIME_R):
18199         * m4/timespec.m4 (gl_TIMESPEC):
18200         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
18201         * m4/unlinkdir.m4 (gl_UNLINKDIR):
18202         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
18203         * m4/userspec.m4 (gl_USERSPEC):
18204         * m4/utimecmp.m4 (gl_UTIMECMP):
18205         * m4/utimens.m4 (gl_UTIMENS):
18206         * m4/xalloc.m4 (gl_XALLOC):
18207         * m4/xgetcwd.m4 (gl_XGETCWD):
18208         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
18209         * m4/xreadlink.m4 (gl_XREADLINK):
18210         * m4/xstrtod.m4 (gl_XSTRTOD):
18211         * m4/yesno.m4 (gl_YESNO):
18212         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
18213         to get the necessary .h files and whatnot.
18214
18215 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
18216             Bruno Haible  <bruno@clisp.org>
18217
18218         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
18219         /bin/sh understanding of '!' conditional negation.
18220
18221 2006-08-21  Jim Meyering  <jim@meyering.net>
18222
18223         * modules/openat (Depends-on): Really alphabetize.
18224
18225         * modules/acl (Depends-on): Add error and quote.
18226
18227         * check-module (find_included_lib_files): Add at-func.c to the
18228         ok-to-include-more-than-once white list.
18229
18230         * modules/openat (Depends-on): Add lstat.  Alphabetize.
18231
18232 2006-08-21  Bruno Haible  <bruno@clisp.org>
18233
18234         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18235         Emit a pkgdata_DATA variable only if some snippets add contents to it.
18236         Reported by Martin Lambers <marlam@marlam.de>.
18237
18238 2006-08-21  Bruno Haible  <bruno@clisp.org>
18239
18240         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
18241         specify an installation location, don't emit a noinst_LIBRARIES or
18242         noinst_LTLIBRARIES assignment.
18243
18244 2006-08-21  Bruno Haible  <bruno@clisp.org>
18245
18246         BeOS portability.
18247         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
18248         BeOS has mbrtowc() but no <wctype.h>.
18249
18250 2006-08-21  Bruno Haible  <bruno@clisp.org>
18251
18252         BeOS portability.
18253         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
18254         exist.
18255
18256 2006-08-21  Bruno Haible  <bruno@clisp.org>
18257
18258         BeOS portability.
18259         * lib/mbchar.h: Include <wctype.h> only if it exists.
18260
18261 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18262
18263         Remove files that are no longer needed by their respective modules.
18264         * m4/obstack.m4: Remove.
18265         * m4/strerror_r.m4: Remove.
18266         * m4/uint32_t.m4: Remove.
18267         * m4/uintptr_t.m4: Remove.
18268         * m4/ullong_max.m4: Remove.
18269         * m4/xstrtoimax.m4: Remove.
18270         * m4/xstrtoumax.m4: Remove.
18271
18272         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
18273         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
18274         dependencies now capture this.
18275
18276         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
18277         Do not use AC_LIBSOURCES, since gnulib modules now do this.
18278         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
18279         * m4/human.m4 (gl_HUMAN): Likewise.
18280         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
18281         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
18282
18283         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
18284
18285         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
18286         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
18287         stdint.
18288         * m4/human.m4 (gl_HUMAN): Likewise.
18289         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
18290         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
18291         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
18292         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
18293         * m4/xstrtol (gl_XSTRTOL): Likewise.
18294
18295         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
18296         AC_TYPE_LONG_LONG_INT.
18297         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
18298         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
18299         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
18300         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
18301
18302         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
18303         on stdbool.
18304
18305         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
18306         (gl_PREREQ_XSTRTOUL): Remove.
18307
18308         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
18309
18310         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
18311         mode.
18312
18313 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18314
18315         Add and change modules to make it easier for coreutils to use
18316         gnulib-tool.
18317         * modules/backupfile (Files): Remove m4/d-ino.m4.
18318         (Depends-on): Add d-ino.
18319         * modules/cycle-check (Depends-on): Add stdint.
18320         (lib_SOURCES): Add cycle-check.h.
18321         * modules/d-ino: New module.
18322         * modules/d-type: New module.
18323         * modules/error (Files): Remove m4/strerror_r.m4.
18324         * modules/filemode (Files): Add m4/st_dm_mode.m4.
18325         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
18326         m4/inttypes_h.m4, m4/uintmax_t.m4.
18327         (Depends-on): Add stdint.
18328         (lib_SOURCES): Add fsusage.h.
18329         * modules/getcwd (Files): Remove d-ino.m4.
18330         (Depends-on): Add d-ino.
18331         * modules/getndelim2 (Depends-on): Add stdint.
18332         * modules/glob (Files): Remove m4/d-type.m4.
18333         (Depends-on): Add d-type.
18334         * modules/host-os: New module.
18335         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
18336         m4/inttypes_h.m4, m4/uintmax_t.m4.
18337         * Depends-on: Add stdint.
18338         (lib_SOURCES): Add human.h.
18339         * modules/inttostr (Files): Remove m4/intmax_t.m4,
18340         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
18341         m4/uintmax_t.m4, m4/ulonglong.m4.
18342         (Depends-on): Add stdint.
18343         (EXTRA_DIST): Add inttostr.h.
18344         * modules/lchmod: New module.
18345         * modules/link-follow: New module.
18346         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
18347         (Depends-on): Add lchmod.
18348         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
18349         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
18350         (Depends-on): Add stdint.
18351         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
18352         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
18353         (Depends-on): Add stdint.
18354         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
18355         * modules/perl: New module.
18356         * modules/regex (Depends-on): Add stdint.
18357         * modules/rmdir-errno: New module.
18358         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
18359         m4/intmax_t.m4.
18360         (Depends-on): Add stdint.
18361         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
18362         m4/uintmax_t.m4.
18363         (Depends-on): Add stdint.
18364         * modules/unlink-busy: New module.
18365         * modules/utimecmp (Depends-on): Add stdint.
18366         * modules/uptime: New module.
18367         * modules/winsz-ioctl: New module.
18368         * modules/winsz-termios: New module.
18369         * modules/xnanosleep (Depends-on): Add nanosleep.
18370         * modules/ullong_max: Remove.
18371         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
18372         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
18373         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
18374         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
18375         (Depends-on): Add inttypes.
18376         (lib_SOURCES): Add xstrtol.h.
18377         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
18378         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
18379         * MODULES.html.sh: Move 'assert' into the assert section.
18380         Move 'dummy' into the linking section.
18381         Remove ullong_max.
18382         Add section for compatibility checks for POSIX:2001 functions,
18383         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
18384         winsz-ioctl, and winsz-termios into it.
18385         Add lchmod.
18386         Add top-level Misc section and put host-os, perl, and uptime
18387         into it.
18388
18389 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18390
18391         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
18392         now assume the stdint module.  Do not include inttypes.h.
18393         * lib/fsusage.h: Likewise.
18394         * lib/getndelim2.c: Likewise.
18395         * lib/human.h: Likewise.
18396         * lib/inttostr.h: Likewise.
18397         * lib/obstack.c: Likewise.
18398         * lib/regex_internal.h: Likewise.
18399         * lib/tempname.c: Likewise.
18400         * lib/utimecmp.c: Likewise.
18401         * lib/xstrtol.h: Likewise.
18402
18403         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
18404
18405         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
18406         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
18407         * lib/xtime.h: Likewise.
18408
18409 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18410
18411         * modules/openat (Files): Add lib/fchmodat.c.
18412         Fixes problem reported by Jay Youngman.
18413
18414 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18415
18416         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
18417         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
18418
18419 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
18420             Bruno Haible  <bruno@clisp.org>
18421
18422         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
18423         and is a script that invokes bison. Tighten the code. Add comments.
18424
18425 2006-08-18  Jim Meyering  <jim@meyering.net>
18426
18427         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
18428         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
18429         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
18430         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
18431
18432 2006-08-18  Bruno Haible  <bruno@clisp.org>
18433
18434         * modules/bison-i18n: New file.
18435         * MODULES.html.sh (Internationalization functions): Add it.
18436
18437 2006-08-18  Bruno Haible  <bruno@clisp.org>
18438
18439         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
18440         sys/statvfs.h. When getmntinfo was found, check its declaration and
18441         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
18442
18443 2006-08-18  Bruno Haible  <bruno@clisp.org>
18444
18445         * m4/bison-i18n.m4: New file, from bison.
18446
18447 2006-08-18  Bruno Haible  <bruno@clisp.org>
18448
18449         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
18450         (ME_DUMMY): Treat "kernfs" as a dummy.
18451         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
18452
18453 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18454
18455         Update from coreutils.
18456
18457         2006-08-15  Jim Meyering  <jim@meyering.net>
18458
18459         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
18460
18461         2006-01-17  Jim Meyering  <jim@meyering.net>
18462
18463         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
18464
18465         2006-01-11  Jim Meyering  <jim@meyering.net>
18466
18467         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
18468         Check for the lchmod function.
18469
18470 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18471
18472         Update from coreutils.
18473
18474         * lib/__fpending.h: Add copyright notice.
18475         * lib/fprintftime.h: Likewise.
18476         * lib/savedir.c: Use (C) in copyright notice.
18477         * lib/savedir.h: Likewise.
18478
18479         2006-08-15  Jim Meyering  <jim@meyering.net>
18480
18481         * lib/at-func.c: New file, with the logic of all emulated at-functions.
18482         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
18483         in support of the EXPECTED_ERRNO macro.
18484         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
18485         definitions.  Instead, define the appropriate symbols and include
18486         "at-func.c".
18487         * lib/mkdirat.c (mkdirat): Likewise.
18488         * lib/fchmodat.c (fchmodat): Likewise.
18489         (ENOSYS): Remove definition.
18490         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
18491         it.  Don't include "unistd--.h" -- it wasn't ever used.
18492
18493         2006-01-17  Jim Meyering  <jim@meyering.net>
18494
18495         Rewrite fts.c not to change the current working directory,
18496         by using openat, fstatat, fdopendir, etc..
18497
18498         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
18499         (HAVE_OPENAT_SUPPORT): Define.
18500         [_LIBC] (fchdir): Don't undef or define; no longer used.
18501         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
18502         Now, this `function' always succeeds, and consumes its file descriptor
18503         parameter -- so callers must not close such FDs.  Update callers.
18504         (diropen_fd, opendirat, cwd_advance_fd): New functions.
18505         (diropen): Add parameter, SP.  Adjust all callers.
18506         Implement using diropen_fd, rather than open.
18507         (fts_open): Initialize new member, fts_cwd_fd.
18508         Remove fts_rft-setting code.
18509         (fts_close): Close fts_cwd_fd, if necessary.
18510         (__opendir2): Define in terms of opendir or opendirat,
18511         depending on whether the FST_NOCHDIR flag is set.
18512         (fts_build): Since fts_safe_changedir consumes its FD, and since
18513         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
18514         and close the dup'd file descriptor upon failure.
18515         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
18516         (fts_safe_changedir): Tweak semantics to reflect that this function
18517         now calls cwd_advance_fd and hence consumes its FD argument.
18518         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
18519         [struct FTS] (fts_rft): Remove now-unused member.
18520         [struct FTS] (fts_cycle.state): Improve comment.
18521
18522         * lib/openat.c (openat_needs_fchdir): New function.
18523         * lib/openat.h (openat_needs_fchdir): Declare it.
18524
18525 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
18526
18527         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
18528         Problem and fix reported by Pádraig Brady in
18529         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
18530
18531 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18532
18533         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
18534
18535 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18536
18537         * lib/memcoll.c (memcoll): Optimize for the common case where the
18538         arguments are bytewise equal.
18539
18540 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18541
18542         * doc/regexprops-generic.texi: Add a copyright notice.
18543
18544 2006-08-15  Bruno Haible  <bruno@clisp.org>
18545
18546         * modules/tmpdir (License): Change to LGPL.
18547
18548 2006-08-15  Bruno Haible  <bruno@clisp.org>
18549
18550         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
18551         module.
18552
18553 2006-08-14  Simon Josefsson  <jas@extundo.com>
18554
18555         * config/srclist.txt: Add gnupload.
18556
18557 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
18558
18559         Change copyright notice from LGPL 2 to GPL 2, since that's the
18560         standard form used in the gnulib repository.
18561         * tests/test-lock.c: Likewise.
18562         * tests/test-stdint.c: Likewise.
18563         * tests/test-tls.c: Likewise.
18564
18565         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
18566         prelude-manager.  User shorter URLs for GNU projects, without '?'.
18567         Add copyright notice.
18568
18569         * check-module: Add copyright notice.  Output a copyright
18570         notice if "--version" is specified.
18571         * modules/COPYING: New file.
18572         * tests/test-getaddrinfo.c: Add copyright notice.
18573         * tests/test-verify.c: Likewise.
18574
18575 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
18576
18577         Change copyright notice from LGPL 2 to GPL 2, since that's the
18578         standard form used in the gnulib repository.
18579         * lib/lock.c: LGPL -> GPL.
18580         * lib/lock.h: Likewise.
18581         * lib/strnlen1.c: Likewise.
18582         * lib/strnlen1.h: Likewise.
18583         * lib/tls.c: Likewise.
18584         * lib/tls.h: Likewise.
18585         * lib/tmpdir.c: Likewise.
18586
18587         * lib/TODO: Remove; this belongs only in coreutils.
18588
18589 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
18590
18591         Add copyright notices to long-enough files that lack them, since
18592         otherwise the files aren't clearly free.  Use the same notice that
18593         getdate.texi already uses.
18594         * doc/alloca-opt.texi: Add copyright notice.
18595         * doc/alloca.texi: Likewise.
18596         * doc/ctime.texi: Likewise.
18597         * doc/functions.texi: Likewise.
18598         * doc/gcd.texi: Likewise.
18599         * doc/gnulib-tool.texi: Likewise.
18600         * doc/inet_ntoa.texi: Likewise.
18601         * doc/visibility.texi: Likewise.
18602
18603         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
18604         * doc/quote.texi: Add copyright notice.
18605
18606         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
18607         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
18608         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
18609         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
18610         is now obsolete, and give a pointer to the Sun list.
18611         Add copyright notice.
18612
18613 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
18614
18615         * config/srclistvars.sh: Add copyright notice.
18616
18617 2006-08-14  Eric Blake  <ebb9@byu.net>
18618
18619         Import the following change from libc:
18620
18621         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
18622
18623         Upstream bug 2997.
18624         * lib/misc/error.c: Add space between program name and message if file
18625         name is missing.
18626
18627 2006-08-12  Karl Berry  <karl@gnu.org>
18628
18629         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
18630         remove, these originate in gnulib now.
18631
18632 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18633
18634         * doc/Makefile (standards.info standards.html standards.dvi):
18635         Also depend on make-stds.texi.
18636
18637 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18638
18639         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
18640         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
18641
18642         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
18643         in wchar_t.  Problem reported by Eric Blake.
18644
18645         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
18646         LEN is smaller than SIZE.  Suggested by Bruno Haible.
18647         Also, help the compiler to keep LEN in a register.
18648
18649 2006-08-11  Eric Blake  <ebb9@byu.net>
18650
18651         * users.txt: Sort.  Add tar.
18652
18653 2006-08-11  Bruno Haible  <bruno@clisp.org>
18654
18655         * users.txt: New file.
18656
18657 2006-08-11  Bruno Haible  <bruno@clisp.org>
18658
18659         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
18660         before <wchar.h>. Needed for OSF/1 and BSD/OS.
18661
18662 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
18663
18664         * modules/snprintf (Depends-on): Remove minmax.
18665         (Maintainer): Add self and Bruno.
18666
18667 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
18668
18669         * lib/.cppi-disable: Add snprintf.h, socket_.h.
18670         * lib/snprintf.c: Include <errno.h> and <limits.h>.
18671         (EOVERFLOW): Define if the system does not.
18672         Do not include "minmax.h"; it wasn't used.
18673         (snprintf): Don't assume size_t promotes to an unsigned type.
18674         Fix bug when generated string was too long for the buffer: the
18675         buffer's contents are supposed to be the initial prefix of the
18676         output.  Don't assume vasnprintf returns EOVERFLOW if the size
18677         exceeds INT_MAX; do the check ourselves.
18678
18679         Import the following changes from libc:
18680
18681         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
18682
18683         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
18684         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
18685         set wc to the byte which couldn't be converted.
18686         (re_string_reconstruct): Don't clear valid_raw_len before calling
18687         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
18688         tip_context using re_string_context_at.
18689
18690         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
18691
18692         * lib/posix/regex.h: g++ still cannot handled [restrict].
18693
18694         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
18695
18696         * lib/posix/regex.h: Remove special handling for VMS.
18697
18698 2006-08-10  Jim Meyering  <jim@meyering.net>
18699
18700         * modules/same-inode: New module.
18701         * modules/dev-ino: New module.
18702         * modules/cycle-check: Depend on these modules, rather than simply
18703         including their .h files.
18704         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
18705         required via m4/cycle-check.m4.
18706         * modules/same: Depend on new same-inode module, rather than
18707         including same-inode.h.
18708         * modules/chdir-safer: New file.
18709
18710         * modules/chown (Depends-on): Add stat-macros.
18711
18712 2006-08-10  Jim Meyering  <jim@meyering.net>
18713
18714         * m4/cycle-check.m4: New file.
18715         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
18716         * m4/dev-ino.m4, m4/same-inode.m4: New files.
18717
18718 2006-08-10  Eric Blake  <ebb9@byu.net>
18719
18720         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
18721         in from original proposal.
18722
18723 2006-08-10  Eric Blake  <ebb9@byu.net>
18724         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
18725
18726         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
18727         namespace.
18728
18729 2006-08-10  Bruno Haible  <bruno@clisp.org>
18730
18731         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
18732         as well.
18733
18734 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18735
18736         Sync from coreutils.
18737
18738         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
18739
18740         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
18741         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
18742
18743 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18744
18745         * modules/restrict: Remove; no longer needed now that we assume
18746         Autoconf 2.59 or later.
18747         * MODULES.html.sh: Remove 'restrict'.
18748         * modules/argp (Depends-on): Remove 'restrict'.
18749         * modules/base64 (Depends-on): Likewise.
18750         * modules/gc (Depends-on): Likewise.
18751         * modules/getaddrinfo (Depends-on): Likewise.
18752         * modules/glob (Depends-on): Likewise.
18753         * modules/inet_ntop (Depends-on): Likewise.
18754         * modules/inet_pton (Depends-on): Likewise.
18755         * modules/memxor (Depends-on): Likewise.
18756         * modules/regex (Depends-on): Likewise.
18757         * modules/strtok_r (Depends-on): Likewise.
18758         * modules/time_r (Depends-on): Likewise.
18759
18760 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18761
18762         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
18763         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
18764         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
18765         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
18766         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
18767         * m4/memxor.m4 (gl_MEMXOR): Likewise.
18768         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
18769         gl_C_RESTRICT replaced by AC_C_RESTRICT.
18770
18771         Merge from coreutils.
18772         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
18773         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
18774         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
18775         * m4/time_r.m4 (gl_TIME_R): Likewise.
18776
18777 2006-08-09  Karl Berry  <karl@gnu.org>
18778
18779         * config/srclist.txt: no more gettext-tools, per Bruno.
18780
18781 2006-08-08  Eric Blake  <ebb9@byu.net>
18782
18783         * modules/verror: New module.
18784         * MODULES.html.sh: Document it.
18785
18786 2006-08-08  Eric Blake  <ebb9@byu.net>
18787
18788         * lib/verror.h, lib/verror.c: New files.
18789
18790 2006-08-08  Eric Blake  <ebb9@byu.net>
18791
18792         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
18793         verror_at_line output complies with GNU Coding Standards even when
18794         file is NULL.
18795
18796 2006-08-07  Bruno Haible  <bruno@clisp.org>
18797
18798         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
18799         versions of AIX.
18800         Reported by Ralf Wildenhues.
18801
18802 2006-08-07  Bruno Haible  <bruno@clisp.org>
18803
18804         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
18805         in an AC_DEFUN. Needed so that the autoconf snippets can use
18806         AC_REQUIRE.
18807
18808 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18809
18810         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18811         Initialize pkgdata_DATA.
18812         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
18813         overriding it.
18814
18815 2006-08-06  Eric Blake  <ebb9@byu.net>
18816
18817         * lib/error.h: Fold in some upstream changes from glibc.
18818         * lib/error.c: Likewise.
18819
18820 2006-08-04  Bruno Haible  <bruno@clisp.org>
18821
18822         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18823         Make the mostlyclean-local rule depend on mostlyclean-generic.
18824         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
18825
18826 2006-07-31  Bruno Haible  <bruno@clisp.org>
18827
18828         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
18829         <stdlib.h>, <string.h>.
18830
18831 2006-07-30  Bruno Haible  <bruno@clisp.org>
18832
18833         * modules/readlink (License): Change to LGPL.
18834
18835 2006-07-30  Bruno Haible  <bruno@clisp.org>
18836
18837         * modules/javaversion (Makefile.am): Distribute javaversion.java and
18838         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
18839         set PKGDATADIR to point to it.
18840
18841 2006-07-30  Bruno Haible  <bruno@clisp.org>
18842
18843         * modules/csharpexec (configure.ac): Comment out macro invocation.
18844         * modules/javaexec (configure.ac): Likewise.
18845         * modules/javacomp-script (configure.ac): Likewise.
18846
18847         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
18848
18849 2006-07-30  Bruno Haible  <bruno@clisp.org>
18850
18851         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
18852         linked-list.
18853
18854 2006-07-30  Bruno Haible  <bruno@clisp.org>
18855
18856         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
18857
18858 2006-07-30  Bruno Haible  <bruno@clisp.org>
18859
18860         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18861         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
18862         get removed.
18863
18864 2006-07-29  Bruno Haible  <bruno@clisp.org>
18865
18866         Make it possible for gnulib-tool to work with locally modified or
18867         augmented gnulib repositories.
18868         * gnulib-tool (func_usage): Document --local-dir option.
18869         (local_gnulib_dir): New variable.
18870         Handle --local-dir option.
18871         (func_lookup_file): New function.
18872         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
18873         (func_get_description, func_get_filelist, func_get_description,
18874         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
18875         func_get_automake_snippet, func_get_include_directive,
18876         func_get_license, func_get_maintainer): Use func_lookup_file.
18877         (func_import, func_create_testdir): Use func_lookup_file.
18878
18879 2006-07-29  Bruno Haible  <bruno@clisp.org>
18880
18881         * modules/setenv (Depends-on): Add unistd.
18882
18883 2006-07-29  Bruno Haible  <bruno@clisp.org>
18884
18885         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
18886
18887 2006-07-29  Bruno Haible  <bruno@clisp.org>
18888
18889         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
18890
18891 2006-07-29  Bruno Haible  <bruno@clisp.org>
18892
18893         * gnulib-tool (import, update): If there is no Makefile.am, look at
18894         aclocal.m4, instead of bailing out.
18895
18896 2006-07-29  Bruno Haible  <bruno@clisp.org>
18897
18898         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
18899         Categorize the options by when they are useful.
18900
18901 2006-07-29  Bruno Haible  <bruno@clisp.org>
18902
18903         * gnulib-tool (func_usage): Document option --no-libtool.
18904         Handle option --no-libtool.
18905         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
18906         for changed semantics of $libtool variable.
18907         (func_import): Likewise. If libtool is not used, show this through
18908         an option --no-libtool.
18909         (func_create_testdir): Update.
18910
18911 2006-07-29  Bruno Haible  <bruno@clisp.org>
18912
18913         * gnulib-tool (func_import): Extend error message about missing
18914         --doc-base.
18915
18916 2006-07-29  Bruno Haible  <bruno@clisp.org>
18917
18918         * gnulib-tool (func_import): Don't create the $docbase directory if
18919         there is no file to store there.
18920
18921 2006-07-29  Bruno Haible  <bruno@clisp.org>
18922
18923         * gnulib-tool (autoconf_minversion): If a --dir option is given and
18924         relevant, look for configure.ac there, not in the current directory.
18925         Also use a simple search for AC_PREREQ, not "autoconf --trace".
18926
18927 2006-07-29  Bruno Haible  <bruno@clisp.org>
18928
18929         * gnulib-tool (SORT): New variable.
18930         (func_usage): Undocument --assume-autoconf option.
18931         Remove --assume-autoconf option handling.
18932         (autoconf_minversion): Determine from the contents of configure.ac.
18933         (func_import): Remove autoconf_minversion handling.
18934         Suggested by Eric Blake.
18935
18936 2006-07-29  Bruno Haible  <bruno@clisp.org>
18937
18938         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
18939
18940 2006-07-29  Bruno Haible  <bruno@clisp.org>
18941
18942         * config/srclist.txt (*setenv.[ch]): Remove rules.
18943
18944 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18945
18946         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
18947
18948 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18949
18950         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
18951         arpa/inet.h.
18952
18953 2006-07-28  Simon Josefsson  <jas@extundo.com>
18954
18955         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
18956         * modules/inet_pton (Depends-on): Likewise.
18957
18958 2006-07-28  Simon Josefsson  <jas@extundo.com>
18959
18960         * m4/netinet_in_h.m4: New file.
18961
18962 2006-07-28  Simon Josefsson  <jas@extundo.com>
18963
18964         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
18965         #include's.
18966
18967 2006-07-28  Simon Josefsson  <jas@extundo.com>
18968
18969         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
18970         #include's.
18971
18972 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
18973
18974         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
18975         setgid on directories only if they set these bits.
18976         * lib/modechange.h: Remove obsolete comment about masks.
18977
18978 2006-07-28  Eric Blake  <ebb9@byu.net>
18979
18980         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
18981         macro expansion.
18982
18983 2006-07-28  Bruno Haible  <bruno@clisp.org>
18984
18985         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
18986
18987 2006-07-28  Bruno Haible  <bruno@clisp.org>
18988
18989         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
18990
18991 2006-07-28  Bruno Haible  <bruno@clisp.org>
18992
18993         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
18994         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
18995         Define fallbacks.
18996         Avoids link error on FreeBSD 4.x.
18997         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18998
18999         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
19000         encoding.
19001         * lib/mbswidth.c (iswcntrl): Likewise.
19002
19003 2006-07-27  Bruno Haible  <bruno@clisp.org>
19004
19005         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
19006         test.
19007
19008 2006-07-27  Bruno Haible  <bruno@clisp.org>
19009
19010         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
19011         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
19012         defined.
19013
19014 2006-07-26  Eric Blake  <ebb9@byu.net>
19015
19016         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
19017
19018 2006-07-26  Eric Blake  <ebb9@byu.net>
19019
19020         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
19021         like mingw that lack mkstemp.
19022         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
19023         avoid compilation warning on mingw.
19024
19025 2006-07-26  Bruno Haible  <bruno@clisp.org>
19026
19027         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
19028         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
19029         INT_FAST*_MIN, INTPTR_MIN.
19030
19031 2006-07-25  Bruno Haible  <bruno@clisp.org>
19032
19033         * modules/version-etc (Depends-on): Add stdarg.
19034
19035 2006-07-25  Bruno Haible  <bruno@clisp.org>
19036
19037         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
19038         complex commands.
19039
19040 2006-07-25  Bruno Haible  <bruno@clisp.org>
19041
19042         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
19043         defined in <stdarg.h> or config.h.
19044
19045 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
19046
19047         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
19048         (gl_STDIO_SAFER): Remove.
19049
19050 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
19051
19052         * MODULES.html.sh (File stream based Input/Output):
19053         Add fopen-safer, tmpfile-safer; remove stdio-safer.
19054         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
19055         * modules/fopen-safer, modules/tmpfile-safer: New files.
19056         * modules/stdio-safer: Remove.
19057
19058 2006-07-24  Bruno Haible  <bruno@clisp.org>
19059
19060         * modules/tmpdir: New file.
19061         * MODULES.html.sh (File system functions): Add it.
19062
19063 2006-07-24  Bruno Haible  <bruno@clisp.org>
19064
19065         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
19066         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
19067
19068 2006-07-24  Bruno Haible  <bruno@clisp.org>
19069
19070         * modules/clean-temp: New file.
19071
19072 2006-07-24  Bruno Haible  <bruno@clisp.org>
19073
19074         * m4/tmpdir.m4: New file, from GNU gettext.
19075
19076 2006-07-24  Bruno Haible  <bruno@clisp.org>
19077
19078         * lib/tmpdir.h: New file, from GNU gettext.
19079         * lib/tmpdir.c: New file, from GNU gettext.
19080
19081 2006-07-24  Bruno Haible  <bruno@clisp.org>
19082
19083         * lib/clean-temp.h: New file, from GNU gettext.
19084         * lib/clean-temp.c: New file, from GNU gettext.
19085
19086 2006-07-23  Eric Blake  <ebb9@byu.net>
19087
19088         * modules/stdio-safer (Files): Add tmpfile-safer.c.
19089         (Depends-on): Add binary-io.
19090
19091 2006-07-23  Eric Blake  <ebb9@byu.net>
19092
19093         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
19094
19095 2006-07-23  Eric Blake  <ebb9@byu.net>
19096
19097         * lib/tmpfile-safer.c: New file.
19098         * lib/stdio-safer.h (fopen_safer): Add prototype.
19099         * lib/stdio--.h (tmpfile): Make safer.
19100
19101 2006-07-23  Bruno Haible  <bruno@clisp.org>
19102
19103         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
19104         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
19105         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
19106         gl_linked_remove_at): Use it.
19107
19108 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19109         and Simon Josefsson <jas@extundo.com>
19110
19111         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
19112
19113         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
19114
19115 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
19116
19117         * modules/close-stream: New file.
19118         * modules/closeout (Description): Make it clear that it exits
19119         with a diagnostic on error.
19120         (Depends-on): Add close-stream.  Remove fpending, stdbool.
19121         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
19122
19123 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
19124
19125         * m4/close-stream.m4: New file.
19126
19127 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
19128
19129         * lib/close-stream.c, lib/close-stream.h: New files.
19130
19131 2006-07-22  Bruno Haible  <bruno@clisp.org>
19132
19133         Merge from GNU gettext 0.15.
19134
19135         2006-05-01  Bruno Haible  <bruno@clisp.org>
19136
19137                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
19138
19139         2006-07-22  Bruno Haible  <bruno@clisp.org>
19140
19141                 * modules/javaversion: New file.
19142                 * MODULES.html.sh (Java): Add javaversion.
19143
19144         2006-03-12  Bruno Haible  <bruno@clisp.org>
19145
19146                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
19147
19148         2005-12-04  Bruno Haible  <bruno@clisp.org>
19149
19150                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
19151                 (untested).
19152
19153         2006-06-21  Bruno Haible  <bruno@clisp.org>
19154
19155                 Avoid warnings from recent versions of mcs.
19156                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
19157                 -o, -L, -r any more. Use options documented since mcs-1.0
19158                 instead. Similarly for -g.
19159
19160         2005-12-04  Bruno Haible  <bruno@clisp.org>
19161
19162                 * build-aux/csharpcomp.sh.in: Suffix for resources is
19163                 .resources, not .resource.
19164
19165         2005-07-09  Bruno Haible  <bruno@clisp.org>
19166
19167                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
19168                 add a .dll suffix.
19169                 Reported by Mark Junker <mjscod@gmx.de>.
19170
19171         2006-07-22  Bruno Haible  <bruno@clisp.org>
19172
19173                 * modules/gettext: Upgrade to gettext-0.15.
19174                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
19175                 m4/visibility.m4.
19176                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
19177
19178 2006-07-22  Bruno Haible  <bruno@clisp.org>
19179
19180         Merge from GNU gettext 0.15.
19181
19182         2006-03-25  Bruno Haible  <bruno@clisp.org>
19183
19184                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
19185
19186         2006-07-21  Bruno Haible  <bruno@clisp.org>
19187
19188                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
19189                 "1.1".
19190
19191         2006-05-09  Bruno Haible  <bruno@clisp.org>
19192
19193                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
19194                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
19195                 for the conftestver execution.
19196
19197         2006-05-01  Bruno Haible  <bruno@clisp.org>
19198
19199                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
19200                 optional target-version argument. Verify that the compiler
19201                 groks source of the specified source-version, or add -source
19202                 option as necessary. Verify that the compiler produces
19203                 bytecode in the specified target-version, or add -target and
19204                 -source options as necessary. Make the result of the test
19205                 available as variable CONF_JAVAC. Also log error output in
19206                 config.log.
19207
19208         2006-03-11  Bruno Haible  <bruno@clisp.org>
19209
19210                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
19211
19212         2006-05-09  Bruno Haible  <bruno@clisp.org>
19213
19214                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
19215                 CLASSPATH_SEPARATOR to a semicolon.
19216
19217         2006-03-12  Bruno Haible  <bruno@clisp.org>
19218
19219                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
19220                 available as variable CONF_JAVA, for subsequent autoconf
19221                 tests. Also log error output in config.log.
19222
19223         2006-07-19  Bruno Haible  <bruno@clisp.org>
19224
19225                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
19226                 that getline works on glibc2 systems. Needed to avoid trouble
19227                 in relocatable.c.
19228                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
19229
19230         2005-12-04  Bruno Haible  <bruno@clisp.org>
19231
19232                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
19233                 launcher (untested).
19234
19235         2005-12-04  Bruno Haible  <bruno@clisp.org>
19236
19237                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
19238
19239         2006-07-22  Bruno Haible  <bruno@clisp.org>
19240
19241                 * gettext.m4: Update from GNU gettext-0.15.
19242                 * nls.m4: Likewise.
19243                 * po.m4: Likewise.
19244                 * inttypes-pri.m4: Likewise.
19245                 * inttypes-h.m4: Renamed from inttypes.m4.
19246                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
19247
19248 2006-07-22  Bruno Haible  <bruno@clisp.org>
19249
19250         Merge from GNU gettext 0.15.
19251
19252         2005-07-05  Bruno Haible  <bruno@clisp.org>
19253
19254                 * printf-args.c (printf_fetchargs): Work around broken
19255                 definition of wint_t on mingw.
19256
19257         2005-02-12  Bruno Haible  <bruno@clisp.org>
19258
19259                 * xallocsa.h: Add extern "C" for C++.
19260
19261         2006-05-17  Bruno Haible  <bruno@clisp.org>
19262
19263                 Cygwin portability.
19264                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
19265
19266         2006-04-30  Bruno Haible  <bruno@clisp.org>
19267
19268                 * progreloc.c: Include <mach-o/dyld.h> if available.
19269                 (find_executable): Use _NSGetExecutablePath when possible.
19270
19271         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
19272
19273                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
19274                 function.
19275
19276         2005-12-29  Bruno Haible  <bruno@clisp.org>
19277
19278                 * progreloc.c (set_program_name_and_installdir): Fix
19279                 compilation error.
19280
19281         2005-12-04  Bruno Haible  <bruno@clisp.org>
19282
19283                 Cygwin portability.
19284                 * progreloc.c: Include <windows.h> also on Cygwin.
19285                 (find_executable): Add support for Cygwin.
19286                 (set_program_name_and_installdir): Handle also platforms with
19287                 nonempty EXEEXT.
19288
19289         2006-07-11  Bruno Haible  <bruno@clisp.org>
19290
19291                 * javacomp.c: Fix a comment.
19292                 Reported by Jim Meyering.
19293
19294         2006-04-30  Bruno Haible  <bruno@clisp.org>
19295
19296                 * javacomp.h (compile_java_class): Add source_version,
19297                 target_version arguments.
19298                 * javacomp.c: Rewritten to choose only a compiler that
19299                 respects the specified source_version and target_version.
19300
19301         2006-06-27  Bruno Haible  <bruno@clisp.org>
19302
19303                 Assume correct S_ISDIR macro.
19304                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
19305
19306         2006-07-22  Bruno Haible  <bruno@clisp.org>
19307
19308                 * javaversion.h: New file, from GNU gettext.
19309                 * javaversion.c: New file, from GNU gettext.
19310                 * javaversion.java: New file, from GNU gettext.
19311                 * javaversion.class: New file, from GNU gettext.
19312
19313         2006-05-17  Bruno Haible  <bruno@clisp.org>
19314
19315                 Cygwin portability.
19316                 * javaexec.c (execute_java_class): Test for jview program
19317                 also on Cygwin.
19318
19319         2006-04-09  Bruno Haible  <bruno@clisp.org>
19320
19321                 * fatal-signal.c: Don't include string.h.
19322                 (at_fatal_signal): Use a copying loop instead of memcpy.
19323
19324         2005-12-04  Bruno Haible  <bruno@clisp.org>
19325
19326                 * csharpexec.c: Add support for 'clix' launcher (untested).
19327                 (execute_csharp_using_sscli): New function.
19328                 (execute_csharp_program): Call it.
19329
19330         2006-06-21  Bruno Haible  <bruno@clisp.org>
19331
19332                 Avoid warnings from recent versions of mcs.
19333                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
19334                 -o, -L, -r any more. Use options documented since mcs-1.0
19335                 instead. Similarly for -g.
19336
19337         2005-07-09  Bruno Haible  <bruno@clisp.org>
19338
19339                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
19340                 add a .dll suffix.
19341                 Reported by Mark Junker <mjscod@gmx.de>.
19342
19343         2006-06-17  Bruno Haible  <bruno@clisp.org>
19344
19345                 * config.charset: Update for NetBSD 3.0.
19346
19347         2006-05-17  Bruno Haible  <bruno@clisp.org>
19348
19349                 Cygwin portability.
19350                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
19351
19352         2006-05-16  Bruno Haible  <bruno@clisp.org>
19353
19354                 * localcharset.c [CYGWIN]: Include <windows.h>.
19355                 (get_charset_aliases): For Cygwin, return the same CPxxx
19356                 aliases list as under WIN32.
19357                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
19358                 the environment variables. Fall back to GetACP().
19359
19360         2006-04-05  Bruno Haible  <bruno@clisp.org>
19361
19362                 * config.charset: Update Juan Manuel Guerrero's address.
19363
19364         2005-02-12  Bruno Haible  <bruno@clisp.org>
19365
19366                 * allocsa.h: Add extern "C" for C++.
19367
19368         2005-02-10  Bruno Haible  <bruno@clisp.org>
19369
19370                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
19371                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
19372
19373         2006-07-22  Bruno Haible  <bruno@clisp.org>
19374
19375                 * gettext.h: Update to GNU gettext-0.15.
19376
19377 2006-07-22  Bruno Haible  <bruno@clisp.org>
19378
19379         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
19380         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
19381         lib-prefix.m4, longdouble.m4, ssize_t.m4.
19382
19383 2006-07-21  Eric Blake  <ebb9@byu.net>
19384
19385         * modules/stdlib-safer: New file.
19386         * MODULES.html.sh (File stream based Input/Output): Add
19387         stdlib-safer.
19388
19389 2006-07-21  Eric Blake  <ebb9@byu.net>
19390
19391         * lib/stdlib-safer.h: New file from coreutils, required by
19392         stdlib--.h.
19393
19394 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
19395
19396         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
19397
19398 2006-07-20  Bruno Haible  <bruno@clisp.org>
19399
19400         * gnulib-tool: Recognize new option --assume-autoconf.
19401         (autoconf_minversion): New variable.
19402         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
19403
19404 2006-07-20  Bruno Haible  <bruno@clisp.org>
19405
19406         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
19407
19408 2006-07-19  Derek R. Price  <derek@ximbiot.com>
19409
19410         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
19411         Reindent and repaginate.
19412
19413 2006-07-19  Derek Price  <derek@ximbiot.com>
19414
19415         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
19416         Correct grammar.
19417
19418 2006-07-17  Bruno Haible  <bruno@clisp.org>
19419
19420         * modules/list: New file.
19421         * modules/array-list: New file.
19422         * modules/carray-list, modules/carray-list-tests: New files.
19423         * modules/linked-list, modules/linked-list-tests: New files.
19424         * modules/avltree-list, modules/avltree-list-tests: New files.
19425         * modules/rbtree-list, modules/rbtree-list-tests: New files.
19426         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
19427         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
19428         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
19429         * modules/oset: New file.
19430         * modules/array-oset: New file.
19431         * modules/avltree-oset, modules/avltree-oset-tests: New files.
19432         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
19433         * tests/test-carray_list.c: New file.
19434         * tests/test-linked_list.c: New file.
19435         * tests/test-avltree_list.c: New file.
19436         * tests/test-rbtree_list.c: New file.
19437         * tests/test-linkedhash_list.c: New file.
19438         * tests/test-avltreehash_list.c: New file.
19439         * tests/test-rbtreehash_list.c: New file.
19440         * tests/test-avltree_oset.c: New file.
19441         * tests/test-rbtree_oset.c: New file.
19442         * MODULES.html.sh (Container data structures): New section.
19443
19444 2006-07-17  Bruno Haible  <bruno@clisp.org>
19445
19446         * m4/gl_list.m4: New file.
19447
19448 2006-07-17  Bruno Haible  <bruno@clisp.org>
19449
19450         * lib/gl_list.h: New file.
19451         * lib/gl_list.c: New file.
19452         * lib/gl_array_list.h: New file.
19453         * lib/gl_array_list.c: New file.
19454         * lib/gl_carray_list.h: New file.
19455         * lib/gl_carray_list.c: New file.
19456         * lib/gl_linked_list.h: New file.
19457         * lib/gl_linked_list.c: New file.
19458         * lib/gl_anylinked_list1.h: New file.
19459         * lib/gl_anylinked_list2.h: New file.
19460         * lib/gl_avltree_list.h: New file.
19461         * lib/gl_avltree_list.c: New file.
19462         * lib/gl_anyavltree_list1.h: New file.
19463         * lib/gl_anyavltree_list2.h: New file.
19464         * lib/gl_rbtree_list.h: New file.
19465         * lib/gl_rbtree_list.c: New file.
19466         * lib/gl_anyrbtree_list1.h: New file.
19467         * lib/gl_anyrbtree_list2.h: New file.
19468         * lib/gl_anytree_list1.h: New file.
19469         * lib/gl_anytree_list2.h: New file.
19470         * lib/gl_linkedhash_list.h: New file.
19471         * lib/gl_linkedhash_list.c: New file.
19472         * lib/gl_anyhash_list1.h: New file.
19473         * lib/gl_anyhash_list2.h: New file.
19474         * lib/gl_avltreehash_list.h: New file.
19475         * lib/gl_avltreehash_list.c: New file.
19476         * lib/gl_rbtreehash_list.h: New file.
19477         * lib/gl_rbtreehash_list.c: New file.
19478         * lib/gl_anytreehash_list1.h: New file.
19479         * lib/gl_anytreehash_list2.h: New file.
19480
19481         * lib/gl_oset.h: New file.
19482         * lib/gl_oset.c: New file.
19483         * lib/gl_array_oset.h: New file.
19484         * lib/gl_array_oset.c: New file.
19485         * lib/gl_avltree_oset.h: New file.
19486         * lib/gl_avltree_oset.c: New file.
19487         * lib/gl_rbtree_oset.h: New file.
19488         * lib/gl_rbtree_oset.c: New file.
19489         * lib/gl_anytree_oset.h: New file.
19490
19491 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
19492
19493         * m4/mkancesdirs.m4: New file.
19494         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
19495         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
19496         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
19497         it.
19498
19499 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
19500
19501         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
19502         * lib/mkancesdirs.h: New files.
19503         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
19504         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
19505         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
19506         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
19507         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
19508         callers changed.  Revamp internals significantly, by not
19509         attempting to create directories that are temporarily more
19510         permissive than the final results.  Do not attempt to use
19511         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
19512         This removes some race conditions, fixes some bugs, and simplifies
19513         things.  Use new dirchownmod function to do owner and mode changes.
19514         * lib/mkdir-p.h: Likewise.
19515         * lib/modechange.c (octal_to_mode): New function.
19516         (struct mode_change): New member mentioned.
19517         (make_node_op_equals): New arg mentioned.  All callers changed.
19518         (mode_compile): Keep track of which mode bits the user has explicitly
19519         mentioned.
19520         (mode_adjust): New arg DIR, so that we implement the X op correctly.
19521         New arg PMODE_BITS, to keep track of which mode bits the user
19522         mentioned; it treats S_ISUID and S_ISGID speciall.
19523         All callers changed.
19524         * lib/modechange.h: Likewise.
19525
19526 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
19527
19528         * MODULES.html.sh: Add mkancestors.
19529         * modules/mkancesdirs: New module.
19530         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
19531         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
19532         The chdir-safer and afs files are now orphans; I'll remove them
19533         unless someone speaks up.
19534         Add lib/dirchownmod.c, lib/dirchownmod.h.
19535         (Depends-on): Remove alloca, chown, save-cwd, dirname.
19536         Add lchown, mkancesdirs.
19537         (Maintainer): Add self.
19538
19539 2006-07-15  Karl Berry  <karl@gnu.org>
19540
19541         * gnulib-tool: help message wording/arrangement.
19542
19543 2006-07-14  Simon Josefsson  <jas@extundo.com>
19544
19545         * doc/gnulib.texi (Libtool and Windows): New section.
19546
19547 2006-07-12  Simon Josefsson  <jas@extundo.com>
19548
19549         * modules/gendocs (License): Fix license, approved by Karl.
19550
19551 2006-07-12  Eric Blake  <ebb9@byu.net>
19552
19553         * MODULES.html.sh: Add gendocs.
19554
19555 2006-07-11  Eric Blake  <ebb9@byu.net>
19556
19557         * modules/fdl: New module, to install doc/fdl.texi.
19558         * MODULES.html.sh: Add new section for documentation modules.
19559         * gnulib-tool: Avoid space-tab.
19560         (--doc-base): New option, to manage files from doc.
19561
19562 2006-07-11  Eric Blake  <ebb9@byu.net>
19563
19564         * m4/absolute-header.m4: Fix comments to match recent change.
19565
19566 2006-07-11  Eric Blake  <ebb9@byu.net>
19567
19568         * gnulib-tool: List --doc-base before --tests-base.
19569
19570 2006-07-11  Derek R. Price  <derek@ximbiot.com>
19571
19572         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
19573
19574 2006-07-11  Bruno Haible  <bruno@clisp.org>
19575
19576         * README: Mention where to put documentation.
19577
19578 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19579
19580         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
19581
19582 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
19583
19584         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
19585         to stdint.m4.
19586
19587 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
19588
19589         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
19590         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
19591         "no/such/file/stdint.h" when there is no such file, so that
19592         the resulting C code can be parsed by dodgy compilers.
19593         Problems reported by Bob Proulx.
19594
19595 2006-07-10  Derek R. Price  <derek@ximbiot.com>
19596
19597         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
19598         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
19599         macros into the GNU _D_EXACT_NAMLEN.
19600         * lib/savedir.c:  Likewise.
19601         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
19602
19603 2006-07-10  Derek R. Price  <derek@ximbiot.com>
19604         and Paul Eggert  <eggert@cs.ucla.edu>
19605
19606         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
19607         * m4/savedir.m4:
19608         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
19609         macros into the GNU _D_EXACT_NAMLEN.
19610
19611 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19612
19613         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
19614         around the absolute name, to work around a problem with the HP-UX
19615         11.23 native C compiler, reported by Bob Proulx.
19616
19617 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19618
19619         * doc/maintain.texi, make-stds.texi: Sync from
19620         <http://savannah.gnu.org/projects/gnustandards>.
19621
19622 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19623
19624         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
19625
19626 2006-07-09  Jim Meyering  <jim@meyering.net>
19627
19628         * m4/glob.m4: Remove a doubled word in a comment.
19629
19630 2006-07-09  Jim Meyering  <jim@meyering.net>
19631
19632         * lib/argp-pv.c: Remove a doubled word in a comment.
19633         * lib/check-version.c (check_version): Likewise.
19634         * lib/javacomp.c (compile_java_class): Likewise.
19635
19636 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
19637
19638         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
19639         for the benefit of people using Autoconf 2.60.  If you want to
19640         support older Autoconf versions you can copy m4/onceonly_2_57.m4
19641         (or m4/onceonly.m4, if pre-2.57) manually.
19642
19643 2006-07-08  Jim Meyering  <jim@meyering.net>
19644
19645         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
19646         comment.
19647         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
19648         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
19649         comment.
19650
19651 2006-07-08  Jim Meyering  <jim@meyering.net>
19652
19653         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
19654
19655 2006-07-07  Simon Josefsson  <jas@extundo.com>
19656
19657         * tests/test-crc.c: Change expected crc value, the test vector
19658         were probably computed using the old broken crc.c?
19659
19660 2006-07-06  Simon Josefsson  <jas@extundo.com>
19661
19662         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
19663         now the canonical place for the M4 file).
19664
19665         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
19666         from the sys_socket dependency now.
19667
19668         * modules/inet_pton (Files): Ditto.
19669
19670         * modules/inet_ntop (Files): Ditto.
19671
19672 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
19673
19674         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
19675         not gl_PREREQ_GETUSERSHELL.
19676
19677 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19678
19679         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
19680         with only one argument, for Autoconf 2.60.
19681         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
19682         expand to nothing, so add a shell command to avoid syntax error.
19683         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
19684
19685 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19686
19687         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
19688
19689 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
19690
19691         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
19692         no longer needed.  Check for isblank decl.
19693         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
19694         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
19695         of existence.
19696
19697 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
19698
19699         * lib/getloadavg.c: Use __VMS, not VMS.
19700         * lib/getopt.c: Likewise.
19701         * lib/getpagesize.h: Likewise.
19702         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
19703         and probably does not work.
19704
19705 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
19706
19707         * lib/.cppi-disable: Add wcwidth.
19708         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
19709         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
19710         (ISGRAPH): Remove.  All uses changed to isgraph.
19711         (FOLD) [!defined _LIBC]: Remove special case.
19712         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
19713         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
19714         HAVE_ISBLANK.
19715         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
19716         case.
19717
19718 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
19719
19720         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
19721         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
19722         brackets.  Other minor changes to suppress some compiler
19723         warnings.
19724
19725 2006-07-06  Derek R. Price  <derek@ximbiot.com>
19726         and Paul Eggert  <eggert@cs.ucla.edu>
19727
19728         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
19729         of invoking obsolescent AC_HEADER_DIRENT macro.
19730         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
19731         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
19732         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
19733         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
19734         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
19735         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
19736         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
19737         * m4/readdir.m4: Remove; no longer needed.
19738
19739 2006-07-06  Derek R. Price  <derek@ximbiot.com>
19740         and Paul Eggert  <eggert@cs.ucla.edu>
19741
19742         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
19743         Don't worry about this obsolete case any more.
19744         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
19745         directories.
19746         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
19747         worry about this obsolete case any more.
19748         * lib/fts.c: Likewise.
19749         * lib/getcwd.c: Likewise.
19750         * lib/glob.h: Likewise.
19751         * lib/savedir.c: Likewise.
19752
19753 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
19754
19755         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
19756         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
19757         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
19758         needed.
19759         All uses removed.
19760         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
19761         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
19762         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
19763         needed.
19764         * m4/getdate.m4 (gl_GETDATE): Likewise.
19765         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
19766         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
19767         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
19768         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
19769         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
19770         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19771         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
19772         needed.
19773
19774 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
19775
19776         * lib/memcasecmp.c: Include <limits.h>.
19777         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
19778         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
19779         Don't assume isdigit succeeds only on '0' through '9'.
19780
19781 2006-07-05  Eric Blake  <ebb9@byu.net>
19782
19783         * modules/getaddrinfo (Depends-on): Add snprintf.
19784
19785 2006-07-05  Eric Blake  <ebb9@byu.net>
19786
19787         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
19788         to avoid 'header present but could not be compiled' on cygwin.
19789
19790 2006-07-05  Eric Blake  <ebb9@byu.net>
19791
19792         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
19793         missing from netdb.h.
19794         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
19795
19796 2006-07-05  Derek R. Price  <derek@ximbiot.com>
19797
19798         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
19799         no longer needed.
19800         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
19801         * m4/getdate.m4 (gl_GETDATE): Likewise.
19802         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
19803         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
19804         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
19805         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
19806         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19807
19808 2006-07-05  Derek R. Price  <derek@ximbiot.com>
19809
19810         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
19811         All uses of is_space replaced by isspace.
19812         * lib/exit.h: Don't talk about STDC_HEADERS.
19813         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
19814         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
19815         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
19816         replaced by isprint etc.
19817         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
19818         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
19819         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
19820         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
19821         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
19822         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
19823
19824 2006-07-05  Bruno Haible  <bruno@clisp.org>
19825
19826         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
19827         the function exists, before testing against AIX.
19828         Reported by Martin Lambers <marlam@marlam.de>.
19829
19830 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
19831
19832         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
19833         From Mark D. Baushke.
19834
19835 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
19836
19837         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
19838         to the absolute name, not just one, to bypass Sun C 5.8's
19839         "warning: #include of /usr/include/... may be non-portable".
19840
19841 2006-07-04  Eric Blake  <ebb9@byu.net>
19842
19843         * modules/dirname-tests: New test module.
19844         * tests/test-dirname.c: New file, replacing dirname.c
19845         TEST_DIRNAME section that was recently deleted.
19846
19847 2006-07-04  Bruno Haible  <bruno@clisp.org>
19848
19849         Assume ANSI C header files and <ctype.h> functions.
19850         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
19851         (mbsnwidth): Use isprint, iscntrl instead.
19852
19853 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19854
19855         Merge from coreutils.
19856         * MODULES.html.sh: Add xstrtold.
19857         * modules/xstrtold: New file.
19858         * modules/cycle-check (Files): Add lib/same-inode.h.
19859         * modules/dirname (Files): Add m4/double-slash-root.m4.
19860         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
19861         * modules/mkdir-p (Files): Add lib/same-inode.h.
19862         * modules/same (Files): Add lib/same-inode.h.
19863
19864 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19865
19866         * m4/absolute-header.m4: Renamed from full-header-path.m4.
19867         This is to keep the terminology clean; POSIX talks about
19868         "absolute pathnames", not "full pathnames", but the GNU
19869         Coding Standards say to use "path" for something else;
19870         so use "absolute" to keep both sides happy.
19871         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
19872         Set gl_absolute_header, not gl_full_header_path.
19873         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
19874         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
19875         All uses changed.
19876
19877         Merge from coreutils.
19878
19879         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
19880
19881         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
19882         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
19883         want to require the building of c-strtod.o.
19884         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
19885         needs -lm directly.
19886         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
19887
19888         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
19889
19890         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
19891         --as-needed option if available.  Problem reported by Albert Chin in
19892         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
19893         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
19894         cc merely issues a bunch of annoying warnings for --as-needed
19895         (this problem was reported by Bob Proulx).  Also, try linking with
19896         -lm to detect a bug in binutils 2.16 (this problem was reported
19897         by Ralf Wildenhues).
19898
19899         2006-06-18  Jim Meyering  <jim@meyering.net>
19900
19901         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
19902         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
19903         macro.
19904         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
19905         also check for glibc-2.4's abort-inducing bug.
19906
19907         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
19908         Low-probability clean-up should be to use rmdir to get rid of
19909         the just-created directory, not unlink.
19910
19911         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
19912         configure fail, and request a bug report to inform us about it.
19913         Add a comment that, barring reports to the contrary, in 2007 we'll
19914         assume ftruncate is universally available.
19915
19916         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
19917
19918         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
19919
19920         2006-03-12  Jim Meyering  <jim@meyering.net>
19921
19922         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
19923         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
19924         * m4/same.m4 (gl_SAME): Likewise.
19925         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
19926
19927         2006-03-11  Eric Blake  <ebb9@byu.net>
19928
19929         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
19930         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
19931         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
19932         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
19933
19934 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19935
19936         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
19937         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
19938         reported by Mark D. Baushke, one in
19939         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
19940
19941         Merge from coreutils.
19942
19943         * lib/.cppi-disable: Add stdint_.h.
19944         * lib/.cvsignore: Add stdint.h.
19945
19946         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
19947
19948         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
19949         both double and long double versions.
19950         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
19951         * lib/xstrtold.c: New file.
19952         * lib/xstrtod.h (xstrtold): New decl.
19953
19954         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
19955
19956         * lib/filemode.c (setst): Remove.
19957         (strmode): Rewrite to avoid setst.  This makes the code shorter,
19958         (arguably) clearer, and the generated code is a bit smaller on my
19959         Debian GNU/Linux stable x86 host.
19960
19961         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
19962
19963         * lib/filemode.c: Include "filemode.h" first, to test the interface.
19964         Assume that filemode.h includes sys/types.h and sys/stat.h.
19965         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
19966         (ftypelet): Reorder to put common cases first, for efficiency.
19967         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
19968         to do 'M'.
19969         (strmode): Renamed from mode_string, and now stores 12 bytes instead
19970         of 10, for compatibility with FreeBSD.  All callers changed.
19971         (filemodestring): Now stores 12 bytes instead of 10, and sets file
19972         types that can't be deduced solely from st_mode.  First arg is now a
19973         const pointer.
19974         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
19975         (strmode): Renamed from mode_string.
19976         (filemodestring): New decl.
19977         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
19978         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
19979         needed.
19980         (S_ISPORT, S_ISWHT): New macros, if not already defined.
19981
19982         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
19983
19984         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
19985         fsusage.h now does that.  Include fsusage.h first, to test interface.
19986         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
19987         at most one method (the old code could have generated decls that
19988         didn't conform to C89, not that this was ever exercised).
19989         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
19990
19991         2006-03-19  Jim Meyering  <jim@meyering.net>
19992
19993         Work even in a chroot where d_ino values for entries in "/"
19994         don't match the stat.st_ino values for the same names.
19995         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
19996         number, iterate through all entries again, using lstat instead.
19997         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
19998         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
19999
20000         * lib/getcwd.c (__getcwd): Clarify a comment.
20001         Use memcpy in place of a call to strcpy.
20002
20003         2006-03-12  Jim Meyering  <jim@meyering.net>
20004
20005         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
20006         matches that of the current directory (which we're about to chdir ".."
20007         out of), then save the dev-ino of the parent, instead.
20008
20009         * lib/same-inode.h (SAME_INODE): New file/macro.
20010         * lib/chdir-safer.c (SAME_INODE): Remove definition.
20011         Include "same-inode.h", instead.
20012         * lib/same.c: Likewise.
20013         * lib/cycle-check.h: Include "same-inode.h".
20014         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
20015         * lib/cycle-check.c (SAME_INODE): Remove definition.
20016         * lib/root-dev-ino.h: Include "same-inode.h".
20017
20018         2006-03-11  Eric Blake  <ebb9@byu.net>
20019
20020         * lib/same.c (same_name): s/base_name/last_component/
20021         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
20022         * lib/filenamecat.c (file_name_concat): Likewise.
20023
20024         2006-03-11  Eric Blake  <ebb9@byu.net>,
20025                     Paul Eggert  <eggert@cs.ucla.edu>
20026
20027         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
20028         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
20029         drive prefix.
20030         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
20031         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
20032         (last_component): New method.
20033         * lib/dirname.c (dir_len): Determine when drive letters need a
20034         subsequent slash.  Preserve // when it is special.
20035         (dir_name): Don't append dot when drive letter is absolute.
20036         [TEST_DIRNAME]: Move into a full-blown gnulib test.
20037         * lib/basename.c (base_name): New semantics - malloc the result.
20038         Preserve // when it is special.  Preserve relative files that look
20039         like drive letters.
20040         (base_len): Preserve // when it is special.
20041         (last_component): New method, similar to old base_name semantics.
20042         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
20043         base_name.  Strip redundant slashes from ///.
20044
20045 2006-07-03  Jim Meyering  <jim@meyering.net>
20046
20047         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
20048         macro is used before the first cycle_check call.
20049
20050 2006-07-03  Eric Blake  <ebb9@byu.net>
20051
20052         * modules/dirname (Depends-on): Add xstrndup.
20053
20054 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
20055
20056         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
20057         test cases, so that config.log is a bit easier to follow.
20058
20059 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
20060
20061         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
20062         both are 64 bits, since this seems to be the tradition, and this
20063         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
20064         we ever run into a host that prefers long long to long in this
20065         case, we'll need another configure-time test.  Problem reported by
20066         Jim Meyering.
20067
20068 2006-07-02  Eric Blake  <ebb9@byu.net>
20069
20070         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
20071
20072 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
20073
20074         * modules/inttypes (Depends-on): No longer depends on stdint.
20075         * modules/stdint (Description): Say more about assumptions.
20076         Say that the fast types might differ.  Say macros are used.
20077         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
20078         (Makefile.am): Revise list of substituted symbols to match
20079         new stdint.m4.
20080         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
20081         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
20082         * tests/test-stdint.c (verify_same_types)
20083         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
20084         the code conforms to C99/C89.
20085         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
20086         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
20087
20088 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
20089
20090         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
20091         but fix a bug, by requiring at least 64 bits.
20092         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
20093         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
20094         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
20095         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
20096
20097         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
20098         changes.  Make 2.59 a prerequisite.  Check and substitute for
20099         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
20100         inttypes.h.  Do not use special include files; just use the
20101         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
20102         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
20103         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
20104         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
20105         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
20106         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
20107         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
20108         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
20109         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
20110         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
20111         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
20112         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
20113         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
20114         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
20115         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
20116         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
20117         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
20118         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
20119         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
20120         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
20121         WINT_MAX.  Check for C99 conformance more strictly, by detecting
20122         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
20123         not check for things that C99 does not require, e.g., int8_t.  If
20124         a test isn't needed unless <stdint.h> isn't working, and is
20125         unlikely to be needed for any other reason, then don't do it
20126         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
20127         size_t, since we assume C89 freestanding at least.  Do not check
20128         for sig_atomic_t, wchar_t, or wint_t, since the code now does
20129         the right thing even if the types are not defined.  Instead use:
20130         (gl_STDINT_TYPE_PROPERTIES): New macro.
20131         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
20132         testing whether <sys/types.h> clashes, as Autoconf does this for
20133         us now.  All uses removed.
20134         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
20135         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
20136         (gl_CHECK_TYPE_SAME):
20137         Remove; no longer needed.
20138         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
20139         exists, since we'll return 0 anyway in that case.
20140         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
20141
20142 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
20143
20144         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
20145         possible collision with system files.
20146         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
20147         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
20148         WCHAR_MIN and WCHAR_MAX in this case.
20149         (<stddef.h>): Do not include; no longer needed.
20150         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
20151         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
20152         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
20153         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
20154         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
20155         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
20156         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
20157         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
20158         !defined(__c99))]: Include in this case too, since it's harmless
20159         now.
20160         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
20161         dangerous to do so.
20162         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
20163         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
20164         (_STDINT_MIN, _STDINT_MAX): New macros.
20165         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
20166         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
20167         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
20168         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
20169         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
20170         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
20171         macros, not typedefs; this simplifies things quite a bit.
20172         Use long int for all types narrower than int64_t.
20173         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
20174         Define in terms of long long int or int64_t or long int,
20175         not int64_t or int32_t.  This saves some compile-time testing.
20176         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
20177         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
20178         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
20179         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
20180         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
20181         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
20182         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
20183         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
20184         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
20185         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
20186         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
20187         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
20188         undef any previous version and define our own version, for
20189         simplicity and consistency with the new macros for types.
20190         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
20191         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
20192         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
20193         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
20194         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
20195         @WINT_T_SUFFIX@ to keep things simple here.
20196         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
20197         Simplify by assuming typical 8/16/32/64 host, since we're
20198         already doing that elsewhere anyway.
20199         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
20200         and assume long long int is 64 bits if available.  This
20201         speeds up 'configure'.
20202
20203 2006-07-01  Eric Blake  <ebb9@byu.net>
20204
20205         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
20206         Reported by Andreas Buening.
20207
20208 2006-07-01  Eric Blake  <ebb9@byu.net>
20209
20210         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
20211
20212 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
20213
20214         * lib/getaddrinfo.c: fixed typo
20215
20216 2006-06-29  Jim Meyering  <jim@meyering.net>
20217
20218         * modules/strftime (Maintainer): Add my name, since with the
20219         FPRINTFTIME changes strftime.c has forked from glibc.
20220
20221 2006-06-29  Eric Blake  <ebb9@byu.net>
20222
20223         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
20224
20225 2006-06-29  Eric Blake  <ebb9@byu.net>
20226
20227         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
20228
20229 2006-06-29  Eric Blake  <ebb9@byu.net>
20230
20231         * lib/stat_.h: New file.
20232
20233 2006-06-29  Eric Blake  <ebb9@byu.net>
20234
20235         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
20236         unused static function.
20237
20238 2006-06-29  Eric Blake  <ebb9@byu.net>
20239
20240         * doc/functions.texi (Function Portability): Document missing lstat
20241         on mingw.
20242
20243 2006-06-29  Eric Blake  <ebb9@byu.net>
20244
20245         * MODULES.html.sh: Add sys_stat.
20246         * modules/sys_stat: New module.
20247         * modules/mkstemp (Depends-on): Add sys_stat.
20248
20249 2006-06-29  Derek R. Price  <derek@ximbiot.com>
20250
20251         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
20252
20253 2006-06-29  Derek R. Price  <derek@ximbiot.com>
20254
20255         * m4/c-bs-a.m4: Removed.
20256
20257 2006-06-29  Derek R. Price  <derek@ximbiot.com>
20258
20259         * lib/strftime.c: Assume strftime() exists.
20260
20261 2006-06-29  Derek Price  <derek@ximbiot.com>
20262
20263         * modules/c-bs-a: Removed - \a is C89.
20264         * MODULES.html.sh: Remove c-bs-a.
20265
20266 2006-06-29  Bruno Haible  <bruno@clisp.org>
20267
20268         * modules/wcwidth (License): Change to LGPL.
20269
20270 2006-06-28  Simon Josefsson  <jas@extundo.com>
20271
20272         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
20273         on _WIN32.
20274
20275         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
20276         getnameinfo.
20277
20278 2006-06-28  Simon Josefsson  <jas@extundo.com>
20279
20280         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
20281
20282 2006-06-28  Simon Josefsson  <jas@extundo.com>
20283
20284         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
20285         functions there.  It will succeed on Windows XP, but on Windows
20286         2000 and (presumably) earlier, it will fail, and use the internal
20287         re-implementation.
20288         (use_win32_p): New function.
20289         (getaddrinfo): Use strtoul on servname, to support numeric ports.
20290         Support AI_NUMERICSERV to disable getservbyname.
20291         (getnameinfo): New function, only supports
20292         NI_NUMERICHOST|NI_NUMERICSERV for now.
20293
20294         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
20295         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
20296         getnameinfo.
20297
20298 2006-06-28  Eric Blake  <ebb9@byu.net>
20299
20300         * modules/wcwidth: New file.
20301         * modules/mbchar (Depends-on): Add wcwidth.
20302         * modules/mbswidth (Depends-on): Add wcwidth.
20303         * MODULES.html.sh: Add wcwidth.
20304
20305 2006-06-28  Eric Blake  <ebb9@byu.net>
20306
20307         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
20308         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
20309
20310 2006-06-28  Eric Blake  <ebb9@byu.net>
20311
20312         * lib/xvasprintf.h: Fix comments.
20313
20314 2006-06-28  Eric Blake  <ebb9@byu.net>
20315
20316         * lib/mbchar.h (wcwidth): Include wcwidth.h.
20317         * lib/mbswidth.c (wcwidth): Move from here...
20318         * lib/wcwidth.h: ...to this new file.
20319
20320 2006-06-28  Derek R. Price  <derek@ximbiot.com>
20321
20322         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
20323
20324         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
20325         it's obsolete.
20326         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
20327
20328 2006-06-28  Derek R. Price  <derek@ximbiot.com>
20329
20330         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
20331         Autoconf 2.60 says this stuff was obsolete.
20332
20333 2006-06-28  Bruno Haible  <bruno@clisp.org>
20334
20335         * modules/wcwidth (Files): Add m4/wchar_t.m4.
20336
20337 2006-06-28  Bruno Haible  <bruno@clisp.org>
20338
20339         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
20340         gt_TYPE_WCHAR_T.
20341
20342 2006-06-28  Bruno Haible  <bruno@clisp.org>
20343
20344         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
20345         declaration for wcwidth.
20346         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
20347
20348 2006-06-28  Bruno Haible  <bruno@clisp.org>
20349
20350         * lib/mkdtemp.c [MINGW]: Include <io.h>.
20351         (mkdir): Define using _mkdir.
20352
20353 2006-06-28  Bruno Haible  <bruno@clisp.org>
20354
20355         * lib/getaddrinfo.h: Fix POSIX URL.
20356         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
20357         _WIN32.
20358         (use_win32_p): Make static.
20359         (getaddrinfo): Reject service name if it is empty or does not consist
20360         solely of decimal digits, or if its value is > 65535.
20361         (getnameinfo): Remove useless casts.
20362
20363 2006-06-27  Simon Josefsson  <jas@extundo.com>
20364
20365         * modules/sys_select: New file, suggested by Bruno Haible, Paul
20366         Eggert and Martin Lambers.
20367
20368 2006-06-27  Simon Josefsson  <jas@extundo.com>
20369
20370         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
20371         Eggert and Martin Lambers.
20372
20373 2006-06-27  Bruno Haible  <bruno@clisp.org>
20374
20375         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
20376         result to 0, not to empty.
20377         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
20378
20379 2006-06-27  Bruno Haible  <bruno@clisp.org>
20380
20381         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
20382
20383 2006-06-26  Simon Josefsson  <jas@extundo.com>
20384
20385         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
20386         present.
20387
20388 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
20389
20390         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
20391         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
20392         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
20393
20394 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
20395
20396         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
20397
20398 2006-06-26  Bruno Haible  <bruno@clisp.org>
20399
20400         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
20401
20402 2006-06-26  Bruno Haible  <bruno@clisp.org>
20403
20404         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
20405
20406 2006-06-26  Bruno Haible  <bruno@clisp.org>
20407
20408         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
20409         SGI C compiler in pre-C99 mode.
20410         Suggested by Mark D. Baushke and Larry Jones.
20411
20412 2006-06-26  Bruno Haible  <bruno@clisp.org>
20413
20414         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
20415         WCHAR_MAX.
20416         Reported by Mark D. Baushke and Larry Jones.
20417
20418 2006-06-26  Bruno Haible  <bruno@clisp.org>
20419
20420         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
20421         in pre-C99 mode.
20422         Suggested by Mark D. Baushke and Larry Jones.
20423
20424 2006-06-23  Simon Josefsson  <jas@extundo.com>
20425             Bruno Haible  <bruno@clisp.org>
20426
20427         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
20428         Emit mostlyclean-local rule.
20429         (func_emit_tests_Makefile_am): Likewise.
20430         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
20431
20432 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
20433
20434         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
20435
20436 2006-06-23  Bruno Haible  <bruno@clisp.org>
20437
20438         * tests/test-stdint.c: Update to match ISO C 99 Technical
20439         Corrigendum 1.
20440
20441 2006-06-23  Bruno Haible  <bruno@clisp.org>
20442
20443         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
20444
20445 2006-06-23  Bruno Haible  <bruno@clisp.org>
20446
20447         * lib/stdint_.h: Treat IRIX like OpenBSD.
20448
20449 2006-06-23  Bruno Haible  <bruno@clisp.org>
20450
20451         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
20452         ISO C 99 Technical Corrigendum 1.
20453
20454 2006-06-22  Simon Josefsson  <jas@extundo.com>
20455
20456         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
20457         MinGW.
20458
20459 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
20460
20461         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
20462         needed.  Some compiler complained about some of them.  Problem reported
20463         by Larry Jones in
20464         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
20465
20466 2006-06-21  Simon Josefsson  <jas@extundo.com>
20467
20468         * tests/test-getaddrinfo.c: New file.
20469
20470         * modules/getaddrinfo-tests: New file.
20471
20472         * MODULES.html.sh: Add inet_pton.
20473
20474         * modules/inet_pton: New file.
20475
20476 2006-06-21  Simon Josefsson  <jas@extundo.com>
20477
20478         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
20479         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
20480         of using the (limited) gnulib implementation on Windows XP.
20481
20482         * m4/inet_pton.m4: New file.
20483
20484 2006-06-21  Simon Josefsson  <jas@extundo.com>
20485
20486         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
20487         variable.
20488
20489         * lib/socket_.h: Don't define WINVER.
20490
20491         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
20492         slightly modified to work in gnulib.
20493
20494 2006-06-21  Simon Josefsson  <jas@extundo.com>
20495
20496         * doc/gnulib.texi (Windows sockets): Add.
20497
20498 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
20499
20500         * lib/read-file.c (fread_file): Start with buffer allocation of
20501         0 bytes rather than 1 byte; this simplifies the code.
20502         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
20503         code to free buffer and save/restore errno.
20504         (internal_read_file): Remove unused local.
20505
20506 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
20507
20508         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
20509         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
20510         Problem reported by Denis Excoffier in
20511         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
20512
20513 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20514
20515         * modules/sys_socket, modules/socklen: Include sys/types since
20516         FreeBSD 4.x's sys/socket.h needs it.
20517
20518 2006-06-19  Simon Josefsson  <jas@extundo.com>
20519
20520         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
20521
20522 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
20523
20524         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
20525
20526 2006-06-19  Bruno Haible  <bruno@clisp.org>
20527
20528         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
20529         and FULL_PATH_INTTYPES_H in angle brackets.
20530         Reported by Mark D. Baushke <mdb@gnu.org>.
20531
20532 2006-06-17  Eric Blake  <ebb9@byu.net>
20533
20534         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
20535         errno.
20536
20537 2006-06-17  Bruno Haible  <bruno@clisp.org>
20538
20539         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
20540         <sys/inttypes.h>.
20541
20542 2006-06-17  Bruno Haible  <bruno@clisp.org>
20543
20544         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
20545         whether errno is declared. Assume <errno.h> declares errno.
20546
20547 2006-06-17  Bruno Haible  <bruno@clisp.org>
20548
20549         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
20550
20551 2006-06-17  Bruno Haible  <bruno@clisp.org>
20552
20553         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
20554         problem on Solaris 2.5.1.
20555
20556 2006-06-16  Eric Blake  <ebb9@byu.net>
20557
20558         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
20559         * lib/unicodeio.c [!defined errno]: Likewise.
20560         * lib/strtol.c [!defined errno]: Likewise.
20561         * lib/strtod.c [!defined errno]: Likewise.
20562
20563 2006-06-15  Eric Blake  <ebb9@byu.net>
20564
20565         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
20566
20567 2006-06-15  Eric Blake  <ebb9@byu.net>
20568
20569         * config/srclist.txt (ssize_t.m4): Lose sync.
20570
20571 2006-06-15  Bruno Haible  <bruno@clisp.org>
20572
20573         * modules/stdint (Files): Include m4/full-header-path.m4,
20574         m4/size_max.m4, m4/wchar_t.m4.
20575         (Makefile.am): Many more substitutions.
20576         * modules/stdint-tests: New file.
20577         * tests/test-stdint.c: New file.
20578
20579 2006-06-15  Bruno Haible  <bruno@clisp.org>
20580
20581         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
20582         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
20583         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
20584         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
20585         gl_CHECK_TYPE_SAME): New macros.
20586
20587 2006-06-15  Bruno Haible  <bruno@clisp.org>
20588
20589         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
20590
20591 2006-06-15  Bruno Haible  <bruno@clisp.org>
20592
20593         * lib/stdint_.h: Rewritten to be fully auto-configured.
20594         Fixes bug on HP-UX/IA64.
20595
20596 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
20597
20598         * lib/getdate.y (__attribute__): Don't define if already defined.
20599         Problem reported by Larry Jones.
20600         * lib/utimens.c (__attribute__): Likewise.
20601
20602 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
20603
20604         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
20605         reported by Andreas Schwab.
20606
20607 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20608             Bruno Haible  <bruno@clisp.org>
20609
20610         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
20611         check for the declaration of strnlen and a run test that exposes the
20612         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
20613         rpl_strndup.
20614
20615 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20616             Bruno Haible  <bruno@clisp.org>
20617
20618         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
20619
20620 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20621
20622         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
20623         compile test, for Tru64 4.0D.
20624
20625 2006-05-28  Karl Berry  <karl@gnu.org>
20626
20627         * config/srclist.txt (printf-args.c): lose sync.
20628
20629 2006-05-26  Martin Lambers  <marlam@marlam.de>
20630
20631         * lib/getpass.c: Updates the test for the native W32 API, and adds
20632         missing includes, thus fixing compilation warnings.
20633
20634 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
20635
20636         * lib/exclude.c (exclude_fnmatch): New function.
20637         (excluded_file_name): Call exclude_fnmatch.
20638         * lib/exclude.h (excluded_file_name): New prototype
20639
20640 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
20641
20642         * lib/tempname.c (small_open, large_open): New macros.
20643         (__open, __open64) [!_LIBC]: Remove.
20644         (__gen_tempname): Use small_open and large_open instead of __open
20645         and __open64.  This fixes a portability bug on HP-UX 11.11i
20646         reported by Simon Wing-Tang in
20647         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
20648
20649 2006-05-24  Bruno Haible  <bruno@clisp.org>
20650
20651         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
20652         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
20653         Reported by Thorsten Maerz <torte@netztorte.de> via
20654         Aaron Stone <aaron@serendipity.cx>.
20655
20656 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
20657
20658         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
20659         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
20660         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
20661         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
20662         not really conditional on the cache.
20663         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
20664
20665 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
20666
20667         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
20668         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
20669         (my_usleep): Don't mishandle maximum value.
20670
20671 2006-05-19  Jim Meyering  <jim@meyering.net>
20672
20673         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
20674
20675 2006-05-17  Bruno Haible  <bruno@clisp.org>
20676
20677         Cygwin portability.
20678         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
20679
20680 2006-05-17  Bruno Haible  <bruno@clisp.org>
20681
20682         * lib/stdint_.h: Fix recognition of Cygwin.
20683
20684 2006-05-15  Bruno Haible  <bruno@clisp.org>
20685
20686         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
20687         on libtool patch by Ralf Wildenhues.
20688
20689 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20690
20691         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
20692         test for C99 conformance; (bool) 0.5 is an integer constant
20693         expression, but (bool) -0.5 is not.  Problem reported by Fedor
20694         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
20695
20696 2006-05-11  Simon Josefsson  <jas@extundo.com>
20697
20698         * m4/xvasprintf.m4: Fix obvious typo.
20699
20700 2006-05-11  Jim Meyering  <jim@meyering.net>
20701
20702         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
20703         James Lemley.
20704
20705 2006-05-10  Simon Josefsson  <jas@extundo.com>
20706
20707         * lib/md4.c: Typo fix, update copyright years.
20708         (K1, K2): Don't use L because it turn computations into 64-bit on
20709         64-bit platforms.
20710
20711 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
20712
20713         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
20714         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
20715         unwanted sign propagation, e.g., on hosts with 64-bit int.
20716         There still are some problems with reeelly weird theoretical hosts
20717         (e.g., 33-bit int) but it's not worth worrying about now.
20718         * lib/sha1.c (rol): Likewise.
20719         (K1, K2, K3, K4): Remove unnecessary L suffix.
20720
20721 2006-05-10  Bruno Haible  <bruno@clisp.org>
20722
20723         * lib/des.c: Cast to avoid warnings.
20724
20725 2006-05-09  Bruno Haible  <bruno@clisp.org>
20726
20727         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
20728         (Depends-on): Depend also on xsize, stdarg.
20729         (configure.ac): Add gl_XVASPRINTF.
20730
20731 2006-05-09  Bruno Haible  <bruno@clisp.org>
20732
20733         * m4/xvasprintf.m4: New file.
20734
20735 2006-05-09  Bruno Haible  <bruno@clisp.org>
20736
20737         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
20738         (EOVERFLOW): Define fallback value.
20739         (xstrcat): New function.
20740         (xvasprintf): Recognize the special case of a string concatenation.
20741
20742 2006-05-08  Eric Blake  <ebb9@byu.net>
20743
20744         * gnulib-tool (func_version): Base copyright year on CVS date.
20745         (func_emit_copyright_notice): New function.
20746         (func_emit_lib_Makefile_am): Use it.
20747         (func_emit_tests_Makefile_am): Likewise.
20748         (func_import): Likewise.
20749
20750 2006-05-08  Bruno Haible  <bruno@clisp.org>
20751
20752         * modules/stdarg: New file.
20753         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
20754
20755 2006-05-08  Bruno Haible  <bruno@clisp.org>
20756
20757         * m4/stdarg.m4: New file, from GNU gettext.
20758
20759 2006-05-08  Bruno Haible  <bruno@clisp.org>
20760
20761         * config/srclist.txt (build-aux/config.rpath): different from latest
20762         release.
20763
20764 2006-05-08  Bruno Haible  <bruno@clisp.org>
20765
20766         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
20767
20768 2006-05-05  Jim Meyering  <jim@meyering.net>
20769
20770         * m4/warning.m4: New file, derived from bison's file by the same name.
20771
20772 2006-05-03  Bruno Haible  <bruno@clisp.org>
20773
20774         * lib/stdint_.h: Shorter URL.
20775         * lib/inttypes.h: Likewise.
20776
20777 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
20778
20779         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
20780
20781 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
20782
20783         * lib/verify.h: Document the internals better.  Most of this change
20784         was written by Bruno Haible.
20785
20786 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
20787
20788         * doc/verify.texi: New file, partly based on a proposal by
20789         Bruno Haible.
20790
20791 2006-05-02  Bruno Haible  <bruno@clisp.org>
20792
20793         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
20794         test from here...
20795         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
20796
20797 2006-04-29  Bruno Haible  <bruno@clisp.org>
20798
20799         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
20800         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
20801
20802 2006-04-29  Bruno Haible  <bruno@clisp.org>
20803
20804         * gnulib-tool: Make --update option actually work.
20805
20806 2006-04-29  Bruno Haible  <bruno@clisp.org>
20807
20808         * doc/gcd.texi: New file.
20809         * doc/gnulib.texi: Include it.
20810
20811 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
20812
20813         * lib/getdate.y (get_date): When adding relative date, start with the
20814         initial time, not with the result of the first mktime call.
20815
20816 2006-04-25  Bruno Haible  <bruno@clisp.org>
20817
20818         * gnulib-tool (func_import): Output the include directives in three
20819         blocks, sorted separately.
20820         Reported by Ben Pfaff <blp@cs.stanford.edu>.
20821
20822 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
20823
20824         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
20825         to define main with arguments, for C++.  Reported by Eric Blake.
20826         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
20827         Prefer 'int main ()' to 'int main (void)', for C++.
20828         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
20829         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
20830         for 'main', for C99 and C++.
20831
20832 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
20833
20834         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
20835         Don't assume that exit status -1 is valid.
20836         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
20837         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
20838         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
20839         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
20840         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
20841         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
20842         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
20843         functions can be used without declaring them, or that you can
20844         exit with status -1.
20845         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
20846
20847 2006-04-24  Karl Berry  <karl@gnu.org>
20848
20849         * config/srclist.txt (longdouble.m4): sync lost.
20850
20851 2006-04-24  Eric Blake  <ebb9@byu.net>
20852
20853         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
20854
20855 2006-04-24  Bruno Haible  <bruno@clisp.org>
20856
20857         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
20858         poll() implementation in AIX.
20859         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20860
20861 2006-04-24  Bruno Haible  <bruno@clisp.org>
20862
20863         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
20864         assigned exactly once.
20865
20866 2006-04-23  Claudio Fontana  <claudio@gnu.org>
20867             Bruno Haible  <bruno@clisp.org>
20868
20869         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
20870         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
20871         for AM_CPPFLAGS.
20872
20873 2006-04-23  Bruno Haible  <bruno@clisp.org>
20874
20875         * modules/copy-file: Depend on unistd.
20876         * modules/execute: Likewise.
20877         * modules/fatal-signal: Likewise.
20878         * modules/findprog: Likewise.
20879         * modules/mkdtemp : Likewise.
20880         * modules/pipe: Likewise.
20881         * modules/wait-process: Likewise.
20882
20883 2006-04-23  Bruno Haible  <bruno@clisp.org>
20884
20885         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
20886         condition was already detected.
20887         Reported by Ben Pfaff <blp@cs.stanford.edu>.
20888
20889 2006-04-23  Bruno Haible  <bruno@clisp.org>
20890
20891         * lib/copy-file.c: Include <unistd.h> unconditionally.
20892         * lib/execute.c: Likewise.
20893         * lib/fatal-signal.c: Likewise.
20894         * lib/findprog.c: Likewise.
20895         * lib/mkdtemp.c: Likewise.
20896         * lib/pipe.h: Likewise.
20897         * lib/pipe.c: Likewise.
20898         * lib/wait-process.h: Likewise.
20899
20900 2006-04-23  Bruno Haible  <bruno@clisp.org>
20901
20902         * gnulib-tool (func_usage): Fix --import description. Document
20903         --update.
20904         (func_import): Create temporary file in a temporary directory, if
20905         --dry-run is specified. Silence errors from 'grep' when there are no
20906         m4 files in $m4dir.
20907         (func_create_testdir): Silence errors from 'grep' when there are no
20908         m4 files in $m4dir.
20909         Reported by Karl Berry <karl@freefriends.org>.
20910
20911 2006-04-20  Bruno Haible  <bruno@clisp.org>
20912
20913         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
20914         one argument, so that the code will be portable to Autoconf 2.60.
20915         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
20916         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
20917         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
20918
20919 2006-04-19  Derek Price  <derek@ximbiot.com>
20920             Eric Blake  <ebb9@byu.net>
20921
20922         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
20923         rather than "/full/path.h".  Update comment to match.  Shorten &
20924         generalize m4_translit call via AS_TR_CPP.
20925
20926 2006-04-19  Derek Price  <derek@ximbiot.com>
20927             Eric Blake  <ebb9@byu.net>
20928
20929         * lib/inttypes.h: Correct grammar in comment.
20930
20931 2006-04-18  Derek Price  <derek@ximbiot.com>
20932             Paul Eggert  <eggert@cs.ucla.edu>
20933
20934         * modules/inttypes: New file.
20935         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
20936
20937 2006-04-18  Derek Price  <derek@ximbiot.com>
20938             Paul Eggert  <eggert@cs.ucla.edu>
20939
20940         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
20941         New files.
20942
20943 2006-04-18  Derek Price  <derek@ximbiot.com>
20944             Paul Eggert  <eggert@cs.ucla.edu>
20945
20946         * lib/inttypes.h: New file.
20947         * lib/strtoimax.c: Assume <inttypes.h>.
20948
20949 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
20950
20951         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
20952         isn't mounted.  Problem reported by Kir Kolyshkin.
20953
20954 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
20955
20956         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
20957         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
20958         Derek R. Price.
20959         * lib/regex.h (RE_DUP_MAX): Update comment to match current
20960         implementation.
20961
20962 2006-04-12  Eric Blake  <ebb9@byu.net>
20963
20964         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
20965         is now done automatically by the corresponding Autoconf macro.
20966
20967 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
20968
20969         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
20970         time_r.h.
20971
20972 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
20973
20974         Merge regex changes from libc, removing some of our
20975         POSIX-conformance changes that were rejected and redoing them in a
20976         less-intrusive way.
20977
20978         * lib/regcomp.c (re_compile_internal, init_dfa):
20979         Length arg is now size_t, not Idx.  All uses changed.
20980         (peek_token): Forward decl now says internal_function.
20981         (__re_error_msgid, __re_error_msgid_idx):
20982         Now static rather than extern with attribute_hidden.
20983         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
20984         For some reason libc prefers K&R style defns for external functions.
20985         (regerror) [!defined _LIBC]: Likewise.
20986         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
20987         (seek_collating_symbol_entry, lookup_collation_sequence_value):
20988         (build_range_exp, build_collating_symbol):
20989         Use K&R-style defn.
20990         (re_compile_fastmap): Use '\0' to memset, not 0.
20991         (utf8_sb_map): Make the calculations more obvious.
20992         (init_dfa, parse_bracket_exp, build_charclass_op):
20993         Call calloc and cast result, as glibc does.
20994         (init_word_char, fetch_token, peek_token, peek_token_bracket):
20995         (build_range_exp, build_collating_symbol):
20996         Now internal functions.
20997
20998         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
20999
21000         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
21001         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
21002         Don't depend on VMS; depend on __VMS instead, for POSIX
21003         namespace cleanness.
21004         (regoff_t): Define to ssize_t, not long int.
21005
21006         Remove the REG_ macros named below.  Instead, make the old names
21007         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
21008         __USE_GNU_REGEX.
21009         (REG_BACKSLASH_ESCAPE_IN_LISTS):
21010         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
21011         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
21012         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
21013         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
21014         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
21015         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
21016         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
21017         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
21018         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
21019         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
21020         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
21021         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
21022         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
21023         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
21024         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
21025         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
21026         (REG_NREGS):
21027         Remove.  All uses replaced by the old RE_* names.
21028         (RE_BACKSLASH_ESCAPE_IN_LISTS):
21029         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
21030         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
21031         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
21032         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
21033         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
21034         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
21035         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
21036         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
21037         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
21038         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
21039         Don't bother having these macros be independent of each others'
21040         values, since they no longer exist in the POSIX name space.
21041
21042         Rename the following member names back to their old names,
21043         unless !__USE_GNU_REGEX.  All uses changed back.
21044         (buffer): Renamed from re_buffer.
21045         (allocated): Renamed from re_allocated.
21046         (used): Renamed from re_used.
21047         (syntax): Renamed from re_syntax.
21048         (fastmap): Renamed from re_fastmap.
21049         (translate): Renamed from re_translate.
21050         (can_be_null): Renamed from re_can_be_null.
21051         (regs_allocated): Renamed from re_regs_allocated.
21052         (fastmap_accurate): Renamed from re_fastmap_accurate.
21053         (no_sub): Renamed from re_no_sub.
21054         (not_bol): Renamed from re_not_bol.
21055         (not_eol): Renamed from re_not_eol.
21056         (newline_anchor): Renamed from re_newline_anchor.
21057         (num_regs): Renamed from rm_num_regs.
21058         (start): Renamed from rm_start.
21059         (end): Renamed from rm_end.
21060
21061         (free_state): Move up a bit.
21062
21063         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
21064         #define to be empty.
21065         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
21066         when that is what is intended.
21067         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
21068         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
21069         (MAX): New macro.
21070         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
21071         All uses changed back to re_malloc, etc.  It's now the caller's
21072         responsibility to check for overflow; all callers changed.
21073         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
21074         (re_x2nrealloc): Remove.
21075         (free_state): Remove decl.
21076
21077         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
21078         (re_set_registers, re_exec):
21079         Use K&R-style defn.
21080
21081         2006-01-31  Roland McGrath  <roland@redhat.com>
21082
21083         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
21084         Reported by Mike Frysinger <vapier@gentoo.org>.
21085
21086         2006-01-15  Andreas Jaeger  <aj@suse.de>
21087
21088         [BZ #1950]
21089         * lib/regex_internal.c (re_string_reconstruct): Adjust for
21090         build_wcs_upper_buffer change.
21091         (build_wcs_upper_buffer): Change return type.
21092
21093         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
21094
21095         * lib/regex_internal.h: Include <stdint.h> if available.
21096
21097         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
21098
21099         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
21100
21101         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
21102
21103         * lib/regcomp.c: Adjust for changed secondary hash function.
21104
21105         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
21106
21107         * lib/regex.h: Pretty printing.
21108         Clean up namespace a bit.
21109
21110         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
21111
21112         * lib/regexec.c (update_cur_sifted_state, check_arrival,
21113         check_arrival_add_next_nodes): Avoid using uninitialized variable.
21114
21115         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
21116                     Ulrich Drepper  <drepper@redhat.com>
21117
21118         [BZ #1302]
21119         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
21120         changed.
21121         (bitset_word_t): Renamed from bitset_word.  All uses changed.
21122
21123         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
21124
21125         [BZ #281]
21126         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
21127         * lib/regcomp.c: Remove unnecessary uses of
21128         unsigned RE_TRANSLATE_TYPE.
21129         * lib/regex_internal.h: Likewise.
21130         * lib/regex_internal.c: Likewise.
21131         * lib/regexec.c: Likewise.
21132         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
21133
21134         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
21135
21136         * lib/regexec.c (find_recover_state): Remove unnecessary
21137         initialization.
21138         (transit_state_bkref): Make DFA a const pointer.
21139         (get_subexp): Likewise.
21140         (check_arrival): Likewise.
21141         (update_cur_sifted_state): Likewise.
21142         (re_search_internal): Likewise.
21143         (prune_impossible_nodes): Likewise.
21144         (acquire_init_state_context): Likewise.
21145         (proceed_next_node): Likewise.
21146         (set_regs): Likewise.
21147         (free_fail_stack_return): Likewise.
21148         (check_arrival_expand_ecl): Mark DFA parameter as const.
21149         (check_arrival_expand_ecl_sub): Likewise.
21150         (check_subexp_limits): Likewise.
21151         (sub_epsilon_src_nodes):  Likewise.
21152         (add_epsilon_src_nodes):  Likewise.
21153         (merge_state_array): Likewise.
21154         (update_regs): Likewise.
21155         (build_trtable): Likewise.
21156         (sift_states_backward): Mark MCTX parameter as const.
21157         (build_sifted_states): Likewise.
21158         (update_cur_sifted_state): Likewise.
21159         (sift_states_mkref): Likewise.
21160         (check_arrival_expand_ecl): Mark eclosure as const.
21161         (check_dst_limits_calc_pos_1): Likewise.
21162         * lib/regex_internal.h (re_match_context_t): Make dfa a const
21163         pointer.
21164
21165         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
21166
21167         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
21168         (transit_state_sb): Likewise.
21169         (transit_state_mb): Likewise.
21170         (sift_states_iter_mb): Likewise.
21171         (check_arrival_add_next_nodes): Likewise.
21172         (check_node_accept_bytes): Change first parameter to pointer-to-const.
21173         [_LIBC] (re_search_2_stub): Use mempcpy.
21174
21175         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
21176         mbrtowc for very simple UTF-8 case.
21177
21178         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
21179         a pointer-to-const.
21180         (re_acquire_state_context): Likewise.
21181         * lib/regex_internal.h: Adjust prototypes.
21182
21183         * lib/regex.c: Prevent using C++ compilers.
21184
21185         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
21186         (re_acquire_state_context): Likewise.
21187
21188 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
21189
21190         * modules/regex (Depends-on): Add ssize_t.
21191
21192 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
21193
21194         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
21195         translation table.
21196
21197 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
21198
21199         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
21200
21201 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
21202             Bruno Haible  <bruno@clisp.org>
21203
21204         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
21205         <sys/types.h> and <inttypes.h>.
21206
21207 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21208
21209         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
21210         `__error_t_defined', so argp.h will not typedef the former.
21211
21212 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
21213
21214         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
21215         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
21216         glibc names.  Even if glibc is changed to conform to POSIX, the
21217         traditional names will be available anyway, since regex depends on
21218         the extensions module.  Also, fix a longstanding typo in the
21219         implementation of Spencer ERE test #75 from grep 2.3.  Problems
21220         reported by Emanuele Giaquinta.  Also, change sense of cached
21221         variable, so that the message makes sense.
21222
21223 2006-03-24  Simon Josefsson  <jas@extundo.com>
21224
21225         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
21226         including some doc fixes.
21227         (base64_encode_alloc): Fix +1 bug on allocation failures.
21228
21229 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21230
21231         * lib/base64.c (base64_encode): Do not read past end of array with
21232         unsanitized input on systems with CHAR_BIT > 8.
21233
21234 2006-03-24  Eric Blake  <ebb9@byu.net>
21235
21236         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
21237
21238 2006-03-22  Karl Berry  <karl@gnu.org>
21239
21240         * config/srclist.txt (*setenv.[ch]): get from coreutils.
21241         * config/srclistvars.sh (COREUTILS): new var.
21242
21243 2006-03-17  Jim Meyering  <jim@meyering.net>
21244
21245         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
21246         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
21247
21248 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
21249
21250         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
21251         no longer needs it.  Instead, check that regoff_t is as least
21252         as wide as ptrdiff_t.
21253
21254         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
21255         so that our regex.h stays compatible with the installed regex.
21256         This is helpful for installers who configure --without-included-regex.
21257         Problem reported by Emanuele Giaquinta.
21258
21259 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
21260
21261         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
21262         Typedef to long int, not to off_, as POSIX will likely change
21263         in that direction.
21264
21265 2006-03-15  Eric Blake  <ebb9@byu.net>
21266
21267         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
21268
21269 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
21270
21271         * lib/argp-help.c (validate_uparams): Fix typo
21272         * lib/argp-parse.c (argp_default_options): Consistently begin help
21273         messages with a lowercase letter.
21274
21275 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
21276
21277         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
21278         overrun buffers and shouldn't be used (much as gets shouldn't be
21279         used).
21280         * lib/time_r.c (asctime_r, ctime_r): Likewise.
21281
21282 2006-03-08  Simon Josefsson  <jas@extundo.com>
21283
21284         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
21285         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21286
21287 2006-03-08  Simon Josefsson  <jas@extundo.com>
21288
21289         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
21290         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21291
21292 2006-03-08  Simon Josefsson  <jas@extundo.com>
21293
21294         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
21295         signal that configure disabled the device.
21296
21297 2006-03-08  Simon Josefsson  <jas@extundo.com>
21298
21299         * build-aux/maint.mk: Fix refresh-po, to handle no translated
21300         languages.
21301
21302 2006-03-07  Simon Josefsson  <jas@extundo.com>
21303
21304         * modules/getopt (Depends-on): Add unistd.
21305
21306         * modules/unistd: New file.
21307
21308 2006-03-07  Simon Josefsson  <jas@extundo.com>
21309
21310         * modules/gc-random: New file.
21311
21312 2006-03-07  Simon Josefsson  <jas@extundo.com>
21313
21314         * m4/unistd_h.m4: New file.
21315
21316 2006-03-07  Simon Josefsson  <jas@extundo.com>
21317
21318         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
21319         test to be side-effect free by storing the result in the cache
21320         variable gl_cv_lib_readline, and moving the assignment of
21321         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
21322         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21323
21324 2006-03-07  Simon Josefsson  <jas@extundo.com>
21325
21326         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
21327         error on missing devices (the functions will return an error).
21328
21329         * m4/gc.m4: Move random stuff to gc-random.m4
21330
21331 2006-03-07  Simon Josefsson  <jas@extundo.com>
21332
21333         * lib/unistd_.h: New file.
21334
21335 2006-03-07  Simon Josefsson  <jas@extundo.com>
21336
21337         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
21338
21339 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
21340
21341         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
21342         Problem reported by Juan Manuel Guerrero.
21343
21344 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
21345
21346         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
21347         the unistd module.
21348         * lib/getlogin_r.c: Likewise.
21349         * lib/getlogin_r.h: Likewise.
21350         * lib/glob.c: Likewise.
21351         * lib/pagealign_alloc.c: Likewise.
21352         * lib/unistd_.h: Remove; no longer needed.
21353
21354 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
21355
21356         * MODULES.html.sh (Support for systems lacking POSIX:2001):
21357         Add unistd.
21358         * modules/c-stack (Depends-on): Add unistd.
21359         * modules/getlogin_r: Likewise.
21360         * modules/glob: Likewise.
21361         * modules/pagealign_alloc: Likewise.
21362         * modules/unistd (Files): Remove lib/unistd_.h.
21363         (EXTRA_DIST): Remove.
21364         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
21365         need unistd_.h.
21366         (MOSTLYCLEANFILES): Remove unistd.h-t.
21367
21368 2006-03-03  Simon Josefsson  <jas@extundo.com>
21369
21370         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
21371
21372 2006-03-03  Simon Josefsson  <jas@extundo.com>
21373
21374         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
21375         libidn and bison.
21376
21377 2006-03-03  Simon Josefsson  <jas@extundo.com>
21378
21379         * build-aux/maint.mk: Add indent target.
21380
21381 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
21382
21383         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
21384         our replacement poll.h in any case, to avoid a differing
21385         declaration from a system header.  Seen on AIX.
21386
21387 2006-03-01  Simon Josefsson  <jas@extundo.com>
21388
21389         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
21390         <kasal@ucw.cz>.
21391
21392 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21393
21394         * modules/gettime (Depends-on): Add extensions module.
21395         * modules/nanosleep (Depends-on): Likewise.
21396         * modules/settime (Depends-on): Likewise.
21397
21398 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21399
21400         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
21401         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
21402         pedantically.
21403         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
21404         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
21405
21406         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
21407         not "==".  Reported by Ralf Wildenhues.
21408
21409 2006-03-01  Karl Berry  <karl@gnu.org>
21410
21411         * doc/Copyright/request-*: new files, synced from gnuorg.
21412
21413 2006-03-01  Karl Berry  <karl@gnu.org>
21414
21415         * config/srclist.txt (Copyright/*): new entries.
21416
21417 2006-02-28  Simon Josefsson  <jas@extundo.com>
21418
21419         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
21420
21421 2006-02-27  Simon Josefsson  <jas@extundo.com>
21422
21423         * lib/base64.h: Indent #define's.  From Jim Meyering
21424         <jim@meyering.net>.
21425
21426 2006-02-27  Jim Meyering  <jim@meyering.net>
21427
21428         Revert the change of 2006-02-24, so these files can continue
21429         to be sync'd from gettext.
21430         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
21431         of `config.h'.
21432
21433 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
21434
21435         * modules/intprops: New file.
21436         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
21437         Add intprops.
21438         * modules/getloadavg (Files): Remove lib/intprops.h.
21439         (Depends-on): Add intprops.
21440         * modules/human: Likewise.
21441         * modules/inttostr: Likewise.
21442         * modules/openat: Likewise.
21443         * modules/sig2str: Likewise.
21444         * modules/userspec: Likewise.
21445         * modules/utimecmp: Likewise.
21446         * modules/xnanosleep: Likewise.
21447         * modules/xstrtol: Likewise.
21448
21449 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
21450
21451         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
21452         * modules/lock-tests (TESTS): Use $(EXEEXT).
21453         * modules/tls-tests: Likewise.
21454         * modules/argp-tests: Likewise.
21455         (check_PROGRAMS): New var, replacing...
21456         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
21457
21458 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21459
21460         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
21461         `config.h'.
21462
21463 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
21464
21465         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
21466
21467 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21468
21469         Sync from coreutils.
21470         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
21471         gl_CHDIR_SAFER.
21472
21473 2006-02-22  Jim Meyering  <jim@meyering.net>
21474
21475         Sync from coreutils.
21476         * m4/chdir-safer.m4: New file.
21477
21478 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
21479
21480         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
21481         AT_FDCWD exceeds INT_MAX.
21482         * lib/openat.h (AT_FDCWD): Likewise.
21483
21484 2006-02-17  Eric Blake  <address@hidden>
21485
21486         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
21487
21488 2006-02-16  Simon Josefsson  <jas@extundo.com>
21489
21490         * modules/getaddrinfo (Depends-on): Add sys_socket.
21491
21492 2006-02-15  Simon Josefsson  <jas@extundo.com>
21493
21494         * build-aux/maint.mk: Add dsyntax-check rule.
21495
21496 2006-02-15  Eric Blake  <ebb9@byu.net>
21497
21498         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
21499         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
21500         'present but cannot compile' warnings on cygwin.
21501         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
21502         use ws2tcpip.h if sys/socket.h works.
21503         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
21504         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
21505
21506 2006-02-14  Simon Josefsson  <jas@extundo.com>
21507
21508         * modules/maintainer-makefile (Files): Rename.
21509
21510         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
21511         and (the local) Makefile.cfg to maint-cfg.mk.
21512
21513         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
21514         to the latter.
21515
21516         * modules/maintainer-makefile: New module.
21517
21518         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
21519         severaly stripped to make it possible to build it up from scratch
21520         with reliable tests.
21521
21522         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
21523         fixes to permit overriding the default actions when configure and
21524         makefile are not available.
21525
21526 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
21527
21528         Sync from coreutils.
21529         * modules/lstat (Depends-on): Don't depend on xalloc.
21530         (License): Change from GPL to LGPL, since this is now simply a
21531         replacement for a libc function.
21532
21533 2006-02-14  Jim Meyering  <jim@meyering.net>
21534
21535         Sync from coreutils.
21536
21537         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
21538         failure on deficient systems, and simplify gnulib lgpl dependencies.
21539         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
21540         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
21541
21542         * lib/xalloc-die.c: Remove unused definition of N_.
21543
21544 2006-02-14  Jim Meyering  <jim@meyering.net>
21545
21546         Sync from coreutils.
21547         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
21548         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
21549         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
21550         double-quote uses of that variable, to accommodate the rare case in
21551         which getmntent is available in none of the libraries checked.  This
21552         happens at least on FreeBSD 5.0.
21553
21554 2006-02-13  Simon Josefsson  <jas@extundo.com>
21555
21556         * gnulib-tool (Usage): Fix --import, from
21557         karl@freefriends.org (Karl Berry).
21558
21559 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
21560
21561         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
21562
21563 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
21564
21565         * lib/argp-namefrob.h: Restore changes accidentally lost during the
21566         "autoupdate" on 2005-12-12.
21567
21568 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
21569
21570         * modules/closeout (Depends-on): Remove atexit.
21571
21572 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
21573
21574         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
21575         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
21576
21577 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
21578
21579         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
21580         __EXTENSIONS__ if this causes compilation to fail.  Problem
21581         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
21582         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
21583
21584 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
21585
21586         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
21587         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
21588         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
21589         All uses changed.
21590
21591 2006-01-26  Simon Josefsson  <jas@extundo.com>
21592
21593         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
21594         prototype is visible on mingw32.
21595
21596         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
21597         for mingw32.
21598
21599         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
21600         mingw32).
21601
21602 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
21603
21604         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
21605         attempt to open for write; this always fails, at least on POSIX
21606         hosts.  This reinstates the 2006-01-09 change, which was
21607         inadvertently removed.
21608
21609 2006-01-26  Bruno Haible  <bruno@clisp.org>
21610
21611         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
21612         Reported by Paul Eggert.
21613
21614 2006-01-26  Bruno Haible  <bruno@clisp.org>
21615             Paul Eggert  <eggert@cs.ucla.edu>
21616
21617         * lib/stdbool_.h (_Bool)
21618         [(! (defined __cplusplus || defined __BEOS__)
21619           && !defined __GNUC__
21620           && !(defined __HP_cc || defined __xlc__
21621                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
21622                || defined __sgi))]:
21623         #define to signed char in these cases too; this simplifies
21624         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
21625         etc., separately) and makes it more conservative.
21626
21627 2006-01-25  Simon Josefsson  <jas@extundo.com>
21628
21629         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
21630         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
21631         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
21632
21633 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
21634
21635         * lib/argp-namefrob.h: Bugfix. Remove stray #
21636
21637 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
21638
21639         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
21640         so that we test the test.
21641         Check for yet another HP-UX cc bug involving *bool |= bool.
21642
21643 2006-01-25  Karl Berry  <karl@gnu.org>
21644
21645         * config/srclist.txt (vasnprintf.c): sync lost.
21646
21647 2006-01-25  Jim Meyering  <jim@meyering.net>
21648
21649         Sync from the stable (b5) branch of coreutils:
21650
21651         * lib/fts.c (fts_children): Don't let close() clobber errno from
21652         failed fchdir().
21653
21654         * lib/fts.c (fts_stat): When following a symlink-to-directory,
21655         don't necessarily interpret stat-fails+lstat-succeeds as indicating
21656         a dangling symlink.  That can also happen at least for ELOOP.
21657         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
21658         FYI, this bug predates the inclusion of fts.c in coreutils.
21659
21660         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
21661         in their own block, so pre-c99 compilers don't object.
21662
21663         Avoid the double-free (first in fts_read, second in fts_close) that
21664         would occur when an `active' directory is made inaccessible (e.g.,
21665         via chmod a-x) during a traversal.
21666         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
21667         before returning.  Reproduce this failure by
21668         mkdir -p a/b; cd a; chmod a-x . b
21669         Reported by Stavros Passas.
21670
21671 2006-01-25  Jim Meyering  <jim@meyering.net>
21672
21673         * lib/fileblocks.c: Remove more useless parentheses.
21674         * lib/readutmp.h: Likewise.
21675
21676 2006-01-25  Bruno Haible  <bruno@clisp.org>
21677
21678         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
21679         warnings.
21680         Reported by Paul Eggert.
21681
21682 2006-01-25  Bruno Haible  <bruno@clisp.org>
21683
21684         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
21685         rid of a trap command. For Solaris sh.
21686         Reported by Mark D. Baushke <mdb@gnu.org>.
21687
21688 2006-01-24  Simon Josefsson  <jas@extundo.com>
21689
21690         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
21691         Bruno.
21692
21693 2006-01-24  Karl Berry  <karl@gnu.org>
21694
21695         * config/srclist.txt (argp-namefrob.h): sync lost.
21696
21697 2006-01-24  Jim Meyering  <jim@meyering.net>
21698
21699         * modules/openat (Files): Add lib/intprops.h.
21700         From Mark D. Baushke.
21701
21702 2006-01-24  Jim Meyering  <jim@meyering.net>
21703
21704         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
21705         Reported by Mark D. Baushke.
21706
21707 2006-01-24  Jim Meyering  <jim@meyering.net>
21708
21709         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
21710
21711 2006-01-24  Bruno Haible  <bruno@clisp.org>
21712
21713         * modules/strnlen (Maintainer): Change from glibc to all.
21714
21715 2006-01-24  Bruno Haible  <bruno@clisp.org>
21716
21717         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
21718         Patch by Paul Eggert.
21719
21720 2006-01-24  Bruno Haible  <bruno@clisp.org>
21721
21722         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
21723         already has it.
21724         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
21725         2005-11-26.
21726
21727         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
21728         'signed char' to avoid problems with the built-in _Bool type.
21729         Reported by Paul Eggert on 2005-11-26.
21730
21731 2006-01-24  Bruno Haible  <bruno@clisp.org>
21732
21733         * gnulib-tool (func_import): Avoid constructing complicated sed
21734         expressions inside backquote.
21735         Report and solution by Mark D. Baushke <mdb@gnu.org>.
21736
21737 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
21738
21739         These changes imported from libc.
21740         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
21741         test and two separate function calls.
21742         * lib/strndup.c (__strndup): Add libc_hidden_def.
21743
21744 2006-01-23  Simon Josefsson  <jas@extundo.com>
21745
21746         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
21747         Remove the test_*_SOURCES variable: automake infers it by default.
21748         * modules/tls-tests: Likewise.
21749
21750 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
21751
21752         Work around porting bugs reported by Dieter in
21753         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
21754         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
21755         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
21756         Include "getopt.h" first, to check interface.
21757         (getenv): Declare only if defined HAVE_DECL_GETENV &&
21758         !HAVE_DECL_GETENV.
21759         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
21760         (__strndup): Revert to K&R-style function dfns, the glibc style.
21761         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
21762         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
21763         Include strnlen.h first, to get prototype properly.
21764         (strnlen): Renamed from __strnlen.
21765         Remove weak alias.
21766
21767 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
21768
21769         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
21770
21771 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
21772
21773         * config/srclist.txt: Adjust to reflect glibc reorganization.
21774         This affects only comments.
21775
21776 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
21777
21778          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
21779          Reported by Bruce Korb <bkorb@gnu.org>.
21780
21781 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
21782
21783         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
21784         to pacify gcc -Wswitch-default.
21785
21786 2006-01-22  Bruno Haible  <bruno@clisp.org>
21787
21788         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
21789         temporary buffer for sprintf, take into account the precision also
21790         for 'd', 'i', 'u', 'o', 'x', 'X'.
21791
21792 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
21793
21794         * modules/argp-tests: New module
21795         * tests/test-argp.c: New file
21796         * tests/test-argp-2.sh: New file
21797
21798 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
21799
21800         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
21801         (__argp_base_name): Removed
21802         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
21803         typo.
21804         (__argp_base_name): Provide macro definition or extern declaration
21805         depending on the configuration
21806
21807 2006-01-20  Simon Josefsson  <jas@extundo.com>
21808
21809         * modules/inet_ntop (Depends-on): Depend on sys_socket.
21810
21811 2006-01-20  Simon Josefsson  <jas@extundo.com>
21812
21813         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
21814
21815 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21816
21817         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
21818         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
21819         Suggested by Bruno Haible.
21820
21821 2006-01-20  Karl Berry  <karl@gnu.org>
21822
21823         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
21824         until changes propagate, I guess.
21825
21826 2006-01-19  Simon Josefsson  <jas@extundo.com>
21827
21828         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
21829
21830 2006-01-19  Simon Josefsson  <jas@extundo.com>
21831
21832         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
21833
21834 2006-01-19  Simon Josefsson  <jas@extundo.com>
21835
21836         * gnulib-tool: Set check_PROGRAMS.
21837
21838         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
21839         modules/des-tests, modules/gc-arcfour-tests,
21840         modules/gc-arctwo-tests, modules/gc-des-tests,
21841         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
21842         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
21843         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
21844         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
21845         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
21846         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
21847         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
21848         test_*_SOURCES.
21849
21850 2006-01-18  Simon Josefsson  <jas@extundo.com>
21851
21852         * modules/socklen (Depends-on): Depend on sys_socket.
21853
21854 2006-01-18  Simon Josefsson  <jas@extundo.com>
21855
21856         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
21857         modules/des-tests, modules/gc-arcfour-tests,
21858         modules/gc-arctwo-tests, modules/gc-des-tests,
21859         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
21860         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
21861         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
21862         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
21863         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
21864         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
21865         $(EXEEXT) to automake TESTS variable, for mingw32.
21866
21867 2006-01-17  Simon Josefsson  <jas@extundo.com>
21868
21869         * modules/socklen (Include): Need sys/socket.h.
21870
21871 2006-01-17  Bruno Haible  <bruno@clisp.org>
21872
21873         * modules/ssize_t (Include): Add <sys/types.h>.
21874
21875 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
21876
21877         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
21878         it's not portable and it doesn't work with cross-compiles.
21879         Problem reported by Bruno Haible.  Fix missing-$ typo in
21880         'test "gl_cv_ignore_unused_libraries" ...' that prevented
21881         -zignore from being used with Sun's C compiler.
21882
21883 2006-01-12  Simon Josefsson  <jas@extundo.com>
21884
21885         * lib/base64.c: Fix warning, reported by Bruno Haible
21886         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
21887
21888 2006-01-12  Bruno Haible  <bruno@clisp.org>
21889
21890         * modules/ldd: New file.
21891         * build-aux/ldd.sh.in: New file.
21892         * MODULES.html.sh (Support for building libraries and executables): Add
21893         ldd.
21894
21895 2006-01-12  Bruno Haible  <bruno@clisp.org>
21896
21897         * m4/ldd.m4: New file.
21898
21899 2006-01-12  Bruno Haible  <bruno@clisp.org>
21900
21901         * gnulib-tool (func_import, func_create_testdir): Don't go into an
21902         endless loop while replacing $auxdir with build-aux.
21903
21904 2006-01-11  Simon Josefsson  <jas@extundo.com>
21905
21906         * lib/stdint_.h (SIZE_MAX): Add missing (.
21907
21908 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
21909
21910         Sync from coreutils.
21911         * lib/md5.c: Fix commentary typos.
21912         (alignof, UNALIGNED_P): No need for a GCC-specific version.
21913         * lib/md5.h (__attribute__): Remove; unused.
21914         * lib/sha1.c: Fix commentary to match md5 better.
21915         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
21916         so that we don't need to worry about alignment.  All uses changed.
21917         This merges the 2005-10-28 md5 change into sha1.
21918
21919 2006-01-11  Jim Meyering  <jim@meyering.net>
21920
21921         Sync from coreutils.
21922         * lib/md5.c (OP): Fix spacing.
21923
21924 2006-01-11  Bruno Haible  <bruno@clisp.org>
21925
21926         Ensure automatic ordering between gl_LOCK and gl_ARGP.
21927         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
21928         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
21929
21930 2006-01-11  Bruno Haible  <bruno@clisp.org>
21931
21932         Ensure automatic ordering between gl_LOCK and gl_ARGP.
21933         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
21934         the "early" section as well.
21935
21936 2006-01-11  Bruno Haible  <bruno@clisp.org>
21937
21938         Avoid "ar: no archive members specified" error on MacOS X.
21939         * gnulib-tool (func_modules_add_dummy): New function.
21940         (func_import, func_create_testdir): Invoke it.
21941
21942 2006-01-11  Bruno Haible  <bruno@clisp.org>
21943
21944         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
21945         with $auxdir in AC_CONFIG_FILES statements.
21946
21947 2006-01-11  Bruno Haible  <bruno@clisp.org>
21948
21949         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
21950         Initialize also noinst_HEADERS to empty.
21951
21952 2006-01-11  Bruno Haible  <bruno@clisp.org>
21953
21954         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
21955         variables.
21956         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
21957         autoreconf.
21958
21959 2006-01-11  Bruno Haible  <bruno@clisp.org>
21960
21961         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
21962         overridable by the user.
21963         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21964
21965 2006-01-10  Simon Josefsson  <jas@extundo.com>
21966
21967         * modules/sys_socket: New file.
21968
21969 2006-01-10  Simon Josefsson  <jas@extundo.com>
21970
21971         * m4/sys_socket_h.m4: New file.
21972
21973 2006-01-10  Simon Josefsson  <jas@extundo.com>
21974
21975         * lib/socket_.h: New file.
21976
21977 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
21978
21979         * modules/readutmp (Maintainer): Add myself.
21980
21981 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
21982
21983         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
21984         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
21985         People who are still concerned with buggy memcmp implementations
21986         can invoke gl_FUNC_MEMCMP themselves.
21987
21988 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
21989
21990         * lib/regex_internal.h (BITSET_WORD_BITS):
21991         Work around a bug in 64-bit PGC (before version 6.1-2), where the
21992         preprocessor mishandles large unsigned values as if they were signed.
21993         Problem reported by Claudio Fontana in
21994         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
21995
21996 2006-01-10  Jim Meyering  <jim@meyering.net>
21997
21998         Avoid the double-free (first in fts_read, second in fts_close) that
21999         would occur when an `active' directory is made inaccessible (e.g.,
22000         via chmod a-x) during a traversal.
22001         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
22002         before returning.  Reproduce this failure by
22003         mkdir -p a/b; cd a; chmod a-x . b
22004         Reported by Stavros Passas.
22005
22006         Sync from coreutils.
22007         * lib/sha1.c: Tweak grammar in a comment.
22008
22009 2006-01-10  Jim Meyering  <jim@meyering.net>
22010
22011         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
22012         Patch by Joerg Sonnenberger.
22013
22014 2006-01-10  Bruno Haible  <bruno@clisp.org>
22015
22016         * modules/readutmp: Depend on module free.
22017         * modules/strtok_r: Depend on module restrict.
22018
22019 2006-01-10  Bruno Haible  <bruno@clisp.org>
22020
22021         * modules/gettext (configure.ac): Add an invocation of
22022         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
22023
22024 2006-01-10  Bruno Haible  <bruno@clisp.org>
22025
22026         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
22027         Reported by Werner Lemberg <wl@gnu.org>.
22028
22029 2006-01-10  Bruno Haible  <bruno@clisp.org>
22030
22031         * lib/localcharset.c: Update from GNU gettext.
22032
22033 2006-01-10  Bruno Haible  <bruno@clisp.org>
22034
22035         * lib/argp.h (__const): Remove macro. Use const instead.
22036         * lib/argp-fmtstream.h (__const): Likewise.
22037         * lib/glob_.h (__const): Remove macro.
22038         * lib/glob-libc.h: Use const instead of __const.
22039
22040 2006-01-10  Bruno Haible  <bruno@clisp.org>
22041
22042         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
22043         variable.
22044         Needed to avoid an automake error regarding the 'gettext' module.
22045
22046 2006-01-09  Simon Josefsson  <jas@extundo.com>
22047
22048         * modules/inet_ntop (Depends-on): Add restrict.
22049
22050 2006-01-09  Simon Josefsson  <jas@extundo.com>
22051
22052         * modules/gc-rijndael-tests (License): Put under LGPL.
22053
22054         * modules/gc-des-tests (License): Likewise.
22055
22056         * modules/gc-arcfour-tests (License): Likewise.
22057
22058         * modules/gc-arctwo-tests (License): Likewise.
22059
22060         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
22061
22062         * modules/gc-hmac-sha1-tests (Files): Likewise.
22063
22064         * modules/gc-hmac-md5-tests (License): Likewise.
22065
22066         * modules/gc-sha1-tests (License): Likewise.
22067
22068         * modules/gc-md5-tests (License): Likewise.
22069
22070         * modules/gc-md4-tests (License): Likewise.
22071
22072         * modules/gc-md2-tests (License): Likewise.
22073
22074         * modules/gc-tests (License): Likewise.
22075
22076         * modules/des-tests (License): Likewise.
22077
22078         * modules/md4-tests (License): Likewise.
22079
22080         * modules/md2-tests (License): Likewise.
22081
22082 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
22083
22084         Sync from coreutils:
22085
22086         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
22087         * modules/lib-ignore: New file.
22088         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
22089         chdir-safer.m4, lchmod.m4.
22090         * modules/openat: Add mkdirat.c, openat-priv.h.
22091
22092 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
22093
22094         Sync from coreutils.
22095         * m4/lib-ignore.m4: New file.
22096         * m4/lchmod.m4: New file.
22097
22098 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
22099
22100         Sync from coreutils.
22101         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
22102         for write access: POSIX says that must fail.
22103         * lib/fts.c (diropen): Likewise.
22104         * lib/save-cwd.c (save_cwd): Likewise.
22105         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
22106         well, for minor improvements on hosts that lack O_DIRECTORY.
22107         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
22108         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
22109         Fall back on chown if open failed with EACCES.
22110
22111         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
22112         Report an error at compile-time if only a 1-second nominal clock
22113         resolution is found.
22114
22115         * lib/lchmod.h: New file.
22116         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
22117         (make_dir_parents): Use lchown rather than chown, and
22118         lchmod rather than chmod.
22119
22120         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
22121         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
22122         "proc" reported by n0dalus.
22123
22124         * lib/mountlist.c: Include <limits.h>.
22125         (dev_from_mount_options)
22126         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
22127         New function.  It no longer assumes "dev=" has the System V meaning
22128         on Linux (since it doesn't).  It also parses "dev=" more carefully.
22129         (read_file_system_list)
22130         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
22131         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
22132         dev= in that case.
22133
22134         * lib/posixtm.h (PDS_PRE_2000): New macro.
22135         * lib/posixtm.c (year): Arg is now syntax_bits rather than
22136         allow_century.  All usages changed.  Reject dates outside the range
22137         1969-1999 if PDS_PRE_2000 is used.
22138
22139 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
22140
22141         Sync from coreutils.
22142         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
22143         (Time of day items): Mention the possibility of leap seconds.
22144         Problem reported by Dr. David Alan Gilbert.
22145
22146 2006-01-09  Jim Meyering  <jim@meyering.net>
22147
22148         Sync from coreutils.
22149
22150         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
22151
22152         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
22153
22154         * lib/modechange.c (mode_compile): Reject an invalid mode string
22155         that starts with an octal digit.  From Andreas Gruenbacher.
22156
22157         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
22158         and dup to open_safer and dup_safer, respectively.
22159         (openat_permissive): Fix typo in comment.
22160
22161         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
22162         "gettext.h"; either no longer needed or are guaranteed by openat.h.
22163         (_): Remove; no longer needed.
22164         (openat): Renamed from rpl_openat; no need for rpl_openat
22165         since openat.h renames openat for us.
22166         Replace most of the body with a call to openat_permissive,
22167         to avoid duplicate code.
22168         Port to (probably hypothetical) environments were mode_t is
22169         wider than int.
22170         (openat_permissive): Require mode arg, so that we can check
22171         types better.  Put it just after flags.  Change cwd failure
22172         indicator from pointer-to-bool to pointer-to-errno-value.
22173         All callers changed.
22174         Invoke openat_save_fail and/or openat_restore_fail if
22175         cwd_errno is null, so that openat can call us.
22176         (openat_permissive, fdopendir, fstatat, unlinkat):
22177         Simplify errno handling to avoid some duplicate code,
22178         as it's OK to set errno on success.
22179         * lib/openat.h: Revamp code so that function macros depend on
22180         __OPENAT_PREFIX only, not also on AT_FDCWD.
22181         (openat_ro): Remove.  Caller changed to use openat_permissive.
22182         (openat_permissive): Now a macro, if not a function.
22183         (openat_restore_fail, openat_save_fail): Now always functions,
22184         since mkdirat needs them even if __OPENAT_PREFIX is defined.
22185
22186         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
22187         and openat.c.
22188         * lib/mkdirat.c: Include openat-priv.h.
22189         Remove definitions of macros defined therein.
22190         * lib/openat.c: Likewise.
22191
22192         * lib/mkdirat.c (mkdirat): New file and function.
22193         * lib/openat.h (mkdirat): Declare.
22194
22195         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
22196
22197         * lib/openat.h (openat_permissive): Declare.
22198         (openat_ro): Define.
22199
22200         * lib/openat.c (EXPECTED_ERRNO): New macro.
22201         (openat_permissive): New function -- used in remove.c rewrite.
22202         (all functions): Set errno just before returning, only if there
22203         was an actual failure.
22204         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
22205
22206         Emulate openat-family functions using Linux's procfs, if possible.
22207         Idea and some code based on Ulrich Drepper's glibc changes.
22208
22209         * lib/openat.c: (BUILD_PROC_NAME): New macro.
22210         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
22211         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
22212         before falling back on save_cwd and restore_cwd.
22213         (fdopendir, fstatat, unlinkat): Likewise.
22214
22215         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
22216         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
22217
22218         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
22219         as second argument to va_arg.  Otherwise, some versions of gcc
22220         warn that `if this code is reached, the program will abort'.
22221
22222 2006-01-09  Jim Meyering  <jim@meyering.net>
22223
22224         Sync from coreutils.
22225         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
22226         Require openat-priv.h.
22227
22228 2006-01-09  Bruno Haible  <bruno@clisp.org>
22229
22230         * modules/strnlen (Include): Use strnlen.h.
22231
22232 2006-01-09  Bruno Haible  <bruno@clisp.org>
22233
22234         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
22235
22236 2006-01-09  Bruno Haible  <bruno@clisp.org>
22237
22238         * lib/sysexit_.h (EX_OK): New macro.
22239         Suggested by Martin Lambers <marlam@marlam.de>.
22240
22241 2006-01-09  Bruno Haible  <bruno@clisp.org>
22242
22243         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
22244         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
22245
22246 2006-01-09  Bruno Haible  <bruno@clisp.org>
22247
22248         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
22249         numbers.
22250
22251 2006-01-09  Bruno Haible  <bruno@clisp.org>
22252
22253         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
22254         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
22255         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
22256         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
22257
22258 2006-01-09  Bruno Haible  <bruno@clisp.org>
22259
22260         * build-aux/javacomp.sh.in: New file, moved from lib/.
22261         * modules/javacomp-script (Files): Update.
22262         (configure.ac): Add AC_CONFIG_FILES invocation.
22263         (EXTRA_DIST): Remove variable.
22264
22265         * build-aux/javaexec.sh.in: New file, moved from lib/.
22266         * modules/javaexec (Files): Update.
22267         (configure.ac): Add AC_CONFIG_FILES invocation.
22268         (EXTRA_DIST): Remove javaexec.sh.in.
22269
22270         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
22271         * modules/csharpcomp-script (Files): Update.
22272         (configure.ac): Add AC_CONFIG_FILES invocation.
22273         (EXTRA_DIST): Remove variable.
22274
22275         * build-aux/csharpexec.sh.in: New file, moved from lib/.
22276         * modules/csharpexec (Files): Update.
22277         (configure.ac): Add AC_CONFIG_FILES invocation.
22278         (EXTRA_DIST): Remove csharpexec.sh.in.
22279
22280 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
22281
22282         Sync from coreutils.
22283
22284         Add POSIX ACL support
22285         * lib/acl.h (copy_acl, set_acl): Add declarations.
22286         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
22287         systems other than Linux.
22288         (chmod_or_fchmod): New function: use fchmod when possible,
22289         and chmod otherwise.
22290         (file_has_acl): Add a POSIX ACL implementation, with a
22291         Linux-specific subcase.
22292         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
22293         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
22294         acls are unsupported.
22295         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
22296         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
22297         are unsupported.
22298
22299 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
22300
22301         Sync from coreutils.
22302         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
22303
22304 2006-01-07  Bruno Haible  <bruno@clisp.org>
22305
22306         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
22307         gl_EARLY.
22308
22309 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
22310
22311         * lib/strftime.c (tzname): Don't declare if it is already #defined.
22312         Problem reported for Mingw by Mark Junker.
22313
22314 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
22315
22316         * README: Gnulib normally doesn't generate a tarball.
22317
22318 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
22319
22320         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
22321         long int, not int, for nanosecond counts, so that people who are
22322         used to POSIX struct timespec won't be surprised.  Reported by Jim
22323         Meyering.
22324
22325 2005-12-28  Bruno Haible  <bruno@clisp.org>
22326
22327         * build-aux/config.rpath: Update from GNU gettext.
22328
22329 2005-12-16  Jim Meyering  <jim@meyering.net>
22330
22331         * modules/fprintftime: New module.
22332         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
22333
22334 2005-12-16  Jim Meyering  <jim@meyering.net>
22335
22336         * m4/fprintftime.m4: New file.
22337
22338 2005-12-16  Jim Meyering  <jim@meyering.net>
22339
22340         * lib/fprintftime.c, lib/fprintftime.h: New files.
22341
22342 2005-12-15  Simon Josefsson  <jas@extundo.com>
22343
22344         * modules/socklen (configure.ac): Fix M4 macro name, to align with
22345         new m4/socklen.m4.
22346
22347 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
22348
22349         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
22350         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
22351
22352 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
22353
22354         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
22355         * lib/argp-help.c (fill_in_uparams): Check if the constructed
22356         struct uparams is valid. Fall back to the default values if it is
22357         not.
22358
22359 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
22360
22361         * modules/argp (Files): Add argp-pin.c
22362         (Depends-on): dirname
22363         (lib_SOURCES): Add argp-pin.c
22364
22365 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
22366
22367         * m4/argp.m4:  Check if program_invocation_name and
22368         program_invocation_short_name are declared and define appropriate
22369         macros if they are not.
22370
22371 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
22372
22373         * lib/argp-help.c (__argp_base_name): New function
22374         (__argp_short_program_name): Rewrite using __argp_base_name
22375         * lib/argp-namefrob.h: Define program_invocation_name and
22376         program_invocation_short_name if requested
22377         (__argp_base_name): Add prototype
22378         * lib/argp-parse.c (argp_def): Use gettext wrappers
22379         (argp_default_parser): Use __argp_base_name
22380         * lib/argp-pin.c: New file. Defines program_invocation_name and
22381         program_invocation_short_name on systems that lack them.
22382
22383 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
22384
22385         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
22386         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
22387         porting problem reported by Georg Schwarz in
22388         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
22389
22390 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
22391
22392         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
22393         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
22394         porting problem reported by Georg Schwarz in
22395         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
22396
22397 2005-12-05  Bruno Haible  <bruno@clisp.org>
22398
22399         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
22400         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
22401         Reported by Mark Junker <mjscod@gmx.de>.
22402
22403 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
22404
22405         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
22406         Use implementation from Albert Chin, with some
22407         comments/corrections by Stepan Kasal and myself.
22408
22409 2005-12-02  Bruno Haible  <bruno@clisp.org>
22410
22411         * gnulib-tool (func_import): Accept GPLed build tool modules when
22412         --lgpl is given.
22413         * modules/csharpcomp-script: New file.
22414         * modules/csharpcomp: Depend on it.
22415         * modules/javacomp-script: New file.
22416         * modules/javacomp: Depend on it.
22417         Suggested by Simon Josefsson.
22418
22419 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
22420
22421         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
22422         statement, to work around an HP-UX 10.20 compiler bug reported by
22423         Peter O'Gorman.
22424
22425 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
22426
22427         * modules/savedir (Depends-on): Add openat.
22428
22429 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
22430
22431         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
22432         (uintmax_t) [defined uintmax_t]: Do not declare.
22433         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
22434         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
22435         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
22436         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
22437         sake of portability to weird hosts that C allows (though we don't
22438         know of any practical examples).
22439
22440         * lib/savedir.h (fdsavedir): New decl.
22441         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
22442         contains most of the former guts of savedir.
22443         (savedir): Use savedirstream.
22444         Include "openat.h".
22445
22446 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
22447
22448         * modules/obstack (Files): Add m4/ulonglong.m4.
22449         Problem reported by Davide Angelocola.
22450
22451 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
22452
22453         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
22454         coreutils no longer futzes with rounding modes.
22455
22456 2005-11-14  Jim Meyering  <jim@meyering.net>
22457
22458         * lib/mkstemp-safer.c: Include <config.h>, required for possible
22459         replacement of mkstemp.
22460
22461 2005-11-10  Simon Josefsson  <jas@extundo.com>
22462
22463         * lib/readline.c: Remove EOL.
22464
22465 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22466
22467         * modules/gethrxtime (Depends-on): Add gettime.
22468
22469 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22470
22471         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
22472         or gettimeofday; no longer needed.
22473
22474 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22475
22476         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
22477         time business.
22478         (gethrxtime) [! (HAVE_NANOUPTIME
22479         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
22480         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
22481         our own approximation.
22482
22483 2005-11-08  Eric Blake  <ebb9@byu.net>
22484
22485         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
22486
22487 2005-11-08  Eric Blake  <ebb9@byu.net>
22488
22489         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
22490
22491 2005-11-04  Bruno Haible  <bruno@clisp.org>
22492
22493         * gnulib-tool: Implement --update mode.
22494
22495 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
22496
22497         Fix porting problem reported by Theodoros V. Kalamatianos.
22498         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
22499         Don't assume that futimes failing means we must fail.
22500
22501 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
22502
22503         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
22504         variables to suggest the intended function of the PATH_MAX check.
22505
22506 2005-10-30  Kean Johnston  <jkj@sco.com>
22507
22508         Trivial changes to support SCO systems.
22509         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
22510         as PATH_MAX.
22511         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
22512         where __ptr is null when no I/O is pending.
22513
22514 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22515
22516         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
22517         leave errno alone.  Problem reported by Dmitry V. Levin.
22518
22519 2005-10-28  Simon Josefsson  <jas@extundo.com>
22520
22521         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
22522         Test more.
22523
22524         * tests/test-gc-md2.c, tests/test-md2.c: New files.
22525
22526         * modules/md2, modules/md2-tests: New files.
22527
22528 2005-10-28  Simon Josefsson  <jas@extundo.com>
22529
22530         * m4/inet_ntop.m4: More tests.
22531
22532         * m4/gc-md2.m4, md2.m4: New file.
22533
22534 2005-10-28  Simon Josefsson  <jas@extundo.com>
22535
22536         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
22537         "restrict" keywords, as per POSIX.  Protect the function
22538         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
22539         Don't use K&R prototypes.  Check the sprintf return values.
22540         Re-define EAFNOSUPPORT if not present.  Indent.
22541
22542         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
22543         suggested by Bruno Haible <bruno@clisp.org>.
22544
22545         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
22546
22547         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
22548
22549         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
22550         libgcrypt).
22551
22552         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
22553
22554         * lib/md2.h, lib/md2.c: New files.
22555
22556 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
22557
22558         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
22559         errno alone.  Problem reported by Frederic Jolliton.
22560
22561 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
22562
22563         * modules/verify (License): Change from GPL to LGPL.  This is a
22564         tiny module and there are apparently near-equivalents that are
22565         under the BSD license.
22566
22567 2005-10-24  Simon Josefsson  <jas@extundo.com>
22568
22569         * modules/sha1: Relicense to LGPL.
22570
22571 2005-10-24  Simon Josefsson  <jas@extundo.com>
22572
22573         * lib/md4.h: Shrink buffer size, now that we changed the type.
22574
22575 2005-10-23  Simon Josefsson  <jas@extundo.com>
22576
22577         * gnulib-tool (func_import): Fix --tests-base.
22578
22579 2005-10-22  Simon Josefsson  <jas@extundo.com>
22580
22581         * modules/arcfour (Depends-on): Need stdint.
22582
22583 2005-10-22  Simon Josefsson  <jas@extundo.com>
22584
22585         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
22586         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
22587
22588 2005-10-22  Simon Josefsson  <jas@extundo.com>
22589
22590         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
22591         suggested by Bruno Haible <bruno@clisp.org>.
22592
22593 2005-10-22  Simon Josefsson  <jas@extundo.com>
22594
22595         * lib/crc.h: Include stddef.h, for size_t.
22596
22597 2005-10-22  Simon Josefsson  <jas@extundo.com>
22598
22599         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
22600         arcfour_context struct (simplify test vector testing in GNU
22601         Shishi).
22602
22603 2005-10-21  Simon Josefsson  <jas@extundo.com>
22604
22605         * modules/des, modules/des-tests: New files.
22606
22607         * modules/gc-des, modules/gc-des-tests: New files.
22608
22609         * tests/test-des.c, tests/test-gc-des.c: New file.
22610
22611 2005-10-21  Simon Josefsson  <jas@extundo.com>
22612
22613         * modules/arctwo, modules/arctwo-tests: New files.
22614
22615         * tests/test-arctwo.c: New file.
22616
22617         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
22618
22619         * tests/test-gc-arctwo.c: New file.
22620
22621 2005-10-21  Simon Josefsson  <jas@extundo.com>
22622
22623         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
22624         Bruno Haible <bruno@clisp.org>.
22625
22626         * m4/gc-des.m4: New file.
22627
22628 2005-10-21  Simon Josefsson  <jas@extundo.com>
22629
22630         * m4/arctwo.m4: New file.
22631
22632         * m4/gc-arctwo.m4: New file.
22633
22634 2005-10-21  Simon Josefsson  <jas@extundo.com>
22635
22636         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
22637         block.
22638
22639 2005-10-21  Simon Josefsson  <jas@extundo.com>
22640
22641         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
22642         <bruno@clisp.org>.
22643
22644         * lib/hmac-sha1.c (hmac_sha1): Likewise.
22645
22646         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
22647         Bruno Haible <bruno@clisp.org>.
22648
22649         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
22650         <bruno@clisp.org>.
22651
22652 2005-10-21  Simon Josefsson  <jas@extundo.com>
22653
22654         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
22655
22656 2005-10-21  Simon Josefsson  <jas@extundo.com>
22657
22658         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
22659
22660 2005-10-21  Simon Josefsson  <jas@extundo.com>
22661
22662         * lib/des.h, lib/des.c: New files.
22663
22664         * lib/gc-gnulib.c: Support DES.c
22665
22666 2005-10-21  Simon Josefsson  <jas@extundo.com>
22667
22668         * lib/arctwo.h, lib/arctwo.c: New files.
22669
22670         * lib/gc-gnulib.c: Support ARCTWO.
22671
22672 2005-10-21  Simon Josefsson  <jas@extundo.com>
22673
22674         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
22675         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22676
22677 2005-10-21  Simon Josefsson  <jas@extundo.com>
22678
22679         * gnulib-tool (func_import, func_create_testdir): Define automake
22680         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
22681         Makefile.am snippet),
22682         suggested by Bruno Haible <bruno@clisp.org>.
22683
22684         * modules/gc (Makefile.am): Use it.
22685
22686 2005-10-21  Bruno Haible  <bruno@clisp.org>
22687
22688         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
22689         patch.
22690
22691 2005-10-19  Simon Josefsson  <jas@extundo.com>
22692
22693         * tests/test-gc-rijndael.c: New file.
22694
22695         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
22696
22697 2005-10-19  Simon Josefsson  <jas@extundo.com>
22698
22699         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
22700         interface too.
22701
22702 2005-10-19  Simon Josefsson  <jas@extundo.com>
22703
22704         * tests/test-gc-arcfour.c: New file.
22705
22706         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
22707
22708 2005-10-19  Simon Josefsson  <jas@extundo.com>
22709
22710         * modules/gc-md4, modules/gc-md4-tests: New file.
22711
22712         * tests/test-gc-md4.c: New file.
22713
22714 2005-10-19  Simon Josefsson  <jas@extundo.com>
22715
22716         * m4/gc-md4.m4: New file.
22717
22718 2005-10-19  Simon Josefsson  <jas@extundo.com>
22719
22720         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
22721         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
22722         <kasal@ucw.cz>.
22723
22724 2005-10-19  Simon Josefsson  <jas@extundo.com>
22725
22726         * m4/gc-arcfour.m4: New file.
22727
22728         * m4/gc-rijndael.m4: New file.
22729
22730 2005-10-19  Simon Josefsson  <jas@extundo.com>
22731
22732         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
22733
22734 2005-10-19  Simon Josefsson  <jas@extundo.com>
22735
22736         * lib/gc-gnulib.c: Support ARCFOUR.
22737
22738 2005-10-19  Simon Josefsson  <jas@extundo.com>
22739
22740         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
22741         support.
22742
22743         * lib/gc.h: Add ECB enum type.
22744
22745         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
22746
22747 2005-10-18  Simon Josefsson  <jas@extundo.com>
22748
22749         * tests/test-md5.c: New file.
22750
22751         * modules/md5-tests: New file.
22752
22753 2005-10-18  Simon Josefsson  <jas@extundo.com>
22754
22755         * tests/test-md4.c: New file.
22756
22757         * modules/md4, modules/md4-tests: New files.
22758
22759 2005-10-18  Simon Josefsson  <jas@extundo.com>
22760
22761         * m4/md4.m4: New file.
22762
22763 2005-10-18  Simon Josefsson  <jas@extundo.com>
22764
22765         * lib/md4.h, lib/md4.c: New files, based on md5.?.
22766
22767 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
22768
22769         * gnulib-tool (func_create_testdir): Omit the second check whether
22770         BUILT_SOURCES in nonempty.
22771
22772 2005-10-17  Simon Josefsson  <jas@extundo.com>
22773
22774         * tests/test-rijndael.c: New file.
22775
22776 2005-10-17  Simon Josefsson  <jas@extundo.com>
22777
22778         * modules/sha1: Depend on stdint instead of md5.
22779
22780         * modules/md5: Depend on stdint, remove uint32_t.
22781
22782 2005-10-17  Simon Josefsson  <jas@extundo.com>
22783
22784         * modules/gc-sha1-tests: New file.
22785
22786         * tests/test-gc-sha1.c: New file.
22787
22788 2005-10-17  Simon Josefsson  <jas@extundo.com>
22789
22790         * m4/md5.m4: Remove call to uint32_t.m4.
22791
22792 2005-10-17  Simon Josefsson  <jas@extundo.com>
22793
22794         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
22795
22796         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
22797         md5.h.
22798
22799         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
22800
22801         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
22802
22803 2005-10-17  Simon Josefsson  <jas@extundo.com>
22804
22805         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
22806
22807 2005-10-17  Simon Josefsson  <jas@extundo.com>
22808
22809         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
22810
22811 2005-10-17  Simon Josefsson  <jas@extundo.com>
22812
22813         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
22814
22815         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
22816
22817 2005-10-17  Bruno Haible  <bruno@clisp.org>
22818
22819         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
22820         that it can also be used in a test.
22821
22822 2005-10-16  Bruno Haible  <bruno@clisp.org>
22823
22824         * gnulib-tool (func_emit_tests_Makefile_am): Also define
22825         TESTS_ENVIRONMENT, so that individual tests can augment it.
22826
22827         * gnulib-tool (func_create_testdir): Use an intermediate target for
22828         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
22829         macros, like $(ALLOCA_H), which cannot be passed through the command
22830         line.
22831
22832 2005-10-15  Simon Josefsson  <jas@extundo.com>
22833
22834         * modules/rijndael-tests: New file.
22835
22836         * modules/rijndael: New file.
22837
22838 2005-10-15  Simon Josefsson  <jas@extundo.com>
22839
22840         * m4/rijndael.m4: New file.
22841
22842 2005-10-15  Simon Josefsson  <jas@extundo.com>
22843
22844         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
22845
22846         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
22847
22848 2005-10-14  Simon Josefsson  <jas@extundo.com>
22849
22850         * tests/test-arcfour.c: New file.
22851
22852         * modules/arcfour, modules/arcfour-tests: New files.
22853
22854 2005-10-14  Simon Josefsson  <jas@extundo.com>
22855
22856         * m4/arcfour.m4: New file.
22857
22858 2005-10-14  Simon Josefsson  <jas@extundo.com>
22859
22860         * lib/arcfour.h, lib/arcfour.c: New files.
22861
22862 2005-10-14  Roland McGrath  <roland@redhat.com>
22863
22864         Import from libc.  [BZ #1331]
22865         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
22866         macro argument.
22867         Reported by Matej Vela <vela@debian.org>.
22868
22869 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
22870
22871         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
22872         include <wchar.h>; no longer needed.
22873
22874 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
22875
22876         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
22877
22878 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
22879         and  Ulrich Drepper  <drepper@redhat.com>
22880
22881         Import from libc.
22882         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
22883         instead of inline stream orientation test and two separate
22884         function calls.  Pay no attention to USE_IN_LIBIO.
22885
22886 2005-10-13  Simon Josefsson  <jas@extundo.com>
22887
22888         * modules/gc-hmac-md5-tests: New file.
22889
22890         * tests/test-gc-hmac-sha1.c: New file.
22891
22892         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
22893
22894         * modules/gc-hmac-md5-tests: New file.
22895
22896         * tests/test-gc-md5.c: New file.
22897
22898         * modules/gc-md5-tests: New file.
22899
22900 2005-10-13  Simon Josefsson  <jas@extundo.com>
22901
22902         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
22903         Move memory allocation outside of loop.
22904
22905 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
22906
22907         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
22908         intermediate directory is in a read-only file system.  Problem
22909         reported by Eric Blake.
22910
22911 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
22912
22913         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
22914
22915 2005-10-12  Simon Josefsson  <jas@extundo.com>
22916
22917         * tests/test-hmac-sha1.c: New file.
22918
22919         * modules/hmac-sha1-tests: New file.
22920
22921         * modules/hmac-sha1: New file.
22922
22923 2005-10-12  Simon Josefsson  <jas@extundo.com>
22924
22925         * modules/gc-sha1: New file.
22926
22927 2005-10-12  Simon Josefsson  <jas@extundo.com>
22928
22929         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
22930
22931         * tests/test-gc-pbkdf2-sha1.c: New file.
22932
22933 2005-10-12  Simon Josefsson  <jas@extundo.com>
22934
22935         * modules/gc-md5, modules/gc-hmac-md5: New files.
22936
22937         * modules/gc (Files): Remove md5, memxor and hmac files.
22938
22939 2005-10-12  Simon Josefsson  <jas@extundo.com>
22940
22941         * m4/gc-pbkdf2-sha1.m4: New file.
22942
22943         * m4/gc-hmac-sha1.m4: New file.
22944
22945         * m4/gc-sha1: New file.
22946
22947         * m4/hmac-sha1.m4: New file.
22948
22949 2005-10-12  Simon Josefsson  <jas@extundo.com>
22950
22951         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
22952
22953         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
22954
22955 2005-10-12  Simon Josefsson  <jas@extundo.com>
22956
22957         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
22958         suggested by Bruno Haible <bruno@clisp.org>.
22959
22960 2005-10-12  Simon Josefsson  <jas@extundo.com>
22961
22962         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
22963
22964 2005-10-12  Simon Josefsson  <jas@extundo.com>
22965
22966         * lib/gc-pbkdf2-sha1.c: New file.
22967
22968         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
22969
22970 2005-10-12  Simon Josefsson  <jas@extundo.com>
22971
22972         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
22973
22974         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
22975
22976 2005-10-12  Simon Josefsson  <jas@extundo.com>
22977
22978         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
22979         GC_USE_HMAC_MD5, respectively.
22980
22981         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
22982         (gc_md5): Fix typo.
22983
22984         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
22985
22986         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
22987
22988         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
22989
22990 2005-10-12  Bruno Haible  <bruno@clisp.org>
22991
22992         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
22993         Reported by Stepan Kasal <kasal@ucw.cz>.
22994
22995 2005-10-11  Simon Josefsson  <jas@extundo.com>
22996
22997         * tests/test-crc.c: New file.
22998
22999         * modules/crc, modules/crc-tests: New files.
23000
23001 2005-10-11  Simon Josefsson  <jas@extundo.com>
23002
23003         * m4/crc.m4: New file.
23004
23005 2005-10-11  Simon Josefsson  <jas@extundo.com>
23006
23007         * lib/gc.h: Add gc_hash and gc_hash_buffer.
23008
23009         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
23010
23011         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
23012
23013 2005-10-11  Simon Josefsson  <jas@extundo.com>
23014
23015         * lib/crc.h, lib/crc.c: New files.
23016
23017         * lib/gc.h (gc_hash_buffer): Add doc.
23018
23019 2005-10-11  Bruno Haible  <bruno@clisp.org>
23020
23021         * modules/c-strcasestr: New file.
23022         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
23023
23024 2005-10-11  Bruno Haible  <bruno@clisp.org>
23025
23026         * modules/c-strcase: New file.
23027         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
23028
23029 2005-10-11  Bruno Haible  <bruno@clisp.org>
23030
23031         * lib/strcasecmp.c: Include limits.h.
23032         (strcasecmp): Avoid integer overflow on exotic platforms.
23033         * lib/strncasecmp.c: Include limits.h.
23034         (strncasecmp): Avoid integer overflow on exotic platforms.
23035         Reported by Paul Eggert.
23036
23037 2005-10-11  Bruno Haible  <bruno@clisp.org>
23038
23039         * lib/c-strcasestr.h: New file, from GNU gettext.
23040         * lib/c-strcasestr.c: New file, from GNU gettext.
23041
23042 2005-10-11  Bruno Haible  <bruno@clisp.org>
23043
23044         * lib/c-strcase.h: New file, from GNU gettext.
23045         * lib/c-strcasecmp.c: New file, from GNU gettext.
23046         * lib/c-strncasecmp.c: New file, from GNU gettext.
23047
23048 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
23049
23050         * modules/mempcpy (License): GPL -> LGPL.
23051         * modules/strchrnul (License): Likewise.
23052         * modules/sysexits (License): Likewise.
23053
23054 2005-10-08  Simon Josefsson  <jas@extundo.com>
23055
23056         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
23057
23058 2005-10-07  Simon Josefsson  <jas@extundo.com>
23059
23060         * m4/memxor.m4: Remove gl_C_RESTRICT call.
23061
23062 2005-10-06  Simon Josefsson  <jas@extundo.com>
23063
23064         * tests/test-hmac-md5.c: New file.
23065
23066         * modules/hmac-md5-tests: New file.
23067
23068         * modules/hmac-md5: New file.
23069
23070 2005-10-06  Simon Josefsson  <jas@extundo.com>
23071
23072         * m4/hmac-md5.m4: New file.
23073
23074         * m4/memxor.m4: Require gl_C_RESTRICT.
23075
23076 2005-10-06  Simon Josefsson  <jas@extundo.com>
23077
23078         * lib/memxor.c (memxor): Avoid casts and warnings.
23079
23080 2005-10-06  Simon Josefsson  <jas@extundo.com>
23081
23082         * lib/hmac-md5.c: New file.
23083
23084         * lib/hmac.h: New file.
23085
23086 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
23087
23088         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
23089         promotes to int, not unsigned int, to catch the AIX 5.3
23090         compiler bug.
23091
23092 2005-10-05  Simon Josefsson  <jas@extundo.com>
23093
23094         * modules/memxor: New file.
23095
23096         * modules/iconv (Files): Move config.rpath to havelib, it is used
23097         there.
23098
23099         * modules/havelib (Files): Add config.rpath.
23100
23101 2005-10-05  Simon Josefsson  <jas@extundo.com>
23102
23103         * m4/memxor.m4: New file.
23104
23105 2005-10-05  Simon Josefsson  <jas@extundo.com>
23106
23107         * lib/memxor.c (memxor): Fix compiler error.
23108
23109         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
23110         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
23111
23112         * lib/memxor.h, lib/memxor.c: New files.
23113
23114         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
23115         we assume all systems have it, suggested by Jim Meyering
23116         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
23117         any systems lack sys/socket.h; mingw32 is known to lack it, but we
23118         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
23119         same reasons.
23120
23121 2005-10-05  Simon Josefsson  <jas@extundo.com>
23122
23123         * config/srclist.txt: Add glibc bug 1423 for md5.h.
23124
23125 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
23126
23127         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
23128         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
23129         needed, since the source code now assumes these .h files.
23130
23131 2005-10-05  Derek Price  <derek@ximbiot.com>
23132
23133         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
23134
23135 2005-10-05  Bruno Haible  <bruno@clisp.org>
23136
23137         * modules/stdint (License): Change to LGPL.
23138
23139 2005-10-04  Simon Josefsson  <jas@extundo.com>
23140
23141         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
23142         D. Baushke" <mdb@gnu.org>.
23143
23144 2005-10-04  Bruno Haible  <bruno@clisp.org>
23145
23146         * lib/verify.h (verify_true): Provide alternative definition for C++.
23147
23148 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
23149
23150         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
23151         (SSIZE_MAX): New macro, if not already defined.
23152         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
23153         than 2 GiB.
23154
23155 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
23156
23157         Sync from coreutils.
23158         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
23159         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
23160         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
23161         ULLONG_MAX doesn't work with 2.7.2.1.
23162
23163 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
23164
23165         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
23166         From Ben Pfaff.
23167
23168         * modules/exclude (Depends-on): Depend on verify.
23169         * modules/strtoimax (Depends-on): Likewise.
23170         * modules/utimecmp (Depends-on): Likewise.
23171
23172 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
23173
23174         * lib/exclude.c: Include verify.h.
23175         (verify): Remove.  All callers changed to use verify.h's version.
23176         * lib/strtoimax.c: Likewise.
23177         * lib/utimecmp.c: Likewis.e
23178
23179         Sync from coreutils.
23180         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
23181         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
23182         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
23183         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
23184         bother returning ENOSYS if settimeofday or stime fails; just let
23185         them return whatever errno they want to return.
23186         * lib/utimens.c: Include unistd.h, for dup2.
23187         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
23188         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
23189
23190 2005-10-02  Jim Meyering  <jim@meyering.net>
23191
23192         Sync from coreutils.
23193         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
23194         from glibc-2.2.5 that fails for read-only files.
23195
23196 2005-10-02  Jim Meyering  <jim@meyering.net>
23197
23198         Sync from coreutils.
23199         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
23200         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
23201         `#if HAVE_CONFIG_H'.
23202         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
23203         Remove AT_FDCWD test.
23204         Do not consume the fd unless successful.
23205         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
23206         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
23207         block, so that we don't even try to compile it if settimeofday is
23208         available.  This works around a compilation failure on OSF1 V5.1,
23209         due to stime requiring a `long int*' while tv_sec is `int'.
23210
23211 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
23212
23213         Sync from coreutils.
23214         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
23215         against `yes', rather than just testing for nonempty.
23216
23217 2005-10-01  Simon Josefsson  <jas@extundo.com>
23218
23219         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
23220         and Darwin.
23221
23222         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
23223         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
23224         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
23225         freeaddrinfo and gai_strerror are declared by the POSIX headers.
23226         Check if struct addrinfo is declared.
23227
23228 2005-10-01  Simon Josefsson  <jas@extundo.com>
23229
23230         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
23231         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
23232         AI_* and EAI_* definitions.  Protect function declarations.
23233
23234 2005-10-01  Jim Meyering  <jim@meyering.net>
23235
23236         Sync from coreutils.
23237
23238         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
23239         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
23240         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
23241         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
23242         in the inet and nsl libraries.  Required on Solaris 5.7.
23243
23244 2005-10-01  Jim Meyering  <jim@meyering.net>
23245
23246         Sync from coreutils.
23247         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
23248         in the inet and nsl libraries.  Required on Solaris 5.7.
23249
23250 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
23251
23252         * lib/getdelim.c (getdelim): Remove unused variables.
23253
23254 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
23255
23256         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
23257         so that the code works even with ancient cpp.  Portability problem
23258         with GCC 2.7.2.1 reported by Thomas M.Ott.
23259
23260 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
23261
23262         * modules/regex (Depends-on): Add strcase.
23263
23264         * modules/gethostname (Licence): Change from GPL to LGPL, since
23265         gethostname.c is a trivial implementation of a standard library
23266         function.
23267         * modules/poll (License): Change from GPL to LGPL, since it's
23268         derived from LGPL code.
23269
23270 2005-09-27  Jim Meyering  <jim@meyering.net>
23271
23272         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
23273         HAVE_CONFIG_H.
23274
23275         * lib/intprops.h (signed_type_or_expr__): Define.
23276         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
23277         for unsigned types.
23278
23279 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
23280
23281         * lib/verify.h (verify_expr): Remove, replacing with:
23282         (verify_true): New macro that returns true instead of void.
23283         (verify_type__): Remove.
23284         (verify): Use verify_true rather than verify_type__.
23285
23286 2005-09-26  Bruno Haible  <bruno@clisp.org>
23287
23288         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
23289         is necessary.
23290         (lib_SOURCES): Remove mbchar.c.
23291         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
23292         (Files): Add m4/mbrtowc.m4.
23293         * modules/mbiter: Likewise.
23294         * modules/mbuiter: Likewise.
23295
23296 2005-09-26  Bruno Haible  <bruno@clisp.org>
23297
23298         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
23299         compile mbchar.c if they are not both present.
23300         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
23301         * m4/mbiter.m4 (gl_MBITER): Likewise.
23302         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
23303         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
23304         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
23305
23306 2005-09-25  Jim Meyering  <jim@meyering.net>
23307
23308         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
23309         also uses socklen_t.
23310
23311 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
23312
23313         * lib/utimens.c (ENOSYS): Define if not already defined.
23314         (futimens): Support having a null PATH if the file descriptor
23315         is nonnegative.
23316
23317         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
23318         Remove.
23319         (__attribute): Define to empty unless GCC 3.1 or later.
23320         This works around a core dump on OpenBSD 3.4, which has GCC
23321         2.95.3, which dumps core when given __attribute__(()).  It also
23322         simplifies other tests, since we really don't want to bother with
23323         worrying about which ancient version of GCC supported what.
23324         Original problem reported by Yoann Vandoorselaere, with part of
23325         the fix suggested by Derek Price.
23326
23327 2005-09-24  Jim Meyering  <jim@meyering.net>
23328
23329         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
23330         so we can once again use a positive bitfield width of 1 -- now we
23331         don't have to explain why we were using a bitfield width of 2.
23332
23333 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
23334
23335         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
23336         and similarly for the other external symbols.  Problem reported
23337         by James Gallager.
23338
23339         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
23340         bug reported by Jim Meyering.
23341
23342         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
23343         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
23344         not needed, since socklen is a prerequisite module.
23345
23346 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
23347
23348         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
23349         Problem reported by Eric Blake.
23350         (getaddrinfo): Initialize se so that it's not garbage.
23351         Redo internal storage allocation so that it doesn't make unportable
23352         assumptions about alignment.
23353         Fix a memory leak.
23354
23355         * lib/utimens.c (futimens): Use futimesat if available.
23356         Prefer it to futimes since it doesn't have the futimes bug.
23357
23358         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
23359         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
23360         Instead, declare a function that returns a pointer to an array,
23361         and use verify_type__ to declare the size of the array.
23362         Problem and germ of a solution reported by Bruno Haible.
23363         (verify_type__): Use 2, not 1, for bitfield size, to avoid
23364         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
23365
23366 2005-09-23  Jim Meyering  <jim@meyering.net>
23367
23368         Sync from coreutils.
23369         Correct build failure (socklen_t not defined) on at least
23370         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
23371         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
23372
23373 2005-09-23  Jim Meyering  <jim@meyering.net>
23374
23375         * modules/getaddrinfo (Depends-on): Add socklen.
23376
23377 2005-09-23  Bruno Haible  <bruno@clisp.org>
23378
23379         * tests/test-verify.c: New file.
23380
23381 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
23382
23383         Sync from coreutils.
23384
23385         * modules/argmatch (Depends-on): Add verify.
23386         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
23387         unistd-safer.
23388         * modules/save-cwd (Depends-on): Likewise.
23389
23390         * modules/openat (Files): Add lib/openat-die.c.
23391         (Depends-on): Remove error, exitfail.
23392         Add dirname.
23393
23394         * modules/verify: New file.
23395         * MODULES.html.sh (Diagnostics <assert.h>): New section,
23396         with "verify" module.
23397
23398 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
23399
23400         Sync from coreutils.
23401
23402         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
23403         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
23404         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
23405         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
23406         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
23407         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
23408         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
23409         Don't bother checking for string.h, stdlib.h, unistd.h.
23410         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
23411         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
23412         module's job.
23413         * m4/jm-macros.m4 (gl_MACROS): Likewise.
23414         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
23415
23416         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
23417         (gl_GETDATE): Use it.
23418
23419         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
23420
23421 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
23422
23423         Sync from coreutils.
23424
23425         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
23426         stat-time.h.
23427         * lib/argmatch.h: Include verify.h
23428         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
23429         (ARGMATCH_ASSERT): Remove; unused.
23430         * lib/canonicalize.c: Assume STDC_HEADERS.
23431         * lib/exclude.c: Include "strcase.h".
23432         * lib/regex_internal.h [!defined _LIBC]: Likewise.
23433         * lib/getusershell.c: Include stdio--.h rather than stdio.h
23434         and stdio-safer.h.
23435         (getusershell): Call fopen, not fopen_safer.
23436         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
23437         Do not include unistd-safer.h.
23438         (save_cwd): Don't call fd_safer; no longer needed
23439         now that we include fcntl--.h.
23440
23441         * lib/getdate.y (relative_time): New type.
23442         (RELATIVE_TIME_0): New constant.
23443         (parser_control): Use relative_time instead of doing it ourselves.
23444         (%union): Add new relative_time rel member.
23445         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
23446         Now typeless.
23447         (relunit, relunit_snumber): Now of type rel.
23448         (zone, rel, relunit, get_date): Adjust to above changes.
23449
23450         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
23451         Do not include unistd-safer.h.
23452         (getloadavg): Don't call fd_safer; no longer needed
23453         now that we include fcntl--.h.
23454
23455         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
23456         (make_dir_parents): Treat ENOSYS like EEXIST.
23457
23458         Improve quality of diagnostics on restore_cwd failure.
23459         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
23460         (make_dir_parents): Last arg is now int * (for errno), not bool *.
23461         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
23462         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
23463         each time through the loop.  Do not diagnose restore_cwd failure;
23464         that is the caller's job (and perhaps the caller does not care).
23465
23466         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
23467         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
23468         If the file already exists but is not a directory, don't bother
23469         to try to make its parents.
23470         Close potential file descriptor leak if we can't chdir("/") (!).
23471         Don't always return true if chdir($PWD) fails; return true only
23472         if the requested action was done successfully (except for the
23473         chdir($PWD)).
23474         Don't log final directory unless we actually made it.
23475         Refactor to avoid duplicate code to fix up permissions.
23476         Don't attempt to fix up parent permissions if chdir($PWD) fails.
23477
23478         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
23479         to make it a bit faster and (I hope) clearer.
23480         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
23481         Fix bug in formats like %2N.
23482
23483         * lib/verify.h: New file.
23484
23485 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
23486
23487         Sync from coreutils.
23488         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
23489
23490 2005-09-22  Jim Meyering  <jim@meyering.net>
23491
23492         Sync from coreutils.
23493
23494         * m4/lstat.m4 (gl_FUNC_LSTAT):
23495         Use AC_LIBSOURCES to require lstat.c and lstat.h.
23496         Remove obsolete comment.
23497         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
23498         * m4/xstrtod.m4: Likewise.
23499
23500         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
23501
23502 2005-09-22  Jim Meyering  <jim@meyering.net>
23503
23504         Sync from coreutils.
23505
23506         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
23507
23508         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
23509         the .tm_year member, since otherwise gcc-4.0 would now warn about
23510         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
23511
23512         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
23513         order to avoid an unsuppressible warning from gcc on 64-bit systems.
23514
23515         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
23516         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
23517         when run in a time zone for which daylight savings time is in effect
23518         for the starting date.
23519
23520         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
23521         stop us from restricting permissions of just-created absolute-named
23522         directories.
23523         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
23524         to restore initial working directory.
23525         * lib/mkdir-p.c (make_dir_parents): New parameter:
23526         different_working_dir, to tell caller if/when we change the working
23527         directory and are unable to return to the initial one.
23528         * lib/mkdir-p.h (make_dir_parents): Update prototype.
23529         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
23530         `return false'.  This fixes a bug introduced on 2004-07-30.
23531
23532         * lib/openat.c (fdopendir): Be sure to close the supplied
23533         file descriptor before returning.  This makes our replacement
23534         implementation a little closer to Solaris's, where fdopendir
23535         ties the file descriptor to the returned DIR* pointer.
23536         * lib/openat.c (unlinkat): New function.
23537         * lib/openat.h (unlinkat): Add prototype.
23538         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
23539         (openat_restore_fail): Rename from openat_restore_die.
23540         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
23541
23542         Provide an alternative to exiting immediately upon save_cwd or
23543         restore_cwd failure.  Now, an application can arrange e.g.,
23544         to perform a longjump in that case.
23545         * lib/openat.c: Include dirname.h.
23546         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
23547         (rpl_openat, fdopendir, fstatat): Call openat_save_die
23548         and openat_restore_die rather than calling error directly.
23549         Don't include "error.h" or "exitfail.h"; they're no longer needed.
23550
23551         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
23552         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
23553         define.
23554
23555         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
23556         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
23557                             int utc, int nanoseconds);
23558         Background:
23559         date should not have to allocate a megabyte of virtual memory to
23560         handle a format argument like +%1048575T.  When implemented with
23561         strftime, it must allocate such a buffer, use strftime to fill it
23562         in, print it, then free it.
23563         With fprintftime, it simply prints everything and exits.
23564         With no need for memory allocation, that's one fewer way to fail.
23565         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
23566         optional field width, not before, so we accept %9:z, not %:9z.
23567         (my_strftime): Be sure to use L_('x') for literals.
23568
23569         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
23570         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
23571         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
23572         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
23573         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
23574         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
23575         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
23576         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
23577         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
23578         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
23579         * lib/xgethostname.c, lib/xreadlink.c:
23580         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
23581
23582         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
23583         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
23584         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
23585         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
23586         and don't include <sys/file.h>).
23587
23588 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
23589
23590         Sync from coreutils.
23591
23592         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
23593         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
23594         [!LDAV_DONE]: Avoid unused variable warning.
23595
23596 2005-09-21  Bruno Haible  <bruno@clisp.org>
23597
23598         * lib/unicodeio.h (unicode_to_mb): New declaration.
23599
23600 2005-09-20  Derek Price  <derek@ximbiot.com>
23601
23602         * lib/getaddrinfo.c: Don't include <netdb.h> included from
23603         getaddrinfo.h.
23604
23605 2005-09-20  Bruno Haible  <bruno@clisp.org>
23606
23607         * gnulib-tool: Remove trailing slashes from the values specified for
23608         --source-base, --m4-base, --tests-base, --aux-dir.
23609         Suggested by Simon Josefsson <jas@extundo.com>.
23610
23611 2005-09-20  Bruno Haible  <bruno@clisp.org>
23612
23613         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
23614         func_modules_to_filelist, func_import, func_create_testdir): Make all
23615         sorting results locale-independent, so that gnulib-cache.m4 doesn't
23616         change when gnulib-tool is invoked in a different locale.
23617
23618 2005-09-19  Simon Josefsson  <jas@extundo.com>
23619
23620         * m4/socklen.m4: Fix typo.
23621
23622 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23623
23624         Use a consistent style for including <config.h>.
23625         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
23626         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
23627         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
23628         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
23629         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
23630         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
23631         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
23632         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
23633         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
23634         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
23635         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
23636         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
23637         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
23638         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
23639         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
23640         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
23641         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
23642         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
23643         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
23644         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
23645         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
23646         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
23647         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
23648         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
23649         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
23650         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
23651         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
23652         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
23653         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
23654         lib/xstrtoumax.c, lib/yesno.c:
23655         Standardize inclusion of config.h.
23656         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
23657         lib/inttostr.h:  Removed inclusion of config.h from header files.
23658         * lib/inttostr.c:  Adjusted in-tree users.
23659         * lib/timespec.h: Remove superfluous warning to include config.h.
23660         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
23661         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
23662         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
23663         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
23664         config.h with HAVE_CONFIG_H.
23665
23666 2005-09-19  Jim Meyering  <jim@meyering.net>
23667
23668         * modules/pathmax (License): Change to LGPL.
23669
23670 2005-09-19  Derek Price  <derek@ximbiot.com>
23671
23672         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
23673
23674 2005-09-19  Bruno Haible  <bruno@clisp.org>
23675
23676         * gnulib-tool (import): Provide default for --tests-base.
23677
23678 2005-09-19  Bruno Haible  <bruno@clisp.org>
23679
23680         * doc/quote.texi: New file, extracted from gnulib.texi.
23681         * doc/ctime.texi: New file, extracted from gnulib.texi.
23682         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
23683         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
23684         * doc/gnulib.texi: Include them.
23685
23686 2005-09-18  Bruno Haible  <bruno@clisp.org>
23687
23688         Portability fix.
23689         * gnulib-tool (func_readlink): New function.
23690         (func_ln_if_changed): Use it.
23691
23692 2005-09-18  Bruno Haible  <bruno@clisp.org>
23693
23694         * gnulib-tool: Support --with-tests also with --import.
23695         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
23696         (func_import): Use variables $testsbase and $inctests. Emit a
23697         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
23698         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
23699         SUBDIRS += $testsdir.
23700         (func_create_testdir): Update.
23701
23702 2005-09-18  Bruno Haible  <bruno@clisp.org>
23703
23704         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
23705         instead of $dry_run.
23706         (func_cp_if_changed, func_mv_if_changed): Remove functions.
23707         (func_ln_if_changed): Don't handle dry-run here.
23708         (func_import): In dry-run mode, detect more precisely which actions
23709         would be performed, and don't use "...ing" verbs.
23710
23711 2005-09-18  Bruno Haible  <bruno@clisp.org>
23712
23713         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
23714         (func_import): Use join on two temporary files instead of three nested
23715         loops, in order to determine which files are new or old.
23716
23717 2005-09-18  Bruno Haible  <bruno@clisp.org>
23718
23719         * gnulib-tool (func_import): Comment out code that spits out the
23720         new files with --dry-run.
23721
23722 2005-09-18  Bruno Haible  <bruno@clisp.org>
23723
23724         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
23725
23726 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
23727
23728         * lib/stat-time.h: New file.
23729         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
23730         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
23731         in a different way.
23732         (timespec_cmp): New function.
23733         * lib/utimecmp.c: Include stat-time.h.
23734         (SYSCALL_RESOLUTION): Depend on whether various struct stat
23735         members exist, not on the obsolescent ST_MTIM_NSEC.
23736         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
23737
23738 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
23739
23740         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
23741
23742 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
23743
23744         * MODULES.html.sh (File system functions): Add stat-time.
23745         * modules/stat-time: New file.
23746         * modules/timespec (Files): Remove m4/st_mtim.m4; this
23747         is now done in a different way, by the stat-time module.
23748         * modules/utimecmp (Depends-on): Add stat-time.
23749
23750 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
23751
23752         * m4/st_mtim.m4: Remove.  Superseded by...
23753         * m4/stat-time.m4: New file.
23754         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
23755         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
23756
23757 2005-09-15  Derek Price  <derek@ximbiot.com>
23758
23759         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
23760
23761 2005-09-15  Derek Price  <derek@ximbiot.com>
23762
23763         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
23764         * lib/regex_internal.c: Ditto, using this...
23765         (__GNUC_PREREQ): ...new macro.
23766         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
23767         using...
23768         (__GNUC_PREREQ): ...this new macro.
23769
23770         * lib/strstr.h: Include string.h. Define strstr as a macro here.
23771
23772 2005-09-15  Derek Price  <derek@ximbiot.com>
23773             Paul Eggert  <eggert@cs.ucla.edu>
23774
23775         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
23776         changes, consolidating in...
23777         * lib/regex_internal.h: ...this file.
23778
23779 2005-09-13  Jim Meyering  <jim@meyering.net>
23780
23781         * lib/canon-host.c: Filter through gnu indent and reword comments
23782         slightly.
23783         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
23784
23785 2005-09-13  Derek Price  <derek@ximbiot.com>
23786
23787         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
23788         failure.
23789         Reported by Jim Meyering  <jim@meyering.net>.
23790
23791 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
23792
23793         * lib/base64.c: Typo.
23794         (base64_encode): Put b64str in initialized data section.
23795
23796 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
23797
23798         Merge glibc and coreutils changes into gnulib, plus a few
23799         extra fixes.
23800         * lib/md5.c: Use #error rather than a string.
23801         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
23802         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
23803         (__attribute__): Define to empty for non recent-GCC.
23804         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
23805         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
23806         Renamed from their non-__ counterparts, with new macros replacing
23807         them if not _LIBC.  Add __THROW attribute.
23808         (rol): Remove.
23809         (struct md5_ctx): Align buffer if using GCC.
23810         * lib/sha1.h (struct sha1_ctx): Likewise.
23811         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
23812         The old name was backwards.
23813         (NOTSWAP): Remove; not used.
23814         (rol): New macro, moved here from md5.h.
23815         (sha1_process_block): Remove a FIXME that doesn't make sense.
23816
23817 2005-09-12  Derek Price  <derek@ximbiot.com>
23818
23819         Return usable errors from canon-host.
23820         * lib/canon-host.h: New file.
23821         * lib/canon-host.c (canon_host): Wrap...
23822         (canon_host_r): ...this new function, which now relies exclusively on
23823         getaddrinfo.
23824         (ch_strerror): New function.
23825         (last_cherror): New global.
23826         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
23827         interface.
23828         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
23829         void *.
23830         (freeaddrinfo): Free ai->ai_canonname when set.
23831
23832 2005-09-12  Derek Price  <derek@ximbiot.com>
23833
23834         Make canon-host require getaddrinfo.
23835         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
23836         AC_LIBSOURCE canon-host.h.  Call...
23837         (gl_PREREQ_CANON_HOST): ...this new function, which requires
23838         gl_GETADDRINFO.
23839         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
23840
23841 2005-09-12  Derek Price  <derek@ximbiot.com>
23842
23843         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
23844         LGPL.
23845         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
23846
23847 2005-09-12  Derek Price  <derek@ximbiot.com>
23848
23849         * lib/gai_strerror.c: Include config.h when available.  Include
23850         getaddrinfo.h before other headers to test interface.
23851         Reported by Larry Jones <lawrence.jones@ugs.com>.
23852
23853 2005-09-12  Derek Price  <derek@ximbiot.com>
23854             Paul Eggert  <eggert@cs.ucla.edu>
23855
23856         * modules/glob (Files): Add glob-libc.h.
23857
23858 2005-09-12  Derek Price  <derek@ximbiot.com>
23859             Paul Eggert  <eggert@cs.ucla.edu>
23860
23861         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
23862         glob_.h, glob-libc.h.
23863         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
23864
23865 2005-09-12  Derek Price  <derek@ximbiot.com>
23866             Paul Eggert  <eggert@cs.ucla.edu>
23867
23868         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
23869         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
23870         protecting things that should be done only in gnulib contexts.
23871         * lib/glob_.h: New file, containing only the glob things needed for
23872         gnulib.
23873         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
23874         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
23875         (glob, globfree, glob_pattern_p): Now defined simply in terms of
23876         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
23877         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
23878         and to respect the namespace rules better.
23879
23880 2005-09-08  Simon Josefsson  <jas@extundo.com>
23881
23882         * modules/socklen: New file.
23883
23884 2005-09-08  Simon Josefsson  <jas@extundo.com>
23885
23886         * m4/socklen.m4: New file.
23887
23888 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
23889
23890         * modules/utimens (Files): Add m4/utimbuf.m4, since
23891         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
23892         Reported by Sergey Poznyakoff.
23893
23894 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
23895
23896         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
23897         definitions, since that's the preferred style in glibc.
23898         Fix a minor spacing issue, and update copyright notice to match
23899         glibc's.
23900
23901 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
23902
23903         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
23904
23905 2005-09-06  Simon Josefsson  <jas@extundo.com>
23906
23907         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
23908         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
23909
23910 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
23911
23912         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
23913         warning.
23914
23915 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
23916
23917         * config/srclist.txt: Add glibc bug 1302.
23918
23919 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
23920
23921         Change bitset word type from unsigned int to unsigned long int,
23922         as this has better performance on typical 64-bit hosts.
23923         Port bitset code to hosts with unusual word sizes.
23924         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
23925         (build_collating_symbol):
23926         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
23927         argument is a bitset.  This is merely a style issue, but it makes
23928         it clearer that an entire array is expected.
23929         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
23930         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
23931         Port to the case where bitset_word is not the same as unsigned int.
23932         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
23933         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
23934         Likewise.
23935         * lib/regexec.c (check_dst_limits_calc_pos_1,
23936         check_subexp_matching_top):
23937         (build_trtable, group_nodes_into_DFAstates):
23938         Likewise.
23939         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
23940         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
23941         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
23942         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
23943         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
23944         * lib/regcomp.c (optimize_subexps, lower_subexp):
23945         Work even if bitset_word has holes in its bitwise representation.
23946         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
23947         * lib/regexec.c (check_dst_limits_calc_pos_1,
23948         check_subexp_matching_top):
23949         Likewise.
23950         * lib/regex_internal.c (re_string_reconstruct):
23951         Don't assume UCHAR_MAX == 255.
23952         * lib/regex_internal.h (bitset_set_all): Likewise.
23953         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
23954         All uses changed.
23955         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
23956         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
23957         All uses changed.
23958         (BITSET_WORD_MAX): New macro.
23959         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
23960         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
23961         (bitset_empty, bitset_copy):
23962         Prefer sizeof (bitset) to multiplying it out ourselves.
23963         (bitset_not_merge): Remove; unused.
23964         (bitset_contain): Return bool, not unsigned int with one bit on.
23965         All callers changed.
23966         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
23967         alignment than re_node_set; do this by defining a new internal
23968         type struct dests_alloc and using it to allocate memory.
23969
23970 2005-09-05  Bruno Haible  <bruno@clisp.org>
23971
23972         * gnulib-tool (func_import): Fix comparison in handling of symbolic
23973         links.
23974
23975 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
23976
23977         * modules/size_max (Makefile.am): Add size_max.h
23978
23979 2005-09-04  Derek Price  <derek@ximbiot.com>
23980
23981         * gnulib-tool (func_import): Fix reversed $symbolic logic.
23982
23983 2005-09-03  Simon Josefsson  <jas@extundo.com>
23984
23985         * gnulib-tool: Fix typo.
23986
23987 2005-09-03  Simon Josefsson  <jas@extundo.com>
23988
23989         * config/srclist.txt: Add glibc bug 1293.
23990
23991 2005-09-03  Derek Price  <derek@ximbiot.com>
23992
23993         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
23994         From Larry Jones <lawrence.jones@ugs.com>.
23995
23996 2005-09-02  Simon Josefsson  <jas@extundo.com>
23997
23998         * modules/socklen: New file.
23999
24000 2005-09-02  Simon Josefsson  <jas@extundo.com>
24001
24002         * modules/havelib: New module.
24003
24004         * modules/gettext, modules/iconv, modules/lock, modules/readline:
24005         Use havelib.
24006
24007 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
24008
24009         Check for arithmetic overflow when calculating sizes, to prevent
24010         some buffer-overflow issues.  These patches are conservative, in the
24011         sense that when I couldn't determine whether an overflow was possible,
24012         I inserted a run-time check.
24013         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
24014         macros.
24015         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
24016         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
24017         (re_xnrealloc, re_x2nrealloc): New inline functions.
24018         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
24019         parse_bracket_exp):
24020         (build_equiv_class, build_charclass): Check for arithmetic overflow
24021         in size expression calculations.
24022         * lib/regex_internal.c (re_string_realloc_buffers):
24023         (build_wcs_upper_buffer, re_node_set_add_intersect):
24024         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
24025         (re_dfa_add_node, register_state): Likewise.
24026         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
24027         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
24028         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
24029         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
24030
24031 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
24032
24033         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
24034         m4/ulonglong.m4.  Problem reported by Martin Lambers.
24035
24036 2005-09-02  Bruno Haible  <bruno@clisp.org>
24037
24038         Support for lib vs. lib64 distinction on biarch platforms.
24039         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
24040         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
24041         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
24042
24043 2005-09-02  Bruno Haible  <bruno@clisp.org>
24044
24045         * gnulib-tool (import): In the other first-use case, provide defaults
24046         as well.
24047
24048 2005-09-02  Bruno Haible  <bruno@clisp.org>
24049
24050         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
24051         patches not yet found in the latest gettext release.
24052
24053 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
24054
24055         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
24056         to avoid a collision with bits/local_lim.h in glibc.
24057         All uses changed.  Problem reported by Dmitry V. Levin in
24058         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
24059
24060         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
24061         bugs in int versus size_t comparisons.
24062         (re_string_context_at): Fix bug where the code assumed that
24063         Idx is signed.
24064
24065         Use bool where appropriate.
24066         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
24067         All callers changed.
24068         (calc_eclosure_iter): Likewise, for ROOT arg.
24069         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
24070         (build_charclass_op): Likewise, for NON_MATCH arg.
24071         * lib/regex_internal.c (re_string_allocate, re_string_construct):
24072         (re_string_construct_common): Likewise, for ICASE arg.
24073         * lib/regexec.c (re_search_2_stub, re_search_stub):
24074         Likewise, for RET_LEN arg.
24075         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
24076         (set_regs): Likewise, for FL_BACKTRACK arg.
24077         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
24078         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
24079         (calc_eclosure_iter, parse_bracket_exp):
24080         Use bool for internal variables that are booleans.
24081         * lib/regexec.c (re_search_internal, check_matching,
24082         proceed_next_node):
24083         (set_regs, build_sifted_states, sift_states_bkref):
24084         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
24085         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
24086         (find_collation_sequence_value):
24087         Likewise.
24088         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
24089         (re_node_set_compare):
24090         Return bool, not int. All callers changed.
24091         * lib/regexec.c (check_halt_node_context, check_dst_limits):
24092         (build_trtable, check_node_accept): Likewise.
24093         * lib/regex_internal.h: Include stdbool.h.
24094
24095         Fix bugs uncovered when converting to bool.
24096         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
24097         failure instead of charging ahead blindly.
24098         * lib/regex_internal.c (register_state): Likewise.
24099         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
24100         for freeing internal storage.
24101         (group_nodes_into_DFA_states): Use unsigned int, not int, for
24102         bitset pieces used as boolean, to avoid undefined behavior
24103         on hosts that do int overflow checking.
24104
24105 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
24106
24107         * config/srclist.txt: Add glibc bugs 1285-1287.
24108
24109 2005-09-01  Jim Meyering  <jim@meyering.net>
24110
24111         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
24112         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
24113         Require gl_STAT_MACROS, too.
24114
24115 2005-09-01  Bruno Haible  <bruno@clisp.org>
24116
24117         * gnulib-tool (import): In the first-use case, provide defaults.
24118
24119 2005-09-01  Bruno Haible  <bruno@clisp.org>
24120
24121         * gnulib-tool (func_import): Remove the .tmp files.
24122
24123 2005-09-01  Bruno Haible  <bruno@clisp.org>
24124
24125         * gnulib-tool (func_import): Fix handling of symbolic links.
24126
24127 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24128
24129         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
24130         old glibc regex code mishandles strings longer than 2**31 bytes.
24131         This patch fixes this when the regex code is used in gnulib
24132         (i.e., outside glibc).
24133
24134         This patch should not affect the use of the regex code inside
24135         glibc.  No doubt this problem also needs to be handled for glibc
24136         as well, but the result will be an incompatible change to the
24137         glibc ABI, and the old ABI will have to be supported too.  That
24138         can be the the subject for another patch.
24139
24140         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
24141         governing whether the rest of this patch is active.  By default,
24142         the macro is disabled and the patch has no effect.
24143         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
24144         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
24145         (struct re_pattern_buffer, re_search, re_search_2, re_match):
24146         (re_match_2, re_set_registers): Use the new types.
24147         * lib/regex_internal.h (Idx, re_hashval_t): New types.
24148         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
24149         New macros.
24150         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
24151         (re_string_context_at, bin_tree_t, re_dfastate_t):
24152         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
24153         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
24154         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
24155         (re_string_char_size_at, re_string_wchar_at):
24156         (re_string_elem_size_at):
24157         Use the new types and macros to port to 64-bit hosts.
24158         Use unsigned types for internal values, so that the code
24159         mostly works even for arrays larger than SSIZE_MAX.
24160         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
24161         (search_duplicated_node, calc_eclosure_iter, fetch_number):
24162         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
24163         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
24164         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
24165         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
24166         (calc_inveclosure, parse_dup_op, build_range_exp):
24167         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
24168         (fetch_number, create_token_tree, mark_opt_subexp):
24169         Likewise.
24170         * lib/regex_internal.c (re_string_construct_common,
24171         create_ci_newstate):
24172         (create_cd_newstate, re_string_allocate, re_string_construct):
24173         (re_string_realloc_buffers, build_wcs_upper_buffer):
24174         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
24175         (re_string_reconstruct, re_string_peek_byte_case):
24176         (re_string_fetch_byte_case, re_string_context_at):
24177         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
24178         (re_node_set_init_copy, re_node_set_add_intersect):
24179         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
24180         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
24181         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
24182         (re_acquire_state, re_acquire_state_context, register_state):
24183         Likewise.
24184         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
24185         search_cur_bkref_entry):
24186         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
24187         (re_search_internal, re_search_2_stub, re_search_stub)
24188         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
24189         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
24190         (update_cur_sifted_state, check_dst_limits):
24191         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
24192         (check_subexp_limits, sift_states_bkref, merge_state_array):
24193         (check_subexp_matching_top, get_subexp, get_subexp_sub):
24194         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
24195         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
24196         (expand_bkref_cache, check_node_accept_bytes):
24197         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
24198         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
24199         (acquire_init_state_context, check_halt_node_context):
24200         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
24201         (sift_states_backward, clean_state_log_if_needed):
24202         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
24203         (find_recover_state, transit_state_sb, transit_state_mb):
24204         (transit_state_bkref, build_trtable, match_ctx_clean):
24205         Likewise.
24206         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
24207         to work around an assumption that REG_MISSING is negative.
24208
24209         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
24210         (seek_collating_symbol_entry) [defined _LIBC]:
24211         (lookup_collation_sequence_value) [defined _LIBC]:
24212         (build_range_exp, build_collating_symbol) [defined _LIBC]:
24213         Use prototypes rather than old-style function definitions.
24214         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
24215         (transit_state_sb) [0]:
24216         (find_collation_sequence_value) [defined _LIBC]: Likewise.
24217
24218         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
24219         rm_eo.
24220
24221         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
24222         (optimize_subexps, lower_subexp):
24223         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
24224         since the signed shift might overflow.  Use 1u<<31 instead.
24225         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
24226         Likewise.
24227         * lib/regexec.c (check_dst_limits_calc_pos_1,
24228         check_subexp_matching_top): Likewise.
24229
24230         * lib/regcomp.c (optimize_subexps, lower_subexp):
24231         Use CHAR_BIT rather than 8, for clarity.
24232         * lib/regexec.c (check_dst_limits_calc_pos_1):
24233         (check_subexp_matching_top): Likewise.
24234         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
24235         have to worry about portability issues when shifting it left.
24236         Remove no-longer-needed test for table_size > 0.
24237         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
24238         in a word, as the resulting behavior is undefined.
24239         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
24240         in one case, a <= should have been an <, and in another case the
24241         whole test was missing.
24242         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
24243         the standard name CHAR_BIT.
24244         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
24245         this is not true on one's complement and signed-magnitude hosts.
24246
24247         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
24248         next_last_offset.
24249         (struct re_dfa_t): Remove unused member states_alloc.
24250         * lib/regcomp.c (init_dfa): Don't initialize unused members.
24251
24252 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24253
24254         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
24255         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
24256         and large-file glibc and in 32-bit large-file Solaris.
24257
24258 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24259
24260         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
24261         lengths fit in regoff_t; this isn't true if regoff_t is the same
24262         width as size_t.
24263         * lib/regex.c (re_search_internal): 5th arg is LAST_START
24264         (= START + RANGE) instead of RANGE.  This avoids overflow
24265         problems when regoff_t is the same width as size_t.
24266         All callers changed.
24267         (re_search_2_stub): Check for overflow when adding the
24268         sizes of the two strings.
24269         (re_search_stub): Check for overflow when adding START
24270         to RANGE; if it occurs, substitute the extreme value.
24271
24272 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24273
24274         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
24275
24276 2005-08-31  Jim Meyering  <jim@meyering.net>
24277
24278         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
24279         a pointer-to-const.
24280         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
24281         (register_state): Likewise.
24282         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
24283         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
24284         (group_nodes_into_DFAstates): Likewise.
24285
24286 2005-08-31  Jim Meyering  <jim@meyering.net>
24287
24288         * check-module: Add a FIXME comment.
24289
24290 2005-08-31  Eric Blake  <ebb9@byu.net>
24291
24292         * modules/unistd-safer (Files): Add unistd--.h.
24293         * modules/stdio-safer (Files): Add stdio--.h.
24294
24295 2005-08-31  Derek Price  <derek@ximbiot.com>
24296
24297         * lib/getdelim.c (getdelim): Return EOF on EOF.
24298         Reported by Larry Jones <lawrence.jones@ugs.com>.
24299
24300 2005-08-31  Bruno Haible  <bruno@clisp.org>
24301
24302         Avoid unnecessary diffs in the generated lib/Makefile.am.
24303         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
24304         the generated files.
24305         (func_import): Don't set cmd.
24306
24307 2005-08-31  Bruno Haible  <bruno@clisp.org>
24308
24309         * lib/strstr.c: Include <stddef.h>, for NULL.
24310         * lib/strcasestr.c: Likewise.
24311         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
24312
24313 2005-08-31  Bruno Haible  <bruno@clisp.org>
24314
24315         * gnulib-tool: New option --macro-prefix.
24316         (func_import): Use macro_prefix.
24317         (import): Handle option --macro-prefix.
24318
24319 2005-08-31  Bruno Haible  <bruno@clisp.org>
24320
24321         * gnulib-tool (import): Rename most ac_* variables to cached_*.
24322         Also use new variables cached_lgpl, cached_libtool.
24323
24324 2005-08-31  Bruno Haible  <bruno@clisp.org>
24325
24326         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
24327         always instantiating them.
24328
24329 2005-08-31  Bruno Haible  <bruno@clisp.org>
24330
24331         * gnulib-tool (func_import): Read the previous cached settings
24332         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
24333         earlier added by gnulib but are now dropped. Warn when a gnulib file
24334         overwrites a non-gnulib file.
24335
24336 2005-08-31  Bruno Haible  <bruno@clisp.org>
24337
24338         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
24339         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
24340         projects that don't keep autogenerated files in CVS. Put into
24341         actioncmd only the specified modules, not the transitive closure.
24342
24343 2005-08-31  Bruno Haible  <bruno@clisp.org>
24344
24345         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
24346         Create directories that shall be filled.
24347         (import): Don't look for gl_* macros in configure.ac. Recurse across
24348         all directories containing a gnulib-cache.m4 files, if meaningful.
24349
24350 2005-08-31  Bruno Haible  <bruno@clisp.org>
24351
24352         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
24353         (import): Set seen_libtool when we see gl_LIBTOOL.
24354
24355 2005-08-31  Bruno Haible  <bruno@clisp.org>
24356
24357         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
24358         declaration macro definitions from generated gnulib.m4.
24359
24360 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
24361
24362         * lib/iconvme.h: Add prototype for iconv_alloc.
24363
24364 2005-08-29  Simon Josefsson  <jas@extundo.com>
24365
24366         * lib/iconvme.c: Fix errno.
24367
24368 2005-08-29  Bruno Haible  <bruno@clisp.org>
24369
24370         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
24371         that it works when the directory contains spaces.
24372
24373 2005-08-29  Bruno Haible  <bruno@clisp.org>
24374
24375         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
24376
24377 2005-08-29  Bruno Haible  <bruno@clisp.org>
24378
24379         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
24380         Emit more advice.
24381
24382 2005-08-29  Bruno Haible  <bruno@clisp.org>
24383         and Stepan Kasal  <kasal@ucw.cz>
24384
24385         * check-module: If more parameters are given, check each of them
24386         separately; add more exceptions, as noted by Jim Meyering.
24387         (check_module): New procedure.
24388         (%exempt_header): Now contains all exceptions.
24389
24390 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
24391
24392         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
24393
24394 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
24395
24396         * lib/iconvme.c: Split iconv_string into iconv_alloc.
24397
24398 2005-08-28  Bruno Haible  <bruno@clisp.org>
24399
24400         * m4/gnulib-tool.m4: New file.
24401
24402 2005-08-27  Jim Meyering  <jim@meyering.net>
24403
24404         * modules/unistd-safer (Files): Add pipe-safer.c.
24405         * modules/fcntl-safer (Files): Add creat-safer.c.
24406
24407 2005-08-27  Jim Meyering  <jim@meyering.net>
24408
24409         * m4/stdlib-safer.m4: New file.  From coreutils.
24410         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
24411         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
24412         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
24413         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
24414         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
24415
24416 2005-08-27  Jim Meyering  <jim@meyering.net>
24417
24418         * lib/fopen-safer.c: Merge minor changes from coreutils.
24419         * lib/dup-safer.c: Likewise.
24420         * lib/fd-safer.c: Likewise.
24421
24422         Merge from coreutils.
24423         * lib/stdio--.h: New file.
24424         * lib/stdlib--.h: New file.
24425         * lib/mkstemp-safer.c: New file.
24426
24427         GNU tar needs these.
24428         * lib/pipe-safer.c: New file.
24429         * lib/creat-safer.c: New file.
24430         * lib/fcntl--.h (creat): Define to creat_safer.
24431         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
24432         * lib/unistd--.h (pipe): Define to pipe_safer.
24433         * lib/unistd-safer.h: Declare pipe_safer.
24434
24435 2005-08-26  Simon Josefsson  <jas@extundo.com>
24436
24437         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
24438         Haible <bruno@clisp.org>.
24439
24440 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
24441
24442         * lib/regex_internal.h: Remove all references to
24443         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
24444         or better.
24445         (bitset_not, bitset_merge, bitset_not_merge):
24446         (bitset_mask, re_string_allocate, re_string_construct):
24447         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
24448         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
24449         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
24450         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
24451         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
24452         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
24453         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
24454         (re_acquire_state_context):
24455         Remove unnecessary forward decls.
24456         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
24457         Put __attribute at function definition,
24458         now that the function decl has been removed.
24459         * lib/regex_internal.c (re_string_peek_byte_case):
24460         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
24461         Likewise.
24462
24463 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
24464
24465         * m4/regex.m4: Add AC_PREREQ(2.50).
24466         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
24467
24468 2005-08-25  Simon Josefsson  <jas@extundo.com>
24469
24470         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
24471         __fsetlocking.
24472
24473 2005-08-25  Simon Josefsson  <jas@extundo.com>
24474
24475         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
24476         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
24477         GLIBC specific code.
24478
24479 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
24480
24481         Make regex safe for g++.  This fixes one real bug (an "err"
24482         that should have been "*err").  g++ problem reported by
24483         Sam Steingold.
24484         * lib/regex_internal.h (re_calloc): New macro, consistent with
24485         re_malloc etc.  All callers of calloc changed to use re_calloc.
24486         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
24487         not int.  All callers changed.
24488         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
24489         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
24490         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
24491         (find_recover_state): Change "err" to "*err"; this fixes what
24492         appears to be a real bug.
24493         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
24494         versus int.
24495
24496 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
24497
24498         * modules/regex (Depends-on): Add malloc, since the code
24499         assumes that !malloc(0) means failure.
24500
24501 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
24502
24503         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
24504
24505         alloca modernization/simplification for regex.
24506         * lib/regex.c: Remove portability cruft for alloca.  This no longer
24507         needs to be at the start of the file, and can be moved into
24508         regex_internal.h and simplified.
24509         * lib/regex_internal.h: Include <alloca.h>.
24510         (__libc_use_alloca) [!defined _LIBC]: New macro.
24511         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
24512         now works outside glibc.
24513
24514 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
24515
24516         * config/srclist.txt: Add glibc bugs 1241, 1245.
24517
24518 2005-08-25  Jim Meyering  <jim@meyering.net>
24519
24520         * lib/open-safer.c: Include <config.h>.
24521         Otherwise, we'd lose LARGEFILE support in any file using
24522         e.g. "fcntl--.h"
24523
24524 2005-08-25  Bruno Haible  <bruno@clisp.org>
24525
24526         * m4/minmax.m4: Require autoconf 2.52.
24527         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
24528         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
24529         alternatives of translit over the alphabet.
24530         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
24531
24532 2005-08-24  Simon Josefsson  <jas@extundo.com>
24533
24534         * tests/test-getpass.c: New file.
24535
24536 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
24537
24538         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
24539         for GNU regex features.
24540
24541 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
24542
24543         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
24544         * lib/regex.h (regerror): Likewise.
24545
24546         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
24547         requires this.  (The code never needed it.)
24548
24549         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
24550         All uses of recently-renamed identifiers changed to use the new,
24551         POSIX-compliant names.  The code will build and run just fine
24552         without these changes, but it's better to eat our own dog food
24553         and use the standard-conforming names.
24554
24555         * lib/regex.h: Fix a multitude of POSIX name space violations.
24556         These changes have an effect only for programs that define
24557         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
24558         do not change anything for programs compiled in the normal way.
24559         Also, there is no effect on the ABI.
24560
24561         (_REGEX_SOURCE): New macro.
24562         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
24563         defined and _GNU_SOURCE is not; this fixes a name space violation.
24564
24565         Rename the following macros to obey POSIX requirements.
24566         The old names are still visible as macros if _REGEX_SOURCE is defined.
24567         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
24568         RE_BACKSLASH_ESCAPE_IN_LISTS.
24569         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
24570         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
24571         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
24572         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
24573         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
24574         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
24575         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
24576         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
24577         (REG_INTERVALS): renamed from RE_INTERVALS.
24578         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
24579         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
24580         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
24581         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
24582         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
24583         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
24584         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
24585         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
24586         RE_UNMATCHED_RIGHT_PAREN_ORD.
24587         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
24588         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
24589         (REG_DEBUG): renamed from RE_DEBUG.
24590         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
24591         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
24592         unusual, since we can't clash with the POSIX REG_ICASE.
24593         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
24594         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
24595         (REG_NO_SUB): renamed from RE_NO_SUB.
24596         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
24597         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
24598         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
24599         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
24600         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
24601         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
24602         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
24603         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
24604         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
24605         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
24606         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
24607         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
24608         RE_SYNTAX_POSIX_MINIMAL_BASIC.
24609         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
24610         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
24611         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
24612         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
24613         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
24614         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
24615         (REG_FIXED): Renamed from REGS_FIXED.
24616         (REG_NREGS): Renamed from RE_NREGS.
24617
24618         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
24619         of other REG_* macros, since POSIX says the user is allowed to
24620         #undef these macros selectively.
24621
24622         (reg_errcode_t): Update comment stating what other tables need
24623         to be consistent.
24624
24625         Rename the following enum values to obey POSIX requirements.
24626         The old names are still visible as macros.
24627         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
24628         is not defined, since GNU is supposed to be a superset of POSIX as
24629         much as possible, and since we want reg_errcode_t to be a signed
24630         type for implementation consistency.
24631         (_REG_NOERROR): Renamed from REG_NOERROR.
24632         (_REG_NOMATCH): Renamed from REG_NOMATCH.
24633         (_REG_BADPAT): Renamed from REG_BADPAT.
24634         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
24635         (_REG_ECTYPE): Renamed from REG_ECTYPE.
24636         (_REG_EESCAPE): Renamed from REG_EESCAPE.
24637         (_REG_ESUBREG): Renamed from REG_ESUBREG.
24638         (_REG_EBRACK): Renamed from REG_EBRACK.
24639         (_REG_EPAREN): Renamed from REG_EPAREN.
24640         (_REG_EBRACE): Renamed from REG_EBRACE.
24641         (_REG_BADBR): Renamed from REG_BADBR.
24642         (_REG_ERANGE): Renamed from REG_ERANGE.
24643         (_REG_ESPACE): Renamed from REG_ESPACE.
24644         (_REG_BADRPT): Renamed from REG_BADRPT.
24645         (_REG_EEND): Renamed from REG_EEND.
24646         (_REG_ESIZE): Renamed from REG_ESIZE.
24647         (_REG_ERPAREN): Renamed from REG_ERPAREN.
24648         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
24649         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
24650         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
24651         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
24652
24653         (_REG_RE_NAME, _REG_RM_NAME): New macros.
24654         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
24655         changed.  But support the old name if the new one is not defined
24656         and if _REGEX_SOURCE.
24657
24658         Change the following member names in struct re_pattern_buffer.
24659         The old names are still supported if !_REGEX_SOURCE.
24660         The new names are always supported, regardless of _REGEX_SOURCE.
24661         (re_buffer): Renamed from buffer.
24662         (re_allocated): Renamed from allocated.
24663         (re_used): Renamed from used.
24664         (re_syntax): Renamed from syntax.
24665         (re_fastmap): Renamed from fastmap.
24666         (re_translate): Renamed from translate.
24667         (re_can_be_null): Renamed from can_be_null.
24668         (re_regs_allocated): Renamed from regs_allocated.
24669         (re_fastmap_accurate): Renamed from fastmap_accurate.
24670         (re_no_sub): Renamed from no_sub.
24671         (re_not_bol): Renamed from not_bol.
24672         (re_not_eol): Renamed from not_eol.
24673         (re_newline_anchor): Renamed from newline_anchor.
24674
24675         Change the following member names in struct re_registers.
24676         The old names are still supported if !_REGEX_SOURCE.
24677         The new names are always supported, regardless of _REGEX_SOURCE.
24678         (rm_num_regs): Renamed from num_regs.
24679         (rm_start): Renamed from start.
24680         (rm_end): Renamed from end.
24681
24682         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
24683         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
24684         Prepend __ to parameter names.
24685
24686         Undo yesterday's changes.
24687
24688 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
24689
24690         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
24691         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
24692         lib/regex.c.
24693
24694 2005-08-24  Jim Meyering  <jim@meyering.net>
24695
24696         Sync from coreutils.
24697         * m4/fcntl-safer.m4: New file.
24698
24699         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
24700         and object files for this module.
24701
24702 2005-08-24  Jim Meyering  <jim@meyering.net>
24703
24704         Sync from coreutils.
24705         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
24706
24707 2005-08-24  Jim Meyering  <jim@meyering.net>
24708
24709         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
24710         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
24711
24712 2005-08-24  Jim Meyering  <jim@meyering.net>
24713
24714         * modules/fcntl-safer: New module.
24715         * modules/fts (Depends-on): Add fcntl-safer.
24716         * MODULES.html.sh (File descriptor based Input/Output):
24717         Add fcntl-safer.
24718
24719 2005-08-24  Bruno Haible  <bruno@clisp.org>
24720
24721         Support for unit test modules.
24722         * modules/README: Mention tests modules.
24723         * modules/TEMPLATE-TESTS: New file.
24724         * gnulib-tool: New options --extract-tests-module, --with-tests and
24725         --tests-base (unused for the moment).
24726         (testsbase, inctests): New variables.
24727         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
24728         (func_verify_module): Exclude TEMPLATE-TESTS.
24729         (func_verify_nontests_module, func_verify_tests_module): New functions.
24730         (func_get_dependencies): Add implicit dependency for tests modules.
24731         (func_get_tests_module): New function.
24732         (func_modules_transitive_closure): When --with-tests was specified,
24733         include the unit tests as well, unless explicitly avoided.
24734         (func_emit_lib_Makefile_am): Ignore the tests modules here.
24735         (func_emit_tests_Makefile_am): New function.
24736         (func_create_testdir): When --with-tests was specified, emit a
24737         tests/ directory.
24738         * MODULES.html.sh (Future developments): Update.
24739
24740 2005-08-24  Bruno Haible  <bruno@clisp.org>
24741
24742         * modules/tls-tests: New file.
24743         * tests/test-tls.c: New file, from GNU gettext.
24744
24745 2005-08-24  Bruno Haible  <bruno@clisp.org>
24746
24747         * modules/lock-tests: New file.
24748         * tests/test-lock.c: New file, from GNU gettext.
24749
24750 2005-08-24  Bruno Haible  <bruno@clisp.org>
24751
24752         * lib/lock.h: Add multiple inclusion guard.
24753         * lib/tls.h: Add multiple inclusion guard.
24754
24755 2005-08-24  Bruno Haible  <bruno@clisp.org>
24756
24757         * gnulib-tool: Add support for the --aux-dir option to
24758         --create-testdir, --create-megatestdir, --test, --megatest.
24759         (func_create_testdir, func_create_megatestdir): Optionally emit a
24760         AC_CONFIG_AUX_DIR directive.
24761         (create-testdir, create-megatestdir, test, megatest): Provide a
24762         default value for $auxdir.
24763
24764 2005-08-24  Bruno Haible  <bruno@clisp.org>
24765
24766         * gnulib-tool (import): Use compound statement instead of subshell
24767         where possible.
24768
24769 2005-08-24  Bruno Haible  <bruno@clisp.org>
24770
24771         * gnulib-tool (import): Change --aux-dir default to "build-aux".
24772
24773 2005-08-24  Bruno Haible  <bruno@clisp.org>
24774
24775         * gnulib-tool (func_version): Update.
24776
24777 2005-08-24  Bruno Haible  <bruno@clisp.org>
24778
24779         * gnulib-tool (func_import, func_create_testdir,
24780         func_create_megatestdir): Quote all autoconf macro arguments.
24781
24782 2005-08-24  Bruno Haible  <bruno@clisp.org>
24783
24784         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
24785         option --force, because --force causes the aclocal.m4 of each
24786         subdirectory to be newer than the corresponding config.h.in.
24787
24788 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
24789
24790         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
24791         All contents moved to gl_REGEX.
24792         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
24793         assume that it does.
24794
24795 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
24796
24797         * lib/regex.h (REG_NOSYS)
24798         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
24799         Define, since POSIX requires it as of 2001.
24800         (_REG_ENOSYS)
24801         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
24802         New private symbol, used to keep the enum signed in all cases.
24803         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
24804         Youngman in
24805         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
24806
24807         * lib/regex_internal.c (re_string_skip_chars, register_state):
24808         (calc_state_hash):
24809         Remove forward decls; no longer needed now that we use prototypes.
24810         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
24811         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
24812         (clean_state_log_if_needed): Likewise.
24813
24814 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
24815
24816         * config/srclist.txt: Add glibc bugs 1231-1233.
24817
24818 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
24819
24820         Fix problems reported by Sam Steingold in
24821         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
24822         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
24823         assumed that reg_errcode_t is a signed type, which is not
24824         necessarily true if _XOPEN_SOURCE is not defined.
24825         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
24826         since some compilers warn about it otherwise.
24827
24828 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
24829
24830         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
24831         (init_word_char, create_initial_state, duplicate_node_closure):
24832         (fetch_token, peek_token_bracket, build_range_exp):
24833         (build_collating_symbol): Remove forward decls; no longer needed
24834         now that we use prototypes.
24835
24836         * lib/regcomp.c:
24837         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
24838         (re_compile_fastmap_iter, regcomp, regerror, regfree):
24839         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
24840         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
24841         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
24842         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
24843         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
24844         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
24845         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
24846         (build_range_exp, build_collating_symbol, parse_bracket_exp):
24847         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
24848         (build_charclass, build_charclass_op, fetch_number, create_tree):
24849         (create_token_tree, mark_opt_subexp, duplicate_tree):
24850         Use prototypes rather than old-style definitions.
24851
24852         * lib/regex_internal.c:
24853         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
24854         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
24855         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
24856         (re_string_reconstruct, re_string_peek_byte_case):
24857         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
24858         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
24859         (re_node_set_init_copy, re_node_set_add_intersect):
24860         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
24861         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
24862         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
24863         (re_acquire_state, re_acquire_state_context, register_state):
24864         (create_ci_newstate, create_cd_newstate, free_state):
24865         Likewise.
24866         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
24867         re_search_2):
24868         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
24869         (re_search_internal, prune_impossible_nodes):
24870         (acquire_init_state_context, check_matching, static):
24871         (check_halt_node_context, check_halt_state_context, proceed_next_node):
24872         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
24873         (update_regs, sift_states_backward, build_sifted_states):
24874         (clean_state_log_if_needed, merge_state_array):
24875         (update_cur_sifted_state, add_epsilon_src_nodes):
24876         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
24877         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
24878         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
24879         (find_recover_state, check_subexp_matching_top, transit_state_mb):
24880         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
24881         (check_arrival, check_arrival_add_next_nodes):
24882         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
24883         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
24884         (check_node_accept_bytes, check_node_accept, extend_buffers):
24885         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
24886         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
24887         (sift_ctx_init):
24888         Likewise.
24889
24890         * lib/regex_internal.h:
24891         (re_string_allocate, re_string_construct, re_string_reconstruct):
24892         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
24893         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
24894         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
24895         (re_string_context_at, re_string_peek_byte_case):
24896         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
24897         is defined, since we now use prototypes always.
24898
24899         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
24900         C89 or better.  All uses removed.
24901
24902 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
24903
24904         * config/srclist.txt: Add glibc bugs 1220-1227.
24905
24906 2005-08-20  Jim Meyering  <jim@meyering.net>
24907
24908         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
24909         of unused local, dfa.
24910
24911 2005-08-20  Bruno Haible  <bruno@clisp.org>
24912
24913         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
24914
24915 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24916
24917         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
24918         (re_node_set_insert_last, re_dfa_add_node):
24919         Rename local variables to avoid GCC shadowing warnings.
24920
24921 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24922
24923         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
24924         [defined lint]: Suppress bogus uninitialized-variable warnings.
24925
24926         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
24927         and let the caller return REG_ESPACE if out of space.  This
24928         removes an uninitialied-variable warning with GCC 4.0.1, and also
24929         avoids taking the address of a local variable.  All callers
24930         changed.
24931
24932 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24933
24934         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
24935         $LIBCSRC/posix/regexec.c.
24936         Add glibc bug 1217 for regcomp.c.
24937
24938 2005-08-19  Jim Meyering  <jim@meyering.net>
24939
24940         * lib/regexec.c (proceed_next_node): Redo local variables to
24941         avoid GCC shadowing warnings.
24942
24943 2005-08-18  Bruno Haible  <bruno@clisp.org>
24944
24945         * lib/strstr.c (strstr): Fix return value in multibyte case.
24946         * lib/strcasestr.c (strcasestr): Likewise.
24947
24948 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
24949
24950         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
24951
24952 2005-08-17  Jim Meyering  <jim@meyering.net>
24953
24954         Make the %s format (seconds since the epoch) work for a negative
24955         number and when used with a zero-padded field width, e.g. %015s.
24956
24957         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
24958         label so that it precedes the code to set `digits'.  Otherwise,
24959         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
24960         print `00-22'.  Now, it prints `-0022', as it should.
24961
24962 2005-08-17  Bruno Haible  <bruno@clisp.org>
24963
24964         * modules/strstr (Files): Add m4/mbrtowc.m4.
24965         (Depends-on): Add mbuiter.
24966
24967 2005-08-17  Bruno Haible  <bruno@clisp.org>
24968
24969         * modules/strcasestr: New file.
24970         * MODULES.html.sh (String handling, based on ANSI C 89): Add
24971         strcasestr.
24972
24973 2005-08-17  Bruno Haible  <bruno@clisp.org>
24974
24975         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
24976
24977 2005-08-17  Bruno Haible  <bruno@clisp.org>
24978
24979         * modules/mbuiter: New file.
24980         * MODULES.html.sh (Extended multibyte and wide character utilities):
24981         Add mbuiter.
24982
24983 2005-08-17  Bruno Haible  <bruno@clisp.org>
24984
24985         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
24986         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
24987
24988 2005-08-17  Bruno Haible  <bruno@clisp.org>
24989
24990         * m4/strcasestr.m4: New file.
24991
24992 2005-08-17  Bruno Haible  <bruno@clisp.org>
24993
24994         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
24995         * lib/strstr.c: Completely rewritten, with multibyte locale support.
24996
24997 2005-08-17  Bruno Haible  <bruno@clisp.org>
24998
24999         * lib/strcasestr.h: New file.
25000         * lib/strcasestr.c: New file.
25001
25002 2005-08-17  Bruno Haible  <bruno@clisp.org>
25003
25004         * lib/strcasecmp.c: Use mbuiter.h.
25005
25006 2005-08-17  Bruno Haible  <bruno@clisp.org>
25007
25008         * lib/mbuiter.h: New file.
25009
25010 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
25011
25012         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
25013         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
25014         and gl_GETOPT are both invoked via different paths (as happens
25015         with GNU tar CVS because it uses both argp and getopt), the former
25016         wins.
25017
25018 2005-08-16  Bruno Haible  <bruno@clisp.org>
25019
25020         * modules/tls: New file.
25021         * MODULES.html.sh (Multithreading): Add tls.
25022
25023 2005-08-16  Bruno Haible  <bruno@clisp.org>
25024
25025         * modules/strnlen1: New file.
25026         * MODULES.html.sh (String handling): Add strnlen1.
25027
25028 2005-08-16  Bruno Haible  <bruno@clisp.org>
25029
25030         * modules/strcase (Files): Add m4/mbrtowc.m4.
25031         (Depends-on): Add strnlen1, mbchar.
25032
25033 2005-08-16  Bruno Haible  <bruno@clisp.org>
25034
25035         * modules/mbiter: New file.
25036         * MODULES.html.sh (Extended multibyte and wide character utilities):
25037         Add mbiter.
25038
25039 2005-08-16  Bruno Haible  <bruno@clisp.org>
25040
25041         * modules/mbfile: New file.
25042         * MODULES.html.sh (Extended multibyte and wide character utilities):
25043         Add mbfile.
25044
25045 2005-08-16  Bruno Haible  <bruno@clisp.org>
25046
25047         * modules/mbchar: New file.
25048         * MODULES.html.sh (Extended multibyte and wide character utilities):
25049         New section.
25050
25051 2005-08-16  Bruno Haible  <bruno@clisp.org>
25052
25053         * m4/tls.m4: New file, from GNU gettext.
25054
25055 2005-08-16  Bruno Haible  <bruno@clisp.org>
25056
25057         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
25058         always.
25059         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
25060
25061 2005-08-16  Bruno Haible  <bruno@clisp.org>
25062
25063         * m4/mbiter.m4: New file.
25064
25065 2005-08-16  Bruno Haible  <bruno@clisp.org>
25066
25067         * m4/mbfile.m4: New file.
25068
25069 2005-08-16  Bruno Haible  <bruno@clisp.org>
25070
25071         * m4/mbchar.m4: New file.
25072
25073 2005-08-16  Bruno Haible  <bruno@clisp.org>
25074
25075         * lib/tls.h: New file, from GNU gettext.
25076         * lib/tls.c: New file, from GNU gettext.
25077
25078 2005-08-16  Bruno Haible  <bruno@clisp.org>
25079
25080         * lib/strnlen1.h: New file.
25081         * lib/strnlen1.c: New file.
25082
25083 2005-08-16  Bruno Haible  <bruno@clisp.org>
25084
25085         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
25086         (mbi_init): Update.
25087         (mbi_avail, mbi_advance): Let the iteration end before the terminating
25088         NUL byte, not after it.
25089
25090 2005-08-16  Bruno Haible  <bruno@clisp.org>
25091
25092         * lib/strcase.h (strcasecmp): Add note in comments.
25093         * lib/strncasecmp.c: Use code from strcasecmp.c.
25094         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
25095         (strcasecmp): Work correctly in multibyte locales.
25096
25097 2005-08-16  Bruno Haible  <bruno@clisp.org>
25098
25099         * lib/mbiter.h: New file.
25100
25101 2005-08-16  Bruno Haible  <bruno@clisp.org>
25102
25103         * lib/mbfile.h: New file.
25104
25105 2005-08-16  Bruno Haible  <bruno@clisp.org>
25106
25107         * lib/mbchar.h: New file.
25108         * lib/mbchar.c: New file.
25109
25110 2005-08-16  Bruno Haible  <bruno@clisp.org>
25111
25112         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
25113         the valid ones. Makes the comparison operations transitive:
25114         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
25115         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
25116
25117 2005-08-15  Simon Josefsson  <jas@extundo.com>
25118
25119         * modules/ssize_t (License): Change to 'unlimited'.
25120
25121         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
25122
25123 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
25124
25125         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
25126         Add comments for each pending glibc patch.
25127
25128 2005-08-15  Bruno Haible  <bruno@clisp.org>
25129
25130         * lib/regex.h (__restrict_arr): Don't define to __restrict if
25131         __cplusplus is defined.
25132
25133 2005-08-14  Jim Meyering  <jim@meyering.net>
25134
25135         Sync from coreutils.
25136
25137         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
25138         Use the hash-table-based cycle-detection code not just when
25139         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
25140         Reported by James Youngman in
25141         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
25142         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
25143         FTS_TIGHT_CYCLE_CHECK.
25144         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
25145         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
25146         once again.
25147         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
25148         * lib/fts.c (fd_safer): Remove decl.
25149         Include fcntl--.h rather than unistd-safer.h
25150         (fts_safe_changedir): Don't call fd_safer; no longer needed
25151         now that we include fcntl--.h.
25152
25153 2005-08-12  Simon Josefsson  <jas@extundo.com>
25154
25155         * modules/getndelim2: Use ssize_t module.
25156         * modules/getnline: Likewise.
25157         * modules/safe-read: Likewise.
25158         * modules/xreadlink: Likewise.
25159
25160         * modules/ssize_t: New file.
25161
25162 2005-08-12  Simon Josefsson  <jas@extundo.com>
25163
25164         * m4/readline.m4: Look for termcap, curses or ncurses if required.
25165
25166 2005-08-12  Simon Josefsson  <jas@extundo.com>
25167
25168         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
25169         ssize_t.
25170
25171 2005-08-12  Simon Josefsson  <jas@extundo.com>
25172
25173         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
25174         readline, getdelim and check_version.
25175         (Support for systems lacking ISO C 99: Sizes of integer types):
25176         Add size_max.
25177
25178 2005-08-12  Bruno Haible  <bruno@clisp.org>
25179
25180         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
25181
25182 2005-08-11  Simon Josefsson  <jas@extundo.com>
25183
25184         * modules/readline: New file.
25185
25186         * modules/strnlen (Files): Add strnlen.h.
25187
25188 2005-08-11  Simon Josefsson  <jas@extundo.com>
25189
25190         * m4/readline.m4: New file.
25191
25192 2005-08-11  Simon Josefsson  <jas@extundo.com>
25193
25194         * lib/readline.h, readline.c: New file.
25195
25196 2005-08-11  Simon Josefsson  <jas@extundo.com>
25197
25198         * doc/gnulib.texi (Initial import, Finishing touches): Mention
25199         gl_AVOID.
25200
25201 2005-08-11  Bruno Haible  <bruno@clisp.org>
25202
25203         * lib/strnlen.h (strnlen): Change parameter name to match comment.
25204
25205 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
25206
25207         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
25208
25209 2005-08-10  Simon Josefsson  <jas@extundo.com>
25210
25211         * tests/test-iconvme.c: New file.
25212
25213 2005-08-10  Simon Josefsson  <jas@extundo.com>
25214
25215         * m4/strnlen.m4: New file.
25216
25217         * m4/strndup.m4: Don't check for strnlen declaration, done in
25218         strnlen.m4.
25219
25220 2005-08-10  Simon Josefsson  <jas@extundo.com>
25221
25222         * lib/strndup.c: Use strnlen.h.
25223
25224         * lib/strnlen.h: New file.
25225
25226 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
25227
25228         * README: Typos.
25229
25230 2005-08-02  Simon Josefsson  <jas@extundo.com>
25231
25232         * modules/readline: New file.
25233
25234 2005-08-02  Simon Josefsson  <jas@extundo.com>
25235
25236         * modules/getdelim: New file.
25237
25238         * modules/getline: Rewrite, don't use getndelim2.
25239
25240 2005-08-02  Simon Josefsson  <jas@extundo.com>
25241
25242         * m4/getline.m4: Separate out getdelim stuff into separate module.
25243
25244         * m4/getdelim.m4: New file.
25245
25246 2005-08-02  Simon Josefsson  <jas@extundo.com>
25247
25248         * lib/getline.h, getline.c: Rewrite.
25249
25250         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
25251
25252 2005-07-31  Bruno Haible  <bruno@clisp.org>
25253
25254         * lib/lock.h (gl_lock_initializer): New macro.
25255         (gl_lock_define_initialized): Use it.
25256         (gl_rwlock_initializer): New macro.
25257         (gl_rwlock_define_initialized): Use it.
25258         (gl_recursive_lock_initializer): New macro.
25259         (gl_recursive_lock_define_initialized): Use it.
25260
25261 2005-07-30  Karl Berry  <karl@gnu.org>
25262
25263         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
25264         Report from Ben Pfaff, regarding getopt.
25265
25266 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
25267
25268         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
25269         normal way.
25270         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
25271         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
25272         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
25273         (gl_GETOPT): Use the new macros.  Most of the implementation
25274         is moved to the new macros.  This is for programs like Emacs
25275         that don't want all the functionality of gl_GETOPT.
25276
25277 2005-07-26  Bruno Haible  <bruno@clisp.org>
25278
25279         * m4/lock.m4: Update from GNU gettext.
25280
25281 2005-07-26  Bruno Haible  <bruno@clisp.org>
25282
25283         * lib/lock.h: Update from GNU gettext.
25284         * lib/lock.c: Update from GNU gettext.
25285
25286 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
25287
25288         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
25289         obsolescent AC_TRY_RUN.  Include the default includes files, for
25290         'exit'.
25291
25292 2005-07-24  Bruno Haible  <bruno@clisp.org>
25293
25294         * modules/visibility: New file.
25295         * MODULES.html.sh (Misc): Add visibility.
25296
25297 2005-07-24  Bruno Haible  <bruno@clisp.org>
25298
25299         * m4/visibility.m4: New file.
25300
25301 2005-07-24  Bruno Haible  <bruno@clisp.org>
25302
25303         * doc/visibility.texi: New file.
25304
25305 2005-07-22  Bruno Haible  <bruno@clisp.org>
25306
25307         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
25308         $(ALLOCA_H), redundant through BUILT_SOURCES.
25309         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
25310         redundant through BUILT_SOURCES.
25311         * modules/byteswap (Makefile.am): Remove explicit dependency on
25312         $(BYTESWAP_H), redundant through BUILT_SOURCES.
25313         * modules/fnmatch (Makefile.am): Remove explicit dependency on
25314         $(FNMATCH_H), redundant through BUILT_SOURCES.
25315         * modules/getopt (Makefile.am): Remove explicit dependency on
25316         $(GETOPT_H), redundant through BUILT_SOURCES.
25317         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
25318         redundant through BUILT_SOURCES.
25319         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
25320         redundant through BUILT_SOURCES.
25321         * modules/stdbool (Makefile.am): Remove explicit dependency on
25322         $(STDBOOL_H), redundant through BUILT_SOURCES.
25323         * modules/stdint (Makefile.am): Remove explicit dependency on
25324         $(STDINT_H), redundant through BUILT_SOURCES.
25325         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
25326         Remove explicit dependency on $(SYSEXITS_H).
25327         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
25328
25329 2005-07-18  Simon Josefsson  <jas@extundo.com>
25330
25331         * lib/check-version.c (check_version): Accept identical versions too.
25332
25333 2005-07-18  Bruno Haible  <bruno@clisp.org>
25334
25335         * modules/lock: New file.
25336         * MODULES.html.sh (Multithreading): New section.
25337
25338 2005-07-18  Bruno Haible  <bruno@clisp.org>
25339
25340         * m4/lock.m4: New file, from GNU gettext.
25341
25342 2005-07-18  Bruno Haible  <bruno@clisp.org>
25343
25344         * lib/lock.h: New file, from GNU gettext.
25345         * lib/lock.c: New file, from GNU gettext.
25346
25347 2005-07-18  Bruno Haible  <bruno@clisp.org>
25348
25349         * lib/lock.h (gl_once_t): New type.
25350         (gl_once_define, gl_once): New macros.
25351         * lib/lock.c (fresh_once): New variable.
25352         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
25353         functions.
25354
25355 2005-07-16  Simon Josefsson  <jas@extundo.com>
25356
25357         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
25358         workaround, suggested by Bruno.
25359
25360 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
25361
25362         * modules/xalloc (Depends-on): Add xalloc-die.
25363         * modules/xvasprintf (Depends-on): Add xalloc-die.
25364
25365 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
25366
25367         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
25368         with a minor change.
25369
25370 2005-07-15  Bruno Haible  <bruno@clisp.org>
25371
25372         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
25373         When using lib/poll.c, define poll as rpl_poll.
25374
25375 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
25376
25377         * modules/argp (Depends-on): Remove unlocked-io.
25378
25379 2005-07-14  Derek Price  <derek@ximbiot.com>
25380
25381         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
25382         for glob symlink bug.
25383
25384 2005-07-14  Bruno Haible  <bruno@clisp.org>
25385
25386         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
25387         Instead, test for *_unlocked function declarations directly.
25388
25389 2005-07-11  Simon Josefsson  <jas@extundo.com>
25390
25391         * modules/size_max: New file.
25392
25393         * modules/xsize: Depend on size_max module for size_max.m4.
25394
25395 2005-07-11  Simon Josefsson  <jas@extundo.com>
25396
25397         * lib/size_max.h: New file.
25398
25399 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
25400
25401         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
25402         copyright symbol and the year.
25403         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
25404         (version_etc_va): Use parameterized copyright notice.
25405         Reword to conform to the current GNU coding standards.
25406
25407 2005-07-11  Karl Berry  <karl@gnu.org>
25408
25409         * doc/gnulib.texi (Quoting): new node.
25410         (Initial import): more info, from Patrice.
25411
25412 2005-07-11  Bruno Haible  <bruno@clisp.org>
25413
25414         * gnulib-tool (func_usage): Document option --avoid.
25415         (Command line options): Handle --avoid.
25416         (func_acceptable): New function.
25417         (func_modules_transitive_closure): Use it.
25418
25419 2005-07-11  Bruno Haible  <bruno@clisp.org>
25420
25421         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
25422         Reported by Jim Meyering.
25423
25424 2005-07-10  Bruno Haible  <bruno@clisp.org>
25425
25426         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
25427         Needed when size_t is smaller than 'unsigned int'.
25428         Reported by Paul Eggert.
25429
25430 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
25431
25432         * modules/argp (Depends-on): Add unlocked-io
25433
25434 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
25435
25436         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
25437         block of defines.
25438
25439 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
25440
25441         * config/srclist.txt: Comment out regcomp.c, since we have a porting
25442         fix now.
25443
25444 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
25445         and Paul Eggert  <eggert@cs.ucla.edu>
25446
25447         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
25448         in wint_t, not wchar_t.  Remove now-unnecessary cast.
25449
25450 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
25451
25452         * modules/regex (Files): Add lib/regex_internal.c,
25453         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
25454         (Depends-on): Add extensions.
25455         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
25456
25457 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
25458
25459         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
25460         pathconf.
25461         * m4/same.m4 (gl_SAME): Likewise.
25462         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
25463
25464         * m4/regex.m4: Adjust to new libc regex implementation.
25465         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
25466         all the .c and .h parts of (the new) regex.
25467         Quote the m4 stuff better.
25468         Check for RE_ICASE bug of old gnulib.
25469         Check for REG_STARTEND of recent libc.
25470         Rename local variables from jm_* to gl_*.
25471         Quote operand of "test -f".
25472         Say "recent enough" version of libc, not "version 2".
25473         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
25474         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
25475         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
25476         Remove check for btowc, isascii.
25477         Require AM_LANGINFO_CODESET.
25478
25479 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
25480
25481         * lib/regex.c, regex.h: Sync from libc.
25482         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
25483         * lib/regexec.c:
25484         New files, synced from libc, except that regex_internal.h
25485         currently has a small porting fix.
25486
25487 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
25488
25489         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
25490         regex_internal.c, regexec.c.
25491         Add regex_internal.h too, but as a comment, since the libc version
25492         is currently broken in gnulib mode.
25493
25494 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
25495
25496         Support programs like Emacs that use gnulib but not gettext.
25497         * MODULES.html.sh (Internationalization functions): Add gettext-h.
25498         * modules/gettext-h: New file.
25499         * modules/gettext (Files): Remove lib/gettext.h.
25500         (Depends-on): Add gettext-h.
25501         (Makefile.am): Remove lib_SOURCES.
25502         * modules/argmatch, modules/c-stack, modules/closeout:
25503         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
25504         * modules/execute, modules/file-type, modules/getaddrinfo:
25505         * modules/getopt, modules/human, modules/javacomp:
25506         * modules/javaexec, modules/mkdir-p, modules/obstack:
25507         * modules/openat, modules/pagealign_alloc, modules/pipe:
25508         * modules/quotearg, modules/regex, modules/rpmatch:
25509         * modules/unicodeio, modules/userspec, modules/version-etc:
25510         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
25511         * modules/xsetenv:
25512         Depend on gettext-h, not gettext.
25513
25514 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
25515
25516         * gnulib-tool (func_import): Add support for 'public domain' license.
25517         * modules/alloca, modules/atexit, modules/memmove:
25518         Now public domain, not GPL.
25519         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
25520         * modules/realloc, modules/strerror, modules/strtod:
25521         Now LGPL, not GPL.
25522
25523 2005-07-05  Bruno Haible  <bruno@clisp.org>
25524
25525         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
25526         autoconf CVS. Needed for mingw.
25527
25528 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
25529
25530         Remove the dependency of the strftime module on the tzset module.
25531         * modules/strftime (Depends-on): Remove dependency on tzset.
25532
25533 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
25534
25535         Remove the dependency of the strftime module on the tzset module.
25536         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
25537         gl_FUNC_TZSET_CLOBBER.
25538
25539 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
25540
25541         Remove the dependency of the strftime module on the tzset module.
25542         * lib/strftime.c (my_strftime)
25543         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
25544         Copy the input structure, to work around some of the bug with
25545         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
25546         Solaris releases, you should also use the tzset module, but we won't
25547         require it as a dependency any more since we don't want LGPLed code
25548         to depend on GPLed code.
25549
25550 2005-07-02  Jim Meyering  <jim@meyering.net>
25551
25552         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
25553         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
25554         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
25555         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
25556
25557 2005-07-02  Jim Meyering  <jim@meyering.net>
25558
25559         * lib/backupfile.c (backup_args): Change a `0' to NULL.
25560
25561 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
25562
25563         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
25564         declares only 'struct timespec;' (!).
25565
25566 2005-07-01  Jim Meyering  <jim@meyering.net>
25567
25568         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
25569         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
25570         * lib/save-cwd.c, tempname.c:
25571         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
25572         and don't include <sys/file.h>).
25573
25574 2005-06-29  Jim Meyering  <jim@meyering.net>
25575
25576         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
25577         type name.  Use the variable name instead.
25578         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
25579         Likewise.
25580
25581 2005-06-28  Simon Josefsson  <jas@extundo.com>
25582
25583         * modules/check-version (Files): Add check-version.m4.
25584
25585 2005-06-28  Simon Josefsson  <jas@extundo.com>
25586
25587         * m4/check-version.m4: New file, suggested by Jim Meyering
25588         <jim@meyering.net>.
25589
25590 2005-06-28  Simon Josefsson  <jas@extundo.com>
25591
25592         * lib/check-version.h, lib/check-version.c: New files.
25593
25594 2005-06-28  Simon Josefsson  <jas@extundo.com>
25595
25596         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
25597         collision with global variable.  Better indentation.  Don't
25598         increment buffer pointer beyond buffer end.  Based on comments
25599         from Paul Eggert <eggert@cs.ucla.edu>.
25600
25601         * lib/base64.h: Indent.
25602
25603 2005-06-28  Simon Josefsson  <jas@extundo.com>
25604
25605         * doc/gnulib.texi (Library version handling): New section.
25606
25607 2005-06-28  Jim Meyering  <jim@meyering.net>
25608
25609         * check-module (find_included_lib_files): Hard-code another
25610         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
25611         but modules/fts-lgpl (correctly) does not list those files.
25612
25613         * modules/canonicalize (Files): Add lib/pathmax.h.
25614
25615 2005-06-25  Simon Josefsson  <jas@extundo.com>
25616
25617         * modules/check-version: New file.
25618
25619 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
25620
25621         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
25622         initializer of struct addrinfo, as an indication that we don't
25623         care how many members the structure has.
25624
25625 2005-06-24  Derek Price  <derek@ximbiot.com>
25626         and Bruno Haible  <bruno@clisp.org>
25627
25628         Remove stat module & update lstat.
25629         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
25630         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25631         * m4/stat.m4: Remove this file.
25632
25633 2005-06-24  Derek Price  <derek@ximbiot.com>
25634         and Bruno Haible  <bruno@clisp.org>
25635
25636         Remove stat module & update lstat.
25637         * lib/stat.c: Remove this file...
25638         (slash_aware_lstat): ...moving this content and its support...
25639         * lib/lstat.c (rpl_lstat): ...into here.
25640         * lib/lstat.h: New file.
25641
25642 2005-06-24  Derek Price  <derek@ximbiot.com>
25643         and Bruno Haible  <bruno@clisp.org>
25644
25645         Remove stat module & update lstat.
25646         * config/srclist.txt (libc sources): Remove stat.
25647
25648 2005-06-24  Derek Price  <derek@ximbiot.com>
25649         and Bruno Haible  <bruno@clisp.org>
25650
25651         Remove stat module & update lstat.
25652         * MODULES.html.sh (stat): Remove.
25653         * MODULES.html: Regenerated.
25654         * modules/lstat (Description): Correct function name.
25655         (Files): Add "lstat.h".
25656         (Depends-on): Remove stat, add xalloc, stat-macros.
25657         * modules/stat: Remove this file.
25658         (Include): Add "lstat.h", remove <sys/stat.h>.
25659
25660 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
25661
25662         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
25663         (ranged_convert): Don't save conversion in a temporary struct.
25664         This causes a warning with GCC 4.0.0, and anyway in the typical
25665         case it's not worth the extra 100 bytes or so of code.
25666         (ranged_convert, __mktime_internal): When calling a function via a
25667         pointer P, use P () rather than (*P) (), as we now assume C89 or
25668         better.
25669
25670 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25671
25672         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
25673         "who -r" failed to give output.  Problem reported by Tim Waugh.
25674
25675         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
25676         (xcalloc): Use it to avoid needless tests.
25677         Problem reported by Jim Meyering.
25678
25679 2005-06-20  Derek Price  <derek@ximbiot.com>
25680
25681         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
25682         unnecessary for Autoconfs > 2.59c.
25683
25684 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25685
25686         * lib/argp.h (__option_is_short): Check upper limit of
25687         __key. Isprint() requires its argument to have the value
25688         of an unsigned char or EOF.
25689
25690 2005-06-16  Jim Meyering  <jim@meyering.net>
25691
25692         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
25693         when either N or S is zero.
25694
25695 2005-06-16  Derek Price  <derek@ximbiot.com>
25696
25697         * m4/bison.m4: Declare YACC & YFLAGS precious.
25698
25699 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
25700
25701         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
25702         multibyte string or pattern, fall back on unibyte matching.
25703         Problem reported by James Youngman.
25704
25705 2005-06-08  Bruno Haible  <bruno@clisp.org>
25706
25707         * modules/csharpcomp: New file.
25708         * MODULES.html.sh (C#): Add csharpcomp.
25709
25710 2005-06-08  Bruno Haible  <bruno@clisp.org>
25711
25712         * m4/csharpcomp.m4: New file, from GNU gettext.
25713
25714 2005-06-08  Bruno Haible  <bruno@clisp.org>
25715
25716         * lib/csharpcomp.h: New file, from GNU gettext.
25717         * lib/csharpcomp.c: New file, from GNU gettext.
25718         * lib/csharpcomp.sh.in: New file, from GNU gettext.
25719
25720 2005-06-08  Bruno Haible  <bruno@clisp.org>
25721
25722         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
25723         warning on mingw.
25724
25725 2005-06-07  Derek Price  <derek@ximbiot.com>
25726
25727         Sync from CVS.
25728         * lib/glob_.h: Indent nested #ifdef.
25729
25730 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
25731
25732         Sync from coreutils.
25733         Use "file name" when talking about file names, instead of "filename"
25734         or "path", as per the GNU coding standards.
25735         * lib/mkdir-p.c: Renamed from makepath.c.
25736         (make_dir_parents): Renamed from make_path.  All callers changed.
25737         * lib/mkdir-p.h: Likewise.  All includers changed.
25738         * lib/filenamecat.c: Renamed from path-concat.c.
25739         (file_name_concat): Renamed from path_concat.  All callers changed.
25740         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
25741         * lib/filenamecat.h: Likewise.  All includers changed.
25742         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
25743         in comments or local variable names.
25744         * lib/basename.c: Likewise.
25745         * lib/canonicalize.c, canonicalize.h: Likewise.
25746         * lib/dirname.c, dirname.h: Likewise.
25747         * lib/euidaccess.c: Likewise.
25748         * lib/exclude.c: Likewise
25749         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
25750         * lib/fsusage.c, fsuage.h: Likewise.
25751         * lib/fts.c, fts_.h: Likewise.
25752         * lib/getcwd.c: Likewise.
25753         * lib/getloadavg.c: Likewise.
25754         * lib/mkstemp.c: Likewise.
25755         * lib/mountlist.c, mountlist.h: Likewise.
25756         * lib/openat.c, openat.h: Likewise.
25757         * lib/readlink-stub.c: Likewise.
25758         * lib/readutmp.c, readutmp.h: Likewise.
25759         * lib/rename.c: Likewise.
25760         * lib/rmdir.c: Likewise.
25761         * lib/same.c: Likewise.
25762         * lib/savedir.c: Likewise.
25763         * lib/stripslash.c: Likewise.
25764         * lib/tempname.c: Likewise.
25765         * lib/xreadlink.c: Likewise.
25766         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
25767         All uses changed.
25768         * lib/exclude.h: Likewise.
25769
25770         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
25771         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
25772         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
25773         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
25774         * lib/pathmax.h: Include <limits.h> unconditionally, since other
25775         files have been getting away with it for years (MORE/BSD 4.3
25776         is extinct now).
25777         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
25778         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
25779
25780         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
25781         Define to 256, not 255, as per modern POSIX.
25782
25783 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
25784
25785         Sync from coreutils.
25786         Use "file name" when talking about file names, instead of "filename"
25787         or "path", as per the GNU coding standards.
25788         * MODULES.html.sh: mkdir-p renamed from makepath.
25789         filenamecat renamed from path-concat.
25790         * modules/filenamecat: Renamed from modules/path-concat.
25791         (Files): filenamecat.h and filenamecat.c renamed from
25792         path-concat.h and path-concat.c.
25793         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
25794         (Include): filenamecat.h, not path-concat.h.
25795         * modules/mkdir-p: Renamed from modules/makepath.
25796         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
25797         makepath.c.
25798         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
25799         (Include): mkdir-p.h, not makepath.h.
25800
25801 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
25802
25803         Sync from coreutils.
25804         * m4/mkdir-p.m4: Renamed from makepath.m4.
25805         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
25806         Rename files from makepath.c to mkdir-p.c, and from
25807         makepath.h to mkdir-p.h.
25808         * m4/filenamecat.m4: Renamed from path-concat.m4.
25809         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
25810         Rename files from path-concat.c to filenamecat.c,
25811         and from path-concat.h to filenamecat.h.
25812         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
25813         "file name" in local variables or comments.
25814         * m4/rename.m4: Likewise.
25815
25816 2005-06-01  Bruno Haible  <bruno@clisp.org>
25817
25818         * modules/csharpexec: New file.
25819         * MODULES.html.sh (C#): New section.
25820
25821 2005-06-01  Bruno Haible  <bruno@clisp.org>
25822
25823         * m4/csharp.m4: New file, from GNU gettext.
25824         * m4/csharpexec.m4: New file, from GNU gettext.
25825
25826 2005-06-01  Bruno Haible  <bruno@clisp.org>
25827
25828         * lib/csharpexec.h: New file, from GNU gettext.
25829         * lib/csharpexec.c: New file, from GNU gettext.
25830         * lib/csharpexec.sh.in: New file, from GNU gettext.
25831
25832 2005-05-31  Derek Price  <derek@ximbiot.com>
25833             Paul Eggert  <eggert@cs.ucla.edu>
25834
25835         Sync from cvs.
25836         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
25837
25838 2005-05-31  Derek Price  <derek@ximbiot.com>
25839             Paul Eggert  <eggert@cs.ucla.edu>
25840
25841         Sync from cvs.
25842         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
25843
25844 2005-05-29  Derek Price  <derek@ximbiot.com>
25845
25846         * config/srclist.txt (glob_.h, glob.c): Add these files.
25847
25848 2005-05-29  Derek Price  <derek@ximbiot.com>
25849
25850         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
25851         * modules/glob: New file.
25852         * modules/getlogin_r: Add link to POSIX spec in description.
25853
25854 2005-05-29  Derek Price  <derek@ximbiot.com>
25855             Paul Eggert  <eggert@cs.ucla.edu>
25856
25857         * m4/glob.m4: New file.
25858
25859 2005-05-29  Derek Price  <derek@ximbiot.com>
25860             Paul Eggert  <eggert@cs.ucla.edu>
25861
25862         * lib/glob_.h, lib/glob.c: New files.
25863
25864 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
25865
25866         * modules/fts (Files): Remove m4/inttypes-pri.m4.
25867         * modules/fts-lgpl (Depends-on): Remove gettext.
25868
25869 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
25870
25871         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
25872         and don't require gt_INTTYPES_PRI.
25873
25874 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
25875
25876         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
25877
25878         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
25879         the configuration hassle isn't worth it.
25880         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
25881         (LONGEST_MODIFIER, PRIuMAX): Remove.
25882
25883 2005-05-27  Bruno Haible  <bruno@clisp.org>
25884
25885         * lib/getlogin_r.h: Remove second include of <stddef.h>.
25886
25887 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
25888
25889         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
25890         _POSIX_PTHREAD_SEMANTICS for Solaris.
25891
25892 2005-05-25  Derek Price  <derek@ximbiot.com>
25893
25894         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
25895
25896 2005-05-25  Derek Price  <derek@ximbiot.com>
25897             Paul Eggert  <eggert@cs.ucla.edu>
25898
25899         * modules/getlogin_r, m4/getlogin_r.m4: New files.
25900         * lib/getlogin_r.c, getlogin_r.h: New files.
25901
25902 2005-05-25  Bruno Haible  <bruno@clisp.org>
25903             Derek Price  <derek@ximbiot.com>
25904
25905         * lib/getlogin_r.h: Simplify API documentation.
25906
25907 2005-05-23  Derek Price  <derek@ximbiot.com>
25908
25909         * modules/minmax (Files): Add m4/minmax.m4.
25910         (configure.ac): Add gl_MINMAX.
25911
25912 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
25913
25914         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
25915         so that unistd-safer.h (GPL'ed code) need not be included.
25916
25917 2005-05-22  Bruno Haible  <bruno@clisp.org>
25918
25919         * m4/minmax.m4: New file.
25920         Based on a patch by Derek Price <derek@ximbiot.com>.
25921
25922 2005-05-22  Bruno Haible  <bruno@clisp.org>
25923
25924         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
25925         (INT64_MIN): Fix definition.
25926         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
25927
25928         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
25929         NEED_SIGNED_INT_TYPES.
25930
25931         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
25932         HAVE_SYSTEM_INTTYPES.
25933
25934 2005-05-22  Bruno Haible  <bruno@clisp.org>
25935
25936         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
25937         Also include <sys/param.h> if it defines MIN, MAX.
25938         Based on a patch by Derek Price <derek@ximbiot.com>.
25939
25940 2005-05-21  Jim Meyering  <jim@meyering.net>
25941
25942         * modules/fts (Files): Add m4/inttypes-pri.m4.
25943         (Depends-on): Add lstat and remove gettext.  Alphabetize.
25944
25945 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
25946
25947         New fts module.
25948         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
25949         (setup_dir, free_dir): New functions.
25950         (enter_dir, leave_dir): Define trivial
25951         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
25952         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
25953         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
25954         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
25955         Move to fts-cycle.c.
25956         (fts_open): Use setup_dir.
25957         (fts_close): Use free_dir.
25958         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
25959         This adds a label and some gotos, but the alternatives were messier.
25960         Check for memory allocation failure when entering a dir.
25961         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
25962         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
25963         (FTS): New member fts_cycle, that is a union that contains the
25964         old active_dir_ht and cycle_state.  All uses changed to mention
25965         fts_cycle.ht and fts_cycle.state.
25966         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
25967         fts.c, with the following changes:
25968         (setup_dir, free_dir): New functions.
25969         (enter_dir): Now returns bool.  Return true if successful, false
25970         if memory exhausted.  All callers changed.
25971         Do not bother partly cleaning up on
25972         memory allocation failure; that is free_dir's job.
25973         However, free ad if hash_insert fails, to avoid memory leak.
25974         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
25975         fts->fts_options to see which union member to use.
25976
25977 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
25978
25979         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
25980         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
25981
25982 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
25983
25984         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
25985
25986 2005-05-20  Jim Meyering  <jim@meyering.net>
25987
25988         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
25989         Now a macro, to pacify GCC.
25990
25991 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
25992
25993         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
25994         of -1.
25995
25996 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
25997
25998         * lib/chown.c (rpl_chown): Return -1 on failure.
25999
26000 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
26001
26002         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
26003         Don't check for stddef.h.
26004         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
26005         don't use its results.
26006         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
26007         since we include them unconditionally.  Don't require
26008         AM_STDBOOL_H, since stdbool is a prerequisite.
26009         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
26010         since we assume C89 or better.
26011         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
26012         as we don't use their results.
26013         Don't check for fchdir, memmove, memset, strrchr, as we use
26014         them unconditionally.
26015         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
26016         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
26017
26018 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
26019
26020         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
26021         Include <stddef.h> unconditionally, since we assume C89 now.
26022         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
26023         * lib/fts.c: Include fts_.h first, to check interface.
26024         Do not include intprops.h; no longer needed.
26025         Include cycle-check.h and hash.h, since fts_.h no longer does.
26026         Remove unnecessary casts of closedir to void.
26027         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
26028         decide whether to decrement nlinks.
26029         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
26030         (FTS): Use struct hash_table * instead of Hash_table, so that
26031         we no longer need to include hash.h here.
26032
26033 2005-05-18  Jim Meyering  <jim@meyering.net>
26034
26035         * modules/dirfd (License): Change to LGPL.  Most of the code
26036         is already in the public domain.
26037
26038 2005-05-18  Jim Meyering  <jim@meyering.net>
26039
26040         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
26041         Reported by Yoann Vandoorselaere.
26042
26043 2005-05-17  Jim Meyering  <jim@meyering.net>
26044
26045         * m4/fts.m4: New file, from coreutils.
26046
26047 2005-05-17  Jim Meyering  <jim@meyering.net>
26048
26049         * lib/fts.c, lib/fts_.h: New files, from coreutils.
26050
26051 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
26052
26053         Sync from coreutils.
26054         * m4/unlinkdir.m4: New file.
26055
26056 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
26057
26058         Sync from coreutils.
26059         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
26060         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
26061         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
26062         White space changes only.
26063         * lib/makepath.c (make_path): Port to hosts where leading "//" is
26064         special.
26065         * lib/yesno.c: Include getline.h, not ctype.h.
26066         (yesno): Don't remove leading white space; POSIX doesn't allow it.
26067         Use getline to remove arbitrary restriction on response length.
26068
26069 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
26070
26071         * config/srclist-update: Spell out "Street" in FSF postal
26072         mail address; this is the style the FSF seems to prefer.
26073
26074         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
26075         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
26076         this updates FSF postal mail address.
26077
26078         Sync from coreutils.
26079         * modules/unlinkdir: New file.
26080         * modules/yesno (Depends-on): Add getline.
26081         * MODULES.html.sh (File system functions): Add unlinkdir.
26082
26083 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
26084
26085         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
26086         lib/strsep.h:
26087         Change the initial comment to refer to GPL, not LGPL.
26088         gnulib-tool will change it to LGPL as needed.
26089
26090         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
26091         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
26092         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
26093         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
26094         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
26095         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
26096         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
26097         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
26098         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
26099         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
26100         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
26101         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
26102         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
26103         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
26104         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
26105         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
26106         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
26107         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
26108         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
26109         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
26110         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
26111         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
26112         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
26113         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
26114         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
26115         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
26116         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
26117         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
26118         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
26119         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
26120         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
26121         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
26122         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
26123         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
26124         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
26125         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
26126         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
26127         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
26128         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
26129         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
26130         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
26131         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
26132         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
26133         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
26134         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
26135         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
26136         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
26137         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
26138         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
26139         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
26140         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
26141         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
26142         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
26143         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
26144         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
26145         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
26146         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
26147         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
26148         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
26149         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
26150         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
26151         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
26152         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
26153         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
26154         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
26155         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
26156         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
26157         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
26158         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
26159         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
26160         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
26161         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
26162         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
26163         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
26164         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
26165         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
26166         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
26167         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
26168         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
26169         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
26170         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
26171         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
26172         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
26173         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
26174         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
26175         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
26176         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
26177         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
26178         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
26179         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
26180         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
26181         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
26182         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
26183         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
26184         lib/yesno.c, lib/yesno.h:
26185         Update FSF postal mail address.
26186
26187 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
26188
26189         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
26190         tests/test-memmem.c, tests/test-stpncpy.c:
26191         Update FSF postal mail address.
26192
26193 2005-05-13  Bruno Haible  <bruno@clisp.org>
26194
26195         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
26196         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
26197         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
26198         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
26199         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
26200         Add support for 64-bit integers in the MSVC compiler.
26201
26202 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26203
26204         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
26205
26206 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
26207
26208         * gnulib-tool (func_import): Sort and uniquify recommended includes.
26209
26210 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
26211
26212         * doc/getdate.texi (General date syntax): Don't say that date
26213         date --iso-8601=ns generates acceptable dates; it doesn't yet.
26214         Problem reported by Nic Ferrier.
26215
26216 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26217
26218         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
26219         specified in ai_socktype. Fix invalid ai_protocol
26220         check. ai_protocol is usually set to 0 or depending on
26221         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
26222         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
26223         ai_socktype / ai_protocol in the returned addrinfo structure.
26224
26225 2005-05-10  Simon Josefsson  <jas@extundo.com>
26226
26227         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
26228         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
26229
26230 2005-05-10  Karl Berry  <karl@gnu.org>
26231
26232         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
26233         (from http://www.gnu.org/licenses).
26234         * doc/COPYING.LIB: also rename to COPYING.LESSER.
26235         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
26236         fdl.texi suffices.
26237
26238 2005-05-10  Karl Berry  <karl@gnu.org>
26239
26240         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
26241         (COPYING.DOC): remove.
26242
26243         * config/srclist-update: new FSF address.
26244
26245 2005-05-10  Derek Price  <derek@ximbiot.com>
26246
26247         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
26248         possible.
26249
26250 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26251             Bruno Haible  <bruno@clisp.org>
26252
26253         * modules/inet_ntop: New file.
26254         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
26255         inet_ntop.
26256
26257 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26258             Bruno Haible  <bruno@clisp.org>
26259
26260         * m4/inet_ntop.m4: New file.
26261
26262 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26263             Bruno Haible  <bruno@clisp.org>
26264
26265         * lib/inet_ntop.h: New file.
26266         * lib/inet_ntop.c: New file, from glibc with modifications.
26267
26268 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
26269
26270         * modules/time_r (License): Change to LGPL.
26271         * modules/extensions (License): Change to LGPL.  Actually,
26272         the license is more permissive than that, but currently gnulib-tool
26273         doesn't know how to handle more-permissive licenses.
26274
26275         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
26276         Problem reported by Dave Love.
26277
26278 2005-05-08  Jim Meyering  <jim@meyering.net>
26279
26280         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
26281         blank.
26282
26283 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
26284
26285         * modules/argmatch (Depends-on): Add stdbool.
26286         * modules/backupfile (Depends-on): Likewise.
26287         * modules/chdir-long (Depends-on): Likewise.
26288         * modules/closeout (Depends-on): Likewise.
26289         * modules/cycle-check (Depends-on): Likewise.
26290         * modules/dirname (Depends-on): Likewise.
26291         * modules/fnmatch (Depends-on): Likewise.
26292         * modules/fsusage (Depends-on): Likewise.
26293         * modules/fwriteerror (Depends-on): Likewise.
26294         * modules/getcwd (Depends-on): Likewise.
26295         * modules/getloadavg (Depends-on): Likewise.
26296         * modules/hard-locale (Depends-on): Likewise.
26297         * modules/makepath (Depends-on): Likewise.
26298         * modules/mountlist (Depends-on): Likewise.
26299         * modules/nanosleep (Depends-on): Likewise.
26300         * modules/posixtm (Depends-on): Likewise.
26301         * modules/quotearg (Depends-on): Likewise.
26302         * modules/readtokens (Depends-on): Likewise.
26303         * modules/readtokens0 (Depends-on): Likewise.
26304         * modules/readutmp (Depends-on): Likewise.
26305         * modules/save-cwd (Depends-on): Likewise.
26306         * modules/strftime (Depends-on): Likewise.
26307         * modules/userspec (Depends-on): Likewise.
26308         * modules/utimecmp (Depends-on): Likewise.
26309         * modules/xgetcwd (Depends-on): Likewise.
26310         * modules/xnanosleep (Depends-on): Likewise.
26311         * modules/xstrtod (Depends-on): Likewise.
26312         * modules/yesno (Depends-on): Likewise.
26313
26314 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
26315
26316         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
26317         needless checks.
26318
26319 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
26320
26321         Merge from coreutils.  Among other things,
26322         add bulletproofing for cases where stdin, stdout, or stderr are closed.
26323         * lib/fd-safer.c: New file.
26324         * lib/fcntl-safer.h, open-safer.c: Remove.
26325         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
26326         * lib/dup-safer.c: Include unistd-safer.h first.
26327         Don't include errno.h.
26328         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
26329         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
26330         * lib/file-type.c: Rely on file-type.h change.
26331         * lib/getloadavg.c: Include unistd-safer.h.
26332         (getloadavg): Use safer open.
26333         * lib/getusershell.c: Include "stdio-safer.h".
26334         (getusershell): Use safer fopen.
26335         * lib/long-options.c (long_options): Use NULL rather than 0.
26336         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
26337         'free'.
26338         * lib/modechange.c: Likewise.
26339         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
26340         (MODE_DONE): New constant.
26341         (struct mode_change): Remove 'next' member.
26342         (make_node_op_equals): New function; like the old one of the
26343         same name, except it allocates an array.
26344         (mode_compile, mode_create_from_ref): Use it.
26345         (mode_compile): Allocate result as an array, not a linked list.
26346         Parse octal string ourself, so that we catch mistakes like "+0".
26347         (mode_adjust): Arg is an array, not a linked list.
26348         * lib/modechange.c: Include stat-macros.h, xalloc.h.
26349         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
26350         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
26351         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
26352         Remove.  This is now stat-macros.h's job.
26353         (talloc): Remove.  All callers replaced by xalloc, so that
26354         our invokers don't have to worry about reporting memory failures.
26355         (make_node_op_equals): Remove.
26356         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
26357         New constants.
26358         (struct mode_change): Moved here from modechange.h.
26359         (mode_append_entry): Remove.
26360         (mode_compile): Remove MASKED_OPS arg, since it encouraged
26361         apps to have incorrect behavior.  Use simpler algorithm for head
26362         and tail.  Don't futz with umask; that's now the job of mode_adjust.
26363         Detect more invalid usages rather than having somewhat-random behavior.
26364         Don't insert an "a=" action, as that leads to incorrect behavior.
26365         (mode_compile, mode_create_from_ref): Return NULL on error instead
26366         of an enum, since now there's only one way to have an error.  All
26367         callers changed.
26368         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
26369         at the correct time.  Simplify calculation of "+u" and its ilk.
26370         Don't mishandle "+X".
26371         (mode_free): Remove "register" and localize decls.
26372         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
26373         (struct mode_change): Move to modechange.c; callers don't
26374         need to see this stuff.
26375         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
26376         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
26377         (mode_change, mode_adjust): Reflect the new signatures noted above.
26378         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
26379         that might redefine system include files.
26380         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
26381         (my_usleep): Use NULL rather than (void *) 0.
26382         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
26383         Use siginterrupt to specify that system calls should be interrupted.
26384         (rpl_nanosleep): Move initialization of suspended closer to call of
26385         my_usleep.
26386         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
26387         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
26388         (desirable_utmp_entry): New function.
26389         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
26390         using x2nrealloc, to simplify logic.
26391         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
26392         size calculation.  Do not assume utmp file is a regular file.
26393         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
26394         (READ_UTMP_CHECK_PIDS): New constant.
26395         * lib/save-cwd.c: Include unistd-safer.h.
26396         (save_cwd): Use fd_safer.
26397         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
26398         [!_LIBC] Include "stat-macros.h" instead.
26399         * lib/unistd-safer.h (fd_safer): New decl.
26400
26401 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
26402
26403         * modules/getloadavg (Depends-on): Add unistd-safer.
26404         * modules/getusershell (Depends-on): Add stdio-safer.
26405         * modules/lstat (Depends-on): Remove xalloc.
26406         * modules/mkstemp (Depends-on): Add stat-macros.
26407         * modules/modechange (Depends-on): Remove xstrtol.
26408         Add stat-macros, xalloc.
26409         * modules/save-cwd (Depends-on): Add unistd-safer.
26410         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
26411         * modules/unistd-safer (Files): Add lib/fd-safer.c
26412         (Makefile.am): Remove lib_SOURCES.
26413
26414         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
26415         Remove fcntl-safer; unistd-safer supersedes it.
26416
26417 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
26418
26419         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
26420         AC_HEADER_STAT.
26421         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
26422         (gl_PREREQ_CHOWN): Remove.
26423         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
26424         it.  Don't require AC_HEADER_STAT.
26425         (gl_PREREQ_LSTAT): Remove.
26426         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
26427         Don't require AC_HEADER_STAT.
26428         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
26429         (gl_PREREQ_RMDIR): Remove.
26430         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
26431         mention stat-macros.h or AC_HEADER_STAT, since we'll make
26432         the stat-macros module a prerequisite.
26433         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
26434         * m4/filemode.m4 (gl_FILEMODE): Likewise.
26435         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
26436         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
26437         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
26438         variable names.
26439         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
26440         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
26441         variable prefixes.
26442         * m4/fcntl-safer.m4: Remove.
26443         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
26444         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
26445         Invoke gl_PREREQ_FD_SAFER.
26446         (gl_PREREQ_FD_SAFER): New macro.
26447         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
26448         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
26449         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
26450         Remove duplicate call to AC_LIBOBJ(readutmp).
26451         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
26452
26453         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
26454         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
26455
26456 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
26457
26458         * MODULES.html.sh (Misc): Add byteswap.
26459
26460 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
26461
26462         * modules/getcwd (Depends-on): Add extensions.
26463         * modules/openat (Depends-on): Likewise.
26464
26465 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
26466
26467         * modules/byteswap: New file.
26468
26469 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
26470
26471         * m4/byteswap.m4: New file.
26472
26473 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
26474
26475         * lib/byteswap_.h: New file.
26476
26477 2005-04-25  Karl Berry  <karl@gnu.org>
26478
26479         * m4/gettext.m4: Update from GNU gettext 0.14.4.
26480
26481 2005-04-25  Albert Chin  <china@thewrittenword.com>
26482
26483         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
26484         Toolkit C bug.
26485
26486 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
26487
26488         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
26489         (func_ln_if_changed) Remove forcibly for no error message
26490         in case file does not exist.
26491
26492 2005-04-19  Simon Josefsson  <jas@extundo.com>
26493
26494         * gnulib-tool (Options): Make --symlink mean --symbolic.
26495
26496 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
26497
26498         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
26499
26500 2005-04-16  Simon Josefsson  <jas@extundo.com>
26501
26502         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
26503
26504 2005-04-15  Simon Josefsson  <jas@extundo.com>
26505
26506         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
26507
26508 2005-04-15  Simon Josefsson  <jas@extundo.com>
26509
26510         * gnulib-tool: Rename --symlink to --symbolic.
26511
26512 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
26513
26514         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
26515         symbolic links to files instead of copying/moving.  Add --aux-dir,
26516         specifying directory relative --dir where auxiliary build tools
26517         are placed.
26518
26519 2005-04-14  Bruno Haible  <bruno@clisp.org>
26520
26521         * modules/allocsa (License): Change to LGPL.
26522         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
26523
26524 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
26525
26526         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
26527         that "UTC +1 second" continues to work.  Problem reported
26528         by Dmitry V. Levin.
26529         (relunit_snumber): New rule.
26530         (relunit): Use it.
26531
26532 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
26533
26534         * lib/getdate.y (universal_time_zone_table): New constant.
26535         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
26536         universal_time_zone_table.
26537         (lookup_zone): Prefer universal_time_zone_table to
26538         local_time_zone_table, so that "GMT" time stamps are allowed in
26539         London during the summer.  Problem reported by Ian Abbott.
26540
26541 2005-04-12  Jim Meyering  <jim@meyering.net>
26542
26543         * lib/human.c (humblock): Set *options even when returning due to
26544         xstrtoumax conversion failure.  Thanks to a used-uninitialized
26545         warning from gcc-4.
26546
26547 2005-04-09  Jim Meyering  <jim@meyering.net>
26548
26549         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
26550         -Wuninitialized: initialize tm0.tm_year.
26551
26552 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
26553
26554         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
26555         count, since there's no maximum.  All uses changed.
26556         Add member dsts_seen.
26557         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
26558         not being INT_MAX.
26559         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
26560         Use pc_rels_seen to decide whther a date is absolute.
26561
26562         * lib/getdate.y (number): Don't overwrite year.
26563         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
26564         check.
26565
26566 2005-04-02  Simon Josefsson  <jas@extundo.com>
26567
26568         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
26569         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
26570
26571 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
26572
26573         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
26574         where no absolute path name can be longer than PATH_MAX.
26575
26576 2005-03-27  Jim Meyering  <jim@meyering.net>
26577
26578         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
26579
26580 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
26581
26582         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
26583         "one's complement" -> "ones' complement" in comment, as per Knuth.
26584         "value of type" -> "type or expression" in comment.
26585         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
26586
26587 2005-03-26  Jim Meyering  <jim@meyering.net>
26588
26589         Comment nits.
26590         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
26591         Correct typos: s/or/of/.
26592
26593 2005-03-26  Jim Meyering  <jim@meyering.net>
26594
26595         * modules/check-include-files: Move to ../ and rename to...
26596         * check-module: ...this.
26597
26598 2005-03-25  Jim Meyering  <jim@meyering.net>
26599
26600         * modules/xvasprintf (Files): Add xalloc.h.
26601
26602 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
26603
26604         * modules/gettext (Files): config/config.rpath ->
26605         build-aux/config.rpath
26606         * modules/iconv (Files): Likewise.
26607         Problem reported by Oskar Liljeblad.
26608
26609 2005-03-23  Jim Meyering  <jim@meyering.net>
26610
26611         * modules/check-include-files: New script to check for
26612         missing dependencies, multiple includes, etc.
26613
26614         * modules/c-strtold (Depends-on): Add xalloc.
26615         * modules/c-strtod (Depends-on): Add xalloc.
26616         * modules/hash (Depends-on): Add xalloc.
26617         (Files): Remove lib/xalloc.h.
26618
26619         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
26620         * modules/userspec (Files): Add lib/inttostr.h.
26621
26622 2005-03-23  Jim Meyering  <jim@meyering.net>
26623
26624         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
26625
26626 2005-03-22  Jim Meyering  <jim@meyering.net>
26627
26628         * modules/stat-macros: New module.
26629         * modules/canonicalize, modules/euidaccess, modules/file-type,
26630         * modules/filemode, modules/lchown, modules/makepath,
26631         * modules/rmdir, modules/stat: Depend on new stat-macros module
26632         rather than listing lib/stat-macros.h manually.
26633         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
26634
26635 2005-03-22  Jim Meyering  <jim@meyering.net>
26636
26637         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
26638
26639 2005-03-22  Bruno Haible  <bruno@clisp.org>
26640
26641         * config/srclist.txt: Replace target directory 'config' with
26642         'build-aux'.
26643         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
26644         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
26645         ../build-aux/.
26646
26647 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
26648
26649         * modules/chdir-long (Depends-on): Add mempcpy.
26650
26651         * modules/acl, modules/backupfile, modules/c-strtod,
26652         modules/c-strtold, modules/canon-host, modules/canonicalize,
26653         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
26654         modules/exclude, modules/exitfail, modules/file-type,
26655         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
26656         modules/getdate, modules/getline, modules/getpagesize,
26657         modules/getpass, modules/getugroups, modules/group-member,
26658         modules/hard-locale, modules/hash, modules/human, modules/idcache,
26659         modules/inttostr, modules/long-options, modules/makepath,
26660         modules/md5, modules/memcasecmp, modules/memcoll,
26661         modules/modechange, modules/mountlist, modules/path-concat,
26662         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
26663         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
26664         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
26665         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
26666         modules/strftime, modules/strndup, modules/strverscmp,
26667         modules/timespec, modules/unlocked-io, modules/userspec,
26668         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
26669         modules/yesno:
26670         Remove lib_SOURCES line from Makefile.am section, as this is now
26671         done automatically by the corresponding Autoconf macro.
26672
26673 2005-03-21  Jim Meyering  <jim@meyering.net>
26674
26675         Changes imported from coreutils.
26676
26677         * lib/cycle-check.c: Don't include xalloc.h.
26678
26679         * lib/path-concat.c: Don't include assert.h.
26680         (path_concat): Remove assertion that would have triggered
26681         for ABASE starting with more than one slash.
26682         Reported by Andreas Schwab.
26683
26684         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
26685         properly when ABASE is an absolute file name.
26686         Correct the description of this function.
26687         Include <assert.h>.
26688         Add an assertion and a test driver.
26689         This fixes a bug introduced on 2004-07-02.
26690         Andreas Schwab reported the resulting failure of cp --parents:
26691         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
26692
26693 2005-03-21  Jim Meyering  <jim@meyering.net>
26694
26695         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
26696         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
26697
26698 2005-03-21  Jim Meyering  <jim@meyering.net>
26699         and  Paul Eggert  <eggert@cs.ucla.edu>
26700
26701         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
26702         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
26703         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
26704         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
26705         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
26706         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
26707         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
26708         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
26709         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
26710         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
26711         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
26712         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
26713         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
26714         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
26715         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
26716         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
26717         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
26718         for these modules.
26719
26720 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
26721
26722         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
26723         (which shouldn't happen), generate nothing instead of returning 0
26724         immediately, so that nstrftime (NULL, ...) doesn't return 0.
26725
26726 2005-03-16  Bruno Haible  <bruno@clisp.org>
26727
26728         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
26729         HAVE_LONGLONG_64BIT.
26730
26731 2005-03-16  Bruno Haible  <bruno@clisp.org>
26732
26733         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
26734         HAVE_LONGLONG_64BIT.
26735
26736 2005-03-16  Bruno Haible  <bruno@clisp.org>
26737
26738         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
26739         HAVE_LONGLONG_64BIT.
26740
26741 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
26742
26743         * lib/strftime.c (my_strftime): Prepend space to format so that we can
26744         reliably distinguish strftime failure from empty output on POSIX
26745         hosts.
26746
26747 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
26748
26749         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
26750         (iconv_string): Don't guess a size-zero buffer, as that might cause
26751         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
26752         result would be 'too large', where 'too large' is (heuristically)
26753         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
26754         overflow concerns.  This will prevent some unwanted malloc failures
26755         when the inputs are very large.
26756
26757 2005-03-15  Karl Berry  <karl@gnu.org>
26758
26759         * config/srclist.txt (config.rpath): from gettext.
26760         * config/config.rpath: update.
26761
26762 2005-03-15  Bruno Haible  <bruno@clisp.org>
26763
26764         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
26765         to 'negate'.
26766
26767         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
26768         variable.
26769
26770         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
26771         results.
26772
26773 2005-03-14  Simon Josefsson  <jas@extundo.com>
26774
26775         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
26776         <fx@gnu.org>.
26777
26778 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
26779
26780         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
26781         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
26782         intprops.h.
26783         * lib/strtol.c: Likewise.
26784
26785 2005-03-14  Jim Meyering  <jim@meyering.net>
26786
26787         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
26788         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
26789         to be nonzero so that we (and caller) can detect the difference
26790         between a valid zero-length expansion and an error return, even
26791         when the underlying strftime fails before writing anything into
26792         that location.
26793
26794 2005-03-14  Bruno Haible  <bruno@clisp.org>
26795
26796         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
26797         Update from GNU gettext 0.14.3.
26798
26799 2005-03-10  Jim Meyering  <jim@meyering.net>
26800
26801         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
26802
26803 2005-03-10  Jim Meyering  <jim@meyering.net>
26804
26805         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
26806         so that this module works on systems without fchdir.
26807
26808 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
26809
26810         Factor int-properties macros into a single file, except for
26811         glibc-related files.
26812         * lib/intprops.h: New file.
26813         * lib/getloadavg.c: Include it instead of limits.h.
26814         (INT_STRLEN_BOUND): Remove.
26815         * lib/human.c: Include intprops.h.
26816         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
26817         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
26818         302/1000.
26819         * lib/inttostr.h: Include intprops.h instead of limits.h.
26820         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
26821         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
26822         for consistency with intprops.h.
26823         (time_t_is_integer, twos_complement_arithmetic): Use them.
26824         * lib/sig2str.h: Include <signal.h>, intprops.h.
26825         (INT_STRLEN_BOUND): Remove.
26826         * lib/strftime.c (TYPE_SIGNED): Remove.
26827         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
26828         * lib/strtol.c: Adjust comments to match intprops.h.
26829         * lib/userspec.c: Include intprops.h.
26830         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
26831         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
26832         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
26833         instead of rolling our own expressions.
26834         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
26835
26836         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
26837         instead of int.
26838         (my_strftime): Do not mishandle years close to INT_MAX, by doing
26839         the right thing even if adding 1900 would overflow.  Similarly
26840         for tm_mon + 1 and tm_yday + 1.
26841         Make %Y always equivalent to %C%y, and similarly for %G and %g.
26842         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
26843         (DO_SIGNED_NUMBER): New macro.
26844         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
26845
26846 2005-03-07  Bruno Haible  <bruno@clisp.org>
26847
26848         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
26849
26850 2005-03-07  Bruno Haible  <bruno@clisp.org>
26851
26852         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
26853
26854 2005-03-04  Derek R. Price  <derek@ximbiot.com>
26855
26856         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
26857         (func_import): Only replace files via --import when they have actually
26858         changed.
26859
26860 2005-03-03  Derek R. Price  <derek@ximbiot.com>
26861
26862         * m4/mmap-anon.m4: New file.
26863         * m4/pagealign_alloc.m4: New file.
26864
26865 2005-03-03  Derek R. Price  <derek@ximbiot.com>
26866             Bruno Haible  <bruno@clisp.org>
26867
26868         * modules/pagealign_alloc: New file.
26869         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
26870
26871 2005-03-03  Derek R. Price  <derek@ximbiot.com>
26872             Bruno Haible  <bruno@clisp.org>
26873
26874         * lib/pagealign_alloc.h: New file.
26875         * lib/pagealign_alloc.c: New file.
26876
26877 2005-03-03  Bruno Haible  <bruno@clisp.org>
26878
26879         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
26880         Use an all-permissive copyright notice, recommended by RMS.
26881
26882 2005-03-02  Bruno Haible  <bruno@clisp.org>
26883
26884         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
26885         of AIX, the replacement has to be done only after <string.h> is
26886         included, therefore not in config.h. stpncpy.h does the replacement,
26887         and stpncpy.c uses it.
26888
26889 2005-03-02  Bruno Haible  <bruno@clisp.org>
26890
26891         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
26892         stpncpy.c uses it.
26893
26894 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
26895
26896         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
26897         The workaround isn't strictly needed for POSIX conformance, and
26898         it's too much of a pain to configure and maintain.  We'll ask
26899         people to fix their kernels instead.
26900         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
26901         (NANOSLEEP_BUG_WORKAROUND): Remove.
26902         (xnanosleep): Remove the workaround.
26903
26904 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
26905
26906         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
26907         Reported by Derek Price.
26908         (Include): Add "timespec.h".
26909
26910         * modules/xnanosleep (Depends-on): Remove gethrxtime.
26911
26912 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
26913
26914         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
26915         to detect nanosleep bug.
26916
26917 2005-03-01  Bruno Haible  <bruno@clisp.org>
26918
26919         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
26920
26921 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
26922
26923         * modules/gethrxtime: New file.
26924         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
26925         (Depends-on): Add gethrxtime.
26926         (configure.ac): Add gl_XNANOSLEEP.
26927         (Makefile.am): Remove lib_SOURCES line.
26928
26929 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
26930
26931         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
26932         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
26933
26934 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
26935
26936         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
26937         * lib/timespec.h (gettime): Return void, since it always
26938         succeeds now.  All uses changed.
26939         * lib/gettime.c (gettime) Likewise.
26940         [HAVE_NANOTIME]: Prefer nanotime.
26941         Assume gettimeofday succeeds, as POSIX requires.
26942         Assime time () succeeds, since other code already does.
26943         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
26944         (timespec_subtract): Remove.
26945         (NANOSLEEP_BUG_WORKAROUND): New constant.
26946         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
26947         things considerably.  Use it only on GNU/Linux hosts, since the
26948         workaround shouldn't be needed elsewhere.
26949
26950 2005-02-24  Bruno Haible  <bruno@clisp.org>
26951
26952         * modules/gettext (Files): Add m4/glibc2.m4.
26953
26954 2005-02-24  Bruno Haible  <bruno@clisp.org>
26955
26956         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
26957         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
26958         * m4/progtest.m4:
26959         Update from GNU gettext 0.14.2.
26960         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
26961
26962 2005-02-24  Bruno Haible  <bruno@clisp.org>
26963
26964         * lib/localcharset.c: Update from GNU gettext 0.14.2.
26965         * lib/config.charset: Update from GNU gettext 0.14.2.
26966
26967 2005-02-24  Bruno Haible  <bruno@clisp.org>
26968
26969         * lib/gettext.h: Update from GNU gettext 0.14.2.
26970
26971 2005-02-23  Simon Josefsson  <jas@extundo.com>
26972
26973         * m4/iconvme.m4: New file.
26974
26975 2005-02-23  Jim Meyering  <jim@meyering.net>
26976
26977         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
26978         change.
26979         Thanks to Bruno Haible for catching it.
26980
26981 2005-02-22  Simon Josefsson  <jas@extundo.com>
26982
26983         * modules/iconvme: New file.
26984
26985         * MODULES.html.sh: Add iconvme.
26986
26987 2005-02-22  Simon Josefsson  <jas@extundo.com>
26988
26989         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
26990
26991 2005-02-22  Simon Josefsson  <jas@extundo.com>
26992
26993         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
26994
26995 2005-02-22  Jim Meyering  <jim@meyering.net>
26996
26997         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
26998         s/ifndef/ifdef/.
26999
27000 2005-02-20  Neil Conway  <neilc@samurai.com>
27001
27002         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
27003         returned by OSX/Darwin if the specified buffer is not large
27004         enough for the hostname.
27005
27006 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27007
27008         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
27009         pass it to _help, otherwise the latter coredumps trying to
27010         dereference state.root_argp.
27011
27012 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
27013
27014         * modules/chdir-long (Depends-on): Add memrchr.
27015         * modules/memrchr (Files): Add lib/memrchr.h.
27016         (Include): "memrchr.h".
27017
27018 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
27019
27020         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
27021
27022 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
27023
27024         * lib/memrchr.h: New file.
27025         * lib/chdir-long.c: Include it.
27026         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
27027         Don't bother including stddef.h.
27028
27029 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
27030
27031         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
27032         inclusion.
27033         Include <sys/types.h>, for dev_t.
27034         (ME_DUMMY, ME_REMOTE): Move from here....
27035         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
27036         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
27037         Dmitry V. Levin.
27038         Include mountlist.h first, to test the interface.
27039
27040 2005-01-29  Bruno Haible  <bruno@clisp.org>
27041
27042         * lib/progname.c (program_name): Initialize.
27043         Needed when linking statically on MacOS X.
27044
27045 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
27046
27047         Sync from coreutils.
27048         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
27049         (Depends-on): Add c-strtod.
27050         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
27051
27052 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
27053
27054         Sync from coreutils.
27055         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
27056
27057         Remove files that are specific to coreutils.
27058         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
27059
27060 2005-01-28  Bruno Haible  <bruno@clisp.org>
27061
27062         * modules/javacomp: New file.
27063         * MODULES.html.sh (Java): Add javacomp.
27064
27065 2005-01-28  Bruno Haible  <bruno@clisp.org>
27066
27067         * m4/javacomp.m4: New file, from GNU gettext.
27068
27069 2005-01-28  Bruno Haible  <bruno@clisp.org>
27070
27071         * lib/javacomp.sh.in: New file, from GNU gettext.
27072         * lib/javacomp.h: New file, from GNU gettext.
27073         * lib/javacomp.c: New file, from GNU gettext.
27074
27075 2005-01-26  Simon Josefsson  <jas@extundo.com>
27076
27077         * lib/gai_strerror.c: Use GPL in header.
27078
27079 2005-01-26  Bruno Haible  <bruno@clisp.org>
27080
27081         * modules/javaexec: New file.
27082         * MODULES.html.sh (Java): Add javaexec.
27083
27084 2005-01-26  Bruno Haible  <bruno@clisp.org>
27085
27086         * m4/javaexec.m4: New file, from GNU gettext.
27087
27088 2005-01-26  Bruno Haible  <bruno@clisp.org>
27089
27090         * lib/javaexec.sh.in: New file, from GNU gettext.
27091         * lib/javaexec.h: New file, from GNU gettext.
27092         * lib/javaexec.c: New file, from GNU gettext.
27093
27094 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27095
27096         * modules/lchown (Depends-on): Remove lchown.h
27097
27098 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27099
27100         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
27101         must be defined if the header file was not found, in order
27102         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
27103
27104 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27105
27106         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
27107         initializers for struct pentry_state.
27108         (__argp_error): Check return value of __asprintf
27109         (__argp_failure): Translate error message
27110
27111         * lib/argp-parse.c: Removed braces around the expansion of N_()
27112
27113 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
27114
27115         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
27116         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
27117         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
27118         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
27119         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
27120         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
27121         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
27122         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
27123         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
27124         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
27125         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
27126         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
27127         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
27128         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
27129         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
27130         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
27131         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
27132         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
27133         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
27134         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
27135         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
27136         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
27137         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
27138         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
27139         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
27140         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
27141         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
27142         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
27143         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
27144         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
27145         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
27146         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
27147         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
27148         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
27149         xstrtol.m4, xstrtoumax.m4, yesno.m4:
27150         Use an all-permissive copyright notice, recommended by RMS.
27151
27152 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
27153
27154         * modules/chdir-long (Depends-on): Remove mempcpy.
27155
27156 2005-01-21  Jim Meyering  <jim@meyering.net>
27157
27158         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
27159         same value as for Solaris 9.
27160
27161         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
27162         component length.  This included changing the parameter to be
27163         of type `char *' rather than `char const *'.
27164         * lib/chdir-long.h (chdir_long): Update prototype.
27165
27166         * lib/openat.c (fdopendir, fstatat): New functions.
27167         * lib/openat.h: Include headers required for use of DIR and struct
27168         stat.
27169         [AT_SYMLINK_NOFOLLOW]: Define.
27170         (fdopendir, fstatat): Add prototypes.
27171
27172 2005-01-21  Bruno Haible  <bruno@clisp.org>
27173
27174         * modules/classpath: New file.
27175         * MODULES.html.sh (Java): Add classpath.
27176
27177 2005-01-21  Bruno Haible  <bruno@clisp.org>
27178
27179         * lib/classpath.h: New file, from GNU gettext.
27180         * lib/classpath.c: New file, from GNU gettext.
27181
27182 2005-01-20  Simon Josefsson  <jas@extundo.com>
27183
27184         * modules/version-etc-fsf: New file.
27185
27186 2005-01-20  Simon Josefsson  <jas@extundo.com>
27187
27188         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
27189         * lib/version-etc.c: Remove version_etc_copyright.
27190         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
27191         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
27192
27193 2005-01-20  Simon Josefsson  <jas@extundo.com>
27194
27195         * lib/base64.h (isbase64): Add.
27196
27197         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
27198         using a unsigned prototype, don't inline.
27199         (base64_decode): Use it.
27200
27201 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
27202
27203         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
27204         it.
27205
27206 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
27207
27208         * lib/save-cwd.c (save_cwd): Remove code to support the case
27209         where fchdir is missing or flaky.
27210
27211 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
27212
27213         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
27214
27215 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
27216
27217         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
27218         AC_LIBSOURCES now does this.
27219         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
27220         with new ullong_max module.
27221
27222 2005-01-19  Bruno Haible  <bruno@clisp.org>
27223
27224         * modules/sh-quote: New file.
27225         * MODULES.html.sh (Executing programs): Add sh-quote.
27226
27227 2005-01-19  Bruno Haible  <bruno@clisp.org>
27228
27229         * lib/sh-quote.h: New file, from GNU gettext.
27230         * lib/sh-quote.c: New file, from GNU gettext.
27231
27232 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
27233
27234         Merge from coreutils.
27235         * m4/ullong_max.m4: New file.
27236         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
27237         (gl_MACROS): Assume localeconv exists.
27238
27239 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
27240
27241         Merge changes from coreutils, as described below in several
27242         changelogs dated today.
27243
27244         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
27245         (O_DIRECTORY): Remove; not needed here, since "." must be
27246         a directory.  All uses removed.
27247         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
27248         universal on Suns, and we also need to test for IRIX.
27249         Revamp code to use 'if' rather than '#if'.
27250         Avoid unnecessary comparison of cwd->desc to 0.
27251
27252         * lib/utimens.c (futimens): Robustify the previous patch, by checking
27253         for known valid error numbers rather than observed invalid ones.
27254
27255 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
27256
27257         * modules/ullong_max: New file.
27258
27259         * modules/chdir-long, modules/openat: New files.
27260         * modules/save-cwd (Depends-on): Depend on chdir-long.
27261         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
27262
27263 2005-01-18  Jim Meyering  <jim@meyering.net>
27264
27265         Merge from coreutils.
27266         * m4/chdir-long.m4, m4/openat.m4: New files.
27267         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
27268         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
27269         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
27270         is sane and DOES follow symlinks.  Besides, testing 20 different
27271         systems found no broken chown implementations.
27272         Prompted by a change in rsync's copy of this macro.
27273         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
27274
27275         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
27276
27277         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
27278         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
27279         NULL-means-set-to-current-time semantics.
27280         Remove temporary file immediately, rather than waiting
27281         for configure's at-exit trap code to do it.
27282
27283 2005-01-18  Jim Meyering  <jim@meyering.net>
27284
27285         * lib/version-etc.c (version_etc_copyright): Update copyright date.
27286
27287         * lib/utimens.c (futimens): Account for the fact that futimes
27288         can also fail with errno == ENOSYS or errno == ENOENT.
27289         Patch from Dmitry V. Levin.
27290
27291         Change the name of the robust chdir function from chdir to chdir_long.
27292         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
27293         (restore_cwd): Use chdir_long, not chdir.
27294         * lib/chdir-long.c: Renamed from chdir.c.
27295         * lib/chdir-long.h: Renamed from chdir.h.
27296         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
27297         Hurd.
27298
27299 2005-01-18  Bruno Haible  <bruno@clisp.org>
27300
27301         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
27302         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
27303         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
27304         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
27305         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
27306         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
27307         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
27308         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
27309         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
27310         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
27311         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
27312         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
27313         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
27314         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
27315         Use an all-permissive copyright notice, recommended by RMS.
27316
27317 2005-01-18  Bob Proulx  <bob@proulx.com>
27318
27319         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
27320         simplify offsetof() macro construct to avoid compile failure with
27321         native HP-UX 11.0 ANSI C compiler.
27322
27323 2005-01-17  Bruno Haible  <bruno@clisp.org>
27324
27325         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
27326         redundant because stpncpy.m4 takes care of it.
27327
27328 2005-01-17  Bruno Haible  <bruno@clisp.org>
27329
27330         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
27331
27332 2005-01-17  Bruno Haible  <bruno@clisp.org>
27333
27334         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
27335         used.
27336
27337 2005-01-17  Bruno Haible  <bruno@clisp.org>
27338
27339         * lib/fwriteerror.h (fwriteerror): Change specification to include
27340         fclose.
27341         * lib/fwriteerror.c: Include <stdbool.h>.
27342         (fwriteerror): At the end, close the file stream. Record whether
27343         stdout was already closed.
27344
27345 2005-01-17  Bruno Haible  <bruno@clisp.org>
27346
27347         * lib/execute.c (environ): Declare if needed.
27348         * lib/pipe.c (environ): Likewise.
27349         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
27350
27351 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27352
27353         * modules/argp: Depend on vsnprintf
27354
27355 2005-01-10  Jim Meyering  <jim@meyering.net>
27356
27357         * modules/closeout (Depends-on): Add atexit.
27358
27359 2005-01-06  Bruno Haible  <bruno@clisp.org>
27360
27361         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
27362
27363 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
27364
27365         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
27366         definitions to be after all include files, to avoid collisions.
27367         Problem reported by Bob Proulx.
27368
27369 2005-01-04  Jim Meyering  <jim@meyering.net>
27370
27371         Changes imported from coreutils.
27372         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
27373         as the mkstemp template, use a temporary directory and an
27374         8.3-friendly template to avoid trouble on systems like DJGPP.
27375         Reported by Juan M. Guerrero via Stepan Kasal.
27376         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
27377         close. Remove the temporary directory right away, rather than waiting
27378         for configure's at-exit trap code to do it.
27379         Suggestion from Stepan Kasal.
27380
27381 2005-01-01  Simon Josefsson  <jas@extundo.com>
27382
27383         * gnulib-tool: Print #include directives when --import'ing.
27384
27385 2004-12-28  Simon Josefsson  <jas@extundo.com>
27386
27387         * tests/test-base64.c: Include required header files.  Remove
27388         unused variables.
27389
27390 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
27391
27392         * modules/error (Depends-on): Remove gettext.
27393
27394 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
27395
27396         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
27397         not needed.  This removes a dependency on the gettext module.
27398         [defined _LIBC]: Do not include <libintl.h>; not needed.
27399
27400 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
27401
27402         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
27403         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
27404
27405 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
27406
27407         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
27408         HAVE_DECL_STRTOLD.
27409
27410 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
27411
27412         * modules/getdate (Depends-on): Remove alloca-opt.
27413
27414 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
27415
27416         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
27417
27418 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
27419
27420         * lib/argp-parse.c: Include <stddef.h>.
27421         (alignof, alignto): New macros.
27422         (parser_init): Don't assume that void * is aligned sufficiently
27423         for struct option.
27424
27425         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
27426         need to extend the stack.
27427         (YYINITDEPTH): New macro, so that the initial stack isn't overly
27428         large.
27429
27430 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27431
27432         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
27433
27434 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
27435
27436         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
27437         (2004-10-24) change.  Apparently this was a false alarm.
27438
27439         * modules/getdate: Depend on alloca-opt, not alloca.
27440
27441 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
27442
27443         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
27444         Remove now-obsolete comment about AIX.
27445         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
27446         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
27447         (YYMAXDEPTH): New macro.
27448
27449 2004-12-18  Simon Josefsson  <jas@extundo.com>
27450
27451         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
27452
27453 2004-12-18  Bruno Haible  <bruno@clisp.org>
27454
27455         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
27456
27457 2004-12-18  Bruno Haible  <bruno@clisp.org>
27458
27459         * lib/fatal-signal.c (fatal_signals): Make non-const.
27460         (init_fatal_signals): New function.
27461         (uninstall_handlers, install_handlers): Ignore signals that were set to
27462         SIG_IGN.
27463         (at_fatal_signal): Call init_fatal_signals.
27464         (init_fatal_signal_set): Likewise. Ignore signals that were set to
27465         SIG_IGN.
27466         Reported by Paul Eggert.
27467
27468 2004-12-18  Bruno Haible  <bruno@clisp.org>
27469
27470         * doc/alloca.texi: New file.
27471         * doc/alloca-opt.texi: New file.
27472
27473 2004-12-17  Jim Meyering  <jim@meyering.net>
27474
27475         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
27476         Otherwise, install-sh could exit with improper exit status when
27477         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
27478
27479 2004-12-16  Simon Josefsson  <jas@extundo.com>
27480
27481         * tests/test-base64.c: Add license.
27482
27483 2004-12-15  Stepan Kasal  <address@hidden>
27484
27485         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
27486
27487 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
27488
27489         * modules/getcwd (Files): Add m4/d-ino.m4.
27490         Suggested by Mark D. Baushke.
27491
27492 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
27493
27494         * lib/getdate.y (textint): New member "negative".
27495         (time_zone_hhmm): New function.
27496         Expect 14 shift-reduce conflicts, not 13.
27497         (o_colon_minutes): New rule.
27498         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
27499         (yylex): Set the "negative" member of signed numbers.
27500
27501 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
27502
27503         * doc/getdate.texi (Time of day items, Time zone items):
27504         Describe new formats +00:00, UTC+00:00.
27505
27506 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
27507
27508         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
27509         spurious "-l"s.  Problem reported by Stepan Kasal.
27510
27511 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
27512
27513         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
27514         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
27515
27516 2004-12-04  Simon Josefsson  <jas@extundo.com>
27517
27518         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
27519         Vandoorselaere <yoann@prelude-ids.org>.
27520
27521 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
27522
27523         Changes imported from coreutils.
27524         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
27525         exist.
27526         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
27527
27528 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
27529
27530         Changes imported from coreutils.
27531         * lib/hard-locale.c: Assume <locale.h> exists.
27532         Include "strdup.h".
27533         (GLIBC_VERSION): New macro.
27534         (hard_locale): Assume setlocale exists.
27535         Rewrite to avoid #ifdef.
27536         Use strdup rather than malloc + strcpy.
27537         * lib/human.c: Assume <locale.h> exists.
27538         (human_readable): Assume localeconv exists.
27539
27540 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
27541
27542         * modules/hard-locale (Depends-on): Add strdup.
27543
27544 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
27545
27546         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
27547         convert T2, not T.  (Imported from libc.)
27548
27549 2004-11-30  Simon Josefsson  <jas@extundo.com>
27550
27551         * modules/restrict (License): Change to LGPL.
27552
27553 2004-11-30  Simon Josefsson  <jas@extundo.com>
27554
27555         * m4/restrict.m4: Add copyright and copying conditions.
27556
27557 2004-11-30  Simon Josefsson  <jas@extundo.com>
27558
27559         * m4/base64.m4: New file.
27560
27561 2004-11-30  Simon Josefsson  <jas@extundo.com>
27562
27563         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
27564         base64.
27565
27566         * tests/test-base64.c: New file.
27567
27568         * modules/base64: New file.
27569
27570 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
27571
27572         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
27573         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
27574
27575         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
27576
27577 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
27578
27579         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
27580         (__getcwd.c): Don't restore errno; glibc doesn't.
27581         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
27582         first, falling back to our code only if its results look suspicious.
27583         Ensure that the resulting buffer is only as large as necessary.
27584
27585         * lib/readutmp.c: Include readutmp.h first.
27586         Include <errno.h>, since readutmp.h no longer does that.
27587         * lib/readutmp.h: Don't include <errno.h>,
27588         <sys/param.h>, <time.h>; not needed to establish interface.
27589         (errno): Remove decl.
27590         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
27591         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
27592         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
27593
27594 2004-11-28  Simon Josefsson  <jas@extundo.com>
27595
27596         * lib/base64.h, base64.c: New file.
27597
27598 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
27599
27600         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
27601
27602 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
27603
27604         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
27605         (Depends-on): Remove pathmax, same.  Add mempcpy.
27606         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
27607         (Makefile.am): Append getcwd.h to lib_SOURCES.
27608         (Include): Add getcwd.h.
27609         (Maintainer): Change from Jim Meyering to "all, glibc",
27610         since getdate now uses intended-for-glibc code.
27611         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
27612         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
27613
27614 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
27615
27616         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
27617         HP's ANSI C compiler.
27618         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
27619         Declaring int functions causes warnings on some modern systems and
27620         shouldn't be needed to compile on ancient ones.
27621         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
27622         defined.
27623
27624         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
27625         with the following changes.
27626         (__set_errno): Parenthesize properly.
27627         Include <stdbool.h>.
27628         (MIN, MAX, MATCHING_INO): New macros.
27629         (__getcwd): Define with prototype, not K&R form.
27630         Use heuristics to allocate default buffer on stack if possible.
27631         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
27632         behavior, and to avoid the PATH_MAX limit when computing
27633         ../../../../...
27634         Use MATCHING_INO to compare inode number to file.
27635         Check for arithmetic overflow in size calculations.
27636         Fix bug in reallocation of dot array that caused getcwd to fail
27637         on directories nested deeper than 75.
27638         Be more careful about saving errno on error.
27639         Do not use realloc; use only free+malloc, as this is a bit
27640         more flexible and avoids a needless copy operation.
27641         Do not inspect st_dev and st_ino for symbolic links; POSIX
27642         doesn't specify the latter.
27643         Check for closedir errors.
27644         Avoid needless casts.
27645         Use "#ifdef weak_alias" around weak_alias, to be like other
27646         glibc code.
27647         The following changes to getcwd.c have effect only when used in
27648         gnulib; they have no effect inside glibc proper.
27649         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
27650         as alloca isn't used.
27651         (alloca, __alloca): Likewise.
27652         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
27653         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
27654         unconditionally, as gnulib assumes C89 or better.
27655         Do not include <sys/param.h>.
27656         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
27657         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
27658         better.
27659         (NULL) [!defined NULL]: Remove; we assume C89 or better.
27660         Include <dirent.h> in a way that is compatible with modern Autoconf.
27661         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
27662         New macros, if not already defined.
27663         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
27664         Use "_LIBC", not "defined _LIBC", for consistency.
27665         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
27666         a mempcpy module.
27667         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
27668         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
27669         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
27670         credit only to Jim Meyering and adjust the copyright dates.
27671         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
27672         <stdlib.h>, <unistd.h>, "pathmax.h".
27673         Instead, include "xgetcwd.h" (first) and "getcwd.h".
27674         (INITIAL_BUFFER_SIZE): Remove.
27675         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
27676
27677 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
27678
27679         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
27680         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
27681         Use the _ONCE methods, for efficiency.
27682         Check for fcntl.h.  In test program, include <errno.h>
27683         and <fcntl.h> if available.  Remove old K&R cruft from
27684         test program.  Check for common errors in GNU/Linux,
27685         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
27686         don't do AC_LIBOBJ, as that's getcwd.m4's job.
27687         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
27688         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
27689         name accordingly.
27690         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
27691         accommodate new getcwd.c.
27692         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
27693         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
27694         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
27695         that's all we need now.
27696
27697 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27698
27699         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
27700         argp-parse.c depends on getopt internals, that means we should
27701         always use our getopt, to be on the safe side.
27702         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
27703         order not to spoil the result of an eventual previous invocation
27704         of gl_GETOPT_SUBSTITUTE.
27705
27706 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27707
27708         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
27709         redefinition warnings. To avoid them, include the defines
27710         in `#if !defined __need_getopt ... #endif'. The only place
27711         where __getopt_argv_const is used is in definitions
27712         of getopt_long and getopt_long_only below, which are as well
27713         protected by `#ifndef __need_getopt'.
27714         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
27715         __need_getopt after including <stdio.h> and <unistd.h> These
27716         headers might have defined it.
27717
27718 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
27719
27720         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
27721
27722 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
27723
27724         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
27725         (futimens): New function, which uses futimes if available.
27726         (futimens, utimens): Support timespec==NULL, with same semantics
27727         as utime and utimens.
27728         * lib/utimens.h (futimens): New decl.
27729
27730 2004-11-23  Jim Meyering  <jim@meyering.net>
27731
27732         * lib/getopt_.h: Remove trailing blanks.
27733
27734 2004-11-23  Jim Meyering  <jim@meyering.net>
27735
27736         * lib/__fpending.c: Add comment.
27737
27738 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
27739
27740         * modules/canonicalize (Depends-on): Add xreadlink.
27741         Problem reported by James Youngman.
27742
27743 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
27744
27745         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
27746         New macros.
27747         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
27748         optopt): Use them instead of invoking ## directly; otherwise, the
27749         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
27750
27751 2004-11-19  Bruno Haible  <bruno@clisp.org>
27752
27753         * lib/strtok_r.c: Move comments from here...
27754         * lib/strtok_r.h: ... to here.
27755
27756 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
27757
27758         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
27759         implementations that mishandle size_t overflow.
27760
27761 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
27762
27763         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
27764         might fail.  Problem reported by Yoann Vandoorselaere.
27765         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
27766         implementations that mishandle size_t overflow.
27767
27768 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
27769
27770         * modules/canon-host (Depends-on): Add strdup.
27771
27772 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
27773
27774         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
27775
27776 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
27777
27778         * lib/canon-host.c: Include "strdup.h".
27779         (canon_host): Use getaddrinfo if available, so that IPv6 works.
27780         Use strdup instead of malloc/strcpy to duplicate strings.
27781
27782         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
27783         (human_space_before_unit): New constant.
27784         * lib/human.c (human_readable): Support it.
27785
27786         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
27787         (xgetcwd): Set errno correctly when failing.
27788         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
27789         the failure is actually due to a PATH_MAX problem.
27790
27791         Further getopt changes to make it more likely that glibc will
27792         buy the changes back.
27793         * lib/getopt.c (POSIXLY_CORRECT): New constant.
27794         (getopt): Use it, so to preserve glibc semantic
27795         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
27796         when compiling for libc.
27797         * lib/getopt_.h (__getopt_argv_const): Bring it back.
27798         (getopt_long, getopt_long_only): Use it.
27799
27800         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
27801         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
27802         (getopt): Argv is now char * const *, as per standard.
27803         (_getopt_internal_r, _getopt_internal): Argv is now char **,
27804         not char *__getopt_argv_const *.
27805         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
27806         _getopt_long_only_r): Likewise.
27807         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
27808         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
27809         _getopt_long_r, _getopt_long_only_r): Likewise.
27810         * lib/getopt_.h (__getopt_argv_const): Remove.
27811         (getopt): Argv is now char * const *, as per standard.
27812
27813         * lib/getdate.y (tORDINAL): New token.
27814         (day, relunit): Allow it for relative times.
27815         (relative_time_table): Use tORDINAL for ordinals.
27816
27817 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
27818
27819         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
27820         Document that "second" isn't allowed as an ordinal number.
27821
27822 2004-11-16  Jim Meyering  <jim@meyering.net>
27823
27824         * modules/closeout (Depends-on): Add fpending.
27825
27826 2004-11-15  Jim Meyering  <jim@meyering.net>
27827
27828         * lib/closeout.c: Include "__fpending.h" once again.
27829         Include <stdbool.h>.
27830         (close_stdout): Don't fail just because stdout was closed initially,
27831         since some programs don't write to stdout in the normal course of
27832         operation (other than --version and --help), and we don't want this
27833         function to make e.g. `touch file >&-' fail.
27834         But do fail if it was closed and someone has tried to write to it.
27835         E.g., `printf foo >&-' must fail.
27836
27837 2004-11-13  Jim Meyering  <jim@meyering.net>
27838
27839         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
27840
27841 2004-11-12  Simon Josefsson  <jas@extundo.com>
27842
27843         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
27844         small doc fix is still pending.
27845
27846 2004-11-11  Simon Josefsson  <jas@extundo.com>
27847
27848         * modules/strtok_r: New file.
27849
27850         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
27851         strtok_r.
27852
27853 2004-11-11  Simon Josefsson  <jas@extundo.com>
27854
27855         * m4/strtok_r.m4: New file.
27856
27857         * m4/getopt.m4: Replace opterr.
27858
27859 2004-11-11  Simon Josefsson  <jas@extundo.com>
27860
27861         * lib/strtok_r.h, strtok_r.c: New file.
27862
27863 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
27864
27865         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
27866         of replacing opterr, getopt, etc.  This should handle the
27867         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
27868
27869 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
27870
27871         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
27872         we can stop lying to compilers about the constness of argv when we
27873         are compiled outside glibc.
27874         (getopt, getopt_long, getopt_long_only): Use it.
27875         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
27876         _getopt_internal, getopt): Likewise.
27877         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
27878         _getopt_long_only_r): Likewise.
27879         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
27880         _getopt_long_r, _getopt_long_only_r): Likewise.
27881
27882         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
27883         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
27884         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
27885         the other external symbols.
27886         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
27887         declaration, since the above renaming now works around collisions.
27888
27889 2004-11-11  Jim Meyering  <jim@meyering.net>
27890
27891         * lib/linebreak.c: Remove trailing blanks.
27892         * lib/alloca_.h: Likewise.
27893         * lib/acosl.c: Likewise.
27894         * lib/euidaccess.c: Likewise.
27895         * lib/allocsa.h: Likewise.
27896
27897 2004-11-10  Simon Josefsson  <jas@extundo.com>
27898
27899         * m4/getaddrinfo.m4: New file.
27900
27901 2004-11-10  Simon Josefsson  <jas@extundo.com>
27902
27903         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
27904
27905 2004-11-10  Simon Josefsson  <jas@extundo.com>
27906
27907         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
27908         getaddrinfo.
27909
27910         * modules/getaddrinfo: New file.
27911
27912 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
27913
27914         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
27915
27916 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
27917
27918         * lib/mktime.c (SHR): New macro, which is a portable
27919         substitute for >> that should work even on Crays.
27920         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
27921         Problem reported by Mark D. Baushke in
27922         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
27923         * lib/getdate.y (SHR): Likewise.
27924         (tm_diff): Use it.
27925         * lib/strftime.c (SHR): Likewise.
27926         (tm_diff): Use it.
27927         * lib/quotearg.c (struct quoting_options): Use unsigned int for
27928         quote_these_too, so that right shifts are well defined.  All uses
27929         changed.
27930
27931 2004-11-10  Jim Meyering  <jim@meyering.net>
27932
27933         Ensure that no close failure goes unreported.
27934         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
27935         return early when it seems there's nothing to flush.
27936         Don't include __fpending.h.
27937
27938 2004-11-10  Jim Meyering  <jim@meyering.net>
27939
27940         * modules/closeout (Depends-on): Remove fpending.
27941
27942 2004-11-10  Jim Meyering  <jim@meyering.net>
27943
27944         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
27945
27946 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
27947
27948         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
27949         gl_FUNC_STRFTIME.
27950         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
27951         and AC_REQUIRE when possible, to avoid duplicate checks.
27952         Check for <wchar.h>.
27953
27954 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
27955
27956         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
27957
27958 2004-11-09  Bruno Haible  <bruno@clisp.org>
27959
27960         * m4/sockpfaf.m4: New file.
27961
27962 2004-11-05  Bruno Haible  <bruno@clisp.org>
27963
27964         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
27965         Reported by Mark D. Baushke <mdb@cvshome.org>.
27966
27967 2004-11-04  Bruno Haible  <bruno@clisp.org>
27968
27969         2004-09-11  Bruno Haible  <bruno@clisp.org>
27970                 * allocsa.valgrind: New file.
27971         2004-02-06  Bruno Haible  <bruno@clisp.org>
27972                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
27973                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
27974                 Reported by Christopher Seip <chris.seip@hp.com>.
27975
27976 2004-11-04  Bruno Haible  <bruno@clisp.org>
27977
27978         * modules/allocsa (Files): Add lib/allocsa.valgrind.
27979         (Makefile.am): Distribute it.
27980
27981 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
27982
27983         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
27984         with errno == ERANGE if the buffer is too small.
27985         Problem reported by Mark D. Baushke.
27986
27987 2004-11-03  Albert Chin  <china@thewrittenword.com>
27988             Paul Eggert  <eggert@cs.ucla.edu>
27989
27990         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
27991         equivalent, substitute $ac_type for equivalent type rather than
27992         blindly using uint32_t *always* which won't work if uint32_t is not
27993         available.  Define _UINT32_T to work around typedef of uint32_t if
27994         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
27995         2.5.1.
27996
27997 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
27998
27999         * m4/jm-macros.m4: Sync from coreutils.
28000         (gl_MACROS): Check for mbrlen, for pathchk.
28001         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
28002
28003 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
28004
28005         * lib/xreadlink.c (MAXSIZE): New macro.
28006         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
28007         size does not exceed MAXSIZE.  Avoid cast.
28008         As suggested by Mark D. Baushke in
28009         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
28010         if readlink fails with buffer size just under MAXSIZE, try again
28011         with MAXSIZE.
28012
28013 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
28014
28015         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
28016
28017 2004-11-02  Derek R. Price  <derek@ximbiot.com>
28018         and  Paul Eggert  <eggert@cs.ucla.edu>
28019
28020         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
28021         (get_date): Overparenthesize to avoid GCC warning.
28022
28023 2004-11-02  Bruno Haible  <bruno@clisp.org>
28024
28025         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
28026         returns void.
28027
28028 2004-11-02  Bruno Haible  <bruno@clisp.org>
28029
28030         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
28031         function returns void.
28032
28033 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
28034
28035         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
28036         fflush_unlocked, flockfile, funlockfile, funlockfile,
28037         fputs_unlocked, putc_unlocked.
28038
28039 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
28040
28041         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
28042         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
28043         already declared.
28044
28045 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
28046
28047         * modules/getdate (Files): Add doc/getdate.texi.
28048         (Depends-on): Add setenv, xalloc.
28049
28050 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
28051
28052         * lib/getdate.y: Add support for TZ="foo" within a date string.
28053         Fix some bugs near time_t boundaries.  Reject dates with
28054         out-of-range components, e.g., "Sept 31".
28055         Include <stdlib.h>, "setenv.h", "xalloc.h".
28056         (ISDIGIT_LOCALE): Remove; unused.
28057         Note that the TZ and time functions used here are not reentrant.
28058         (mktime_ok, get_tz): New functions.
28059         (TZBUFSIZE): New constant.
28060         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
28061         This requires that we sometimes generate our own TZ="XXX..." setting.
28062
28063 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
28064
28065         * doc/getdate.texi: New file, from coreutils with modifications for
28066         the new TZ parsing.
28067
28068 2004-10-27  Derek R. Price  <derek@ximbiot.com>
28069
28070         * lib/mktime.c (not_equal_tm): Remove redundant check.
28071
28072 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
28073
28074         * modules/regex (lib_SOURCES): Add regex.c.
28075         Reported by James Youngman in
28076         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
28077
28078 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
28079
28080         * lib/getdate.y: Use Bison 1.875 features, and some minor
28081         code cleanups.  This change does not affect semantics.
28082         Don't include <stdlib.h>; no longer needed.
28083         Don't include unlocked-io.h; only the "#if TEST" code uses
28084         stdio, and performance isn't crucial there.
28085         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
28086         Bison 1.875 features as described below.
28087         All uses of "PC." replaced by "pc->".
28088         (YYSTYPE): Add a forward declaration.
28089         (yylex, yyerror): Use full prototypes in forward decls.
28090         Use "%pure-parser" rather than obsolescent "%pure_parser".
28091         Use %parse-param and %lex-param instead of obsolescent
28092         YYPARSE_PARAM and YYLEX_PARAM.
28093         (meridian_table, month_and_day_table, time_units_table,
28094         relative_time_table, time_zone_table, military_table,
28095         lookup_zone, lookup_word, get_date):
28096         Use NULL instead of 0 where appropriate.
28097         (to_hour): Avoid abort (), to avoid a dependency on
28098         stdlib.h.
28099         (yyerror, yylex): Now accepts parser_control * arg.
28100         (main) [TEST]: Use '\0' rather than 0 for char.
28101
28102 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
28103
28104         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
28105
28106 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
28107
28108         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
28109         It's now the caller's responsibility to handle the case where
28110         !HAVE_GETPAGESIZE && !defined getpagesize.
28111
28112         * lib/mktime.c (leapyear): Arg is long int, not int.
28113
28114 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
28115
28116         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
28117
28118 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
28119
28120         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
28121         missing.  Problem reported by James Youngman.
28122
28123 2004-10-16  Simon Josefsson  <jas@extundo.com>
28124
28125         * gnulib-tool: Fix comments.  Fix parse problem.
28126         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
28127
28128 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
28129
28130         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
28131         implementation of getopt_long.  Problem reported by Alexander Taler in:
28132         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
28133
28134 2004-10-15  Bruno Haible  <bruno@clisp.org>
28135
28136         * gnulib-tool: Untabify. Initialize supplied_libname.
28137         (func_usage): More homogenous output.
28138         (func_modules_transitive_closure, func_modules_to_filelist,
28139         func_emit_lib_Makefile_am): New functions.
28140         (func_import): New function, extracted from big case statement. Use
28141         func_get_license, func_modules_transitive_closure,
28142         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
28143         opt_lgpl. Don't use test -a, as it's not portable.
28144         (func_create_testdir): Use func_modules_transitive_closure,
28145         func_modules_to_filelist, func_emit_lib_Makefile_am.
28146
28147 2004-10-15  Bruno Haible  <bruno@clisp.org>
28148
28149         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
28150
28151 2004-10-15  Bruno Haible  <bruno@clisp.org>
28152
28153         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
28154         the portions belonging to each module.
28155         Suggested by Derek Robert Price <derek@ximbiot.com>.
28156
28157 2004-10-12  Simon Josefsson  <jas@extundo.com>
28158
28159         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
28160         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
28161         to real functions.
28162
28163 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
28164
28165         * modules/vsnprintf: New file.
28166
28167 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
28168
28169         * m4/vsnprintf.m4: New file.
28170
28171 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
28172
28173         * lib/vsnprintf.h: New file.
28174         * lib/vsnprintf.c: New file.
28175
28176 2004-10-11  Bruno Haible  <bruno@clisp.org>
28177
28178         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
28179         vsnprintf.
28180
28181 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
28182
28183         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
28184
28185 2004-10-07  Bruno Haible  <bruno@clisp.org>
28186
28187         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
28188         fits into the provided buffer.
28189
28190 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
28191
28192         * lib/diacrit.c, diacrit.h: Add GPL notice.
28193
28194         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
28195         notice.
28196         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
28197         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
28198         This avoids a potential constant-folding bug.
28199
28200 2004-10-05  Bruno Haible  <bruno@clisp.org>
28201
28202         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
28203         for the declaration of strsep.
28204
28205 2004-10-05  Bruno Haible  <bruno@clisp.org>
28206
28207         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
28208
28209 2004-10-04  Simon Josefsson  <jas@extundo.com>
28210
28211         * modules/memmem: New file.
28212         * tests/test-memmem.c: New file.
28213         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
28214
28215 2004-10-04  Simon Josefsson  <jas@extundo.com>
28216
28217         * m4/memmem.m4: New file.
28218
28219 2004-10-04  Simon Josefsson  <jas@extundo.com>
28220
28221         * lib/memmem.h: New file.
28222         * lib/memmem.c: New file, taken from glibc.
28223
28224 2004-10-04  Simon Josefsson  <jas@extundo.com>
28225
28226         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
28227         '#ifdef USE_UNLOCKED_IO'.
28228
28229 2004-10-04  Simon Josefsson  <jas@extundo.com>
28230
28231         * config/srclist.txt: Add memmem from glibc.
28232
28233 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
28234
28235         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
28236
28237         * modules/argmatch, modules/argp, modules/closeout, modules/error,
28238         modules/exclude, modules/getdate, modules/getline,
28239         modules/getndelim2, modules/getpass, modules/getpass-gnu,
28240         modules/getusershell, modules/linebuffer, modules/md5,
28241         modules/mountlist, modules/posixtm, modules/readtokens,
28242         modules/readutmp, modules/regex, modules/sha1,
28243         modules/version-etc, modules/yesno:
28244         Remove dependency on unlocked-io.
28245
28246 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
28247
28248         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
28249
28250         * m4/unlocked-io.m4: Add copyright notice.
28251         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
28252
28253 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
28254
28255         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
28256         * lib/xmalloc.c (xmemdup): Likewise.
28257         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
28258         XFREE): Remove these long-obsolescent macros.
28259         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
28260         * lib/xstrdup.c: Remove.
28261
28262         * lib/regex.c (re_comp): Cast gettext return value to char *,
28263         Problem reported by Martin Neitzel via Mark D. Baushke.
28264
28265 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
28266
28267         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
28268         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
28269         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
28270         regex.c, sha1.c, version-etc.c, yesno.c:
28271         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
28272         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
28273         the includer's responsibility.
28274
28275         Sync from coreutils.
28276
28277         * lib/modechange.c (mode_compile): Don't decrement a pointer that
28278         points to the start of a string, as the C Standard says the
28279         resulting behavior is undefined.
28280
28281         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
28282         simple -> simple_backups, numbered_existing ->
28283         numbered_existing_backups, numbered -> numbered_backups
28284         to avoid shadowing problems.  All uses changed.
28285         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
28286         * lib/backupfile.c (check_extension, numbered_backup):
28287         Rename locals to avoid shadowing 'basename'.
28288         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
28289         once.
28290
28291         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
28292         * lib/.cvsignore: Add getopt.h.
28293
28294 2004-10-04  Bruno Haible  <bruno@clisp.org>
28295
28296         * modules/README: New file.
28297         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
28298         not a module.
28299
28300 2004-10-02  Jim Meyering  <jim@meyering.net>
28301
28302         * lib/dirfd.h, getpagesize.h: Add copyright notice.
28303
28304 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
28305
28306         * modules/strsep: New file.
28307
28308 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
28309
28310         * m4/strsep.m4: New file.
28311
28312 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
28313
28314         * lib/strsep.h: New file.
28315         * lib/strsep.c: New file.
28316
28317 2004-10-01  Simon Josefsson  <jas@extundo.com>
28318
28319         * lib/snprintf.c (snprintf): Handle size==0.
28320
28321 2004-10-01  Simon Josefsson  <jas@extundo.com>
28322             Bruno Haible  <bruno@clisp.org>
28323
28324         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
28325         (snprintf): Declare 'args'.
28326
28327 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
28328
28329         * lib/snprintf.c: Remove comments as to why each header is needed.
28330
28331 2004-10-01  Bruno Haible  <bruno@clisp.org>
28332
28333         * MODULES.html.sh: Add strsep.
28334
28335 2004-09-30  Simon Josefsson  <jas@extundo.com>
28336
28337         * modules/snprintf: New file.
28338
28339 2004-09-30  Simon Josefsson  <jas@extundo.com>
28340
28341         * m4/snprintf.m4: New file.
28342
28343 2004-09-30  Simon Josefsson  <jas@extundo.com>
28344
28345         * lib/snprintf.h, lib/snprintf.c: New files.
28346
28347 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28348
28349         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
28350         (hol_entry_help): Never translate an empty string.
28351         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
28352         * lib/argp.h (OPTION_NO_TRANS): New option.
28353
28354 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
28355
28356         * modules/argp (Maintainer): Replace Simon Josefsson
28357         by Sergey Poznyakoff.
28358
28359 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
28360
28361         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
28362         changes merged back into glibc.
28363
28364 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
28365
28366         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
28367
28368 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
28369
28370         * lib/xvasprintf.c: Include xalloc.h.
28371         (xvasprintf): Use xalloc_die, not xmalloc_die.
28372
28373 2004-09-29  Bruno Haible  <bruno@clisp.org>
28374
28375         * modules/alloca-opt: New file, derived from modules/alloca.
28376         * modules/allocsa: Depend on alloca-opt instead of alloca.
28377         * modules/setenv: Likewise.
28378         * modules/vasnprintf: Likewise.
28379         * MODULES.html.sh: Add alloca-opt.
28380
28381 2004-09-28  Simon Josefsson  <jas@extundo.com>
28382
28383         * gnulib-tool: New parameter --lgpl, to asseert that modules are
28384         LGPL, and to replace license template from GPL to LGPL.
28385
28386 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
28387
28388         * modules/dummy: Change license to LGPL.
28389
28390 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
28391
28392         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
28393
28394 2004-09-24  Simon Josefsson  <jas@extundo.com>
28395
28396         * modules/minmax (License): Change from GPL to LGPL.
28397
28398 2004-09-23  Simon Josefsson  <jas@extundo.com>
28399
28400         * gnulib-tool (--import): Typo.
28401
28402 2004-09-23  Simon Josefsson  <jas@extundo.com>
28403
28404         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
28405
28406 2004-09-22  Bruno Haible  <bruno@clisp.org>
28407
28408         * modules/*: Add 'License' field.
28409         * gnulib-tool: Accept --extract-license option.
28410         (func_get_license): New function.
28411
28412 2004-09-21  Bruno Haible  <bruno@clisp.org>
28413
28414         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
28415         Reported by Simon Josefsson.
28416
28417 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
28418
28419         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
28420         gl_AC_TYPE_LONG_LONG.
28421
28422 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
28423
28424         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
28425
28426 2004-09-18  Simon Josefsson  <jas@extundo.com>
28427         and  Paul Eggert  <eggert@cs.ucla.edu>
28428
28429         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
28430         calls with autoreconf.  Define GL_LIB.
28431
28432 2004-09-14  Karl Berry  <karl@gnu.org>
28433
28434         * config/srclist.txt: unsync setenv.c, sigh.
28435
28436 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
28437
28438         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
28439         Problem reported by Bruno Haible in:
28440         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
28441
28442 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
28443
28444         * config/srclist.txt: Comment out argp-pvh.c.
28445
28446 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
28447
28448         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
28449         in case some system header has #define'd it.  Problem reported by
28450         Soeren D. Schulze in
28451         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
28452
28453 2004-09-09  Karl Berry  <karl@gnu.org>
28454
28455         * regex.[ch]: delete from the root.  These were supposed to be
28456                 synced with emacs cvs, but this has not happened for about
28457                 a year, and anyway nothing else uses emacs regex.[ch].
28458                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
28459                 lib/regex[.ch] is untouched.
28460
28461 2004-09-09  Bruno Haible  <bruno@clisp.org>
28462
28463         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
28464
28465 2004-09-09  Bruno Haible  <bruno@clisp.org>
28466
28467         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
28468         modifications.
28469         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
28470
28471 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
28472
28473         * modules/xvasprintf: New file.
28474         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
28475
28476 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
28477
28478         * lib/xvasprintf.h: New file.
28479         * lib/xvasprintf.c: New file.
28480         * lib/xasprintf.c: New file.
28481
28482 2004-09-08  Bruno Haible  <bruno@clisp.org>
28483
28484         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
28485
28486 2004-09-08  Bruno Haible  <bruno@clisp.org>
28487
28488         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
28489         length is > INT_MAX.
28490         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
28491         more.
28492
28493 2004-09-08  Bruno Haible  <bruno@clisp.org>
28494
28495         * lib/stdint_.h: New file, taken from GNU clisp.
28496
28497 2004-09-08  Bruno Haible  <bruno@clisp.org>
28498             Oskar Liljeblad  <oskar@osk.mine.nu>
28499
28500         * modules/stdint: New file.
28501         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
28502
28503 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
28504
28505         Import from coreutils.
28506         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
28507         strings on unbounded length.  alloca's performance benefits aren't
28508         that important here.
28509         (V_STRDUP): Remove.
28510         (parse_with_separator): New function, with most of the internals
28511         of the old parse_user_spec.  Allow user to omit both user and group,
28512         for compatibility with FreeBSD.
28513         Clone only the user name, not the entire spec.
28514         Do not set *uid, *gid unless entirely successful.
28515         Avoid memory leak in some failing cases.
28516         Fix regression for USER.GROUP reported by Dmitry V. Levin in
28517         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
28518         (parse_user_spec): Rewrite to use parse_with_separator.
28519
28520 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
28521
28522         * modules/userspec: Don't depend on alloca.
28523
28524 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
28525
28526         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
28527
28528 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
28529
28530         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
28531         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
28532         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
28533
28534 2004-08-16  Simon Josefsson  <jas@extundo.com>
28535
28536         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
28537         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
28538         Add --dry-run for --import.
28539         Let user provided command line parameters override configure.ac
28540         settings.
28541
28542 2004-08-12  Simon Josefsson  <jas@extundo.com>
28543
28544         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
28545         as discussed with Paul Eggert in threads rooted at
28546         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
28547         and
28548         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
28549         Before, the test was empty, and relied on ELIDE_CODE in source
28550         code.)
28551         (gl_PREREQ_GETOPT): New macro.
28552         (gl_GETOPT): Use them.
28553
28554 2004-08-12  Simon Josefsson  <jas@extundo.com>
28555
28556         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
28557         * lib/getopt_.h: Renamed from getopt.h.
28558
28559 2004-08-12  Simon Josefsson  <jas@extundo.com>
28560
28561         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
28562         Change default library name from libfoo to libgnu.
28563         Now, if you have a configure.ac that says:
28564                 gl_SOURCE_BASE(gl)
28565                 gl_M4_BASE(gl/m4)
28566                 gl_MODULES(error getopt etcetera)
28567                 gl_INIT
28568         you can import all you need by running:
28569                 ../gnulib/gnulib-tool --import
28570
28571         * modules/getopt (Files): Rename getopt.h to getopt_.h.
28572         (Makefile.am): Rewrite, use logic from argz.
28573         (Include): Use <getopt.h> instead of "getopt.h".
28574
28575 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
28576
28577         * modules/argp (Files): Add m4/unlocked-io.m4.
28578         (Depends-on): Add extensions.
28579
28580 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
28581
28582         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
28583         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
28584         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
28585         Check for program_invocation_name, program_invocation_short_name,
28586         flockfile, funlockfile, features.h, _getopt_long_only_r.
28587
28588 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
28589
28590         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
28591         its complicated substitute.
28592         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
28593         and program_invocation_name.
28594         (__argp_basename) [!_LIBC]: Remove; the only use was
28595         replaced by its body.
28596         (__argp_short_program_name): Change condition from
28597         !defined __argp_short_program_name to
28598         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
28599         to match argp-namefrob.h.
28600         (__argp_failure): Don't assume strerror_r returns char *.
28601         * lib/argp-parse.c (N_): Define unconditionally.
28602         (argp_default_options): Fill out initializers with 0 to avoid
28603         gcc warnings.
28604
28605 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
28606
28607         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
28608         getopt1.c.
28609
28610 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
28611
28612         Merge from coreutils.
28613
28614         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
28615
28616         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
28617         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
28618
28619 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
28620
28621         Merge from coreutils.
28622
28623         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
28624         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
28625         for Reliant Unix 5.43.
28626
28627         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
28628         (union fooround): Use uintmax_t, not long int.
28629         The rest is a merge from libc:
28630         [defined _LIBC]: Include <shlib-compat.h>.
28631         (_obstack) [defined _LIBC]: Remove after 2.3.4.
28632
28633         * lib/settime.c (settime): Recode to avoid warning with
28634         Sun Forte C 6U2.
28635
28636         * lib/strverscmp.c: Convert to UTF-8.
28637
28638 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
28639
28640         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
28641         m4/uintmax_t.m4.
28642
28643 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
28644
28645         * modules/xalloc-die: New file.
28646         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
28647
28648         * modules/md5 (Files): Add m4/uint32_t.m4.
28649         * modules/sha1: Renamed from modules/sha.
28650         (Files):
28651         Rename lib/sha.h to lib/sha1.h.
28652         Rename lib/sha.c to lib/sha1.c.
28653         Rename m4/sha.m4 to m4/sha1.m4.
28654         (lib_SOURCES): Likewise.
28655         (configure.ac): Rename gl_SHA to gl_SHA1.
28656         (Include): sha.h -> sha1.h.
28657
28658 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
28659
28660         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
28661         * m4/sha1.m4: Renamed from sha.m4.
28662         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
28663
28664 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
28665
28666         * lib/obstack.h (obstack_empty_p):
28667         Don't assume that chunk->contents is suitably aligned.
28668         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
28669         Likewise. Problem reported by Benno in
28670         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
28671
28672         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
28673         readable.  This could be improved further but it'd take some work.
28674
28675 2004-08-08  Simon Josefsson  <jas@extundo.com>
28676
28677         * modules/xgethostname (Depends-on): Remove exit and error (not
28678         used).
28679
28680         * modules/getpass-gnu: Add getpass.h.
28681         (Depends-on): Add stdbool.
28682         * modules/getpass: Add getpass.h.
28683
28684 2004-08-08  Simon Josefsson  <jas@extundo.com>
28685
28686         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
28687         Check getpass declaration.
28688
28689 2004-08-08  Simon Josefsson  <jas@extundo.com>
28690
28691         * lib/xgethostname.c: Don't include error.h (not used).
28692
28693         * lib/getpass.h: Add.
28694         * lib/getpass.c: Include getpass.h first.
28695
28696 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
28697
28698         * lib/xalloc-die.c: New file.
28699         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
28700         All uses removed.
28701         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
28702         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
28703         xalloc-die.c.
28704         (_, N_, xalloc_die): Move to xalloc-die.c.
28705         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
28706         so that we needn't mess with xalloc_msg_memory_exhausted.
28707
28708         * lib/sha1.h: Renamed from sha.h.
28709         (SHA1_H): Renamed from _SHA_H.
28710         (sha1_ctx): Renamed from sha_ctx.
28711         (sha1_init_ctx): Renamed from sha_init_ctx.
28712         (sha1_process_block): Renamed from sha_process_block.
28713         (sha1_process_bytes): Renamed from sha_process_bytes.
28714         (sha1_finish_ctx): Renamed from sha_finish_ctx.
28715         (sha1_read_ctx): Renamed from sha_read_ctx.
28716         (sha1_stream): Renamed from sha_stream.
28717         (sha1_buffer): Renamed from sha_buffer.
28718         * lib/sha1.c: Likewise; renamed from sha.c.
28719         Do not include <sys/types.h>.
28720         Include <stddef.h> rather than <stdlib.h>.
28721
28722 2004-08-08  Bruno Haible  <bruno@clisp.org>
28723
28724         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
28725         FILESYSTEM_PREFIX_LEN.
28726         * lib/progreloc.c: Likewise.
28727         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
28728
28729 2004-08-06  Simon Josefsson  <jas@extundo.com>
28730
28731         * modules/progname (Depends-on): Don't depend on stdbool.
28732
28733 2004-08-06  Simon Josefsson  <jas@extundo.com>
28734
28735         * modules/getsubopt: New file.
28736         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
28737         getsubopt.
28738
28739 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
28740
28741         More merge from coreutils.
28742
28743         * m4/utimens.m4, m4/utimecmp.m4: New files.
28744         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
28745         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
28746         prereq.m4, sha.m4: Import changes from coreutils.
28747
28748 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
28749
28750         More merge from coreutils.
28751         * modules/raise, modules/readtokens0, modules/utimens:
28752         * modules/utimecmp, module/xnanosleep: New files.
28753         * modules/strftime: Add lib/strftime.h.
28754         Change include from <time.h> to "strftime.h".
28755         * modules/yesno: Add lib/yesno.h.
28756         * modules/backupfile: Remove lib/addext.c.
28757         * modules/euidaccess: Add stat-macros.h.
28758         * modules/canonicalize, modules/euidaccess,
28759         modules/filemode, modules/lchown, modules/makepath,
28760         modules/rmdir, modules/stat: Likewise.
28761
28762 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
28763
28764         Merge from tar.
28765         * lib/argp-help.c (make_hol, hol_append): Don't assume that
28766         SIZE_MAX is a valid preprocessor constant.
28767         (__argp_basename): Change from "#ifndef _LIBC"
28768         to "#ifndef __argp_short_program_name", so that
28769         we don't compile these functions for tar.
28770
28771         More merges from coreutils.
28772         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
28773         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
28774         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
28775         * lib/addext.c: Remove; no longer needed.
28776         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
28777         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
28778         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
28779         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
28780         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
28781         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
28782         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
28783         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
28784         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
28785         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
28786         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
28787         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
28788         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
28789         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
28790         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
28791         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
28792         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
28793         Import changes from coreutils.
28794
28795 2004-08-05  Simon Josefsson  <jas@extundo.com>
28796
28797         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
28798
28799 2004-08-05  Simon Josefsson  <jas@extundo.com>
28800
28801         * m4/getsubopt.m4: New file.
28802
28803 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
28804
28805         Merge from coreutils.
28806
28807         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
28808         * m4/getcwd-path-max.m4: New files.
28809
28810         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
28811         FILESYSTEM_PREFIX_LEN ->
28812         FILE_SYSTEM_PREFIX_LEN.
28813         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
28814         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
28815         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
28816         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
28817
28818         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
28819         prerequisite modules now handle the DOS stuff.
28820         Don't check for unistd.h.
28821
28822 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
28823
28824         Merge from coreutils.
28825
28826         * lib/.gdb-history: Remove; this doesn't belong here.
28827
28828         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
28829         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
28830         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
28831         * lib/getcwd.c: New files.
28832
28833         * lib/dirname.h: Include <stdbool.h>.
28834         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
28835         for consistency with POSIX terminology.  All uses changed.
28836         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
28837         (strip_trailing_slashes): Use bool for booleans.
28838         * lib/stripslash.c (strip_trailing_slashes): Likewise.
28839
28840         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
28841         sometimes returns a positive errno value even when it succeeds.
28842         (print_errno_message) [!LIBC]: Fall back on strerror if
28843         __strerror_r fails.
28844
28845         * lib/path-concat.c (mempcpy): Don't define if a system header defines
28846         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
28847         (longest_relative_suffix): New function.
28848         (path_concat): Use it.  Assume first argument is not NULL.
28849         Port to DOS.  Omit redundant separators.
28850         Report an error instead of returning NULL.
28851         Use mempcpy instead of memcpy.
28852         (xpath_concat): Remove: not declared or used.
28853
28854         * lib/same.h: Include <stdbool.h>
28855         (same_name): Return bool, not int.
28856         * lib/same.c (same_name): Likewise.
28857         (errno): Don't declare; we assume C89 or better now.
28858
28859         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
28860         if not already defined.
28861
28862         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
28863         * lib/dup-safer.c (errno): Likewise.
28864
28865 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
28866
28867         Merge from coreutils.
28868         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
28869         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
28870         * modules/path-concat: Don't depend on strdup.
28871
28872 2004-08-03  Simon Josefsson  <jas@extundo.com>
28873
28874         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
28875         * lib/progname.h: Don't include stdbool.h.
28876
28877 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
28878
28879         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
28880         * MODULES.html.sh (func_all_modules): Remove fatal.
28881
28882 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
28883
28884         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
28885
28886 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
28887
28888         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
28889         working.
28890
28891 2004-08-02  Simon Josefsson  <jas@extundo.com>
28892
28893         * lib/getsubopt.h: New file, with comments from Bruno Haible.
28894         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
28895         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
28896
28897 2004-08-01  Simon Josefsson  <jas@extundo.com>
28898
28899         * lib/xgetdomainname.c: Include stdlib.h, for free().
28900
28901 2004-07-19  Bruno Haible  <bruno@clisp.org>
28902
28903         * MODULES.html.sh (func_all_modules): Add dummy.
28904
28905 2004-07-16  Simon Josefsson  <jas@extundo.com>
28906
28907         * modules/dummy: New file.
28908
28909 2004-07-16  Simon Josefsson  <jas@extundo.com>
28910
28911         * lib/dummy.c: New file.
28912
28913 2004-07-16  Bruno Haible  <bruno@clisp.org>
28914
28915         * lib/backupfile.h: Add extern "C" for C++.
28916         * lib/closeout.h: Likewise.
28917         * lib/copy-file.h: Likewise.
28918         * lib/findprog.h: Likewise.
28919         * lib/full-write.h: Likewise.
28920         * lib/pathname.h: Likewise.
28921         * lib/progname.h: Likewise.
28922         * lib/stpcpy.h: Likewise.
28923         * lib/stpncpy.h: Likewise.
28924         * lib/strcase.h: Likewise.
28925         * lib/strstr.h: Likewise.
28926         * lib/xalloc.h: Likewise.
28927
28928         * lib/mbswidth.h: Add extern "C" for C++.
28929         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
28930
28931 2004-07-13  Robert Millan  <robertmh@gnu.org>
28932
28933         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
28934
28935 2004-07-09  Simon Josefsson  <jas@extundo.com>
28936
28937         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
28938         failed without this.)
28939
28940 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
28941
28942         * modules/chown (Files): Add lib/fchown-stub.c, since
28943         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
28944
28945 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
28946
28947         * lib/fchown-stub.c: New file.
28948
28949 2004-06-24  Jim Meyering  <jim@meyering.net>
28950
28951         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
28952
28953 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
28954
28955         * modules/argz: Omit "#include".
28956
28957         * MODULES.html.sh (func_all_modules): Add calloc, to match
28958         2004-06-01 addition of calloc module.
28959
28960 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
28961
28962         * m4/argz.m4: New file, which is autoupdated from libtool.
28963
28964 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
28965
28966         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
28967         libtool.
28968
28969 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
28970
28971         * config/srclist-update: Don't insist on "USA." before the
28972         close-comment, as libtool omits the period and puts the */ on a
28973         separate line.
28974         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
28975         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
28976
28977 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
28978
28979         * modules/argz: New file.
28980         * MODULES.html.sh (func_all_modules): Add argz.
28981
28982 2004-06-12  Jim Meyering  <jim@meyering.net>
28983         and  Paul Eggert  <eggert@cs.ucla.edu>
28984
28985         * modules/hash (Files): Add lib/xalloc.h.
28986         * modules/pipe (Depends-on): Add wait-process.
28987         * modules/stat (Depends-on): Add xalloc.
28988         * modules/userspec (Files): Add lib/userspec.h.
28989         * modules/xstrto
28990
28991         Upgrade from gettext-0.13.
28992         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
28993         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
28994         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
28995
28996 2004-06-10  Jim Meyering  <jim@meyering.net>
28997
28998         * lib/calloc.c: New file.
28999
29000 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
29001
29002         * lib/getdate.y (yylex): Allow space between sign and number.
29003         Problem reported by Dan Jacobson.
29004
29005 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
29006
29007         Merge from coreutils CVS.
29008
29009         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
29010         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
29011         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
29012         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
29013         xstrtol.m4: Fix copyright date and/or serial number.
29014
29015         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
29016         See if we need an fchown replacement.
29017         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
29018         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
29019         and use the replacement function if we detect either defect.
29020
29021         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
29022         gl_UTIMECMP.
29023
29024 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
29025         and  Jim Meyering  <jim@meyering.net>
29026
29027         Merge from coreutils CVS.
29028
29029         * lib/stat-macros.h: New file, with contents from file-type.h
29030         and coreutils' system.h.
29031         * lib/file-type.c: Include "stat-macros.h".
29032         * lib/file-type.h (file_type): Move all macro definitions to new file,
29033         stat-macros.h.
29034
29035         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
29036         Wrap old code with this conditional.
29037         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
29038         function that does not dereference symlinks.
29039         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
29040
29041         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
29042         dependency problems.
29043         (xreadlink): Accept new arg SIZE, for efficiency.
29044         All decls and uses changed.
29045         * lib/xreadlink.h: Include <stddef.h>, for size_t.
29046
29047         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
29048         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
29049
29050         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
29051         sysexits.h.
29052
29053 2004-06-01  Jim Meyering  <jim@meyering.net>
29054
29055         * m4/calloc.m4: New file.
29056
29057 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
29058
29059         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
29060         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
29061         Also, fix a typo in a diagnostic.
29062
29063 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
29064
29065         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
29066         or AC_FUNC_REALLOC.
29067
29068 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
29069
29070         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
29071         macros to be defined.
29072         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
29073         the allocator returns NULL because the requested size is zero.
29074
29075 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
29076
29077         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
29078         var.  Add comment explaining why libc still defines it.  This
29079         merges the following patch from glibc:
29080         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
29081
29082 2004-05-20  Andreas Schwab  <schwab@suse.de>
29083
29084         * m4/free.m4: Replace free if it not known to work, not the other
29085         way round.
29086
29087 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
29088
29089         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
29090         present in glibc since revision 1.1 of this file.
29091         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
29092         obstack_alignment_mask, obstack_alloc, obstack_base,
29093         obstack_blank, obstack_blank_fast, obstack_chunk_size,
29094         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
29095         obstack_grow0, obstack_init, obstack_int_grow,
29096         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
29097         obstack_next_free, obstack_object_size, obstack_ptr_grow,
29098         obstack_ptr_grow_fast, obstack_room): Remove declarations of
29099         nonexistent functions.
29100
29101 2004-05-18  Karl Berry  <karl@gnu.org>
29102
29103         * config/srclist.txt: break link for vasnprintf.c.
29104
29105 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
29106
29107         Port obstack to the AS/400, where pointers are 16 bytes wide and
29108         you cannot cast an integer to a valid pointer.  This patch is
29109         currently waiting to be integrated into glibc; see
29110         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
29111
29112         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
29113         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
29114         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
29115         (struct obstack): temp member is now a union of a pointer and
29116         an integer, instead of an integer.  All integer uses changed.
29117         This does not affect the physical layout of struct obstack,
29118         except on hosts (like the AS/400) where the size or alignment of
29119         void * is greater than that of ptrdiff_t.
29120         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
29121         __STDC__)]: Store temporary in pointer member of union, not
29122         integer member.
29123         * lib/obstack.c: Include <stddef.h>, for offsetof.
29124         (struct fooalign): Remove; it doesn't need a name.
29125         (union fooround): Change double to long double, and add void *.
29126         (DEFAULT_ALIGNMENT): Use offsetof to compute.
29127         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
29128         not a macro.  Hence the values are always int; so remove all
29129         casts-to-int in uses.
29130
29131 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
29132
29133         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
29134         we can get this patch merged into glibc.
29135
29136 2004-05-17  Derek R. Price  <derek@ximbiot.com>
29137             Paul Eggert  <eggert@cs.ucla.edu>
29138
29139         * m4/argp: Depend on alloca.
29140
29141 2004-05-17  Derek R. Price  <derek@ximbiot.com>
29142             Paul Eggert  <eggert@cs.ucla.edu>
29143
29144         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
29145         freecoding.
29146
29147 2004-05-17  Bruno Haible  <bruno@clisp.org>
29148
29149         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
29150         precision that consists of a '.' followed by an empty digit string.
29151         Patch by Tor Lillqvist <tml@iki.fi>.
29152
29153 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
29154
29155         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
29156         for backward compatibility with older code.  We need our own
29157         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
29158         it under some other name, and our alloca.h will define it.
29159
29160 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
29161             Derek Price  <derek@ximbiot.com>
29162
29163         * lib/alloca.c: Include <alloca.h>, to get our interface.
29164         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
29165         include <alloca.h> first.  Use C89 prototype for alloca; this
29166         requires including <stddef.h> for size_t.  Use extern "C" if C++.
29167         Use #elif for simplicity, since we can assume C89 now.
29168         Don't try to source the system alloca.h since it will not be found
29169         and to prevent recursively including its replacement.
29170         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
29171         * lib/regex.c: Likewise.
29172
29173 2004-05-16  Derek Price  <derek@ximbiot.com>
29174             Paul Eggert  <eggert@cs.ucla.edu>
29175
29176         getline cleanup.  This changes the getndelim2 API: both order of
29177         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
29178         no delimiter).
29179
29180         * lib/getline.c: Don't include stddef.h or stdio.h, since our
29181         interface does that.
29182         (getline): Always use getdelim, so that we don't have two
29183         copies of this code.
29184         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
29185         if available.
29186         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
29187         (GETNDELIM2_MAXIMUM): New macro.
29188         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
29189         instead of the old practice of delim2==0.  All callers changed.
29190         Return -1 on overflow, instead of returning junk.
29191         Do not set *linesize unless allocation succeeds.
29192         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
29193         that we include sys/types.h.
29194         * lib/getnline.h: Likewise.
29195         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
29196         (getndelim2): Reorder arguments.
29197         * lib/getnline.c (getnline, getndelim):
29198         Don't discard the NMAX argument.
29199         (getnline): Invoke getndelim, to avoid code duplication.
29200         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
29201         of (size_t) -1 by callers of the getnline family.
29202
29203 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
29204
29205         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
29206         Check for gettimeofday.
29207         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
29208         Check for settimeofday, stime.
29209
29210 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
29211
29212         * lib/nanosleep.c (suspended): Change its type from int to
29213         sig_atomic_t volatile.
29214         (first_call): Make it private to rpl_nanosleep, and have it
29215         be zero initially as that's a bit faster.
29216         (my_usleep): Round up fractional times instead of truncating them,
29217         as this is the usual meaning for 'sleep'.
29218
29219         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
29220         doesn't work.
29221         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
29222         (ENOSYS): Define if not defined.
29223         (settime): Fall back on stime if it exists and settimeofday fails.
29224         But don't bother with fallbacks if a method fails with errno == EPERM.
29225
29226 2004-05-11  Jim Meyering  <jim@meyering.net>
29227
29228         Prior to this change, the save_cwd caller required read access to the
29229         current directory on most systems (ones with the fchdir function).
29230
29231         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
29232         fails, try write-only, and finally, resort to using xgetcwd.
29233
29234 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
29235
29236         * lib/obstack.c, obstack.h: Import changes from libc.
29237
29238 2004-04-28  Bruno Haible  <bruno@clisp.org>
29239
29240         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
29241         also implicitly appends .exe to executables.
29242         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
29243         accepts Windows pathnames.
29244         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
29245         Treat Cygwin like Windows, since it now accepts Windows pathnames.
29246         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
29247         Treat Cygwin like Windows, since it now accepts Windows pathnames.
29248         Reported by Derek Robert Price <derek@ximbiot.com>.
29249
29250 2004-04-21  Karl Berry  <karl@gnu.org>
29251
29252         * config/srclist.txt (localcharset.c): break sync.
29253
29254 2004-04-20  Paul Eggert  <eggert@twinsun.com>
29255
29256         * m4/host-os.m4: Add a copyright notice.
29257
29258 2004-04-20  Jim Meyering  <jim@meyering.net>
29259
29260         Change UTILS_ to gl_ in AC_DEFINE'd names.
29261         Change utils_- and jm_-prefixed variables, too.
29262         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
29263         UTILS_FUNC_MKDIR_TRAILING_SLASH.
29264         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
29265
29266         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
29267         Don't emit trailing blanks.
29268         Also rename jm_-prefixed variables to have gl_ prefix.
29269
29270         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
29271         Also rename jm_-prefixed variables to have gl_ prefix.
29272
29273         * m4/jm-macros.m4: Reflect the renamings.
29274         * m4/prereq.m4: Likewise.
29275
29276 2004-04-20  Jim Meyering  <jim@meyering.net>
29277
29278         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
29279         memory.
29280
29281 2004-04-20  Jim Meyering  <jim@meyering.net>
29282             Bruno Haible  <bruno@clisp.org>
29283
29284         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
29285         memory when realloc fails.
29286
29287 2004-04-19  Jim Meyering  <jim@meyering.net>
29288
29289         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
29290         now that readutmp.c may call `free (0)'.
29291
29292 2004-04-19  Bruno Haible  <bruno@clisp.org>
29293
29294         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
29295         * m4/inttypes_h.m4: Likewise.
29296         * m4/stdint_h.m4: Likewise.
29297         * m4/intmax_t.m4: Likewise.
29298         * m4/uintmax_t.m4: Likewise.
29299
29300 2004-04-18  Jim Meyering  <jim@meyering.net>
29301
29302         * m4/prereq.m4: Don't forbid jm_ prefix.
29303
29304         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
29305         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
29306         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
29307         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
29308         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
29309         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
29310         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
29311         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
29312         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
29313         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
29314         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
29315         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
29316         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
29317         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
29318         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
29319         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
29320         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
29321         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
29322         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
29323
29324 2004-04-18  Jim Meyering  <jim@meyering.net>
29325
29326         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
29327         failure, don't leak memory and do call END_UTMP_ENT.
29328
29329 2004-04-16  Jim Meyering  <jim@meyering.net>
29330
29331         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
29332         coreutils' stat program.
29333         (gl_PREREQ): Don't require jm_PREREQ_STAT.
29334
29335 2004-04-11  Paul Eggert  <eggert@twinsun.com>
29336
29337         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
29338         C89.
29339         (CHAR_BIT): Remove, since we assume C89.
29340         Include <stdint.h> if available, as per current Autoconf CVS advice.
29341
29342 2004-03-31  Jim Meyering  <jim@meyering.net>
29343
29344         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
29345         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
29346         * m4/xalloc.m4: Likewise.
29347
29348 2004-03-30  Paul Eggert  <eggert@twinsun.com>
29349
29350         Merge from coreutils.
29351
29352         * m4/inttostr.m4: New file.
29353         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
29354         Require AM_STDBOOL_H and gl_TIMESPEC instead.
29355         Require gl_CLOCK_TIME.
29356         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
29357
29358 2004-03-30  Paul Eggert  <eggert@twinsun.com>
29359
29360         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
29361         not bool, to be more consistent with Unix conventions.
29362         Suggested by Bruno Haible.
29363
29364         Merge from coreutils.
29365
29366         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
29367         * lib/umaxtostr.c: New files.
29368
29369         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
29370         the usual <time.h> dance.
29371         (get_date): Change signature to support fractional time stamps.
29372         All callers changed.
29373         * lib/getdate.y: Include "getdate.h" first, as we can now
29374         assume C89 and don't need to worry about 'const'.
29375         Similarly, include "unlocked-io.h" near start, not in middle.
29376         Include <limits.h>.
29377         (textint.value): Use long int rather than int.
29378         (textint.digits): Use size_t rather than int.
29379         (BILLION, LOG10_BILLION): New constants.
29380         (parser_control): New member rel_ns.  Members day_ordinal,
29381         time_zone, month, day, hour, minutes, rel_year, rel_month,
29382         rel_day, rel_hour, rel_minutes, rel_seconds
29383         are now long int, not int.  Member seconds is now struct timespec,
29384         not int.  New member timespec_seen.  Members dates_seen, days_seen,
29385         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
29386         not int.
29387         (%union.intval): Now long int, not int.
29388         New member timespec.
29389         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
29390         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
29391         (spec): Now is a timespec or an item list.
29392         (timespec, items): New nonterminals.
29393         (time, rel, relunit, number, get_date):
29394         Add support for fractional seconds.
29395         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
29396         (gmtime, localtime, mktime): Remove decls; not needed with C89.
29397         (to_hour): First arg is now long int, not int.
29398         (to_year): Returns long int, not int.
29399         Don't treat year -70 like 70.
29400         (tm_diff): Returns long int, not int.
29401         (lookup_word): Use bool instead of int when appropriate.
29402         (yylex): Use size_t for count, not int.
29403         Detect overflow when parsing large integer constants.
29404         Add support for fractions.
29405         (get_date): Make pointers 'const' if possible.
29406         Use more-portable code to detect integer overflow.
29407         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
29408         Don't use ctime; it's not reliable if the year has >4 digits.
29409
29410         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
29411         This is for compatibility with BSD.
29412
29413         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
29414         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
29415         From coreutils' system.h.
29416
29417         * lib/userspec.c: Don't include "posixver.h".
29418         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
29419         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
29420         compatible extension.  Simplify code by removing a boolean int
29421         that was always nonzero if a string was nonnull.
29422
29423 2004-03-30  Jim Meyering  <jim@meyering.net>
29424
29425         Merge from coreutils.
29426
29427         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
29428         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
29429         on some systems one must include <grp.h> before it.
29430         Reported by Christian Krackowizer.
29431
29432 2004-03-30  Jim Meyering  <jim@meyering.net>
29433
29434         Merge from coreutils.
29435
29436         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
29437
29438         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
29439         an empty input stream.
29440
29441         * lib/readtokens.c: Include <stdbool.h>.
29442         (readtoken): Use `size_t' rather than int/long.
29443         All callers adjusted.
29444         Use `bool' rather than `int' where appropriate.
29445         Use memset rather than an explicit loop.
29446         Use x2nrealloc rather than xrealloc.
29447         Allow the use of `\0' as a delimiter.
29448         (readtokens): Likewise.
29449         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
29450
29451 2004-03-30  Jim Meyering  <jim@meyering.net>
29452
29453         * m4/realloc.m4: Remove file, since now it does no more than
29454         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
29455         the `configure.ac' section of module/realloc.
29456         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
29457
29458 2004-03-30  Bruno Haible  <bruno@clisp.org>
29459
29460         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
29461         nonnull.
29462
29463 2004-03-29  Paul Eggert  <eggert@twinsun.com>
29464
29465         Merge changes to getloadavg.c from coreutils and Emacs.
29466
29467         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
29468         Define to an expression, not to the empty string.
29469         Include cloexec.h and xalloc.h.
29470         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
29471         Use set_cloexec_flag rather than rolling our own.
29472         * lib/cloexec.c, lib/cloexec.h: New files.
29473
29474 2004-03-29  Paul Eggert  <eggert@twinsun.com>
29475
29476         * m4/cloexec.m4: New file.
29477
29478 2004-03-18  Paul Eggert  <eggert@twinsun.com>
29479
29480         * lib/getopt.h: Sync with libc CVS.
29481
29482 2004-03-18  Paul Eggert  <eggert@twinsun.com>
29483             Bruno Haible  <bruno@clisp.org>
29484
29485         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
29486         mbswidth.
29487
29488 2004-03-18  Paul Eggert  <eggert@twinsun.com>
29489             Bruno Haible  <bruno@clisp.org>
29490
29491         * lib/mbswidth.h: Include <wchar.h> only if
29492         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
29493         <wchar.h>.
29494         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
29495
29496 2004-03-09  Paul Eggert  <eggert@twinsun.com>
29497
29498         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
29499         Sync with libc CVS.
29500         * lib/getopt_int.h: New file, also synced from libc.
29501
29502 2004-03-09  Paul Eggert  <eggert@twinsun.com>
29503
29504         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
29505         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
29506         Bring back getopt.c, getopt.h, getopt1.c.
29507
29508 2004-03-07  Paul Eggert  <eggert@twinsun.com>
29509
29510         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
29511         All uses changed.  Check for sa_sigaction member; this fixes
29512         a bug first reported by Jason Andrade in
29513         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
29514
29515 2004-03-07  Paul Eggert  <eggert@twinsun.com>
29516
29517         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
29518         '#if' expressions.  Unlike the code it replaces, it does not
29519         depend on (defined _SC_PAGESIZE).  However, it does depend on
29520         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
29521         first reported by Jason Andrade in
29522         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
29523
29524 2004-02-25  Simon Josefsson  <jas@extundo.com>
29525
29526         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
29527
29528 2004-02-25  Simon Josefsson  <jas@extundo.com>
29529
29530         * lib/strdup.h: New file.
29531         * lib/strdup.c: Include it.
29532         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
29533         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
29534
29535 2004-02-23  Karl Berry  <karl@gnu.org>
29536
29537         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
29538         (from fencepost.gnu.org:/gd/gnuorg).
29539
29540 2004-02-23  Karl Berry  <karl@gnu.org>
29541
29542         * config/srclistvars.sh (GNUORG) [karl]: redefine.
29543         * config/srclist.txt: add maintain/standards documents.
29544
29545 2004-02-18  Bruno Haible  <bruno@clisp.org>
29546
29547         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
29548         Reported by Derek Robert Price <derek@ximbiot.com>.
29549
29550 2004-02-16  Karl Berry  <karl@gnu.org>
29551
29552         * config/mkinstalldirs, install-sh: update from automake.
29553
29554 2004-02-06  Karl Berry  <karl@gnu.org>
29555
29556         * m4/po.m4: update from gettext 0.14.1.
29557
29558 2004-02-06  Karl Berry  <karl@gnu.org>
29559
29560         * lib/config.charset: update from gettext 0.14.1.
29561
29562 2004-02-05  Paul Eggert  <eggert@twinsun.com>
29563
29564         Add comments and code, prompted by suggestions from Bruno Haible
29565         for sh-quote.
29566         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
29567         describing the enum quoting_style values.
29568         * lib/quotearg.c (quotearg_alloc): New function.
29569         (quotearg_buffer_restyled): Treat lone { and } as special.
29570         Treat = as special.  Work around bug with older shells
29571         that "see" a '\' that is really the 2nd byte of a multibyte char.
29572         Quote empty string with shell_quoting_style.
29573
29574 2004-02-03  Bruno Haible  <bruno@clisp.org>
29575
29576         * m4/pipe.m4: New file, from GNU gettext.
29577
29578 2004-02-03  Bruno Haible  <bruno@clisp.org>
29579
29580         * lib/pipe.h: New file, from GNU gettext.
29581         * lib/pipe.c: New file, from GNU gettext.
29582
29583 2004-01-27  Bruno Haible  <bruno@clisp.org>
29584
29585         * m4/execute.m4: New file, from GNU gettext.
29586
29587 2004-01-27  Bruno Haible  <bruno@clisp.org>
29588
29589         * lib/execute.h: New file, from GNU gettext.
29590         * lib/execute.c: New file, from GNU gettext.
29591         * lib/w32spawn.h: New file, from GNU gettext.
29592
29593 2004-01-24  Paul Eggert  <eggert@twinsun.com>
29594
29595         Merge from diffutils.
29596
29597         * lib/file-type.c (file_type): Add typed memory objects.
29598         * lib/file-type.h (S_TYPEISTMO): New macro.
29599
29600         * lib/c-stack.h (c_stack_action): Remove argv argument.
29601         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
29602         (die): Don't calculate message unless segv_action returns.
29603         (get_stack_location, min_address_from_argv, max_address_from_argv,
29604         volatile stack_base, volatile_stack_size): Remove.
29605         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
29606         that every segmentation violation is a stack overflow.  (Ouch!)
29607         See Debian bug 136249 (still outstanding) for more info about why
29608         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
29609
29610 2004-01-24  Paul Eggert  <eggert@twinsun.com>
29611
29612         Exit-status fix from coreutils.
29613
29614         Use exit_failure consistently in place of EXIT_FAILURE,
29615         so that program exit statuses are consistent on failure.
29616
29617         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
29618         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
29619         * lib/argmatch.h: Comment fix to match the above.
29620         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
29621         Now a macro referring to exit_failure, instead of a separate
29622         variable.  Include "exitfail.h" to get it.
29623         * lib/xstrtol.h: Include "exitfail.h".
29624         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
29625
29626         * lib/long-options.c (parse_long_options): Use prototype
29627         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
29628         for clarity.
29629
29630 2004-01-21  Jim Meyering  <jim@meyering.net>
29631
29632         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
29633         so as not to conflict with a different-sized __mktime_internal
29634         function in GNU libc.
29635         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
29636         Problem building statically-linked `ls' reported by Michael Brunnbauer.
29637
29638 2004-01-20  Karl Berry  <karl@gnu.org>
29639
29640         * config/config.guess: update from config.
29641
29642         * config/srclistvars.sh: GNUWWWLICENSES for karl.
29643
29644 2004-01-20  Bruno Haible  <bruno@clisp.org>
29645
29646         Safer stack allocation.
29647         * lib/setenv.c: Include allocsa.h.
29648         (alloca): Remove fallback definition.
29649         (freea): Remove macro.
29650         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
29651         instead of freea.
29652
29653 2004-01-20  Bruno Haible  <bruno@clisp.org>
29654
29655         * m4/eealloc.m4: New file, from GNU gettext.
29656
29657 2004-01-20  Bruno Haible  <bruno@clisp.org>
29658
29659         * m4/allocsa.m4: New file, from GNU gettext.
29660
29661 2004-01-20  Bruno Haible  <bruno@clisp.org>
29662
29663         * lib/xallocsa.h: New file, from GNU gettext.
29664         * lib/xallocsa.c: New file, from GNU gettext.
29665
29666 2004-01-20  Bruno Haible  <bruno@clisp.org>
29667
29668         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
29669
29670 2004-01-20  Bruno Haible  <bruno@clisp.org>
29671
29672         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
29673         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
29674         specially.
29675
29676 2004-01-20  Bruno Haible  <bruno@clisp.org>
29677
29678         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
29679         patch.
29680
29681 2004-01-20  Bruno Haible  <bruno@clisp.org>
29682
29683         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
29684
29685 2004-01-20  Bruno Haible  <bruno@clisp.org>
29686
29687         * lib/eealloc.h: New file.
29688
29689 2004-01-20  Bruno Haible  <bruno@clisp.org>
29690
29691         * lib/binary-io.h: Avoid warnings on Cygwin.
29692
29693 2004-01-20  Bruno Haible  <bruno@clisp.org>
29694
29695         * lib/allocsa.h: New file, from GNU gettext.
29696         * lib/allocsa.c: New file, from GNU gettext.
29697
29698 2004-01-18  Karl Berry  <karl@gnu.org>
29699
29700         * doc/gpl.texi, doc/lgpl.texi: new files.
29701
29702 2004-01-18  Karl Berry  <karl@gnu.org>
29703
29704         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
29705         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
29706
29707 2004-01-15  Paul Eggert  <eggert@twinsun.com>
29708
29709         Merge from coreutils.
29710
29711         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
29712         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
29713         (gl_DEFAULT_POSIX2_VERSION): Move
29714         the documentation from 'configure' into 'config.hin',
29715         so that 'configure --help' isn't burdened by it and
29716         we don't have to worry about its formatting there.
29717         Reword the documentation so that it's more succinct
29718         and can be run together into a single paragraph.
29719         * m4/same.m4 (gl_SAME): Check for pathconf.
29720
29721 2004-01-15  Paul Eggert  <eggert@twinsun.com>
29722
29723         Merge from coreutils.
29724
29725         * lib/posixver.c: Include posixver.h.
29726
29727         * lib/same.c: Include <stdbool.h>, <limits.h>.
29728         (_POSIX_NAME_MAX): Define if not defined.
29729         (MIN): New macro.
29730         (same_name): If file names are silently truncated, report
29731         that the file names are the same if they are the same after
29732         the silent truncation.
29733
29734         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
29735         conversion function.
29736         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
29737         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
29738         longer needed.
29739
29740 2004-01-15  Jim Meyering  <jim@meyering.net>
29741
29742         Merge from coreutils.
29743
29744         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
29745         if no library is required.
29746         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
29747         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
29748         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
29749         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
29750         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
29751         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
29752         value, $ac_cv_search_crypt, if it's "none required".
29753         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
29754         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
29755         not gl_FUNC_GETLOADAVG.
29756         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
29757         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
29758
29759 2004-01-15  Jim Meyering  <jim@meyering.net>
29760
29761         Merge from coreutils.
29762
29763         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
29764         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
29765         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
29766
29767         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
29768         optional configure-time default.
29769
29770         * lib/version-etc.c (version_etc_copyright): Update copyright date.
29771
29772         * lib/xreadlink.c (xreadlink): Correct outdated comment.
29773
29774 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
29775
29776         Merge from coreutils.
29777
29778         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
29779         value, $ac_cv_search_nanosleep, if it's "none required".
29780
29781 2004-01-14  Paul Eggert  <eggert@twinsun.com>
29782
29783         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
29784         with like-named macro in fnmatch.c.
29785         (EXT): Use an internal constant instead.
29786
29787         Merge fnmatch patches from glibc.
29788         * lib/fnmatch.c (mbsinit): Remove define.
29789         Add libc_hidden_ver (__fnmatch, fnmatch).
29790         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
29791         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
29792
29793 2004-01-14  Karl Berry  <karl@gnu.org>
29794
29795         * config/install-sh: update from automake.
29796
29797 2004-01-13  Karl Berry  <karl@gnu.org>
29798
29799         * config/install-sh: update from automake.
29800
29801 2004-01-09  Karl Berry  <karl@gnu.org>
29802
29803         * config/install-sh: update from automake.
29804
29805 2004-01-05  Karl Berry  <karl@gnu.org>
29806
29807         * config/config.{sub,guess}: update from config.
29808
29809 2003-12-31  Karl Berry  <karl@gnu.org>
29810
29811         * config/depcomp: update from automake.
29812
29813 2003-12-14  Karl Berry  <karl@gnu.org>
29814
29815         * lib/config.charset: update from gettext-runtime.
29816
29817 2003-12-03  Paul Eggert  <eggert@twinsun.com>
29818
29819         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
29820         Bug reported by Alfred M. Szmidt.
29821
29822 2003-12-03  Bruno Haible  <bruno@clisp.org>
29823
29824         * m4/gettext.m4: Upgrade from gettext-0.13.
29825         * m4/po.m4: Upgrade from gettext-0.13.
29826         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
29827         * m4/intmax.m4: New file, from gettext-0.13.
29828         * m4/printf-posix.m4: New file, from gettext-0.13.
29829
29830 2003-11-29  Karl Berry  <karl@gnu.org>
29831
29832         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
29833
29834 2003-11-25  Paul Eggert  <eggert@twinsun.com>
29835             Bruno Haible  <bruno@clisp.org>
29836
29837         * lib/printf-parse.h: Don't include sys/types.h.
29838         (ARG_NONE): New macro.
29839         (char_directive): Change type of *arg_index fields to size_t.
29840         * lib/printf-parse.c: Don't include sys/types.h.
29841         (SSIZE_MAX): Remove macro.
29842         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
29843         Remove unnecessary overflow check.
29844         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
29845         fields.
29846
29847 2003-11-25  Bruno Haible  <bruno@clisp.org>
29848
29849         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
29850
29851 2003-11-25  Bruno Haible  <bruno@clisp.org>
29852
29853         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
29854         gt_TYPE_SSIZE_T.
29855
29856 2003-11-24  Paul Eggert  <eggert@twinsun.com>
29857
29858         * modules/alloca: Remove dependency on xalloc.
29859
29860 2003-11-24  Paul Eggert  <eggert@twinsun.com>
29861
29862         * lib/alloca.c: Remove dependency on xalloc module.
29863         (xalloc_die): Remove.
29864         (memory_full) [!defined emacs]: New macro.
29865         [!defined emacs]: Don't include xalloc.h.
29866         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
29867         address arithmetic overflows.  Change datatypes a bit to avoid
29868         unnecessary casts.
29869
29870 2003-11-22  Jim Meyering  <jim@meyering.net>
29871
29872         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
29873         s/size/size_t/.
29874
29875 2003-11-21  Karl Berry  <karl@gnu.org>
29876
29877         * config/config.{sub,guess}: update from config.
29878
29879 2003-11-18  Karl Berry  <karl@gnu.org>
29880
29881         * config/config.{sub,guess}: update from config.
29882
29883         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
29884
29885 2003-11-17  Paul Eggert  <eggert@twinsun.com>
29886
29887         * README: Mention that S+T cannot overflow if S is the size of
29888         an existing object and T is sufficiently small.
29889
29890 2003-11-17  Jim Meyering  <jim@meyering.net>
29891
29892         On systems without utime and without a utimes function capable of
29893         dealing with a NULL struct utimbuf* argument, this utime replacement
29894         could -- in unusual circumstances -- leak a file descriptor.
29895         * lib/utime.c: Include <unistd.h> and <errno.h>.
29896         (utime_null): Be sure to close `fd' and to preserve errno.
29897         Reported by Geoff Collyer via Arnold Robbins.
29898
29899 2003-11-17  Bruno Haible  <bruno@clisp.org>
29900
29901         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
29902         (Depends-on): Add xsize.
29903
29904 2003-11-17  Bruno Haible  <bruno@clisp.org>
29905
29906         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
29907
29908 2003-11-17  Bruno Haible  <bruno@clisp.org>
29909
29910         * lib/vasnprintf.c (alloca): Remove fallback definition.
29911         (freea): Remove definition.
29912         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
29913         Reported by Paul Eggert.
29914
29915 2003-11-16  Paul Eggert  <eggert@twinsun.com>
29916             Bruno Haible  <bruno@clisp.org>
29917
29918         Protect against address arithmetic overflow.
29919         * lib/printf-args.h: Include stddef.h.
29920         (arguments): Change type of field 'count' to size_t.
29921         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
29922         'unsigned int' where appropriate.
29923         * lib/printf-parse.h: Include sys/types.h.
29924         (char_directive): Change type of *arg_index fields to ssize_t.
29925         (char_directives): Change type of fields 'count', max_*_length to
29926         size_t.
29927         * lib/printf-parse.c: Include sys/types.h and xsize.h.
29928         (SSIZE_MAX): Define fallback value.
29929         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
29930         instead of 'int' where appropriate. Check a_allocated, d_allocated
29931         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
29932         * lib/vasnprintf.c: Include xsize.h.
29933         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
29934         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
29935         overflow. Avoid wraparound when converting a width or precision from
29936         decimal to binary.
29937
29938 2003-11-16  Bruno Haible  <bruno@clisp.org>
29939
29940         Update from GNU gettext.
29941         * lib/printf-parse.c: Generalize to it can be compiled for wide
29942         strings.
29943         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
29944         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
29945         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
29946         SNPRINTF): New macros.
29947         Don't include <alloca.h> if the file is used inside libintl.
29948         (local_wcslen): New function, for Solaris 2.5.1.
29949         (VASNPRINTF): Use it instead of wcslen.
29950
29951 2003-11-16  Bruno Haible  <bruno@clisp.org>
29952
29953         * lib/xsize.h (xmax): New function.
29954         (xsum, xsum3, xsum4): Declare as "pure" functions.
29955
29956 2003-11-12  Paul Eggert  <eggert@twinsun.com>
29957
29958         * modules/xalloc (Files): Undo latest change, since xalloc.h
29959         no longer needs SIZE_MAX or PTRDIFF_MAX.
29960
29961 2003-11-12  Paul Eggert  <eggert@twinsun.com>
29962
29963         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
29964         gl_PTRDIFF_MAX.
29965
29966 2003-11-12  Paul Eggert  <eggert@twinsun.com>
29967
29968         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
29969         "return", to pacify some unknown compiler.  Problem reported
29970         by Joerg Schilling.
29971
29972 2003-11-12  Paul Eggert  <eggert@twinsun.com>
29973
29974         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
29975         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
29976         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
29977         heuristic is just as accurate as far as we know, and it removes a
29978         dependency on size_max.m4 and ptrdiff_max.m4.
29979
29980 2003-11-11  Bruno Haible  <bruno@clisp.org>
29981
29982         * modules/xsize (Files): Add m4/size_max.m4.
29983         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
29984
29985 2003-11-11  Bruno Haible  <bruno@clisp.org>
29986
29987         * m4/size_max.m4: New file.
29988         * m4/ptrdiff_max.m4: New file.
29989         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
29990         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
29991         (gl_XALLOC): Invoke it.
29992
29993 2003-11-11  Bruno Haible  <bruno@clisp.org>
29994
29995         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
29996         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
29997         defined.
29998
29999 2003-11-10  Paul Eggert  <eggert@twinsun.com>
30000
30001         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
30002         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
30003         rejected some allocations of exactly SIZE_MAX - 2 bytes.
30004         From Bruno Haible.
30005         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
30006         not (size_t) -1, since it's defined here.
30007
30008 2003-11-09  Karl Berry  <karl@gnu.org>
30009
30010         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
30011
30012 2003-11-06  Paul Eggert  <eggert@twinsun.com>
30013
30014         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
30015         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
30016         Reject sizes of exactly SIZE_MAX bytes.
30017         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
30018         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
30019
30020 2003-11-05  Bruno Haible  <bruno@clisp.org>
30021
30022         * lib/xsize.h: Include limits.h, to avoid a possible collision with
30023         SIZE_MAX defined in <limits.h> on Solaris.
30024
30025 2003-11-04  Jim Meyering  <jim@meyering.net>
30026
30027         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
30028         variable names, rather than @VAR@.
30029         * modules/poll: Likewise.
30030
30031 2003-11-04  Bruno Haible  <bruno@clisp.org>
30032
30033         * modules/xsize: New file.
30034         * modules/linebreak: Depend on xsize.
30035         * MODULES.html.sh (func_all_modules): Add xsize.
30036
30037 2003-11-04  Bruno Haible  <bruno@clisp.org>
30038
30039         * m4/xsize.m4: New file.
30040
30041 2003-11-04  Bruno Haible  <bruno@clisp.org>
30042
30043         * lib/xsize.h: New file.
30044         * lib/linebreak.c: Include xsize.h.
30045         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
30046         argument for overflow.
30047         Suggested by Paul Eggert.
30048
30049 2003-11-03  Karl Berry  <karl@gnu.org>
30050
30051         * config/config.{guess,sub}: update from config.
30052
30053 2003-11-03  Jim Meyering  <jim@meyering.net>
30054
30055         * modules/userspec (lib_SOURCES): Add userspec.h.
30056         (Include): Add "userspec.h".
30057         Improve description.
30058
30059 2003-11-03  Jim Meyering  <jim@meyering.net>
30060
30061         * lib/userspec.c: Include "userspec.h".
30062         * lib/userspec.h: New file.
30063
30064 2003-11-03  Bruno Haible  <bruno@clisp.org>
30065
30066         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
30067
30068 2003-11-03  Bruno Haible  <bruno@clisp.org>
30069
30070         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
30071         available, to avoid (extremely rare) race condition.
30072         Suggested by Paul Eggert.
30073
30074 2003-11-02  Karl Berry  <karl@gnu.org>
30075
30076         * config/srclist.txt (vasprintf.c): sync broken, sigh.
30077
30078 2003-10-31  Paul Eggert  <eggert@twinsun.com>
30079
30080         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
30081         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
30082         (read_filesystem_list): Set and use me_type_malloced.
30083         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
30084         whatever the type happens to be), for brevity and consistency.
30085         Check for size calculation overflow on Alphas running OSF/1.
30086
30087 2003-10-31  Jim Meyering  <jim@meyering.net>
30088
30089         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
30090
30091         * lib/linebuffer.c: Include <string.h> for declaration of memset.
30092
30093 2003-10-30  Paul Eggert  <eggert@twinsun.com>
30094             Bruno Haible  <bruno@clisp.org>
30095
30096         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
30097         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
30098
30099 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
30100
30101         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
30102         netbsd*-gnu*.  Suggested by Robert Millan.
30103
30104 2003-10-29  Paul Eggert  <eggert@twinsun.com>
30105
30106         * modules/group-member: Depend on stdbool.
30107
30108 2003-10-29  Paul Eggert  <eggert@twinsun.com>
30109
30110         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
30111
30112 2003-10-29  Paul Eggert  <eggert@twinsun.com>
30113
30114         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
30115         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
30116         after the 'gnu' in these cases.  This fixes some bugs in the
30117         previous change, and is based on suggestions by Robert Millan.
30118
30119 2003-10-29  Paul Eggert  <eggert@twinsun.com>
30120
30121         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
30122         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
30123         no longer needed.
30124         * lib/quotearg.c (quotearg_n_options): Use it.
30125         * lib/group-member.c: Include <stdbool.h>.
30126         (free_group_info): Arg is now const *; don't free arg.
30127         (get_group_info): Now returns bool and accepts struct group_info *,
30128         rather than returning a malloc'ed struct group_info *.
30129         All uses changed.  Check for overflow in internal size calculation.
30130
30131         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
30132         rather than xmalloc/xrealloc.
30133         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
30134         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
30135         conformance bug: the old code used a pointer after freeing the
30136         storage that it addressed.
30137         * lib/hash.c (hash_initialize): Simplify the code by using
30138         xalloc_oversized rather than doing it by hand.
30139         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
30140         the buffer preserved.  Use free and xmalloc instead.
30141         * lib/quotearg.c (quotearg_n_options): Likewise.
30142         Use a simpler test for size overflow.  Don't use xalloc_oversized
30143         because unsigned int might be wider than size_t (!); this suggests
30144         that we should switch from unsigned int to size_t for slot numbers.
30145
30146 2003-10-28  Paul Eggert  <eggert@twinsun.com>
30147
30148         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
30149         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
30150         NetBSD kernels.  Requested by Richard Stallman.
30151
30152 2003-10-27  Paul Eggert  <eggert@twinsun.com>
30153
30154         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
30155         to allocate the returned structure.  Do not allocate a subarray,
30156         as x2nrealloc will do that.
30157         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
30158         instead of xnrealloc.
30159         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
30160
30161 2003-10-27  Bruno Haible  <bruno@clisp.org>
30162
30163         * lib/stdbool_.h: Better support for BeOS.
30164
30165 2003-10-26  Paul Eggert  <eggert@twinsun.com>
30166
30167         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
30168         now uses inline.
30169
30170 2003-10-26  Paul Eggert  <eggert@twinsun.com>
30171
30172         * lib/xalloc.h (xalloc_oversized): New static inline function, for
30173         callers that want to do their own size-overflow checking.  Include
30174         <stdbool.h>, since xalloc_oversized returns bool.
30175         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
30176         to use xalloc_oversized.
30177
30178         Add two functions x2realloc, x2nrealloc, for programs that grow
30179         arrays dynamically by doubling their sizes.
30180         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
30181         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
30182         New functions.
30183
30184         Port to C99 semantics for 'inline' of external functions.
30185         Bug reported by Bruno Haible.
30186         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
30187         with the old contents of xnmalloc.
30188         (xnmalloc, xmalloc): Use it.
30189         (xnrealloc_inline): New static inline function,
30190         with the old contents of xnrealloc.
30191         (xnrealloc, xrealloc): Use it.
30192
30193         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
30194         that.
30195
30196 2003-10-26  Karl Berry  <karl@gnu.org>
30197
30198         * config/srclist.txt (COPYING.DOC): no longer available from
30199         /gd/gnuorg; don't know where the ultimate source is.
30200
30201 2003-10-25  Paul Eggert  <eggert@twinsun.com>
30202
30203         Fix several address-calculation bugs in the hash modules,
30204         plus some minor code cleanup.
30205
30206         * lib/hash.h: Include <stdbool.h>, for bool.
30207         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
30208         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
30209         hash_get_n_entries, hash_get_max_bucket_length,
30210         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
30211         hash_rehash): Use size_t rather than unsigned.
30212         * lib/hash.c (struct hash_table, hash_get_n_buckets,
30213         hash_get_n_buckets_used, hash_get_n_entries,
30214         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
30215         hash_get_entries, hash_do_for_each, hash_string, is_prime,
30216         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
30217         Likewise.
30218         (SIZE_MAX): Define if not defined.
30219         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
30220         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
30221         hash_print):
30222         Use const * when possible.
30223         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
30224         (check_tuning): Fix bug: if tuning parameters were very close to
30225         0 or 1, rounding errors could have caused subscript violations.
30226         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
30227         (hash_initialize): Add 'fail:' label
30228         to free table and return NULL, and use it to simplify code.
30229         Use calloc rather than clearing the storage ourself.
30230         (hash_initialize, hash_rehash): Check for arithmetic overflow in
30231         buffer size calculations.
30232         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
30233         Include <stddef.h>, for size_t.
30234         * lib/hash-pjw.c (hash_pjw): Likewise.
30235         Switch to method described by Bruno Haible.
30236         Include <limits.h>, for CHAR_BIT.
30237         (SIZE_BITS): New macro.
30238
30239 2003-10-23  Paul Eggert  <eggert@twinsun.com>
30240
30241         * m4/getline.m4 (AM_FUNC_GETLINE):
30242         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
30243         hosts.  Problem reported by Derek Robert Price in
30244         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
30245         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
30246         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
30247
30248 2003-10-21  Paul Eggert  <eggert@twinsun.com>
30249
30250         * lib/getndelim2.c (getndelim2): When size calculation overflows,
30251         ceiling the allocation at NMAX bytes rather than silently
30252         discarding input bytes before NMAX is reached.  This makes
30253         a difference only if NMAX exceeds SIZE_MAX / 2.
30254
30255         * lib/obstack.c: Merge from glibc.
30256         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
30257         Add libc_hidden_def (_obstack_newchunk).
30258         (_obstack_free) [! defined _LIBC]: Remove.
30259         [defined _LIBC]: Make a strong alias from obstack_free, rather than
30260         a clone of the function body.
30261         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
30262         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
30263
30264         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
30265         glibc.
30266         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
30267         arg to memcpy.
30268
30269         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
30270         (obstack_ptr_grow_fast, obstack_int_grow_fast):
30271         Don't use lvalue casts, as GCC plans to remove support for them
30272         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
30273         was also present in the non-GCC version, indicating that this
30274         code had always been buggy and had never been widely used.
30275         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
30276         Use the fast variant of each macro, rather than copying the
30277         definiens of the fast variant; that way, we'll be more likely to
30278         catch future bugs in the fast variants.
30279
30280 2003-10-20  Bruno Haible  <bruno@clisp.org>
30281
30282         * modules/wait-process: New file.
30283         * MODULES.html.sh (func_all_modules): Add wait-process.
30284
30285 2003-10-20  Bruno Haible  <bruno@clisp.org>
30286
30287         * m4/wait-process.m4: New file.
30288
30289 2003-10-20  Bruno Haible  <bruno@clisp.org>
30290
30291         * lib/wait-process.h: New file, from GNU gettext.
30292         * lib/wait-process.c: New file, from GNU gettext.
30293
30294 2003-10-19  Jim Meyering  <jim@meyering.net>
30295
30296         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
30297         HPUX 10.20.
30298
30299 2003-10-18  Karl Berry  <karl@gnu.org>
30300
30301         * config/config.guess: update from config.
30302
30303 2003-10-16  Paul Eggert  <eggert@twinsun.com>
30304
30305         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
30306         (getgroups): First arg is int, not size_t.
30307         Don't let 'free' mangle errno.
30308
30309 2003-10-16  Paul Eggert  <eggert@twinsun.com>
30310
30311         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
30312
30313 2003-10-16  Karl Berry  <karl@gnu.org>
30314
30315         * config/config.{guess,sub}: update from config.
30316
30317 2003-10-16  Jim Meyering  <jim@meyering.net>
30318
30319         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
30320         memcpy.
30321
30322 2003-10-15  Paul Eggert  <eggert@twinsun.com>
30323
30324         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
30325         (SIZE_MAX): Remove.
30326         (new_exclude, add_exclude_file): Initial size no longer needs to
30327         be a power of 2.
30328         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
30329         our own address arithmetic overflow checking.
30330
30331         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
30332         (fnmatch): Do not alloca more than 2000 wide characters;
30333         instead, use malloc for large buffers.
30334         Check for address arithmetic overflow, and return -1
30335         with errno set to ENOMEM in that case.
30336         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
30337         (NEW_PATTERN): Do not alloca more than 8000 bytes;
30338         instead, return -1.  Check for address arithmetic overflow.
30339
30340 2003-10-14  Paul Eggert  <eggert@twinsun.com>
30341
30342         Handle invalid suffixes and overflow independently, so that
30343         callers can treat them independently as needed.  Fix some bugs in
30344         suffix handling, e.g., "100k@" was not diagnosed as an invalid
30345         suffix for a human-readable blocksize.  The major caller-visible
30346         change is the addition of a new
30347         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
30348         that both overflow and suffix chars were found.
30349
30350         * lib/human.c (humblock): Don't check separately for invalid suffix
30351         char; that is xstrtoumax's job (now that its bug is fixed).
30352         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
30353         INTMAX_MAX]: New macros.
30354         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
30355         TYPE_MAXIMUM): New macros.
30356         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
30357         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
30358         if overflow occurs, as it's what __strtol does and it's more useful
30359         in practice.
30360         (__xstrtol): If __strtol reports some error other than ERANGE,
30361         reflect it to the caller as LONGINT_INVALID.  If it reports
30362         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
30363         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
30364         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
30365         value.
30366         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
30367         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
30368         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
30369         [defined UINTMAX_MAX]: New macros.
30370
30371 2003-10-14  Bruno Haible  <bruno@clisp.org>
30372
30373         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
30374
30375 2003-10-14  Bruno Haible  <bruno@clisp.org>
30376
30377         * m4/sig_atomic_t: New file, from GNU gettext.
30378         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
30379
30380 2003-10-14  Bruno Haible  <bruno@clisp.org>
30381
30382         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
30383         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
30384         Also use volatile where needed.
30385
30386 2003-10-12  Paul Eggert  <eggert@twinsun.com>
30387
30388         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
30389         Change maintainer from Bruno Haible to 'all'.
30390
30391 2003-10-12  Paul Eggert  <eggert@twinsun.com>
30392
30393         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
30394
30395 2003-10-12  Paul Eggert  <eggert@twinsun.com>
30396
30397         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
30398         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
30399         and define in terms of the other primitives.
30400         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
30401         (SIZE_MAX): Define if not already defined.
30402         (array_size_overflow): New function.
30403         (xalloc_die): Abort instead of exiting if 'error' returns.
30404         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
30405         (xmalloc, xrealloc): Use them.
30406         (xcalloc): Check for address arithmetic overflow.
30407         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
30408         a bit faster than strcpy.
30409
30410 2003-10-10  Simon Josefsson  <jas@extundo.com>
30411
30412         * modules/argp (Depends-on): Add restrict and strcase.
30413
30414 2003-10-10  Simon Josefsson  <jas@extundo.com>
30415
30416         * m4/argp.m4: Add AC_C_INLINE.
30417
30418 2003-10-08  Paul Eggert  <eggert@twinsun.com>
30419
30420         Merge getpass from libc, plus a few fixes.
30421
30422         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
30423         Include <stdbool.h>.
30424         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
30425         __fsetlocking to empty.
30426         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
30427         do include <bits/libc-lock.h>.
30428         Do not include <fcntl.h>; not needed.
30429         [_LIBC]: Include <wchar.h>.
30430         (NOTCANCEL_MODE): New macro.
30431         (flockfile, funlockfile) [_LIBC]: New macros.
30432         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
30433         [!_LIBC]: New macros.
30434         (call_fclose): New function.
30435         (getpass): Use it.  Save tty stream separately; this simplifies the
30436         code and makes it more reliable if stdin happens to equal stdout.
30437         Invoke __fsetlocking on tty.
30438         Handle thread cancellation if needed.
30439         Namespace cleanup (use __tcgetattr, __getline).
30440         Use bool for Booleans.
30441         [USE_IN_LIBIO]: Handle wide streams.
30442         [!_LIBC]: Unconditionally do the fseek, since we don't know what
30443         stream might go where.
30444
30445         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
30446         doesn't have to include <stdio.h> before us.
30447         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
30448         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
30449         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
30450         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
30451         if not declared, so that we can use getpass.c code from libc without
30452         rewriting it.
30453         (flockfile, ftrylockfile, funlockfile): New macros.
30454
30455 2003-10-08  Paul Eggert  <eggert@twinsun.com>
30456
30457         * modules/getpass: Depend on stdbool.
30458
30459 2003-10-08  Paul Eggert  <eggert@twinsun.com>
30460
30461         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
30462
30463 2003-10-07  Karl Berry  <karl@gnu.org>
30464
30465         * config/config.{guess,sub}: update from config.
30466
30467 2003-10-06  Jim Meyering  <jim@meyering.net>
30468             Bruno Haible  <bruno@clisp.org>
30469
30470         This lets translators provide better translations for the
30471         "Written by ..." part of --version output.
30472         * lib/version-etc.h: Include stdarg.h.
30473         (version_etc_copyright): Declare as readonly.
30474         (version_etc): Make this function variadic with a NULL-terminated list
30475         of author name strings.
30476         (version_etc_va): New declaration.
30477         * lib/version-etc.c: Include stdarg.h, stdlib.h.
30478         (version_etc_copyright): Declare as readonly.
30479         (version_etc_va): New function. Provide a different translatable string
30480         for each possible number of authors < 10. Abbreviate when there are 10
30481         authors or more.
30482         (version_etc): Make this function variadic. Call version_etc_va.
30483         Suggestion from Gary V. Vaughan.
30484
30485         * lib/long-options.h (parse_long_options): Change prototype: the
30486         authors string is moved to the end and becomes variadic.
30487         * lib/long-options.c: Include stdarg.h.
30488         (parse_long_options): Make this function variadic, too.
30489         Call version_etc_va, not version_etc.
30490
30491 2003-10-06  Bruno Haible  <bruno@clisp.org>
30492
30493         * modules/version-etc-2: Remove file.
30494         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
30495
30496 2003-10-06  Bruno Haible  <bruno@clisp.org>
30497
30498         * modules/fatal-signal: New file.
30499         * MODULES.html.sh (func_all_modules): Add fatal-signal.
30500
30501 2003-10-06  Bruno Haible  <bruno@clisp.org>
30502
30503         * m4/fatal-signal.m4: New file.
30504         * m4/signalblocking.m4: New file, from GNU gettext.
30505
30506 2003-10-06  Bruno Haible  <bruno@clisp.org>
30507
30508         * lib/version-etc-2.h: Remove file.
30509         * lib/version-etc-2.c: Remove file.
30510
30511 2003-10-06  Bruno Haible  <bruno@clisp.org>
30512
30513         * lib/fatal-signal.h: New file, from GNU gettext.
30514         * lib/fatal-signal.c: New file, from GNU gettext.
30515
30516 2003-10-05  Paul Eggert  <eggert@twinsun.com>
30517
30518         * README: Rework advice for preventing empty .o files.
30519         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
30520         not <sys/types.h>.
30521
30522 2003-10-04  Karl Berry  <karl@gnu.org>
30523
30524         * lib/argp*: update from libc.
30525
30526 2003-10-04  Karl Berry  <karl@gnu.org>
30527
30528         * config/config.{guess,sub}: update from config.
30529
30530 2003-10-02  Bruno Haible  <bruno@clisp.org>
30531
30532         * modules/lchown (Include): Add lchown.h.
30533         * modules/time_r (Include): Use "..." syntax.
30534         * modules/xgetdomainname (Include): Add xgetdomainname.h.
30535
30536 2003-10-01  Simon Josefsson  <jas@extundo.com>
30537
30538         * MODULES.html.sh (func_all_modules): Move gethostname from section
30539         'based on' to section 'lacking' POSIX:2001.
30540
30541 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
30542
30543         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
30544         to output mode on the same stream.
30545
30546 2003-09-29  Paul Eggert  <eggert@twinsun.com>
30547
30548         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
30549         Fix arg typo in previous patch.
30550
30551 2003-09-28  Jim Meyering  <jim@meyering.net>
30552
30553         * lib/error.c: Correct cpp indentation.
30554
30555 2003-09-27  Paul Eggert  <eggert@twinsun.com>
30556
30557         * modules/free: New file.
30558
30559 2003-09-27  Paul Eggert  <eggert@twinsun.com>
30560
30561         * m4/free.m4: New file.
30562
30563 2003-09-27  Paul Eggert  <eggert@twinsun.com>
30564
30565         * lib/minmax.h (MIN, MAX)
30566         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
30567         Omit the special code that used __typeof__, since we worry that
30568         it could be more trouble than it's worth.  See:
30569         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
30570         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
30571
30572         * lib/free.c: New file.
30573
30574 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
30575
30576         Trivial fixes to Makefile.am parts of module listings.
30577         * modules/strstr: Append strstr.h to lib_SOURCES.
30578         * modules/strcase: Likewise, for strcase.h.
30579
30580 2003-09-27  Karl Berry  <karl@gnu.org>
30581
30582         * config/mkinstalldirs: update from automake.
30583
30584 2003-09-26  Paul Eggert  <eggert@twinsun.com>
30585
30586         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
30587         (error_tail): Do not loop, reallocating temporary buffer, since
30588         the output cannot contain more wide characters than the input
30589         contains bytes, the size must be big enough already.  This avoids
30590         one potential size overflow calculation.  Check for size overflow
30591         when calculating temporary buffer size.  Free temporary buffer
30592         when done, if it was allocated with malloc; this plugs a memory
30593         leak.  Remove casts from void * to pointers, that are no longer
30594         needed now that we're assuming C89 or better.
30595
30596         Merge error changes from glibc.
30597
30598         * lib/error.c, error.h: Update copyright notice header to match glibc.
30599         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
30600         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
30601         Disable cancellation while printing error.
30602         * lib/error.h: Prepend __ to parameter names.
30603
30604 2003-09-26  Jim Meyering  <jim@meyering.net>
30605
30606         * lib/error.c (error_tail): Move some declarations
30607         into inner scope where the local variables are used.
30608
30609 2003-09-26  Bruno Haible  <bruno@clisp.org>
30610
30611         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
30612         stpncpy().
30613         Don't define stpncpy through config.h; it's now done through stpncpy.h.
30614
30615 2003-09-26  Bruno Haible  <bruno@clisp.org>
30616
30617         * lib/stpncpy.h (gnu_stpncpy): New declaration.
30618         (stpncpy): Define as alias for gnu_stpncpy.
30619         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
30620
30621 2003-09-25  Simon Josefsson  <jas@extundo.com>
30622
30623         * lib/xgetdomainname.h: New file.
30624         * lib/xgetdomainname.c: New file.
30625
30626 2003-09-25  Simon Josefsson  <jas@extundo.com>
30627             Bruno Haible  <bruno@clisp.org>
30628
30629         * modules/getdomainname: New file.
30630         * modules/xgetdomainname: New file.
30631         * MODULES.html.sh (func_all_modules): Add getdomainname,
30632         xgetdomainname.
30633
30634 2003-09-25  Simon Josefsson  <jas@extundo.com>
30635             Bruno Haible  <bruno@clisp.org>
30636
30637         * m4/getdomainname.m4: New file.
30638
30639 2003-09-25  Simon Josefsson  <jas@extundo.com>
30640             Bruno Haible  <bruno@clisp.org>
30641
30642         * lib/getdomainname.h: New file.
30643         * lib/getdomainname.c: New file.
30644
30645 2003-09-25  Karl Berry  <karl@gnu.org>
30646
30647         * lib/argp-fmtstream.c, argp-help.c: update from libc.
30648
30649 2003-09-25  Karl Berry  <karl@gnu.org>
30650
30651         * config/install-sh: update from automake.
30652
30653 2003-09-25  Bruno Haible  <bruno@clisp.org>
30654
30655         * modules/version-etc-2: New file, from modules/version-etc with
30656         modifications.
30657         * MODULES.html.sh (func_all_modules): Add version-etc-2.
30658
30659 2003-09-25  Bruno Haible  <bruno@clisp.org>
30660
30661         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
30662         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
30663
30664 2003-09-24  Simon Josefsson  <jas@extundo.com>
30665
30666         * modules/xgethostname: Add xgethostname.h.
30667
30668 2003-09-24  Paul Eggert  <eggert@twinsun.com>
30669
30670         * lib/linebuffer.c (freebuffer): Don't free the argument, just
30671         the buffer associated with the argument.  Bug reported by
30672         Simon Josefsson.
30673
30674 2003-09-24  Paul Eggert  <eggert@twinsun.com>
30675
30676         * README: Document assumptions that 'int' is at least 32 bits
30677         wide, that integer arithmetic is 2's complement without overflow,
30678         that there are no holes in integer values, that adding sizes of
30679         two nonoverlapping objects can't overflow, and that all-bits-zero
30680         yields scalar zero.  Fix spelling and capitalization typos.
30681
30682 2003-09-19  Karl Berry  <karl@gnu.org>
30683
30684         * lib/argp.h: update from libc.
30685
30686 2003-09-17  Paul Eggert  <eggert@twinsun.com>
30687
30688         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
30689         to avoid spurious warnings like "AC_RUN_IFELSE was called before
30690         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
30691
30692 2003-09-17  Paul Eggert  <eggert@twinsun.com>
30693
30694         * gnulib-tool: Use "test -h", not "test -L", for portability
30695         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
30696         (tags_regexp): Remove, since \| doesn't conform to POSIX.
30697         (sed_extract_prog): Issue s commands one-by-one, rather than
30698         using \| in one s command.
30699
30700 2003-09-16  Paul Eggert  <eggert@twinsun.com>
30701
30702         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
30703         input error, instead of returning NULL the next time we are called
30704         (and therefore losing track of errno).
30705
30706 2003-09-16  Bruno Haible  <bruno@clisp.org>
30707
30708         * gnulib-tool (func_create_testdir): Warn about duplicated
30709         dependencies.
30710
30711 2003-09-15  Paul Eggert  <eggert@twinsun.com>
30712
30713         * modules/argmatch, modules/fatal, modules/obstack,
30714         modules/xalloc, modules/xgethostname: Sort dependencies by
30715         importance, not alphabetically.
30716
30717 2003-09-15  Paul Eggert  <eggert@twinsun.com>
30718
30719         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
30720         fails, so that the caller gets the proper errno.
30721
30722         * lib/readutmp.c (read_utmp): Likewise.
30723         Check for fstat error.  Close stream and free storage
30724         when failing.
30725
30726 2003-09-14  Karl Berry  <karl@gnu.org>
30727
30728         * config/srclist.txt (strdup.c): disable for c89 changes.
30729
30730 2003-09-14  Jim Meyering  <jim@meyering.net>
30731
30732         * lib/getloadavg.c: Correct cpp indentation.
30733         * lib/strdup.c: Likewise.
30734         * lib/vasnprintf.c: Likewise.
30735
30736 2003-09-14  Bruno Haible  <bruno@clisp.org>
30737
30738         * modules/fwriteerror: New file.
30739         * MODULES.html.sh (func_all_modules): Add fwriteerror.
30740
30741 2003-09-14  Bruno Haible  <bruno@clisp.org>
30742
30743         * lib/fwriteerror.h: New file.
30744         * lib/fwriteerror.c: New file.
30745
30746 2003-09-12  Paul Eggert  <eggert@twinsun.com>
30747
30748         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
30749         modules/xgethostname, modules/xalloc: Depend on exit.
30750
30751 2003-09-12  Paul Eggert  <eggert@twinsun.com>
30752
30753         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
30754
30755         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
30756         and AC_MINIX, too, so that their extensions are available.
30757
30758         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
30759         This macro has been superseded by gl_BACKUPFILE.
30760
30761         More patches to assume C89 or better.
30762
30763         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
30764
30765         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
30766         unconditionally.
30767         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
30768         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
30769         Include <string.h>, <stdlib.h> unconditionally.
30770         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
30771         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
30772         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
30773         headers or for string.h.
30774         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
30775         or strtoul.
30776
30777         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
30778         headers.
30779         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
30780         * m4/userspec.m4 (gl_USERSPEC): Likewise.
30781         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
30782         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
30783         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
30784         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
30785         memcpy, memset.
30786         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
30787         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
30788         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
30789         strtol.
30790         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
30791         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
30792         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
30793         strtoul.
30794
30795 2003-09-12  Paul Eggert  <eggert@twinsun.com>
30796
30797         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
30798         * lib/obstack.c [!defined _LIBC]: Likewise.
30799         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
30800         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
30801         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
30802
30803         More changes to assume C89 or better.
30804
30805         * lib/error.c (error_tail): Assume vprintf.
30806
30807         * lib/argmatch.c (getenv): Remove decl.
30808         * lib/progreloc.c (get_full_program_name): Define via prototype.
30809         * lib/setenv.c (clearenv): Likewise.
30810         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
30811         needed.
30812         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
30813         (malloc, memcpy): Remove decls.
30814         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
30815         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
30816         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
30817         (memcpy): Remove macro.
30818         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
30819         (__P): Remove.  All uses removed.
30820         (PTR): Remove.  All uses changed to void *.
30821         (CHAR_BIT, NULL): Remove.
30822         (spaces, zeros, memset_space, memset_zero)
30823         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
30824         Remove.
30825         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
30826         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
30827         Define with prototype.
30828         Remove now-unnecessary prototype decl.
30829         (extra_args_spec): Assume ANSI C.  All uses changed.
30830         (extra_args_spec_iso): Remove.
30831         (my_strftime, emacs_strftimeu): Define via prototype.
30832         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
30833         unconditionally.
30834         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
30835         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
30836         (strtoul, strtol): Remove decls.
30837         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
30838         LONG_MAX): Remove.
30839         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
30840         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
30841         (LOCALE_PARAM_PROTO): New macro.
30842         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
30843         (INTERNAL (strtol), strtol): Define with a prototype.
30844         (PARAMS): Remove.  All uses removed.
30845         * lib/tempname.c: Include <string.h> unconditionally.
30846         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
30847         * lib/xgethostname.c (main): Define with a prototype.
30848         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
30849         Include <stdlib.h> unconditionally.
30850         (calloc, malloc, realloc, free): Remove decls.
30851         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
30852         Include <stdlib.h> unconditionally.  Sort include file names.
30853         (strtod): Remove.
30854         (xstrtod): Define with a prototype.
30855         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
30856         (strtol, strtoul): Remove decls.
30857
30858 2003-09-11  Paul Eggert  <eggert@twinsun.com>
30859
30860         More patches to assume C89 or better.
30861         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
30862         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
30863         string.h, memchr, STDC_HEADERS.
30864
30865 2003-09-11  Paul Eggert  <eggert@twinsun.com>
30866
30867         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
30868         Include <stdlib.h>, <string.h> unconditionally.
30869         Remove now-unnecessary cast to char *.
30870         * lib/strnlen.c: Include <string.h> unconditionally.
30871         * lib/yesno.c (yesno): Define with a prototype.
30872
30873 2003-09-11  Bruno Haible  <bruno@clisp.org>
30874
30875         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
30876
30877 2003-09-10  Jim Meyering  <jim@meyering.net>
30878
30879         * lib/error.c: Correct indentation of cpp directives.
30880
30881 2003-09-10  Bruno Haible  <bruno@clisp.org>
30882
30883         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
30884         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
30885         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
30886         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
30887         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
30888         <stdlib.h> and <string.h> checks.
30889         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
30890         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
30891
30892 2003-09-10  Bruno Haible  <bruno@clisp.org>
30893
30894         * lib/strcspn.c: Include <string.h> unconditionally.
30895         * lib/strpbrk.c: Include <string.h> unconditionally.
30896         * lib/strstr.c: Include <string.h> unconditionally.
30897         * lib/unicodeio.c: Include <string.h> unconditionally.
30898         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
30899         * lib/unsetenv.c: Likewise.
30900         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
30901         * lib/yesno.c: Include <stdlib.h> unconditionally.
30902         (rpmatch): Add prototype.
30903
30904 2003-09-09  Paul Eggert  <eggert@twinsun.com>
30905
30906         More patches to assume C89 or better.
30907         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
30908         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
30909         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
30910         or for string.h.
30911         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
30912         stdlib.h.
30913         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
30914         C headers.
30915         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
30916         string.h.
30917         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
30918         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
30919         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
30920         or for string.h.
30921         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
30922         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
30923         C headers.
30924         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
30925         memcpy.
30926         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
30927         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
30928         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
30929         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
30930         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
30931         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
30932         string.h, free.
30933         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
30934         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
30935         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
30936         C headers, or for string.h.
30937         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
30938         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
30939         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
30940         headers, memory.h, stdlib.h, string.h, strings.h.
30941         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
30942         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
30943         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
30944         strchr.
30945         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
30946         headers, memory.h, string.h.
30947         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
30948         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
30949         free.
30950         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
30951         headers.
30952         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
30953         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
30954         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
30955         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
30956         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
30957
30958 2003-09-09  Paul Eggert  <eggert@twinsun.com>
30959
30960         More K&R removal.
30961
30962         * lib/acosl.c (main): Use a prototype.
30963         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
30964         tanl.c: Likewise.
30965
30966         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
30967
30968         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
30969         (getopt, etopt_long, getopt_long_only, _getopt_internal)
30970         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
30971         with a prototype.
30972         * lib/getopt.c (const): Remove macro.
30973         Include <string.h> unconditionally.
30974         (my_index): Remove; all uses changed to strchr.
30975         (strlen): Remove decl.
30976         (exchange): Remove forward decl; no longer needed.
30977         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
30978         Define with prototype.
30979         * lib/getopt1.c (const): Remove macro.
30980         (getopt_long, getopt_long_only, main): Define with prototype.
30981
30982         * lib/getugroups.c: Include <string.h> unconditionally.
30983
30984         * lib/getusershell.c: Include <stdlib.h> unconditionally.
30985         (getusershell, setusershell, endusershell, readname, main):
30986         Define with prototypes.
30987
30988         * lib/group-member.c: Include group-member.h first.
30989         Include <stdlib.h> unconditionally.
30990
30991         * lib/hard-locale.c: Include hard-locale.h first.
30992         Include <stdlib.h>, <string.h> unconditionally.
30993
30994         * lib/hash.c (free, malloc): Remove decls.
30995         Include <stdlib.h> unconditionally.
30996
30997         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
30998         (getenv): Do not declare.
30999
31000         * lib/idcache.c: Include <string.h> unconditionally.
31001
31002         * lib/long-options.c: Include long-options.h first, to test interface.
31003         Include <stdlib.h> unconditionally.
31004
31005         * lib/makepath.c: Include makepath.h first, to test interface.
31006         Include <stdlib.h> and <string.h> unconditionally.
31007
31008         * lib/linebuffer.c: Include <stdlib.h>.
31009         (free): Remove decl.
31010
31011         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
31012         stddef.h. rpl_malloc returns void *, not char *.
31013         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
31014         prototype.
31015
31016         * lib/md5.h: Include <limits.h> unconditionally.
31017         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
31018         (__P): Remove; all uses removed.
31019         * lib/md5.c: Include "md5.h" first.
31020         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
31021         md5_buffer, md5_process_bytes, md5_process_block):
31022         Define with prototypes.
31023         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
31024         * lib/sha.c: Include "sha.h" first.
31025         Include <stdlib.h>, <string.h> unconditionally.
31026
31027         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
31028         * lib/memcmp.c (__ptr_t): Likewise.
31029         * lib/memrchr.c (__ptr_t): Likewise.
31030         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
31031         Include <string.h> unconditionally.
31032         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
31033         * lib/memchr.c: Include <stdlib.h> unconditionally.
31034         * lib/memchr.c (LONG_MAX): Remove.
31035         * lib/memrchr.c (LONG_MAX): Likewise.
31036         * lib/memchr.c (__memchr): Define via a prototype.
31037         * lib/memrchr.c (__memrchr): Likewise.
31038         * lib/memcmp.c (__P): Remove, and remove all uses.
31039         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
31040         Remove forward decls; no longer needed.
31041         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
31042         Use types required by C89 in prototype.
31043
31044         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
31045         * lib/savedir.c: Likewise.
31046         * lib/mkdir.c (free): Remove decl.
31047         * lib/rmdir.c (rmdir): Define with a prototype.
31048         * lib/savedir.c: Include savedir.h first, to test interface.
31049
31050         * lib/mktime.c (STDC_HEADERS): Remove.
31051         Include <stdlib.h>, <string.h> unconditionally.
31052
31053         * lib/modechange.c: Include <stdlib.h> unconditionally.
31054         (malloc): Remove decl.
31055
31056         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
31057         (free): Remove decl.
31058
31059         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
31060         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
31061         (This type really should be intptr_t, but that's a C99ism.)
31062         (_obstack_memcpy): Remove: all uses changed to memcpy.
31063         Include <string.h> unconditionally.
31064         (struct obstack): Assume __STDC__ for types of members
31065         chunkfun, freefun, extra_arg.
31066         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
31067         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
31068         obstack_begin, obstack_specify_allocation,
31069         obstack_specify_allocation_with_arg, obstack_chunkfun,
31070         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
31071         Remove unprototyped decls and the macros that use them.
31072         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
31073         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
31074         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
31075         (defined __STDC__ && __STDC__)]:
31076         Remove nonprototyped code.
31077         Include <stdlib.h> unconditionally.
31078         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
31079         _obstack_allocated_p, _obstack_free, obstack_free,
31080         _obstack_memory_used, print_and_abort):
31081         Define using prototypes.
31082         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
31083         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
31084         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
31085         obstack_next_free, obstack_object_size, obstack_room) [0]:
31086         Remove unused, unprototyped code.
31087
31088         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
31089
31090         * lib/physmem.c (physmem_total, physmem_available, main): Define
31091         with prototypes.
31092
31093         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
31094         (main): Define with a prototype.
31095
31096         * lib/posixver.c (getenv): Remove decl.
31097
31098         * lib/putenv.c (malloc): Returns void *, not char *.
31099         Include <string.h> unconditionally.
31100         (strchr, memcpy, NULL): Do not define.
31101
31102         * lib/readtokens.c: Include readtokens.h first, to test interface.
31103         Include <stdlib.h>, <string.h> unconditionally.
31104         (init_tokenbuffer): Define with a prototype.
31105
31106         * lib/regex.c (PARAMS): Remove.  All uses removed.
31107         All uses of _RE_ARGS removed, too.
31108         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
31109         unconditionally.
31110         (bzero): Assume memset exists.
31111         (memcmp, memcpy, NULL): Remove.
31112         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
31113         char, or assignments to local vars of type signed char.
31114         (init_syntax_once, PREFIX(extract_number_and_incr),
31115         PREFIX(print_partial_compiled_pattern),
31116         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
31117         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
31118         PREFIX(regex_grow_registers), PREFIX(regex_compile),
31119         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
31120         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
31121         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
31122         wcs_compile_range, byte_compile_range, truncate_wchar,
31123         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
31124         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
31125         count_mbs_length, wcs_re_match_2_internal,
31126         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
31127         PREFIX(alt_match_null_string_p),
31128         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
31129         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
31130         regfree, PREFIX(extract_number)): Define with prototype.  Remove
31131         now-unnecessary declaration, if any.
31132         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
31133         regcomp, regexec):
31134         Remove now-unnecessary casts among pointer types.
31135         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
31136
31137         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
31138         (free): Remove decl.
31139
31140         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
31141
31142         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
31143         (free): Remove decl.
31144
31145         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
31146         * lib/xgetcwd.c: Likewise.
31147
31148         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
31149         (free): Remove decl.
31150
31151         * lib/strchrnul.c (strchrnul): Define with a prototype.
31152         Fix bug: c_in was not converted to char before searching.
31153
31154         The following changes are not K&R related:
31155
31156         * lib/group-member.h: Include <sys/types.h>, so that this file is
31157         self-contained.
31158         * lib/makepath.h: Likewise.
31159
31160         * lib/getusershell.c (readname, default_index, line_size, readname):
31161         Use size_t, not int, for sizes.
31162         (readname): If the size overflows, report an error instead of
31163         looping forever.
31164
31165 2003-09-09  Paul Eggert  <eggert@twinsun.com>
31166
31167         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
31168         libc.
31169
31170 2003-09-09  Paul Eggert  <eggert@twinsun.com>
31171
31172         * README: New section: portability guidelines.
31173
31174 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
31175
31176         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
31177         C89 spec.
31178
31179 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
31180
31181         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
31182
31183 2003-09-08  Paul Eggert  <eggert@twinsun.com>
31184
31185         Assume C89 or better; remove K&R cruft.
31186         A few of these changes were first proposed by Derek Robert Price
31187         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
31188
31189         * lib/addext.c: Include <string.h> unconditionally.
31190         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
31191         Don't declare getenv or malloc.
31192
31193         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
31194         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
31195         (NULL): Remove.
31196         (find_stack_direction, alloca): Use prototypes.
31197
31198         * lib/atexit.c (atexit): Define using a prototype.
31199
31200         * lib/basename.c, dirname.c, stripslash.c:
31201         Include <string.h> unconditionally.
31202
31203         * lib/bcopy.c: Include <stddef.h>.
31204         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
31205
31206         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
31207
31208         * lib/error.h (error, error_at_line, error_print_progname)
31209         [! (defined (__STDC__) && __STDC__)]: Remove decls.
31210         * lib/error.c: Include error.h first, to check interface.
31211         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
31212         (VA_START): Remove; all uses changeed to va_start.
31213         (exit, strerror): Remove decls.
31214         (error_print_progname): Prototype uncondionally.
31215         Don't include <errno.h>; no longer needed.
31216         (private_strerror): Remove.
31217         (error_tail): Always define.
31218         (error, error_at_line): Assume C89 or better; always use prototypes.
31219         * lib/fatal.c: Include "fatal.h" first, to test interface.
31220         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
31221         (VA_START): Remove; all uses changed to va_start.
31222         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
31223         this case.
31224         (exit): Remove decl.
31225         (fatal): Prototype unconditionally.  Assume va_start works.
31226         Abort at end, to pacify gcc.
31227
31228         * lib/euidaccess.c (main): Define with a prototype.
31229
31230         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
31231
31232         * lib/exitfail.c: Include <stdlib.h> unconditionally.
31233
31234         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
31235         prototypes.
31236         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
31237         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
31238         (getenv): Remove decl.
31239         (fnmatch): Define using a prototype.
31240         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
31241         (FCT): Define using a prototype.
31242
31243         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
31244
31245         * lib/gethostname.c: Include <stddef.h>.
31246         (gethostname): Define with prototype.  Length is size_t, not int.
31247
31248 2003-09-08  Paul Eggert  <eggert@twinsun.com>
31249
31250         Assume C89 or better; remove K&R cruft.
31251         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
31252         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
31253         string.h, getenv, malloc.
31254         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
31255         headers.
31256         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
31257         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
31258         do not check for strerror.
31259         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
31260         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
31261         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
31262         do not check for doprnt or vprintf.
31263         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
31264         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
31265
31266 2003-09-08  Paul Eggert  <eggert@twinsun.com>
31267
31268         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
31269         getversion.c should have been removed then, but was accidentally
31270         preserved.
31271
31272         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
31273         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
31274
31275 2003-09-08  Karl Berry  <karl@gnu.org>
31276
31277         * config/config.sub, config.guess, srclistvars.sh: update from savannah
31278                 config, forget about prep.
31279
31280         * config/depcomp, missing: update from automake.
31281
31282 2003-09-07  Paul Eggert  <eggert@twinsun.com>
31283
31284         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
31285         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
31286
31287 2003-09-07  Paul Eggert  <eggert@twinsun.com>
31288
31289         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
31290         copy_tm_result.  Bug reported by Simon Josefsson in
31291         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
31292
31293 2003-09-06  Paul Eggert  <eggert@twinsun.com>
31294
31295         * m4/time_r.m4: New file.
31296         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
31297         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
31298         is. Check for timegm declaration.
31299         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
31300         Do not check for gmtime_r.
31301         Replace mktime if __mktime_internal does not exist and if mktime
31302         hasn't been replaced already.
31303
31304 2003-09-06  Paul Eggert  <eggert@twinsun.com>
31305
31306         * lib/time_r.c, lib/time_r.h: New files.
31307
31308         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
31309         __localtime_r.
31310         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
31311         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
31312
31313         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
31314         __gmtime_r.
31315         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
31316         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
31317         Include <time_r.h>.
31318
31319         * lib/timegm.c: Switch to glibc implementation, with the following
31320         changes:
31321         [defined HAVE_CONFIG_H]: Include <config.h>.
31322         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
31323         (__mktime_internal) [!defined _LIBC]: New decl.
31324         (__gmtime_r) [!defined _LIBC]: New macro and function.
31325         (timegm): Use a prototype, since gnulib assumes C89.
31326         Do not bother declaring tmp to be const, as it's not really usefu.
31327         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
31328         (timegm): Declare only if HAVE_DECL_TIMEGM.
31329
31330 2003-09-06  Paul Eggert  <eggert@twinsun.com>
31331
31332         * MODULES.html.sh (func_all_modules): Add time_r.
31333         * modules/time_r: New file.
31334         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
31335         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
31336
31337 2003-09-03  Paul Eggert  <eggert@twinsun.com>
31338
31339         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
31340         Bug reported by Lute Kamstra in
31341         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
31342
31343         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
31344         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
31345         course with correspondingly smaller numbers for tomorrow and
31346         yesterday.  From Tadayoshi Funaba.  Originally installed into
31347         sh-utils on 1999-08-07, but the patch got lost (I guess during the
31348         coreutils merge?).
31349
31350 2003-08-31  Simon Josefsson  <jas@extundo.com>
31351
31352         * modules/timegm: New file.
31353         * MODULES.html.sh (func_all_modules): Add timegm.
31354
31355 2003-08-31  Simon Josefsson  <jas@extundo.com>
31356
31357         * m4/timegm.m4: New file.
31358
31359 2003-08-31  Simon Josefsson  <jas@extundo.com>
31360
31361         * lib/timegm.h: New file.
31362         * lib/timegm.c: New file.  Based on
31363         wget-1.8.2/src/http.c:mktime_from_utc.
31364
31365 2003-08-31  Karl Berry  <karl@gnu.org>
31366
31367         * lib/argp.h: update from libc.
31368
31369 2003-08-28  Bruno Haible  <bruno@clisp.org>
31370
31371         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
31372         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
31373         followed by '#define fnmatch fnmatch_posix' gives an error.
31374
31375 2003-08-28  Bruno Haible  <bruno@clisp.org>
31376
31377         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
31378         warning on QNX, which defines O_BINARY to 000000.
31379
31380 2003-08-27  Jim Meyering  <jim@meyering.net>
31381
31382         * m4/mkstemp.m4: Require that the system mkstemp be able to create
31383         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
31384         would fail after 32.  Reported by Danny Levinson.  Details here:
31385         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
31386
31387 2003-08-24  Bruno Haible  <bruno@clisp.org>
31388
31389         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
31390         MSVC7 <stdio.h> is included later.
31391
31392 2003-08-22  Simon Josefsson  <jas@extundo.com>
31393
31394         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
31395
31396 2003-08-20  Karl Berry  <karl@gnu.org>
31397
31398         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
31399
31400 2003-08-20  Bruno Haible  <bruno@clisp.org>
31401
31402         * modules/progname: New file.
31403         * MODULES.html.sh (func_all_modules): Add progname.
31404
31405 2003-08-20  Bruno Haible  <bruno@clisp.org>
31406
31407         * lib/progname.h: New file, from GNU gettext.
31408         * lib/progname.c: New file, from GNU gettext.
31409         * lib/progreloc.c: New file, from GNU gettext.
31410
31411 2003-08-19  Jim Meyering  <jim@meyering.net>
31412
31413         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
31414         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
31415
31416 2003-08-19  Bruno Haible  <bruno@clisp.org>
31417
31418         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
31419         more.
31420
31421 2003-08-19  Bruno Haible  <bruno@clisp.org>
31422
31423         * lib/xstrdup.c: Assume <string.h> exists.
31424
31425 2003-08-18  Paul Eggert  <eggert@twinsun.com>
31426
31427         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
31428         in makefile rules.
31429
31430 2003-08-18  Jim Meyering  <jim@meyering.net>
31431
31432         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
31433         * m4/lib-ld.m4: Likewise.
31434
31435 2003-08-18  Jim Meyering  <jim@meyering.net>
31436
31437         * lib/setenv.h: Indent nested cpp directive.
31438         * lib/vasnprintf.c: Remove trailing blanks.
31439
31440 2003-08-17  Simon Josefsson  <jas@extundo.com>
31441
31442         * modules/xstrndup: New file.
31443         * MODULES.html.sh (func_all_modules): Add xstrndup.
31444
31445 2003-08-17  Simon Josefsson  <jas@extundo.com>
31446
31447         * modules/argp: Fix autoconf macro name. Add more dependencies.
31448
31449 2003-08-17  Simon Josefsson  <jas@extundo.com>
31450
31451         * m4/xstrndup.m4: New file.
31452
31453 2003-08-17  Simon Josefsson  <jas@extundo.com>
31454
31455         * m4/argp.m4: New file.
31456
31457 2003-08-17  Simon Josefsson  <jas@extundo.com>
31458             Bruno Haible  <bruno@clisp.org>
31459
31460         * lib/xstrndup.h: New file.
31461         * lib/xstrndup.c: New file.
31462
31463 2003-08-17  Bruno Haible  <bruno@clisp.org>
31464
31465         * modules/strndup (Files, Include): Add lib/strndup.h.
31466
31467 2003-08-17  Bruno Haible  <bruno@clisp.org>
31468
31469         * modules/euidaccess (Files): Add lib/euidaccess.h.
31470
31471 2003-08-17  Bruno Haible  <bruno@clisp.org>
31472
31473         * lib/strndup.h: New file.
31474
31475 2003-08-17  Bruno Haible  <bruno@clisp.org>
31476
31477         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
31478         like AC_GNU_SOURCE.
31479         * modules/extensions (configure.ac): Comment out the invocation of
31480         gl_USE_SYSTEM_EXTENSIONS.
31481
31482 2003-08-16  Paul Eggert  <eggert@twinsun.com>
31483
31484         Merges from coreutils, etc.
31485         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
31486         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
31487         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
31488         fixing a typo.
31489         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
31490         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
31491
31492 2003-08-16  Paul Eggert  <eggert@twinsun.com>
31493
31494         Document merge from coreutils.
31495         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
31496         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
31497         * modules/utime: Add m4/utimes-null.m4.
31498
31499 2003-08-16  Paul Eggert  <eggert@twinsun.com>
31500
31501         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
31502         space, undoing this 2003-08-12 change:
31503         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
31504
31505 2003-08-16  Paul Eggert  <eggert@twinsun.com>
31506
31507         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
31508         strtoul.c from libc, undoing this 2003-08-12 change:
31509         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
31510
31511 2003-08-16  Jim Meyering  <jim@meyering.net>
31512
31513         Merges from coreutils.
31514         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
31515         prefix.  Adjust cache variables similarly.  Create 500 rather than
31516         just 300 files, to exercise bug on Darwin6.5, too.
31517         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
31518         $missing_dir.
31519         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
31520         AM_SYS_POSIX_TERMIOS.
31521         Reported by mkc@mathdogs.com.
31522         Also change use of $am_cv_sys_posix_termios
31523         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
31524         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
31525         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
31526         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
31527         in /proc/mounts until it finds one with matching device number.  This
31528         is unnecessary when the FILE argument *is* a mount point.  No stat call
31529         is necessary in that case.  So, disable the statvfs-testing code on
31530         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
31531         as RedHat bug# 84846.
31532         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
31533         to 1MB, so as not to render systems with no stack size limit (e.g.,
31534         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
31535         Include <unistd.h>.  On some systems,
31536         it is required for the definition of _SC_PAGESIZE.
31537
31538 2003-08-16  Jim Meyering  <jim@meyering.net>
31539
31540         Merge from coreutils.
31541         * lib/xstrtoimax.c: #else #if -> #elif.
31542         * lib/xstrtoumax.c: Likewise.
31543
31544 2003-08-16  Jim Meyering  <jim@meyering.net>
31545
31546         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
31547         * m4/utimes.m4: Removed.
31548         * m4/utimes-null.m4: Renamed from utimes.m4.
31549
31550         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
31551         to 1MB, so as not to render systems with no stack size limit (e.g.,
31552         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
31553         Include <unistd.h>.  On some systems,
31554         it is required for the definition of _SC_PAGESIZE.
31555
31556 2003-08-16  Jim Meyering  <jim@meyering.net>
31557         and Paul Eggert  <eggert@cs.ucla.edu>
31558
31559         Merges from coreutils, etc.
31560
31561         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
31562         using the latest version from cvs.  This avoids problems with #line
31563         directives using a vendor (Sun) compiler.
31564         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
31565         Don't set GETGROUPS_LIB here; now it's
31566         done via getgroups.m4's wrapper function.
31567         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
31568         rather than just in sh-util/configure.in, so that the
31569         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
31570         same.
31571         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
31572         AC_FUNC_GETLOADAVG where to find getloadavg.c.
31573         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
31574         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
31575         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
31576         Remove code that is now done by the newly-required macros.
31577         Append $(EXEEXT) to DF_PROG.
31578         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
31579         Do not invoke or require the following here,
31580         since prereq.m4 or some gnulib .m4 now does this for us:
31581         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
31582         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
31583         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
31584         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
31585         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
31586         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
31587         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
31588         AC_FUNC_OBSTACK.
31589         Do not replace the following functions, as this is now the job
31590         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
31591         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
31592         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
31593         atexit getpass, strdup, getpagesize.
31594         Replace 'raise'.
31595         Do not check for the following functions, as this is now the job
31596         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
31597         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
31598         setregid.
31599         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
31600         Check for sys/sysctl.h.
31601         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
31602         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
31603         of checking for ssize_t ourselves.
31604
31605         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
31606         Require every macro that gnulib/modules/* suggests for us.
31607         (jm_PREREQ_ADDEXT): New macro.
31608         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
31609         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
31610
31611         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
31612         (gl_PHYSMEM): Use it.
31613         Also check for `table' function.
31614         Check for new headers and functions.
31615         Add check for sys/sysmp.h.
31616         With suggestions from Kaveh Ghazi.
31617         Ignore headers that are present but cannot be compiled.  This
31618         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
31619         C 5.4.
31620
31621 2003-08-15  Paul Eggert  <eggert@twinsun.com>
31622
31623         Document merge from coreutils.
31624         * modules/userspec: Depend on posixver.
31625         * modules/strftime: Depend on tzset.
31626
31627 2003-08-15  Paul Eggert  <eggert@twinsun.com>
31628
31629         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
31630         rather than tab, after '#' in shell-script copyright notices.
31631         Suggested by Bruno Haible.
31632
31633 2003-08-15  Paul Eggert  <eggert@twinsun.com>
31634
31635         * config/srclist-update: Use three spaces, rather than tab, after '#'
31636         in shell-script copyright notices.  Suggested by Bruno Haible.
31637         Remove unnecessary parenthesization in regular expression.
31638
31639 2003-08-15  Jim Meyering  <jim@meyering.net>
31640
31641         Merge from coreutils.
31642         * lib/xgethostname.c: Include <stdlib.h>.
31643         (xghostname): Don't exit for anything other than memory-related
31644         failure; just return NULL.
31645         * lib/userspec.c: Include "posixver.h".
31646         (parse_user_spec): Accept `.' as a separator only
31647         in pre-POSIX-200112 mode.
31648         * lib/strtoimax.c: Use #elif rather than #else #if.
31649         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
31650         Remove function, now that we can rely on a working tzset function.
31651         [!_LIBC]: Ensure that the required autoconf test has been run.
31652         [!defined _NL_CURRENT && HAVE_STRFTIME]:
31653         Use underlying_strftime for %r.
31654         * lib/sha.c: Merge in some clean-up and optimization changes from
31655         glibc.
31656         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
31657         Ensure that it is a multiple of 64.
31658         Rearrange loop exit tests so as to avoid performing an
31659         additional fread after encountering an error or EOF.
31660         * lib/realloc.c: Update copyright date.
31661
31662 2003-08-15  Jim Meyering  <jim@meyering.net>
31663         and Paul Eggert  <eggert@twinsun.com>
31664
31665         Merge from coreutils.
31666         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
31667         member but strut utmpx does not.  Needed for AIX 4.3.3.
31668         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
31669
31670 2003-08-15  Jim Meyering  <jim@meyering.net>
31671         and Paul Eggert  <eggert@cs.ucla.edu>
31672
31673         Merges from coreutils, etc.
31674         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
31675         Require gl_FUNC_TZSET_CLOBBER.
31676         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
31677         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
31678         members.
31679
31680 2003-08-14  Paul Eggert  <eggert@twinsun.com>
31681
31682         Help the merge from coreutils.
31683         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
31684         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
31685         * m4/tzset.m4: Use it too.
31686
31687 2003-08-14  Paul Eggert  <eggert@twinsun.com>
31688
31689         * modules/tzset: New file.
31690
31691 2003-08-14  Jim Meyering  <jim@meyering.net>
31692
31693         Merges from coreutils.
31694         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
31695         variable names, rather than @FNMATCH_H@.
31696         * modules/alloca: Likewise for $(ALLOCA_H).
31697
31698         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
31699         the three copies of the literal target, `fnmatch.h'.
31700         * modules/alloca (alloca.h): Likewise.
31701
31702 2003-08-14  Jim Meyering  <jim@meyering.net>
31703
31704         Merge from coreutils.
31705         * m4/tzset.m4: New file.
31706         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
31707         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
31708         otherwise, AIX 5.1 systems would end up using the latter.
31709         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
31710         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
31711         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
31712         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
31713
31714 2003-08-14  Jim Meyering  <jim@meyering.net>
31715
31716         Merge from coreutils.
31717         * lib/obstack.h: Whitespace changes.
31718         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
31719         and xcalloc return values.
31720         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
31721         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
31722         hang on OSF/1 5.1 for DIR on both local and remote file systems.
31723         Reported by (and fix confirmed by) Nelson H. F. Beebe.
31724         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
31725         error from mntctl.
31726         Use mntctl's return value to drive the entry-processing loop, since
31727         we can't rely on the value of the vmt_length member in the last
31728         entry.  On some systems doing so could result in exhausting
31729         virtual memory.  Based in part on a patch from Mike Jetzer.
31730
31731 2003-08-14  Jim Meyering  <jim@meyering.net>
31732         and Paul Eggert  <eggert@twinsun.com>
31733
31734         Merges from coreutils, plus other fixes.
31735         * lib/physmem.c: Merge in portability changes from gcc/libiberty
31736         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
31737         for credits and details.  Thanks to Kaveh Ghazi for helping
31738         to keep these files in sync.
31739         (ARRAY_SIZE): Define it.
31740         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
31741         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
31742         (memcasecmp): Don't assume size_t fits in unsigned int.
31743         Remove casts and duplicate code.
31744         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
31745         (memcpy): Remove definition.
31746         Merge in some clean-up and optimization changes from glibc.
31747         [BLOCKSIZE]: Move definition to top of file.
31748         Ensure that it is a multiple of 64.
31749         Rearrange loop exit tests so as to avoid performing an
31750         additional fread after encountering an error or EOF.
31751         * lib/md5.h (md5_uintptr): Define.
31752         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
31753         return to the initial working directory.  Preserve errno
31754         for caller.
31755         * lib/idcache.c: Include "xalloc.h".
31756         (xmalloc, xrealloc): Remove decls.
31757         (getuser): Remove casts no longer required in C89.
31758         * lib/human.c: Include stdio.h, for sprintf.
31759         * lib/group-member.c: Include "xalloc.h".
31760         (xmalloc, xrealloc): Remove decls.
31761         (get_group_info): Remove casts no longer required in C89.
31762         * lib/getusershell.c (readname): Remove casts no longer required in
31763         C89.
31764         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
31765         * lib/getline.c: Whitespace fix, from coreutils.
31766
31767 2003-08-13  Paul Eggert  <eggert@twinsun.com>
31768
31769         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
31770         Check for isascii.
31771
31772         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
31773         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
31774         Undo previous (whitespace-only) change.
31775
31776 2003-08-13  Paul Eggert  <eggert@twinsun.com>
31777
31778         * lib/exclude.c: Include <ctype.h>
31779         (IN_CTYPE_DOMAIN): New macro.
31780         (is_space): New fn.
31781         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
31782         and empty lines.
31783
31784         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
31785         Undo previous (whitespace-only) change.
31786
31787 2003-08-13  Paul Eggert  <eggert@twinsun.com>
31788
31789         * config/srclist-update: Change update back to the old behavior,
31790         leaving whitespace alone.  Use one 'sed' command rather than a
31791         pipeline.
31792         (fixlicense): Now a variable, not a function.
31793         (remove_trailing_blanks): Remove.
31794         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
31795         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
31796         Undo previous (whitespace-only) change.
31797
31798 2003-08-12  Paul Eggert  <eggert@twinsun.com>
31799
31800         Merge from coreutils.
31801         * modules/euidaccess: Add lib_SOURCES, include for new
31802         file euidaccess.h
31803
31804 2003-08-12  Paul Eggert  <eggert@twinsun.com>
31805
31806         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
31807         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
31808         Normalize leading white space and remove trailing white space.
31809
31810         Merge from coreutils
31811         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
31812
31813         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
31814         0.12.1.  These files are now being upgraded automatically by
31815         ../config/srclist-update.
31816
31817 2003-08-12  Paul Eggert  <eggert@twinsun.com>
31818
31819         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
31820         Normalize leading white space and remove trailing white space.
31821         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
31822         notice, as per ../config/srclist-update.
31823
31824         Merge from coreutils.
31825         * lib/euidaccess.h: New file.
31826         * lib/euidaccess.c: Include it.
31827         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
31828         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
31829         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
31830
31831 2003-08-12  Paul Eggert  <eggert@twinsun.com>
31832
31833         * config/srclist-update: Add copyright notice.
31834         (remove_id_lines, remove_trailing_blanks): New constants.
31835         (fixfile): Use them to normalize spacing a bit in copied files.
31836         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
31837         Normalize leading white space and remove trailing white space.
31838
31839         * config/texinfo.tex: Sync with texinfo.
31840
31841         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
31842         strtoul.c from libc, to merge coreutils whitespace changes.
31843
31844         * config/srclist.txt: Get the following m4 files from gettext:
31845         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
31846         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
31847         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
31848         wint_t.m4.
31849
31850 2003-08-12  Karl Berry  <karl@gnu.org>
31851
31852         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
31853         been made.
31854
31855 2003-08-11  Paul Eggert  <eggert@twinsun.com>
31856
31857         * modules/gnu-source, m4/gnu-source.m4:
31858         Remove; we're assuming Autoconf 2.54 or later now.
31859         Suggested by Bruno Haible.
31860         * MODULES.html.sh (func_all_modules): Remove gnu-source.
31861
31862 2003-08-11  Bruno Haible  <bruno@clisp.org>
31863
31864         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
31865
31866 2003-08-11  Bruno Haible  <bruno@clisp.org>
31867
31868         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
31869         (vasnprintf): Use it instead of wcslen.
31870
31871 2003-08-11  Bruno Haible  <bruno@clisp.org>
31872
31873         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
31874         value to ensure that _Bool promotes to int. Use #define for _Bool when
31875         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
31876
31877 2003-08-10  Karl Berry  <karl@gnu.org>
31878
31879         * lib/regex.h: update from libc (whitespace fix).
31880
31881 2003-08-09  Paul Eggert  <eggert@twinsun.com>
31882
31883         Merge some files from coreutils.  These changes were
31884         originally made by Jim Meyering.
31885         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
31886         many older Unixes require this.
31887         * lib/alloca.c (alloca): Remove cast to argument of free;
31888         no longer needed in C89.
31889         * lib/alloca_.h, regex.h: Fix white space to match
31890         what GNU indent does.
31891
31892 2003-08-09  Paul Eggert  <eggert@twinsun.com>
31893
31894         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
31895         apparently Emacs's Unicode mode got confused before my 2003-08-05
31896         checkin.
31897
31898 2003-08-08  Paul Eggert  <eggert@twinsun.com>
31899
31900         * m4/extensions.m4: New file.
31901         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
31902         Require gl_USE_SYSTEM_EXTENSIONS.
31903         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
31904         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
31905
31906 2003-08-08  Paul Eggert  <eggert@twinsun.com>
31907
31908         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
31909         * modules/extensions, modules/gnu-source: New files.
31910         * modules/timespec, modules/unlocked-io: Depend on extensions.
31911
31912 2003-08-07  Paul Eggert  <eggert@twinsun.com>
31913
31914         * modules/restrict: New file.
31915         * MODULES.html.sh (func_all_modules): Add restrict.
31916         * modules/regex: Depend on restrict.
31917
31918 2003-08-07  Paul Eggert  <eggert@twinsun.com>
31919
31920         * m4/restrict.m4: New file.
31921         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
31922
31923 2003-08-07  Bruno Haible  <bruno@clisp.org>
31924
31925         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
31926         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
31927
31928 2003-08-07  Bruno Haible  <bruno@clisp.org>
31929
31930         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
31931         makes the module 'getndelim2' compatible with the module 'getline'.
31932
31933 2003-08-05  Paul Eggert  <eggert@twinsun.com>
31934
31935         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
31936         byte with "\201" to avoid glitches when editing that source file
31937         with multi-gnome-terminal.
31938
31939 2003-08-05  Paul Eggert  <eggert@twinsun.com>
31940
31941         * lib/bumpalloc.h: Remove.
31942
31943 2003-08-05  Paul Eggert  <eggert@twinsun.com>
31944
31945         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
31946         * modules/bumpalloc: Remove.
31947
31948 2003-08-04  Paul Eggert  <eggert@twinsun.com>
31949
31950         * lib/getloadavg.c: Change copyright notice and spacing to conform to
31951         GNU coding style.
31952
31953         Merge from coreutils.
31954         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
31955         1. From glibc.
31956         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
31957         from Karl Berry, implemented by Jim Meyering.
31958         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
31959         from Dmitry V. Levin.
31960         Remove anachronistic cast of xrealloc.
31961         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
31962         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
31963         type. Otherwise, it wouldn't compile with at least /bin/cc on
31964         ymp-cray-unicos9.0.2.X.
31965         Combine two mostly-identical uses of alloca into one.
31966         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
31967
31968 2003-08-04  Dave Love  <d.love@dl.ac.uk>
31969
31970         [From Emacs.]
31971
31972         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
31973         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
31974         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
31975         obsolete NLIST_NAME_UNION.
31976         [__GNU__]: Undef BSD and FSCALE.
31977         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
31978
31979 2003-08-03  Paul Eggert  <eggert@twinsun.com>
31980
31981         * lib/stdbool_.h (_Bool): Make it signed char, instead of
31982         an enum type, so that it's guaranteed to promote to int.  See:
31983         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
31984
31985 2003-08-03  Karl Berry  <karl@gnu.org>
31986
31987         * config/depcomp: update from automake.
31988
31989 2003-07-31  Paul Eggert  <eggert@twinsun.com>
31990
31991         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
31992         (strerror): Don't assume that a printable int fits in 14 bytes.
31993
31994 2003-07-31  Bruno Haible  <bruno@clisp.org>
31995
31996         * modules/getpass-gnu: New file.
31997         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
31998
31999 2003-07-31  Bruno Haible  <bruno@clisp.org>
32000
32001         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
32002
32003 2003-07-24  Karl Berry  <karl@gnu.org>
32004
32005         * config/missing: update from automake.
32006
32007 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
32008             Bruno Haible  <bruno@clisp.org>
32009
32010         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
32011         * lib/getline.c (getline, getdelim): Likewise.
32012         Remove _GNU_SOURCE define; now it's defined in config.h through
32013         m4/getline.m4.
32014
32015 2003-07-23  Karl Berry  <karl@gnu.org>
32016
32017         * config/config.sub: update from prep.
32018
32019 2003-07-22  Paul Eggert  <eggert@twinsun.com>
32020
32021         * modules/xalloc (Depends-on): Add exitfail.
32022         * modules/xmemcoll: Likewise.
32023
32024 2003-07-22  Paul Eggert  <eggert@twinsun.com>
32025
32026         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
32027         over-parenthesization in macros.
32028
32029         Sync with coreutils.
32030
32031         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
32032         required by C99.
32033
32034         Use `exit_failure' for xalloc and xmemcoll instead of their own
32035         private exit-failure variables.
32036         * lib/xalloc.h (xalloc_exit_failure): Remove.
32037         * lib/xmalloc.c: Likewise.  Include exitfail.h.
32038         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
32039         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
32040         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
32041         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
32042
32043 2003-07-20  Jim Meyering  <jim@meyering.net>
32044
32045         * modules/closeout (Depends-on): Add exitfail.
32046         Suggestion from Bruno Haible.
32047
32048 2003-07-19  Karl Berry  <karl@gnu.org>
32049
32050         * config/config.sub: update from prep.
32051
32052 2003-07-18  Paul Eggert  <eggert@twinsun.com>
32053
32054         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
32055         Remove.
32056         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
32057         to test that it can stand by itself.  Include "exitfail.h".
32058         Clients should set exit_failure instead.
32059         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
32060
32061 2003-07-18  Bruno Haible  <bruno@clisp.org>
32062
32063         * modules/getndelim2: New file.
32064         * modules/getline: Share files with module getndelim2.
32065         * modules/getnline: Depend on getndelim2 instead of sharing files with
32066         it. Add getnline.c to lib_SOURCES.
32067         * MODULES.html.sh (func_all_modules): Add getndelim2.
32068
32069 2003-07-18  Bruno Haible  <bruno@clisp.org>
32070
32071         * m4/getndelim2.m4: New file.
32072         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
32073         invoke gl_PREREQ_GETNDELIM2.
32074         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
32075         gl_PREREQ_GETNDELIM2.
32076         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
32077         gl_GETNDELIM2.
32078
32079 2003-07-18  Bruno Haible  <bruno@clisp.org>
32080
32081         * lib/getndelim2.h: New file.
32082         * lib/getndelim2.c: Make into a module of its own. Include config.h,
32083         getndelim2.h.
32084         (getndelim2): Make non-static. Change return type to ssize_t.
32085         * lib/getline.h: Change argument names.
32086         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
32087         * lib/getnline.c: Include getndelim2.h.
32088
32089 2003-07-18  Andreas Schwab  <schwab@suse.de>
32090
32091         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
32092
32093 2003-07-17  Karl Berry  <karl@gnu.org>
32094
32095         * config/config.sub: update from prep.
32096
32097 2003-07-17  Bruno Haible  <bruno@clisp.org>
32098
32099         * modules/getnline: New file.
32100         * modules/getline: Add lib/getndelim2.c to source file list.
32101         * MODULES.html.sh (func_all_modules): Add getnline.
32102
32103 2003-07-17  Bruno Haible  <bruno@clisp.org>
32104
32105         * m4/getnline.m4: New file.
32106
32107 2003-07-17  Bruno Haible  <bruno@clisp.org>
32108
32109         * m4/Makefile.am.in: Remove file.
32110         * m4/Makefile.am: Remove file.
32111         * m4/Makefile.in: Remove file.
32112
32113 2003-07-17  Bruno Haible  <bruno@clisp.org>
32114
32115         * lib/getnline.h: New file.
32116         * lib/getnline.c: New file.
32117         * lib/getndelim2.c: New file, extracted from getline.c.
32118         (getndelim2): Renamed from getdelim2, with added nmax argument.
32119         * lib/getline.c: Include getndelim2.c.
32120         (getdelim2): Moved out to getndelim2.c.
32121         (getline, getdelim): Update.
32122
32123 2003-07-17  Bruno Haible  <bruno@clisp.org>
32124
32125         * lib/Makefile.am: Remove file.
32126         * lib/Makefile.in: Remove file.
32127
32128 2003-07-17  Bruno Haible  <bruno@clisp.org>
32129
32130         * configure.in: Remove file.
32131         * Makefile.in: Remove file.
32132
32133 2003-07-17  Bruno Haible  <bruno@clisp.org>
32134
32135         * MODULES.html.sh: Put the </BODY> right before </HTML>.
32136
32137 2003-07-16  Karl Berry  <karl@gnu.org>
32138
32139         * config/srclist-update: was running fixlicense twice, which caused
32140                 texinfo.tex to be nullified for some reason.  Simplify,
32141                 $gplsrc is no longer needed as far as I can see?
32142
32143 2003-07-16  Jim Meyering  <jim@meyering.net>
32144
32145         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
32146
32147 2003-07-15  Paul Eggert  <eggert@twinsun.com>
32148
32149         * config/srclist.txt: Get the following files from gettext-runtime/intl
32150         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
32151         ref-del.sin.  From Bruno Haible.
32152         * config/srclist-update (fixfile): Change grep pattern again, since the
32153         previous fix didn't work (there was another trailing $).  Use
32154         '[$]' to escape the $s.
32155
32156 2003-07-15  Karl Berry  <karl@gnu.org>
32157
32158         * lib/vasnprintf.c: update from gettext.
32159
32160 2003-07-15  Karl Berry  <karl@gnu.org>
32161
32162         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
32163         gets expanded when surrounded by '$'.
32164
32165 2003-07-15  Jim Meyering  <jim@meyering.net>
32166
32167         * modules/save-cwd: Don't depend on error.  From Derek Price.
32168
32169 2003-07-15  Jim Meyering  <jim@meyering.net>
32170
32171         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
32172
32173 2003-07-14  Simon Josefsson  <jas@extundo.com>
32174
32175         * modules/mempcpy: New file.
32176         * MODULES.html.sh (func_all_modules): Add mempcpy.
32177
32178 2003-07-14  Simon Josefsson  <jas@extundo.com>
32179
32180         * m4/mempcpy.m4: New file.
32181
32182 2003-07-14  Simon Josefsson  <jas@extundo.com>
32183
32184         * lib/mempcpy.h: New file.
32185         * lib/mempcpy.c: New file.
32186
32187 2003-07-14  Paul Eggert  <eggert@twinsun.com>
32188
32189         * modules/getdate, modules/posixtm: Depend on mktime.
32190
32191 2003-07-14  Paul Eggert  <eggert@twinsun.com>
32192
32193         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
32194         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
32195         unicodeio.c, unicodeio.h, unlocked-io.h:
32196         Switch from LGPL to GPL.
32197
32198 2003-07-14  Paul Eggert  <eggert@twinsun.com>
32199
32200         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
32201         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
32202         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
32203         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
32204         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
32205         updated automatically by ../config/srclist-update.  This changes
32206         their license from LPGL to GPL.
32207
32208 2003-07-14  Paul Eggert  <eggert@twinsun.com>
32209
32210         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
32211         assumed to refer to the root of the most recent stable gettext version.
32212         * config/srclistvars.sh: Add defaults for eggert.
32213         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
32214         Match "This program" as well as "The program".  This is needed
32215         for gettext.
32216
32217 2003-07-14  Jim Meyering  <jim@meyering.net>
32218
32219         Don't emit diagnostics.  Let callers do that.
32220         * lib/save-cwd.c: Don't include "error.h".
32221         (save_cwd): Don't call error.  Ensure that errno is valid
32222         when returning nonzero.
32223
32224         * lib/save-cwd.h (restore_cwd): Update prototype.
32225         * lib/save-cwd.c (restore_cwd): Remove two parameters.
32226         Simplify.  Don't call error upon failure.  Let callers do that.
32227         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
32228         when auditing is enabled.  But don't bother updating the #if.
32229
32230 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
32231
32232         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
32233         it breaks C++ compilation.
32234         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
32235
32236 2003-07-10  Simon Josefsson  <jas@extundo.com>
32237
32238         * modules/strchrnul (Makefile.am): Add strchrnul.h.
32239
32240 2003-07-10  Jim Meyering  <jim@meyering.net>
32241
32242         * m4/clock_time.m4: Remove trailing blank.
32243         * m4/intmax_t.m4: Likewise.
32244
32245 2003-07-10  Jim Meyering  <jim@meyering.net>
32246
32247         * lib/vasnprintf.c: Remove trailing blanks.
32248         Make cpp indentation consistent.
32249
32250 2003-07-09  Paul Eggert  <eggert@twinsun.com>
32251
32252         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
32253         posixver.c, strftime.c, strnlen.c, strverscmp.c:
32254         Switch from LGPL to GPL.
32255
32256 2003-07-09  Paul Eggert  <eggert@twinsun.com>
32257
32258         * config/srclist.txt: Sort sublists.  Add
32259         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
32260         that differ from gnulib for one reason or another; we'd like this list
32261         to be smaller but for now let's document what we have.
32262
32263 2003-07-08  Paul Eggert  <eggert@twinsun.com>
32264
32265         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
32266         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
32267         and sweeter "eval x=$x".
32268         * config/srclist.txt: Get lib/argp* from glibc.
32269
32270 2003-07-07  Paul Eggert  <eggert@twinsun.com>
32271
32272         * lib/mktime.c: Fix some boundary cases and remove need for floating
32273         point.
32274
32275         Issue a compile-time diagnostic if time_t is floating point, or if
32276         two's complement arithmetic is not in effect, or if arithmetic
32277         right shift does not propagate the sign.  These assumptions were
32278         all in the original code but they weren't checked.
32279
32280         (TIME_T_MIDPOINT, verify): New macros.
32281         (__isleap): Remove; it has integer overflow problems.
32282         (leapyear): New function, without those problems.
32283         (ydhms_tm_diff): Remove; splitting into two parts.
32284         (ydhms_diff): New function, containing the arithmetic part of
32285         the old ydhms_tm_diff function.  Issue a compile-time
32286         diagnostic if we are not using C99 integer division.
32287         Avoid casts when possible.
32288         (guess_time_tm): New function, containing the checking part of
32289         the old ydhms_tm_diff function.  Return the new value, rather than
32290         the difference between it and the old.  Accept a new argument T
32291         so that *T specifies the old value.  Check for overflow in the result.
32292
32293         (__mktime_internal): Use a time_t offset, not a long int offset.
32294         This undoes the 2003-06-04 change, which is no longer needed now
32295         that we have better overflow checking.
32296         (localtime_offset): Likewise.
32297
32298         (__mktime_internal): Avoid harmful overflow on hosts where time_t
32299         and long are 64-bit but int is only 32-bit.
32300         (ydhms_diff): Use long int to store year1 and yday1.
32301         Issue a compile-time diagnostic if long int is not wide enough.
32302
32303         (__mktime_internal): Use long int to store adjusted year and yday.
32304         Use plain C rather than preprocessor commands, if that doesn't
32305         affect efficiency.
32306         Check for overflow (and try to repair) after each probe
32307         rather than checking only at the very end.  This avoids some bugs
32308         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
32309         does not equal GMT offset at maximum time).
32310         Use integer to check for overflow rather than floating point; this
32311         is more portable to non-IEEE hosts, and is a tad faster.
32312         When we detect that we are oscillating between two values,
32313         don't check whether tm_isdst has the requested value, since
32314         we already know the answer.  When tm_isdst has the wrong value,
32315         use a different heuristic to find the right one, based on the
32316         extreme values actually observed in practice in tz2003a,
32317         rather than the (overly optimistic) "previous 3 calendar quarters".
32318
32319         (not_equal_tm, print_tm, check_result): Use "const T" rather than
32320         "T const" to accommodate glibc style.
32321         (check_result): Use less-confusing report format.  "long" -> "long int.
32322         (main): Likewise.
32323         Don't loop if the iteration overflows time_t.
32324         Allow a negative step in the iteration.
32325
32326 2003-07-06  Karl Berry  <karl@gnu.org>
32327
32328         * config/depcomp: update from automake.
32329         * config/config.sub: update from prep.
32330
32331 2003-07-03  Karl Berry  <karl@gnu.org>
32332
32333         * config/config.guess: update from prep.
32334
32335 2003-07-01  Paul Eggert  <eggert@twinsun.com>
32336
32337         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
32338         xreadlink.c now includes it unconditionally.
32339
32340 2003-07-01  Paul Eggert  <eggert@twinsun.com>
32341
32342         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
32343         having it depend on HAVE_SYS_TYPES_H.
32344
32345 2003-07-01  Bruno Haible  <bruno@clisp.org>
32346
32347         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
32348         <sys/types.h> should be sufficient.
32349         Reported by Paul Eggert.
32350
32351 2003-06-26  Karl Berry  <karl@gnu.org>
32352
32353         * config/depcomp: update from automake.
32354
32355 2003-06-26  Bruno Haible  <bruno@clisp.org>
32356
32357         * modules/human: Depend on module stdbool.
32358
32359 2003-06-25  Bruno Haible  <bruno@clisp.org>
32360
32361         * modules/readlink: New file.
32362         * modules/xreadlink: Depend on it.
32363         * MODULES.html.sh (func_all_modules): Add readlink.
32364
32365 2003-06-25  Bruno Haible  <bruno@clisp.org>
32366
32367         * m4/readlink.m4: New file.
32368
32369 2003-06-25  Bruno Haible  <bruno@clisp.org>
32370
32371         * lib/readlink.c: New file.
32372
32373 2003-06-22  Karl Berry  <karl@gnu.org>
32374
32375         * config/srclist.txt: update mkinstalldirs from automake.
32376         * config/mkinstalldirs: update.
32377
32378 2003-06-22  Bruno Haible  <bruno@clisp.org>
32379
32380         Portability to mingw32.
32381         * m4/ssize_t.m4: New file, from GNU gettext.
32382         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
32383         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
32384
32385 2003-06-22  Bruno Haible  <bruno@clisp.org>
32386
32387         * modules/safe-read: Add m4/ssize_t.m4.
32388         * modules/xreadlink: Add m4/ssize_t.m4.
32389
32390 2003-06-20  Bruno Haible  <bruno@clisp.org>
32391
32392         Assume C89, so PARAMS isn't needed.
32393         * lib/unicodeio.h (PARAMS): Remove.
32394         * lib/unicodeio.c: Don't use PARAMS.
32395
32396 2003-06-18  Karl Berry  <karl@gnu.org>
32397
32398         * config/config.{guess,sub}: update from prep.
32399
32400 2003-06-18  Jim Meyering  <jim@meyering.net>
32401
32402         Merge changes from coreutils.
32403         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
32404         Remove explicit declarations of xmalloc and realloc.
32405         Include xalloc.h.
32406         (read_utmp): Remove anachronistic cast of xmalloc.
32407
32408 2003-06-17  Paul Eggert  <eggert@twinsun.com>
32409
32410         Assume C89, so PARAMS isn't needed.
32411         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
32412         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
32413         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
32414         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
32415         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
32416         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
32417         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
32418         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
32419         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
32420         lib/xstrtod.h, lib/xstrtol.h: Likewise.
32421         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
32422         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
32423         no longer needed. Anyway, config.h should always be included before any
32424         other file.
32425
32426 2003-06-11  Simon Josefsson  <jas@extundo.com>
32427
32428         * modules/sysexits: New file.
32429         * MODULES.html.sh (func_all_modules): Add sysexits.
32430
32431 2003-06-11  Simon Josefsson  <jas@extundo.com>
32432
32433         * lib/sysexit_.h: New file.
32434
32435 2003-06-11  Derek Price  <derek@ximbiot.com>
32436
32437         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
32438         necessary.
32439
32440 2003-06-11  Bruno Haible  <bruno@clisp.org>
32441
32442         * m4/sysexits.m4: New file.
32443
32444 2003-06-10  Simon Josefsson  <jas@extundo.com>
32445
32446         * lib/argp.h: New file, from glibc.
32447         * lib/argp-ba.c: New file, from glibc.
32448         * lib/argp-eexst.c: New file, from glibc.
32449         * lib/argp-fmtstream.c: New file, from glibc.
32450         * lib/argp-fmtstream.h: New file, from glibc.
32451         * lib/argp-fs-xinl.c: New file, from glibc.
32452         * lib/argp-help.c: New file, from glibc.
32453         * lib/argp-namefrob.h: New file, from glibc.
32454         * lib/argp-parse.c: New file, from glibc.
32455         * lib/argp-pv.c: New file, from glibc.
32456         * lib/argp-pvh.c: New file, from glibc.
32457         * lib/argp-xinl.c: New file, from glibc.
32458
32459 2003-06-10  Simon Josefsson  <jas@extundo.com>
32460
32461         * modules/strchrnul: New file.
32462
32463 2003-06-10  Simon Josefsson  <jas@extundo.com>
32464
32465         * modules/argp: New file.
32466
32467 2003-06-10  Simon Josefsson  <jas@extundo.com>
32468
32469         * m4/strchrnul.m4: New file.
32470
32471 2003-06-10  Simon Josefsson  <jas@extundo.com>
32472
32473         * lib/strchrnul.h: New file.
32474         * lib/strchrnul.c: New file.
32475
32476 2003-06-10  Bruno Haible  <bruno@clisp.org>
32477
32478         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
32479
32480 2003-06-07  Karl Berry  <karl@gnu.org>
32481
32482         * config/config.{guess,sub}: update from prep.
32483
32484 2003-06-07  Jim Meyering  <jim@meyering.net>
32485
32486         * modules/strtod: Use $(...) notation, not @...@ for
32487         AC_REPLACE'd variables.
32488         * modules/localcharset: Likewise.
32489
32490 2003-06-07  Jim Meyering  <jim@meyering.net>
32491
32492         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
32493         in place of my name in the copyright comment.
32494         Remove definition and uses of __P.
32495
32496         From coreutils.
32497         * lib/stat.c: Don't declare xmalloc explicitly.
32498         Instead, include "xalloc.h".
32499         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
32500         xrealloc, and xcalloc return values.
32501         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
32502         Improve comment.
32503         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
32504
32505 2003-06-07  Bruno Haible  <bruno@clisp.org>
32506
32507         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
32508         avoid AC_CONFIG_LINKS.
32509         * modules/fnmatch (Makefile.am): Use explicit creation rule for
32510         fnmatch.h, to avoid AC_CONFIG_LINKS.
32511         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
32512
32513 2003-06-07  Bruno Haible  <bruno@clisp.org>
32514
32515         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
32516         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
32517         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
32518         directory.
32519         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
32520         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
32521         directory.
32522
32523 2003-06-06  Jim Meyering  <jim@meyering.net>
32524
32525         Merge from coreutils.
32526         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
32527         Consolidate declarations and initializations of *_base* locals.
32528
32529         Merge from coreutils.
32530         This avoids a core dump on systems without GNU putenv,
32531         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
32532         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
32533         (unsetenv): New static function, from GNU libc.
32534         (rpl_putenv): Use it.
32535
32536         * lib/modechange.c: Remove trailing blanks.
32537
32538         Merge from coreutils.
32539         * lib/fsusage.c: Remove declaration of statfs.
32540         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
32541
32542         * lib/posixtm.c: Include <stdbool.h> unconditionally.
32543
32544 2003-06-06  Jim Meyering  <jim@meyering.net>
32545
32546         * lib/stdbool_.h: Renamed from stdbool.h.in.
32547
32548 2003-06-06  Jim Meyering  <jim@meyering.net>
32549             Bruno Haible  <bruno@clisp.org>
32550
32551         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
32552         Adjust Makefile.am snippet not to redirect directly to target.
32553         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
32554
32555 2003-06-05  Paul Eggert  <eggert@twinsun.com>
32556
32557         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
32558         mismatch, look in future quarters as well as past.  This fixes a
32559         bug when processing fall-backwards gaps immediately after a long
32560         period of daylight-saving time.
32561
32562         * lib/mktime.c: Assume freestanding C89 or better.
32563         (HAVE_LIMITS_H): Remove.  Assume it's 1.
32564         (__P): Remove; not used.
32565         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
32566         (mktime, not_equal_tm, print_tm, check_result,
32567         main): Use prototypes.  Use const * where appropriate.
32568         (main): Fix typo in testing code that uncovered by above changes.
32569         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
32570
32571 2003-06-04  Paul Eggert  <eggert@twinsun.com>
32572
32573         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
32574         locale.h, localeconv.  This merges changes from coreutils.
32575
32576         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
32577         It can be removed after the next Autoconf is released.
32578         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
32579         needed.
32580
32581 2003-06-04  Paul Eggert  <eggert@twinsun.com>
32582
32583         * lib/mktime.c: Fix Debian bug 177940
32584         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
32585         (localtime_offset): Now long int, not time_t, because we want it
32586         to be guaranteed to be signed.  All uses changed.
32587         (__mktime_internal): If overflow would occur when adding offset,
32588         don't add it.
32589
32590         Merge 'human' changes from coreutils.  Rewrite to support
32591         locale-specific notations like thousands separators.
32592         * lib/human.c: Simplify authorship notice.
32593         Include human.h immediately after config.h.
32594         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
32595         <limits.h>: Do not include, since human.h does.
32596         (SIZE_MAX, UINTMAX_MAX): New macros.
32597         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
32598         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
32599         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
32600         (power_letter): Renamed from suffixes.
32601         (generate_suffix_backwards): Remove.
32602         (adjust_value): Now takes int style (because of human.h changes)
32603         and long double value (for greater precision on some platforms).
32604         (group_number): New function.
32605         (human_readable): Use it.  Use integer options, not enum.
32606         Put the options before the sizes in the arg list.
32607         Support all the new options.
32608         The old human_readable function has been removed;
32609         use inttostr.h instead.
32610         (human_readable, default_block_size, humblock):
32611         Use uintmax_t, not int, for block sizes.
32612         (human_readable_inexact, block_size_types): Remove.
32613         (block_size_opts): New constant.
32614         (human_options): Renamed from human_block_size, with new signature
32615         that allows block sizes up to UINTMAX_MAX.  All callers changed.
32616         * lib/human.h: Add copyright and authorship notice.
32617         Include <limits.h> and <stdbool.h> unconditionally.
32618         (PARAMS): Remove.  All uses removed.
32619         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
32620         (enum human_inexact_style): Remove tag; now a nameless enum.
32621         (human_floor, human_ceiling, human_round_to_even): Now have
32622         values 2, 0, 1 rather than -1, 1, 0.
32623         (human_group_digits, human_suppress_point_zero, human_autoscale,
32624         human_base_1024, human_SI, human_B): New constants.
32625         (human_readable_inexact, human_block_size): Remove.
32626         (human_readable): Size args are now uintmax_t, not int.
32627         (human_options): New decl.
32628
32629         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
32630         unnecessary now that we assume C89 or better.  This change
32631         imported from coreutils.
32632
32633         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
32634         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
32635         in the 2003-05-30 sync from glibc.
32636
32637         .h files should stand alone, but we shouldn't include <sys/types.h>
32638         if we can get away with just <stddef.h>.
32639
32640         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
32641         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
32642         rather than <sys/types.h>, as we merely need size_t.
32643         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
32644         to get size_t.
32645         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
32646         Include <stdio.h>, to get FILE.
32647         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
32648         memcasecmp.h has included <stddef.h> and all we need is size_t.
32649         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
32650         our interface, instead of including <sys/types.h>
32651
32652 2003-06-04  Paul Eggert  <eggert@twinsun.com>
32653
32654         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
32655         now, as glibc mktime is buggy on non-glibc systems.
32656
32657 2003-06-03  Karl Berry  <karl@gnu.org>
32658
32659         * config/config.sub: update from prep.
32660
32661 2003-06-02  Paul Eggert  <eggert@twinsun.com>
32662
32663         [from coreutils]
32664         Fix some minor time-related bugs with POSIX time arguments.
32665         Some valid time stamps were being rejected (notably -1, and
32666         time stamps before 1900 on 64-bit hosts).  And some invalid
32667         time stamps were being accepted, e.g. September 31.
32668
32669         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
32670         that we can return (time_t) -1 successfully.
32671         * lib/posixtm.c: Likewise.
32672         [HAVE_STDBOOL_H]: Include <stdbool.h>.
32673         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
32674         (t): Remove static var.
32675         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
32676         of static var.  All uses changed.
32677         (year): Do not reject years before 1900; they can occur with
32678         64-bit time_t.
32679         (posix_time_parse): Do not check for out-of-range components;
32680         that is now the caller's responsibility, since our checks were
32681         only approximations.
32682         (posixtime): Use mktime to check for out-of-range components,
32683         since it knows them exactly.
32684         If mktime returns (time_t) -1, check whether an error actually occurred
32685         by invoking localtime on -1.
32686         (main) [TEST_POSIXTIME]: Check for input data errors, and report
32687         posixtime failures better.
32688         Improve the test data (in comments only).
32689
32690 2003-06-02  Karl Berry  <karl@gnu.org>
32691
32692         * config/mkinstalldirs (version): new variable.
32693         (--version): new option.
32694         (usage): improve message.
32695
32696 2003-05-30  Karl Berry  <karl@gnu.org>
32697
32698         * lib/mktime.c: update from libc.
32699
32700 2003-05-30  Bruno Haible  <bruno@clisp.org>
32701
32702         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
32703         * config/config.rpath: Upgrade to gettext-0.12.1.
32704
32705 2003-05-30  Bruno Haible  <bruno@clisp.org>
32706
32707         * m4/gettext.m4: Upgrade to gettext-0.12.1.
32708         * m4/nls.m4: New file, from gettext-0.12.1.
32709         * m4/po.m4: New file, from gettext-0.12.1.
32710         * m4/progtest.m4: Upgrade to gettext-0.12.1.
32711
32712 2003-05-30  Bruno Haible  <bruno@clisp.org>
32713
32714         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
32715         * lib/localcharset.h: Likewise.
32716         * lib/localcharset.c: Likewise.
32717
32718 2003-05-29  Karl Berry  <karl@gnu.org>
32719
32720         * config/config.rpath: update from gettext.
32721
32722 2003-05-28  Paul Eggert  <eggert@twinsun.com>
32723
32724         Assume the headers required for C89 freestanding compilers.
32725         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
32726         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
32727         * m4/human.m4 (gl_HUMAN): Likewise.
32728         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
32729         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
32730         * m4/userspec.m4 (gl_USERSPEC): Likewise.
32731         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
32732         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
32733         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
32734
32735 2003-05-28  Paul Eggert  <eggert@twinsun.com>
32736
32737         Assume the headers required for C89 freestanding compilers.
32738         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
32739         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
32740         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
32741         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
32742         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
32743         define, since <limits.h> is guaranteed to do that.
32744         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
32745         * lib/exclude.c: Include <stdbool.h> unconditionally.
32746         * lib/tempname.c: Include <stddef.h> unconditionally.
32747         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
32748         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
32749         <stddef.h> does that.
32750         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
32751         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
32752         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
32753         needed.
32754         * lib/xstrtol.c: Likewise.
32755         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
32756         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
32757
32758         * lib/addext.c (addext): Use assignment rather than cast, to avoid
32759         warnings on some platforms.
32760
32761         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
32762         arbitrarily.
32763
32764 2003-05-26  Jim Meyering  <jim@meyering.net>
32765
32766         Merge in a change from coreutils:
32767         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
32768         that is guaranteed to be `no'.  Use `no_such_member' to indicate
32769         that condition, rather than `-1' which is slightly misleading.
32770         Change the name of the cache variable to have the gl_ prefix.
32771         Prompted by a patch from Richard Dawe for DJGPP.
32772
32773 2003-05-24  Karl Berry  <karl@gnu.org>
32774
32775         * config/config.guess: update from prep.
32776
32777 2003-05-22  Karl Berry  <karl@gnu.org>
32778
32779         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
32780
32781 2003-05-20  Karl Berry  <karl@gnu.org>
32782
32783         * config/config.guess: update from prep.
32784
32785 2003-05-18  Karl Berry  <karl@gnu.org>
32786
32787         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
32788         might actually be set by the user.
32789
32790         * config/depcomp, install-sh, mdate-sh: update from automake.
32791
32792 2003-05-17  Bruno Haible  <bruno@clisp.org>
32793
32794         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
32795         invalid expansion for AC_EGREP_CPP.
32796         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
32797         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
32798         Suggested by Akim Demaille <akim@epita.fr> in
32799         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
32800
32801 2003-05-12  Jim Meyering  <jim@meyering.net>
32802
32803         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
32804         the space-padded-by-default conversion specifiers, %e, %k, %l.
32805
32806 2003-05-12  Bruno Haible  <bruno@clisp.org>
32807
32808         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
32809         the string is longer than 4 KB.
32810
32811 2003-05-11  Karl Berry  <karl@gnu.org>
32812
32813         * config/config.{guess,sub}: update from prep.
32814
32815 2003-05-09  Bruno Haible  <bruno@clisp.org>
32816
32817         * modules/error: Add m4/strerror_r.m4 to file list.
32818
32819 2003-05-03  Bruno Haible  <bruno@clisp.org>
32820
32821         Upgrade to Unicode-4.0.
32822         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
32823         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
32824         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
32825         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
32826         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
32827         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
32828         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
32829         Change width of U+E0100..U+E01EF from 1 to 0.
32830
32831 2003-04-25  Jim Meyering  <jim@meyering.net>
32832
32833         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
32834         of type size_t, not int.
32835
32836 2003-04-25  Bruno Haible  <bruno@clisp.org>
32837
32838         * lib/copy-file.c: Include <stddef.h>, for size_t.
32839
32840 2003-04-21  Paul Eggert  <eggert@twinsun.com>
32841
32842         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
32843         code which expansion is under static control.  Patch imported from
32844         Akim Demaille's patch to Bison; see
32845         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
32846
32847 2003-04-14  Bruno Haible  <bruno@clisp.org>
32848
32849         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
32850
32851 2003-04-11  Jim Meyering  <jim@meyering.net>
32852
32853         Merge changes from Coreutils.
32854
32855         2003-03-22  Jim Meyering  <jim@meyering.net>
32856
32857         * lib/strftime.c (widen): Cast alloca return value to proper type.
32858
32859         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
32860
32861         From GNU libc.
32862         * lib/strftime.c (my_strftime): Handle very large width
32863         specifications for numeric values correctly.  Improve checks for
32864         overflow.
32865
32866         2003-01-19  Jim Meyering  <jim@meyering.net>
32867
32868         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
32869         definitions.
32870         (nl_get_alt_digit) [! defined my_strftime]: Define.
32871         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
32872         _nl_get_alt_digit and _nl_get_walt_digit.
32873
32874         * lib/strftime.c (my_strftime): Merge in locale-related changes from
32875         libc. These changes have no effect outside of _LIBC.
32876
32877 2003-04-10  Bruno Haible  <bruno@clisp.org>
32878
32879         * modules/findprog: New file.
32880         * MODULES.html.sh (func_all_modules): Add it.
32881
32882 2003-04-10  Bruno Haible  <bruno@clisp.org>
32883
32884         * m4/findprog.m4: New file.
32885         * m4/eaccess.m4: New file.
32886
32887 2003-04-10  Bruno Haible  <bruno@clisp.org>
32888
32889         * lib/findprog.h: New file, from GNU gettext.
32890         * lib/findprog.c: New file, from GNU gettext.
32891
32892 2003-04-05  Jim Meyering  <jim@meyering.net>
32893
32894         Merge changes from Coreutils.
32895
32896         * lib/exclude.h (PARAMS): Remove definition and uses.
32897         * lib/exclude.c: Remove uses of `PARAMS'.
32898
32899         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
32900         Add test-cases for DOS filenames. Declare program_name.
32901         (main): Set up program_name.  Patch by Rich Dawe.
32902
32903         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
32904         error from mntctl.
32905         Use mntctl's return value to drive the entry-processing loop, since
32906         we can't rely on the value of the vmt_length member in the last
32907         entry.  On some systems doing so could result in exhausting
32908         virtual memory.  Based in part on a patch from Mike Jetzer.
32909
32910 2003-04-04  Bruno Haible  <bruno@clisp.org>
32911
32912         * modules/linebreak: New file.
32913         * MODULES.html.sh (func_all_modules): Add it.
32914
32915 2003-04-04  Bruno Haible  <bruno@clisp.org>
32916
32917         * m4/linebreak.m4: New file.
32918
32919 2003-04-04  Bruno Haible  <bruno@clisp.org>
32920
32921         * lib/linebreak.h: New file, from GNU gettext.
32922         * lib/linebreak.c: New file, from GNU gettext with slight
32923         modifications.
32924         * lib/lbrkprop.h: New file, from GNU gettext.
32925
32926 2003-04-03  Bruno Haible  <bruno@clisp.org>
32927
32928         * modules/utf8-ucs4: New file.
32929         * modules/utf16-ucs4: New file.
32930         * modules/ucs4-utf8: New file.
32931         * modules/ucs4-utf16: New file.
32932         * MODULES.html.sh (func_all_modules): Add them.
32933
32934 2003-04-03  Bruno Haible  <bruno@clisp.org>
32935
32936         * m4/utf-ucs4.m4: New file.
32937         * m4/ucs4-utf.m4: New file.
32938
32939 2003-04-03  Bruno Haible  <bruno@clisp.org>
32940
32941         * lib/utf8-ucs4.h: New file, from GNU gettext.
32942         * lib/utf16-ucs4.h: New file, from GNU gettext.
32943         * lib/ucs4-utf8.h: New file, from GNU gettext.
32944         * lib/ucs4-utf16.h: New file, from GNU gettext.
32945
32946 2003-04-02  Bruno Haible  <bruno@clisp.org>
32947
32948         * modules/binary-io: New file.
32949         * MODULES.html.sh (func_all_modules): Add it.
32950
32951 2003-04-02  Bruno Haible  <bruno@clisp.org>
32952
32953         * lib/binary-io.h: New file, from GNU gettext.
32954
32955 2003-04-01  Bruno Haible  <bruno@clisp.org>
32956
32957         * modules/pathname: New file.
32958         * MODULES.html.sh (func_all_modules): Add it.
32959
32960 2003-04-01  Bruno Haible  <bruno@clisp.org>
32961
32962         * lib/pathname.h: New file, from GNU gettext.
32963         * lib/concatpath.c: New file, from GNU gettext.
32964
32965 2003-03-30  Bruno Haible  <bruno@clisp.org>
32966
32967         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
32968
32969 2003-03-30  Bruno Haible  <bruno@clisp.org>
32970
32971         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
32972         function chown() doesn't exist.
32973
32974 2003-03-28  Bruno Haible  <bruno@clisp.org>
32975
32976         * modules/copy-file: New file.
32977         * MODULES.html.sh (func_all_modules): Add it.
32978
32979 2003-03-28  Bruno Haible  <bruno@clisp.org>
32980
32981         * m4/copy-file.m4: New file.
32982
32983 2003-03-28  Bruno Haible  <bruno@clisp.org>
32984
32985         * lib/copy-file.h: New file, from GNU gettext.
32986         * lib/copy-file.c: New file, from GNU gettext.
32987
32988 2003-03-18  Jim Meyering  <jim@meyering.net>
32989
32990         * lib/quote.c (quote_n): Fix typo in comment.
32991
32992 2003-03-18  Bruno Haible  <bruno@clisp.org>
32993
32994         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
32995         checking.
32996         * m4/onceonly_2_57.m4: Likewise.
32997
32998 2003-03-17  Bruno Haible  <bruno@clisp.org>
32999
33000         * m4/onceonly.m4: Require autoconf 2.54 or newer.
33001         (m4_quote): Remove macro.
33002         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
33003
33004 2003-03-14  Jim Meyering  <jim@meyering.net>
33005
33006         Merge changes from Coreutils.
33007         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
33008         to be const, in order to avoid warnings.
33009         (obstack_room): Likewise.
33010         (obstack_empty_p): Likewise.
33011
33012 2003-03-14  Bruno Haible  <bruno@clisp.org>
33013
33014         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
33015         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
33016
33017 2003-03-13  Paul Eggert  <eggert@twinsun.com>
33018
33019         Merge changes from Bison.
33020         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
33021         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
33022         when compiling Bison 1.875's `bitset bset = obstack_alloc
33023         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
33024         * lib/hash.c: Include <stdbool.h> unconditionally.
33025
33026 2003-03-13  Paul Eggert  <eggert@twinsun.com>
33027
33028         * m4/onceonly.m4 (m4_quote): New macro.
33029         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
33030         Quote AC_FOREACH variable-expansions properly.
33031
33032 2003-03-13  Paul Eggert  <eggert@twinsun.com>
33033
33034         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
33035
33036 2003-03-09  Paul Eggert  <eggert@twinsun.com>
33037
33038         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
33039         Reported by Bruce Becker; see:
33040         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
33041
33042 2003-03-03  Paul Eggert  <eggert@twinsun.com>
33043             Bruno Haible  <bruno@clisp.org>
33044
33045         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
33046         Reported by John Hughes, see
33047         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
33048
33049 2003-02-20  Bruno Haible  <bruno@clisp.org>
33050
33051         * MODULES.html.sh (func_all_modules): Add poll.
33052
33053 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
33054
33055         * modules/poll: New file.
33056
33057 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
33058
33059         * lib/poll_.h: New file.
33060         * lib/poll.c: New file.
33061
33062 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
33063
33064         * m4/poll.m4: New file.
33065
33066 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
33067
33068         * modules/mathl: New file.
33069
33070 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
33071
33072         * lib/mathl.h: New file.
33073         * lib/acosl.c: New file.
33074         * lib/asinl.c: New file.
33075         * lib/atanl.c: New file.
33076         * lib/ceill.c: New file.
33077         * lib/cosl.c: New file.
33078         * lib/expl.c: New file.
33079         * lib/floorl.c: New file.
33080         * lib/frexpl.c: New file.
33081         * lib/ldexpl.c: New file.
33082         * lib/logl.c: New file.
33083         * lib/sincosl.c: New file.
33084         * lib/sinl.c: New file.
33085         * lib/sqrtl.c: New file.
33086         * lib/tanl.c: New file.
33087         * lib/trigl.c: New file.
33088         * lib/trigl.h: New file.
33089
33090 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
33091
33092         * m4/mathl.m4: New file.
33093
33094 2003-02-18  Bruno Haible  <bruno@clisp.org>
33095
33096         * MODULES.html.sh (func_all_modules): Add mathl.
33097
33098 2003-02-17  Bruno Haible  <bruno@clisp.org>
33099
33100         * modules/mkdtemp: New module.
33101         * MODULES.html.sh (func_all_modules): Add it.
33102
33103 2003-02-17  Bruno Haible  <bruno@clisp.org>
33104
33105         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
33106
33107 2003-02-17  Bruno Haible  <bruno@clisp.org>
33108
33109         * lib/mkdtemp.h: New file, from GNU gettext.
33110         * lib/mkdtemp.c: New file, from GNU gettext.
33111
33112 2003-02-02  Jim Meyering  <jim@meyering.net>
33113
33114         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
33115         e.g. glibc-2.2.93.
33116
33117 2003-01-31  Bruno Haible  <bruno@clisp.org>
33118
33119         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
33120         'rpl_rename'.
33121         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
33122         'rpl_strnlen'.
33123         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
33124         'rpl_strtod'.
33125         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
33126         'rpl_utime'.
33127
33128 2003-01-31  Bruno Haible  <bruno@clisp.org>
33129
33130         * lib/rename.c: #undef rename before defining rpl_rename.
33131         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
33132
33133 2003-01-30  Bruno Haible  <bruno@clisp.org>
33134
33135         * modules/vasnprintf, modules/vasprintf: New modules.
33136         * MODULES.html.sh (func_all_modules): Add them.
33137
33138 2003-01-30  Bruno Haible  <bruno@clisp.org>
33139
33140         * m4/signed.m4: New file, from GNU gettext.
33141         * m4/longdouble.m4: New file, from GNU gettext.
33142         * m4/wchar_t.m4: New file, from GNU gettext.
33143         * m4/wint_t.m4: New file, from GNU gettext.
33144         * m4/vasnprintf.m4: New file.
33145         * m4/vasprintf.m4: New file.
33146
33147 2003-01-30  Bruno Haible  <bruno@clisp.org>
33148
33149         * lib/printf-args.h: New file, from GNU gettext.
33150         * lib/printf-args.c: New file, from GNU gettext.
33151         * lib/printf-parse.h: New file, from GNU gettext.
33152         * lib/printf-parse.c: New file, from GNU gettext.
33153         * lib/vasnprintf.h: New file, from GNU gettext.
33154         * lib/vasnprintf.c: New file, from GNU gettext.
33155         * lib/asnprintf.c: New file, from GNU gettext.
33156         * lib/vasprintf.h: New file, from GNU gettext with modifications.
33157         * lib/vasprintf.c: New file, from GNU gettext.
33158         * lib/asprintf.c: New file, from GNU gettext.
33159
33160 2003-01-29  Bruno Haible  <bruno@clisp.org>
33161
33162         * modules/stpncpy: New module.
33163         * MODULES.html.sh (func_all_modules): Add it.
33164
33165 2003-01-29  Bruno Haible  <bruno@clisp.org>
33166
33167         * m4/stpncpy.m4: New file.
33168
33169 2003-01-29  Bruno Haible  <bruno@clisp.org>
33170
33171         * lib/stpncpy.h: New file, from GNU gettext with modifications.
33172         * lib/stpncpy.c: New file, from GNU gettext with modifications.
33173
33174 2003-01-28  Bruno Haible  <bruno@clisp.org>
33175
33176         * modules/c-ctype: New module.
33177         * MODULES.html.sh (func_all_modules): Add it.
33178
33179 2003-01-28  Bruno Haible  <bruno@clisp.org>
33180
33181         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
33182         Paul Eggert.
33183         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
33184         Paul Eggert.
33185
33186 2003-01-27  Bruno Haible  <bruno@clisp.org>
33187
33188         * modules/xsetenv: New module.
33189         * MODULES.html.sh (func_all_modules): Add it.
33190
33191 2003-01-27  Bruno Haible  <bruno@clisp.org>
33192
33193         * lib/xsetenv.h: New file, from GNU gettext.
33194         * lib/xsetenv.c: New file, from GNU gettext.
33195
33196 2003-01-23  Jim Meyering  <jim@meyering.net>
33197
33198         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
33199         from working on systems without dirfd (at least Irix and OSF1/Tru64).
33200
33201 2003-01-23  Bruno Haible  <bruno@clisp.org>
33202
33203         * modules/minmax: New module.
33204         * MODULES.html.sh (func_all_modules): Add it.
33205
33206 2003-01-23  Bruno Haible  <bruno@clisp.org>
33207
33208         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
33209         Eggert.
33210
33211 2003-01-22  Bruno Haible  <bruno@clisp.org>
33212
33213         * modules/exit: New module.
33214         * MODULES.html.sh (func_all_modules): Add it.
33215
33216 2003-01-22  Bruno Haible  <bruno@clisp.org>
33217
33218         * lib/exit.h: New file, from GNU gettext.
33219
33220 2003-01-19  Bruno Haible  <bruno@clisp.org>
33221
33222         * gnulib-tool: Recognize option --extract-maintainer.
33223         (func_get_maintainer): New function.
33224         * modules/*: Add Maintainer entry.
33225
33226 2003-01-16  Jim Meyering  <jim@meyering.net>
33227
33228         * m4/regex.m4: The `regex' struct is both input and output.
33229         Initialize it before each use.  Patch by Tim Waugh.
33230
33231 2003-01-16  Bruno Haible  <bruno@clisp.org>
33232
33233         * MODULES.html.sh: Add a table of contents. Add the module name as
33234         leftmost column. Add hyperlinks.
33235
33236 2003-01-15  Bruno Haible  <bruno@clisp.org>
33237
33238         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
33239
33240 2003-01-15  Bruno Haible  <bruno@clisp.org>
33241
33242         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
33243         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
33244         suffix.
33245
33246 2003-01-15  Bruno Haible  <bruno@clisp.org>
33247
33248         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
33249
33250 2003-01-15  Bruno Haible  <bruno@clisp.org>
33251
33252         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
33253         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
33254
33255 2003-01-14  Jim Meyering  <jim@meyering.net>
33256
33257         * lib/same.c (same_name): Tweak a comment.
33258
33259 2003-01-14  Bruno Haible  <bruno@clisp.org>
33260
33261         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
33262         when a string comparison is sufficient.
33263
33264 2003-01-14  Bruno Haible  <bruno@clisp.org>
33265
33266         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
33267         'unsigned int'.
33268
33269 2003-01-14  Bruno Haible  <bruno@clisp.org>
33270
33271         * lib/hash-pjw.c: Add comment about low quality of this function.
33272
33273 2003-01-13  Bruno Haible  <bruno@clisp.org>
33274
33275         * modules/stpcpy: Distribute lib/stpcpy.h.
33276         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
33277
33278 2003-01-13  Bruno Haible  <bruno@clisp.org>
33279
33280         * modules/*: Add a description.
33281         * modules/strpbrk: Fix Makefile.am snippet.
33282         * modules/strtoimax: Fix dependencies.
33283         * modules/strtoumax: Likewise.
33284
33285 2003-01-13  Bruno Haible  <bruno@clisp.org>
33286
33287         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
33288         * modules/alloca (Makefile.am): All object files depend on alloca.h.
33289         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
33290
33291 2003-01-13  Bruno Haible  <bruno@clisp.org>
33292
33293         * gnulib-tool (func_create_testdir): Store config/* files in the main
33294         directory.
33295         * config.rpath: Move to ...
33296         * config/config.rpath: ... here.
33297         * modules/gettext: Contains config/config.rpath, not config.rpath.
33298         * modules/iconv: Likewise.
33299
33300 2003-01-12  Paul Eggert  <eggert@twinsun.com>
33301
33302         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
33303         to avoid collisions with libcurses and libreadline.
33304
33305         * m4/getstr.m4: Remove.
33306         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
33307
33308 2003-01-12  Paul Eggert  <eggert@twinsun.com>
33309
33310         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
33311         to avoid collisions with libcurses and libreadline.
33312
33313         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
33314         * lib/getstr.h, getstr.c: Remove.
33315         * lib/getline.c: Include "getline.h", to check interface.
33316         Move body of old getstr.c here: this defines MIN_CHUNK and
33317         declares getdelim2, which is renamed from getstr.
33318         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
33319
33320         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
33321         All uses changed.
33322         * lib/linebuffer.h: Likewise.
33323         (readline): Remove backward-compatibility macro.
33324
33325 2003-01-12  Paul Eggert  <eggert@twinsun.com>
33326
33327         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
33328         to avoid collisions with libcurses and libreadline.
33329         * getstr: Remove.
33330         * MODULES.html.sh: Remove getstr.
33331         * modules/getline: Depend on unlocked-io, not getstr.
33332
33333 2003-01-12  Jim Meyering  <jim@meyering.net>
33334
33335         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
33336
33337 2003-01-10  Bruno Haible  <bruno@clisp.org>
33338
33339         * modules/alloca: Change Makefile.am requirements. Simplify Include
33340         requirements. Add lib/alloca_.h to file list.
33341
33342 2003-01-10  Bruno Haible  <bruno@clisp.org>
33343
33344         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
33345
33346 2003-01-10  Bruno Haible  <bruno@clisp.org>
33347
33348         * lib/alloca_.h: New file.
33349         * lib/getdate.y: Unconditionally include alloca.h.
33350         * lib/makepath.c: Likewise.
33351         * lib/setenv.c: Likewise.
33352         * lib/userspec.c: Likewise.
33353
33354 2003-01-09  Karl Berry  <karl@gnu.org>
33355
33356         * MODULES.html.sh: include `dirname $0` in PATH, to find
33357         gnulib-tool.
33358
33359 2003-01-09  Bruno Haible  <bruno@clisp.org>
33360
33361         * modules/stdbool: Change configure.ac, Makefile.am requirements.
33362         Simplify Include requirements. Add lib/stdbool.h.in to file list.
33363
33364 2003-01-09  Bruno Haible  <bruno@clisp.org>
33365
33366         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
33367
33368 2003-01-09  Bruno Haible  <bruno@clisp.org>
33369
33370         * lib/stdbool.h.in: New file.
33371
33372 2003-01-09  Bruno Haible  <bruno@clisp.org>
33373
33374         * gnulib-tool (func_all_modules): Ignore files ending in ~.
33375         * MODULES.html.sh: Likewise.
33376
33377 2003-01-08  Jim Meyering  <jim@meyering.net>
33378
33379         * lib/full-write.c: Undefine and define-away `const' after inclusion
33380         of errno.h, not before.  Suggestion from Bruno Haible.
33381
33382 2003-01-08  Bruno Haible  <bruno@clisp.org>
33383
33384         * modules/full-read: Depend on full-write.
33385
33386 2003-01-08  Bruno Haible  <bruno@clisp.org>
33387
33388         * lib/safe-read.c: Include specification header first, to ensure its
33389         selfcontainedness.
33390         * lib/full-write.c: Likewise.
33391
33392 2003-01-07  Jim Meyering  <jim@meyering.net>
33393
33394         * lib/full-write.c: Rework so that it may serve to define full_read,
33395         too.
33396         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
33397
33398 2003-01-07  Bruno Haible  <bruno@clisp.org>
33399
33400         * lib/strtoimax.c: Include <stdint.h> as an alternative to
33401         <inttypes.h>.
33402         * lib/xstrtol.h: Likewise.
33403         * lib/xstrtoimax.c: Likewise.
33404         * lib/xstrtoumax.c: Likewise.
33405         * lib/human.h: Likewise.
33406
33407         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
33408         on systems that have <inttypes.h> but not <stdint.h>.
33409
33410 2003-01-07  Bruno Haible  <bruno@clisp.org>
33411
33412         * MODULES.html.sh: Add copyright notice.
33413         (missed_files): Omit CVS directory entries.
33414         (func_module): Make it work with sed-3.02.
33415         * MODULES.txt: Remove file.
33416
33417 2003-01-06  Jim Meyering  <jim@meyering.net>
33418
33419         * lib/version-etc.c: Update year in translatable copyright string.
33420
33421 2003-01-03  Karl Berry  <karl@gnu.org>
33422
33423         * config/config.{guess,sub}: update from prep.
33424
33425 2003-01-02  Karl Berry  <karl@gnu.org>
33426
33427         * doc/COPYING.DOC: belatedly updated to 1.2.
33428
33429 2003-01-01  Karl Berry  <karl@gnu.org>
33430
33431         * gnulib-tool (func_verify_module): report module name $module in
33432         error message, not $1.
33433         * gnulib-tool (create-testdir): don't complain if destdir couldn't
33434         be created, only if it doesn't exist.
33435         * gnulib-tool (last_checkin_date): don't expand the $Date here.
33436
33437 2002-12-31  Paul Eggert  <eggert@twinsun.com>
33438
33439         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
33440
33441 2002-12-31  Paul Eggert  <eggert@twinsun.com>
33442
33443         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
33444         memcmp if strcoll doesn't work.
33445
33446 2002-12-31  Bruno Haible  <bruno@clisp.org>
33447
33448         * lib/utime.c (utime_null): No need to call ftruncate if the file was
33449         nonempty.
33450
33451 2002-12-31  Bruno Haible  <bruno@clisp.org>
33452
33453         * lib/memcoll.c (STRCOLL): New macro.
33454         (memcoll): Use it.
33455
33456 2002-12-31  Bruno Haible  <bruno@clisp.org>
33457
33458         * lib/localcharset.h: New file.
33459         * lib/localcharset.c: Include it.
33460         * lib/unicodeio.c: Likewise.
33461
33462 2002-12-31  Bruno Haible  <bruno@clisp.org>
33463
33464         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
33465         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
33466
33467 2002-12-31  Bruno Haible  <bruno@clisp.org>
33468
33469         * lib/getline.h: Include <stddef.h>, for size_t.
33470
33471         * lib/unicodeio.h: Include <stddef.h>, for size_t.
33472         * lib/unicodeio.c: Don't include <stddef.h>.
33473
33474 2002-12-31  Bruno Haible  <bruno@clisp.org>
33475
33476         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
33477         HAVE_TM_ZONE.
33478
33479 2002-12-24  Karl Berry  <karl@gnu.org>
33480
33481         * config/config.guess: update from prep.
33482
33483 2002-12-24  Bruno Haible  <bruno@clisp.org>
33484
33485         General infrasructure.
33486         * m4/README: Rewritten.
33487         * m4/onceonly.m4: New file.
33488         * m4/onceonly_2_57.m4: New file.
33489
33490         Module atexit.
33491         * m4/atexit.m4: New file.
33492
33493         Module strtod.
33494         * m4/strtod.m4: New file.
33495
33496         Module strtol.
33497         * m4/strtol.m4: New file.
33498
33499         Module strtoul.
33500         * m4/strtoul.m4: New file.
33501
33502         Module memchr.
33503         * m4/memchr.m4: New file.
33504
33505         Module memcmp.
33506         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
33507         (jm_FUNC_MEMCMP): Invoke it.
33508
33509         Module memcpy.
33510         * m4/memcpy.m4: New file.
33511
33512         Module memmove.
33513         * m4/memmove.m4: New file.
33514
33515         Module memset.
33516         * m4/memset.m4: New file.
33517
33518         Module strcspn.
33519         * m4/strcspn.m4: New file.
33520
33521         Module strpbrk.
33522         * m4/strpbrk.m4: New file.
33523
33524         Module strstr.
33525         * m4/strstr.m4: New file.
33526
33527         Module strerror.
33528         * m4/strerror.m4: New file.
33529
33530         Module mktime.
33531         * m4/mktime.m4: Renamed from jm-mktime.m4.
33532         (gl_PREREQ_MKTIME): New macro.
33533         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
33534
33535         Module malloc.
33536         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
33537         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
33538         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
33539
33540         Module realloc.
33541         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
33542         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
33543         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
33544
33545         Module strftime.
33546         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
33547         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
33548         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
33549         gl_TM_GMTOFF.
33550         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
33551
33552         Module xalloc.
33553         * m4/xalloc.m4: New file.
33554
33555         Module alloca.
33556         * m4/alloca.m4: New file.
33557
33558         Module putenv.
33559         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
33560         (jm_FUNC_PUTENV): Invoke it.
33561
33562         Module setenv.
33563         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
33564         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
33565         when invoked twice.
33566         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
33567         gt_FUNC_SETENV.
33568
33569         Module memrchr.
33570         * m4/memrchr.m4: New file.
33571
33572         Module stpcpy.
33573         * m4/stpcpy.m4: New file.
33574
33575         Module strcase.
33576         * m4/strcase.m4: New file.
33577
33578         Module strdup.
33579         * m4/strdup.m4: New file.
33580
33581         Module strnlen.
33582         * m4/strnlen.m4: New file.
33583
33584         Module strndup.
33585         * m4/strndup.m4: New file.
33586
33587         Module xstrtod.
33588         * m4/xstrtod.m4: New file.
33589
33590         Module xstrtol.
33591         * m4/xstrtol.m4: New file.
33592
33593         Module getdate.
33594         * m4/getdate.m4: New file.
33595
33596         Module unlocked-io.
33597         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
33598         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
33599         * m4/jm-glibc-io.m4n: Remove file.
33600
33601         Module long-options.
33602         * m4/long-options.m4: New file.
33603
33604         Module md5.
33605         * m4/md5.m4: New file.
33606
33607         Module sha.
33608         * m4/sha.m4: New file.
33609
33610         Module getstr.
33611         * m4/getstr.m4: New file.
33612
33613         Module getline.
33614         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
33615         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
33616         <sys/types.h>, for size_t. Use the function name gnu_getline, not
33617         simply getline. Infoke gl_PREREQ_GETLINE.
33618
33619         Module obstack.
33620         * m4/obstack.m4: New file.
33621
33622         Module hash.
33623         * m4/hash.m4: New file.
33624
33625         Module readtokens.
33626         * m4/readtokens.m4: New file.
33627
33628         Module strverscmp.
33629         * m4/strverscmp.m4: New file.
33630
33631         Module stdbool.
33632         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
33633         OSF/1.
33634
33635         Module strtoll.
33636         * m4/strtoll.m4: New file.
33637
33638         Module strtoull.
33639         * m4/strtoull.m4: New file.
33640
33641         Module strtoimax.
33642         * m4/strtoimax.m4: New file.
33643
33644         Module strtoumax.
33645         * m4/strtoumax.m4: New file.
33646
33647         Module xstrtoimax.
33648         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
33649         jm_AC_PREREQ_XSTRTOIMAX.
33650         Moved the strtol prerequisites to strtol.m4.
33651         Moved the strtoll prerequisites to strtoll.m4.
33652         Moved the strtoimax prerequisites to strtoimax.m4.
33653
33654         Module xstrtoumax.
33655         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
33656         jm_AC_PREREQ_XSTRTOUMAX.
33657         Moved the strtoul prerequisites to strtoul.m4.
33658         Moved the strtoull prerequisites to strtoull.m4.
33659         Moved the strtoumax prerequisites to strtoumax.m4.
33660
33661         Module chown.
33662         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
33663         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
33664
33665         Module dup2.
33666         * m4/dup2.m4: New file.
33667
33668         Module ftruncate.
33669         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
33670         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
33671
33672         Module getgroups.
33673         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
33674         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
33675
33676         Module gettimeofday.
33677         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
33678         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
33679         gl_PREREQ_GETTIMEOFDAY.
33680
33681         Module mkdir.
33682         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
33683         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
33684
33685         Module mkstemp.
33686         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
33687         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
33688         jm_AC_TYPE_UINTMAX_T.
33689         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
33690
33691         Module stat.
33692         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
33693         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
33694
33695         Module lstat.
33696         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
33697         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
33698
33699         Module timespec.
33700         * m4/timespec.m4 (gl_TIMESPEC): New macro.
33701         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
33702         * m4/st_mtim.m4: Indentation.
33703
33704         Module nanosleep.
33705         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
33706         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
33707         gl_PREREQ_NANOSLEEP.
33708
33709         Module regex.
33710         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
33711         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
33712         (gl_REGEX): New macro.
33713
33714         Module rename.
33715         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
33716         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
33717
33718         Module rmdir.
33719         * m4/rmdir.m4: New file.
33720
33721         Module utime.
33722         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
33723         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
33724         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
33725
33726         Module dirname.
33727         * m4/dirname.m4: New file.
33728
33729         Module getopt.
33730         * m4/getopt.m4: New file.
33731
33732         Module unistd-safer.
33733         * m4/unistd-safer.m4: New file.
33734
33735         Module fnmatch.
33736         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
33737         declaration.
33738         (gl_PREREQ_FNMATCH_EXTRA): New macro.
33739         (gl_FUNC_FNMATCH_POSIX): New macro.
33740         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
33741         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
33742         simply fnmatch.
33743
33744         Module exclude.
33745         * m4/exclude.m4: New file.
33746
33747         Module human.
33748         * m4/human.m4: New file.
33749
33750         Module acl.
33751         * m4/acl.m4: Nop.
33752
33753         Module backupfile.
33754         * m4/backupfile.m4: New file.
33755         * m4/d-ino.m4: Indentation.
33756
33757         Module fsusage.
33758         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
33759         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
33760         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
33761
33762         Module dirfd.
33763         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
33764         requirements.
33765
33766         Module euidaccess.
33767         * m4/euidaccess.m4: New file.
33768
33769         Module file-type.
33770         * m4/file-type.m4: New file.
33771
33772         Module fileblocks.
33773         * m4/fileblocks.m4: New file.
33774
33775         Module filemode.
33776         * m4/filemode.m4: New file.
33777
33778         Module isdir.
33779         * m4/isdir.m4: New file.
33780
33781         Module lchown.
33782         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
33783         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
33784
33785         Module makepath.
33786         * m4/makepath.m4: New file.
33787
33788         Module modechange.
33789         * m4/modechange.m4: New file.
33790
33791         Module mountlist.
33792         * m4/mountlist.m4: New file.
33793         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
33794         Indentation.
33795
33796         Module path-concat.
33797         * m4/path-concat.m4: New file.
33798
33799         Module pathmax.
33800         * m4/pathmax.m4: New file.
33801
33802         Module same.
33803         * m4/same.m4: New file.
33804
33805         Module save-cwd.
33806         * m4/save-cwd.m4: New file.
33807
33808         Module savedir.
33809         * m4/savedir.m4: New file.
33810
33811         Module xgetcwd.
33812         * m4/xgetcwd.m4: New file.
33813         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
33814
33815         Module xreadlink.
33816         * m4/xreadlink.m4: New file.
33817
33818         Module safe-read.
33819         * m4/safe-read.m4: New file.
33820
33821         Module safe-write.
33822         * m4/safe-write.m4: New file.
33823
33824         Module closeout.
33825         * m4/closeout.m4: New file.
33826
33827         Module stdio-safer.
33828         * m4/stdio-safer.m4: New file.
33829
33830         Module getpass.
33831         * m4/getpass.m4: New file.
33832
33833         Module getugroups.
33834         * m4/getugroups.m4: New file.
33835
33836         Module group-member.
33837         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
33838         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
33839
33840         Module idcache.
33841         * m4/idcache.m4: New file.
33842
33843         Module userspec.
33844         * m4/userspec.m4: New file.
33845
33846         Module gettime.
33847         * m4/clock_time.m4: New file.
33848         * m4/gettime.m4: New file.
33849
33850         Module settime.
33851         * m4/settime.m4: New file.
33852
33853         Module posixtm.
33854         * m4/posixtm.m4: New file.
33855
33856         Module gethostname.
33857         * m4/gethostname.m4: New file.
33858
33859         Module canon-host.
33860         * m4/canon-host.m4: New file.
33861
33862         Module gettext.
33863         * m4/codeset.m4: New file, from gettext-0.11.5.
33864         * m4/gettext.m4: New file, from gettext-0.11.5.
33865         * m4/glibc21.m4: New file, from gettext-0.11.5.
33866         * m4/iconv.m4: New file, from gettext-0.11.5.
33867         * m4/intdiv0.m4: New file, from gettext-0.11.5.
33868         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
33869         * m4/inttypes.m4: New file, from gettext-0.11.5.
33870         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
33871         * m4/isc-posix.m4: New file, from gettext-0.11.5.
33872         * m4/lcmessage.m4: New file, from gettext-0.11.5.
33873         * m4/lib-ld.m4: New file, from gettext-0.11.5.
33874         * m4/lib-link.m4: New file, from gettext-0.11.5.
33875         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
33876         * m4/progtest.m4: New file, from gettext-0.11.5.
33877         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
33878         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
33879         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
33880
33881         Module localcharset.
33882         * m4/localcharset.m4: New file.
33883
33884         Module hard-locale.
33885         * m4/hard-locale.m4: New file.
33886
33887         Module mbswidth.
33888         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
33889         onceonly macros.
33890         * m4/mbrtowc.m4: Add comment.
33891
33892         Module memcasecmp.
33893         * m4/memcasecmp.m4: New file.
33894
33895         Module memcoll.
33896         * m4/memcoll.m4: New file.
33897
33898         Module unicodeio.
33899         * m4/unicodeio.m4: New file.
33900
33901         Module rpmatch.
33902         * m4/rpmatch.m4: New file.
33903
33904         Module yesno.
33905         * m4/yesno.m4: New file.
33906
33907         Module exitfail.
33908         * m4/exitfail.m4: New file.
33909
33910         Module c-stack.
33911         * m4/c-stack.m4 (gl_C_STACK): New macro.
33912         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
33913
33914         Module error.
33915         * m4/error.m4 (gl_ERROR): New macro.
33916         (jm_PREREQ_ERROR): Use onceonly macros.
33917
33918         Module fatal.
33919         * m4/fatal.m4: New file.
33920
33921         Module getloadavg.
33922         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
33923         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
33924
33925         Module getpagesize.
33926         * m4/getpagesize.m4: New file.
33927
33928         Module getusershell.
33929         * m4/getusershell.m4: New file.
33930
33931         Module physmem.
33932         * m4/physmem.m4: New file.
33933
33934         Module posixver.
33935         * m4/posixver.m4: New file.
33936
33937         Module quotearg.
33938         * m4/quotearg.m4: New file.
33939
33940         Module quote.
33941         * m4/quote.m4: New file.
33942
33943         Module readutmp.
33944         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
33945
33946         Module sig2str.
33947         * m4/sig2str.m4: New file.
33948
33949         Other.
33950         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
33951         ulonglong.m4.
33952         * m4/intmax_t.m4: New file.
33953         * m4/d-type.m4: Indentation.
33954         * m4/jm-macros.m4: Update.
33955         * m4/prereq.m4 (jm_PREREQ): Update.
33956         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
33957         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
33958         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
33959         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
33960         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
33961         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
33962         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
33963         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
33964         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
33965         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
33966         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
33967         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
33968         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
33969         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
33970         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
33971         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
33972         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
33973         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
33974         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
33975
33976 2002-12-24  Bruno Haible  <bruno@clisp.org>
33977
33978         * MODULES.txt: Update according to m4/ changes.
33979
33980         Module gettext.
33981         * config.rpath: New file, from gettext-0.11.5.
33982
33983         * modules/*: New module descriptions.
33984         * gnulib-tool: New file.
33985         * MODULES.html.sh: New file.
33986
33987 2002-12-21  Karl Berry  <karl@gnu.org>
33988
33989         * doc/fdl.texi: update to version 1.2.
33990
33991 2002-12-19  Karl Berry  <karl@gnu.org>
33992
33993         * config/config.guess: update from prep.
33994
33995 2002-12-18  Bruno Haible  <bruno@clisp.org>
33996
33997         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
33998         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
33999
34000 2002-12-17  Bruno Haible  <bruno@clisp.org>
34001
34002         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
34003         stdlib.h, string.h.
34004
34005 2002-12-17  Bruno Haible  <bruno@clisp.org>
34006
34007         * lib/canon-host.c (strdup): Remove unused declaration.
34008
34009         * lib/fsusage.c: Include full_read.h.
34010         (get_fs_usage): Use full_read instead of safe_read.
34011
34012         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
34013
34014 2002-12-12  Karl Berry  <karl@gnu.org>
34015
34016         * config/config.guess: update from prep.
34017
34018 2002-12-11  Bruno Haible  <bruno@clisp.org>
34019
34020         * m4/setenv.m4: New file, from gettext-0.11.5.
34021
34022 2002-12-11  Bruno Haible  <bruno@clisp.org>
34023
34024         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
34025         not unsetenv().
34026         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
34027         modifications:
34028
34029         2002-12-11  Bruno Haible  <bruno@clisp.org>
34030
34031                 * setenv.c (alloca): Fall back to malloc.
34032                 (freea): New macro.
34033                 (setenv): Use freea() to free memory allocated with alloca().
34034
34035         2002-11-13  Bruno Haible  <bruno@clisp.org>
34036
34037                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
34038                 function declarations.
34039                 * unsetenv.c (unsetenv): Likewise.
34040
34041         2002-03-04  Bruno Haible  <bruno@clisp.org>
34042
34043                 Portability to AIX 4.3.3.
34044                 * unsetenv.c: New file, extracted from setenv.c.
34045                 * setenv.c: Move the unsetenv() function to unsetenv.c.
34046
34047         2001-12-20  Bruno Haible  <bruno@clisp.org>
34048
34049                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
34050                 use malloc instead. For SunOS 4.
34051
34052         2001-12-11  Bruno Haible  <bruno@clisp.org>
34053
34054                 * setenv.c: Declare alloca.
34055                 (compar_fn_t): New typedef.
34056                 (KNOWN_VALUE, STORE_VALUE): Use it.
34057
34058         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
34059         setenv.h.
34060
34061 2002-12-10  Paul Eggert  <eggert@twinsun.com>
34062
34063         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
34064         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
34065         Choose values that are less likely to collide with system fnmatch
34066         options.
34067         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
34068         defined (e.g., a pure POSIX system).
34069         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
34070         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
34071
34072 2002-12-06  Paul Eggert  <eggert@twinsun.com>
34073
34074         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
34075         a pain in practice to deal with generated m4 files.  This change
34076         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
34077
34078         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
34079         and jm-glibc-io.m4, as they are no longer a special case.
34080         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
34081         kludge and the auto-generation stuff.  Check only whether the
34082         functions are declared, not whether they exist, since older hosts
34083         that don't declare the functions can't use the optimization anyway.
34084
34085 2002-12-06  Jim Meyering  <jim@meyering.net>
34086
34087         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
34088
34089         Merge in changes from libc's misc/error.c, in preparation
34090         for the merge of gnulib's changes back into libc.
34091
34092         * lib/error.c (_): Define only if not already defined.
34093         Move definition to follow all #include directives.
34094         Include unlocked-io.h only if !_LIBC.
34095         [_LIBC]: Include <libio/libioP.h>.
34096         [USE_IN_LIBIO]: Include <libio/iolibio.h>
34097         (fflush): Tweak definition to use INTUSE.
34098         (putc): Define.
34099
34100 2002-12-05  Paul Eggert  <eggert@twinsun.com>
34101
34102         * lib/alloca.c [defined emacs]: Include "lisp.h".
34103         (xalloc_die) [defined emacs]: New macro.
34104         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
34105         [! defined emacs]: Include <xalloc.h>.
34106         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
34107         (pointer): Typedef to POINTER_TYPE *.
34108         (malloc): Remove decl; we now always use xmalloc.
34109         (alloca): Use old-style definition, since Emacs needs this.
34110         Check for arithmetic overflow when computing combined size.
34111
34112 2002-12-04  Paul Eggert  <eggert@twinsun.com>
34113
34114         Do not generate unlocked-io.h automatically, since it's easier to
34115         maintain it by hand.
34116
34117         * lib/unlocked-io.h: New file, from GNU diffutils,
34118         but with proper copyright notice and attribution.
34119         * lib/gen-uio: Remove.
34120         * lib/Makefile.am: Add copyright notice.
34121         (libfetish_a_SOURCES): Add unlocked-io.h.
34122         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
34123         (DISTCLEANFILES, io_functions): Remove macros.
34124         (EXTRA_DIST): Remove gen_uio.
34125         (unlocked-io.h): Remove rule.
34126
34127 2002-12-04  Jim Meyering  <jim@meyering.net>
34128
34129         Reflect the fact that stat.c and lstat.c are no longer generated.
34130         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
34131         (DISTCLEANFILES): Likewise.
34132         (EXTRA_DIST): Likewise.
34133         (all_local): Don't depend on stat.c or lstat.c.
34134         (stat.c, lstat.c): Remove rules.
34135         (EXTRA_DIST): Remove xstat.in.
34136
34137         * lib/xstat.in: Remove file.  Contents moved into stat.c.
34138         * lib/stat.c: New file.  Contents mostly from xstat.in.
34139         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
34140         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
34141
34142         * lib/safe-read.c: Rework so that it may serve to define safe_write,
34143         too.
34144         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
34145
34146 2002-12-03  Jim Meyering  <jim@meyering.net>
34147
34148         * lib/safe-read.c, safe-write.c: Change variable names and comments,
34149         but not semantics, to minimize the differences between these two files.
34150         (safe_read): Change comment to mention SAFE_READ_ERROR.
34151
34152         * lib/safe-read.c (IS_EINTR): Define.
34153         (safe_read): Use IS_EINTR in place of in-function cpp directives.
34154
34155 2002-12-02  Jim Meyering  <jim@meyering.net>
34156
34157         * lib/safe-read.c (EINTR): Define.
34158         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
34159         (INT_MAX): Provide fallback.
34160         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
34161
34162         * lib/safe-read.h (SAFE_READ_ERROR): Define.
34163
34164 2002-12-02  Bruno Haible  <bruno@clisp.org>
34165
34166         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
34167         Define, taken from safe-read.c.
34168         (INT_MAX): Provide fallback.
34169         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
34170         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
34171
34172         * lib/safe-read.c (EINTR): Remove definition.
34173         (safe_read): Don't use EINTR if it is absent.
34174
34175 2002-12-01  Jim Meyering  <jim@meyering.net>
34176
34177         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
34178         zero.
34179         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
34180
34181 2002-11-27  Paul Eggert  <eggert@twinsun.com>
34182
34183         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
34184         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
34185         with `if (! (value < limit)) abort ();', for readability.
34186
34187 2002-11-26  Karl Berry  <karl@gnu.org>
34188
34189         * lib/strdup.c: copy from libc again, with jim's ok.
34190         * lib/.cppi-disable: re-add strdup.c
34191
34192 2002-11-25  Karl Berry  <karl@gnu.org>
34193
34194         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
34195         instead of "strtol.c".
34196
34197 2002-11-25  Karl Berry  <karl@gnu.org>
34198
34199         * config/install-sh: update from automake for variable quoting, $0 in
34200         error msgs, etc.
34201
34202         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
34203         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
34204         entry.
34205
34206 2002-11-25  Jim Meyering  <jim@meyering.net>
34207
34208         * lib/mktime.c: Sync from libc, now that it has the latest fix.
34209
34210 2002-11-24  Karl Berry  <karl@gnu.org>
34211
34212         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
34213         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
34214
34215 2002-11-24  Jim Meyering  <jim@meyering.net>
34216
34217         Update from coreutils:
34218
34219         * lib/mktime.c: Merge in changes from libc.
34220
34221         Avoid a link-time failure on some Linux systems.
34222         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
34223         (otherwise).
34224         (__mon_yday): Declare with the STATIC attribute.
34225         (__mktime_internal): Likewise.
34226         Based on a report from Greg Schafer.
34227
34228 2002-11-23  Jim Meyering  <jim@meyering.net>
34229
34230         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
34231         Use `unsigned', not `int', as type of index.
34232
34233         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
34234
34235         * lib/fsusage.c: Remove unneeded parentheses around operands of
34236         `defined'.
34237
34238 2002-11-22  Paul Eggert  <eggert@twinsun.com>
34239
34240         * lib/quotearg.h: Allow multiple inclusion by surrounding with
34241         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
34242         so that we can be included first.
34243         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
34244         * lib/quotearg.c: Include quotearg.h immediately after config.h.
34245         No need to include stddef.h or sys/types.h any more.
34246         Surround local include files with "", not "<>".
34247         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
34248         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
34249         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
34250         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
34251         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
34252         (ISPRINT): Remove; no longer needed now that we assume C89.
34253
34254         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
34255         Preserve errno.
34256
34257         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
34258         quotearg_char): Use SIZE_MAX rather than
34259         (size_t) -1 when we are talking about "infinity".
34260
34261         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
34262
34263 2002-11-22  Paul Eggert  <eggert@twinsun.com>
34264
34265         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
34266         hint that one should use `if (! x) abort ();' rather than `assert
34267         (x);', and anyway it's one less thing to worry about configuring.
34268         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
34269         hash_rehash, hash_insert): Use abort rather than assert.
34270
34271 2002-11-22  Bruno Haible  <bruno@clisp.org>
34272
34273         * lib/safe-read.h: Assume C89. Add comments.
34274         (safe_read): Change return type to size_t.
34275         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
34276         byte counts > SSIZE_MAX correctly.
34277         * lib/safe-write.h: New file.
34278         * lib/safe-write.c: New file.
34279         * lib/full-read.h: New file.
34280         * lib/full-read.c: New file.
34281         * lib/full-write.h: Assume C89. Add comments.
34282         * lib/full-write.c: Include safe-write.h.
34283         (full_write): Rewritten to use safe_write.
34284         Suggested by Jim Meyering and Paul Eggert.
34285
34286 2002-11-21  Jim Meyering  <jim@meyering.net>
34287
34288         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
34289
34290         Merge in changes from the coreutils.
34291
34292         2002-09-25  Paul Eggert  <eggert@twinsun.com>
34293         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
34294         <stdint.h>.
34295         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
34296         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
34297         int.  Work more efficiently if X is the same width as uintmax_t.
34298         Do not compare X to -1, to avoid bogus compiler warning.
34299         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
34300         Don't assume that f_frsize and f_bsize are the same type.
34301
34302         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
34303         warning on FreeBSD.
34304
34305         * lib/makepath.c (make_path): Restore umask *before* creating the final
34306         component.
34307         (make_path): Minor reformatting.
34308
34309         * lib/xmalloc.c: Adjust to work with new autoconf macros,
34310         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
34311         HAVE_MALLOC/HAVE_REALLOC.
34312
34313         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
34314         dummy ones.  At least on GNU/Linux systems, `auto' means something
34315         else.
34316         From Michael Stone.
34317
34318 2002-11-21  Bruno Haible  <bruno@clisp.org>
34319
34320         Remove case insensitive option matching.
34321         * lib/argmatch.h (argcasematch): Remove declaration.
34322         (ARGCASEMATCH): Remove macro.
34323         (__xargmatch_internal): Remove case_sensitive argument.
34324         (XARGMATCH): Update.
34325         (XARGCASEMATCH): Remove macro.
34326         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
34327         case_sensitive argument.
34328         (argcasematch): Remove function.
34329         (__xargmatch_internal): Remove case_sensitive argument.
34330         (main): Use XARGMATCH instead of XARGCASEMATCH.
34331
34332         * lib/xmalloc.c: Change compile-time error message. Add comment about
34333         required autoconf version.
34334
34335 2002-11-20  Paul Eggert  <eggert@twinsun.com>
34336
34337         Merge argmatch cleanups from Bison.  Assume C89.
34338
34339         * lib/argmatch.c: Include config.h here, not in argmatch.h.
34340         Include stdlib.h, for EXIT_FAILURE.
34341         Always include <string.h>, since we assume C89.
34342         (EXIT_FAILURE): Remove pre-C89 bug workaround.
34343         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
34344         Include <stddef.h> instead, since it's all we need for size_t.
34345         (PARAMS): Remove.  All uses removed.
34346         (ARRAY_CARDINALITY): Do not bother to #undef.
34347         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
34348         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
34349         Remove unnecessary parentheses.
34350         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
34351         Insert necessary parentheses.
34352         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
34353         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
34354
34355 2002-11-19  Bruno Haible  <bruno@clisp.org>
34356
34357         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
34358         * lib/mbswidth.h: Include <stddef.h>, for size_t.
34359
34360         * lib/mbswidth.h (PARAMS): Remove macro.
34361         (mbswidth, mbsnwidth): Use ANSI C function declarations.
34362         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
34363
34364         * lib/gcd.h (PARAMS): Remove macro.
34365         (gcd): Use ANSI C function declarations.
34366         * lib/gcd.c (gcd): Likewise.
34367
34368 2002-11-15  Bruno Haible  <bruno@clisp.org>
34369
34370         * lib/strcspn.c: Include <stddef.h>.
34371         (strcspn): Use ANSI C function declaration. Change return type to
34372         size_t. Use NULL.
34373         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
34374         (strpbrk): Use NULL.
34375         * lib/strpbrk.h (PARAMS): Remove macro.
34376         (strpbrk): Use ANSI C function declaration.
34377         * lib/strstr.c: Don't include <sys/types.h>.
34378         * lib/strstr.h (PARAMS): Remove macro.
34379         (strstr): Use ANSI C function declarations.
34380
34381 2002-11-14  Karl Berry  <karl@gnu.org>
34382
34383         * config/mkinstalldirs: `do' on separate line, instead of
34384         `for var; do'.
34385
34386 2002-11-06  Bruno Haible  <bruno@clisp.org>
34387
34388         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
34389         * lib/gcd.c (gcd): Likewise.
34390
34391 2002-11-05  Bruno Haible  <bruno@clisp.org>
34392
34393         * lib/gcd.h: New file, from gettext-0.11.5.
34394         * lib/gcd.c: New file, from gettext-0.11.5.
34395
34396 2002-11-05  Bruno Haible  <bruno@clisp.org>
34397
34398         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
34399         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
34400         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
34401         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
34402
34403         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
34404         <libintl.h>.
34405         * lib/makepath.c: Include gettext.h instead of <locale.h> and
34406         <libintl.h>.
34407
34408         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
34409         * lib/human.c: Include gettext.h instead of <libintl.h>.
34410         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
34411         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
34412         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
34413         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
34414         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
34415         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
34416         (textdomain): Remove definition.
34417         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
34418
34419         * lib/long-options.c: Remove include of <libintl.h> and definition of
34420         _.
34421         * lib/same.c: Remove include of <libintl.h> and definition of _.
34422
34423 2002-11-04  Owen Taylor  <otaylor@redhat.com>
34424
34425         * lib/config.charset: A few additions for Solaris.
34426
34427 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
34428
34429         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
34430         * lib/localcharset.c (locale_charset): Declare as extern "C".
34431
34432 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
34433
34434         * lib/config.charset: msdos in uk_UA uses CP1125.
34435
34436 2002-11-04  Bruno Haible  <bruno@clisp.org>
34437
34438         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
34439         * lib/strcase.h: New file, from GNU gettext-0.11.5.
34440         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
34441         * lib/strstr.h: New file, from GNU gettext-0.11.5.
34442         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
34443
34444 2002-11-04  Bruno Haible  <bruno@clisp.org>
34445
34446         * lib/localcharset.c (locale_charset): Don't return an empty string.
34447
34448 2002-11-04  Bruno Haible  <bruno@clisp.org>
34449
34450         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
34451         aliases.
34452
34453 2002-11-04  Bruno Haible  <bruno@clisp.org>
34454
34455         * lib/config.charset: Update for newest glibc. Add canonical names
34456         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
34457
34458 2002-11-04  Bruno Haible  <bruno@clisp.org>
34459
34460         * lib/config.charset: Add support for NetBSD.
34461
34462 2002-11-04  Bruno Haible  <bruno@clisp.org>
34463
34464         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
34465
34466 2002-11-01  Bruno Haible  <bruno@clisp.org>
34467
34468         * configure.in: Add AC_CONFIG_AUX_DIR call.
34469         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
34470         test/Makefile.
34471         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
34472
34473 2002-09-28  Karl Berry  <karl@gnu.org>
34474
34475         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
34476         installed automake until the next release, since changes have been
34477         made.
34478
34479 2002-09-25  Karl Berry  <karl@gnu.org>
34480
34481         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
34482         * lib/getopt*: copy from libc/posix.
34483         * lib/gettext.h: copy from gettext.
34484         * lib/.cppi-disable: add strdup.c, gettext.h.
34485
34486 2002-09-25  Karl Berry  <karl@gnu.org>
34487
34488         * config/srclist.txt: enable gettext.h check.
34489         * config/config.{guess,sub}: update from prep.
34490         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
34491                 from automake 1.6.3.
34492         See srclist*.
34493
34494 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
34495
34496         * regex.c (PATFETCH): Remove the translating fetch.
34497         (PATFETCH_RAW): Rename to PATFETCH.
34498         (set_image_of_range): New fun.
34499         (SET_RANGE_TABLE_WORK_AREA): Use it.
34500         (regex_compile): Don't translate the pattern chars so eagerly.
34501         Only do it when inserting an `exactn' bytecode or when handling
34502         a char-range.
34503         (mutually_exclusive_p): Avoid empty statement.
34504
34505 2002-07-06  Jim Meyering  <meyering@lucent.com>
34506
34507         * m4/README: Don't mention Makefile.am.in.
34508         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
34509
34510 2002-07-01  Jim Meyering  <meyering@lucent.com>
34511
34512         * lib/c-stack.c: Include sys/time.h.
34513         From Volker Borchert.
34514
34515 2002-06-26  Paul Eggert  <eggert@twinsun.com>
34516
34517         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
34518
34519 2002-06-26  Paul Eggert  <eggert@twinsun.com>
34520
34521         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
34522         New macro.  Use it uniformly instead of
34523         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
34524         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
34525         reported by Vin Shelton.
34526
34527 2002-06-22  Paul Eggert  <eggert@twinsun.com>
34528
34529         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
34530         Do not assume SA_SIGINFO behavior.
34531         Bug reported by Jim Meyering on NetBSD 1.5.2.
34532
34533 2002-06-22  Jim Meyering  <meyering@lucent.com>
34534
34535         * m4/c-stack.m4: New file, from diffutils-2.8.2.
34536         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
34537
34538         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
34539         now that configure.ac uses AC_GNU_SOURCE.
34540         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
34541         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
34542
34543         Update to latest tools.  Suggestions from Paul Eggert.
34544         * m4/stdbool.m4: New file, from diffutils-2.8.2.
34545         * m4/gnu-source.m4: Update from diffutils-2.8.2.
34546         * m4/fnmatch.m4: Likewise.
34547         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
34548         to AC_HEADER_STDBOOL
34549
34550 2002-06-22  Jim Meyering  <meyering@lucent.com>
34551
34552         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
34553         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
34554
34555 2002-06-22  Jim Meyering  <meyering@lucent.com>
34556
34557         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
34558
34559         * lib/exitfail.c, exitfail.h: Likewise.
34560         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
34561
34562         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
34563         of fnmatch.h.
34564         (EXTRA_DIST): Add fnmatch_loop.c.
34565         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
34566
34567         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
34568         * lib/fnmatch.c: Update from diffutils-2.8.2.
34569         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
34570         * lib/fnmatch.h: Remove file.
34571
34572 2002-06-21  Jim Meyering  <meyering@lucent.com>
34573
34574         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
34575         * m4/mbrtowc.m4: Likewise.
34576
34577         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
34578         * m4/mbswidth.m4: Reflect name change:
34579         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
34580         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
34581
34582         * m4/lib-link.m4: Update from gettext-0.11.2.
34583         * m4/gettext.m4: Likewise.
34584
34585         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
34586         From Alfred M. Szmidt.
34587
34588 2002-06-18  Paul Eggert  <eggert@twinsun.com>
34589
34590         * lib/file-type.h: Report an error if neither S_ISREG nor
34591         S_IFREG is defined, instead of using a test specific to glibc
34592         2.2.  This should be safe, since POSIX requires S_ISREG and
34593         Unix Version 7 had S_IFREG.  We don't need to check for
34594         <sys/types.h> since we don't use any symbols that it defines.
34595
34596 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
34597
34598         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
34599         $@-t, so that each temporary file name is unique and valid in the first
34600         8 characters, for operation under DOS.
34601
34602 2002-06-15  Paul Eggert  <eggert@twinsun.com>
34603
34604         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
34605
34606 2002-06-15  Jim Meyering  <meyering@lucent.com>
34607
34608         Work even with DJGPP 2.03, which lacks support for symlinks.
34609         From Richard Dawe.
34610         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
34611         is defined.
34612         * lib/lchown.c (S_ISLNK): Likewise.
34613
34614 2002-06-15  Jim Meyering  <meyering@lucent.com>
34615
34616         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
34617         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
34618         have been included before this file.
34619
34620 2002-06-14  Jim Meyering  <meyering@lucent.com>
34621
34622         * lib/file-type.h: Use the version from diffutils-2.8.2.
34623         * lib/file-type.c: Likewise.
34624
34625 2002-06-07  Jim Meyering  <meyering@lucent.com>
34626
34627         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
34628         They're needed at least for NetBSD 1.5.2.
34629         ($statxfs_includes): Include those same headers.
34630         ($statxfs_includes): Include sys/vfs.h if available.
34631         ($statxfs_includes): Likewise for sys/statvfs.h.
34632         Check for the following members in both structs statfs and statvfs:
34633         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
34634
34635 2002-06-01  Jim Meyering  <meyering@lucent.com>
34636
34637         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
34638         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
34639
34640 2002-05-28  Jim Meyering  <meyering@lucent.com>
34641
34642         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
34643         Reported by Volker Borchert.
34644
34645 2002-05-27  Jim Meyering  <meyering@lucent.com>
34646
34647         Fix a problem seen only on nonconforming systems whereby ls.c's
34648         use of localtime, and then of gettimeofday would cause trouble:
34649         the localtime call used to initialize rpl_gettimeofday's save
34650         mechanism would clobber ls's current local time information so
34651         that in any long listing the first file would always be listed
34652         with date 1970-01-01.  Analysis by Volker Borchert.
34653
34654         * lib/gettimeofday.c (localtime): Undefine.
34655         (rpl_localtime): New function.
34656
34657 2002-05-27  Jim Meyering  <meyering@lucent.com>
34658
34659         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
34660         localtime.
34661
34662         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
34663         use the replacement function; it wouldn't resolve at link time.
34664         Reported by Volker Borchert.
34665
34666 2002-05-22  Jim Meyering  <meyering@lucent.com>
34667
34668         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
34669         file-type.h.
34670         * lib/file-type.h: New file.
34671         * lib/file-type.c (file_type): New file/function.  Extracted from
34672         diffutils.
34673
34674 2002-04-30  Jim Meyering  <meyering@lucent.com>
34675
34676         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
34677
34678 2002-04-29  Paul Eggert  <eggert@twinsun.com>
34679
34680         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
34681
34682 2002-04-29  Paul Eggert  <eggert@twinsun.com>
34683
34684         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
34685         Do not check for alloca.h (no longer used) or stdbool.h (was never
34686         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
34687
34688 2002-04-29  Paul Eggert  <eggert@twinsun.com>
34689
34690         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
34691
34692 2002-04-29  Jim Meyering  <meyering@lucent.com>
34693
34694         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
34695         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
34696         Use AC_FUNC_STRNLEN here instead.
34697
34698         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
34699         With autoconf-2.53a, it's part of AC_PROG_CC.
34700
34701 2002-04-28  Paul Eggert  <eggert@twinsun.com>
34702
34703         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
34704         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
34705
34706 2002-04-28  Paul Eggert  <eggert@twinsun.com>
34707
34708         * lib/sig2str.h, lib/sig2str.c: New files.
34709         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
34710
34711 2002-04-28  Paul Eggert  <eggert@twinsun.com>
34712
34713         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
34714         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
34715         of 127, since 64 is the largest conceivable number for ancient
34716         nonstandard hosts.
34717         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
34718
34719 2002-04-28  Jim Meyering  <meyering@lucent.com>
34720
34721         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
34722
34723 2002-04-24  Jim Meyering  <meyering@lucent.com>
34724
34725         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
34726         (jm_PREREQ): Use it.
34727
34728         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
34729         mach/mach.h fcntl.h.
34730         Check for this function: setlocale.
34731
34732 2002-04-24  Jim Meyering  <meyering@lucent.com>
34733
34734         * lib/gettext.h: New file, from Gettext.
34735         * lib/Makefile.am (INCLUDES): Remove -I../intl.
34736         (libfetish_a_SOURCES): Add gettext.h.
34737
34738 2002-04-16  Jim Meyering  <meyering@lucent.com>
34739
34740         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
34741         ut_pid, ut_id, ut_exit.
34742
34743 2002-04-16  Jim Meyering  <meyering@lucent.com>
34744
34745         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
34746         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
34747         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
34748
34749 2002-04-12  Jim Meyering  <meyering@lucent.com>
34750
34751         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
34752         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
34753         existence of the getmntinfo function.  Needed for Darwin 5.3.
34754
34755         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
34756         This is necessary at least on Darwin 5.3.
34757
34758         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
34759         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
34760         strnlen.o in the library, and that makes some versions of ranlib
34761         object.
34762
34763 2002-04-12  Jim Meyering  <meyering@lucent.com>
34764
34765         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
34766
34767 2002-04-09  Jim Meyering  <meyering@lucent.com>
34768
34769         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
34770         to be more precise.  Rather than saying we're checking whether the
34771         function `works', say what we're testing.
34772         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
34773         Reported by Bruno Haible.
34774
34775 2002-03-10  Jim Meyering  <meyering@lucent.com>
34776
34777         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
34778         Suggestion from Santiago Vila.
34779
34780 2002-03-08  Jim Meyering  <meyering@lucent.com>
34781
34782         * lib/rename.c: Mention that this wrapper is needed also on
34783         mips-dec-ultrix4.4 systems.
34784
34785 2002-03-02  Jim Meyering  <meyering@lucent.com>
34786
34787         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
34788         not HAVE_CLOCK_SETTIME.
34789
34790 2002-02-27  Paul Eggert  <eggert@twinsun.com>
34791
34792         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
34793         Check for clock_settime.
34794
34795 2002-02-27  Paul Eggert  <eggert@twinsun.com>
34796
34797         * lib/nanosleep.h: Rename to....
34798         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
34799
34800         * lib/gettime.c: New file.
34801         * lib/settime.c: New file.
34802         * lib/stime.c: Remove.
34803
34804         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
34805         timespec.h.  Remove nanosleep.h.
34806
34807 2002-02-25  Paul Eggert  <eggert@twinsun.com>
34808
34809         * m4/acl.m4: New file.
34810         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
34811         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
34812
34813 2002-02-25  Paul Eggert  <eggert@twinsun.com>
34814
34815         * lib/acl.c, lib/acl.h: New files.
34816         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
34817
34818 2002-02-24  Jim Meyering  <meyering@lucent.com>
34819
34820         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
34821         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
34822         cause trouble.  Reported by Nelson Beebe.
34823
34824 2002-02-23  Paul Eggert  <eggert@twinsun.com>
34825
34826         * lib/path-concat.c (xpath_concat): Reorder code to pacify
34827         compilers that don't know that xalloc_die never returns.
34828
34829 2002-02-20  Jim Meyering  <meyering@lucent.com>
34830
34831         * lib/getdate.c: Regenerate using bison-1.33.
34832
34833 2002-02-17  Jim Meyering  <meyering@lucent.com>
34834
34835         * config/config.guess (main): Don't use `head -1'; it's no longer
34836         portable. Use `sed 1q' instead.
34837
34838 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
34839
34840         * m4/codeset.m4: Upgrade to gettext-0.11.
34841         * m4/gettext.m4: Upgrade to gettext-0.11.
34842         * m4/glibc21.m4: Upgrade to gettext-0.11.
34843         * m4/iconv.m4: Upgrade to gettext-0.11.
34844         * m4/isc-posix.m4: Upgrade to gettext-0.11.
34845         * m4/lcmessage.m4: Upgrade to gettext-0.11.
34846         * m4/lib-ld.m4: New file, from gettext-0.11.
34847         * m4/lib-link.m4: New file, from gettext-0.11.
34848         * m4/lib-prefix.m4: New file, from gettext-0.11.
34849         * m4/progtest.m4: Upgrade to gettext-0.11.
34850
34851 2002-02-15  Paul Eggert  <eggert@twinsun.com>
34852
34853         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
34854         (jm_PREREQ): Use it.
34855
34856 2002-02-15  Paul Eggert  <eggert@twinsun.com>
34857
34858         * lib/posixver.c, lib/posixver.h: New files.
34859         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
34860
34861 2002-02-02  Paul Eggert  <eggert@twinsun.com>
34862             Bruno Haible  <bruno@clisp.org>
34863
34864         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
34865         (fwrite_success_callback): New declaration.
34866         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
34867         print_unicode_char. Call failure callback instead of error.
34868         (fwrite_success_callback): New function.
34869         (exit_failure_callback): New function.
34870         (fallback_failure_callback): New function.
34871         (print_unicode_char): Call unicode_to_mb.
34872
34873 2002-01-26  Jim Meyering  <meyering@lucent.com>
34874
34875         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
34876         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
34877
34878 2002-01-26  Jim Meyering  <meyering@lucent.com>
34879
34880         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
34881
34882 2002-01-22  Paul Eggert  <eggert@twinsun.com>
34883
34884         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
34885
34886 2002-01-22  Jim Meyering  <meyering@lucent.com>
34887
34888         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
34889         Otherwise, some versions of automake would omit the rule that makes
34890         Makefile from Makefile.in.
34891
34892 2002-01-21  Paul Eggert  <eggert@twinsun.com>
34893
34894         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
34895         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
34896         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
34897         (memcoll): Set errno to zero if there is no error.
34898
34899         * lib/quotearg.c (quotearg_buffer_restyled):
34900         Fix bug with quoting buffers containing NUL when backslashing escapes.
34901         This bug was exposed by the other changes in this patch.
34902         (quotearg_n_options): New arg ARGSIZE.
34903         All callers changed.
34904         (quoting_options_from_style): New function.
34905         (quotearg_n_style): Use it.
34906         (quotearg_n_style_mem): New function.
34907
34908         * lib/quotearg.h (quotearg_n_style_mem): New function.
34909
34910 2002-01-19  Jim Meyering  <meyering@lucent.com>
34911
34912         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
34913         Remove useless quotes: DF_PROG="df".
34914         * m4/strnlen.m4: New file.
34915
34916 2002-01-16  Paul Eggert  <eggert@twinsun.com>
34917
34918         * lib/backupfile.c (ISDIGIT): Comment fix.
34919         * lib/getdate.y (ISDIGIT): Likewise.
34920         * lib/posixtm.c (ISDIGIT, year): Likewise.
34921         * lib/strverscmp.c (ISDIGIT): Likewise.
34922         * lib/userspec.c (ISDIGIT): Likewise.
34923
34924 2002-01-16  Jim Meyering  <meyering@lucent.com>
34925
34926         * lib/getdate.y: Add three semicolons, each just before a closing
34927         brace. Bison (as of version 1.31) no longer papers over that mistake.
34928
34929 2002-01-05  Jim Meyering  <meyering@lucent.com>
34930
34931         * lib/version-etc.c (version_etc_copyright): Update copyright year.
34932
34933 2001-12-19  Paul Eggert  <eggert@twinsun.com>
34934
34935         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
34936         not silently exit merely because the output buffer happens to
34937         have nothing pending.
34938
34939 2001-12-18  Paul Eggert  <eggert@twinsun.com>
34940
34941         See the big note in ../ChangeLog.
34942         * lib/human.c (suffixes): Prefer K to k for 1024.
34943         (generate_suffix_backwards): New function.
34944         (human_readable_inexact): Use it.
34945         * lib/xstrtol.c (__xstrtol): If there is no number but there
34946         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
34947         Accept 'K' as well as 'k'.
34948
34949 2001-12-15  Jim Meyering  <meyering@lucent.com>
34950
34951         * lib/regex.h (__restrict_arr): Update from libc.
34952
34953         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
34954         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
34955         (STREQ): Define.
34956
34957 2001-12-14  Jim Meyering  <meyering@lucent.com>
34958
34959         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
34960         Suggestion from Bruno Haible.
34961
34962 2001-12-10  Jim Meyering  <meyering@lucent.com>
34963
34964         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
34965         xrealloc, Instead, include "xalloc.h".
34966         (initbuffer): Don't cast xmalloc return value to char*.
34967         (readline): Reword comment.
34968         Don't cast xrealloc return value to char*
34969         Return NULL, not 0.
34970
34971 2001-12-09  Jim Meyering  <meyering@lucent.com>
34972
34973         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
34974         about `signed and unsigned type in conditional expression'.
34975         * lib/posixtm.c (posix_time_parse): Likewise.
34976
34977         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
34978
34979         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
34980         to avoid a pedantic warning.
34981
34982         * lib/getstr.c: Don't include assert.h.
34983         (getstr): Remove warning-evoking assertions.
34984         Return -1 if offset parameter is out of bounds.
34985         Change the type of a local from int to size_t.
34986
34987         * lib/strftime.c (my_strftime_localtime_r): Include this function
34988         definition in the `#if ! HAVE_TM_GMTOFF' block.
34989
34990         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
34991         Include xalloc.h instead.
34992
34993 2001-12-02  Jim Meyering  <meyering@lucent.com>
34994
34995         * lib/tempname.c: Don't declare getenv, thus reverting the change of
34996         2001-11-18.  It's no longer necessary, now that stdlib.h is always
34997         included.
34998
34999         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
35000         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
35001
35002 2001-11-30  Akim Demaille  <akim@epita.fr>
35003
35004         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
35005         before being defined.
35006
35007 2001-11-27  Paul Eggert  <eggert@twinsun.com>
35008
35009         * lib/quotearg.h (quotearg_n, quotearg_n_style):
35010         First arg is int, not unsigned.
35011         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
35012         (SIZE_MAX, UINT_MAX): New macros.
35013         (quotearg_n_options): Abort if N is negative.
35014         Avoid overflow check on hosts where size_t is 64 bits and int
35015         is 32 bits, as overflow is impossible there.
35016         Fix off-by-one typo that caused unnecessary reallocation.
35017
35018 2001-11-27  Jim Meyering  <meyering@lucent.com>
35019
35020         * lib/tempname.c: Merge with version from libc.
35021         * lib/regex.c: Likewise.
35022
35023         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
35024         systems for which STDC_HEADERS is 0, it was not included, resulting in
35025         a warning about an integer-to-pointer conversion problem with getenv.
35026         Reported by Volker Borchert.
35027
35028 2001-11-26  Jim Meyering  <meyering@lucent.com>
35029
35030         * lib/gtod.h: Remove file.
35031         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
35032         * lib/gettimeofday.c: Don't include gtod.h.
35033         (GTOD_init): Remove function.
35034         (rpl_gettimeofday): Do its job here instead, rather than aborting.
35035         Suggestion from Volker Borchert.
35036
35037 2001-11-23  Jim Meyering  <meyering@lucent.com>
35038
35039         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
35040         it.
35041         * lib/hash.c (struct hash_table): Define it here instead.
35042
35043 2001-11-22  Jim Meyering  <meyering@lucent.com>
35044
35045         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
35046
35047 2001-11-20  Jim Meyering  <meyering@lucent.com>
35048
35049         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
35050         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
35051
35052 2001-11-19  Jim Meyering  <meyering@lucent.com>
35053
35054         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
35055         directory.  Use "conftestXXXXXX" as the template.
35056         Suggestion from Paul Eggert.
35057
35058         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
35059         immediately, so the test doesn't mistakenly hit the max-open-files
35060         limit.
35061
35062 2001-11-18  Paul Eggert  <eggert@twinsun.com>
35063
35064         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
35065         (TEMPORARIES): New macro.
35066         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
35067         removes an artificial limitation (e.g. HP-UX 10.20, where
35068         TMP_MAX is 17576).
35069
35070 2001-11-18  Jim Meyering  <meyering@lucent.com>
35071
35072         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
35073
35074 2001-11-18  Jim Meyering  <meyering@lucent.com>
35075
35076         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
35077         on SunOS 4.
35078
35079         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
35080         files will be created before anything else.
35081
35082 2001-11-17  Paul Eggert  <eggert@twinsun.com>
35083
35084         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
35085         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
35086
35087 2001-11-17  Jim Meyering  <meyering@lucent.com>
35088
35089         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
35090         Prompted by a report from Bob Proulx.
35091
35092         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
35093         Instead, require UTILS_FUNC_MKSTEMP.
35094
35095 2001-11-17  Jim Meyering  <meyering@lucent.com>
35096
35097         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
35098         Now, that's done as part of AC_FUNC_STRTOD.
35099
35100 2001-11-17  Jim Meyering  <meyering@lucent.com>
35101
35102         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
35103         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
35104         rather than group writable.  Patch by Juan F. Codagnone.
35105
35106         * lib/readtokens.c: Remove explicit declarations of xmalloc and
35107         xrealloc, Instead, include "xalloc.h".
35108
35109         * lib/mountlist.c: Include unlocked-io.h after all system headers.
35110         Remove explicit declarations of xmalloc, xrealloc,
35111         and xstrdup.  Instead, include "xalloc.h".
35112
35113         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
35114         unlocked-io.h.
35115         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
35116         Likewise.
35117         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
35118
35119         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
35120         Reported by Padraig Brady.
35121
35122         * lib/mkstemp.c: #undef mkstemp.
35123         Include config.h.
35124         (rpl_mkstemp): Rename from mkstemp.
35125         Protoize.
35126
35127 2001-11-16  Jim Meyering  <meyering@lucent.com>
35128
35129         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
35130         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
35131         determine the amount of total physical memory, use pstat_getstatic.
35132         HPUX-11 doesn't define _SC_PHYS_PAGES.
35133         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
35134         If sysconf couldn't be used to determine the amount of available
35135         physical memory, use both pstat_getstatic and pstat_getdynamic.
35136         Based on a patch from Bob Proulx.
35137
35138 2001-11-10  Jim Meyering  <meyering@lucent.com>
35139
35140         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
35141         (jm_PREREQ): Use it.
35142
35143 2001-11-09  Jim Meyering  <meyering@lucent.com>
35144
35145         * m4/jm-macros.m4: Require autoconf-2.52f.
35146         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
35147         Use these AC_-prefixed names, not the AM_-prefixed ones.
35148
35149         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
35150
35151 2001-11-05  Jim Meyering  <meyering@lucent.com>
35152
35153         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
35154
35155 2001-11-04  Jim Meyering  <meyering@lucent.com>
35156
35157         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
35158         $DEFS.
35159
35160 2001-11-03  Jim Meyering  <meyering@lucent.com>
35161
35162         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
35163         of AC_DEFUN.
35164
35165         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
35166         know the name of the variable in the macro definition.
35167
35168 2001-11-03  Jim Meyering  <meyering@lucent.com>
35169
35170         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
35171         in argmatch_to_argument call.
35172
35173         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
35174         argument.
35175
35176         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
35177         e.g., a fault due to an attempt to free a NULL pointer.
35178
35179 2001-11-01  Jim Meyering  <meyering@lucent.com>
35180
35181         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
35182         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
35183
35184 2001-11-01  Jim Meyering  <meyering@lucent.com>
35185
35186         * lib/dirfd.c, lib/dirfd.h: New files.
35187         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
35188
35189         * lib/hash.c (hash_print) [TESTING]: Clean up.
35190
35191 2001-10-22  Paul Eggert  <eggert@twinsun.com>
35192
35193         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
35194         to avoid a warning if -Wall.
35195
35196 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
35197
35198         * README: New file
35199         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
35200         (per RMS's instructions, this is now the canonical source)
35201         * lgpl/, gpl/: New directories.
35202
35203 2001-10-21  Paul Eggert  <eggert@twinsun.com>
35204
35205         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
35206
35207 2001-10-21  Jim Meyering  <meyering@lucent.com>
35208
35209         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
35210         this code would end up calling gettext even in packages built
35211         with --disable-nls.
35212         * lib/getopt.c (_): Likewise.
35213         * lib/regex.c (_): Likewise.
35214
35215 2001-10-20  Paul Eggert  <eggert@twinsun.com>
35216
35217         * m4/error.m4 (jm_PREREQ_ERROR):
35218         Do not invoke AC_CHECK_FUNCS with strerror_r, as
35219         AC_FUNC_STRERROR_R does that.
35220         Check for strerror declaration.
35221
35222         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
35223         are supposed to have them these days.
35224         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
35225         Merge changes from latest Autoconf CVS.
35226         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
35227         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
35228         POSIX decided to standardize on the int flavor of strerror_r.
35229
35230 2001-10-20  Paul Eggert  <eggert@twinsun.com>
35231
35232         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
35233         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
35234         Use strerror_r that is only a macro, even if it is not a function.
35235         (strerror): Check for HAVE_DECL_STRERROR before declaring.
35236         (private_strerror): Use prototypes, not old-style function definition.
35237         (print_errno_message): New function.
35238         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
35239         char*-flavored one.
35240         (error_tail, error, error_at_line): Use it.
35241
35242 2001-10-11  Jim Meyering  <meyering@lucent.com>
35243
35244         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
35245         and quote_n (1, ... to avoid clobbering a buffer.
35246
35247 2001-10-05  Jim Meyering  <meyering@lucent.com>
35248
35249         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
35250         hash-pjw.h.
35251         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
35252         * lib/hash-pjw.h: New file.
35253
35254 2001-09-30  Jim Meyering  <meyering@lucent.com>
35255
35256         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
35257         `struct fsstat' has the `f_fstypename' member.
35258         Use that to define FS_TYPE, which is now used to make
35259         the getfsstat link test tighter.
35260
35261 2001-09-30  Jim Meyering  <meyering@lucent.com>
35262
35263         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
35264         Include <sys/ucred.h>, for Apple Darwin.
35265         Include sys/mount.h and sys/fs_types.h only if available.
35266         (FS_TYPE): Define.
35267         (read_filesystem_list): Use FS_TYPE.
35268
35269 2001-09-29  Paul Eggert  <eggert@twinsun.com>
35270
35271         * lib/exclude.c (excluded_filename): 0 -> false, since it's
35272         a boolean context.
35273
35274 2001-09-29  Jim Meyering  <meyering@lucent.com>
35275
35276         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
35277         [one-argument getmntent function]): Include stdio.h before mntent.h.
35278         SunOS 4.1.x needs it for the declaration of `FILE'.
35279         Patch by Volker Borchert.
35280
35281         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
35282         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
35283         sys/fs_types.h, and make the link-test for getfsstat guard #include
35284         directives with appropriate #if HAVE_*_H tests so that we can
35285         detect getfsstat on Apple Darwin1.3.7 systems.
35286         Reported by Nelson Beebe.
35287         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
35288
35289 2001-09-28  Paul Eggert  <eggert@twinsun.com>
35290
35291         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
35292         #defines strtoimax.  Also treat the other strto* functions
35293         like strtoimax.
35294
35295         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
35296         Check for strtoul and strtoumax,
35297         as those declarations are made even in the signed case.
35298         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
35299         Likewise, for strtol and strtoimax.
35300
35301 2001-09-28  Paul Eggert  <eggert@twinsun.com>
35302
35303         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
35304         #defines strtoimax.  Also treat the other strto* functions
35305         like strtoimax.
35306
35307         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
35308         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
35309         (strtoimax, strtoumax): Do not declare if already defined as a macro.
35310
35311 2001-09-26  Jim Meyering  <meyering@lucent.com>
35312
35313         Most macros in unlocked-io.h had the wrong number of arguments.
35314         * lib/gen-uio: New script.
35315         (USE_UNLOCKED_IO): Define to 1 if not already defined.
35316         * lib/unlocked-io.hin: Remove file.
35317         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
35318         rather than trying to embed it here.
35319         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
35320         Reported by Padraig Brady.
35321
35322 2001-09-25  Volker Borchert  <bt@teknon.de>
35323
35324         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
35325         `result'.
35326
35327 2001-09-24  Jim Meyering  <meyering@lucent.com>
35328
35329         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
35330
35331 2001-09-23  Jim Meyering  <meyering@lucent.com>
35332
35333         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
35334         instead of the mere test for existence of mntent.h.  The latter
35335         would get a false-positive on AIX 3.4 systems.
35336         In the outer getmntent if-block, don't die if neither of the getmntent
35337         tests succeeds.  Instead, just fall through and continue with the
35338         remaining tests.
35339
35340 2001-09-23  Jim Meyering  <meyering@lucent.com>
35341
35342         * lib/mountlist.c: Remove useless parentheses in #if directives.
35343         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
35344         the deprecated MOUNTED symbol is no longer defined in mntent.h.
35345
35346 2001-09-22  Jim Meyering  <meyering@lucent.com>
35347
35348         * m4/gettext.m4: New file.  From gettext.
35349         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
35350         * m4/progtest.m4: Likewise
35351         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
35352         * m4/glibc21.m4: Likewise.
35353
35354         * m4/libintl.m4: Remove.  No longer used.
35355
35356 2001-09-22  Jim Meyering  <meyering@lucent.com>
35357
35358         * lib/localcharset.c: Update from latest gettext.
35359         * lib/config.charset: Likewise.
35360
35361 2001-09-20  Jim Meyering  <meyering@lucent.com>
35362
35363         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
35364         strtoimax.
35365         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
35366         strtoumax.
35367
35368 2001-09-20  Jim Meyering  <meyering@lucent.com>
35369
35370         * lib/xstrtol.c (strtoimax): Guard declaration with
35371         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
35372         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
35373         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
35374         (strtoumax): Likewise, for completeness (it wasn't necessary).
35375
35376 2001-09-17  Paul Eggert  <eggert@twinsun.com>
35377
35378         * lib/strtoimax.c (HAVE_LONG_LONG):
35379         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
35380         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
35381         to work around bug in IBM C compiler.
35382
35383 2001-09-17  Jim Meyering  <meyering@lucent.com>
35384
35385         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
35386         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
35387         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
35388         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
35389         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
35390         whenever the right hand side need not be expanded by the shell.
35391
35392 2001-09-16  Paul Eggert  <eggert@twinsun.com>
35393
35394         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
35395         library.  It's not correct, as some older glibcs are buggy.
35396         fnmatch wasn't fixed until glibc 2.2.
35397
35398         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
35399         special shell magic here.
35400
35401 2001-09-16  Jim Meyering  <meyering@lucent.com>
35402
35403         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
35404         * m4/jm-macros.m4: Require it.
35405
35406 2001-09-16  Jim Meyering  <meyering@lucent.com>
35407
35408         * lib/mkdir.c: New file.
35409
35410 2001-09-15  Jim Meyering  <meyering@lucent.com>
35411
35412         * m4/jm-macros.m4: Check for help2man.
35413
35414 2001-09-11  Jim Meyering  <meyering@lucent.com>
35415
35416         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
35417         The body, by Paul Eggert, was moved here from configure.in.
35418         * m4/jm-macros.m4: Require UTILS_HOST_OS.
35419
35420 2001-09-04  Paul Eggert  <eggert@twinsun.com>
35421
35422         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
35423         (jm_PREREQ): Use it.
35424
35425 2001-09-04  Paul Eggert  <eggert@twinsun.com>
35426
35427         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
35428         Use ssize_t, not int, to store result of readlink.
35429         Check for ssize_t overflow as well as size_t overflow,
35430         as POSIX says the result of readlink is implementation-defined
35431         when ssize_t overflows.
35432         Remove unnecessary cast to char*.
35433         Use free+malloc instead of realloc, as the storage doesn't need
35434         to be preserved and it's clearer and can be more efficient that way.
35435         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
35436         * lib/xreadlink.h (xreadlink): Update prototype.
35437
35438 2001-09-04  Paul Eggert  <eggert@twinsun.com>
35439
35440         * lib/xgetcwd.c: Revert some of the previous change; intead,
35441         fix the HAVE_GETCWD_NULL code to behave more like the
35442         !HAVE_GETCWD_NULL code used to.
35443
35444         Include "xalloc.h".
35445         (xgetcwd): Do not return NULL when memory is exhausted; instead,
35446         invoke xalloc_die.
35447
35448 2001-09-03  Paul Eggert  <eggert@twinsun.com>
35449
35450         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
35451         sys/param.h, as pathmax.h includes them.
35452
35453 2001-09-03  Paul Eggert  <eggert@twinsun.com>
35454
35455         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
35456         (jm_PREREQ_XGETCWD): New macro.
35457
35458         * m4/getcwd.m4: New file.
35459
35460 2001-09-03  Paul Eggert  <eggert@twinsun.com>
35461
35462         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
35463         like the HAVE_GETCWD_NULL code.
35464         Include pathmax.h if not HAVE_GETCWD.
35465         Do not include xalloc.h.
35466         (INITIAL_BUFFER_SIZE): New symbol.
35467         Do not use xmalloc / xrealloc, since the caller is responsible for
35468         handling errors.  Preserve errno around `free' during failure.
35469         Do not overrun buffer when using getwd.
35470
35471 2001-09-03  Paul Eggert  <eggert@twinsun.com>
35472
35473         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
35474         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
35475         getcwd (NULL, 0).
35476
35477 2001-09-03  Paul Eggert  <eggert@twinsun.com>
35478
35479         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
35480         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
35481         spotted by Jim Meyering.
35482
35483 2001-09-03  Jim Meyering  <meyering@lucent.com>
35484
35485         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
35486         failure.
35487
35488 2001-09-02  Jim Meyering  <meyering@lucent.com>
35489
35490         * lib/error.c: Update from GNU libc.
35491
35492 2001-09-01  Jim Meyering  <meyering@lucent.com>
35493
35494         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
35495         Used by df.
35496
35497 2001-09-01  Jim Meyering  <meyering@lucent.com>
35498
35499         * lib/xreadlink.c: New file.
35500         * lib/xreadlink.h: New file.
35501         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
35502         xreadlink.h.
35503
35504         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
35505         doesn't conflict with sparc Solaris 7's definition in
35506         /usr/include/sys/int_types.h.
35507
35508         * lib/exclude.c: Use `""', not `<>' to #include non-system header
35509         files.
35510         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
35511         and strncasecmp as r-values.  Unixware didn't have declarations.
35512
35513 2001-08-31  Paul Eggert  <eggert@twinsun.com>
35514
35515         * lib/xstrtol.h: Add copyright notice.
35516         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
35517         LONGINT_INVALID_SUFFIX_CHAR.
35518
35519 2001-08-31  Paul Eggert  <eggert@twinsun.com>
35520
35521         * lib/xstrtol.c (strtoimax): New decl.
35522
35523 2001-08-31  Paul Eggert  <eggert@twinsun.com>
35524
35525         * lib/xgetcwd.c: Don't include pathmax.h.
35526         Include stdlib.h and unistd.h if available.
35527         Include xalloc.h.
35528         (xmalloc, xstrdup, free): Remove decls.
35529         (xgetcwd): Don't assume sizes fit in unsigned.
35530         Check for overflow when computing sizes.
35531         Simplify reallocation code.
35532
35533 2001-08-31  Paul Eggert  <eggert@twinsun.com>
35534
35535         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
35536         a directory's st_size can have an arbitrary value, so the old
35537         usage could waste an arbitrary amount of memory.  All uses
35538         changed.
35539         * lib/savedir.h: Update prototype.
35540
35541 2001-08-31  Paul Eggert  <eggert@twinsun.com>
35542
35543         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
35544
35545         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
35546         old strtoimax.c.
35547
35548         Also, make the following further changes to make this file's
35549         configuration more similar to that of strtol.c:
35550         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
35551         (strtoumax, uintmax_t, strtoull, strtol): Remove.
35552         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
35553         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
35554         changed to signed values.
35555
35556         And make the following changes as well:
35557         Fix copyright notice, as 1999 was missing.
35558         (verify): New macro.
35559         (strtoimax): Check sizes at compile-time, not run-time.
35560         Prefer strtol to strtoll if both work.
35561         (main): Remove; it was not that useful and was a pain to maintain.
35562
35563         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
35564
35565 2001-08-31  Jim Meyering  <meyering@lucent.com>
35566
35567         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
35568         Use an initial, malloc'd, buffer of length 128 rather than
35569         a statically allocated one of length 1024.
35570
35571 2001-08-30  Paul Eggert  <eggert@twinsun.com>
35572
35573         Simplify code, partly by assuming autoconf 2.52 semantics.
35574
35575         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
35576
35577         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
35578         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
35579         All uses removed.
35580         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
35581         Move AC_REQUIRE to next-to-top level, to avoid confusion.
35582         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
35583         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
35584         jm_AC_HEADER_INTTYPES_H.
35585         * m4/jm-macros.m4 (jm_MACROS): Likewise.
35586
35587         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
35588
35589         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
35590         Quote first arg of AC_DEFUN.
35591         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
35592         since they are needed to parse the include file even if we need
35593         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
35594         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
35595         but with opposite signedness.
35596
35597 2001-08-30  Paul Eggert  <eggert@twinsun.com>
35598
35599         Merge 'exclude' changes from tar 1.13.22.
35600         This fixes one or two unlikely storage allocation overflow bugs,
35601         but doesn't change user-visible behavior otherwise.
35602
35603 2001-08-30  Paul Eggert  <eggert@twinsun.com>
35604
35605         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
35606         (jm_PREREQ_EXCLUDE): New macro.
35607
35608 2001-08-30  Paul Eggert  <eggert@twinsun.com>
35609
35610         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
35611         tm to be declared.
35612
35613 2001-08-30  Paul Eggert  <eggert@twinsun.com>
35614
35615         * lib/hash.c: Remove '2001' from copyright notice.
35616
35617 2001-08-30  Paul Eggert  <eggert@twinsun.com>
35618
35619         * lib/full-write.h: New file.
35620         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
35621         * lib/full-write.c: Correct credits, as cccp.c no longer
35622         exists and anyway it was so heavily changed from the old cccp
35623         code as to be unrecognizable.  Include full-write.h.
35624         (full_write) Return size_t, with short writes meaning failure.
35625         All callers changed.  This fixes a bug with large buffers
35626         on 64-bit hosts.
35627         * lib/utime.c: Include full-write.h.
35628
35629 2001-08-30  Paul Eggert  <eggert@twinsun.com>
35630
35631         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
35632         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
35633         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
35634         Include if available.
35635         (<xalloc.h>): Include
35636         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
35637         (verify): New macro.  Use it to verify that EXCLUDE macros do not
35638         collide with FNM macros.
35639         (struct patopts): New struct.
35640         (struct exclude): Use it, as exclude patterns now come with options.
35641         (new_exclude): Support above changes.
35642         (new_exclude, add_exclude_file):
35643         Initial size must now be a power of two to simplify overflow checking.
35644         (free_exclude, fnmatch_no_wildcards): New function.
35645         (excluded_filename): No longer requires options arg, as the options
35646         are determined by add_exclude.  Now returns bool, not int.
35647         (excluded_filename, add_exclude):
35648         Add support for the fancy new exclusion options.
35649         (add_exclude, add_exclude_file): Now takes int options arg.
35650         Check for arithmetic overflow when computing sizes.
35651         (add_exclude_file): xrealloc might modify errno, so don't
35652         realloc until after errno might be used.
35653
35654         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
35655         New macros.
35656         (free_exclude): New decl.
35657         (add_exclude, add_exclude_file): Now takes int options arg.
35658         (excluded_filename): No longer requires options arg, as the options
35659         are determined by add_exclude.  Now returns bool, not int.
35660
35661 2001-08-30  Paul Eggert  <eggert@twinsun.com>
35662
35663         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
35664
35665 2001-08-27  Jim Meyering  <meyering@lucent.com>
35666
35667         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
35668
35669         * lib/version-etc.c (N_): Remove definition.
35670         Revert most of last change.
35671         Instead, simply don't mark the `Copyright...' string for translation.
35672         Based on advice from Paul Eggert.
35673
35674         * lib/strtoxmax.c: Tweak comment.
35675
35676 2001-08-26  Jim Meyering  <meyering@lucent.com>
35677
35678         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
35679
35680         * m4/xstrtoimax.m4: New file.
35681         * m4/xstrtoumax.m4: Add comments explaining why we
35682         AC_REPLACE_FUNCS(strtol).
35683
35684 2001-08-26  Jim Meyering  <meyering@lucent.com>
35685
35686         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
35687         of copyright with `%s' so translators don't get an untranslated
35688         message in 2002.
35689         (COPYRIGHT_YEAR): Define.
35690         (version_etc): Use fprintf rather than fputs.
35691         Suggestion from Ulrich Drepper.
35692
35693         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
35694
35695         * lib/strtoll.c: New file, from GNU libc.
35696         * lib/xstrtoimax.c: New file.
35697
35698         * lib/xstrtol.h: Add xstrtoimax.
35699         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
35700         * lib/strtoimax.c: New file.  Likewise, but first define
35701         STRTOUXMAX_SIGNED.
35702
35703         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
35704         ...
35705         * lib/strtoxmax.c: ... then renamed to this.
35706
35707 2001-08-18  Paul Eggert  <eggert@twinsun.com>
35708
35709         * m4/inttypes.m4: Add AC_PREREQ(2.13).
35710         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
35711         (jm_AC_TYPE_INTMAX_T): New macro.
35712         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
35713
35714         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
35715
35716         * m4/longlong.m4: Renamed from ulonglong.m4.
35717         * m4/inttypes.m4: Renamed from inttypes_h.m4.
35718         * m4/uintmax_t.m4: Removed.
35719
35720 2001-08-13  Paul Eggert  <eggert@twinsun.com>
35721
35722         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
35723         Port to Solaris 8, where 'sed' requires a space after the 'r'
35724         command, and where sh dislikes "$/".  Clean up the spacing a bit.
35725         Redirect output to $tmp just once.
35726
35727 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
35728
35729         * lib/addext.c (<errno.h>): Include.
35730         (errno): Declare if not defined.
35731         (addext): Work correctly when pathconf returns -1 and leaves
35732         errno alone because there is no limit.  Also, work even if
35733         pathconf returns a value greater than SIZE_MAX.
35734
35735 2001-08-12  Jim Meyering  <meyering@lucent.com>
35736
35737         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
35738         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
35739         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
35740         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
35741         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
35742         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
35743         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
35744         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
35745         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
35746         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
35747         utime.m4, utimes.m4, xstrtoumax.m4:
35748         Quote the first argument in each use of AC_DEFUN.
35749
35750 2001-08-12  Jim Meyering  <meyering@lucent.com>
35751
35752         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
35753         Simply `return getcwd (NULL, 0);'.
35754         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
35755         Use 1300 as initial value for length, not PATH_MAX.
35756
35757         * lib/pathmax.h: Clean up cpp syntax.
35758
35759 2001-08-12  Jim Meyering  <meyering@lucent.com>
35760
35761         * lib/gettimeofday.c: New file.
35762         * lib/gtod.h: New file.
35763         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
35764
35765 2001-08-05  Jim Meyering  <meyering@lucent.com>
35766
35767         * m4/jm-macros.m4: Require autoconf-2.52.
35768
35769 2001-08-04  Jim Meyering  <meyering@lucent.com>
35770
35771         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
35772         stmt, to get in sync with glibc.
35773
35774 2001-08-03  Paul Eggert  <eggert@twinsun.com>
35775
35776         The following changes are from gettext 0.10.39 as maintained by
35777         Bruno Haible.
35778
35779         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
35780         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
35781         with inverted sense.  All uses changed.
35782
35783         * lib/mbswidth.c: Don't include <limits.h>.
35784         Include <stdlib.h> and <string.h> unconditionally.
35785         (iswcntrl, mbsinit, ISCNTRL): New macros.
35786         (mbsnwidth): Use K&R style function declarations.
35787         Don't bother checking for MB_LEN_MAX == 1, since the compiler
35788         can optimize it when MB_CUR_MAX == 1.
35789         The width of control characters is zero, not 1.
35790
35791 2001-08-03  Paul Eggert  <eggert@twinsun.com>
35792
35793         The following changes are from gettext 0.10.39 as maintained by
35794         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
35795
35796         * m4/codeset.m4: Upgrade to serial AM1.
35797         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
35798         all uses changed.  Quote first arg of AC_DEFUN.
35799         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
35800
35801         * m4/iconv.m4: Upgrade to serial AM2.
35802         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
35803         Add --with-libconv-prefix.
35804         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
35805         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
35806         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
35807         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
35808         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
35809
35810         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
35811         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
35812         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
35813         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
35814         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
35815         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
35816         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
35817         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
35818         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
35819
35820         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
35821         string.h any more.
35822
35823         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
35824         not the default value.
35825
35826         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
35827         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
35828         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
35829         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
35830         Also check for iswcntrl, used for wcwidth fallback.
35831         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
35832         to Autoconf 2.13.
35833
35834 2001-08-03  Jim Meyering  <meyering@lucent.com>
35835
35836         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
35837         as it was in the original.  Reported by Paul Eggert.
35838
35839 2001-07-16  Jim Meyering  <meyering@lucent.com>
35840
35841         * m4/gettimeofday.m4: New file.
35842         Prompted by a report from Bernhard Baehr.
35843
35844 2001-07-15  Jim Meyering  <meyering@lucent.com>
35845
35846         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
35847         stuff. Now it's in ../Makefile.cfg.
35848
35849 2001-07-15  Jim Meyering  <meyering@lucent.com>
35850
35851         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
35852         (BUILT_SOURCES): Add unlocked-io.h.
35853         (io_functions): Define.
35854         (unlocked-io.h): New rule.
35855         (DISTCLEANFILES): Add unlocked-io.h.
35856         (all-local): Depend on unlocked-io.h, to ensure it is created.
35857
35858         * lib/unlocked-io.hin: New file
35859
35860         * lib/regex.c: Update from glibc.
35861
35862 2001-07-05  Jim Meyering  <meyering@lucent.com>
35863
35864         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
35865         recommendation.
35866         (libfetish_a_SOURCES): Put all .h files here instead.
35867         Remove a thus-exposed (better checks in automake) duplicate and
35868         two unnecessary .h files.
35869
35870 2001-07-04  Jim Meyering  <meyering@lucent.com>
35871
35872         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
35873         that generates jm-glibc-io.m4 so that it doesn't trigger any make
35874         distcheck failure.
35875
35876 2001-07-02  Jim Meyering  <meyering@lucent.com>
35877
35878         The following changes were prompted by suggestions from Bruno Haible.
35879
35880         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
35881         is now generated.
35882         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
35883         definition of EXTRA_DIST.
35884         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
35885         ensure that the generated file is created/updated whenever the list
35886         of $(unlocked_functions) is changed.
35887         (jm-glibc-io.m4): New rule.
35888         (unlocked-io.h): New rule -- currently unused.
35889
35890 2001-06-24  Jim Meyering  <meyering@lucent.com>
35891
35892         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
35893         unmatched right bracket, rather than kludging it with an extra,
35894         falsely-matching quote in a comment.  Patch by Akim Demaille.
35895
35896 2001-06-11  Jim Meyering  <meyering@lucent.com>
35897
35898         * lib/regex.c: Update from GNU libc.
35899
35900 2001-05-27  Jim Meyering  <meyering@lucent.com>
35901
35902         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
35903         Check for ut_type in struct utmp.
35904
35905 2001-05-27  Jim Meyering  <meyering@lucent.com>
35906
35907         * lib/readutmp.h (UT_TYPE): Define.
35908
35909 2001-05-24  Jim Meyering  <meyering@lucent.com>
35910
35911         * lib/argmatch.c: Include "quote.h".
35912         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
35913         quote function.  Reported by Göran Uddeborg.
35914
35915 2001-05-22  Jim Meyering  <meyering@lucent.com>
35916
35917         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
35918         now that we use the package-supplied version unconditionally.
35919         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
35920
35921 2001-05-21  Jim Meyering  <meyering@lucent.com>
35922
35923         * m4/regex.m4: Change a couple backticks to single quotes to avoid
35924         shell syntax errors.
35925
35926 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
35927
35928         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
35929
35930 2001-05-20  Paul Eggert  <eggert@twinsun.com>
35931
35932         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
35933         Don't bother to check library strftime, since
35934         we'll be using our own my_strftime function anyway.
35935         Define my_strftime instead of strftime.
35936
35937 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
35938
35939         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
35940         which is not yet declared.
35941
35942 2001-05-15  Jim Meyering  <meyering@lucent.com>
35943
35944         * m4/regex.m4: Use proper quoting so brackets appear in the test
35945         program.
35946         Reported by, and with help from, Bruno Haible.
35947
35948 2001-05-13  Jim Meyering  <meyering@lucent.com>
35949
35950         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
35951         undefined.
35952
35953 2001-05-11  Paul Eggert  <eggert@twinsun.com>
35954
35955         dirname code cleanup.  base_name now behaves more compatibly
35956         with POSIX basename when given file names that have trailing
35957         slashes, and similarly for dir_name.  Add new primitives
35958         base_len and dir_len.  Put the directory-name-related decls
35959         into dirname.h.
35960
35961         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
35962         * lib/backupfile.c (base_name): Likewise.
35963         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
35964         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
35965         * lib/makepath.c (strip_trailing_slashes): Likewise.
35966         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
35967         ISSLASH): Likewise.
35968         * lib/rename.c (strip_trailing_slashes): Likewise.
35969         * lib/same.c (base_name): Likewise.
35970         * lib/stripslash.c (ISSLASH): Likewise.
35971
35972         * lib/addext.c: Include <dirname.h> after size_t is defined.
35973         * lib/backupfile.c: Likewise.
35974
35975         * lib/addext.c (addext): Use base_len to trim redundant
35976         trailing slashes instead of doing it ourselves.
35977         But do not trim the last slash if it is not redundant.
35978
35979         * lib/backupfile.c (find_backup_file_name,
35980         max_backup_version): Use base_len instead of rolling it ourselves.
35981         Handle the case of "" and (on DOS) "C:" correctly.
35982
35983         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
35984         needed. Include <string.h>, <dirname.h>.
35985         (base_name): Allow file names ending in slashes, other than names
35986         that are all slashes.  In this case, return the basename followed
35987         by the slashes.  This is more general, and can be used in places
35988         where the original base_name purposely had an assertion failure.
35989         (base_len): New function.
35990
35991         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
35992         Do not include <assert.h>; no longer needed.
35993         Include xalloc.h.
35994         (memrchr): Remove decl.
35995         (dir_name_r): Remove.
35996         (dir_len): Renamed from dirlen.  All callers changed.
35997         Rewrite in terms of base_name, for simplicity and consistency.
35998         (dir_name): Never return NULL.  All callers changed.
35999         Do not include <stdlib.h> in test program; no longer needed.
36000         return 0; is fine for test program.
36001
36002         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
36003         New macros.
36004         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
36005
36006         * lib/path-concat.c (path_concat): Use base_len to compute
36007         base length, not strlen; this means we cannot rely on memcpy
36008         to null-terminate.
36009
36010         * lib/same.c (STREQ): Remove.
36011         (same_name): Handle the case where the basename ends in trailing '/'.
36012
36013         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
36014         a slash was stripped.  Do not strip the last slash after a
36015         file system prefix.
36016
36017 2001-05-11  Paul Eggert  <eggert@twinsun.com>
36018
36019         * lib/Makefile.am (libfetish_a_SOURCES):
36020         Add strftime.c, since we now compile it on all hosts.
36021
36022         * lib/strftime.c (my_strftime):
36023         Define to nstrftime if emacs, but only if my_strftime is not defined.
36024         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
36025         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
36026         Add one more extra argument: a nanoseconds value.
36027         All uses changed.
36028         (ns): New macro.
36029         (my_strftime function): Add %N format.
36030         (emacs_strftimeu): Renamed from emacs_strftime,
36031         with extra ut argument.
36032
36033 2001-05-09  Paul Eggert  <eggert@twinsun.com>
36034
36035         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
36036
36037 2001-04-21  Jim Meyering  <meyering@lucent.com>
36038
36039         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
36040         doesn't interfere.
36041
36042 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
36043
36044         * m4/ftruncate.m4: Check for chsize.
36045         Link with ftruncate.o unconditionally if ftruncate is missing.
36046         This was required when cross-compiling to i586-mingw32msvc.
36047
36048 2001-04-08  Jim Meyering  <meyering@lucent.com>
36049
36050         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
36051         recomputed; that's necessary when the offset spans a DST transition.
36052         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
36053
36054 2001-04-02  Jim Meyering  <meyering@lucent.com>
36055
36056         * lib/regex.h, regex.c: Update from GNU libc.
36057
36058 2001-03-24  Jim Meyering  <meyering@lucent.com>
36059
36060         * m4/jm-macros.m4: Require autoconf-2.49d.
36061
36062 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
36063
36064         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
36065
36066 2001-03-19  Paul Eggert  <eggert@twinsun.com>
36067
36068         * lib/version-etc.c (version_etc_copyright): Update to 2001.
36069
36070 2001-03-17  Jim Meyering  <meyering@lucent.com>
36071
36072         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
36073         now that the version in autoconf is equivalent.
36074         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
36075
36076         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
36077         Suggestion from Akim Demaille.
36078
36079         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
36080         (jm_PREREQ_TEMPNAME): New function.
36081
36082 2001-03-16  Paul Eggert  <eggert@twinsun.com>
36083
36084         * lib/tempname.c (uint64_t): Define to uintmax_t if
36085         not defined, and if UINT64_MAX is not defined.
36086         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
36087         Reported by John David Anglin.
36088
36089 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
36090
36091         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
36092         resolve alias if codeset is empty.
36093         * lib/config.charset (BeOS): Use wildcard syntax.
36094
36095 2001-03-13  Jim Meyering  <meyering@lucent.com>
36096
36097         * lib/path-concat.c (path_concat)
36098         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
36099         concatenating e.g., `C:' and `foo'.
36100         From Bruno Haible.
36101
36102 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
36103
36104         * lib/localcharset.c (locale_charset): Don't use
36105         setlocale(LC_CTYPE,NULL). Don't return NULL.
36106         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
36107
36108 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
36109
36110         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
36111         support for DOS/DJGPP.
36112
36113 2001-03-01  Paul Eggert  <eggert@twinsun.com>
36114
36115         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
36116         lacks mkstemp.  Compile our own tempname.c if we compile our own
36117         mkstemp.c, as mkstemp relies on tempname.
36118
36119 2001-03-01  Jim Meyering  <meyering@lucent.com>
36120
36121         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
36122         AH_VERBATIM really does output its argument verbatim.
36123
36124 2001-02-28  Paul Eggert  <eggert@twinsun.com>
36125
36126         * lib/Makefile.am (libfetish_a_SOURCES):
36127         Add dup-safer.c, fopen-safer.c.
36128         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
36129
36130         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
36131         * lib/unistd-safer.h: New files.
36132
36133 2001-02-25  Paul Eggert  <eggert@twinsun.com>
36134
36135         The mkstemp replacement is taken from glibc 2.2.2, with some
36136         portability fixes for use outside glibc, as follows:
36137
36138         * lib/tempname.c (struct_stat64): New macro.
36139         (direxists, __gen_tempname): Use it.
36140         This avoids a portability problem with Solaris 8.
36141
36142         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
36143         (<stddef.h>, <stdint.h>, <string.h>):
36144         Include only if STDC_HEADERS || _LIBC.
36145         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
36146         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
36147         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
36148         (__set_errno): Define this macro if <errno.h> doesn't.
36149         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
36150         Define these macros if <stdio.h> doesn't.
36151         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
36152         Define these macros if <sys/stat.h>
36153         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
36154         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
36155         __xstat64): Define if not _LIBC.
36156         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
36157         (__gen_tempname): Invoke gettimeofday only if
36158         HAVE_GETTIMEOFDAY || _LIBC;
36159         otherwise, fall back on plain "time".
36160         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
36161
36162         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
36163
36164         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
36165
36166 2001-02-18  Paul Eggert  <eggert@twinsun.com>
36167
36168         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
36169
36170 2001-02-17  Paul Eggert  <eggert@twinsun.com>
36171
36172         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
36173         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
36174         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
36175         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
36176
36177 2001-02-17  Paul Eggert  <eggert@twinsun.com>
36178
36179         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
36180         Remove workaround macros for hosts that have mbrtowc but not
36181         mbstate_t, as we now insist on proper declarations for both
36182         before using mbrtowc.
36183
36184 2001-02-17  Jim Meyering  <meyering@lucent.com>
36185
36186         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
36187         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
36188         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
36189         UnixWare 7.1.1.
36190
36191         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
36192         rather than AC_CACHE_VAL.
36193
36194 2001-02-17  Jim Meyering  <meyering@lucent.com>
36195
36196         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
36197         around included file name.
36198
36199         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
36200
36201         * lib/strftime.c: Update from GNU libc (the only changes were to
36202         comments).
36203
36204 2001-02-17  Jim Meyering  <meyering@lucent.com>
36205
36206         * lib/regex.c: Update from libc.
36207
36208 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
36209
36210         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
36211         clash.
36212
36213 2001-02-16  Paul Eggert  <eggert@twinsun.com>
36214
36215         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
36216         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
36217         Reported by Mark Hounschell via Paul Eggert.
36218
36219 2001-02-07  Jim Meyering  <meyering@lucent.com>
36220
36221         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
36222
36223 2001-02-05  Jim Meyering  <meyering@lucent.com>
36224
36225         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
36226         it includes the patch required for `large file' support with at least
36227         HP-UX's 10.20 /bin/cc.
36228
36229 2001-02-03  Jim Meyering  <meyering@lucent.com>
36230
36231         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
36232         AS_IF, now that it works once again (mysteriously).
36233         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
36234
36235 2001-01-30  Jim Meyering  <meyering@lucent.com>
36236
36237         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
36238         * m4/chown.m4: Rename conftestchown to conftest.chown.
36239         * m4/rename.m4: s/conftestdir/conftest.d1/ and
36240         s/conftestdir2/conftest.d2/.
36241         * m4/utimes.m4: s/conftestdata/conftest.data/
36242         Inspired by Pavel Roskin's change in autoconf.
36243
36244 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
36245
36246         * lib/config.charset: Update for FreeBSD 4.2.
36247
36248 2001-01-27  Jim Meyering  <meyering@lucent.com>
36249
36250         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
36251         a use of AS_IF.
36252         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
36253
36254 2001-01-26  Jim Meyering  <meyering@lucent.com>
36255
36256         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
36257         quotearg.c includes it.
36258
36259 2001-01-26  Jim Meyering  <meyering@lucent.com>
36260
36261         * lib/quotearg.c: Include stddef.h.
36262         * lib/quote.c: Include stddef.h.
36263         Reported by Axel Kittenberger.
36264
36265         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
36266         line in double quotes so that it evokes a better diagnostic.
36267         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
36268         Reported by Axel Kittenberger.
36269
36270 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
36271
36272         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
36273         as if it was a `charset'.
36274
36275 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
36276
36277         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
36278         has const.
36279
36280 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
36281
36282         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
36283         to avoid a warning.  Add back 'const' to inptr.
36284
36285 2001-01-20  Jim Meyering  <meyering@lucent.com>
36286
36287         Be sure that headers are checked before used in code compiled
36288         for the type checks.
36289         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
36290         In place of that, invoke jm_CHECK_ALL_TYPES.
36291         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
36292         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
36293         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
36294         The check for ssize_t was mistakenly run before the test for unistd.h.
36295
36296         The configure-time check for stdbool.h was missing.
36297         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
36298         (jm_PREREQ_HASH): New function.
36299
36300 2001-01-17  Jim Meyering  <meyering@lucent.com>
36301
36302         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
36303         for autoconf-2.49c.
36304         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
36305
36306 2001-01-16  Jim Meyering  <meyering@lucent.com>
36307
36308         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
36309         From Bruno Haible.
36310
36311 2001-01-14  Jim Meyering  <meyering@lucent.com>
36312
36313         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
36314         foo and bar.  Create conftestdir/ in the script, not in the C code.
36315         Remove directories in the script, not in the C code.
36316         Remove conftestdir{,2} before trying to create the directory.
36317         Make the entire configure script fail if the mkdir fails.
36318
36319 2001-01-14  Jim Meyering  <meyering@lucent.com>
36320
36321         * lib/rename.c: New file.  From Volker Borchert.
36322         Include stdlib.h, string.h or strings.h, and xalloc.h.
36323         Use strip_trailing_slashes rather than open-coding it.
36324
36325 2001-01-03  Paul Eggert  <eggert@twinsun.com>
36326
36327         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
36328
36329 2001-01-03  Jim Meyering  <meyering@lucent.com>
36330
36331         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
36332         of local `inptr' to avoid warning with some system declarations of
36333         iconv.
36334
36335 2001-01-02  Volker Borchert  <bt@teknon.de>
36336
36337         * m4/rename.m4: New file.
36338         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
36339
36340 2001-01-01  Jim Meyering  <meyering@lucent.com>
36341
36342         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
36343         even on systems with utmpx.h.  It's necessary for the declaration of
36344         utmp's ut_user member.  Reported by Andreas Jaeger.
36345
36346         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
36347         available. They are required for the declarations of getgrgid and
36348         getpwuid resp.
36349         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
36350         Reported by Andreas Jaeger.
36351
36352 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
36353
36354         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
36355         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
36356         so `make install' also works in VPATH builds.
36357
36358 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
36359
36360         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
36361         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
36362         can be used in subdirectories.
36363
36364 2000-12-29  Paul Eggert  <eggert@twinsun.com>
36365
36366         * lib/modechange.c: Do not assume that mode_t uses the
36367         traditional octal encoding.  E.g. "chmod 1 FOO" should set
36368         the other-execute bit of FOO even if S_IXOTH != 1.
36369
36370         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
36371         WOTH, XOTH, ALLM): New macros.
36372         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
36373          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
36374         Use them.
36375         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
36376         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
36377         (mode_compile):
36378         No need to use uintmax_t; unsigned long is long enough.
36379         Don't bother to get suffix since we don't use it.
36380
36381 2000-12-26  Jim Meyering  <meyering@lucent.com>
36382
36383         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
36384         better with autoheader.
36385
36386 2000-12-24  Jim Meyering  <meyering@lucent.com>
36387
36388         * lib/hash.c (is_prime): Return explicit boolean values.
36389         (hash_get_first): Return NULL to appease Irix5.6's 89.
36390         Reported by Nelson Beebe.
36391
36392 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
36393
36394         * lib/localcharset.c (locale_charset): Add support for Win32.
36395
36396 2000-12-18  Paul Eggert  <eggert@twinsun.com>
36397
36398         * lib/physmem.h, lib/physmem.c: New files.
36399
36400         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
36401         (noinst_HEADERS): Add physmem.h.
36402
36403         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
36404         't' for compatibility with Solaris 8 sort.
36405
36406 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
36407
36408         * lib/config.charset: Add support for BeOS.
36409
36410 2000-12-17  Jim Meyering  <meyering@lucent.com>
36411
36412         * m4/dos.m4 (jm_AC_DOS): New file and macro.
36413         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
36414
36415 2000-12-16  Jim Meyering  <meyering@lucent.com>
36416
36417         This bug had a serious impact on chown: `chown N:M FILE' (for integer
36418         N and M) would have treated it like `chown N:N FILE'.
36419
36420         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
36421
36422 2000-12-16  Jim Meyering  <meyering@lucent.com>
36423
36424         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
36425         SHELLS_FILE to a file name that's useful on djgpp systems.
36426         Include stdlib.h.
36427         (ADDITIONAL_DEFAULT_SHELLS): Define.
36428         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
36429         Based mostly on a patch from Prashant TR.
36430
36431 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
36432
36433         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
36434         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
36435         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
36436
36437 2000-12-08  Andreas Schwab  <schwab@suse.de>
36438
36439         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
36440         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
36441
36442 2000-12-07  Jim Meyering  <meyering@lucent.com>
36443
36444         * lib/stripslash.c (ISSLASH): Define.
36445         (strip_trailing_slashes): Use ISSLASH rather than comparing against
36446         `/'.
36447         From Prashant TR.
36448
36449         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
36450         (dir_name_r): Declare this function as static.
36451         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
36452         manifest itself on a name containing a mix of slashes and
36453         backslashes.
36454         Make this function work with names starting with a DOS-style
36455         drive letter and colon prefix.
36456         (dir_name): Append `.' if necessary.
36457         Based mostly on patches from Prashant TR and Eli Zaretskii.
36458
36459         * lib/dirname.h (dir_name_r): Remove prototype.
36460
36461 2000-12-06  Paul Eggert  <eggert@twinsun.com>
36462
36463         * m4/off_t-format.m4: Remove this file.
36464         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
36465
36466 2000-12-06  Jim Meyering  <meyering@lucent.com>
36467
36468         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
36469         replacement strtoull, we may well need the replacement strtoul, too.
36470         Check for declarations of strtoul and strtoull.
36471         Check for strtol.  Mainly as a cue to cause automake to include
36472         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
36473         Check for limits.h -- strtol.c needs it.
36474
36475 2000-12-05  Jim Meyering  <meyering@lucent.com>
36476
36477         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
36478
36479 2000-12-04  Jim Meyering  <meyering@lucent.com>
36480
36481         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
36482         Also include memory.h, stdlib.h, unistd.h if appropriate.
36483         Reported by Andreas Jaeger (conflicting declaration of malloc).
36484
36485 2000-12-02  Jim Meyering  <meyering@lucent.com>
36486
36487         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
36488         * m4/jm-macros.m4 (jm_MACROS): require it.
36489
36490 2000-12-02  Jim Meyering  <meyering@lucent.com>
36491
36492         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
36493
36494 2000-12-01  Paul Eggert  <eggert@twinsun.com>
36495
36496         * lib/memrchr.c: Include <config.h> before any system include file.
36497
36498 2000-11-30  Jim Meyering  <meyering@lucent.com>
36499
36500         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
36501
36502 2000-11-30  Jim Meyering  <meyering@lucent.com>
36503
36504         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
36505
36506 2000-11-29  Paul Eggert  <eggert@twinsun.com>
36507
36508         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
36509
36510 2000-11-26  Jim Meyering  <meyering@lucent.com>
36511
36512         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
36513
36514 2000-11-22  Paul Eggert  <eggert@twinsun.com>
36515
36516         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
36517         size of (size_t) -1; it's not portable.
36518
36519 2000-11-17  Jim Meyering  <meyering@lucent.com>
36520
36521         * lib/strstr.c: Update from GNU libc.
36522
36523 2000-11-17  Akim Demaille  <akim@epita.fr>
36524
36525         * lib/obstack.h: Formatting changes.
36526         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
36527         prevent type checking.
36528         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
36529         cast the value to (void *): assigning a `foo *' to a `void *'
36530         variable is valid.
36531         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
36532
36533 2000-11-16  Jim Meyering  <meyering@lucent.com>
36534
36535         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
36536
36537 2000-11-11  Jim Meyering  <meyering@lucent.com>
36538
36539         * lib/error.c: Add a couple #includes, merging from GNU libc version.
36540
36541 2000-11-10  Jim Meyering  <meyering@lucent.com>
36542
36543         * lib/obstack.h: Update from GNU libc.
36544         * lib/obstack.c: Likewise.
36545
36546 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
36547
36548         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
36549
36550 2000-11-06  Paul Eggert  <eggert@twinsun.com>
36551
36552         * lib/getusershell.c (setusershell): Use rewind rather than
36553         fseek/fseeko, to avoid configuration hassles with fseeko.
36554         Don't bother opening SHELLS_FILE if shellstream is NULL;
36555         it's not necessary.
36556
36557 2000-11-05  Jim Meyering  <meyering@lucent.com>
36558
36559         * lib/makepath.h (make_dir): Declare.
36560         * lib/makepath.c (make_dir): Remove `static' attribute.
36561         Tweak a comment.
36562
36563 2000-11-04  Jim Meyering  <meyering@lucent.com>
36564
36565         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
36566
36567 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
36568
36569         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
36570         last one in a bucket, advance to the next bucket.
36571
36572 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
36573
36574         * lib/fnmatch.c: Do not comment out all the code if we are using
36575         the GNU C library, because in some cases we are replacing buggy
36576         code in the GNU C library itself.
36577
36578 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
36579
36580         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
36581         (regex_compile): Catch bogus \(\1\).
36582
36583 2000-10-30  Paul Eggert  <eggert@twinsun.com>
36584
36585         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
36586         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
36587         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
36588
36589 2000-10-30  Paul Eggert  <eggert@twinsun.com>
36590
36591         * lib/error.h, getline.h, modechange.h:
36592         Remove "2000" from Copyright line, as the file hasn't been
36593         changed this year other than in the copyright notice.
36594
36595         * lib/xalloc.h: Add "2000" to Copyright line, as this file
36596         was changed this year.
36597
36598 2000-10-29  Jim Meyering  <meyering@lucent.com>
36599
36600         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
36601         renaming.
36602         * m4/ls-mntd-fs.m4: Likewise
36603
36604 2000-10-29  Jim Meyering  <meyering@lucent.com>
36605
36606         * lib/xstat.in: Fix grammar in comment.
36607
36608 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
36609
36610         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
36611         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
36612         doesn't define __restrict_arr.
36613
36614 2000-10-28  Jim Meyering  <meyering@lucent.com>
36615
36616         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
36617         (jm_PREREQ_MEMCHR): New function.
36618
36619 2000-10-28  Jim Meyering  <meyering@lucent.com>
36620
36621         * lib/memchr.c: Update from libc.
36622         Adjust for portability:
36623         [HAVE_STDLIB_H]: Include stdlib.h.
36624         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
36625         Undef __memchr, too.
36626         [!weak_alias]: Define __memchr to memchr.
36627
36628         * lib/regex.c: Update from libc.
36629         * lib/regex.h: Likewise.
36630         * lib/getopt1.c: Likewise.
36631         * lib/memcmp.c: Likewise.
36632
36633         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
36634         Avoid using fseek, when possible -- it's broken by design.
36635         Patch by Ulrich Drepper.
36636
36637 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
36638
36639         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
36640         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
36641         Giving in to popular pressure to shut up the compiler with casts.
36642
36643 2000-10-26  Jim Meyering  <meyering@lucent.com>
36644
36645         * lib/strftime.c: Update from libc.
36646
36647 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
36648
36649         * regex.c: More `unsigned char' -> `re_char' changes.
36650         Also change several `int' into `re_wchar_t'.
36651         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
36652         (PUSH_FAILURE_POINTER): Don't cast any more.
36653         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
36654         We want GCC to complain, since this piece of code makes
36655         re_match non-reentrant, which *should* be fixed.
36656         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
36657         (EXTEND_BUFFER): Use RETALLOC.
36658         (SET_LIST_BIT): Don't cast.
36659         (re_wchar_t): New type.
36660         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
36661         that those two functions will always properly return.
36662         (IMMEDIATE_QUIT_CHECK): Cast to void.
36663         (analyse_first): Use recursion rather than an explicit stack.
36664         (re_compile_fastmap): Can't fail anymore.
36665         (re_search_2): Don't check re_compile_fastmap for failure.
36666         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
36667         Now also sets the new value (passed in a new argument).
36668         (re_match_2_internal): Use it.
36669         Also, use a new var `reg' of type size_t when looping through regs
36670         rather than reuse the inappropriate `mcnt'.
36671
36672 2000-10-25  Jim Meyering  <meyering@lucent.com>
36673
36674         * lib/obstack.c: Update from libc.
36675
36676 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
36677
36678         * regex.c (regex_compile): Change the way of handling a range from
36679         a char less than 256 to a char not less than 256.
36680
36681 2000-10-24  Andrew Innes  <andrewi@gnu.org>
36682
36683         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
36684         NT-Emacs only.
36685         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
36686         so that re_search functions only quit when callers expect them to.
36687
36688 2000-10-23  Jim Meyering  <meyering@lucent.com>
36689
36690         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
36691         wrong.  That set_locale call must not have any side effects.
36692         From Paul Eggert.
36693
36694 2000-10-22  Jim Meyering  <meyering@lucent.com>
36695
36696         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
36697         [CYCLIC]: Remove now-unused definition.
36698
36699         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
36700         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
36701         Suggestion from Ulrich Drepper.
36702
36703 2000-10-21  Jim Meyering  <meyering@lucent.com>
36704
36705         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
36706         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
36707         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
36708
36709 2000-10-21  Jim Meyering  <meyering@lucent.com>
36710
36711         * lib/dirname.c (memrchr): Declare if necessary.
36712         (dir_name): Remove the restriction that there be no
36713         trailing slashes.  Now, this code skips past them, effectively
36714         ignoring them.
36715         [TEST_DIRNAME] (main): New unit tests.
36716
36717         * lib/memrchr.c: New file from GNU libc.
36718         Undef __memrchr, too.
36719         [!weak_alias]: Define __memrchr to memrchr.
36720         Guard weak_alias use with `#ifdef weak_alias'.
36721
36722 2000-10-21  Jim Meyering  <meyering@lucent.com>
36723
36724         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
36725         (dir_name): Use dir_name_r.
36726         * lib/dirname.h (dir_name_r): Declare it.
36727
36728 2000-10-17  Jim Meyering  <meyering@lucent.com>
36729
36730         * lib/quote.h (PARAMS): Define and use.
36731         Reported by Akim Demaille.
36732
36733         * lib/getopt.c: Update from libc.
36734
36735 2000-10-16  Jim Meyering  <meyering@lucent.com>
36736
36737         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
36738         setlocale.
36739         From Jan Fedak.
36740
36741 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
36742
36743         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
36744
36745 2000-09-25  Jim Meyering  <meyering@lucent.com>
36746
36747         * lib/md5.h (rol): Define (from GnuPG).
36748
36749         * lib/sha.c: Give credit (GnuPG) where due.
36750         (M): Use rol rather than open-coding it.
36751         Add a FIXME comment.
36752
36753 2000-09-21  Jim Meyering  <meyering@lucent.com>
36754
36755         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
36756         Reported by Michael Stone.
36757
36758 2000-09-20  Jim Meyering  <meyering@lucent.com>
36759
36760         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
36761         (noinst_HEADERS): Add sha.h.
36762         Based on code from Scott G. Miller and from GnuPG.
36763
36764 2000-09-18  Jim Meyering  <meyering@lucent.com>
36765
36766         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
36767         LIBS. Otherwise, everyone ends up linking with -lelf for some
36768         configurations.
36769         Reported by Mike Stone.
36770
36771 2000-09-15  Jim Meyering  <meyering@lucent.com>
36772
36773         * lib/regex.c: Update from libc.
36774
36775 2000-09-10  Jim Meyering  <meyering@lucent.com>
36776
36777         * lib/getopt.c (_getopt_internal): Update from glibc.
36778
36779 2000-09-09  Jim Meyering  <meyering@lucent.com>
36780
36781         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
36782         think it should be used as a general replacement for isascii.
36783         * lib/fnmatch.c: Likewise.
36784         * lib/mbswidth.c: Likewise
36785         * lib/regex.c: Likewise.
36786
36787         Don't use atoi.
36788         * lib/userspec.c: Include sys/param.h and limits.h.
36789         Include xstrtol.h.
36790         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
36791         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
36792         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
36793         UID, GID.  Check range.
36794
36795 2000-09-06  Jim Meyering  <meyering@lucent.com>
36796
36797         * lib/getopt.c (_getopt_internal): Update from glibc.
36798
36799 2000-08-30  Jim Meyering  <meyering@lucent.com>
36800
36801         * lib/strftime.c: Merge in changes from GNU libc.
36802
36803 2000-08-26  Jim Meyering  <meyering@lucent.com>
36804
36805         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
36806         * m4/fpending.m4: New file.
36807
36808 2000-08-26  Jim Meyering  <meyering@lucent.com>
36809
36810         * lib/closeout.c: Include "__fpending.h".
36811         (close_stdout_status): Return right away if there's nothing to flush.
36812
36813         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
36814         * lib/__fpending.c: New file.
36815         * lib/__fpending.h: New file.
36816
36817 2000-08-20  Jim Meyering  <meyering@lucent.com>
36818
36819         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
36820         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
36821         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
36822
36823 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
36824
36825         Improve fileutils installation on systems where running
36826         programs (like install) can't be unlinked.
36827         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
36828         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
36829
36830 2000-08-07  Paul Eggert  <eggert@twinsun.com>
36831
36832         Standardize on "memory exhausted" instead of "Memory exhausted"
36833         or "virtual memory exhausted".
36834         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
36835         "virtual memory exhausted".
36836         * lib/same.c (same_name): Invoke xalloc_die instead of printing
36837         our own message.
36838         * lib/userspec.c (parse_user_spec): Likewise.
36839         * lib/bumpalloc.h: comment fix
36840         * lib/same.c, userspec.c: Include xalloc.h.
36841
36842         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
36843         not char *const and pointing to a constant array.
36844         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
36845         (xrealloc): Comment fix.
36846
36847         * lib/userspec.c (parse_user_spec):
36848         Don't translate a message until just before returning,
36849         to avoid unnecessary translation.
36850
36851 2000-08-07  Jim Meyering  <meyering@lucent.com>
36852
36853         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
36854         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
36855         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
36856         getgroups.c, gethostname.c, getopt.h, group-member.c,
36857         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
36858         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
36859         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
36860         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
36861         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
36862         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
36863         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
36864         yesno.c: Back out Copyright date changes for each file with no change
36865         this year.  This eases coordination with other programs using the same
36866         source code modules.  From Paul Eggert.
36867
36868 2000-08-06  Paul Eggert  <eggert@twinsun.com>
36869
36870         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
36871         not char, for compatibility with glibc 2.1.3 strftime.c.
36872
36873 2000-08-03  Greg McGary  <greg@mcgary.org>
36874
36875         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
36876         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
36877         (EXTEND_BUFFER): Use them.
36878
36879 2000-08-01  Jim Meyering  <meyering@lucent.com>
36880
36881         * lib/dirname.c (ISSLASH): Define.
36882         (BACKSLASH_IS_PATH_SEPARATOR): Define.
36883         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
36884         both `\' and `/' may be use as path separators.
36885         Based on a patch from Prashant TR.
36886
36887 2000-07-31  Paul Eggert  <eggert@twinsun.com>
36888
36889         * lib/quotearg.c (quotearg_n_options): Don't make the initial
36890         slot vector a constant, since it might get modified.
36891
36892 2000-07-31  Jim Meyering  <meyering@lucent.com>
36893
36894         * lib/xmalloc.c: Use `virtual memory exhausted', not
36895         `Memory exhausted'.
36896         * lib/obstack.c (print_and_abort): Likewise.
36897
36898 2000-07-30  Paul Eggert  <eggert@twinsun.com>
36899
36900         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
36901         buffer, so that the caller can always quote one small
36902         component of a "memory exhausted" message in slot 0.
36903         From a suggestion by Jim Meyering.
36904
36905 2000-07-30  Jim Meyering  <meyering@lucent.com>
36906
36907         * lib/makepath.c (make_path): Quote the other instance, too.
36908
36909         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
36910         (STATIC_BUF_SIZE): Define.
36911         (quotearg_n_options): Use only statically allocated storage when
36912         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
36913         than STATIC_BUF_SIZE.
36914
36915 2000-07-29  Jim Meyering  <meyering@lucent.com>
36916
36917         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
36918         * lib/dirname.c (dir_name): Likewise.
36919
36920         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
36921         `/'.
36922
36923         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
36924         (dir_name): Assert that there are no trailing slashes.
36925
36926 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
36927
36928         * lib/mbswidth.h (mbswidth): Add a flags argument.
36929         (mbswidth): New declaration.
36930         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
36931         * lib/mbswidth.c (mbswidth): Add a flags argument.
36932         (mbsnwidth): New function.
36933
36934 2000-07-24  Jim Meyering  <meyering@lucent.com>
36935
36936         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
36937
36938 2000-07-23  Paul Eggert  <eggert@twinsun.com>
36939
36940         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
36941
36942 2000-07-23  Paul Eggert  <eggert@twinsun.com>
36943
36944         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
36945         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
36946         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
36947         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
36948         invoke multibyte primitives.
36949
36950 2000-07-23  Paul Eggert  <eggert@twinsun.com>
36951
36952         * lib/quotearg.c:
36953         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
36954         so that mbstate_t is always defined.
36955
36956         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
36957         be 1 in at least one GCC installation, and this configuration
36958         error is likely to be common.  Ignoring MB_LEN_MAX hurts
36959         performance on hosts that have mbrtowc but have only unibyte
36960         locales, but I assume these hosts are rare.
36961
36962 2000-07-23  Paul Eggert  <eggert@twinsun.com>
36963
36964         * lib/mbswidth.c (_XOPEN_SOURCE):
36965         Don't define; this causes problems on Solaris 7.
36966         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
36967
36968 2000-07-23  Jim Meyering  <meyering@lucent.com>
36969
36970         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
36971         too: getgrgid, getpwuid, getuid.
36972
36973 2000-07-23  Jim Meyering  <meyering@lucent.com>
36974
36975         * lib/basename.c (base_name): Add an assertion.
36976
36977 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
36978
36979         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
36980         shadow its mbsinit function.
36981
36982 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
36983
36984         * lib/mbswidth.h: New file.
36985         * lib/mbswidth.c: New file.
36986         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
36987         (noinst_HEADERS): Add mbswidth.h.
36988
36989 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
36990
36991         * lib/config.charset: Add support for FreeBSD. Improve support for
36992         HP-UX and IRIX 6.
36993
36994 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
36995
36996         * m4/mbswidth.m4: New file.
36997         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
36998
36999 2000-07-15  Jim Meyering  <meyering@lucent.com>
37000
37001         * lib/makepath.c: Include quote.h.
37002         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
37003         corresponding argument in a `quote (...)' call.
37004         Give better diagnostics.
37005
37006         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
37007         (noinst_HEADERS): Add quote.h.
37008
37009         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
37010         from tar's src/misc.c.
37011         * lib/quote.h: New file.  Prototypes for same.
37012
37013 2000-07-14  Paul Eggert  <eggert@twinsun.com>
37014
37015         From a suggestion by Bruno Haible.
37016         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
37017         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
37018         to decide whether to define the BeOS workaround macro;
37019         this adjusts to the change to AC_MBSTATE_T.
37020
37021 2000-07-14  Jim Meyering  <meyering@lucent.com>
37022
37023         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
37024         jm_AC_TYPE_UINTMAX_T.
37025
37026 2000-07-13  Paul Eggert  <eggert@twinsun.com>
37027
37028         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
37029
37030         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
37031         quotearg_buffer_restyled): Add support for
37032         clocale_quoting_style.  Undo previous change to
37033         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
37034         and "{RIGHT QUOTATION MARK}" msgids.
37035
37036 2000-07-10  Paul Eggert  <eggert@twinsun.com>
37037
37038         From a suggestion by Bruno Haible.
37039         * m4/mbstate_t.m4 (AC_MBSTATE_T):
37040         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
37041         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
37042         and mbstate_t, to a single-part test that simply defines mbstate_t.
37043         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
37044         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
37045
37046 2000-07-10  Jim Meyering  <meyering@lucent.com>
37047
37048         * m4/strerror_r.m4: Mirror the correction made in autoconf.
37049
37050         * m4/gnu-source.m4: Output to confdefs.h directly.
37051         Suggestion from Akim Demaille.
37052
37053 2000-07-09  Paul Eggert  <eggert@twinsun.com>
37054
37055         The old behavior of quoting `like this' doesn't look good with
37056         newer, ISO-style fonts.  See:
37057         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
37058
37059         Instead, quote "like this" by default.  Let the translator
37060         tailor the locale-specific quoting behavior by providing
37061         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
37062
37063         * lib/quotearg.c (N_): New macro.
37064         (gettext_default): New function.
37065         (quotearg_buffer_restyled): Use
37066         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
37067         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
37068
37069 2000-07-09  Jim Meyering  <meyering@lucent.com>
37070
37071         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
37072         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
37073
37074         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
37075         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
37076
37077 2000-07-09  Jim Meyering  <meyering@lucent.com>
37078
37079         * lib/Most files: Update copyright dates to include 2000.
37080
37081 2000-07-08  Jim Meyering  <meyering@lucent.com>
37082
37083         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
37084         if not defined.
37085         (xgethostname): Remove now-unnecessary #ifdef.
37086         Move declaration of `err' into loop where it's used.
37087
37088 2000-07-05  Paul Eggert  <eggert@twinsun.com>
37089         and Bruno Haible  <haible@clisp.cons.org>
37090
37091         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
37092         only if the test for an object-type mbstate_t fails.  This
37093         prevents us from mistakenly reporting that mbstate_t is a
37094         system object type after we "#define mbstate_t int" to work
37095         around its lack.
37096
37097 2000-07-05  Paul Eggert  <eggert@twinsun.com>
37098         and Bruno Haible  <haible@clisp.cons.org>
37099
37100         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
37101
37102 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
37103
37104         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
37105         to strerror_r.
37106         Include <ctype.h> for use of isalpha.
37107
37108 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
37109
37110         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
37111         by allocating a larger buffer. Test the gethostname return value for
37112         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
37113         returns an error and ENAMETOOLONG isn't defined.
37114
37115 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
37116
37117         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
37118         dimension.
37119
37120 2000-07-04  Jim Meyering  <meyering@lucent.com>
37121
37122         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
37123         of the deprecated AC_CHECKING.
37124
37125 2000-07-04  Jim Meyering  <meyering@lucent.com>
37126
37127         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
37128         Reported by Bruno Haible.
37129
37130 2000-07-04  Jim Meyering  <meyering@lucent.com>
37131
37132         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
37133         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
37134         lacks mbrtowc.
37135
37136 2000-07-03  Paul Eggert  <eggert@twinsun.com>
37137
37138         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
37139         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
37140
37141 2000-07-03  Paul Eggert  <eggert@twinsun.com>
37142         and Bruno Haible  <haible@clisp.cons.org>
37143
37144         * lib/quotearg.c (mbrtowc):
37145         Assign to *pwc, and return 1 only if result is nonzero.
37146         (iswprint): Use ISPRINT when substituting our own mbrtowc.
37147
37148 2000-07-03  Jim Meyering  <meyering@lucent.com>
37149
37150         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
37151
37152 2000-07-03  Jim Meyering  <meyering@lucent.com>
37153
37154         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
37155         This is necessary to get a definition of e.g., UTMP_FILE on
37156         HP-UX 10.20.
37157         From Bob Proulx.
37158
37159 2000-07-02  Jim Meyering  <meyering@lucent.com>
37160
37161         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
37162
37163         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
37164         AC_LIBOBJ(function_name).
37165         * m4/chown.m4: Likewise.
37166         * m4/fnmatch.m4: Likewise.
37167         * m4/ftruncate.m4: Likewise.
37168         * m4/getgroups.m4: Likewise.
37169         * m4/getline.m4: Likewise.
37170         * m4/group-member.m4: Likewise.
37171         * m4/jm-macros.m4: Likewise.
37172         * m4/lstat.m4: Likewise.
37173         * m4/malloc.m4: Likewise.
37174         * m4/memcmp.m4: Likewise.
37175         * m4/nanosleep.m4: Likewise.
37176         * m4/putenv.m4: Likewise.
37177         * m4/realloc.m4: Likewise.
37178         * m4/regex.m4: Likewise.
37179         * m4/stat.m4: Likewise.
37180         * m4/strftime.m4: Likewise.
37181
37182 2000-07-02  Jim Meyering  <meyering@lucent.com>
37183
37184         * lib/quotearg.c (mbstate_t): Don't define here.
37185
37186 2000-07-02  Jim Meyering  <meyering@lucent.com>
37187
37188         * lib/nanosleep.c (SIGCONT): Define if not already defined.
37189
37190 2000-07-01  Jim Meyering  <meyering@lucent.com>
37191
37192         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
37193
37194 2000-07-01  Jim Meyering  <meyering@lucent.com>
37195
37196         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
37197         problem.
37198
37199 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
37200
37201         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
37202         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
37203
37204 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
37205
37206         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
37207         per change in ../m4/ls-mntd-fs.m4.
37208         (read_filesystem_list): Ignore symbolic links.
37209
37210 2000-06-29  Jim Meyering  <meyering@lucent.com>
37211
37212         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
37213         for declaration of strcmp.
37214
37215         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
37216
37217         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
37218         Avoid warning by casting result to `char *' to remove `const'.
37219
37220 2000-06-28  Jim Meyering  <meyering@lucent.com>
37221
37222         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
37223         included by quotearg.c, for which we perform this test.  From
37224         Bruno Haible.
37225
37226 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
37227
37228         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
37229         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
37230         <utmpx.h> exists, put readutmp.o into LIBOBJS.
37231
37232 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
37233
37234         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
37235
37236 2000-06-26  Paul Eggert  <eggert@twinsun.com>
37237
37238         savedir now sets errno on failure and invokes xmalloc to get memory.
37239         Fix a couple of other minor bugs while we're at it.
37240
37241         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
37242         (NAMLEN): Remove macro.
37243         (malloc, realloc): Remove decls.
37244         (stpcpy): Likewise.
37245         ("xalloc.h"): Include.
37246         (NAME_SIZE_DEFAULT): New macro.
37247         (savedir): Use xmalloc / xrealloc to allocate memory.
37248         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
37249         Skip "" directory entries.
37250         Use strlen to calculate directory entry length, since the old method
37251         is rarely used these days and isn't worth supporting.
37252         Don't use a pointer after freeing it.
37253         Check for integer overflow when calculating allocation size.
37254         Use memcpy to copy entries, instead of stpcpy.
37255         Set errno properly when returning NULL.
37256         Check for readdir error.
37257
37258 2000-06-26  Jim Meyering  <meyering@lucent.com>
37259
37260         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
37261
37262 2000-06-25  Jim Meyering  <meyering@lucent.com>
37263
37264         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
37265         Linux header bug when _XOPEN_SOURCE is defined to 500.
37266
37267 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
37268
37269         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
37270         deficiency.
37271
37272 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
37273
37274         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
37275         Include xalloc.h.
37276         Don't include <stdlib.h>.  Don't declare malloc, realloc.
37277
37278 2000-06-24  Jim Meyering  <meyering@lucent.com>
37279
37280         * m4/strerror_r.m4: Revive this file -- to try out an experimental
37281         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
37282         for which strerror does return char*, but which lacks a conveniently
37283         accessible declaration of the function.  If the compile-test says
37284         strerror_r doesn't work, then resort to a `run'-test that works on
37285         BeOS and segfaults on DEC Unix.
37286
37287 2000-06-24  Jim Meyering  <meyering@lucent.com>
37288
37289         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
37290
37291 2000-06-23  Paul Eggert  <eggert@twinsun.com>
37292
37293         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
37294         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
37295
37296 2000-06-23  Paul Eggert  <eggert@twinsun.com>
37297
37298         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
37299         (mbrtowc, mbstate_t): Define substitutes if
37300         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
37301         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
37302         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
37303
37304 2000-06-23  Jim Meyering  <meyering@lucent.com>
37305
37306         * m4/afs.m4: Add missing AC_MSG_RESULT.
37307         Reported by Bruno Haible.
37308
37309         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
37310         Suggestion from Bruno Haible.
37311
37312 2000-06-23  Jim Meyering  <meyering@lucent.com>
37313
37314         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
37315
37316 2000-06-21  Jim Meyering  <meyering@lucent.com>
37317
37318         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
37319
37320 2000-06-21  Jim Meyering  <meyering@lucent.com>
37321
37322         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
37323         (noinst_HEADERS): Add getstr.h.
37324
37325         * lib/getline.c (getstr): Move into a separate file.
37326         * lib/getstr.c (getstr): New file, extracted from getline.c, with
37327         the following changes: new parameter, delim2; both delim[12]
37328         parameters have type `int', not `char'.  The latter would lose
37329         with 8-bit delimiters.
37330         * lib/getstr.h: New file.
37331
37332 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
37333
37334         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
37335         than 1024, return a memory chunk of least possible size, instead
37336         of size PATH_MAX + 2. In the loop, increment the size proportionally.
37337         Use free/xmalloc instead of xrealloc to avoid copying for very long
37338         paths.
37339
37340 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
37341
37342         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
37343         the empty string.
37344
37345 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
37346
37347         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
37348         address, not strdup.  Include <stdlib.h> and don't declare free().
37349
37350 2000-06-19  Jim Meyering  <meyering@lucent.com>
37351
37352         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
37353
37354 2000-06-18  Jim Meyering  <meyering@lucent.com>
37355
37356         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
37357
37358         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
37359         `checking whether...' message to be consistent with that of the
37360         lstat test.
37361
37362 2000-06-18  Jim Meyering  <meyering@lucent.com>
37363
37364         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
37365         Besides, these days every porting target provides a mkdir function.
37366
37367         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
37368         needed. (this snippet comes from src/system.h).
37369
37370 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
37371
37372         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
37373
37374 2000-06-15  Paul Eggert  <eggert@twinsun.com>
37375
37376         * lib/human.c (adjust_value): New function.
37377         (human_readable_inexact): Apply rounding style even when
37378         printing approximate values.
37379
37380 2000-06-14  Paul Eggert  <eggert@twinsun.com>
37381
37382         * lib/human.c (human_readable_inexact): Allow an input block
37383         size that is not a multiple of the output block size, and vice versa.
37384         Reported by Piergiorgio Sartor.
37385
37386 2000-06-14  Paul Eggert  <eggert@twinsun.com>
37387
37388         * lib/getdate.y (get_date): Apply relative times after time
37389         zone indicator, not before.  Reported by Todd A. Jacobs.
37390
37391 2000-06-13  Jim Meyering  <meyering@lucent.com>
37392
37393         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
37394
37395         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
37396
37397 2000-06-12  Paul Eggert  <eggert@twinsun.com>
37398
37399         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
37400
37401 2000-06-12  Jim Meyering  <meyering@lucent.com>
37402
37403         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
37404         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
37405         optional argument.
37406         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
37407         the optional argument, `lib'.
37408
37409 2000-06-08  Jim Meyering  <meyering@lucent.com>
37410
37411         * m4/largefile.m4: Remove file (now that it's part of autoconf).
37412
37413 2000-06-04  Paul Eggert  <eggert@twinsun.com>
37414
37415         Rewrite largefile configuration so that we don't need to run
37416         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
37417         AC_CANONICAL_HOST in configure.in -- jmm]
37418
37419         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
37420         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
37421         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
37422         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
37423         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
37424         All uses changed.
37425         Instead of inspecting the output of getconf, try to compile the
37426         test program without and with the macro definition.
37427         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
37428         for getconf.  Instead, check for the needed flags by compiling
37429         test programs.
37430
37431 2000-06-04  Paul Eggert  <eggert@twinsun.com>
37432
37433         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
37434
37435 2000-06-04  Jim Meyering  <meyering@lucent.com>
37436
37437         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
37438         SunOS 4.1.4 for which gid_t is an unsigned type.
37439
37440 2000-06-03  Jim Meyering  <meyering@lucent.com>
37441
37442         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
37443         now that autoconf requires that.
37444
37445         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
37446         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
37447         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
37448
37449 2000-06-03  Jim Meyering  <meyering@lucent.com>
37450
37451         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
37452
37453 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
37454
37455         * m4/glibc21.m4: New file.
37456         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
37457
37458 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
37459
37460         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
37461         newer, don't install charset.alias.
37462         * lib/config.charset: Change the Linux/glibc rules so they become empty
37463         on glibc-2.1 or newer.
37464
37465 2000-06-02  Jim Meyering  <meyering@lucent.com>
37466
37467         * lib/mountlist.c: Back out last change.  Instead, do this...
37468         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
37469         me_dummy member using the same `ignore'-testing code.
37470         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
37471         fs_type strings.
37472         From Mark D. Roth.
37473
37474 2000-05-29  Jim Meyering  <meyering@lucent.com>
37475
37476         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
37477         mounts with the `ignore' attribute.  Based on a patch from
37478         Mark D. Roth.
37479
37480 2000-05-28  Jim Meyering  <meyering@lucent.com>
37481
37482         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
37483         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
37484         * m4/stat.m4: Likewise.
37485         * m4/lstat.m4: Likewise.
37486         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
37487
37488         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
37489         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
37490
37491 2000-05-26  Jim Meyering  <meyering@lucent.com>
37492
37493         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
37494
37495 2000-05-24  Jim Meyering  <meyering@lucent.com>
37496
37497         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
37498         autoconf requires that.
37499         * m4/lib-check.m4: Likewise.
37500         * m4/jm-macros.m4: Likewise.
37501         * m4/strftime.m4: Likewise.
37502
37503         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
37504         AC_CHECK_DECLS, now that autoconf requires that.
37505
37506 2000-05-22  Jim Meyering  <meyering@lucent.com>
37507
37508         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
37509         * m4/lstat.m4: Likewise.
37510
37511 2000-05-22  Jim Meyering  <meyering@lucent.com>
37512
37513         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
37514
37515 2000-05-20  Jim Meyering  <meyering@lucent.com>
37516
37517         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
37518         (jm_PREREQ): Use it.
37519
37520 2000-05-18  Jim Meyering  <meyering@lucent.com>
37521
37522         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
37523         back, too, since it may have been modified by allocate_entry.
37524         (hash_delete): Rewrite to use neither the assignment operator
37525         nor the comma operator in an if-expression.
37526
37527 2000-05-15  Paul Eggert  <eggert@twinsun.com>
37528
37529         * lib/closeout.c:
37530         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
37531         Remove; no longer needed.
37532         "quotearg.h": Add include.
37533         (file_name): Do not bother to explicitly initialize to NULL; it's less
37534         efficient on some hosts.
37535         (close_stdout_status): Remove test as to whether stdout was already
37536         closed; it breaks for the case "echo x | sort >&-".
37537         Quote file name colons.
37538         Do not assume that _("write error") lacks format strings.
37539
37540 2000-05-15  Jim Meyering  <meyering@lucent.com>
37541
37542         * lib/version-etc.c (version_etc_copyright): Update the copyright
37543         string used in all --version output.
37544
37545 2000-05-14  Jim Meyering  <meyering@lucent.com>
37546
37547         * lib/closeout.c (close_stdout_set_file_name): New function.
37548         (close_stdout_status): Use new file-scoped global.
37549         Return right away if fstat says the stdout file descriptor is invalid.
37550         * lib/closeout.h (close_stdout_set_file_name): Declare.
37551
37552 2000-05-10  Jim Meyering  <meyering@lucent.com>
37553
37554         * lib/closeout.c [default_exit_status]: New file-scoped variable.
37555         (close_stdout_set_status): New function.
37556         * lib/closeout.h (close_stdout_set_status): Declare.
37557
37558 2000-05-09  Jim Meyering  <meyering@lucent.com>
37559
37560         * m4/gettext.m4: Rename this...
37561         * m4/libintl.m4: ...to this.
37562
37563 2000-05-08  Jim Meyering  <meyering@lucent.com>
37564
37565         * lib/long-options.c: Don't include closeout.h.
37566         (parse_long_options): Don't call close_stdout for --version.
37567
37568 2000-05-06  Paul Eggert  <eggert@twinsun.com>
37569
37570         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
37571         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
37572         2.1.3 bug.  This avoids a clash when files like regex.c define
37573         _GNU_SOURCE.
37574
37575 2000-05-06  Jim Meyering  <meyering@lucent.com>
37576
37577         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
37578         (AC_REPLACE_FUNCS): Add strnlen.
37579
37580         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
37581         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
37582
37583         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
37584         AC_SEARCH_LIBS call for nanosleep.
37585         (LIB_NANOSLEEP): Set and AC_SUBST.
37586
37587 2000-05-06  Jim Meyering  <meyering@lucent.com>
37588
37589         * lib/strnlen.c: Undefine __strnlen and strnlen.
37590         [!weak_alias]: Define __strnlen to strnlen.
37591
37592         * lib/atexit.c: New file, from libiberty.
37593
37594 2000-05-06  Jim Meyering  <meyering@lucent.com>
37595
37596         * lib/closeout.c (close_stdout_status): Also check for errors on the
37597         stderr stream.
37598
37599 2000-05-05  Jim Meyering  <meyering@lucent.com>
37600
37601         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
37602         AC_SEARCH_LIBS call for clock_gettime.
37603         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
37604
37605         * m4/search-libs.m4: Update from autoconf.
37606
37607         su doesn't work on Solaris 2.6.
37608         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
37609         <shadow.h>.  Reported by Dragos Harabor.
37610
37611 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
37612
37613         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
37614         memcpy instead of xmalloc, xrealloc, path_concat.
37615         (locale_charset): Treat empty environment variables as absent.
37616         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
37617
37618 2000-05-04  Jim Meyering  <meyering@lucent.com>
37619
37620         * lib/getopt.c: Update from glibc.
37621         * lib/obstack.c: Likewise.
37622         * lib/obstack.h: Likewise.
37623         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
37624         file
37625
37626         * lib/regex.h: Likewise.
37627         * lib/strndup.c: Likewise.
37628         * lib/strnlen.c: New file, from glibc.
37629
37630 2000-05-03  Jim Meyering  <meyering@lucent.com>
37631
37632         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
37633
37634 2000-05-02  Paul Eggert  <eggert@twinsun.com>
37635
37636         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
37637         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
37638         compile-time test, rather than inspecting host and OS, to
37639         decide whether to define _LARGEFILE_SOURCE.
37640
37641 2000-05-01  Jim Meyering  <meyering@lucent.com>
37642
37643         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
37644
37645         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
37646         Based on a patch from Bruno Haible.
37647
37648 2000-05-01  Jim Meyering  <meyering@lucent.com>
37649
37650         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
37651
37652 2000-04-29  Jim Meyering  <meyering@lucent.com>
37653
37654         * lib/path-concat.c: Declare strdup only if it's not defined.
37655         * lib/canon-host.c: Likewise.
37656
37657 2000-04-28  Jim Meyering  <meyering@lucent.com>
37658
37659         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
37660         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
37661         is included first, then limits.h is included by locale.h by libintl.h.
37662         From John David Anglin.
37663
37664 2000-04-25  Jim Meyering  <meyering@lucent.com>
37665
37666         * lib/makepath.c (S_IRWXUGO): Define.
37667         (make_path): Always perform explicit chmod if MODE specifies any
37668         of the `special' permission bits.  Prompted by a bug report against
37669         install from Mate Wierdl and Joost van Baal.
37670
37671 2000-04-18  Jim Meyering  <meyering@lucent.com>
37672
37673         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
37674         (jm_PREREQ): Use it.
37675
37676 2000-04-18  Jim Meyering  <meyering@lucent.com>
37677
37678         * lib/README: New file.
37679
37680         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
37681         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
37682
37683 2000-04-17  Jim Meyering  <meyering@lucent.com>
37684
37685         Get it right :-)
37686         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
37687         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
37688         Suggestion from Akim Demaille.
37689
37690 2000-04-17  Jim Meyering  <meyering@lucent.com>
37691
37692         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
37693         the definition of it to rpl_strftime also defined-away the system's
37694         declaration.
37695
37696 2000-04-15  Jim Meyering  <meyering@lucent.com>
37697
37698         Use `C' to denote so-called `contiguous' files, the same way
37699         that tar does.
37700         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
37701         (ftypelet): Use S_ISCTG.
37702         From Michael Deutschmann.
37703
37704 2000-04-14  Jim Meyering  <meyering@lucent.com>
37705
37706         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
37707         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
37708         clobbered.
37709
37710 2000-04-14  Jim Meyering  <meyering@lucent.com>
37711
37712         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
37713
37714 2000-04-13  Jim Meyering  <meyering@lucent.com>
37715
37716         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
37717         AH_VERBATIM to insert required #ifndef into config.h.in.
37718         Suggestion from Akim Demaille.
37719
37720 2000-04-12  Jim Meyering  <meyering@lucent.com>
37721
37722         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
37723         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
37724         Christian Krackowizer.
37725
37726         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
37727         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
37728         (AC_SYS_LARGEFILE): Require.
37729         (AM_C_PROTOTYPES): Require.
37730
37731 2000-04-08  Jim Meyering  <meyering@lucent.com>
37732
37733         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
37734         names don't conflict.  Reported by Eli Zaretskii.
37735
37736 2000-04-07  Jim Meyering  <meyering@lucent.com>
37737
37738         * lib/putenv.c: Move inclusion of errno.h so it follows that of
37739         sys/types.h, to work around system header problems on AIX 3.2.5.
37740         From Bruno Haible.
37741
37742 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
37743
37744         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
37745         bug.  Deal with the different error behavior of Irix iconv.
37746
37747 2000-04-05  Paul Eggert  <eggert@twinsun.com>
37748
37749         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
37750         IRIX if the installer said otherwise.
37751
37752 2000-04-05  Jim Meyering  <meyering@lucent.com>
37753
37754         Portability tweaks required for ultrix4.3.
37755         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
37756         (jm_CHECK_DECLS): Add getutent to the list of functions.
37757         (_jm_DECL_HEADERS): Add utmpx.h.
37758         From John David Anglin.
37759
37760         * m4/strftime.m4: Back out the 2000-04-02 change.
37761         Instead of that change, simply undefine putenv in the test program.
37762
37763 2000-04-05  Jim Meyering  <meyering@lucent.com>
37764
37765         Portability tweaks required for ultrix4.3.
37766         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
37767         getutent.
37768         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
37769         * lib/canon-host.c: Declare strdup.
37770         * lib/path-concat.c: Likewise.
37771         From John David Anglin.
37772
37773 2000-04-04  Jim Meyering  <meyering@lucent.com>
37774
37775         Be more DOS 8.3-friendly.
37776         * lib/ref-add.sin: Renamed from ref-add.sed.in.
37777         * lib/ref-del.sin: Renamed from ref-del.sed.in.
37778         * lib/Makefile.am: Reflect renaming.
37779         Reported by Eli Zaretskii.
37780
37781         Use a temporary file name that won't clash with `charset.alias'
37782         in the DOS 8.3 name space.
37783         * lib/Makefile.am (charset_tmp): Define.
37784         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
37785         (uninstall-local): Likewise.
37786         Reported by Eli Zaretskii.
37787
37788 2000-04-03  Jim Meyering  <meyering@lucent.com>
37789
37790         * m4/gettext.m4: Fix typo in comment.
37791
37792         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
37793         textutils/configure.in).  Suggestion from Paul Eggert.
37794         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
37795
37796 2000-04-02  Paul Eggert  <eggert@twinsun.com>
37797
37798         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
37799         variable in the shell rather than using putenv, which isn't
37800         portable.  This avoids the configure-time inter-test dependency
37801         on the potentially-renamed putenv function.
37802
37803 2000-03-30  Paul Eggert  <eggert@twinsun.com>
37804
37805         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
37806         before checking struct stat.st_blksize, so that
37807         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
37808
37809 2000-03-29  Paul Eggert  <eggert@twinsun.com>
37810
37811         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
37812         since strftime.c uses HAVE_STRFTIME to decide whether to use
37813         the underlying strftime.
37814
37815 2000-03-29  Paul Eggert  <eggert@twinsun.com>
37816
37817         * lib/time/strftime.c (my_strftime): Make sure we call the system
37818         strftime, not ourselves, when invoking the underlying strftime.
37819
37820 2000-03-24  Jim Meyering  <meyering@lucent.com>
37821
37822         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
37823         (charset_alias): Define.
37824         (install-exec-local): Factor out common code.
37825         (uninstall-local): Split lines longer than 80.
37826         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
37827         (SUFFIXES): Define.
37828         (.sed.in.sed): New rule.  Don't redirect directly to $@.
37829         (CLEANFILES): Add ref-add.sed and ref-del.sed.
37830
37831 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
37832
37833         * lib/config.charset: Output a line containing "Packages using this
37834         file".
37835         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
37836         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
37837         ref-del.sed): New rules.
37838
37839 2000-03-17  Jim Meyering  <meyering@lucent.com>
37840
37841         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
37842         Otherwise, include <strings.h>
37843
37844 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
37845
37846         * lib/unicodeio.c (utf8_wctomb): New function.
37847         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
37848         format instead of in UCS-4 with platform dependent endianness.
37849
37850 2000-03-10  Jim Meyering  <meyering@lucent.com>
37851
37852         * m4/lib-check.m4: Look for getspnam in -lgen, too.
37853         From Marco Franzen.
37854
37855 2000-03-07  Paul Eggert  <eggert@twinsun.com>
37856
37857         * lib/savedir.c (savedir): Work even if directory size is
37858         negative; this can happen with some screwy NFS configurations.
37859
37860 2000-03-06  Jim Meyering  <meyering@lucent.com>
37861
37862         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
37863         if it's NULL (because we ran out of memory).  From Bruno Haible.
37864
37865 2000-03-05  Jim Meyering  <meyering@lucent.com>
37866
37867         * lib/localcharset.c ("path-concat.h"): Include.
37868         (get_charset_aliases): Use path_concat instead of ANSI string
37869         concatenation.
37870
37871         * lib/unicodeio.h (PARAMS): Define.
37872         Use it to guard prototype.
37873
37874 2000-03-04  Jim Meyering  <meyering@lucent.com>
37875
37876         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
37877         for lib/localcharset.c.
37878
37879 2000-03-04  Jim Meyering  <meyering@lucent.com>
37880
37881         * lib/Makefile.am (install-exec-local): Create $(libdir) before
37882         installing into it.
37883         (uninstall-local): Uncomment this rule so `make distcheck' works
37884         once again.
37885
37886         * lib/unicodeio.c (<errno.h>): Include it.
37887         (errno): Declare if not defined.
37888
37889         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
37890
37891         * lib/config.charset: New version, incorporating remarks from a linux
37892         i18n mailing list.  From Bruno Haible.
37893
37894 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
37895
37896         * m4/codeset.m4: New file.
37897         * m4/iconv.m4: New file.
37898         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
37899
37900 2000-03-03  Jim Meyering  <meyering@lucent.com>
37901
37902         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
37903
37904 2000-03-02  Jim Meyering  <meyering@lucent.com>
37905
37906         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
37907         the messages come out on separate lines.
37908
37909         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
37910         rather than jm_CHECK_DECLARATIONS.
37911         * m4/decl.m4: Remove now-unused file.
37912
37913         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
37914         geteuid.
37915
37916 2000-03-02  Jim Meyering  <meyering@lucent.com>
37917
37918         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
37919
37920 2000-03-01  Jim Meyering  <meyering@lucent.com>
37921
37922         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
37923         * lib/unicodeio.c: Likewise.
37924
37925 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
37926
37927         * lib/config.charset: New file.
37928         * lib/localcharset.c: New file.
37929         * lib/unicodeio.h, lib/unicodeio.c: New files.
37930         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
37931         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
37932         (noinst_HEADERS): Add unicodeio.h.
37933         (all-local, install-exec-local, charset.alias): New targets.
37934
37935 2000-02-28  Paul Eggert  <eggert@twinsun.com>
37936
37937         * lib/quotearg.c (ALERT_CHAR): New macro.
37938         (quotearg_buffer_restyled): Use it.
37939
37940 2000-02-27  Jim Meyering  <meyering@lucent.com>
37941
37942         * m4/check-decl.m4: Add getenv to the list.
37943
37944 2000-02-27  Jim Meyering  <meyering@lucent.com>
37945
37946         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
37947         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
37948
37949         * lib/backupfile.c: Guard inclusion of stdlib.h with
37950         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
37951         Declare malloc if needed.
37952
37953         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
37954         `#ifndef HAVE_DECL..'
37955         now that autoconf always defines the HAVE_DECL_ symbols.
37956         * lib/human.c: Likewise.
37957         * lib/same.c: Likewise.
37958         * lib/strtoumax.c: Likewise.
37959
37960         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
37961         declaration check was not run.
37962         * lib/hash.c: Likewise.
37963         * lib/human.c: Likewise.
37964         * lib/same.c: Likewise.
37965         * lib/strtoumax.c: Likewise.
37966
37967         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
37968         `.', then first look up the entire `.'-containing string as a login
37969         name.
37970
37971 2000-02-23  Jim Meyering  <meyering@lucent.com>
37972
37973         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
37974         in place of my hack.
37975
37976 2000-02-18  Paul Eggert  <eggert@twinsun.com>
37977
37978         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
37979         (textint): New typedef.
37980         (parser_control): Member year changed from int to textint.
37981         All uses changed.
37982         (YYSTYPE): Removed; replaced by %union with int and textint members.
37983         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
37984         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
37985         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
37986         (tSNUMBER, tUNUMBER): Now of type <textintval>.
37987         (date, number, to_year): Use width of number in digits, not its value,
37988         to determine whether it's a 2-digit year, or a 2-digit time.
37989         (yylex): Store number of digits of numeric tokens.
37990         Reported by John Kendall.
37991
37992         (parser_control): Changed from struct parser_control to typedef (for
37993         consistency).  All uses changed.
37994
37995         (tID): Removed; not used.
37996         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
37997
37998 2000-02-14  Paul Eggert  <eggert@twinsun.com>
37999
38000         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
38001         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
38002
38003 2000-02-12  Jim Meyering  <meyering@lucent.com>
38004
38005         * lib/userspec.c (ISDIGIT): Define it.
38006         (isdigit): Remove definition.
38007         (is_number): Use ISDIGIT, not isdigit.
38008         <libintl.h>: Include.
38009         (_ and N_): Define.
38010         (parse_user_spec): Mark translatable strings.
38011
38012 2000-02-10  Jim Meyering  <meyering@lucent.com>
38013
38014         With these changes, nanosleep.[ch] are finally enough like the other
38015         lib/* replacement files to compile on a few more losing systems.
38016
38017         * lib/nanosleep.h: Don't include config.h.
38018         Remove prototype from declaration of nanosleep.
38019         (PARAMS): Remove now-unneeded definition.
38020         * lib/nanosleep.c: #undef nanosleep.
38021         (rpl_nanosleep): Rename from nanosleep.
38022
38023 2000-02-10  Jim Meyering  <meyering@lucent.com>
38024
38025         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
38026         gnu_nanosleep to rpl_nanosleep.
38027
38028 2000-02-09  Jim Meyering  <meyering@lucent.com>
38029
38030         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
38031         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
38032
38033 2000-02-08  Akim Demaille  <akim@epita.fr>
38034
38035         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
38036         `[' and `]' and remove uses of `changequote'.
38037         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
38038         (AC_SYS_LARGEFILE): Likewise.
38039         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
38040         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
38041         of changequote.
38042         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
38043         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
38044         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
38045         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
38046
38047 2000-02-05  Jim Meyering  <meyering@lucent.com>
38048
38049         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
38050         Remove explicit use of AC_HEADER_TIME.  It is required by
38051         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
38052         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
38053         in autoconf whereby the expansion of the latter ended up preceding
38054         the expansion of its prerequisite, AC_HEADER_TIME.
38055         Reported by Volker Borchert.
38056
38057 2000-02-03  Jim Meyering  <meyering@lucent.com>
38058
38059         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
38060
38061 2000-02-03  Jim Meyering  <meyering@lucent.com>
38062
38063         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
38064         rather than with `#if HAVE_UTMPNAME'.
38065
38066 2000-02-02  Jim Meyering  <meyering@lucent.com>
38067
38068         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
38069         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
38070         Reported by Eli Zaretskii.
38071
38072 2000-02-01  Jim Meyering  <meyering@lucent.com>
38073
38074         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
38075
38076 2000-01-31  Jim Meyering  <meyering@lucent.com>
38077
38078         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
38079         functions.  Add the time.h and sys/time.h headers along with the
38080         AC_REQUIRE'ment of AC_HEADER_TIME.
38081
38082 2000-01-31  Jim Meyering  <meyering@lucent.com>
38083
38084         * lib/nanosleep.h (nanosleep): Guard declaration with
38085         `#if ! HAVE_DECL_NANOSLEEP'.
38086         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
38087         the declaration in that vendor's sys/timers.h.
38088         Reported by Christian Krackowizer.
38089
38090         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
38091         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
38092         (ISPRINT): Likewise.
38093         Reported by Tom Tromey.
38094
38095 2000-01-30  Jim Meyering  <meyering@lucent.com>
38096
38097         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
38098
38099         * m4/prereq.m4 (utmp_includes): Define.
38100         Check for ut_user and ut_name members in both struct utmpx
38101         and struct utmp.
38102
38103 2000-01-30  Jim Meyering  <meyering@lucent.com>
38104
38105         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
38106         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
38107         header files where only utmpx.ut_user is declared.
38108
38109         * lib/readutmp.h (UT_USER): Define.
38110
38111 2000-01-29  Jim Meyering  <meyering@lucent.com>
38112
38113         * m4/lib-check.m4: New file containing library-related checks from
38114         fileutils and sh-utils (textutils had none).
38115
38116 2000-01-28  Jim Meyering  <meyering@lucent.com>
38117
38118         * m4/perl.m4: Change format of warning message to look more like that
38119         from the missing script.  Suggestion from François Pinard.
38120
38121 2000-01-25  Jim Meyering  <meyering@lucent.com>
38122
38123         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
38124         well as time.h in the compile check.
38125         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
38126         Fix typo in cross-compiling case: s/yes/no/.
38127
38128 2000-01-23  Jim Meyering  <meyering@lucent.com>
38129
38130         * m4/jm-macros.m4: Move df-related tests here from
38131         fileutils/configure.in
38132
38133         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
38134         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
38135
38136         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
38137         s/space/ac_fsusage_space/.
38138         (jm_FILE_SYSTEM_USAGE): Take two parameters.
38139
38140         * m4/ftruncate.m4: New file (derived from part of
38141         fileutils/configure.in).
38142         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
38143         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
38144
38145         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
38146         AC_SUBST these here, rather than just in sh-util/configure.in, so
38147         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
38148         all the same.
38149         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
38150         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
38151         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
38152         (AC_SUBST(POW_LIBM)): Likewise.
38153         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
38154
38155 2000-01-23  Jim Meyering  <meyering@lucent.com>
38156
38157         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
38158         obstack.c.
38159
38160 2000-01-22  Jim Meyering  <meyering@lucent.com>
38161
38162         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
38163
38164         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
38165
38166         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
38167         configure.in
38168         (AC_CHECK_HEADERS): Likewise for sh-utils.
38169         (AC_CHECK_HEADERS): Likewise for textutils.
38170         Merge the three lists of headers.
38171
38172         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
38173         from fileutils' configure.in.
38174
38175         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
38176         code. Moved tests into their own function (_jm_DECL_HEADERS) in
38177         check-decl.m4.
38178
38179         * m4/check-decl.m4: Use #if rather than #ifdef.
38180         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
38181         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
38182         (_jm_DECL_HEADERS): Define new function.
38183         (jm_CHECK_DECLARATIONS): Require it.
38184
38185 2000-01-22  Jim Meyering  <meyering@lucent.com>
38186
38187         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
38188         [! HAVE_DECL_STRTOULL]: Declare strtoull.
38189         Required for some AIX systems.  Reported by Christian Krackowizer.
38190         [TESTING] (main): New function.
38191
38192         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
38193         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
38194         letters.
38195
38196         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
38197         iswprint.
38198
38199         * lib/strverscmp.c (ISDIGIT): Define.
38200         (strverscmp): Use ISDIGIT, not isdigit.
38201
38202 2000-01-19  Jim Meyering  <meyering@lucent.com>
38203
38204         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
38205         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
38206         defines `struct timespec' in <sys/time.h>
38207
38208         * m4/c-bs-a.m4: Remove uses of changequote altogether.
38209         Thanks to Akim for explaining.
38210
38211 2000-01-17  Paul Eggert  <eggert@twinsun.com>
38212
38213         * lib/nanosleep.c (nanosleep):
38214         Don't use SA_INTERRUPT to decide whether to call sigaction, as
38215         POSIX.1 doesn't require SA_INTERRUPT and some systems
38216         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
38217         it's been part of POSIX.1 since day 1 (in 1988).
38218
38219 2000-01-17  Jim Meyering  <meyering@lucent.com>
38220
38221         * lib/interlock: Remove unused file.  Reported by François Pinard.
38222
38223 2000-01-16  Paul Eggert  <eggert@twinsun.com>
38224
38225         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
38226         alert, backslash, formfeed, and vertical tab unnecessarily in
38227         shell quoting style.
38228
38229 2000-01-16  Jim Meyering  <meyering@lucent.com>
38230
38231         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
38232         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
38233         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
38234         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
38235
38236 2000-01-16  Jim Meyering  <meyering@lucent.com>
38237
38238         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
38239         because the latter didn't work.
38240
38241 2000-01-15  Jim Meyering  <meyering@lucent.com>
38242
38243         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
38244         (AC_REPLACE_FUNCS): Add memcpy and memset.
38245         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
38246         Add strpbrk.
38247         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
38248
38249 2000-01-12  Jim Meyering  <meyering@lucent.com>
38250
38251         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
38252         (jm_PREREQ): Use it.
38253         (jm_PREREQ_READUTMP): New macro.
38254         (jm_PREREQ): Use it.
38255
38256 2000-01-11  Paul Eggert  <eggert@twinsun.com>
38257
38258         Quote multibyte characters correctly.
38259         * m4/c-bs-a.m4: New file.
38260         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
38261         (jm_PREREQ): Use it.
38262
38263 2000-01-11  Paul Eggert  <eggert@twinsun.com>
38264
38265         * m4/uintmax_t.m4: Port to autoconf 2.13.
38266
38267 2000-01-08  Jim Meyering  <meyering@ascend.com>
38268
38269         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
38270         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
38271
38272 2000-01-04  Jim Meyering  <meyering@ascend.com>
38273
38274         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
38275         jm_STRUCT_DIRENT_D_TYPE.
38276         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
38277         jm_STRUCT_DIRENT_D_INO.
38278         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
38279         jm_STRUCT_UTIMBUF.
38280         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
38281         renamings.
38282         * m4/utime.m4: Likewise.
38283
38284         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
38285         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
38286
38287 2000-01-03  Paul Eggert  <eggert@twinsun.com>
38288
38289         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
38290         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
38291
38292 2000-01-02  Jim Meyering  <meyering@ascend.com>
38293
38294         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
38295         remember if this is necessary.
38296
38297 1999-12-26  Jim Meyering  <meyering@ascend.com>
38298
38299         * m4/jm-macros.m4: Use it here.
38300         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
38301
38302 1999-12-23  Jim Meyering  <meyering@ascend.com>
38303
38304         * m4/jm-macros.m4: Check for clock_gettime (moved from
38305         fileutils/configure.in)
38306         Check for gettimeofday.
38307
38308 1999-12-20  Jim Meyering  <meyering@ascend.com>
38309
38310         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
38311         autoconf-2.14a-1999-12-20.
38312
38313 1999-12-19  Jim Meyering  <meyering@ascend.com>
38314
38315         * m4/lstat-slash.m4: New file.
38316         * m4/jm-macros.m4: Use the new macro:
38317         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
38318
38319 1999-12-07  Jim Meyering  <meyering@ascend.com>
38320
38321         * m4/perl.m4: Require that File::Compare be available, too.
38322         Too many systems seem to lack it.
38323
38324         * m4/strftime.m4: Add checks for most of the cpp macros tested in
38325         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
38326
38327 1999-11-18  Paul Eggert  <eggert@twinsun.com>
38328
38329         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
38330         problem with the QNX 4.25 shell, which doesn't propagate exit
38331         status of failed commands inside shell assignments.
38332
38333 1999-11-17  Jim Meyering  <meyering@ascend.com>
38334
38335         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
38336
38337 1999-11-07  Jim Meyering  <meyering@ascend.com>
38338
38339         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
38340
38341 1999-11-06  Jim Meyering  <meyering@ascend.com>
38342
38343         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
38344         * m4/jm-macros.m4 (jm_MACROS): Use it here.
38345
38346 1999-11-05  Jim Meyering  <meyering@ascend.com>
38347
38348         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
38349         configure.in of textutils, fileutils, and sh-utils into this one
38350         (shared between those packages) file.
38351         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
38352         AC_STRUCT_ST_BLKSIZE.
38353
38354 1999-11-03  Jim Meyering  <meyering@ascend.com>
38355
38356         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
38357         of AC_CHECK_TYPE checks includes unistd.h.
38358         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
38359         Suggestion from Akim Demaille.
38360
38361 1999-10-30  Jim Meyering  <meyering@ascend.com>
38362
38363         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
38364         m4-quoted string.
38365         * m4/ls-mntd-fs.m4: Likewise.
38366         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
38367         * m4/jm-winsz1.m4: Likewise.
38368
38369         * m4/const.m4: Remove file, since the fix made it into the experimental
38370         version of autoconf.
38371         * m4/mktime.m4: Likewise.
38372
38373         * m4/check-type.m4: Remove file, now that the latest version of
38374         AC_CHECK_TYPE takes a third arg to specify additional #includes.
38375
38376         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
38377         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
38378         AC_CHECK_TYPE.
38379
38380 1999-10-04  Jim Meyering  <meyering@ascend.com>
38381
38382         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
38383
38384 1999-09-22  Paul Eggert  <eggert@twinsun.com>
38385
38386         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
38387         2.95.1 bug with HP-UX 10.20.
38388
38389 1999-09-17  Jim Meyering  <meyering@ascend.com>
38390
38391         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
38392         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
38393         due to missing strdup (against sh-utils-2.0).
38394
38395 1999-08-29  Jim Meyering  <meyering@ascend.com>
38396
38397         * m4/jm-macros.m4: Require jm_BISON.
38398         * m4/bison.m4: New file.
38399
38400 1999-08-17  Paul Eggert  <eggert@twinsun.com>
38401
38402         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
38403         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
38404
38405 1999-08-05  Jim Meyering  <meyering@ascend.com>
38406
38407         * m4/getline.m4: Rename test file from conftestdata to conftest.data
38408         to avoid conflicts with `conftest' on 8+3 filesystems.
38409         Suggestion from Eli Zaretskii.
38410
38411 1999-08-04  Jim Meyering  <meyering@ascend.com>
38412
38413         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
38414         fileutils and sh-utils (textutils's getline test was inadequate).
38415         (AM_FUNC_GETLINE): Run this test.
38416         (AC_CHECK_FUNCS): Check for getdelim.
38417         Reported by Bob Proulx.
38418
38419 1999-08-02  Jim Meyering  <meyering@ascend.com>
38420
38421         * m4/jm-macros.m4: Add a comment.
38422
38423 1999-08-01  Paul Eggert  <eggert@twinsun.com>
38424
38425         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
38426         <inttypes.h> defines strtoumax as a macro (and not as a
38427         function).
38428
38429 1999-08-01  Paul Eggert  <eggert@twinsun.com>
38430
38431         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
38432         that we can shift, multiply and divide unsigned long long
38433         values; Ultrix cc can't do it.
38434
38435 1999-08-01  Paul Eggert  <eggert@twinsun.com>
38436
38437         * m4/mktime.m4: New file, which is a preview of what should appear
38438         in the next public autoconf release.
38439
38440 1999-08-01  Paul Eggert  <eggert@twinsun.com>
38441
38442         * m4/lfs.m4: Remove this file.
38443         * m4/largefile.m4: New file.  It contains the old contents of
38444         lfs.m4, except that all names with prefix AC_LFS have been
38445         changed to use the prefix AC_SYS_LARGEFILE instead, to be
38446         compatible with future autoconf versions.  Also, some minor m4
38447         quoting problems have been fixed.
38448
38449 1999-08-01  Paul Eggert  <eggert@twinsun.com>
38450
38451         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
38452         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
38453         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
38454         and simplify the shell code.
38455
38456 1999-08-01  Jim Meyering  <meyering@ascend.com>
38457
38458         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
38459         m4.
38460
38461 1999-07-20  Jim Meyering  <meyering@ascend.com>
38462
38463         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
38464
38465 1999-07-15  Jim Meyering  <meyering@ascend.com>
38466
38467         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
38468
38469 1999-05-22  Jim Meyering  <meyering@ascend.com>
38470
38471         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
38472
38473 1999-05-20  Jim Meyering  <meyering@ascend.com>
38474
38475         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
38476         Add a colon after each `then' in case $4 is empty.
38477
38478 1999-05-16  Jim Meyering  <meyering@ascend.com>
38479
38480         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
38481
38482 1999-05-10  Jim Meyering  <meyering@ascend.com>
38483
38484         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
38485
38486         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
38487         AC_FUNC_MKTIME.
38488
38489 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
38490
38491         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
38492
38493 1999-05-04  Paul Eggert  <eggert@twinsun.com>
38494
38495         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
38496         not CPPFLAGS, so that linking works correctly in IRIX.
38497
38498 1999-04-30  Paul Eggert  <eggert@twinsun.com>
38499
38500         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
38501
38502 1999-04-20  Paul Eggert  <eggert@twinsun.com>
38503
38504         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
38505         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
38506         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
38507         jm_AC_TYPE_UNSIGNED_LONG_LONG.
38508         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
38509
38510         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
38511
38512 1999-04-20  Jim Meyering  <meyering@ascend.com>
38513
38514         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
38515         AC_REPLACE xstroull if necessary.  From Paul Eggert.
38516         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
38517
38518 1999-04-18  Jim Meyering  <meyering@ascend.com>
38519
38520         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
38521         * m4/jm-macros.m4: Use it.
38522
38523 1999-04-06  Jim Meyering  <meyering@ascend.com>
38524
38525         * m4/strftime.m4: Remove test for %f.
38526
38527 1999-03-29  Jim Meyering  <meyering@ascend.com>
38528
38529         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
38530         superset of the AC_TYPE_* checks in the textutils, fileutils,
38531         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
38532         AC_TYPE_PID_T.
38533
38534 1999-03-28  Jim Meyering  <meyering@ascend.com>
38535
38536         * m4/jm-macros.m4: Define GNU_PACKAGE here.
38537         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
38538         replaced e.g., in the *.sh files of the sh-utils.
38539
38540 1999-03-20  Jim Meyering  <meyering@ascend.com>
38541
38542         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
38543         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
38544         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
38545
38546 1999-03-19  Jim Meyering  <meyering@ascend.com>
38547
38548         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
38549
38550 1999-03-12  Jim Meyering  <meyering@ascend.com>
38551
38552         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
38553
38554 1999-03-07  Jim Meyering  <meyering@ascend.com>
38555
38556         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
38557         declared.
38558
38559 1999-02-17  Jim Meyering  <meyering@ascend.com>
38560
38561         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
38562         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
38563
38564 1999-02-07  Jim Meyering  <meyering@ascend.com>
38565
38566         * m4/group-member.m4: New file -- extracted from sh-utils'
38567         configure.in.
38568
38569         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
38570         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
38571
38572 1999-02-06  Jim Meyering  <meyering@ascend.com>
38573
38574         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
38575         * m4/fnmatch.m4: Likewise.
38576         * m4/getgroups.m4: Likewise.
38577         * m4/lstat.m4: Likewise.
38578         * m4/malloc.m4: Likewise.
38579         * m4/putenv.m4: Likewise.
38580         * m4/realloc.m4: Likewise.
38581         * m4/regex.m4: Likewise.
38582         * m4/stat.m4: Likewise.
38583         * m4/strftime.m4: Likewise.
38584         Suggestion from Alain Magloire.
38585
38586         * m4/chown.m4: Use `.$ac_objext', not `.o'.
38587         * m4/fnmatch.m4: Likewise.
38588         * m4/getgroups.m4: Likewise.
38589         * m4/getline.m4: Likewise.
38590         * m4/lstat.m4: Likewise.
38591         * m4/malloc.m4: Likewise.
38592         * m4/memcmp.m4: Likewise.
38593         * m4/putenv.m4: Likewise.
38594         * m4/realloc.m4: Likewise.
38595         * m4/regex.m4: Likewise.
38596         * m4/stat.m4: Likewise.
38597         * m4/strftime.m4: Likewise.
38598         Suggestion from Alain Magloire.
38599
38600         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
38601         an argument.
38602
38603         * m4/regex.m4: Add a run-time Test for proper operation of
38604         re_compile_pattern.
38605
38606 1999-01-31  Jim Meyering  <meyering@ascend.com>
38607
38608         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
38609
38610 1999-01-30  Jim Meyering  <meyering@ascend.com>
38611
38612         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
38613
38614         * m4/jm-mktime.m4: Make this a wrapper around the official
38615         AM_FUNC_MKTIME rather than my private copy, now that the official one
38616         is up to date.
38617         * m4/mktime.m4: Remove file.
38618
38619         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
38620         * m4/uptime.m4: Likewise.
38621         * m4/uintmax_t.m4: Likewise.
38622
38623 1999-01-28  Jim Meyering  <meyering@ascend.com>
38624
38625         * m4/jm-macros.m4: Use jm_AFS.
38626         * m4/afs.m4: New file (from fileutils' configure.in).
38627
38628         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
38629         * m4/chown.m4: Likewise.
38630         * m4/d-ino.m4: Likewise.
38631         * m4/d-type.m4: Likewise.
38632         * m4/fnmatch.m4: Likewise.
38633         * m4/getgroups.m4: Likewise.
38634         * m4/gettext.m4: Likewise.
38635         * m4/jm-mktime.m4: Likewise.
38636         * m4/jm-winsz2.m4: Likewise.
38637         * m4/lcmessage.m4: Likewise.
38638         * m4/ls-mntd-fs.m4: Likewise.
38639         * m4/malloc.m4: Likewise.
38640         * m4/memcmp.m4: Likewise.
38641         * m4/putenv.m4: Likewise.
38642         * m4/realloc.m4: Likewise.
38643         * m4/st_mtim.m4: Likewise.
38644         * m4/strftime.m4: Likewise.
38645
38646 1999-01-16  Jim Meyering  <meyering@ascend.com>
38647
38648         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
38649         (ARGMATCH_DIE_DECL): Define.
38650
38651 1999-01-12  Jim Meyering  <meyering@ascend.com>
38652
38653         * m4/Makefile.am.in: Rewrite to avoid using fmt.
38654         Reported by Lars Hecking.
38655
38656 1999-01-10  Jim Meyering  <meyering@ascend.com>
38657
38658         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
38659         gross kludge.
38660         * m4/inttypes_h.m4: Likewise.
38661         * m4/lstat.m4: Likewise.
38662         * m4/malloc.m4: Likewise.
38663         * m4/readdir.m4: Likewise.
38664         * m4/realloc.m4: Likewise.
38665         * m4/st_dm_mode.m4: Likewise.
38666         * m4/stat.m4: Likewise.
38667         * m4/utimbuf.m4: Likewise.
38668         * m4/utimes.m4: Likewise.
38669
38670         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
38671         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
38672         comments in config.h.in are meaningful.
38673
38674         * m4/jm-macros.m4: Require autoconf-2.13 here.
38675
38676         * m4/regex.m4: By default, don't use the included regex.c on systems
38677         with glibc 2.  Suggestion from Uli Drepper.
38678
38679 1999-01-02  Jim Meyering  <meyering@ascend.com>
38680
38681         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
38682
38683 1998-12-18  Jim Meyering  <meyering@ascend.com>
38684
38685         * m4/Makefile.am.in (Makefile.am): Simplify rule.
38686         Based on a suggestion from Lars Hecking.
38687
38688 1998-11-16  Paul Eggert  <eggert@twinsun.com>
38689
38690         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
38691
38692 1998-11-16  Jim Meyering  <meyering@ascend.com>
38693
38694         * m4/lfs.m4: Double-quote the `uname...` expression.
38695
38696 1998-11-14  Jim Meyering  <meyering@ascend.com>
38697
38698         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
38699         * m4/stat.m4: Likewise.
38700
38701 1998-11-03  Jim Meyering  <meyering@ascend.com>
38702
38703         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
38704         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
38705
38706 1998-10-18  Jim Meyering  <meyering@ascend.com>
38707
38708         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
38709
38710 1998-10-17  Jim Meyering  <meyering@ascend.com>
38711
38712         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
38713         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
38714         calls for those previously hard-coded headers.  Instead, take a new
38715         parameter.
38716         (jm_CHECK_DECLARATIONS): Reflect interface change.
38717         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
38718         (jm_CHECK_DECL_LOCALTIME_R): New macro.
38719
38720         * m4/mktime.m4: Test for spring-forward gap before long-running test.
38721
38722 1998-10-14  Jim Meyering  <meyering@ascend.com>
38723
38724         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
38725         instead of "TZ=America/Vancouver".  From Paul Eggert.
38726
38727 1998-10-11  Jim Meyering  <meyering@ascend.com>
38728
38729         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
38730         This adds a test for a recently added compatibility fix for mktime.c.
38731         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
38732
38733 1998-09-27  Jim Meyering  <meyering@ascend.com>
38734
38735         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
38736
38737         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
38738         ../configure.in, including a change from Gordon Matzigkeit to allow
38739         cross-compiling for the Hurd.
38740
38741         * m4/glibc.m4: New file/macro to test for the GNU C Library
38742         versions 1 and 2.  From Gordon Matzigkeit.
38743         Indent.
38744
38745 1998-09-21  Jim Meyering  <meyering@ascend.com>
38746
38747         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
38748
38749 1998-08-18  Paul Eggert  <eggert@twinsun.com>
38750
38751         Port nanosecond-resolution times to UnixWare 2.1.2 and
38752         pedantic Solaris 2.6.
38753
38754         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
38755         AC_STRUCT_ST_MTIM.
38756         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
38757         Generate name of ns member, instead of just 1 or undef.
38758         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
38759
38760 1998-08-15  Jim Meyering  <meyering@ascend.com>
38761
38762         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
38763         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
38764         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
38765         instead of jm_TYPE_SSIZE_T.
38766
38767 1998-08-12  Jim Meyering  <meyering@ascend.com>
38768
38769         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
38770
38771 1998-08-02  Jim Meyering  <meyering@ascend.com>
38772
38773         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
38774         in acconfig.h manually.
38775
38776 1998-07-31  Paul Eggert  <eggert@twinsun.com>
38777
38778         * m4/st_mtim.m4: New file.
38779
38780 1998-07-28  Jim Meyering  <meyering@ascend.com>
38781
38782         * m4/utimes.m4: Undef stat.
38783
38784 1998-07-25  Jim Meyering  <meyering@ascend.com>
38785
38786         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
38787         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
38788
38789 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
38790
38791         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
38792         uid and gid actually remain unchanged.
38793
38794 1998-07-07  Jim Meyering  <meyering@ascend.com>
38795
38796         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
38797
38798 1998-07-04  Jim Meyering  <meyering@ascend.com>
38799
38800         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
38801         to prove that this macro can be used in packages without regex.c.
38802
38803 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
38804
38805         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
38806         is to be used.
38807
38808 1998-07-03  Jim Meyering  <meyering@ascend.com>
38809
38810         * m4/gettext.m4: Add -lintl if it's found to be necessary.
38811
38812         * m4/gettext.m4: New file -- from gettext-0.10.35.
38813         * m4/lcmessage.m4: Likewise.
38814         * m4/progtest.m4: Likewise.
38815
38816         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
38817         * m4/jm-macros.m4: Require the new macro.
38818
38819 1998-06-29  Jim Meyering  <meyering@ascend.com>
38820
38821         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
38822         for the definition of NGROUPS (used in a system header included
38823         by sys/mount.h).
38824
38825 1998-06-28  Jim Meyering  <meyering@ascend.com>
38826
38827         * m4/ls-mntd-fs.m4: New file.
38828         * m4/fstypename.m4: New file.
38829
38830         * m4/jm-macros.m4: Require the new macro.
38831         * m4/jm-glibc-io.m4: New file.
38832
38833 1998-05-19  Jim Meyering  <meyering@ascend.com>
38834
38835         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
38836         * m4/lchown.m4: New file.
38837
38838         * m4/Makefile.am.in: New file.
38839         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
38840
38841 1998-05-14  Jim Meyering  <meyering@ascend.com>
38842
38843         * m4/Makefile.am (EXTRA_DIST): Add them.
38844         * m4/jm-macros.m4: New file.
38845         * m4/utimbuf.m4: New file.
38846
38847 1998-05-12  Jim Meyering  <meyering@ascend.com>
38848
38849         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
38850
38851 1998-05-11  Jim Meyering  <meyering@ascend.com>
38852
38853         * m4/isc-posix.m4: New file.
38854
38855 1998-05-10  Jim Meyering  <meyering@ascend.com>
38856
38857         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
38858
38859 1998-05-09  Jim Meyering  <meyering@ascend.com>
38860
38861         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
38862         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
38863         with automake.
38864
38865         * m4/ssize_t.m4: New file.
38866         * m4/mktime.m4: Remove file -- the new automake has this now.
38867
38868 1998-04-26  Jim Meyering  <meyering@ascend.com>
38869
38870         * m4/assert.m4: New file.
38871         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
38872
38873 1998-04-05  Jim Meyering  <meyering@ascend.com>
38874
38875         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
38876         (jm_PREREQ): Use it here.
38877
38878 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
38879
38880         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
38881         in acconfig.h.
38882
38883 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
38884
38885         * m4/prereq.m4: New file.
38886         * m4/error.m4: New file.
38887         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
38888
38889 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
38890
38891         * m4/getline.m4: Don't set am_cv_func_working_getline before the
38892         cache-check for the same variable -- that defeated the purpose of
38893         the test; the test program was never run.  This was a problem only
38894         on systems with losing getline functions -- HP-UX 10.20 is one.
38895         Reported by Bjorn Helgaas.
38896
38897 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
38898
38899         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
38900
38901 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
38902
38903         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
38904
38905         * m4/const.m4: New file.  Use an initializer in this declaration
38906         typedef int charset[2]; const charset x;
38907         Reported by Bob Glickstein.
38908
38909 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
38910
38911         * m4/chown.m4: Fix reversed types on -1 args to chown.
38912         From Kaveh Ghazi.
38913
38914 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
38915
38916         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
38917         Add lseek and memchr.
38918
38919         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
38920         T.E.Dickey <dickey@clark.net> said that some older preprocessors
38921         have a 20-character limit on names.
38922
38923 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
38924
38925         * m4/inttypes_h.m4: New file.
38926         * m4/uintmax_t.m4: New file.
38927         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
38928
38929
38930         -----
38931
38932         Copyright (C) 1997-2008 Free Software Foundation, Inc.
38933
38934         Copying and distribution of this file, with or without
38935         modification, are permitted provided the copyright notice
38936         and this notice are preserved.